@charset "UTF-8";

/*------------------------------------
* 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;
}
 [type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
}

#products-lp .inner {
  max-width: 950px;
}

#products-lp .inner img {
  display: block;
  margin: 0 auto;
  width: initial;
}

@media (max-width: 768px) {
  #products-lp .inner img {
    width: 100%;
  }
}


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/

/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  background: transparent;
  color: #dc0000;
  float: initial !important;
  font-size: 10px;
  margin-left: 2px;
  vertical-align: top;
}


/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  background: transparent;
  color: #ffffff;
  font-size: 18px;
}


/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: none;
  border-right: none;
  background: #FFF;
  border-bottom: none;
}


/* 【PC】フォーム左側 項目名ラベル */
.landing_form_ec th {
  background-color: transparent;
  border-bottom: none;
  border-left: none;
  background-color: transparent;
}


p.form_box_label_ec strong {
  font-weight: 400;
}


/* 【PC】フォーム右側 入力ボックス */
.landing_form_ec td {
  border-bottom: none;
  border-left: none;
  background-color: transparent;
}


/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}


/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/

/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
  background: transparent;
  color: #dc0000;
  padding: 0 !important;
  margin-left: 0 !important;
  vertical-align: top;
}


/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  background: transparent;
  color: #000;
  font-size: 18px;
}


/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: transparent;
  border-bottom: none;
  border-top: none;
}


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


body section.lp-page {
  margin-top: 40px;
  margin-bottom: 80px;
}


@media (max-width: 650px) {
  body section.lp-page {
    margin-top: 0;
    margin-bottom: 40px;
  }
}


body .form_container_ec {
  width: 700px;
}


body .form_container_ec * {
  box-sizing: border-box;
}


body table.landing_form_ec {
  width: 700px;
}


body .login_message_box_ec {
  width: 700px;
}


body .login_message_ec,
body .purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding: 20px 0px;
  margin-left: 0;
  margin-right: 0;
}


body h4.landing_form_label_ec:nth-of-type(1) {
  display: none;
}


body h4.landing_form_label_ec#view-billing-information-header {
  display: block !important;
}


body div#view-shipping-information {
  display: none;
}


body .landing_form_ec th,
body .landing_form_ec td {
  display: block;
  width: 100%;
}


body .amazon_pay_box_ec {
  margin: 10px auto;
  padding: 20px 0;
}


body .form_group_ec {
  padding: 0;
}


body .input_name_ec .form_group_ec,
body .input_kana_ec .form_group_ec {
  display: flex;
  align-items: center;
  gap: 30px;
}


body .input_name_ec .form_group_ec .col-12,
body .input_kana_ec .form_group_ec .col-12 {
  width: initial;
}


body .input_name_ec .form_group_ec input,
body .input_kana_ec .form_group_ec input {
  width: 335px;
}


body .input_name_ec .form_group_ec label,
body .input_kana_ec .form_group_ec label {
  display: none;
}


body .input_zip_ec .input_box_zip1_ec {
  width: 100px;
}


body .input_zip_ec .input_box_zip2_ec {
  width: 150px;
}


body #product_container .option_types .quantity_number {
  padding-top: 24px;
}


body .option_types {
  margin-top: 20px !important;
  margin-left: 0 !important;
}


body .option_types label {
  display: block;
  margin-bottom: 10px;
  margin-left: 0 !important;
}


body p.input_product_ec {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}


body .col-12 {
  float: initial;
}


body #product_container .input_box_quantity_ec {
  margin-left: 0;
}


body .landing_form_ec td {
  padding: 0;
  margin-bottom: 30px;
}


body .landing_form_ec th {
  padding: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
}


body #product_container .option_types .option_type label {
  width: initial !important;
}


body .amazon_pay_title_ec {
  color: #000;
}


body #product_container .input_box_quantity_ec {
  margin-left: 0 !important;
}


body .form_main_container_ec div.form_group_ec select {
  border: solid 1px #d2d2d2;
  background-color: #f6f6f6 !important;
  padding: 16px;
  height: 52px;
  box-sizing: border-box;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: initial;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Helvetica Neue", Arial, Meiryo, sans-serif !important;
  font-size: 16px;
}


body .form_main_container_ec div.form_group_ec input {
  border: solid 1px #d2d2d2;
  background-color: #f6f6f6 !important;
  padding: 16px;
  box-sizing: border-box;
  border-radius: initial;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Helvetica Neue", Arial, Meiryo, sans-serif !important;
  font-size: 16px;
}


body .input_addr01_ec input,
body .input_addr02_ec input,
body .input_email_ec input,
body .input_card_number_ec input,
body .input_card_name_ec input {
  width: 100%;
}


body .input_box_card_method_ec {
  width: 100%;
}


body .input_card_cvv_ec ul li {
  line-height: 1.5;
  font-size: 14px;
}


body .input_tel_ec .form_group_sp_ec p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


body .input_tel_ec input.input_box_tel1_ec {
  width: 20%;
}


body .input_tel_ec input.input_box_tel2_ec,
body .input_tel_ec input.input_box_tel3_ec {
  width: 25%;
}


body h4.landing_form_label_ec {
  padding-left: 0;
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  margin-top: 40px !important;
  text-align: center;
  color: #000;
}


body .agreement_view_ec {
  margin-left: 0;
  font-size: 14px !important;
  display: flex;
  align-items: center;
}


body .agreement_view_ec a {
  border-bottom: 1px solid #000;
}


body .agreement_view_ec input {
  width: 20px;
  height: 20px;
}


body .submit_ec {
  padding: 0;
  position: relative;
  margin: 80px auto;
}


