/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_pickup_available_date_ec {
  width: 15%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}


/* 自己修復スニペット（body.html 末尾）の適用検知プローブ。
   この変数が読めなければ css.css が未適用と判定して読み直す */
:root { --nyans-skin: r3; }

/* =====================================================================
 * nyans:form-skin R2 — 全面書き直し（2026-09-02）
 *
 * それまでの v1〜v21 の継ぎ足しを全部捨て、/shop/order/new を 390px 幅で
 * 実測した設計値だけを正として一から書いたスキン。
 *
 *   実測値（shop）:
 *     セクション枠   … 白 / 1px #D8DBDD / 角丸8px / 下マージン44px / 内側左右24px
 *     見出し帯       … #2E363A / 白16px 700 / 中央 / padding 15px 20px / 下32px / 字間0.8px
 *     項目ラベル     … 13px 700 #2E363A
 *     必須バッジ     … #D8525C / 白 / 角丸2px / padding 2px 5px / 左マージン8px
 *     テキスト入力   … 13px / 1px #D8DBDD / 角丸2px / 高さ40px / padding 左右16px
 *     セレクト       … 13px / 1px #D8DBDD / 角丸6px / 高さ40px / padding 左15px
 *     送信ボタン     … #C4653A / 白16px 700 / 角丸8px / 高さ50px
 *     外側余白       … 画面端から20px
 *
 * セクションは ecforce がサーバー展開する div#view-* で区切る（JS不要・ID直指定）。
 * h4 と説明文の移動だけは script.js の groupSections()（DOM操作はJSでしか不可能）。
 * 枠線を持つのはセクションだけ。th/td/table は線を持たない。
 * ===================================================================== */

/* ---------- 基本（PC/SP共通） ---------- */
#lpInputForm,
#lp-form,
#lp-form input,
#lp-form select,
#lp-form textarea,
#lp-form button {
  font-family: Ubuntu, "Noto Sans JP", sans-serif;
}
#lp-form { color: #2E363A; font-size: 14px; line-height: 1.7; }

/* ecforce サンプルCSS（青帯・青枠）の打ち消し */
#lp-form .landing_form_label_ec,
#lp-form .landing_form_label_sp_ec {
  background: #2E363A !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-align: center !important;
  padding: 15px 20px !important;
  margin: 0 0 32px !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  box-sizing: border-box;
}

/* ---------- セクション＝カード（枠を持つのはここだけ） ---------- */
#lp-form #view-billing-information,
#lp-form #view-shipping-information,
#lp-form #view-coupon,
#lp-form #view-payment-information,
#lp-form #view-payment-schedule {
  background: #fff !important;
  border: 1px solid #D8DBDD !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin: 0 0 44px !important;
  padding: 0 0 24px !important;
  box-sizing: border-box;
}
/* カード内の左右余白（shop の block inner = 24px） */
#lp-form #view-billing-information > *,
#lp-form #view-shipping-information > *,
#lp-form #view-coupon > *,
#lp-form #view-payment-information > *,
#lp-form #view-payment-schedule > * {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
/* 見出し帯だけはカード全幅（自身のpaddingを使う） */
#lp-form #view-billing-information > .landing_form_label_ec,
#lp-form #view-shipping-information > .landing_form_label_ec,
#lp-form #view-coupon > .landing_form_label_ec,
#lp-form #view-payment-information > .landing_form_label_ec,
#lp-form #view-payment-schedule > .landing_form_label_ec,
#lp-form #view-billing-information > .landing_form_label_sp_ec,
#lp-form #view-shipping-information > .landing_form_label_sp_ec,
#lp-form #view-coupon > .landing_form_label_sp_ec,
#lp-form #view-payment-information > .landing_form_label_sp_ec,
#lp-form #view-payment-schedule > .landing_form_label_sp_ec {
  padding: 15px 20px !important;
}
/* groupSections() が移した説明文 */
#lp-form .purchase_message_ec,
#lp-form .purchase_message_sp_ec { margin: 0 0 20px; }
#lp-form .purchase_message_ec p,
#lp-form .purchase_message_sp_ec p { margin: 0; font-size: 13px; color: #6E7278; }

/* ---------- テーブル・行（線は一切持たない） ---------- */
#lp-form table.landing_form_ec,
#lp-form table.landing_form_ec th,
#lp-form table.landing_form_ec td,
#lp-form .form_main_container_sp_ec,
#lp-form .form_group_ec,
#lp-form .form_group_sp_ec {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#lp-form table.landing_form_ec {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse;
  margin: 0 !important;
}

/* ---------- 項目ラベル・必須バッジ（shop実測） ---------- */
#lp-form .form_box_label_ec,
#lp-form .form_box_label_sp_ec {
  background: transparent !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #2E363A !important;
  letter-spacing: 0.65px;
  padding: 0 !important;
  margin: 0 0 8px !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#lp-form .form_label_ec { display: inline; font-size: 13px; font-weight: 700; color: #2E363A; }
#lp-form .form_required_ec,
#lp-form .form_required_sp_ec {
  float: none !important; /* ベースCSSが右に浮かせるため。shop はラベル直後に置く */
  display: inline-block;
  background: #D8525C !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  padding: 2px 5px !important;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: normal;
}

