/*------------------------------------
* 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;
}

        /* ===================================================
           Reset & Base
        =================================================== */
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --color-navy: #1a2a4a;
            --color-gold: #e9b820;
            --color-gold-light: #f7d768;
            --color-sunrise: #f5d4a3;
            --color-white: #ffffff;
            --color-text-light: rgba(255, 255, 255, 0.85);
            --color-text-mute: rgba(255, 255, 255, 0.5);
            --font-mincho: 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
            --font-gothic: 'Noto Sans JP', 'Yu Gothic', sans-serif;
            --font-number: 'Bodoni Moda', 'Noto Serif JP', serif;
        }

        html {
            font-size: 16px;
            scroll-behavior: smooth;
            background: #f6ede3;
        }

        body {
            font-family: var(--font-gothic);
            background: #f6ede3;
            color: var(--color-white);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            min-height: 100vh;
        }

        .lp-container {
            background: #fff8f3;
            max-width: 480px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 44px rgba(120, 85, 60, 0.18);
        }

        @media (min-width: 1024px) {
            .lp-container {
                max-width: 480px; /* モバイル表示を維持・PCでは中央に枠 */
            }
        }

        /* ===================================================
           Section 共通
        =================================================== */
        section {
            position: relative;
            padding: 60px 24px;
            overflow: hidden;
        }

        h1, h2, h3 {
            font-family: var(--font-mincho);
            font-weight: 700;
            line-height: 1.4;
        }

        .quote-mark {
            color: var(--color-gold);
        }

        /* ===================================================
           ヘッダー（固定）
        =================================================== */
        .header {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 480px;
            height: 50px;
            background: #fffcf8;
            border-bottom: none;
            z-index: 1000;
            display: flex;
            align-items: center;
            padding: 0 16px;
            justify-content: space-between;
            box-shadow: none;
        }

        .header__logo {
            font-family: var(--font-mincho);
            font-size: 16px;
            font-weight: 700;
            color: #3e3a39;
            letter-spacing: 0.05em;
        }
        .header__logo span {
            color: #c2356b;
        }
        .header__cta-mini {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-family: var(--font-mincho);
            font-size: 12px;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(135deg, #e4548c 0%, #f2749e 100%);
            padding: 7px 12px;
            border-radius: 999px;
            text-decoration: none;
            box-shadow: 0 2px 6px rgba(228, 84, 140, 0.35);
            position: relative;
        }
        .header__cta-mini-label {
            display: block;
            font-size: 8.5px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 1px;
            color: #fff;
            opacity: 0.9;
            letter-spacing: 0.05em;
        }
        .header__cta-mini-price {
            font-family: var(--font-number);
            font-size: 13px;
            font-weight: 900;
            line-height: 1;
        }
        .header__cta-mini-arrow {
            font-size: 13px;
            margin-left: 1px;
        }

        /* ===================================================
           固定下部CTAバー
        =================================================== */
        /* ===== 固定下部CTAバー（ボタンらしさ強化版） ===== */
        .fixed-cta-bar {
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 480px;
            padding: 8px 12px 10px;
            background: linear-gradient(180deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.98) 100%);
            backdrop-filter: blur(8px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            box-shadow: 0 -4px 18px rgba(0,0,0,0.35);
            text-decoration: none;
            cursor: pointer;
        }
        .fixed-cta-bar__button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: 100%;
            padding: 12px 10px;
            background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
            color: #ffffff;
            font-family: var(--font-mincho);
            font-weight: 800;
            font-size: 13.5px;
            border-radius: 999px;
            box-shadow: 0 4px 0 #15803d, 0 6px 14px rgba(34,197,94,0.4), 0 0 0 2px rgba(255,255,255,0.25) inset;
            letter-spacing: 0;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
            position: relative;
            white-space: nowrap;
        }
        .fixed-cta-bar__button > span:not([class]) {
            white-space: nowrap;
        }
        .fixed-cta-bar:hover .fixed-cta-bar__button {
            transform: translateY(-1px);
            box-shadow: 0 5px 0 #15803d, 0 8px 18px rgba(34,197,94,0.5), 0 0 0 2px rgba(255,255,255,0.25) inset;
        }
        .fixed-cta-bar:active .fixed-cta-bar__button {
            transform: translateY(2px);
            box-shadow: 0 2px 0 #15803d, 0 3px 8px rgba(34,197,94,0.3), 0 0 0 2px rgba(255,255,255,0.25) inset;
        }
        .fixed-cta-bar__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #ffffff;
            color: #16a34a;
            font-size: 10px;
            font-weight: 900;
            flex-shrink: 0;
        }
        .fixed-cta-bar__price {
            font-family: var(--font-gothic);
            font-size: 19px;
            font-weight: 900;
            color: #fde047;
            text-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 0 10px rgba(253,224,71,0.35);
            letter-spacing: -0.02em;
            display: inline-flex;
            align-items: baseline;
            gap: 3px;
        }
        .fixed-cta-bar__price-tax {
            font-family: var(--font-mincho);
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0;
        }
        .fixed-cta-bar__free {
            display: inline-block;
            background: #ffffff;
            color: #16a34a;
            font-family: var(--font-mincho);
            font-size: 9.5px;
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 3px;
            white-space: nowrap;
        }
        .fixed-cta-bar__arrow {
            font-size: 16px;
            font-weight: 900;
            color: #ffffff;
        }

        /* ===================================================
           Section 1: FV
        =================================================== */
        .fv {
            background: var(--color-navy);
            padding-top: 50px;
            padding-bottom: 0;
            min-height: 100vh;
        }

        /* FV 画像（FV1 / FV2）— section padding を打ち消し横幅いっぱいに表示 */
        .fv-image {
            margin-left: -24px;
            margin-right: -24px;
            line-height: 0;
            min-height: 200px;                       /* 画像読み込み失敗時もボックス可視 */
            background: rgba(255, 255, 255, 0.05);   /* 失敗時のプレースホルダ背景 */
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .fv-image img {
            width: 100%;
            height: auto;
            display: block;
            line-height: normal;
        }
        .fv-image--top {
            margin-top: 24px;
            margin-bottom: 0;
        }
        .fv-image--bottom {
            margin-top: 0;
            margin-bottom: 32px;
        }

        /* Block 1: 監修者バッジ帯 */
        .badge-bar {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin: 0 0 2px;
            padding: 0 14px;
            border-bottom: 1px solid rgba(212, 175, 55, 0.3);
            line-height: 1;
        }
        .badge-bar__doctor {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: var(--font-mincho);
            color: rgba(255,255,255,0.95);
            line-height: 1.2;
            order: 1;
        }
        .badge-bar__doctor-img {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: linear-gradient(135deg, #fce7f3, #fbcfe8);
            border: 1.5px solid var(--color-gold);
            box-shadow: 0 2px 8px rgba(212, 175, 55, 0.35);
            overflow: hidden;
            flex-shrink: 0;
        }
        .badge-bar__doctor-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
        }
        .badge-bar__doctor-text {
            display: flex;
            flex-direction: column;
            gap: 1px;
            text-align: left;
        }
        .badge-bar__doctor-role {
            display: block;
            font-size: 10px;
            color: var(--color-gold);
            font-weight: 700;
            letter-spacing: 0.12em;
            margin-bottom: 2px;
        }
        .badge-bar__doctor-name {
            display: block;
            font-size: 14.5px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.04em;
            line-height: 1.15;
        }
        .badge-bar__doctor-name small {
            display: inline-block;
            font-size: 11px;
            color: rgba(255,255,255,0.75);
            font-weight: 500;
            margin-left: 8px;
            margin-top: 0;
            vertical-align: 1px;
        }
        .badge-bar__divider {
            display: none;
        }
        .badge-bar__media {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 7px 14px;
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid rgba(212, 175, 55, 0.35);
            border-radius: 999px;
            order: 2;
        }
        .badge-bar__media-icon {
            font-size: 13px;
        }
        .badge-bar__anan {
            font-family: var(--font-mincho);
            font-size: 12px;
            font-weight: 700;
            color: var(--color-gold);
            letter-spacing: 0.05em;
            line-height: 1.2;
        }
        .badge-bar__anan strong {
            font-family: var(--font-number);
            font-weight: 800;
            font-style: italic;
            margin-right: 4px;
            font-size: 13px;
        }

        /* Block 2: メインHL */
        .main-hl {
            text-align: center;
            margin-bottom: 40px;
        }
        .main-hl__quote {
            color: var(--color-gold);
            font-family: var(--font-mincho);
            font-size: 56px;
            font-weight: 900;
            line-height: 1.3;
            letter-spacing: 0.02em;
            display: block;
            margin-bottom: 8px;
        }
        .main-hl__sub {
            color: var(--color-white);
            font-family: var(--font-mincho);
            font-size: 44px;
            font-weight: 700;
            line-height: 1.3;
        }

        /* Block 3: サブHL */
        .sub-hl {
            text-align: center;
            margin-bottom: 32px;
            font-family: var(--font-gothic);
            font-size: 16px;
            color: var(--color-white);
            line-height: 1.9;
        }
        .sub-hl__highlight {
            color: var(--color-gold);
            font-weight: 700;
            font-size: 18px;
            border-bottom: 2px solid var(--color-gold);
            padding-bottom: 1px;
        }
        .sub-hl__nine {
            color: var(--color-gold);
            font-weight: 900;
            font-size: 20px;
        }
        .sub-hl__call {
            display: block;
            margin-top: 16px;
            font-weight: 700;
        }

        /* Block 4: KV */
        .kv {
            width: calc(100% + 48px);
            margin-left: -24px;
            margin-bottom: 0;
            height: 420px;
            background:
                linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%),
                linear-gradient(135deg, #c7b299 0%, #e8d5b7 50%, #faf3e6 100%);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(0,0,0,0.4);
            font-family: var(--font-gothic);
            font-size: 13px;
            text-align: center;
            border-top: 1px solid rgba(212,175,55,0.3);
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .kv__placeholder {
            padding: 24px;
            background: rgba(255,255,255,0.4);
            border-radius: 8px;
            backdrop-filter: blur(2px);
        }
        .kv__overlay {
            position: absolute;
            bottom: 24px;
            left: 0;
            right: 0;
            text-align: center;
            color: var(--color-white);
            font-family: var(--font-mincho);
            font-size: 14px;
            text-shadow: 0 2px 8px rgba(0,0,0,0.6);
        }

        /* Block 5: 新カテゴリー宣言 */
        .declaration {
            background: var(--color-sunrise);
            padding: 60px 24px 50px;
            text-align: center;
            color: var(--color-navy);
        }
        .declaration__lead {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 500;
            line-height: 1.8;
            margin-bottom: 32px;
        }
        .declaration__brand-intro {
            font-family: var(--font-mincho);
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .declaration__brand {
            font-family: var(--font-mincho);
            font-size: 64px;
            font-weight: 900;
            color: var(--color-gold);
            letter-spacing: 0.02em;
            line-height: 1.2;
        }
        .declaration__brand sup {
            font-size: 26px;
            vertical-align: super;
        }

        /* Block 6: ベネフィット */
        .benefit {
            background: var(--color-sunrise);
            padding: 0 24px 50px;
            text-align: center;
            color: var(--color-navy);
        }
        .benefit__items {
            font-family: var(--font-gothic);
            font-size: 16px;
            font-weight: 500;
            line-height: 2;
            margin-bottom: 24px;
        }
        .benefit__all {
            color: var(--color-gold);
            font-weight: 900;
            font-size: 22px;
        }
        .benefit__close {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 700;
        }

        /* Block 7: メカニズム図解 */
        .mechanism {
            background: linear-gradient(180deg, var(--color-sunrise) 0%, var(--color-navy) 100%);
            padding: 50px 24px;
            text-align: center;
            color: var(--color-white);
        }
        .mechanism__item {
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(212,175,55,0.4);
            border-radius: 8px;
            padding: 16px;
            margin-bottom: 16px;
            backdrop-filter: blur(4px);
        }
        .mechanism__item-name {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 4px;
        }
        .mechanism__item-desc {
            font-size: 12px;
            color: var(--color-text-light);
        }
        .mechanism__operator {
            font-family: var(--font-mincho);
            font-size: 40px;
            font-weight: 900;
            color: var(--color-gold);
            margin: 8px 0;
            line-height: 1;
        }
        .mechanism__result {
            background: var(--color-gold);
            color: var(--color-navy);
            padding: 16px;
            border-radius: 8px;
            margin-top: 16px;
        }
        .mechanism__result-text {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 900;
        }

        /* Block 8: 信頼バッジ */
        .trust-badges {
            background: var(--color-navy);
            padding: 40px 8px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 6px;
        }
        .trust-badge {
            border: 1px solid rgba(212,175,55,0.5);
            border-radius: 4px;
            padding: 12px 4px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 72px;
        }
        .trust-badge__num {
            font-family: var(--font-gothic);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-gold);
            line-height: 1.2;
        }
        .trust-badge__text {
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            line-height: 1.3;
        }
        .trust-badge__label {
            font-family: var(--font-gothic);
            font-size: 9px;
            color: var(--color-text-light);
            margin-top: 4px;
            line-height: 1.4;
        }

        /* Block 9: 1st CTA */
        .first-cta {
            background: var(--color-navy);
            padding: 40px 24px 60px;
            text-align: center;
        }
        .cta-button {
            display: block;
            width: 100%;
            background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
            color: var(--color-navy);
            font-family: var(--font-gothic);
            font-size: 18px;
            font-weight: 700;
            padding: 20px 16px;
            border-radius: 8px;
            text-decoration: none;
            box-shadow: 0 4px 16px rgba(212,175,55,0.4);
            transition: transform 0.2s, box-shadow 0.2s;
            margin-bottom: 16px;
        }
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(212,175,55,0.6);
        }
        .first-cta__price {
            font-family: var(--font-gothic);
            font-size: 14px;
            color: var(--color-white);
            margin-bottom: 8px;
        }
        .first-cta__price strong {
            font-family: var(--font-number);
            font-size: 20px;
            font-weight: 700;
            color: var(--color-gold);
        }
        .first-cta__guarantee {
            font-family: var(--font-gothic);
            font-size: 11px;
            color: var(--color-gold-light);
            line-height: 1.8;
        }

        /* ===== 1st CTA 緑バナーミニ版（FV直下・コンパクトオファー） ===== */
        .first-cta-green {
            display: block;
            background: var(--color-navy);
            padding: 28px 8px 32px;
            text-decoration: none;
        }

        /* 商品セット画像ブロック（1st CTA 上部・LP枠いっぱいに拡大表示） */
        .first-cta-green__product {
            display: block;
            margin: -16px -8px 20px;
            line-height: 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            min-height: 380px;
        }
        .first-cta-green__product-img {
            width: 100%;
            height: 100%;
            min-height: 380px;
            object-fit: cover;
            object-position: center;
            display: block;
            transform: scale(1.05);
        }
        .first-cta-green__product-caption {
            display: block;
            text-align: center;
            font-family: var(--font-gothic);
            font-size: 13px;
            color: rgba(255,255,255,0.92);
            margin: 0 0 18px;
            line-height: 1.7;
            padding: 0 4px;
        }
        .first-cta-green__product-caption strong {
            color: var(--color-gold);
            font-weight: 700;
        }
        .first-cta-green__product-caption-sub {
            display: block;
            font-size: 11px;
            color: rgba(255,255,255,0.65);
            margin-top: 4px;
            letter-spacing: 0.05em;
        }
        .first-cta-green__product-caption-qty {
            font-size: 0.8em;
            color: #8a7c80;
            font-weight: 500;
            letter-spacing: 0.02em;
            white-space: nowrap;
        }
        .first-cta-green__product-caption-plus {
            display: block;
            margin-top: 7px;
            font-size: 12px;
            line-height: 1.6;
            color: #6b5f63;
            letter-spacing: 0.02em;
        }
        .first-cta-green__product-caption-plus b {
            color: #c2356b;
            font-weight: 700;
        }

        /* 読本プレゼントカード（1st CTA 用・コンパクト版） */
        .first-cta-green__books {
            display: block;
            background: linear-gradient(135deg, rgba(254,249,195,0.1) 0%, rgba(253,224,71,0.05) 100%);
            border: 1px dashed rgba(212,175,55,0.5);
            border-radius: 8px;
            padding: 14px 12px 12px;
            margin-bottom: 14px;
            text-align: center;
            position: relative;
        }
        .first-cta-green__books-ribbon {
            display: inline-block;
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            color: #ffffff;
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 800;
            padding: 6px 18px;
            border-radius: 999px;
            letter-spacing: 0.08em;
            margin-bottom: 6px;
            box-shadow: 0 2px 8px rgba(220,38,38,0.35);
            line-height: 1.4;
        }
        .first-cta-green__books-sub {
            display: block;
            font-family: var(--font-mincho);
            font-size: 11px;
            color: rgba(255,255,255,0.85);
            margin-bottom: 14px;
            letter-spacing: 0.04em;
        }
        .first-cta-green__books-grid {
            display: flex;
            gap: 12px;
            justify-content: center;
        }
        .first-cta-green__books-item {
            flex: 1;
            max-width: 160px;
            background: #ffffff;
            border-radius: 5px;
            padding: 8px 7px 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.28);
        }
        .first-cta-green__books-img {
            width: 100%;
            aspect-ratio: 3/4;
            background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
            border-radius: 3px;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            color: #9ca3af;
            text-align: center;
            overflow: hidden;
        }
        .first-cta-green__books-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .first-cta-green__books-name {
            font-family: var(--font-mincho);
            font-size: 10px;
            font-weight: 700;
            color: #78350f;
            line-height: 1.3;
            margin: 0;
        }
        .first-cta-green__books-name small {
            display: block;
            font-size: 8.5px;
            font-weight: 500;
            color: #92400e;
            margin-top: 2px;
        }

        /* 価格ヒーローブロック（高級感重視・上品エレガント） */
        .first-cta-green__price-hero {
            display: block;
            background: transparent;
            border: 1px solid rgba(212,175,55,0.4);
            border-radius: 4px;
            padding: 24px 18px 20px;
            margin-bottom: 18px;
            text-align: center;
            position: relative;
        }
        /* 上下の細い金線でエレガントに */
        .first-cta-green__price-hero::before,
        .first-cta-green__price-hero::after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
        }
        .first-cta-green__price-hero::before { top: -1px; }
        .first-cta-green__price-hero::after { bottom: -1px; }

        .first-cta-green__price-label {
            display: inline-block;
            color: var(--color-gold);
            font-family: var(--font-gothic);
            font-size: 15px;
            font-weight: 700;
            padding: 0 18px;
            margin-bottom: 18px;
            letter-spacing: 0.12em;
            position: relative;
        }
        .first-cta-green__price-label::before,
        .first-cta-green__price-label::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 18px;
            height: 1px;
            background: var(--color-gold);
            opacity: 0.5;
        }
        .first-cta-green__price-label::before { right: 100%; }
        .first-cta-green__price-label::after { left: 100%; }
        .first-cta-green__price-label-icon {
            display: inline-block;
            margin-right: 4px;
            font-size: 10px;
            vertical-align: 1px;
        }
        .first-cta-green__price-label-divider {
            color: rgba(212,175,55,0.5);
            margin: 0 6px;
            font-weight: 400;
        }

        /* ボタン内「定期コース」マーク */
        .first-cta-green__button-type-mark {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            background: #ffffff;
            color: #15803d;
            font-family: var(--font-mincho);
            font-size: 10px;
            font-weight: 800;
            padding: 3px 12px;
            border-radius: 999px;
            letter-spacing: 0.08em;
            box-shadow: 0 2px 6px rgba(0,0,0,0.25);
            white-space: nowrap;
            z-index: 2;
        }
        .first-cta-green__button-type-mark::before {
            content: "\1F4C5  ";
            font-size: 9px;
        }

        .first-cta-green__old-line {
            display: block;
            font-family: var(--font-mincho);
            font-size: 14px;
            color: rgba(255,255,255,0.8);
            margin-bottom: 14px;
            text-align: center;
            letter-spacing: 0.08em;
        }
        .first-cta-green__old-line-price {
            font-family: var(--font-gothic);
            font-size: 18px;
            font-weight: 700;
            color: rgba(255,255,255,0.92);
            text-decoration: line-through;
            text-decoration-color: rgba(255,255,255,0.5);
            text-decoration-thickness: 1px;
            margin-left: 8px;
            letter-spacing: 0;
        }
        .first-cta-green__price-main {
            display: block;
            text-align: center;
            padding: 2px 0 8px;
        }
        .first-cta-green__price-main-num {
            font-family: var(--font-gothic);
            font-size: 38px;
            font-weight: 700;
            color: var(--color-gold);
            line-height: 1;
            letter-spacing: 0.02em;
            vertical-align: middle;
        }
        .first-cta-green__price-main-yen {
            font-family: var(--font-gothic);
            font-size: 20px;
            font-weight: 700;
            color: var(--color-gold);
            margin-left: 1px;
            vertical-align: middle;
        }
        .first-cta-green__price-main-tax {
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 500;
            color: rgba(255,255,255,0.75);
            margin-left: 6px;
            vertical-align: middle;
            letter-spacing: 0.05em;
        }
        .first-cta-green__price-main-free {
            display: inline-block;
            background: rgba(255,255,255,0.15);
            color: #ffffff;
            font-family: var(--font-mincho);
            font-size: 10.5px;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 2px;
            margin-left: 8px;
            vertical-align: middle;
            border: 1px solid rgba(255,255,255,0.3);
            letter-spacing: 0.05em;
        }
        .first-cta-green__off-badge {
            display: inline-block;
            background: transparent;
            border: 1px solid var(--color-gold);
            color: var(--color-gold);
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            padding: 2px 9px;
            border-radius: 2px;
            line-height: 1.3;
            margin-left: 10px;
            vertical-align: middle;
            letter-spacing: 0.05em;
        }
        .first-cta-green__off-badge small {
            font-size: 9px;
            font-weight: 700;
            margin-left: 1px;
            letter-spacing: 0.05em;
        }
        .first-cta-green__perks {
            display: block;
            font-family: var(--font-gothic);
            font-size: 12px;
            color: #fde047;
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px solid rgba(212,175,55,0.25);
            line-height: 1.6;
            font-weight: 700;
            text-align: center;
            letter-spacing: 0.05em;
        }
        .first-cta-green__perks-label {
            display: block;
            font-size: 10px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 4px;
            font-weight: 500;
            letter-spacing: 0.1em;
        }

        /* ボタン本体（中央配置・シンプル・矢印は右下に小さく） */
        .first-cta-green__button {
            display: block;
            width: 100%;
            padding: 18px 16px 16px;
            background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
            color: #ffffff;
            font-family: var(--font-mincho);
            border-radius: 14px;
            box-shadow: 0 5px 0 #15803d, 0 8px 18px rgba(34,197,94,0.4), 0 0 0 2px rgba(255,255,255,0.25) inset;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
            margin-bottom: 14px;
            position: relative;
            text-align: center;
        }
        .first-cta-green:hover .first-cta-green__button {
            transform: translateY(-1px);
            box-shadow: 0 6px 0 #15803d, 0 10px 22px rgba(34,197,94,0.5), 0 0 0 2px rgba(255,255,255,0.25) inset;
        }
        .first-cta-green:active .first-cta-green__button {
            transform: translateY(2px);
            box-shadow: 0 3px 0 #15803d, 0 4px 10px rgba(34,197,94,0.3), 0 0 0 2px rgba(255,255,255,0.25) inset;
        }
        .first-cta-green__text {
            display: block;
            font-size: 15.5px;
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 8px;
            letter-spacing: 0.02em;
        }
        .first-cta-green__price-line {
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 8px;
        }
        .first-cta-green__price {
            font-family: var(--font-gothic);
            font-size: 24px;
            font-weight: 900;
            color: #fde047;
            text-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 0 12px rgba(253,224,71,0.35);
            line-height: 1;
            letter-spacing: 0.01em;
        }
        .first-cta-green__price-tax {
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 700;
            color: #ffffff;
            margin-left: 2px;
        }
        .first-cta-green__free {
            display: inline-block;
            background: #ffffff;
            color: #16a34a;
            font-family: var(--font-mincho);
            font-size: 10px;
            font-weight: 800;
            padding: 2px 7px;
            border-radius: 3px;
            white-space: nowrap;
            align-self: center;
        }
        .first-cta-green__arrow {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            font-weight: 900;
            color: rgba(255,255,255,0.85);
        }

        /* 3つの安心（コンパクト） */
        .first-cta-green__assurance {
            display: block;
            padding: 10px 12px;
            background: rgba(34,197,94,0.12);
            border: 1px solid rgba(34,197,94,0.35);
            border-radius: 6px;
            margin-bottom: 10px;
        }
        .first-cta-green__assurance-title {
            display: block;
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 800;
            color: #86efac;
            margin-bottom: 6px;
            letter-spacing: 0.05em;
        }
        .first-cta-green__assurance-list {
            display: block;
            font-family: var(--font-gothic);
            font-size: 11.5px;
            color: rgba(255,255,255,0.92);
            line-height: 1.75;
        }
        .first-cta-green__assurance-list strong {
            color: #fde047;
        }

        /* 読本プレゼントミニ（画像付き・コンパクト版） */
        .first-cta-green__present {
            display: block;
            padding: 12px 12px 10px;
            background: linear-gradient(135deg, rgba(254,249,195,0.15) 0%, rgba(253,224,71,0.08) 100%);
            border: 1px dashed rgba(217,119,6,0.6);
            border-radius: 8px;
            margin-bottom: 12px;
            text-align: center;
            position: relative;
        }
        .first-cta-green__present-title {
            display: block;
            font-family: var(--font-mincho);
            font-size: 12.5px;
            font-weight: 800;
            color: #fde047;
            line-height: 1.4;
            margin-bottom: 2px;
        }
        .first-cta-green__present-title::before {
            content: "\1F381  ";
        }
        .first-cta-green__present-sub {
            display: block;
            font-family: var(--font-mincho);
            font-size: 10px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 8px;
        }
        .first-cta-green__present-books {
            display: flex;
            gap: 8px;
            justify-content: center;
            margin-top: 4px;
        }
        .first-cta-green__present-book {
            flex: 1;
            max-width: 100px;
            background: #ffffff;
            border-radius: 4px;
            padding: 5px 4px 6px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.25);
        }
        .first-cta-green__present-book-img {
            width: 100%;
            aspect-ratio: 3/4;
            background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
            border-radius: 3px;
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 8px;
            color: #9ca3af;
            overflow: hidden;
        }
        .first-cta-green__present-book-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .first-cta-green__present-book-name {
            font-family: var(--font-mincho);
            font-size: 9px;
            font-weight: 700;
            color: #78350f;
            line-height: 1.3;
            margin: 0;
        }

        /* ご利用ガイドミニ */
        .first-cta-green__guide {
            display: block;
            font-family: var(--font-gothic);
            font-size: 10px;
            color: rgba(255,255,255,0.6);
            line-height: 1.7;
            padding: 8px 0 0;
        }
        .first-cta-green__guide strong {
            color: rgba(255,255,255,0.85);
            font-weight: 700;
        }

        /* Block 10: 注記 */
        .notice {
            background: var(--color-navy);
            padding: 16px 8px 30px;
            text-align: center;
        }
        .notice__text {
            font-family: var(--font-gothic);
            font-size: 9px;
            color: var(--color-text-mute);
            line-height: 1.8;
        }
        .notice__brand {
            margin-top: 16px;
            color: var(--color-gold);
            font-size: 11px;
        }
        .notice__motto {
            font-family: var(--font-mincho);
            font-style: italic;
            color: rgba(212,175,55,0.6);
            font-size: 10px;
        }

        /* ===================================================
           Section 2-13: ワイヤーフレームモード（簡易表示）
        =================================================== */
        .section-wf {
            border-top: 4px solid var(--color-gold);
            padding: 50px 24px;
            position: relative;
        }
        .section-wf:nth-child(odd) {
            background: #2a3a5a;
        }
        .section-wf:nth-child(even) {
            background: #1f2f4f;
        }

        /* セクション画像差し込み用（s2.png 以降のセクション完成画像版） */
        .section-image-wrap {
            padding: 0 !important;
            margin: 0;
            line-height: 1.7;
            border-top: none !important;
            background: #fffafc !important;
        }
        .section-image {
            width: 100%;
            height: auto;
            display: block;
        }
        /* SEO補完テキスト（画面表示なし・スクリーンリーダー/SEOクローラー用） */
        .seo-text-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* ===================================================
           Section 7: 純白ミニマル写真主役（HTML/CSS構築・v8）
        =================================================== */
        .section-7 {
            background: #ffffff !important;
            border-top: 1px solid rgba(212,175,55,0.4) !important;
            padding: 60px 24px !important;
            color: var(--color-navy);
        }
        .section-7__label {
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 32px;
            letter-spacing: 0.1em;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .section-7__headline {
            font-family: var(--font-mincho);
            font-size: 26px;
            font-weight: 700;
            color: var(--color-navy);
            line-height: 1.6;
            text-align: center;
            margin-bottom: 16px;
        }
        .section-7__headline .gold {
            color: var(--color-gold);
        }
        .section-7__subhead {
            font-family: var(--font-mincho);
            font-size: 15px;
            color: var(--color-navy);
            line-height: 1.8;
            text-align: center;
            margin-bottom: 40px;
        }
        .section-7__quote {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            text-align: center;
            line-height: 1.9;
            margin: 0 auto 50px;
            padding: 20px 16px;
            max-width: 360px;
        }
        .section-7__quote-text {
            font-style: italic;
            margin-bottom: 8px;
        }
        .section-7__quote-author {
            font-size: 12px;
            color: rgba(26,42,74,0.7);
        }
        .section-7__image-wrap {
            margin: 0 -24px 16px;
            line-height: 0;
        }
        .section-7__image-wrap img {
            width: 100%;
            height: auto;
            display: block;
        }
        .section-7__caption {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            text-align: center;
            line-height: 1.8;
            margin: 0 0 40px;
        }
        .section-7__product {
            font-family: var(--font-mincho);
            color: var(--color-navy);
            text-align: center;
            line-height: 1.7;
            margin: 0 0 40px;
        }
        .section-7__product-name {
            font-size: 22px;
            color: var(--color-gold);
            font-weight: 700;
            display: block;
            margin-bottom: 4px;
        }
        .section-7__product-spec {
            font-size: 14px;
            color: var(--color-gold);
            font-weight: 500;
            display: block;
            margin-bottom: 12px;
        }
        .section-7__product-lead {
            font-size: 14px;
            color: var(--color-navy);
        }
        .section-7__points {
            margin: 50px 0;
            padding: 24px 0;
            border-top: 1px solid rgba(212,175,55,0.4);
            border-bottom: 1px solid rgba(212,175,55,0.4);
        }
        .section-7__points-title {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-gold);
            text-align: center;
            margin-bottom: 24px;
        }
        .section-7__point {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            line-height: 1.8;
            margin-bottom: 18px;
            padding-left: 24px;
            position: relative;
        }
        .section-7__point::before {
            content: "\2713 ";
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--color-gold);
            font-weight: 700;
            font-size: 16px;
        }
        .section-7__point:last-child {
            margin-bottom: 0;
        }
        .section-7__point .gold {
            color: var(--color-gold);
            font-weight: 700;
        }
        .section-7__summary {
            font-family: var(--font-mincho);
            font-size: 18px;
            color: var(--color-navy);
            text-align: center;
            margin-top: 40px;
            line-height: 1.6;
        }
        .section-7__summary .gold {
            color: var(--color-gold);
            font-weight: 700;
        }

        /* === S7 栄養ブロック（公式アセット踏襲・27栄養素＋JFRL証明） === */
        .s7-nutri { margin: 50px 0 0; text-align: center; }
        .s7-nutri__title { font-family: var(--font-mincho); font-size: 20px; font-weight: 700; color: var(--color-navy); line-height: 1.6; margin-bottom: 8px; }
        .s7-nutri__title .gold { color: var(--color-gold); }
        .s7-nutri__sub { font-family: var(--font-mincho); font-size: 14px; color: var(--color-gold); font-weight: 700; margin-bottom: 22px; }
        .s7-nutri__lead { font-family: var(--font-mincho); font-size: 14px; color: var(--color-navy); line-height: 1.9; margin-bottom: 26px; }
        .s7-nutri__glass { margin: 0 -24px 22px; line-height: 0; }
        .s7-nutri__glass img { width: 100%; height: auto; display: block; }
        .s7-nutri__legend { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
        .s7-nutri__legend span { font-family: var(--font-gothic); font-size: 11px; color: rgba(26,42,74,0.75); display: inline-flex; align-items: center; gap: 5px; }
        .s7-nutri__legend i { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
        .s7-nutri__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; max-width: 400px; margin: 0 auto; }
        .s7-nutri__tile { display: flex; align-items: center; gap: 9px; padding: 8px 12px; border-radius: 8px; font-family: var(--font-gothic); color: var(--color-navy); }
        .s7-nutri__ic { font-size: 18px; line-height: 1; flex: 0 0 auto; }
        .s7-nutri__txt { display: flex; flex-direction: column; line-height: 1.25; text-align: left; }
        .s7-nutri__nm { font-size: 13px; font-weight: 700; }
        .s7-nutri__val { font-family: var(--font-number); font-size: 12px; font-weight: 700; color: rgba(26,42,74,0.62); }
        .s7-nutri__tile--pink { background: #fbe1ec; }
        .s7-nutri__tile--yellow { background: #fcf2c8; }
        .s7-nutri__tile--blue { background: #ddeef6; }
        .s7-nutri__tile:last-child:nth-child(odd) { grid-column: 1 / -1; justify-content: center; }
        .s7-nutri__note { font-family: var(--font-gothic); font-size: 11px; color: rgba(26,42,74,0.55); line-height: 1.7; margin-top: 14px; text-align: center; }

        .s7-proof { margin: 50px 0 0; text-align: center; padding-top: 40px; border-top: 1px solid rgba(212,175,55,0.4); }
        .s7-proof__title { font-family: var(--font-mincho); font-size: 19px; font-weight: 700; color: var(--color-navy); line-height: 1.6; margin-bottom: 16px; }
        .s7-proof__title .gold { color: var(--color-gold); }
        .s7-proof__lead { font-family: var(--font-mincho); font-size: 14px; color: var(--color-navy); line-height: 1.9; margin-bottom: 24px; }
        .s7-proof__image { margin: 0 -24px 20px; }
        .s7-proof__image img { width: 100%; height: auto; display: block; }
        .s7-proof__badge { border: 1px solid rgba(212,175,55,0.5); border-radius: 8px; padding: 20px 16px; margin: 0 auto 16px; max-width: 320px; }
        .s7-proof__badge-label { display: inline-block; background: var(--color-gold); color: #fff; font-family: var(--font-gothic); font-size: 12px; font-weight: 700; padding: 3px 18px; border-radius: 999px; margin-bottom: 12px; letter-spacing: 0.08em; }
        .s7-proof__badge-text { font-family: var(--font-mincho); font-size: 18px; font-weight: 700; color: var(--color-navy); line-height: 1.5; margin-bottom: 14px; }
        .s7-proof__legend { display: flex; flex-direction: column; gap: 6px; align-items: center; }
        .s7-proof__legend-item { font-family: var(--font-gothic); font-size: 12px; color: rgba(26,42,74,0.8); display: flex; align-items: center; gap: 8px; }
        .s7-lg { width: 22px; height: 12px; border-radius: 2px; display: inline-block; }
        .s7-lg--pink { background: #f4a9c8; }
        .s7-lg--yellow { background: #f5e27a; }
        .s7-proof__values { font-family: var(--font-number); font-size: 14px; color: var(--color-navy); line-height: 1.8; margin-bottom: 8px; }
        .s7-proof__note { font-family: var(--font-gothic); font-size: 11px; color: rgba(26,42,74,0.55); line-height: 1.7; }

        /* ===================================================
           Section 6: メソッド3段階（純白ミニマル・大ナンバリング）
        =================================================== */
        .section-6-steps {
            margin: 40px 0;
        }
        .section-6-step {
            display: flex;
            align-items: baseline;
            gap: 24px;
            padding: 28px 0;
            border-top: 1px solid rgba(212,175,55,0.4);
        }
        .section-6-step:last-of-type {
            border-bottom: 1px solid rgba(212,175,55,0.4);
        }
        .section-6-step__num {
            font-family: var(--font-mincho);
            font-size: 48px;
            font-weight: 700;
            color: var(--color-gold);
            line-height: 1;
            flex-shrink: 0;
            min-width: 72px;
            text-align: center;
        }
        .section-6-step__body {
            flex: 1;
        }
        .section-6-step__title {
            font-family: var(--font-mincho);
            font-size: 22px;
            font-weight: 700;
            color: var(--color-navy);
            margin-bottom: 8px;
            line-height: 1.4;
            letter-spacing: 0.15em;
        }
        .section-6-step__desc {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            line-height: 1.8;
        }
        .section-6-step__desc .gold {
            color: var(--color-gold);
            font-weight: 700;
        }
        .section-6-flow {
            font-family: var(--font-mincho);
            font-size: 24px;
            color: var(--color-gold);
            text-align: center;
            margin: 50px 0 24px;
            letter-spacing: 0.15em;
        }
        .section-6-quote {
            font-family: var(--font-mincho);
            color: var(--color-navy);
            text-align: center;
            line-height: 1.9;
            margin: 40px auto 0;
            padding: 20px 16px;
            max-width: 360px;
        }
        .section-6-quote__text {
            font-size: 16px;
            font-style: italic;
            margin-bottom: 8px;
        }
        .section-6-quote__author {
            font-size: 12px;
            color: rgba(26,42,74,0.7);
        }
        .section-wf__label {
            font-family: var(--font-number);
            font-size: 12px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 8px;
            letter-spacing: 0.1em;
        }
        .section-wf__title {
            font-family: var(--font-mincho);
            font-size: 22px;
            font-weight: 700;
            color: var(--color-white);
            line-height: 1.5;
            margin-bottom: 24px;
        }
        .section-wf__title em {
            color: var(--color-gold);
            font-style: normal;
        }
        .section-wf__lead {
            font-family: var(--font-gothic);
            font-size: 14px;
            color: var(--color-text-light);
            line-height: 1.9;
            margin-bottom: 20px;
        }
        .section-wf__quote {
            background: rgba(212,175,55,0.1);
            border-left: 3px solid var(--color-gold);
            padding: 16px;
            margin: 20px 0;
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-gold-light);
            line-height: 1.8;
        }
        .section-wf__placeholder {
            background: rgba(255,255,255,0.05);
            border: 1px dashed rgba(212,175,55,0.4);
            border-radius: 4px;
            padding: 30px 16px;
            text-align: center;
            color: var(--color-text-mute);
            font-size: 12px;
            margin: 20px 0;
        }
        .section-wf__cta-mini {
            display: inline-block;
            background: var(--color-gold);
            color: var(--color-navy);
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 700;
            font-size: 14px;
            margin-top: 16px;
            text-decoration: none;
        }
        .section-wf__faq-item {
            background: rgba(255,255,255,0.05);
            padding: 12px 16px;
            border-radius: 4px;
            margin-bottom: 8px;
            font-size: 13px;
            color: var(--color-text-light);
        }
        .section-wf__faq-item::before {
            content: "\25BC  ";
            color: var(--color-gold);
            font-weight: 700;
        }

        /* ===================================================
           Section 9: 24日後の景色（純白ミニマル × タイムライン × 動画フィナーレ）
        =================================================== */
        .section-9 {
            background: #ffffff !important;
            border-top: 1px solid rgba(212,175,55,0.4) !important;
            padding: 60px 24px 0 !important;  /* 下padding を 0 にしてフィナーレ直下に隙間なし */
            color: var(--color-navy);
        }
        .section-9__label {
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 32px;
            letter-spacing: 0.1em;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .section-9__headline {
            font-family: var(--font-mincho);
            font-size: 26px;
            font-weight: 700;
            color: var(--color-navy);
            line-height: 1.6;
            text-align: center;
            margin-bottom: 16px;
        }
        .section-9__headline .gold {
            color: var(--color-gold);
        }
        .section-9__lead {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            line-height: 1.9;
            text-align: center;
            margin: 0 auto 48px;
            max-width: 380px;
        }
        .section-9__timeline {
            margin: 0 -24px;
        }
        .section-9__day {
            padding: 0 0 24px;
            position: relative;
        }
        .section-9__day:not(:last-child) {
            margin-bottom: 0;
        }
        .section-9__day-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0 24px 10px;
        }
        .section-9__day-num {
            font-family: var(--font-number);
            font-size: 10px;
            font-weight: 700;
            color: var(--color-gold);
            letter-spacing: 0.2em;
            white-space: nowrap;
        }
        .section-9__day-meta::after {
            content: "";
            flex: 1;
            height: 1px;
            background: rgba(212,175,55,0.3);
        }
        .section-9__day-media {
            line-height: 0;
            margin-bottom: 12px;
        }
        .section-9__day-media img,
        .section-9__day-media video {
            width: 100%;
            height: auto;
            display: block;
        }
        .section-9__day-quote {
            font-family: var(--font-mincho);
            font-size: 16px;
            font-weight: 700;
            color: var(--color-navy);
            text-align: center;
            line-height: 1.7;
            margin: 0 24px;
        }
        .section-9__day-quote .gold {
            color: var(--color-gold);
        }
        .section-9__finale {
            margin-top: 32px;
            padding: 40px 24px;
            background: linear-gradient(180deg, #ffffff 0%, #fdf8ed 100%);
            border-top: 1px solid rgba(212,175,55,0.4);
            border-bottom: 1px solid rgba(212,175,55,0.4);
            margin-left: -24px;
            margin-right: -24px;
            text-align: center;
        }
        .section-9__finale-label {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            margin-bottom: 12px;
        }
        .section-9__finale-word {
            font-family: var(--font-mincho);
            font-size: 56px;
            font-weight: 900;
            color: var(--color-gold);
            line-height: 1.1;
            letter-spacing: 0.1em;
            margin-bottom: 8px;
        }
        .section-9__finale-reading {
            font-family: var(--font-mincho);
            font-size: 13px;
            color: rgba(26,42,74,0.7);
            margin-bottom: 28px;
        }
        .section-9__finale-message {
            font-family: var(--font-mincho);
            font-size: 15px;
            color: var(--color-navy);
            line-height: 1.9;
        }
        .section-9__finale-message .gold {
            color: var(--color-gold);
            font-weight: 700;
        }

        /* ===================================================
           Section 10: お客様の声（リアル口コミサイト風）
           ※意図的に世界観を「明朝・上品」から「ゴシック・リアル」へ転換
        =================================================== */
        .section-10 {
            background: #f3f4f6 !important;
            border-top: 1px solid rgba(212,175,55,0.4) !important;
            padding: 48px 16px !important;
            color: #1a2a4a;
        }
        .section-10__label {
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 24px;
            letter-spacing: 0.1em;
            padding: 0 8px 12px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
            text-align: center;
        }
        .section-10__headline {
            font-family: var(--font-mincho);
            font-size: 24px;
            font-weight: 700;
            color: var(--color-navy);
            line-height: 1.6;
            text-align: center;
            margin-bottom: 14px;
        }
        .section-10__headline .gold {
            color: var(--color-gold);
        }
        .section-10__lead {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            line-height: 1.9;
            text-align: center;
            margin: 0 auto 28px;
            max-width: 380px;
        }

        /* ===== U-KOMI 統計バッジ（口コミサイトのヘッダー風） ===== */
        .section-10__stats {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 18px 16px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .section-10__stats-score {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
            text-align: center;
            padding-right: 14px;
            border-right: 1px solid #e5e7eb;
            min-width: 70px;
        }
        .section-10__stats-score-num {
            font-size: 32px;
            font-weight: 800;
            color: #f59e0b;
            line-height: 1;
        }
        .section-10__stats-score-stars {
            color: #f59e0b;
            font-size: 14px;
            letter-spacing: 0.1em;
            margin-top: 2px;
        }
        .section-10__stats-meta {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
            font-size: 11px;
            color: #4b5563;
            line-height: 1.6;
            flex: 1;
        }
        .section-10__stats-meta strong {
            color: #1a2a4a;
            font-size: 12px;
            display: block;
            margin-bottom: 4px;
        }
        .section-10__stats-source {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
            font-size: 10px;
            color: #9ca3af;
            text-align: center;
            margin-bottom: 24px;
        }

        /* ===== レビューカード ===== */
        .section-10__reviews {
            margin: 0 0 28px;
        }
        .review-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 16px 14px 14px;
            margin-bottom: 12px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
        }
        .review-card__header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }
        .review-card__avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: linear-gradient(135deg, #fce7f3, #fbcfe8);
            color: #9d174d;
            font-weight: 700;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .review-card__user {
            flex: 1;
            min-width: 0;
        }
        .review-card__name {
            font-size: 13px;
            font-weight: 700;
            color: #1f2937;
            line-height: 1.3;
            margin-bottom: 2px;
        }
        .review-card__meta {
            font-size: 11px;
            color: #9ca3af;
            line-height: 1.3;
        }
        .review-card__stars {
            color: #f59e0b;
            font-size: 13px;
            letter-spacing: 0.05em;
            margin-right: 6px;
        }
        .review-card__badge {
            display: inline-block;
            background: #fef3c7;
            color: #92400e;
            font-size: 9px;
            font-weight: 700;
            padding: 3px 7px;
            border-radius: 4px;
            letter-spacing: 0.05em;
            flex-shrink: 0;
        }
        .review-card__title {
            font-size: 15px;
            font-weight: 700;
            color: #111827;
            line-height: 1.4;
            margin: 0 0 8px;
        }
        .review-card__body {
            font-size: 13.5px;
            color: #374151;
            line-height: 1.75;
            margin: 0 0 12px;
            white-space: pre-line;
        }
        .review-card__footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
            border-top: 1px dashed #e5e7eb;
        }
        .review-card__helpful {
            font-size: 11px;
            color: #6b7280;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }
        .review-card__helpful-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #f3f4f6;
            font-size: 11px;
        }
        .review-card__date-tag {
            font-size: 10px;
            color: #9ca3af;
        }

        /* ===== 締めコピー ===== */
        .section-10__closing {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-navy);
            text-align: center;
            line-height: 1.8;
            margin-top: 32px;
            padding: 20px 16px;
        }
        .section-10__closing .gold {
            color: var(--color-gold);
            font-weight: 700;
        }

        /* ===================================================
           Section 11: 監修者紹介（純白ミニマル × プロフィールカード）
        =================================================== */
        .section-11 {
            background: #ffffff !important;
            border-top: 1px solid rgba(212,175,55,0.4) !important;
            padding: 60px 24px !important;
            color: var(--color-navy);
        }
        .section-11__label {
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 32px;
            letter-spacing: 0.1em;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .section-11__role-badge {
            display: inline-block;
            background: linear-gradient(135deg, #fce7f3, #fbcfe8);
            color: #9d174d;
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 700;
            padding: 8px 22px;
            border-radius: 999px;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }
        .section-11__title-wrap {
            text-align: center;
            margin-bottom: 32px;
        }
        .section-11__title {
            font-family: var(--font-mincho);
            font-size: 28px;
            font-weight: 700;
            color: var(--color-navy);
            line-height: 1.5;
            margin: 0;
        }
        .section-11__title-sub {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: rgba(26,42,74,0.7);
            margin-top: 6px;
            letter-spacing: 0.1em;
        }
        .section-11__photo-wrap {
            margin: 0 -24px 24px;
            line-height: 0;
            position: relative;
        }
        .section-11__photo {
            width: 100%;
            height: auto;
            display: block;
        }
        .section-11__name-card {
            background: linear-gradient(180deg, #ffffff 0%, #fdf8ed 100%);
            border: 1px solid rgba(212,175,55,0.3);
            border-radius: 8px;
            padding: 22px 20px;
            margin-bottom: 28px;
            text-align: center;
        }
        .section-11__name-jp {
            font-family: var(--font-mincho);
            font-size: 22px;
            font-weight: 700;
            color: var(--color-navy);
            margin: 0 0 4px;
            letter-spacing: 0.05em;
        }
        .section-11__name-en {
            font-family: var(--font-number);
            font-size: 11px;
            color: var(--color-gold);
            letter-spacing: 0.25em;
            margin-bottom: 16px;
        }
        .section-11__profile-list {
            font-family: var(--font-mincho);
            font-size: 13px;
            color: var(--color-navy);
            line-height: 1.9;
            margin: 0;
        }
        .section-11__profile-list strong {
            color: var(--color-gold);
            font-weight: 500;
        }
        .section-11__sns {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: rgba(26,42,74,0.75);
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px dashed rgba(212,175,55,0.3);
        }
        .section-11__sns-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            border-radius: 5px;
            background: linear-gradient(135deg, #fdf2f8, #fbcfe8);
            font-size: 11px;
        }
        .section-11__message {
            font-family: var(--font-mincho);
            font-size: 15px;
            color: var(--color-navy);
            line-height: 2;
            text-align: center;
            margin: 0 0 32px;
            padding: 0 4px;
        }
        .section-11__message .gold {
            color: var(--color-gold);
            font-weight: 700;
        }
        .section-11__quote {
            font-family: var(--font-mincho);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-gold);
            text-align: center;
            line-height: 1.7;
            margin: 0;
            padding: 24px 16px 0;
            border-top: 1px solid rgba(212,175,55,0.3);
            position: relative;
        }
        .section-11__quote::before {
            content: "\201C ";
            display: block;
            font-size: 32px;
            color: rgba(212,175,55,0.5);
            line-height: 0.5;
            margin-bottom: 14px;
        }
        .section-11__quote-author {
            font-family: var(--font-mincho);
            font-size: 12px;
            color: rgba(26,42,74,0.7);
            text-align: center;
            margin-top: 10px;
            letter-spacing: 0.05em;
        }

        /* ===================================================
           Section 12: オファー（緑バナーCTA・継続前提）
        =================================================== */
        .section-12 {
            background: linear-gradient(180deg, #1f2f4f 0%, #2a1f3a 100%) !important;
            padding: 60px 24px !important;
        }
        .section-12__label {
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 24px;
            letter-spacing: 0.1em;
            padding-bottom: 14px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .section-12__headline {
            font-family: var(--font-mincho);
            font-size: 26px;
            font-weight: 700;
            color: #ffffff;
            line-height: 1.5;
            text-align: center;
            margin-bottom: 12px;
        }
        .section-12__headline .gold {
            color: var(--color-gold);
        }
        .section-12__lead {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: rgba(255,255,255,0.85);
            line-height: 1.9;
            text-align: center;
            margin: 0 auto 28px;
            max-width: 380px;
        }
        .section-12__product-img {
            margin: 0 -24px 18px;
            line-height: 0;
            background: #ffffff;
        }
        .section-12__product-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .section-12__product-caption {
            text-align: center;
            font-family: var(--font-mincho);
            font-size: 13px;
            color: rgba(255,255,255,0.85);
            margin: 0 0 18px;
            line-height: 1.7;
        }
        .section-12__product-caption strong {
            color: var(--color-gold);
            font-weight: 700;
        }

        /* ===== メディア掲載ブロック（ANAN雑誌） ===== */
        .media-feature {
            background: #ffffff;
            border-radius: 10px;
            padding: 16px 14px 14px;
            margin: 0 0 18px;
        }
        .media-feature__header {
            text-align: center;
            margin-bottom: 12px;
        }
        .media-feature__badge {
            display: inline-block;
            background: linear-gradient(135deg, #1a2a4a, #0f1729);
            color: #ffffff;
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 700;
            padding: 5px 14px;
            border-radius: 999px;
            letter-spacing: 0.1em;
            margin-bottom: 8px;
        }
        .media-feature__title {
            font-family: var(--font-mincho);
            font-size: 15px;
            font-weight: 700;
            color: #1a2a4a;
            line-height: 1.5;
            margin: 0;
        }
        .media-feature__title strong {
            color: #b91c1c;
            font-weight: 800;
        }
        .media-feature__img {
            line-height: 0;
            margin: 0 -14px;
            overflow: hidden;
            border-radius: 6px;
        }
        .media-feature__img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .media-feature__note {
            font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
            font-size: 10px;
            color: #6b7280;
            text-align: center;
            margin: 10px 0 0;
            line-height: 1.5;
        }

        /* ===== 単品 vs セット 比較表（お得感の可視化） ===== */
        .price-compare {
            background: rgba(255,255,255,0.05);
            border-radius: 10px;
            padding: 18px 14px;
            margin: 0 0 18px;
            text-align: center;
        }
        .price-compare__label {
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 600;
            color: rgba(255,255,255,0.9);
            margin-bottom: 8px;
            letter-spacing: 0.05em;
        }
        .price-compare__single {
            font-family: var(--font-gothic);
            font-size: 30px;
            font-weight: 800;
            color: rgba(255,255,255,0.9);
            text-decoration: line-through;
            text-decoration-color: rgba(255,255,255,0.5);
            text-decoration-thickness: 1px;
            margin-bottom: 10px;
            letter-spacing: 0.02em;
        }
        .price-compare__arrow {
            font-size: 14px;
            color: var(--color-gold);
            margin: 4px 0;
            letter-spacing: 0.3em;
        }
        .price-compare__set-label {
            font-family: var(--font-gothic);
            font-size: 12px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 2px;
        }
        .price-compare__set {
            font-family: var(--font-number);
            font-size: 28px;
            font-weight: 900;
            color: var(--color-gold);
            line-height: 1.1;
        }
        .price-compare__discount {
            display: inline-block;
            background: #ef4444;
            color: #ffffff;
            font-family: var(--font-number);
            font-size: 14px;
            font-weight: 800;
            padding: 4px 12px;
            border-radius: 4px;
            margin-top: 8px;
        }
        .price-compare__assurance {
            font-family: var(--font-gothic);
            font-size: 13px;
            color: #fde047;
            margin: 16px 0 0;
            padding: 14px 12px 0;
            line-height: 1.6;
            font-weight: 700;
            text-align: center;
            border-top: 1px solid rgba(212,175,55,0.25);
        }
        .price-compare__assurance strong {
            color: #ffffff;
            font-family: var(--font-number);
            font-size: 15px;
            font-weight: 900;
        }
        .price-compare__assurance-label {
            display: block;
            font-size: 10.5px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 6px;
            font-weight: 500;
            letter-spacing: 0.1em;
        }

        /* =====  読本プレゼントカード（F2継続のための教育コンテンツ） ===== */
        .present-card {
            background: linear-gradient(135deg, #fef9c3 0%, #fef3c7 50%, #fde68a 100%);
            border: 2px dashed #d97706;
            border-radius: 12px;
            padding: 20px 16px 18px;
            margin: 24px 0 18px;
            position: relative;
            color: #78350f;
        }
        .present-card__ribbon {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            color: #ffffff;
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 800;
            padding: 6px 18px;
            border-radius: 999px;
            letter-spacing: 0.1em;
            box-shadow: 0 4px 10px rgba(220,38,38,0.4);
        }
        .present-card__title {
            font-family: var(--font-mincho);
            font-size: 19px;
            font-weight: 800;
            color: #78350f;
            text-align: center;
            margin: 8px 0 4px;
            line-height: 1.4;
        }
        .present-card__title .accent {
            color: #b91c1c;
        }
        .present-card__sub {
            font-family: var(--font-mincho);
            font-size: 12px;
            color: #92400e;
            text-align: center;
            margin: 0 0 16px;
            line-height: 1.6;
        }
        .present-card__books {
            display: flex;
            gap: 12px;
            margin: 0 0 14px;
        }
        .present-card__book {
            flex: 1;
            background: #ffffff;
            border-radius: 6px;
            padding: 10px 8px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(120,53,15,0.15);
        }
        .present-card__book-img {
            width: 100%;
            aspect-ratio: 3/4;
            background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
            border-radius: 4px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            color: #9ca3af;
            overflow: hidden;
        }
        .present-card__book-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .present-card__book-name {
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 700;
            color: #78350f;
            line-height: 1.4;
            margin: 0;
        }
        .present-card__message {
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 700;
            color: #78350f;
            text-align: center;
            line-height: 1.6;
            padding-top: 12px;
            border-top: 1px dashed #d97706;
        }
        .present-card__message .accent {
            color: #b91c1c;
            font-weight: 800;
        }

        /* ===== 緑バナーCTA（前回踏襲・実証済み有効デザイン） ===== */
        .cta-banner {
            display: block;
            position: relative;
            background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
            border-radius: 12px;
            padding: 24px 16px 22px;
            margin: 28px 0 18px;
            box-shadow: 0 8px 24px rgba(34,197,94,0.35), 0 0 0 1px rgba(255,255,255,0.15) inset;
            text-decoration: none;
            color: #ffffff;
            overflow: hidden;
            transition: transform 0.15s ease;
        }
        .cta-banner:hover {
            transform: translateY(-2px);
        }
        .cta-banner__ribbon {
            position: absolute;
            top: 12px;
            left: -8px;
            background: linear-gradient(135deg, #ef4444, #dc2626);
            color: #ffffff;
            font-family: 'Cormorant Garamond', var(--font-mincho), serif;
            font-variant-numeric: lining-nums;
            font-feature-settings: "lnum" 1, "tnum" 1;
            font-weight: 700;
            padding: 8px 16px;
            font-family: var(--font-number);
            font-size: 16px;
            font-weight: 900;
            border-radius: 4px 4px 4px 0;
            box-shadow: 0 4px 8px rgba(0,0,0,0.25);
            letter-spacing: 0.02em;
            line-height: 1.1;
            z-index: 2;
        }
        .cta-banner__ribbon::before {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            border: 3px solid transparent;
            border-top-color: #991b1b;
            border-right-color: #991b1b;
        }
        .cta-banner__ribbon small {
            display: block;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.1em;
        }
        .cta-banner__trust {
            text-align: center;
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 14px;
            padding: 0 40px;
            text-shadow: 0 1px 3px rgba(0,0,0,0.35);
            letter-spacing: 0.02em;
        }
        .cta-banner__trust strong {
            color: #fde047;
            font-family: 'Cormorant Garamond', var(--font-mincho), serif;
            font-variant-numeric: lining-nums;
            font-feature-settings: "lnum" 1, "tnum" 1;
            font-weight: 700;
            font-size: 20px;
            text-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 0 10px rgba(253,224,71,0.3);
            margin: 0 2px;
        }
        .cta-banner__price-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 10px 0 8px;
            flex-wrap: wrap;
        }
        .cta-banner__free {
            background: #ffffff;
            color: #16a34a;
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 800;
            padding: 6px 12px;
            border-radius: 4px;
            white-space: nowrap;
        }
        .cta-banner__price {
            font-family: 'Cormorant Garamond', var(--font-mincho), serif;
            font-variant-numeric: lining-nums;
            font-feature-settings: "lnum" 1, "tnum" 1;
            font-size: 56px;
            font-weight: 700;
            color: #fde047;
            text-shadow: 0 2px 6px rgba(0,0,0,0.3), 0 0 18px rgba(253,224,71,0.4);
            line-height: 1;
            letter-spacing: -0.02em;
        }
        .cta-banner__price-yen {
            font-size: 28px;
            margin-left: 2px;
        }
        .cta-banner__price-tax {
            font-size: 12px;
            color: #ffffff;
            margin-left: 4px;
            vertical-align: top;
            padding-top: 6px;
            display: inline-block;
        }
        .cta-banner__sub {
            text-align: center;
            font-family: var(--font-mincho);
            font-size: 15px;
            font-weight: 700;
            color: #ffffff;
            margin: 8px 0 14px;
            line-height: 1.5;
        }
        .cta-banner__sub strong {
            color: #fde047;
            font-family: 'Cormorant Garamond', var(--font-mincho), serif;
            font-variant-numeric: lining-nums;
            font-feature-settings: "lnum" 1, "tnum" 1;
            font-size: 20px;
        }
        .cta-banner__action {
            background: rgba(255,255,255,0.95);
            color: #15803d;
            font-family: var(--font-mincho);
            font-size: 17px;
            font-weight: 800;
            text-align: center;
            padding: 14px 12px;
            border-radius: 8px;
            margin-top: 6px;
            box-shadow: 0 2px 0 #166534;
            letter-spacing: 0.04em;
        }
        .cta-banner__action::after {
            content: " \25B6 ";
            color: #16a34a;
        }

        /* ===== 「定期コース」マーク（緑バナー上部・右寄り配置でリボン避け） ===== */
        .cta-banner__type-mark {
            display: block;
            width: fit-content;
            margin: 0 0 12px auto;
            background: rgba(255,255,255,0.95);
            color: #15803d;
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 800;
            padding: 4px 12px;
            border-radius: 4px;
            letter-spacing: 0.08em;
        }
        .cta-banner__type-mark::before {
            content: "\1F4C5  ";
            font-size: 10px;
        }

        /* ===== 安心の3点セット（F2離脱防止・最重要） ===== */
        .cta-assurance {
            background: #ffffff;
            border: 2px solid #16a34a;
            border-radius: 10px;
            padding: 16px 14px 14px;
            margin: 14px 0 18px;
            box-shadow: 0 4px 12px rgba(34,197,94,0.18);
        }
        .cta-assurance__title {
            font-family: var(--font-mincho);
            font-size: 13px;
            font-weight: 800;
            color: #15803d;
            text-align: center;
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 1px dashed #bbf7d0;
            letter-spacing: 0.04em;
        }
        .cta-assurance__title::before {
            content: "\1F33F  ";
        }
        .cta-assurance__list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .cta-assurance__item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
            font-size: 13px;
            color: #1f2937;
            line-height: 1.6;
            padding: 8px 0;
            border-bottom: 1px dotted #e5e7eb;
        }
        .cta-assurance__item:last-child {
            border-bottom: none;
        }
        .cta-assurance__check {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #16a34a;
            color: #ffffff;
            font-size: 12px;
            font-weight: 900;
            flex-shrink: 0;
            margin-top: 1px;
        }
        .cta-assurance__text strong {
            color: #15803d;
            font-weight: 800;
        }
        .cta-assurance__text .accent {
            color: #dc2626;
            font-weight: 700;
        }

        /* ===== 注釈ボックス ===== */
        .cta-note {
            background: rgba(255,255,255,0.06);
            border-radius: 8px;
            padding: 14px 14px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
            font-size: 11px;
            color: rgba(255,255,255,0.75);
            line-height: 1.85;
            margin-bottom: 20px;
        }
        .cta-note strong {
            color: rgba(255,255,255,0.95);
        }

        /* ===== 保証カード ===== */
        .section-12__guarantee {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(212,175,55,0.3);
            border-radius: 8px;
            padding: 18px 16px;
            margin-bottom: 20px;
        }
        .section-12__guarantee-title {
            color: var(--color-gold);
            font-family: var(--font-mincho);
            font-weight: 700;
            font-size: 14px;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .section-12__guarantee-list {
            font-size: 12px;
            color: rgba(255,255,255,0.85);
            line-height: 1.8;
            margin: 0;
        }

        /* 公式EC特典ブロック CSS は削除（HTML側も削除済・特典確定後に復活） */

        /* ===================================================
           Section 13: FAQ + 最終CTA（実問い合わせデータ反映版）
        =================================================== */
        .section-13 {
            background: #ffffff !important;
            border-top: 1px solid rgba(212,175,55,0.4) !important;
            padding: 60px 24px !important;
            color: var(--color-navy);
        }
        .section-13__label {
            font-family: var(--font-number);
            font-size: 11px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 24px;
            letter-spacing: 0.1em;
            padding-bottom: 14px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .section-13__headline {
            font-family: var(--font-mincho);
            font-size: 26px;
            font-weight: 700;
            color: var(--color-navy);
            line-height: 1.5;
            text-align: center;
            margin-bottom: 14px;
        }
        .section-13__headline .gold {
            color: var(--color-gold);
        }
        .section-13__lead {
            font-family: var(--font-mincho);
            font-size: 14px;
            color: var(--color-navy);
            line-height: 1.9;
            text-align: center;
            margin: 0 auto 32px;
            max-width: 380px;
        }
        .section-13__group {
            margin-bottom: 32px;
        }
        .section-13__group-label {
            font-family: var(--font-mincho);
            font-size: 14px;
            font-weight: 700;
            color: var(--color-gold);
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 1px solid rgba(212,175,55,0.3);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .section-13__group-label::before {
            content: "\25C6 ";
            font-size: 10px;
        }

        /* ===== FAQ アコーディオン ===== */
        .faq-item {
            border-bottom: 1px solid #e5e7eb;
            margin: 0;
        }
        .faq-item__details {
            margin: 0;
        }
        .faq-item__summary {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 16px 4px;
            cursor: pointer;
            list-style: none;
            position: relative;
            transition: background 0.15s ease;
        }
        .faq-item__summary::-webkit-details-marker {
            display: none;
        }
        .faq-item__summary:hover {
            background: rgba(212,175,55,0.05);
        }
        .faq-item__q-mark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: var(--color-gold);
            color: #ffffff;
            font-family: var(--font-number);
            font-size: 13px;
            font-weight: 800;
            flex-shrink: 0;
            margin-top: 1px;
        }
        .faq-item__q-text {
            flex: 1;
            font-family: var(--font-mincho);
            font-size: 14.5px;
            font-weight: 700;
            color: var(--color-navy);
            line-height: 1.6;
            padding-right: 20px;
        }
        .faq-item__chevron {
            position: absolute;
            right: 4px;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            font-size: 12px;
            color: var(--color-gold);
            transition: transform 0.25s ease;
            font-weight: 700;
        }
        .faq-item__details[open] .faq-item__chevron {
            transform: translateY(-50%) rotate(180deg);
        }
        .faq-item__answer {
            display: flex;
            gap: 12px;
            padding: 4px 4px 18px 4px;
            background: linear-gradient(180deg, rgba(212,175,55,0.04), transparent);
        }
        .faq-item__a-mark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #f3f4f6;
            color: var(--color-navy);
            font-family: var(--font-number);
            font-size: 13px;
            font-weight: 800;
            flex-shrink: 0;
            border: 1px solid rgba(26,42,74,0.2);
        }
        .faq-item__a-text {
            flex: 1;
            font-family: var(--font-mincho);
            font-size: 13.5px;
            color: var(--color-navy);
            line-height: 1.85;
            padding-right: 20px;
        }
        .faq-item__a-text strong {
            color: #b91c1c;
            font-weight: 700;
        }
        .faq-item__a-text .gold {
            color: var(--color-gold);
            font-weight: 700;
        }
        .faq-item__a-text .note {
            display: block;
            font-size: 11px;
            color: rgba(26,42,74,0.65);
            margin-top: 6px;
            padding: 6px 10px;
            background: rgba(26,42,74,0.05);
            border-left: 2px solid var(--color-gold);
            border-radius: 0 4px 4px 0;
        }

        /* ===== 締めコピー ===== */
        .section-13__closing {
            font-family: var(--font-mincho);
            font-size: 15px;
            color: var(--color-navy);
            text-align: center;
            line-height: 2;
            margin: 40px 0 32px;
            padding: 28px 16px;
            background: linear-gradient(180deg, #ffffff 0%, #fdf8ed 100%);
            border-top: 1px solid rgba(212,175,55,0.3);
            border-bottom: 1px solid rgba(212,175,55,0.3);
        }
        .section-13__closing .gold {
            color: var(--color-gold);
            font-weight: 700;
        }
        .section-13__closing-sig {
            font-family: var(--font-mincho);
            font-size: 13px;
            color: rgba(26,42,74,0.7);
            margin-top: 14px;
            letter-spacing: 0.05em;
        }

        /* ===================================================
           本文文字サイズ底上げ（40代以降の視認性向上・LP確認シート No.10）
        =================================================== */
        .section-7__subhead,
        .section-7__quote,
        .section-7__caption,
        .section-7__product-lead,
        .section-7__point,
        .section-8__lead,
        .section-9__lead,
        .section-9__day-quote,
        .section-10__lead,
        .section-10__closing,
        .section-11__message,
        .section-11__profile-list,
        .section-13__lead,
        .faq-item__q-text,
        .faq-item__a-text,
        .first-cta-green__assurance-list,
        .first-cta-green__perks {
            font-size: 15.5px !important;
            line-height: 1.85 !important;
        }
        .section-7__headline,
        .section-9__headline,
        .section-10__headline,
        .section-13__headline {
            font-size: 28px !important;
        }
        .review-card__body,
        .review-card__title {
            font-size: 14.5px !important;
        }

        /* スマホ視認性：S7-S9 の白背景上ゴールド文字のコントラスト確保（大見出し装飾ゴールドは除く） */
        #section-7 .gold, #section-8 .gold, #section-9 .gold,
        #section-7 .section-7__label, #section-8 .section-7__label, #section-9 .section-9__label,
        #section-7 .section-7__product-name, #section-8 .section-7__product-name,
        #section-7 .section-7__product-spec, #section-8 .section-7__product-spec,
        #section-7 .section-7__points-title, #section-8 .section-7__points-title,
        #section-9 .section-9__day-num {
            color: #9a7b1f !important;
        }
        #section-7 .section-7__product-name, #section-8 .section-7__product-name {
            font-size: 24px !important;
        }
        #section-9 .section-9__day-num {
            font-size: 12px !important;
            letter-spacing: 0.15em !important;
        }

        /* 信頼バッジ：v12 標準スタイルに復帰（カスタム解除） */

        /* ============================================================
           全体トーンを温かい・やわらかい（淡ピンク/クリーム）へ
           ペルソナ最適化：安心感を求める40-50代女性
        ============================================================ */
        /* FV：紺 -> 淡いクリーム/ピンクのグラデ */
        .fv {
            background: linear-gradient(180deg, #fff7f2 0%, #fdecef 55%, #fbe3ea 100%) !important;
        }
        /* 監修バッジ帯：暗背景前提の白/金文字を温かい濃色へ */
        .badge-bar { border-bottom-color: rgba(194,53,107,0.18) !important; }
        .badge-bar__doctor { color: #5a4a44 !important; }
        .badge-bar__doctor-role { color: #c2356b !important; }
        .badge-bar__doctor-name { color: #1a2a4a !important; }
        .badge-bar__doctor-name small { color: rgba(90,74,68,0.8) !important; }
        .badge-bar__media { background: rgba(194,53,107,0.07) !important; border-color: rgba(194,53,107,0.25) !important; }
        .badge-bar__anan { color: #b56a2e !important; }
        /* 信頼バッジ：紺背景前提 -> クリームカード＋やわらかピンク枠＋温かい文字 */
        .trust-badge {
            background: #ffffff !important;
            border: 1px solid #f3d3da !important;
            box-shadow: 0 2px 10px rgba(190,120,135,0.12) !important;
        }
        .trust-badge__text { color: #5a4a44 !important; }
        .trust-badge__num { color: #c2356b !important; }
        .trust-badge__label { color: #9a857e !important; }
        /* 注記：暗背景前提の文字を温かいグレーへ */
        .notice, .notice__text, .notice__brand { color: #9a857e !important; }
        .notice__motto { color: #c79bb0 !important; }
        /* 本文セクション：白/オフホワイト -> 淡いクリームへ寄せて温かく */
        .section-image-wrap { background: #fff6f0 !important; }
        .section-7, .section-9, .section-10, .section-11 { background: #fffaf6 !important; }

        /* ===== 1st CTA／信頼バッジ：全幅化＋商品画像全幅＋文字拡大（50代UX） ===== */
        .trust-badges { margin-left: -24px !important; margin-right: -24px !important; padding: 30px 22px 26px !important; }
        .first-cta-green { margin-left: -24px !important; margin-right: -24px !important; padding: 26px 22px 34px !important; }
        .first-cta-green__product { margin-left: -22px !important; margin-right: -22px !important; }
        .first-cta-green__product-caption { font-size: 15px !important; line-height: 1.7 !important; }
        .first-cta-green__product-caption-sub { font-size: 13px !important; }
        .first-cta-green__old-line { font-size: 15px !important; }
        .first-cta-green__price-main-tax { font-size: 12.5px !important; }
        .first-cta-green__price-main-free { font-size: 12px !important; }
        .first-cta-green__off-badge { font-size: 12.5px !important; }
        .first-cta-green__perks { font-size: 14.5px !important; line-height: 1.72 !important; }
        .first-cta-green__perks-label { font-size: 11.5px !important; }
        .first-cta-green__assurance-title { font-size: 13px !important; }
        .first-cta-green__assurance-list { font-size: 14px !important; line-height: 1.85 !important; }
        .first-cta-green__guide { font-size: 11px !important; line-height: 1.85 !important; }
        .trust-badge__text { font-size: 12.5px !important; }
        .trust-badge__num { font-size: 19px !important; }
        .trust-badge__label { font-size: 11px !important; }
        .notice { margin-left: -24px !important; margin-right: -24px !important; padding: 16px 22px 30px !important; }
        .notice__text { font-size: 10.5px !important; line-height: 1.9 !important; }
        .notice__brand { font-size: 12.5px !important; }
        .notice__motto { font-size: 11px !important; }

        /* ============================================================
           2026-07-02 パッチ②：ヘッダー直下の線・間隔解消 ＋ 1st CTA明るい化
           （女性向けポジティブトーン。このブロックを丸ごと削除すれば改修前に戻る。
           　完全復元用バックアップ: index_backup_20260702_preCTA.html）
        ============================================================ */
        :root { --font-maru: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif; }

        /* ヘッダー＆監修帯：気になる線を消し、帯をコンパクトに */
        .header { border-bottom: none !important; }
        .badge-bar { border-bottom: none !important; padding: 5px 14px 7px !important; margin: 0 !important; }
        .badge-bar__doctor-img { width: 40px !important; height: 40px !important; border-color: #f2b8cd !important; box-shadow: 0 2px 6px rgba(228,84,140,0.18) !important; }
        .badge-bar__doctor-name { white-space: nowrap !important; }
        .badge-bar__doctor-name small { display: block !important; white-space: nowrap !important; }

        /* 1st CTA：紺 -> クリーム×ピンクの明るいトーン、丸ゴシック */
        .first-cta-green { background: linear-gradient(180deg, #fff8f3 0%, #fdeef3 100%) !important; }
        .first-cta-green__product-caption { color: #554d50 !important; font-family: var(--font-maru) !important; }
        .first-cta-green__product-caption strong { color: #c2356b !important; }
        .first-cta-green__product-caption-sub { color: #8a7c80 !important; }

        /* 価格ヒーロー：白カード×ピンク罫（FV画像のオファーカードと同じデザイン言語） */
        .first-cta-green__price-hero { background: #ffffff !important; border: 1.5px solid #f5c8d8 !important; border-radius: 16px !important; box-shadow: 0 4px 14px rgba(228,84,140,0.10) !important; }
        .first-cta-green__price-hero::before, .first-cta-green__price-hero::after { background: linear-gradient(90deg, transparent, #e4548c, transparent) !important; }
        .first-cta-green__price-label { color: #c2356b !important; font-family: var(--font-maru) !important; }
        .first-cta-green__price-label::before, .first-cta-green__price-label::after { background: #e4548c !important; }
        .first-cta-green__price-label-divider { color: rgba(228,84,140,0.5) !important; }
        .first-cta-green__old-line { color: #8a7c80 !important; }
        .first-cta-green__old-line-price { color: #8a7c80 !important; text-decoration-color: rgba(138,124,128,0.6) !important; }
        .first-cta-green__price-main-num { color: #d6336c !important; font-family: var(--font-maru) !important; font-weight: 800 !important; }
        .first-cta-green__price-main-yen { color: #d6336c !important; }
        .first-cta-green__price-main-tax { color: #8a7c80 !important; }
        .first-cta-green__price-main-free { background: #e6f5d8 !important; color: #3f7d33 !important; border: none !important; border-radius: 999px !important; }
        .first-cta-green__off-badge { background: #ffd84d !important; border: none !important; color: #6b5510 !important; border-radius: 999px !important; }
        .first-cta-green__perks { color: #c2356b !important; border-top: 1px dashed #f5c8d8 !important; font-family: var(--font-maru) !important; }
        .first-cta-green__perks-label { color: #b9a5ad !important; }
        .first-cta-green__perks strong { color: #d6336c !important; }

        /* ボタン：フレッシュグリーン維持（視認性の主役）・丸ゴシック・角丸 */
        .first-cta-green__button { border-radius: 999px !important; font-family: var(--font-maru) !important; background: linear-gradient(135deg, #5ede8e 0%, #34cf6b 55%, #22b558 100%) !important; box-shadow: 0 5px 0 #2fa457, 0 8px 18px rgba(52,207,107,0.35), 0 0 0 2px rgba(255,255,255,0.35) inset !important; }
        .first-cta-green__text { font-family: var(--font-maru) !important; }
        .first-cta-green__button-type-mark { color: #2f9e50 !important; box-shadow: 0 2px 6px rgba(120,85,95,0.2) !important; }

        /* 3つの安心：若草の白カード */
        .first-cta-green__assurance { background: #f6fbf1 !important; border: 1px solid #d5ecc4 !important; border-radius: 12px !important; }
        .first-cta-green__assurance-title { color: #3f7d33 !important; font-family: var(--font-maru) !important; }
        .first-cta-green__assurance-list { color: #55604f !important; }
        .first-cta-green__assurance-list strong { color: #2f7d43 !important; }

        /* 読本プレゼント：白×ピンク */
        .first-cta-green__books { background: #ffffff !important; border: 1px dashed #f0b7cd !important; border-radius: 12px !important; }
        .first-cta-green__books-ribbon { background: linear-gradient(135deg, #e4548c, #d6336c) !important; box-shadow: 0 2px 8px rgba(214,51,108,0.3) !important; font-family: var(--font-maru) !important; }
        .first-cta-green__books-sub { color: #8a7c80 !important; }
        .first-cta-green__books-item { box-shadow: 0 3px 10px rgba(120,85,95,0.15) !important; }
        .first-cta-green__books-name { color: #554d50 !important; }
        .first-cta-green__books-name small { color: #8a7c80 !important; }

        /* ご利用ガイド */
        .first-cta-green__guide { color: #8a7c80 !important; }
        .first-cta-green__guide strong { color: #554d50 !important; }
        .first-cta-green__guide u { color: #c2356b !important; }

        /* 固定下部CTAバー：暗い帯 -> 明るいクリーム */
        .fixed-cta-bar { background: rgba(255,248,243,0.96) !important; box-shadow: 0 -2px 12px rgba(120,85,95,0.14) !important; border-top: 1px solid #f5dee7 !important; }

        /* ── パッチ②追記（2026-07-02b）：監修帯を1行センター整列に・CTAタイポグラフィ研磨 ── */
        /* 監修帯：写真32px＋「監修｜須本 愛子 美腸活アドバイザー」を1行・中央揃え。
           anan掲載チップは重複のため非表示（信頼バッジ帯とS11で提示） */
        .badge-bar { justify-content: center !important; gap: 8px !important; padding: 7px 14px 9px !important; }
        .badge-bar__media { display: none !important; }
        .badge-bar__doctor { gap: 8px !important; align-items: center !important; }
        .badge-bar__doctor-img { width: 32px !important; height: 32px !important; }
        .badge-bar__doctor-text { flex-direction: row !important; align-items: baseline !important; gap: 7px !important; }
        .badge-bar__doctor-role { margin-bottom: 0 !important; font-size: 10.5px !important; }
        .badge-bar__doctor-name { font-size: 13.5px !important; }
        .badge-bar__doctor-name small { display: inline !important; margin-left: 5px !important; font-size: 10px !important; font-weight: 500 !important; }

        /* CTAタイポ階層：ラベル控えめ -> 旧価格小 -> 価格が主役 -> 補足は静かに */
        .first-cta-green__price-label { font-size: 12.5px !important; letter-spacing: 0.18em !important; font-weight: 700 !important; }
        .first-cta-green__price-label-icon { display: none !important; }
        .first-cta-green__old-line { font-size: 13px !important; font-family: var(--font-maru) !important; }
        .first-cta-green__old-line-price { font-size: 22px !important; }
        .first-cta-green__price-main-num { font-size: 46px !important; font-weight: 900 !important; letter-spacing: 0 !important; }
        .first-cta-green__price-main-yen { font-size: 22px !important; font-family: var(--font-maru) !important; }
        .first-cta-green__perks { color: #6b5f63 !important; font-weight: 500 !important; font-size: 13.5px !important; line-height: 1.9 !important; }
        .first-cta-green__perks strong { color: #d6336c !important; font-weight: 800 !important; }
        .first-cta-green__text { font-size: 17px !important; font-weight: 900 !important; letter-spacing: 0.04em !important; }
        .first-cta-green__price { font-size: 27px !important; font-family: var(--font-maru) !important; }
        .first-cta-green__books-ribbon { font-size: 12px !important; letter-spacing: 0.04em !important; }
        .first-cta-green__assurance-list { font-size: 13.5px !important; }
        .first-cta-green__guide { font-size: 10.5px !important; }

        /* ── パッチ②追記c（2026-07-02c）：PC背景の紺を解消・価格数字をBodoniへ・文字サイズ拡大（50代UX） ── */
        /* 犯人：PC専用メディアクエリが body を紺に塗り直していた（3070行台）。ここで無効化 */
        @media (min-width: 1024px) {
            body { background: #f6ede3 !important; }
            .pc-note { color: #8a7c80 !important; background: #fffdfb !important; border: 1px solid #f0e2d8 !important; }
        }
        /* 注記ブロック（CTA下）：紺のまま残っていた -> クリームへ */
        .notice { background: #fbf3ee !important; }

        /* 価格の数字：丸ゴシックをやめ、Bodoni（欧文ディドン・雑誌調の上品な数字）へ。「円」「税込」は明朝 */
        /* CTA数字：FV1画像の数字（ディドン系セリフ）に合わせて Cormorant Garamond へ（GPT推奨・SemiBold）
           ※ライニング数字（等高・ベースライン揃え）を強制。既定のオールドスタイル数字だと並びがガタつくため */
        .first-cta-green__price-main-num { font-family: 'Cormorant Garamond', 'Bodoni Moda', serif !important; font-weight: 600 !important; font-size: 56px !important; letter-spacing: 0.01em !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        .first-cta-green__price-main-yen { font-family: 'Cormorant Garamond', 'Bodoni Moda', serif !important; font-weight: 600 !important; font-size: 34px !important; }
        .first-cta-green__old-line-price { font-family: 'Cormorant Garamond', 'Bodoni Moda', serif !important; font-weight: 600 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        .first-cta-green__price { font-family: 'Cormorant Garamond', 'Bodoni Moda', serif !important; font-weight: 600 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        .first-cta-green__off-badge { font-family: 'Cormorant Garamond', 'Bodoni Moda', serif !important; font-weight: 700 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        /* 「ご安心ください」内の数字（4,980 / 30）も同じディドン系に */
        .first-cta-green__perks .cta-num { font-family: 'Cormorant Garamond', 'Bodoni Moda', serif !important; font-weight: 700 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; letter-spacing: 0.01em; }
        /* 継続価格「4,980円」を#2サイズで目立たせる（主役ヒーローとは階層維持） */
        .first-cta-green__perks strong { font-size: 22px !important; }

        /* 文字サイズ拡大（50代UX：小さくしない、の是正） */
        .badge-bar__doctor-role { font-size: 11.5px !important; }
        .badge-bar__doctor-name { font-size: 15px !important; }
        .badge-bar__doctor-name small { font-size: 11px !important; }
        .first-cta-green__product-caption { font-size: 16px !important; }
        .first-cta-green__price-label { font-size: 13.5px !important; }
        .first-cta-green__old-line { font-size: 15.5px !important; }
        .first-cta-green__perks { font-size: 15px !important; }
        .first-cta-green__perks-label { font-size: 12px !important; }
        .first-cta-green__text { font-size: 18px !important; }
        .first-cta-green__assurance-title { font-size: 14px !important; }
        .first-cta-green__assurance-list { font-size: 14.5px !important; }
        .first-cta-green__books-ribbon { font-size: 13px !important; }
        .first-cta-green__books-sub { font-size: 12px !important; }
        .first-cta-green__books-name { font-size: 11.5px !important; }
        .first-cta-green__guide { font-size: 11.5px !important; }
        .notice__text { font-size: 11px !important; }

        /* ── パッチ②追記d（2026-07-02d）：ヘッダーは50px維持。監修帯は画像だが高さを47pxに固定
           （画像は幅で高さが変わるため、object-fitで高さを固定してヘッダーと揃える） ── */

        /* ── 監修帯HTML化（帯50px＝ヘッダーと同高／写真・ananバッジを大きく） ── */
        .supervisor-band {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            height: 50px;
            margin: -1px -24px 0;
            padding: 0 14px;
            background: #fffcf8;
            border-bottom: 1px solid rgba(212,175,55,0.18);
            overflow: visible;
        }
        .supervisor-band__left {
            display: flex;
            align-items: center;
            gap: 8px;
            min-width: 0;
        }
        .supervisor-band__face {
            width: 46px;
            height: 46px;
            margin: 0;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
            box-shadow: 0 2px 6px rgba(120,85,95,0.20);
            background: #fff;
        }
        .supervisor-band__face img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
        }
        .supervisor-band__kanshu {
            flex-shrink: 0;
            font-family: var(--font-mincho);
            font-size: 11px;
            font-weight: 700;
            color: #b44e6a;
            border: 1px solid #e39ab0;
            border-radius: 5px;
            padding: 2px 7px;
            letter-spacing: 0.06em;
            line-height: 1;
        }
        .supervisor-band__name {
            flex-shrink: 0;
            font-family: var(--font-mincho);
            font-size: 17px;
            font-weight: 700;
            color: #382d26;
            letter-spacing: 0.06em;
            line-height: 1;
            white-space: nowrap;
        }
        .supervisor-band__role {
            font-family: var(--font-mincho);
            font-size: 11px;
            color: #81696c;
            letter-spacing: 0.02em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .supervisor-band__anan {
            height: 40px;
            width: auto;
            flex-shrink: 0;
            display: block;
        }
        @media (max-width: 419px) {
            .supervisor-band__role { display: none; }
        }
        @media (max-width: 359px) {
            .supervisor-band__anan { height: 36px; }
            .supervisor-band__name { font-size: 16px; }
        }

        /* ===================================================
           Footer
        =================================================== */
        .footer {
            background: #0d1525;
            padding: 30px 24px 80px;
            text-align: center;
            border-top: 1px solid rgba(212,175,55,0.2);
        }
        .footer__seller {
            font-family: var(--font-mincho);
            font-size: 13px;
            color: var(--color-gold);
            margin-bottom: 8px;
        }
        .footer__brand {
            font-size: 12px;
            color: var(--color-text-light);
            margin-bottom: 16px;
        }
        .footer__links {
            font-size: 11.5px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 16px;
            line-height: 1.9;
        }
        .footer__notice {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.7;
        }

        /* ===================================================
           PC専用：左右に説明を表示
        =================================================== */
        @media (min-width: 1024px) {
            body {
                background: var(--color-navy);
                padding: 0 0 40px;
            }
            .pc-note {
                position: fixed;
                top: 50%;
                transform: translateY(-50%);
                width: 280px;
                color: rgba(255,255,255,0.6);
                font-size: 12px;
                padding: 24px;
                background: rgba(255,255,255,0.03);
                border-radius: 8px;
                line-height: 1.8;
            }
            .pc-note--left {
                left: 40px;
            }
            .pc-note--right {
                right: 40px;
            }
            .pc-note h4 {
                color: var(--color-gold);
                margin-bottom: 12px;
                font-size: 13px;
            }
        }

        @media (max-width: 1023px) {
            .pc-note {
                display: none;
            }
        }

        /* ══ section-12（最終購入エリア）：紺 -> 明るいトーンへ転換（須本先生後のイメージ断絶を解消・V13統一）
           数字は Cormorant Garamond（最初のCTAと統一）。緑バナーCTAは維持。 ══ */
        .section-12 { background: linear-gradient(180deg, #fff8f3 0%, #fdeef3 100%) !important; }
        .section-12__label { color: #c2356b !important; border-bottom-color: rgba(230,201,138,0.55) !important; }
        .section-12__headline { color: #1a2a4a !important; }
        .section-12__headline .gold { color: #c2356b !important; }
        .section-12__lead { color: #554d50 !important; }
        .section-12__product-caption { color: #554d50 !important; }
        .section-12__product-caption strong { color: #c2356b !important; }

        .price-compare { background: #ffffff !important; border: 1.5px solid #f5c8d8 !important; box-shadow: 0 4px 14px rgba(228,84,140,0.10) !important; }
        .price-compare__label { color: #8a7c80 !important; }
        .price-compare__single { color: #a89ca0 !important; text-decoration-color: rgba(168,156,160,0.7) !important; font-family: 'Cormorant Garamond', var(--font-mincho), serif !important; font-weight: 600 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        .price-compare__arrow { color: #e39ab0 !important; }
        .price-compare__set-label { color: #c2356b !important; }
        .price-compare__set { color: #d6336c !important; font-family: 'Cormorant Garamond', var(--font-mincho), serif !important; font-weight: 700 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        .price-compare__discount { background: #ffd84d !important; color: #6b5510 !important; font-family: 'Cormorant Garamond', var(--font-mincho), serif !important; font-weight: 700 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }
        .price-compare__assurance { color: #6b5f63 !important; }
        .price-compare__assurance-label { color: #b9a5ad !important; }
        .price-compare__assurance strong { color: #d6336c !important; font-family: 'Cormorant Garamond', var(--font-mincho), serif !important; font-weight: 700 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }

        /* section-12 追加：緑バナー後の白文字ブロックを明るい地で可読に */
        .cta-note { background: #fbf3ee !important; color: #8a7c80 !important; }
        .cta-note strong { color: #554d50 !important; }
        .cta-note u { color: #c2356b !important; }
        .section-12__guarantee { background: #ffffff !important; border: 1px solid #f3d3da !important; box-shadow: 0 2px 10px rgba(190,120,135,0.12) !important; }
        .section-12__guarantee-title { color: #1a2a4a !important; }
        .section-12__guarantee-list { color: #554d50 !important; }
        .section-12__guarantee-list strong { color: #c2356b !important; }
        .section-12__guarantee-note { color: #8a7c80 !important; }
        .section-12__guarantee-note strong { color: #8a7c80 !important; }
        /* 「あなたの安心、3つ」の 4,980 を Cormorant に（上部の数字と統一） */
        .cta-assurance .cta-num { font-family: 'Cormorant Garamond', var(--font-mincho), serif !important; font-weight: 700 !important; font-variant-numeric: lining-nums !important; font-feature-settings: "lnum" 1, "tnum" 1 !important; }

/* ===== V13 追加修正（安永×Claude / 末尾に追記） ===== */
/* fix1: PC左右のモック説明ボックスを非表示 */
.pc-note { display: none !important; }

/* fix2: プレゼント赤リボンの折返し・文字かぶり対策 */
.present-card { padding-top: 26px; }
.present-card__ribbon { white-space: nowrap; font-size: 12px; }

/* fix3: 下部固定CTAバーを購入フォームで隠す（JSと連動） */
.fixed-cta-bar.cta-hide-at-form { display: none !important; }

/* fix4: 購入フォームをコンテナ幅(480px)に収める（PCで右にはみ出す/切れる対策） */
.lp-container form { width: 100% !important; max-width: 100% !important; box-sizing: border-box; }
.lp-container form * { max-width: 100% !important; box-sizing: border-box; }
.lp-container form table { width: 100% !important; table-layout: fixed; }
.lp-container form th, .lp-container form td { word-break: break-word; white-space: normal; }
.lp-container form input, .lp-container form select, .lp-container form textarea { max-width: 100% !important; box-sizing: border-box; }
.lp-container form img { height: auto; }


/* ===== fix4-強化(改2): 縦積み解消＋右はみ出しも解消 =====
   (1) table-layout:fixed → auto（左ラベル列の潰れ＝縦積みを解消）
   (2) th/td を keep-all（ラベルを語の途中で折らない）
   (3) * に max-width:100% と min-width:0（400pxの申込ボタンや幅広の入力欄を縮めて枠内に収める＝右はみ出し解消）
   最後の保険に overflow-x:auto（万一はみ出しても切れずに横スクロール）。 */
#order + div { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#order + div form,
#order + div table { width: 100% !important; max-width: 100% !important; table-layout: auto !important; }
#order + div * { max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
#order + div td,
#order + div th { white-space: normal !important; word-break: keep-all !important; overflow-wrap: normal !important; }
#order + div input,
#order + div select,
#order + div textarea { width: 100% !important; max-width: 100% !important; }


/* reCAPTCHAバッジを非表示（申込ボタンへの重なり対策）
   ※Googleの規約上、非表示にする場合はフォーム付近に
   「このサイトはreCAPTCHAによって保護されており、Googleのプライバシーポリシーと利用規約が適用されます」
   の一文を表示するのが正式です（任意）。 */
.grecaptcha-badge { visibility: hidden !important; }


/* ===== 本文CTAボタンに動きをつける（押せるボタンと分かるように / 固定バーは除く3ボタン） ===== */
@keyframes ctaPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.03); } }
@keyframes ctaGlow  { 0%,100% { box-shadow: 0 6px 16px rgba(0,0,0,0.18); } 50% { box-shadow: 0 8px 26px rgba(22,163,74,0.55); } }
.first-cta-green__button,
.cta-banner__action {
  animation: ctaPulse 1.6s ease-in-out infinite, ctaGlow 1.6s ease-in-out infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .first-cta-green__button,
  .cta-banner__action { animation: none; }
}


/* ===== CTAボタンに「キラッ」と光が走る演出（本文3ボタン） ===== */
.first-cta-green__button,
.cta-banner__action { position: relative; }
.first-cta-green__button::before,
.cta-banner__action::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255,255,255,0) 35%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 65%);
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: 180% 0;
  animation: ctaShine 2.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes ctaShine {
  0%   { background-position: 180% 0; }
  55%  { background-position: -80% 0; }
  100% { background-position: -80% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .first-cta-green__button::before,
  .cta-banner__action::before { animation: none; opacity: 0; }
}