body .submit_ec:before {
  position: absolute;
  content: "";
  right: 49px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  bottom: calc(50% - 3px);
  width: 48px;
}


body .submit_ec:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  bottom: 50%;
  width: 8px;
  transform: rotate(45deg);
  right: 48px;
  transition: 0.3s;
}


body .submit_ec center {
  display: flex;
  justify-content: center;
  align-items: center;
}


body .submit_ec center:before {
  content: "確認画面へ";
  position: absolute;
  pointer-events: none;
  color: #fff;
  font-size: 16px;
}


body .submit_ec center:has(.login_button_ec):before {
  content: "ログイン";
}


body .submit_ec .submit_bottom_ec,
body .submit_ec .login_button_ec {
  border: 0px;
  width: 100%;
  height: 60px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: none !important;
  background: #f70621;
  color: #fff;
}


/*/////////////////////////////////////////
//  SP用フォーム
/////////////////////////////////////////*/


body .form_container_sp_ec {
  width: 90%;
  margin: 0 auto;
}


body .form_container_sp_ec * {
  box-sizing: border-box !important;
  overflow: initial !important;
}


body .form_container_sp_ec .landing_form_label_sp_ec {
  padding: 0;
  margin-bottom: 10px !important;
}


body .form_container_sp_ec .amazon_pay_box_sp_ec {
  border: none;
}


body .form_container_sp_ec .amazon_pay_box_sp_ec .amazon_pay_title_sp_ec {
  color: #000;
  font-size: 16px;
}


body .form_container_sp_ec .login_message_sp_ec,
body .form_container_sp_ec .purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}


body .form_container_sp_ec .purchase_message_sp_ec {
  margin-top: 10px;
  margin-bottom: 20px;
}


body .form_container_sp_ec .purchase_message_sp_ec p {
  line-height: 1.5;
  font-size: 14px;
}


body .form_container_sp_ec .form_box_label_sp_ec {
  padding: 0;
  margin-bottom: 10px !important;
}


body .form_container_sp_ec p.form_box_label_sp_ec strong {
  font-weight: 400;
  font-size: 15px;
}


body .form_container_sp_ec .option_types {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}


body .form_container_sp_ec .option_types label,
body .form_container_sp_ec .option_types .quantity_number {
  font-size: 14px !important;
}


body .form_container_sp_ec .option_types .input_option_type_container {
  margin-left: 5px;
}


body .form_container_sp_ec .input_name_sp_ec .form_group_sp_ec,
body .form_container_sp_ec .input_kana_sp_ec .form_group_sp_ec {
  display: flex;
  gap: 10px;
}


body .form_container_sp_ec .input_name_sp_ec .form_group_sp_ec input,
body .form_container_sp_ec .input_kana_sp_ec .form_group_sp_ec input {
  width: calc((100% - 10px) / 2);
}


body .form_container_sp_ec .form_group_sp_ec {
  padding: 0;
  margin-bottom: 30px !important;
}


body .form_container_sp_ec #product_container .form_group_sp_ec {
  margin-top: 10px;
}


body .form_container_sp_ec
  #product_container
  .form_group_sp_ec
  .input_product_sp_ec {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}


body .form_container_sp_ec div.form_group_sp_ec select {
  border: solid 1px #d2d2d2;
  background-color: #f6f6f6;
  padding: 0 10px;
  height: 40px !important;
  box-sizing: border-box;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: initial;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 14px;
}


body .form_container_sp_ec div.form_group_sp_ec select#quantity {
  width: 100%;
  margin-left: 0;
}


body .form_container_sp_ec div.form_group_sp_ec input {
  border: solid 1px #d2d2d2;
  background-color: #f6f6f6;
  padding: 0 10px;
  height: 40px;
  box-sizing: border-box;
  border-radius: initial;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 14px;
}


body .form_container_sp_ec #product_container .input_option_type {
  height: 50px;
}


body .form_container_sp_ec .input_tel_sp_ec .form_group_sp_ec p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


body .form_container_sp_ec .input_tel_sp_ec input {
  padding: 0 5px !important;
}


body .form_container_sp_ec .input_tel_sp_ec input.input_box_tel2_sp_ec,
body .form_container_sp_ec .input_tel_sp_ec input.input_box_tel3_sp_ec {
  width: 27%;
}


body .form_container_sp_ec select.input_box_card_year_sp_ec {
  width: 27% !important;
}


body .form_container_sp_ec .input_card_cvv_sp_ec ul li {
  font-size: 14px !important;
  line-height: 1.5 !important;
}


body .form_container_sp_ec .agreement_view_sp_ec {
  margin-left: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 14px !important;
}


body .form_container_sp_ec .agreement_view_sp_ec label {
  line-height: 1.5 !important;
}


body .form_container_sp_ec .agreement_view_sp_ec a {
  border-bottom: 1px solid #000;
}


body .form_container_sp_ec .submit_sp_ec {
  padding: 0;
  position: relative;
  margin: 40px auto 60px;
}


body .form_container_sp_ec .submit_sp_ec:before {
  position: absolute;
  content: "";
  right: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  bottom: calc(50% - 3px);
  width: 48px;
}


body .form_container_sp_ec .submit_sp_ec:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  bottom: 50%;
  width: 8px;
  transform: rotate(45deg);
  right: 19px;
  transition: 0.3s;
}


body .form_container_sp_ec .submit_sp_ec center {
  display: flex;
  justify-content: center;
  align-items: center;
}


body .form_container_sp_ec .submit_sp_ec center:before {
  content: "確認画面へ";
  position: absolute;
  pointer-events: none;
  color: #fff;
  font-size: 16px;
}