/* ---------- 入力・セレクト（shop実測: 高さ40px） ---------- */
/* 注意: ecforce の LP フォームは名前・住所などの input に type 属性を付けない。
   [type="text"] だけでは当たらないため :not([type]) を必ず併記する（実地で確認済みのバグ要因） */
#lp-form input:not([type]),
#lp-form input[type="text"],
#lp-form input[type="tel"],
#lp-form input[type="email"],
#lp-form input[type="password"],
#lp-form input[type="number"] {
  height: 40px !important;
  font-size: 13px !important;
  color: #2E363A;
  background: #fff !important;
  border: 1px solid #D8DBDD !important;
  border-radius: 2px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  max-width: 100%;
  width: 100%;
}
#lp-form select {
  height: 40px !important;
  font-size: 13px !important;
  color: #2E363A;
  background: #fff !important;
  border: 1px solid #D8DBDD !important;
  border-radius: 6px !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  max-width: 100%;
}
#lp-form textarea {
  font-size: 13px !important;
  border: 1px solid #D8DBDD !important;
  border-radius: 2px !important;
  padding: 12px 16px !important;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 100%;
  background: #fff !important;
}
#lp-form input:focus,
#lp-form select:focus,
#lp-form textarea:focus {
  outline: none;
  border-color: #C4653A !important;
  box-shadow: 0 0 0 2px rgba(196,101,58,.12) !important;
}
#lp-form input::placeholder,
#lp-form textarea::placeholder { color: #A9AFB3; }

/* 行間 */
#lp-form .form_group_ec,
#lp-form .form_group_sp_ec { padding: 0 !important; margin: 0 0 20px !important; }
#lp-form table.landing_form_ec th,
#lp-form table.landing_form_ec td { padding: 0 !important; vertical-align: middle; }

/* ---------- 横並び部品（姓名・カナ・郵便・電話・生年月日） ---------- */
/* PC/SP とも同じ書き方: ラッパーpをflex化し、入力だけ伸縮させる */
#lp-form .form_group_ec > p,
#lp-form .form_group_sp_ec > p,
#lp-form .col-12 > p {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin: 0;
}
#lp-form .form_group_ec > p > label,
#lp-form .form_group_sp_ec > p > label,
#lp-form .col-12 > p > label,
#lp-form .form_group_ec > p > span,
#lp-form .form_group_sp_ec > p > span {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 13px;
}
#lp-form input.input_box_name1_ec, #lp-form input.input_box_name2_ec,
#lp-form input.input_box_kana1_ec, #lp-form input.input_box_kana2_ec,
#lp-form input.input_box_zip1_ec,  #lp-form input.input_box_zip2_ec,
#lp-form input.input_box_tel1_ec,  #lp-form input.input_box_tel2_ec,  #lp-form input.input_box_tel3_ec,
#lp-form input.input_box_name1_sp_ec, #lp-form input.input_box_name2_sp_ec,
#lp-form input.input_box_kana1_sp_ec, #lp-form input.input_box_kana2_sp_ec,
#lp-form input.input_box_zip1_sp_ec,  #lp-form input.input_box_zip2_sp_ec,
#lp-form input.input_box_tel1_sp_ec,  #lp-form input.input_box_tel2_sp_ec,  #lp-form input.input_box_tel3_sp_ec {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  display: block !important;
  margin: 0 !important;
}
/* 姓名2カラムのラッパー(.col-12)も横に並べる */
#lp-form .form_group_ec { display: block; }
#lp-form .form_group_ec .col-12 { display: inline-block; width: calc(50% - 4px); vertical-align: middle; }
#lp-form .form_group_ec .col-12 + .col-12 { margin-left: 4px; }
/* 生年月日: 3つのセレクトを横並び（幅は内容任せ） */
#lp-form select.input_box_birth_year_ec,
#lp-form select.input_box_birth_month_ec,
#lp-form select.input_box_birth_day_ec,
#lp-form select.input_box_birth_year_sp_ec,
#lp-form select.input_box_birth_month_sp_ec,
#lp-form select.input_box_birth_day_sp_ec {
  width: auto !important;
  display: inline-block;
  margin-right: 6px;
}
/* お届け時間「〜に配達」のような後置テキスト付きセレクトも内容幅 */
#lp-form #view-payment-schedule select { width: auto !important; min-width: 0 !important; }
/* お届け時間セレクト直後の「に配達」テキストをすぐ隣に。セレクトを内容幅にし、行はfit-content */
#lp-form #container_delivery_schedule_time .form_group_ec {
  width: fit-content !important;
  max-width: 100%;
}
/* 全幅にする入力 */
#lp-form select.input_box_pref_ec, #lp-form select.input_box_pref_sp_ec,
#lp-form input.input_box_addr1_ec, #lp-form input.input_box_addr2_ec,
#lp-form input.input_box_addr1_sp_ec, #lp-form input.input_box_addr2_sp_ec,
#lp-form #view-coupon input[type="text"],
#lp-form input.input_box_email_ec, #lp-form input.input_box_email_sp_ec,
#lp-form input.input_box_password_ec, #lp-form input.input_box_password_sp_ec {
  width: 100% !important;
  max-width: 100% !important;
}
/* カード番号は長く・CVVは短く */
#lp-form input.input_box_card_number_ec, #lp-form input.input_box_card_number_sp_ec { width: 100% !important; max-width: 420px !important; }
#lp-form input.input_box_card_cvv_ec, #lp-form input.input_box_card_cvv_sp_ec, #lp-form #input-cc-cvv { width: 120px !important; max-width: 120px !important; }
#lp-form .input_box_card_expire_ec select, #lp-form .input_box_card_expire_sp_ec select { width: auto !important; min-width: 84px; }

/* ---------- ボタン（shop実測: #C4653A / 高さ50 / 角丸8） ---------- */
#lp-form .submit_ec, #lp-form .submit_sp_ec { padding: 8px 0 0 !important; text-align: center; }
#lp-form input[type="submit"],
#lp-form .submit_bottom_ec, #lp-form .submit_bottom_sp_ec,
#lp-form .submit_button_complete_ec, #lp-form .submit_button_complete_sp_ec {
  background: #C4653A !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px;
  border: none !important;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 480px;
  height: 50px !important;
  min-height: 50px;
  padding: 0 !important;
  text-indent: 0 !important;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(196,101,58,.28);
  transition: opacity .15s;
}
#lp-form input[type="submit"]:hover { opacity: .88; }
#lp-form .login_button_ec, #lp-form .login_button_sp_ec, #lp-form .lp_login_form_btn {
  background: #fff !important;
  background-image: none !important;
  color: #C4653A !important;
  border: 1px solid #C4653A !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  width: 100% !important;
  max-width: 320px;
  height: 44px !important;
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

/* ---------- ログイン導線・同意欄 ---------- */
#lp-form .login_message_box_ec, #lp-form .login_message_box_sp_ec {
  background: #FAFAFA !important;
  border: none !important;
  border-radius: 6px !important;
  margin: 0 24px 20px !important;
  padding: 14px 16px !important;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box;
}
#lp-form .login_message_wrapper_ec, #lp-form .login_message_wrapper_sp_ec { margin: 0 !important; font-size: 14px; }
#lp-form .login_message_box_ec label, #lp-form .login_message_box_sp_ec label {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; padding: 2px 0;
}
#lp-form #show-login-view { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; }
/* 利用規約同意欄を shop(/shop/order/new) に合わせる。実測値:
     カード枠 … 1px #D8DBDD / 角丸8px / 白 （shopでは#new-view側の枠。LPは同意欄自身に付ける）
     チェックボックス … appearance:none / 20x20 / 1px #D8DBDD / 角丸2px / チェック時 #C4653A 塗り+白✓
     テキスト … チェックと flex 横並び(align:center)
     「利用規約」リンク … #ED858D・下線なし
   実DOM(LP): PC=.agreement_view_ec / SP=.agreement_view_sp_ec > input[checkbox] + label（兄弟・labelはinline。SPクラスはiPhone UA実測 2026-09-03） */
#lp-form .agreement_view_ec, #lp-form .agreement_ec, #lp-form .agreement_sp_ec, #lp-form .agreement_view_sp_ec {
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #D8DBDD !important;
  border-radius: 8px !important;
  padding: 20px 24px !important;
  margin: 0 0 8px !important;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #2E363A;
}
/* カスタムチェックボックス（appearance:none で自前描画） */
#lp-form .agreement_view_ec > input[type="checkbox"],
#lp-form .agreement_ec > input[type="checkbox"],
#lp-form .agreement_sp_ec, #lp-form .agreement_view_sp_ec > input[type="checkbox"] {
  flex: 0 0 auto;
  -webkit-appearance: none;
  appearance: none;
  width: 20px; height: 20px; margin: 0;
  border: 1px solid #D8DBDD;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#lp-form .agreement_view_ec > input[type="checkbox"]:checked,
#lp-form .agreement_ec > input[type="checkbox"]:checked,
#lp-form .agreement_sp_ec, #lp-form .agreement_view_sp_ec > input[type="checkbox"]:checked {
  background: #C4653A;
  border-color: #C4653A;
}
#lp-form .agreement_view_ec > input[type="checkbox"]:checked::after,
#lp-form .agreement_ec > input[type="checkbox"]:checked::after,
#lp-form .agreement_sp_ec, #lp-form .agreement_view_sp_ec > input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px; top: 2px;
  width: 5px; height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#lp-form .agreement_view_ec > label,
#lp-form .agreement_ec > label,
#lp-form .agreement_sp_ec, #lp-form .agreement_view_sp_ec > label {
  flex: 1 1 auto;
  display: inline !important;
  margin: 0;
}
#lp-form .agreement_view_ec a,
#lp-form .agreement_ec a,
#lp-form .agreement_sp_ec, #lp-form .agreement_view_sp_ec a {
  color: #ED858D !important;
  text-decoration: none !important;
}
/* 送信ボタンの下に余白（shop はページ末だが LP は下にフッターが続くため確保） */
#lp-form .submit_ec, #lp-form .submit_sp_ec {
  padding: 24px 0 40px !important;
}