body .form_container_sp_ec .submit_sp_ec center:has(.login_button_sp_ec):before {
  content: "ログイン";
}


body .form_container_sp_ec .submit_sp_ec .submit_bottom_sp_ec,
body .form_container_sp_ec .submit_sp_ec .login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 60px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: none !important;
  background: #626262;
  color: #fff;
}


/*# sourceMappingURL=lp.css.map */


/* =====================================================
   ぶらさがりチェア
   テレワーク応援キャンペーン LP
   ===================================================== */


/* ---------------------------------
   LP全体
--------------------------------- */

#products-lp {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F3F4F8;
}


#products-lp,
#products-lp * {
  box-sizing: border-box;
}


#products-lp > .inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}


#products-lp .lp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #F3F4F8;
  color: #253b5d;

  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;

  font-weight: 400;
  line-height: 1.8;
}


/* ---------------------------------
   画像共通
--------------------------------- */

#products-lp > .inner .lp img.design-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


#products-lp .fv-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}


#products-lp > .inner .lp img.fv-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}


/* ---------------------------------
   キャンペーンCTA
   offer画像内の所定位置にボタンを重ねる
--------------------------------- */

#products-lp .campaign-block {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #cfd5e8;
}

#products-lp .campaign-block > img.design-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

#products-lp .asset-cta {
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 5;
  display: block;
  width: 74%;
  max-width: 555px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transform: translateX(-50%);
}

#products-lp .inner .asset-cta img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.2s ease;
}

#products-lp .asset-cta:hover img {
  opacity: 0.88;
}


/* ---------------------------------
   HTMLテキストセクション共通
--------------------------------- */

#products-lp .lp-text-section {
  width: 100%;
  padding: 54px 54px 58px;
  background: #F3F4F8;
}


#products-lp .lp-heading {
  margin: 0 0 28px;
  color: #253b5d;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0.02em;
}


#products-lp .lp-heading strong {
  color: #f06549;
  font-size: 1.22em;
  font-weight: 700;
}


#products-lp .lp-body-text {
  max-width: 620px;
  margin: 0 auto;
}


#products-lp .lp-body-text p {
  margin: 0 0 20px;
  color: #26384f;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}


#products-lp .lp-body-text p:last-child {
  margin-bottom: 0;
}


/* ---------------------------------
   こまめに伸ばす
--------------------------------- */

#products-lp .stretch-intro {
  text-align: center;
}


#products-lp .inner img.stretch-illustration {
  display: block;
  width: 145px;
  max-width: 35%;
  height: auto;
  margin: 0 auto 30px;
}


#products-lp .stretch-intro .lp-body-text {
  text-align: left;
}


/* ---------------------------------
   中村先生コメント
--------------------------------- */

#products-lp .first-step-section {
  padding-top: 50px;
  padding-bottom: 55px;
}


#products-lp .inner img.expert-card-image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 30px;
}


/* ---------------------------------
   動画
--------------------------------- */

#products-lp .video-section {
  padding: 42px 38px 52px;
  background: #F3F4F8;
}


#products-lp .video-heading {
  margin: 0 0 24px;
  color: #253b5d;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


#products-lp .youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}


#products-lp .youtube iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}


#products-lp .video-placeholder {
  border: 1px solid #e3e4e8;
}


#products-lp .video-placeholder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}


#products-lp .video-placeholder::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #e65d4a;
  content: "";
  transform: translate(-50%, -50%);
}


/* ---------------------------------
   専門家監修
--------------------------------- */

#products-lp .expert-section {
  width: 100%;
  padding: 54px 48px 60px;
  background: #eceef7;
}


#products-lp .expert-block {
  max-width: 650px;
  margin: 0 auto;
}


#products-lp .expert-block + .expert-block {
  margin-top: 54px;
  padding-top: 50px;
  border-top: 1px solid #8f96aa;
}


#products-lp .expert-title {
  margin: 0 0 30px;
  text-align: center;
}


#products-lp .expert-title span {
  display: block;
  margin-bottom: 2px;
  color: #253b5d;
  font-size: 17px;
  font-weight: 700;
}


#products-lp .expert-title strong {
  display: block;
  color: #253b5d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}


#products-lp .expert-profile {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 34px;
}


#products-lp .expert-photo {
  flex: 0 0 34%;
}


#products-lp .inner .expert-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


#products-lp .expert-info {
  flex: 1;
  min-width: 0;
}


#products-lp .expert-lead {
  margin: 0 0 12px;
  color: #253b5d;
  font-size: 15px;
  line-height: 1.7;
}


#products-lp .expert-lead strong {
  font-size: 17px;
}


#products-lp .expert-note {
  margin: 0 0 18px;
  color: #52596a;
  font-size: 11px;
  line-height: 1.65;
}


#products-lp .expert-position {
  margin: 0 0 10px;
  color: #26384f;
  font-size: 14px;
  line-height: 1.7;
}


#products-lp .expert-name {
  margin: 0;
  color: #253b5d;
  font-size: 22px;
  font-weight: 700;
}


#products-lp .inner img.expert-books {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 14px 0 0;
}


#products-lp .expert-comment {
  color: #26384f;
}


#products-lp .expert-comment h3 {
  margin: 0 0 18px;
  color: #253b5d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}


#products-lp .expert-comment p {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}


#products-lp .expert-comment p:last-child {
  margin-bottom: 0;
}


/* ---------------------------------
   USER report
--------------------------------- */

#products-lp .user-report-section {
  padding: 48px 48px 56px;
  background: #e5e8f2;
}


#products-lp .user-report-heading {
  margin: 0 0 25px;
  color: #ef694c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}