/* ---------- 構造の後始末 ---------- */
/* 商品名/個数の行は「ご注文内容」側で操作するため、送信値だけ残して非表示 */
#lp-form #product_container,
#lp-form .input_variant_ec,
#lp-form .input_variant_sp_ec {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0 !important;
}
#lp-form .amazon_pay_title_ec, #lp-form .amazon_pay_title_sp_ec { display: none !important; }
#lp-form .amazon_pay_box_ec, #lp-form .amazon_pay_box_sp_ec { margin: 0 0 8px !important; box-sizing: border-box; }
#lpInputForm > br, #lp-form > br, #lp-form.form_container_sp_ec > br { display: none; }

/* ---------- 外枠の幅 ---------- */
#lpInputForm { max-width: 720px; margin: 0 auto; padding: 0 20px !important; box-sizing: border-box; }
#lp-form.form_container_ec, #lp-form.form_container_sp_ec, #lp-form .form_container_ec {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  text-align: left;
}
#lp-form .form_main_container_ec, #lp-form .form_main_container_sp_ec { margin: 0 !important; padding: 0 !important; }

/* ---------- JS適用前フォールバック ----------
   h4(#view-billing-information-header) と説明文は __PAYMENT_FORM__ がセクション外に出力し、
   script.js の groupSections() が中へ移す。JSが効くまでの間も1枚のカードに見せる */
#lp-form > #view-billing-information-header { margin: 0 !important; border-radius: 8px 8px 0 0 !important; }
#lp-form:has(> #view-billing-information-header) .form_main_container_ec,
#lp-form:has(> #view-billing-information-header) .form_main_container_sp_ec { margin-top: 0 !important; }
#lp-form:has(> #view-billing-information-header) .purchase_message_ec,
#lp-form:has(> #view-billing-information-header) .purchase_message_sp_ec {
  background: #fff !important;
  border-left: 1px solid #D8DBDD !important;
  border-right: 1px solid #D8DBDD !important;
  margin: 0 !important;
  padding: 20px 24px 0 !important;
}
#lp-form:has(> #view-billing-information-header) #view-billing-information {
  border-top: none !important;
  border-radius: 0 0 8px 8px !important;
}

/* ---------- ご注文内容（カートサマリ / #lp-form の外） ---------- */
.nyans-order-sec { margin: 40px auto 44px; box-sizing: border-box; }  /* 上40px: 直前のLP本文と詰まらないように */
.nyans-order-sec[hidden] { display: none; }
.nyans-order-sec__head {
  background: #C4653A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}
.nyans-order-body {
  background: #FAFAFA;
  border: 1px solid #D8DBDD;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 20px 16px;
}
.nyans-order-row {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid #E8EAEB; border-radius: 8px;
  padding: 16px; box-sizing: border-box; margin: 0 0 20px;
}
.nyans-order-row__img { width: 84px; height: 84px; flex: 0 0 84px; object-fit: cover; border-radius: 6px; background: #F5F5F5; }
.nyans-order-row__name { flex: 1 1 auto; min-width: 0; font-size: 15px; line-height: 1.7; color: #2E363A; }
.nyans-order-row__buy { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; font-size: 15px; color: #2E363A; white-space: nowrap; }
.nyans-order-row__buy small { font-size: 11px; color: #6E7278; }
.nyans-order-row__x, .nyans-order-row__eq { color: #A9AFB3; }
.nyans-order-row__qty {
  border: 1px solid #D8DBDD; border-radius: 6px; background: #fff;
  font-size: 15px; padding: 8px 10px; color: #2E363A; box-sizing: border-box; height: 40px;
}
.nyans-order-sum__row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 4px; border-bottom: 1px dashed #E0DCD6; font-size: 15px; color: #2E363A;
}
.nyans-order-sum__row--total { font-weight: 700; font-size: 17px; border-bottom: none; }
.nyans-order-sum__row--total .nyans-order-sum__val { font-size: 22px; font-weight: 700; }
.nyans-order-note { margin: 12px 4px 0; font-size: 12px; line-height: 1.9; color: #6E7278; }

/* ---------- SP（〜768px）の追加調整 ---------- */
/* 全幅共通: テーブルは常に縦積み（ラベルの下に入力）。PCも2カラムにしない */
#lp-form table.landing_form_ec,
#lp-form table.landing_form_ec tbody,
#lp-form table.landing_form_ec tr { display: block; width: 100%; }
/* 左右余白はセクション直下要素(#view-* > *)の 24px で一括管理する。
   table もその直下要素なので 24px を受ける。中の th/td は余白 0 でよい（二重防止） */
#lp-form table.landing_form_ec th,
#lp-form table.landing_form_ec td {
  /* flow-root: ベースCSSの .col-12 { float:left }（姓名・フリガナ等の2連入力）を
     セル内に内包する。block だと float が次の行の th まで漏れ、flex のラベルが
     float 回避で右端の残り数px に縦潰れする（2026-09-03 PC 実測で確定した崩れの正体） */
  display: flow-root; clear: both; width: 100% !important; text-align: left !important;
  padding: 0 !important;
  box-sizing: border-box;
}
#lp-form table.landing_form_ec th { margin-bottom: 8px; }
#lp-form table.landing_form_ec tr { margin-bottom: 20px; }

@media (max-width: 768px) {
  /* セクションのカード内余白（shop実測 24px を維持） */
  #lpInputForm { padding: 0 20px !important; }
  /* ご注文内容: 単価×数量=小計 を独立行に */
  .nyans-order-body { padding: 16px; }
  .nyans-order-row { flex-wrap: wrap; gap: 12px; padding: 14px; }
  .nyans-order-row__img { width: 64px; height: 64px; flex: 0 0 64px; }
  .nyans-order-row__name { flex: 1 1 0; min-width: 0; font-size: 14px; }
  .nyans-order-row__buy {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 6px;
    font-size: 14px;
    padding-top: 12px;
    border-top: 1px dashed #E8EAEB;
    white-space: normal;
  }
  .nyans-order-sum__row { font-size: 14px; padding: 12px 2px; }
  .nyans-order-sum__row--total { font-size: 16px; }
  .nyans-order-sum__row--total .nyans-order-sum__val { font-size: 20px; }
  .nyans-order-note { font-size: 11.5px; line-height: 1.8; }
}

/* ---------- PC（769px〜）: th を左列に置く2カラム ---------- */
/* PC も縦積みに統一したため、旧「th 左列2カラム」指定は撤去（2026-09-02） */
/* SP/PC共通: ログインフォームのラベルは折り返さない */
#lp-form #login-view th,
#lp-form #login-view .form_box_label_ec { white-space: nowrap; }
/* login-view: ラベル(th)と入力(td)を縦並びにする。
   R2 の全体 fixed で th が縦組みに潰れていたのを、
   th/td を block 化して「ラベルの下に入力」の1カラム積みに統一する */
#lp-form #login-view table.landing_form_ec,
#lp-form #login-view table.landing_form_ec tbody,
#lp-form #login-view table.landing_form_ec tr {
  display: block !important;
  width: 100% !important;
}
#lp-form #login-view table.landing_form_ec th,
#lp-form #login-view table.landing_form_ec td {
  text-align: left !important;
  display: flow-root !important; clear: both;
  width: 100% !important;
  white-space: normal !important;
  text-align: left !important;
  padding: 0 !important;
}
#lp-form #login-view table.landing_form_ec th { margin-bottom: 8px !important; }
#lp-form #login-view table.landing_form_ec tr { margin-bottom: 20px !important; }
#lp-form #login-view .form_box_label_ec { display: block !important; text-align: left !important; }

/* 案内文「下記項目にご入力の上…」の中央揃えは、script.js の tagLoginNote() が付ける
   専用クラス .nyans-login-note にだけ当てる。
   ラベル(p.form_box_label_ec)も同じ .login_message_ec 内の p のため、
   p への一括指定は必ずラベルを巻き込む。クラス限定＋高詳細度で確実に分離する */
#lp-form #login-view .login_message_ec { text-align: left !important; }
#lp-form #login-view .login_message_ec p.nyans-login-note {
  text-align: center !important;
  margin: 0 0 24px !important;
}
/* ラベルは左固定（旧配信CSSの p 一括center が残っていても勝つ詳細度で） */
#lp-form #login-view .login_message_ec p.form_box_label_ec {
  text-align: left !important;
  margin: 0 0 8px !important;
}
/* 「パスワードを忘れた方はこちら」なども利用規約リンクと同じ配色 */
#lp-form #login-view a {
  color: #ED858D !important;
  text-decoration: none !important;
}
#lp-form #login-view .login_message_ec p { margin: 0 !important; }

/* SP版の実クラスは login_message_sp_ec（iPhone UA実測 2026-09-03）。
   SPはPCと構造が別で、このdivには注記のpしか入らない（ラベルは input_email_sp_ec 等の別div）
   ため直接指定で巻き込みなし。JSの .nyans-login-note にも両対応 */
#lp-form #login-view .login_message_sp_ec p {
  text-align: center !important;
  margin: 0 0 24px !important;
}

/* ---------- R2.1: ログイン導線・Amazon Pay を shop のカード意匠に揃える ----------
   実DOM: #lp-form 直下に
     div#AmazonPayOneClickOrderArea > .amazon_pay_box_ec（グレー枠 #C3C3C3 付き）
     div.login_message_box_ec（「すでに会員の方はこちら」チェックボックス）
     form#login-view（メール/パスワード/ログインボタン。チェックで表示）
   shop(/shop/order/new) は「既に会員登録がお済みのお客様」黒帯カード＋塗りボタン */

/* Amazon Pay: グレー二重枠を撤去し、他カードと同じ間隔に */
#lp-form #AmazonPayOneClickOrderArea { margin: 0 0 24px; }
#lp-form .amazon_pay_box_ec,
#lp-form .amazon_pay_box_sp_ec {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
#lp-form .amazon_pay_box_ec p,
#lp-form .amazon_pay_box_sp_ec p { font-size: 13px; color: #6E7278; margin: 10px 0 0; }