#products-lp .user-report-section .youtube + .youtube {
  margin-top: 26px;
}


/* ---------------------------------
   返品保証
--------------------------------- */

#products-lp > .inner .lp img.return-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


/* ---------------------------------
   EC FORCE購入フォーム
--------------------------------- */

#products-lp .purchase-section {
  width: 100%;
  padding: 45px 24px 70px;
  background: #fff;
}


/* =====================================================
   タブレット・SP
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp > .inner,
  #products-lp .lp {
    max-width: 100%;
  }


  #products-lp .lp-text-section {
    padding: 38px 26px 42px;
  }


  #products-lp .lp-heading {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.6;
  }


  #products-lp .lp-heading strong {
    font-size: 1.18em;
  }


  #products-lp .lp-body-text p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.9;
  }


  #products-lp .inner img.stretch-illustration {
    width: 115px;
    max-width: 35%;
    margin-bottom: 24px;
  }


  #products-lp .inner img.expert-card-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }


  #products-lp .campaign-block {
    padding: 0;
  }


  #products-lp .asset-cta {
    bottom: 15%;
    width: 74%;
    max-width: none;
    margin: 0;
  }


  #products-lp .video-section {
    padding: 34px 20px 42px;
  }


  #products-lp .video-heading {
    margin-bottom: 18px;
    font-size: 21px;
  }


  #products-lp .expert-section {
    padding: 40px 24px 46px;
  }


  #products-lp .expert-title {
    margin-bottom: 24px;
  }


  #products-lp .expert-title span {
    font-size: 15px;
  }


  #products-lp .expert-title strong {
    font-size: 23px;
  }


  #products-lp .expert-profile {
    gap: 18px;
    margin-bottom: 26px;
  }


  #products-lp .expert-photo {
    flex-basis: 35%;
  }


  #products-lp .expert-lead {
    font-size: 12px;
  }


  #products-lp .expert-lead strong {
    font-size: 14px;
  }


  #products-lp .expert-note {
    font-size: 9px;
  }


  #products-lp .expert-position {
    font-size: 11px;
  }


  #products-lp .expert-name {
    font-size: 18px;
  }


  #products-lp .inner img.expert-books {
    width: 100%;
    max-width: 180px;
  }


  #products-lp .expert-comment h3 {
    margin-bottom: 14px;
    font-size: 16px;
  }


  #products-lp .expert-comment p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.85;
  }


  #products-lp .expert-block + .expert-block {
    margin-top: 40px;
    padding-top: 38px;
  }


  #products-lp .user-report-section {
    padding: 38px 20px 45px;
  }


  #products-lp .user-report-heading {
    margin-bottom: 18px;
    font-size: 23px;
  }


  #products-lp .user-report-section .youtube + .youtube {
    margin-top: 20px;
  }


  #products-lp .purchase-section {
    padding: 36px 20px 55px;
  }
}


/* =====================================================
   小さいSP
   ===================================================== */

@media screen and (max-width: 480px) {

  #products-lp .lp-text-section {
    padding-right: 22px;
    padding-left: 22px;
  }


  #products-lp .expert-section {
    padding-right: 20px;
    padding-left: 20px;
  }


  #products-lp .expert-profile {
    align-items: flex-end;
    gap: 14px;
  }


  #products-lp .expert-photo {
    flex-basis: 37%;
  }


  #products-lp .expert-info {
    flex-basis: 63%;
  }
}

/* =====================================================
   ぶら下がりチェアLP
   PC最終調整
   ===================================================== */


/* ---------------------------------
   黄色マーカー
--------------------------------- */

#products-lp .stretch-marker {
  display: inline;
  padding: 0 0.05em;
  font-weight: 700;
  background:
    linear-gradient(
      transparent 55%,
      #fff36a 55%,
      #fff36a 94%,
      transparent 94%
    );
}


/* ---------------------------------
   「こまめに伸ばすこと」
   下部三角
--------------------------------- */

#products-lp .stretch-intro {
  position: relative;
}

#products-lp .stretch-intro::after {
  position: absolute;
  left: 50%;
  bottom: -34px;
  z-index: 2;

  width: 0;
  height: 0;

  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 34px solid #F3F4F8;

  content: "";
  transform: translateX(-50%);
}


/* ---------------------------------
   同一姿勢グラフ
   画像切れ防止
--------------------------------- */

#products-lp .same-posture-section img.same-posture-chart {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain;
}


/* =====================================================
   PC
   ===================================================== */