/* ログイン導線: 黒帯付きカードに（帯は ::before で生成） */
#lp-form .login_message_box_ec,
#lp-form .login_message_box_sp_ec {
  background: #fff !important;
  border: 1px solid #D8DBDD !important;
  border-radius: 8px !important;
  overflow: hidden;
  margin: 0 0 24px !important;
  padding: 0 0 20px !important;
}
#lp-form .login_message_box_ec::before,
#lp-form .login_message_box_sp_ec::before {
  content: "既に会員登録がお済みのお客様";
  display: block;
  background: #2E363A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  padding: 15px 20px;
  margin: 0 0 20px;
}
#lp-form .login_message_wrapper_ec,
#lp-form .login_message_wrapper_sp_ec {
  margin: 0 !important;
  padding: 0 24px !important;
  text-align: center;
  font-size: 14px;
}

/* ログインフォーム（チェックで開く）: 直下のカードとして描画 */
/* JS がカード外に残した場合（フォールバック）は単独カードとして描画 */
#lp-form #login-view {
  background: #fff;
  border: 1px solid #D8DBDD;
  border-radius: 8px;
  margin: 0 0 44px !important;
  padding: 20px 24px !important;
  box-sizing: border-box;
}
/* groupSections() がカード内へ移した後は枠を持たない（カードの枠が既にある） */
#lp-form .login_message_box_ec #login-view,
#lp-form .login_message_box_sp_ec #login-view {
  border: none !important;
  border-radius: 0 !important;
  margin: 12px 0 0 !important;
  padding: 0 24px 4px !important;
}
#lp-form #login-view .login_message_ec { border: none; background: transparent; }  /* margin:0 を外す→案内文の下24pxを活かす */

/* ログインボタン: shop と同じ塗りボタンに（R2 の白抜き指定を上書き） */
#lp-form .lp_login_form_btn,
#lp-form .login_button_ec,
#lp-form .login_button_sp_ec {
  background: #C4653A !important;
  background-image: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: 100% !important;
  max-width: 320px;
  height: 48px !important;
  padding: 0 !important;
  display: block;
  margin: 8px auto 0;
  box-shadow: 0 4px 12px rgba(196,101,58,.28);
  cursor: pointer;
}

/* 説明文は shop 同様センター寄せ */
#lp-form .purchase_message_ec,
#lp-form .purchase_message_sp_ec { text-align: center; }

/* ---------- R2.2: ご注文内容を /shop/order/new の SP 表示に揃える ----------
   script.js v14 が生成する新マークアップ（.nyans-order-card / .nyans-qty）用。
   旧 .nyans-order-row 系のルールは生成されなくなったため死にコード（無害）。
   SP では帯・中身とも画面端まで全幅（shop と同じ）。削除リンクは設けない */
.nyans-order-body {
  background: #fff;
  padding: 20px 20px 8px;
}
.nyans-order-card {
  background: #fff;
  border: 1px solid #D8DBDD;
  border-radius: 8px;
  padding: 4px 16px 8px;
  margin: 0 0 24px;
}
.nyans-order-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}
.nyans-order-card__img {
  width: 96px; height: 96px; flex: 0 0 96px;
  object-fit: cover; border-radius: 6px; background: #F5F5F5;
}
.nyans-order-card__name { flex: 1 1 auto; min-width: 0; font-size: 15px; line-height: 1.7; color: #2E363A; }
.nyans-order-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.nyans-order-card__label { font-size: 14px; color: #6E7278; }
.nyans-order-card__val { font-size: 16px; color: #2E363A; }
/* 数量ステッパー（shop の − n ＋ と同じ構成） */
.nyans-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #D8DBDD;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.nyans-qty__btn {
  width: 44px; height: 44px;
  border: none; background: #fff;
  font-size: 18px; color: #2E363A;
  cursor: pointer; line-height: 1;
  padding: 0;
}
.nyans-qty__btn:active { background: #F4F2EF; }
.nyans-qty__num { min-width: 44px; text-align: center; font-size: 15px; color: #2E363A; }
@media (max-width: 768px) {
  /* 帯・中身とも画面端まで（shop と同じ全幅。#lpInputForm の padding を打ち消す） */
  .nyans-order-sec {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .nyans-order-sec__head { border-radius: 0 !important; }
  .nyans-order-body {
    border: none !important;
    border-radius: 0 !important;
    padding: 16px 20px 8px !important;
  }
}

/* ---------- R2.3: SP実機マークアップの取りこぼし修正 ----------
   ①ラベルと必須バッジ: ラベル文が長い行（住所2など）でバッジだけ次行に落ちていた。
     ラベルを flex にして「文字（内部で折返し可）＋バッジ」を常に横並びにする
   ②姓名・フリガナ: SP実機の入力は <p> ラッパーが無く .form_group_sp_ec 直下に並ぶため、
     R2 の「p を flex」ルールが当たらず縦積みになっていた（旧 v5 と同じ構造対応を復元） */
#lp-form .form_box_label_ec,
#lp-form .form_box_label_sp_ec {
  /* display: flex !important;  ①のflow-root化とセットで安全（floatが漏れているとflexはBFCとして潰される） */
  align-items: center;
  gap: 8px;
}
#lp-form .form_box_label_ec strong,
#lp-form .form_box_label_sp_ec strong {
  flex: 0 1 auto;
  min-width: 0;
}
#lp-form .form_required_ec,
#lp-form .form_required_sp_ec {
  flex: 0 0 auto;
  margin-left: 0 !important;
  white-space: nowrap;
}

/* SP実機: 姓名・フリガナの横並び（.form_group_sp_ec 直下に input が並ぶ構造） */
#lp-form .input_name_sp_ec .form_group_sp_ec,
#lp-form .input_kana_sp_ec .form_group_sp_ec {
  display: flex;
  align-items: center;
  gap: 8px;
}
#lp-form input.input_box_name1_sp_ec,
#lp-form input.input_box_name2_sp_ec,
#lp-form input.input_box_kana1_sp_ec,
#lp-form input.input_box_kana2_sp_ec {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  display: block !important;
  margin: 0 !important;
}
/* （撤去済み 2026-09-02）郵便・電話に group-flex の保険を掛けていたが、
   実機は <p> ラッパーがある構造で、入れ子flexにより <p> が縮まずはみ出した。
   郵便・電話は R2 の「p を flex」だけで正しく1行になるため、ここでは何もしない */