@media screen and (min-width: 769px) {


  /* ---------------------------------
     こまめに伸ばすこと
  --------------------------------- */

  #products-lp .stretch-intro {
    padding: 78px 55px 82px;
    text-align: center;
  }

  #products-lp .stretch-intro .lp-heading {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 1.45;
  }

  #products-lp .stretch-intro .lp-heading strong {
    display: inline-block;
    margin-top: 4px;
    font-size: 44px;
    line-height: 1.4;
  }

  #products-lp .stretch-intro > img.stretch-illustration {
    display: block;
    width: 280px !important;
    max-width: 280px !important;
    height: auto !important;
    margin: 0 auto 34px !important;
  }

  #products-lp .stretch-intro .lp-body-text {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  #products-lp .stretch-intro .lp-body-text p {
    margin: 0 0 26px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
  }

  #products-lp .stretch-intro .lp-body-text p:last-child {
    margin-bottom: 0;
  }


  /* ---------------------------------
     中村先生コメント
  --------------------------------- */

  #products-lp .first-step-section .lp-body-text {
    max-width: 650px;
  }

  #products-lp .first-step-section .lp-body-text p {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 2;
  }

  #products-lp .first-step-section .expert-card-image {
    margin-bottom: 34px;
  }


  /* ---------------------------------
     専門家監修
  --------------------------------- */

  #products-lp .expert-title span {
    font-size: 20px;
  }

  #products-lp .expert-title strong {
    font-size: 34px;
    line-height: 1.45;
  }

  #products-lp .expert-lead {
    font-size: 19px;
    line-height: 1.75;
  }

  #products-lp .expert-lead strong {
    font-size: 21px;
  }

  #products-lp .expert-note {
    font-size: 13px;
    line-height: 1.7;
  }

  #products-lp .expert-position {
    font-size: 17px;
    line-height: 1.8;
  }

  #products-lp .expert-name {
    font-size: 25px;
    line-height: 1.5;
  }

  #products-lp .expert-profile {
    margin-bottom: 40px;
  }

  #products-lp .expert-comment h3 {
    margin-bottom: 22px;
    font-size: 21px;
    line-height: 1.7;
  }

  #products-lp .expert-comment p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.95;
  }


  /* ---------------------------------
     同一姿勢セクション
  --------------------------------- */

  #products-lp .same-posture-section {
    padding: 70px 55px 64px;
  }

  #products-lp .same-posture-heading {
    margin: 0 0 28px;
    font-size: 34px;
    line-height: 1.65;
  }

  #products-lp .same-posture-text {
    margin: 0 0 34px;
    font-size: 20px;
    line-height: 2;
  }

  #products-lp .inner img.same-posture-chart {
    width: 100% !important;
    max-width: 645px !important;
    margin: 0 auto !important;
  }

}


/* =====================================================
   SP：三角だけ少し小さく
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp .stretch-intro::after {
    bottom: -22px;

    border-left-width: 22px;
    border-right-width: 22px;
    border-top-width: 22px;
  }

}

/* =====================================================
   こまめに伸ばすこと 最終微調整
   ===================================================== */

@media screen and (min-width: 769px) {

  /* セクション下の余白 */
  #products-lp .stretch-intro {
    padding-bottom: 62px !important;
  }

  /* 本文の横幅 */
  #products-lp .stretch-intro .lp-body-text {
    width: 520px !important;
    max-width: 520px !important;
  }

  /* 黄色マーカーを途中で折らない */
  #products-lp .stretch-marker {
    white-space: nowrap;
  }

}

/* =====================================================
   ご使用方法 解説・中村先生コメント
   ===================================================== */


/* ---------------------------------
   白い使い方解説
--------------------------------- */

#products-lp .howto-description {
  width: calc(100% - 110px);
  max-width: 640px;
  margin: 0 auto 24px;
  padding: 24px 30px;
  background: #fff;
  color: #26384f;
  text-align: center;
}

#products-lp .howto-description p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}


/* ---------------------------------
   中村先生コメント
--------------------------------- */

#products-lp .howto-expert-comment {
  display: flex;
  align-items: center;
  gap: 24px;

  width: calc(100% - 110px);
  max-width: 640px;

  margin: 0 auto 38px;
  padding: 18px 24px;

  border: 2px solid #f06549;
  border-radius: 10px;

  background: #fff;
  color: #26384f;
}


/* 左側：先生名 */
#products-lp .howto-expert-name {
  flex: 0 0 105px;

  color: #253b5d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}


/* 右側：コメント */
#products-lp .howto-expert-text {
  flex: 1;
  min-width: 0;
}

#products-lp .howto-expert-text strong {
  display: block;

  margin-bottom: 6px;

  color: #f06549;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

#products-lp .howto-expert-text p {
  margin: 0;

  color: #26384f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


/* =====================================================
   SP
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp .howto-description {
    width: calc(100% - 36px);
    margin-bottom: 18px;
    padding: 18px 16px;
  }

  #products-lp .howto-description p {
    font-size: 13px;
    line-height: 1.8;
  }


  #products-lp .howto-expert-comment {
    width: calc(100% - 36px);
    gap: 14px;

    margin-bottom: 28px;
    padding: 14px;

    border-width: 1px;
    border-radius: 7px;
  }

  #products-lp .howto-expert-name {
    flex-basis: 72px;
    font-size: 10px;
  }

  #products-lp .howto-expert-text strong {
    margin-bottom: 4px;
    font-size: 14px;
  }

  #products-lp .howto-expert-text p {
    font-size: 11px;
    line-height: 1.75;
  }

}

/* =====================================================
   ご使用方法
   ===================================================== */


/* ---------------------------------
   白い使い方説明
--------------------------------- */

#products-lp .howto-description {
  width: calc(100% - 70px);
  max-width: 680px;
  margin: 0 auto 26px;
  padding: 26px 30px;

  background: #fff;
  color: #26384f;
  text-align: center;
}

#products-lp .howto-description p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}


/* ---------------------------------
   中村先生コメント
--------------------------------- */

#products-lp .howto-expert-comment {
  display: flex;
  align-items: center;
  gap: 26px;

  width: calc(100% - 70px);
  max-width: 680px;
  min-height: 130px;

  margin: 0 auto 42px;
  padding: 22px 28px;

  border: 2px solid #f06549;
  border-radius: 10px;

  background: #fff;
  color: #26384f;
}


/* 先生プロフィール */

#products-lp .howto-expert-profile {
  flex: 0 0 120px;
  text-align: center;
}

#products-lp .howto-expert-profile img {
  display: block !important;
  width: 88px !important;
  max-width: 88px !important;
  height: 88px !important;

  margin: 0 auto 7px !important;

  object-fit: cover;
  object-position: center 20%;
}

#products-lp .howto-expert-profile span {
  display: block;

  color: #253b5d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}


/* コメント */

#products-lp .howto-expert-text {
  flex: 1;
  min-width: 0;
}

#products-lp .howto-expert-text strong {
  display: block;

  margin-bottom: 7px;

  color: #f06549;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

#products-lp .howto-expert-text p {
  margin: 0;

  color: #26384f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}


/* ---------------------------------
   胸まわり・背中まわり画像下
--------------------------------- */

#products-lp .howto-point-row {
  display: flex;
  gap: 24px;

  width: calc(100% - 70px);
  max-width: 680px;

  margin: -8px auto 34px;
}

#products-lp .howto-point {
  flex: 1;

  padding: 17px 15px;

  background: #fff;
  color: #26384f;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

#products-lp .howto-point strong {
  font-weight: 700;
}


/* =====================================================
   SP
   ===================================================== */

@media screen and (max-width: 768px) {

  /* 白い使い方説明 */

  #products-lp .howto-description {
    width: calc(100% - 36px);
    margin-bottom: 18px;
    padding: 18px 16px;
  }

  #products-lp .howto-description p {
    font-size: 15px;
    line-height: 1.85;
  }


  /* 中村先生 */

  #products-lp .howto-expert-comment {
    width: calc(100% - 36px);
    min-height: 0;

    gap: 14px;

    margin-bottom: 28px;
    padding: 14px;

    border-width: 1px;
    border-radius: 7px;
  }

  #products-lp .howto-expert-profile {
    flex: 0 0 72px;
  }

  #products-lp .howto-expert-profile img {
    width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
  }

  #products-lp .howto-expert-profile span {
    font-size: 10px;
  }

  #products-lp .howto-expert-text strong {
    margin-bottom: 4px;
    font-size: 15px;
  }

  #products-lp .howto-expert-text p {
    font-size: 13px;
    line-height: 1.8;
  }


  /* 胸まわり・背中まわり */

  #products-lp .howto-point-row {
    gap: 12px;

    width: calc(100% - 36px);

    margin: -4px auto 26px;
  }

  #products-lp .howto-point {
    padding: 12px 8px;

    font-size: 13px;
    line-height: 1.65;
  }

}
/* =====================================================
   専門家監修セクション 最終調整
   元デザイン＋読みやすさ
   ===================================================== */


/* ---------------------------------
   セクション全体
--------------------------------- */

#products-lp .expert-section {
  width: 100% !important;
  padding: 58px 54px 64px !important;
  background: #eceef7 !important;
}

#products-lp .expert-block {
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto !important;
}

#products-lp .expert-block + .expert-block {
  margin-top: 58px !important;
  padding-top: 52px !important;
  border-top: 1px solid #8f96aa !important;
}


/* ---------------------------------
   見出し
   元デザインの白いボックス
--------------------------------- */

#products-lp .expert-title {
  width: fit-content !important;
  max-width: 100% !important;

  margin: 0 auto 34px !important;
  padding: 11px 28px !important;

  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;

  text-align: center !important;
}

#products-lp .expert-title span {
  display: block !important;

  margin: 0 0 3px !important;
  padding: 0 !important;

  background: transparent !important;
  color: #253b5d !important;

  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

#products-lp .expert-title strong {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  color: #253b5d !important;

  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}


/* ---------------------------------
   先生プロフィール
--------------------------------- */

#products-lp .expert-profile {
  display: flex !important;
  align-items: flex-end !important;
  gap: 32px !important;

  margin: 0 0 40px !important;
}

#products-lp .expert-photo {
  flex: 0 0 31% !important;
}

#products-lp .inner .expert-photo img {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 auto !important;
}

#products-lp .expert-info {
  flex: 1 !important;
  min-width: 0 !important;
}


/* ---------------------------------
   中村先生プロフィール
--------------------------------- */

#products-lp .expert-lead {
  margin: 0 0 13px !important;

  color: #253b5d !important;

  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
}

#products-lp .expert-lead strong {
  color: #253b5d !important;

  font-size: 20px !important;
  font-weight: 700 !important;
}

#products-lp .expert-note {
  margin: 0 0 20px !important;

  color: #52596a !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

#products-lp .expert-position {
  margin: 0 0 10px !important;

  color: #26384f !important;

  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
}

#products-lp .expert-name {
  margin: 0 !important;

  color: #253b5d !important;

  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}


/* ---------------------------------
   上原先生 著書
--------------------------------- */

#products-lp .inner img.expert-books {
  display: block !important;

  width: 100% !important;
  max-width: 240px !important;
  height: auto !important;

  margin: 14px 0 0 !important;
}


/* ---------------------------------
   先生コメント
--------------------------------- */

#products-lp .expert-comment {
  color: #26384f !important;
}

#products-lp .expert-comment h3 {
  margin: 0 0 20px !important;

  color: #253b5d !important;

  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}

#products-lp .expert-comment p {
  margin: 0 0 20px !important;

  color: #26384f !important;

  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 2 !important;
}

#products-lp .expert-comment p:last-child {
  margin-bottom: 0 !important;
}


/* 元デザインのオレンジ強調 */

#products-lp .expert-comment .expert-highlight {
  color: #f06549 !important;
}