/* ---------- R2.4: 生年月日の3セレクトを1行に ----------
   実DOM（PCのHTML実物・SPスクショ両方で確認）: 生年月日は <p> ラッパーが無く
   .form_group_(sp_)ec 直下に select が3つ並ぶ。姓名と同じ group-flex で1行化する。
   等分割（flex:1）なのでどの幅でも折り返さない */
#lp-form .input_birth_ec .form_group_ec,
#lp-form .input_birth_sp_ec .form_group_sp_ec {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
#lp-form select.input_box_birth_year_ec,
#lp-form select.input_box_birth_month_ec,
#lp-form select.input_box_birth_day_ec,
#lp-form select.input_box_birth_year_sp_ec,
#lp-form select.input_box_birth_month_sp_ec,
#lp-form select.input_box_birth_day_sp_ec {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: block !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* ---------- R2.5: お支払い情報・お届け日の指定の段差/揃え ----------
   実測（PCマークアップ・390px）:
     ・有効期限セレクト(input_box_card_month/year_ec)に margin-left:41px と幅45px
       → 左に段差ができ、SPでは「26」が切れていた
     ・CVV説明の ul がブラウザ既定 padding-left:40px で深すぎ
   SP(_sp_ec)は同名クラスの対を併記。加えて支払い・配送セクション内の
   入れ子ブロックが持つ左margin/字下げを一括で除去し、左端をカード内余白(24px)に統一する */
#lp-form select.input_box_card_month_ec,
#lp-form select.input_box_card_year_ec,
#lp-form select.input_box_card_month_sp_ec,
#lp-form select.input_box_card_year_sp_ec {
  margin-left: 0 !important;
  width: auto !important;
  min-width: 92px !important;
  display: inline-block !important;
}
/* 支払い・配送セクション内の入れ子が作る左の段差を除去 */
#lp-form #view-payment-information div,
#lp-form #view-payment-information p,
#lp-form #view-payment-schedule div,
#lp-form #view-payment-schedule p {
  margin-left: 0 !important;
  text-indent: 0 !important;
}
#lp-form #view-payment-schedule select { margin-left: 0 !important; }
/* CVV説明などの箇条書き: 深すぎる既定インデントを詰める */
#lp-form .nyans-sec ul {
  margin: 8px 0 !important;
  padding-left: 1.4em !important;
}
#lp-form .nyans-sec ul li { font-size: 13px; line-height: 1.9; color: #555; }
/* カード見本画像がはみ出さないように */
#lp-form #view-payment-information img { max-width: 100%; height: auto; }

/* ---------- R2.6: お届け日の指定の揃え ----------
   実DOM: td > div.form_group_ec > select + テキスト「に配達」（素のテキストノード）。
   ラッパーを flex にするとテキストは匿名アイテムとしてセレクトの隣（gap 8px）に付く。
   「お届け予定日:」の字下げは SP 側内側ブロックの padding-left が原因のため、
   カード内余白(直下の24px)は残して2階層目以降の div/p の左paddingを一掃する */
#lp-form #container_delivery_schedule_time .form_group_ec,
#lp-form #container_delivery_schedule_time .form_group_sp_ec {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 8px;
  flex-wrap: nowrap;
  text-align: left !important;
}
#lp-form #view-payment-schedule > * div,
#lp-form #view-payment-schedule > * p,
#lp-form #view-payment-information > * div,
#lp-form #view-payment-information > * p {
  padding-left: 0 !important;
}
#lp-form #scheduled_1st_delivery_date_text,
#lp-form #scheduled_2nd_delivery_date_text {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
}