/* =====================================================
   SP
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp .expert-section {
    padding: 40px 22px 48px !important;
  }

  #products-lp .expert-block + .expert-block {
    margin-top: 42px !important;
    padding-top: 40px !important;
  }


  /* 見出し */

  #products-lp .expert-title {
    width: fit-content !important;

    margin: 0 auto 26px !important;
    padding: 9px 18px !important;

    background: #fff !important;
  }

  #products-lp .expert-title span {
    font-size: 16px !important;
  }

  #products-lp .expert-title strong {
    font-size: 24px !important;
    line-height: 1.45 !important;
  }


  /* プロフィール */

  #products-lp .expert-profile {
    align-items: flex-end !important;
    gap: 15px !important;

    margin-bottom: 30px !important;
  }

  #products-lp .expert-photo {
    flex: 0 0 38% !important;
  }

  #products-lp .expert-info {
    flex: 1 !important;
  }


  /* 中村先生 */

  #products-lp .expert-lead {
    margin-bottom: 10px !important;

    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  #products-lp .expert-lead strong {
    font-size: 15px !important;
  }

  #products-lp .expert-note {
    margin-bottom: 14px !important;

    font-size: 10px !important;
    line-height: 1.65 !important;
  }

  #products-lp .expert-position {
    margin-bottom: 7px !important;

    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  #products-lp .expert-name {
    font-size: 19px !important;
  }


  /* 上原先生の著書 */

  #products-lp .inner img.expert-books {
    max-width: 165px !important;
    margin-top: 10px !important;
  }


  /* コメント */

  #products-lp .expert-comment h3 {
    margin-bottom: 15px !important;

    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  #products-lp .expert-comment p {
    margin-bottom: 16px !important;

    font-size: 14px !important;
    line-height: 1.95 !important;
  }

}

/* SP：キャンペーンCTAボタン幅調整 */
@media screen and (max-width: 768px) {

  #products-lp .asset-cta {
    width: 82%;
    max-width: none;
  }

}

/* SP：CTA位置だけ微調整 */
@media screen and (max-width: 768px) {

  #products-lp .asset-cta {
    width: 82%;
    bottom: 12%;
  }

}

/* =====================================================
   SP：同一姿勢セクション 内側幅調整
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp .same-posture-section {
    width: 100%;
    padding: 44px 28px 50px !important;
    box-sizing: border-box;
  }

  #products-lp .same-posture-heading {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.65;
  }

  #products-lp .same-posture-text {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.9;
  }

  #products-lp .same-posture-section img.same-posture-chart {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

}

/* SPではPC用の強制改行を解除 */
@media screen and (max-width: 768px) {
  #products-lp .pc-only-break {
    display: none;
  }
}

/* =====================================================
   SP：「こまめに伸ばすこと」Figmaデザイン合わせ
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp .stretch-intro {
    padding: 42px 12px 54px !important;
    text-align: center !important;
  }

  /* 紺色の小見出し */
  #products-lp .stretch-intro .lp-heading {
    margin: 0 0 4px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  /* オレンジ見出し */
  #products-lp .stretch-intro .lp-heading strong {
    display: block !important;
    margin-top: 8px !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  /* イラスト */
  #products-lp .stretch-intro > img.stretch-illustration {
    display: block !important;
    width: 280px !important;
    max-width: 80vw !important;
    height: auto !important;
    margin: 8px auto 24px !important;
  }

  /* 本文 */
  #products-lp .stretch-intro .lp-body-text {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 4px !important;
    text-align: left !important;
  }

  #products-lp .stretch-intro .lp-body-text p {
    margin: 0 0 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.85 !important;
  }

  #products-lp .stretch-intro .lp-body-text p:last-child {
    margin-bottom: 0 !important;
  }

  #products-lp .stretch-intro .stretch-marker {
    white-space: normal !important;
  }

}


/* 幅360px以下だけ少し縮めて破綻防止 */
@media screen and (max-width: 360px) {

  #products-lp .stretch-intro .lp-heading {
    font-size: 16px !important;
  }

  #products-lp .stretch-intro .lp-heading strong {
    font-size: 30px !important;
  }

}

/* =====================================================
   SP：中村先生コメントセクション
   最終版
   ===================================================== */

@media screen and (max-width: 768px) {

  /* セクション全体 */
  #products-lp .first-step-section {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 44px 15px 52px !important;
    background: #F3F4F8 !important;
    text-align: center !important;
  }


  /* ---------------------------------
     見出し1行目
     「腕を高く上げることが、」
  --------------------------------- */
  #products-lp .first-step-section .lp-heading {
    width: 100% !important;
    max-width: 345px !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;

    color: #173455 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;

    text-align: center !important;
    white-space: normal !important;
  }


  /* ---------------------------------
     オレンジ見出し
     「首・肩・背中を伸ばす第一歩です」
  --------------------------------- */
  #products-lp .first-step-section .lp-heading strong {
    display: block !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;

    color: #F06449 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;

    text-align: center !important;
    white-space: normal !important;
  }


  /* ---------------------------------
     中村先生カード
  --------------------------------- */
  #products-lp .first-step-section img.expert-card-image,
  #products-lp .first-step-section .expert-card-image {
    display: block !important;
    width: 100% !important;
    max-width: 345px !important;
    height: auto !important;

    margin: 0 auto 28px !important;
    padding: 0 !important;
  }


  /* ---------------------------------
     本文エリア
  --------------------------------- */
  #products-lp .first-step-section .lp-body-text {
    width: 100% !important;
    max-width: 345px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: left !important;
  }


  /* 本文 */
  #products-lp .first-step-section .lp-body-text p {
    margin: 0 0 20px !important;
    padding: 0 !important;

    color: #223750 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.95 !important;
    letter-spacing: 0 !important;
  }


  #products-lp .first-step-section .lp-body-text p:last-child {
    margin-bottom: 0 !important;
  }

}

/* =====================================================
   SP：使い方セクション
   Figmaデザイン最終調整
   ===================================================== */

@media screen and (max-width: 768px) {

  /* =================================
     中村先生 コメントカード
     ================================= */

  #products-lp .howto-expert-comment {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    /* Figmaは現状より少し細い */
    width: calc(100% - 60px) !important;
    max-width: 316px !important;
    min-height: 0 !important;

    margin: 24px auto 44px !important;
    padding: 22px 14px 22px !important;

    box-sizing: border-box !important;

    border: 2px solid #F06449 !important;
    border-radius: 12px !important;
    background: #fff !important;
  }


/* 先生写真＋名前 */
#products-lp .howto-expert-profile {
  display: flex !important;
  flex: none !important;
  flex-direction: column !important;
  align-items: center !important;

  width: 100% !important;

  margin: 0 0 16px !important;
  padding: 0 !important;
}

#products-lp .howto-expert-profile img {
  display: block !important;

  width: 100px !important;
  max-width: 100px !important;
  height: auto !important;

  margin: 0 auto 6px !important;
}

#products-lp .howto-expert-profile span {
  display: block !important;

  margin: 0 !important;

  color: #223750 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;

  text-align: center !important;
}

  /* コメントテキスト */
  #products-lp .howto-expert-text {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
  }


  /* オレンジ見出し */
  #products-lp .howto-expert-text strong {
    display: block !important;

    margin: 0 0 12px !important;

    color: #F06449 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;

    text-align: left !important;
  }


  /* コメント本文 */
  #products-lp .howto-expert-text p {
    margin: 0 !important;

    color: #223750 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.9 !important;

    text-align: left !important;
  }


  /* =================================
     胸まわり／背中まわり下の
     白い説明ボックス
     ================================= */

  #products-lp .howto-point-row {
    display: flex !important;
    align-items: stretch !important;

    gap: 12px !important;

    width: calc(100% - 36px) !important;

    margin: -4px auto 28px !important;
  }

#products-lp .howto-point {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 1 1 0 !important;

  box-sizing: border-box !important;

  min-height: 0 !important;
  padding: 14px 8px !important;

  background: #fff !important;

  color: #223750 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;

  text-align: center !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
}

#products-lp .howto-point strong {
  display: block !important;
  font-weight: 700 !important;
  text-align: center !important;
}
        
}

/* =====================================================
   SP：中村先生コメント
   縦方向の余白調整
   ===================================================== */

@media screen and (max-width: 768px) {

  /* 古いflexのgapを完全に消す */
  #products-lp .howto-expert-comment {
    gap: 0 !important;
  }

  /* 「中村 雅俊先生」→ オレンジ見出し */
  #products-lp .howto-expert-profile {
    margin-bottom: 8px !important;
  }

  /* オレンジ見出し → 本文 */
  #products-lp .howto-expert-text strong {
    margin: 0 0 6px !important;
  }

}

/* =====================================================
   SP：同じ姿勢セクション
   余白をコンパクトに調整
   ===================================================== */

@media screen and (max-width: 768px) {

  #products-lp .same-posture-section {
    width: 100% !important;
    padding: 28px 28px 32px !important;
    box-sizing: border-box !important;
  }

  /* 見出し */
  #products-lp .same-posture-heading {
    margin: 0 0 16px !important;
    font-size: 22px !important;
    line-height: 1.65 !important;
  }

  /* 本文 */
  #products-lp .same-posture-text {
    margin: 0 0 22px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  /* グラフ */
  #products-lp .same-posture-section img.same-posture-chart {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

}

/* =====================================================
   SP：専門家監修セクション 最終調整
   スカスカ感をなくして、まとまりを出す
   ===================================================== */
@media screen and (max-width: 768px) {

  #products-lp .expert-section {
    padding: 28px 18px 30px !important;
    background: #eceef7 !important;
  }

  #products-lp .expert-block {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  #products-lp .expert-block + .expert-block {
    margin-top: 30px !important;
    padding-top: 28px !important;
    border-top: 1px solid #8f96aa !important;
  }

  /* 白い見出しボックス */
  #products-lp .expert-title {
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    padding: 10px 16px !important;
    background: #fff !important;
    text-align: center !important;
  }

  #products-lp .expert-title span {
    display: block !important;
    margin: 0 0 2px !important;
    color: #253b5d !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  #products-lp .expert-title strong {
    display: block !important;
    margin: 0 !important;
    color: #253b5d !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  /* プロフィール行 */
  #products-lp .expert-profile {
    display: flex !important;
    align-items: flex-end !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
  }

  #products-lp .expert-photo {
    flex: 0 0 36% !important;
  }

  #products-lp .inner .expert-photo img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  #products-lp .expert-info {
    flex: 1 !important;
    min-width: 0 !important;
  }

  /* 中村先生まわり */
  #products-lp .expert-lead {
    margin: 0 0 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #253b5d !important;
  }

  #products-lp .expert-lead strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #253b5d !important;
  }

  #products-lp .expert-note {
    margin: 0 0 10px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #52596a !important;
  }

  #products-lp .expert-position {
    margin: 0 0 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    color: #26384f !important;
  }

  #products-lp .expert-name {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #253b5d !important;
  }

  /* 上原先生の著書 */
  #products-lp .inner img.expert-books {
    display: block !important;
    max-width: 150px !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
  }

  /* コメント本文 */
  #products-lp .expert-comment {
    color: #26384f !important;
  }

  #products-lp .expert-comment h3 {
    margin: 0 0 10px !important;
    color: #253b5d !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }

  #products-lp .expert-comment p {
    margin: 0 0 12px !important;
    color: #26384f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
  }

  #products-lp .expert-comment p:last-child {
    margin-bottom: 0 !important;
  }

  #products-lp .expert-comment .expert-highlight {
    color: #f06549 !important;
  }

}