/* ---------- R2.7: カード有効期限の月/年を寄せる ----------
   実DOM: p.flex > select(月) + span"月" + select(年) + span"年"。
   R2 の「flex:1 1 0」が月/年セレクトに効いてセレクトが引き伸ばされ、「月」と離れていた。
   shop 同様、月・年セレクトは内容幅に固定し、行は左寄せ（余りは右に流す）。
   有効期限の p だけ justify-content:flex-start にする */
#lp-form .input_box_card_expire_ec .form_group_ec > p,
#lp-form .input_box_card_expire_sp_ec .form_group_sp_ec > p,
#lp-form select.input_box_card_month_ec ~ *,
#lp-form td:has(> .form_group_ec > p > select.input_box_card_month_ec) > .form_group_ec > p {
  justify-content: flex-start !important;
}
#lp-form select.input_box_card_month_ec,
#lp-form select.input_box_card_year_ec,
#lp-form select.input_box_card_month_sp_ec,
#lp-form select.input_box_card_year_sp_ec {
  flex: 0 0 auto !important;
  width: 92px !important;
  min-width: 92px !important;
  margin: 0 !important;
}
/* 「月」「年」ラベルはセレクトのすぐ隣に */
#lp-form select.input_box_card_month_ec + span,
#lp-form select.input_box_card_year_ec + span,
#lp-form select.input_box_card_month_sp_ec + span,
#lp-form select.input_box_card_year_sp_ec + span {
  flex: 0 0 auto !important;
  margin: 0 12px 0 6px !important;
  white-space: nowrap;
}

/* ---------- R2.8: お支払い方法の余白 & クレカ画像の中央揃え ----------
   実測: 支払い方法の td は L21（セクション直下扱いで左右padding24pxが乗っていない）、
   他項目は table 内で L45。#view-* > * の左右paddingは「直下の子」にしか効かず、
   支払い方法テーブルは孫以下なので漏れていた。
   → 支払い情報セクション内の table 系すべてに左右余白を明示する */
/* （撤去 2026-09-02）R2.8の支払いtable個別余白は、全table左右24px統一に一本化した */
/* SP(_sp_ec): script.js の wrapPaymentMethod() が見出し+入力を .nyans-pay-method で囲む。
   その div に左右24pxを付けて他項目と左端(L45)を揃える */
#lp-form .nyans-pay-method {
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}
#lp-form select.input_box_card_method_ec,
#lp-form select.input_box_card_method_sp_ec {
  width: 100% !important;
  max-width: 100% !important;
}

/* クレカ裏面の見本画像を中央に */
#lp-form #view-payment-information img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  height: auto;
}

/* ---------- R2.9: 決済方法の説明ブロック（NP後払い等）の余白 ----------
   #payment_method_description に選択した決済の説明バナー・注意書きが動的挿入される。
   セレクト直後に詰めて出るため上に余白を入れ、左右はカード内余白に合わせる。
   PC は table 内(td)なので div.nyans-pay-method、SP はラップ後の同 div に入る。
   両方に効くよう #payment_method_description を直接指定 */
#lp-form #payment_method_description {
  margin-top: 16px;
}
#lp-form #payment_method_description:empty { margin-top: 0; }
#lp-form #payment_method_description img { max-width: 100%; height: auto; }
#lp-form #payment_method_description p { margin: 0 0 10px; font-size: 13px; line-height: 1.9; }
#lp-form #payment_method_description > *:last-child { margin-bottom: 0; }
/* PC で説明が td の外(セクション直下)に出る場合に左右余白が漏れないよう保険 */
#lp-form #view-payment-information > #payment_method_description,
#lp-form #view-payment-information > * > #payment_method_description {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* =====================================================================
 * nyans:optin-card R1（2026-09-15）
 * LPフォーム設定で「オプトイン=表示」にしたら、.optin_view_ec が素の
 * 12pxチェックボックスで規約欄の上に浮いた。利用規約欄（form-skin R2の
 * .agreement_view_ec）と同じカード＋自前チェックボックスに揃える。
 * SP側クラス名は規約欄の実測に倣い *_sp_ec も対象にしておく。
 * ===================================================================== */
#lp-form .optin_view_ec,
#lp-form .optin_view_sp_ec {
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #D8DBDD !important;
  border-radius: 8px !important;
  padding: 20px 24px !important;
  margin: 0 0 8px !important;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #2E363A;
  position: static;
}
#lp-form .optin_view_ec > input[type="checkbox"],
#lp-form .optin_view_sp_ec > input[type="checkbox"] {
  flex: 0 0 auto;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #D8DBDD;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#lp-form .optin_view_ec > input[type="checkbox"]:checked,
#lp-form .optin_view_sp_ec > input[type="checkbox"]:checked {
  background: #C4653A;
  border-color: #C4653A;
}
#lp-form .optin_view_ec > input[type="checkbox"]:checked::after,
#lp-form .optin_view_sp_ec > input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#lp-form .optin_view_ec > label,
#lp-form .optin_view_sp_ec > label {
  flex: 1 1 auto;
  display: inline !important;
  margin: 0;
  cursor: pointer;
}
