.coupon_discount_amount{
  display:none;
}
.coupon_box .first_line_wrapper{
  display: block;
}
#lp-form{
  font-family: 'Noto Sans JP', sans-serif!important;
}
/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #ff4438;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #AEBBAF;
  /* セクションラベルのフォント色*/
  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: #EDEFEC;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #EDEFEC;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【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: #ff4438;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

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

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

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

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&family=Noto+Serif+JP:wght@400;500;600&family=Montserrat:wght@600&display=swap");

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

/* セット商品 */
.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;
}

/* セット商品 */
.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;
}


.lp .device__device__contents__item{
    margin-top: 30px;
}
.lp__about__scroll {
    overflow: unset!important;
}
@media screen and (max-width: 768px) {
    .lp__about__scroll {
        overflow: auto!important;
    }
}

/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #ff4438;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #AEBBAF;
  /* セクションラベルのフォント色*/
  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: #EDEFEC;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #EDEFEC;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【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: #ff4438;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

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

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

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



/* Reset box-model and set borders */
/* ============================================ */

/**,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}*/

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

/*button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; 
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; 

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/*--------------------------
  movie
----------------------------*/
.movie__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  transition: 0.4s opacity; }
  .movie__modal[data-active="true"] {
    opacity: 1;
    pointer-events: auto; }

.movie__modal__inner {
  position: relative;
  width: 100%;
  max-width: 900px; }
  .movie__modal__inner::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .movie__modal__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.movie__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #000;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .movie__modal__close {
      width: 10.6666666667vw;
      height: 10.6666666667vw; } }
  .movie__modal__close::before, .movie__modal__close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    margin: auto;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .movie__modal__close::before, .movie__modal__close::after {
        width: 6.6666666667vw;
        height: 0.2666666667vw; } }
  .movie__modal__close::before {
    transform: rotate(45deg); }
  .movie__modal__close::after {
    transform: rotate(-45deg); }



html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #3e3a39;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}

section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

a.block, img.block {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .disp_tab, .disp_pc, .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .disp_sp, .disp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .disp_sp, .disp_tab, .disp_notpc {
    display: none !important;
  }
}

.serif {
  font-family: "Noto Serif JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}

.txt--red {
  /*color: #ff4438;*/
  color: #000;
}
.txt--blue {
  color: #0047ba;
}
.txt--orange {
  color: #ef7f21;
}
.txt--bold {
  font-weight: 700;
}

.bg--red {
  background-color: #ff4438;
  color: #fff;
}
.bg--blue {
  background-color: #0047ba;
  color: #fff;
}
.bg--orange {
  background-color: #ef7f21;
  color: #fff;
}

.disabled {
  pointer-events: none;
}
.disabled_txt {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .disabled_txt {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
}

.inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 9.6vw);
  }
}

.btn {
  width: 300px;
  height: 50px;
  background-color: #ff4438;
  border-radius: 1.5625rem;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5%;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 75.6666666667vw;
    height: 14vw;
    border-radius: 6.6666666667vw;
    font-size: 4.3333333333vw;
  }
  .btn.disabled {
    font-size: 4.8vw;
  }
}

.secMV__mv {
  width: 100%;
}

.secIntro {
  padding: 9.1875rem 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .secIntro {
    padding: 5.8666666667vw 0 0vw;
  }
}
.secIntro__awardBlk {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .secIntro__awardBlk {
    margin-bottom: 10.6666666667vw;
  }
}
.secIntro__awardBlk_awardList {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #a69120;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .secIntro__awardBlk_awardList {
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .secIntro__awardBlk_awardList {
    font-size: 1.8vw;
    line-height: 1.325;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.8666666667vw;
    display: flex;
  }
}
.secIntro__awardBlk_awardList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(90% / 1);
  margin: 0 5% 0;
}
@media screen and (max-width: 767px) {
  .secIntro__awardBlk_awardList li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(90% / 3);
    margin: 0 2.5% 0;
  }
}
.secIntro__awardBlk_awardList li img {
  width: 13.1875rem;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .secIntro__awardBlk_awardList li img {
    width: 30.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.secIntro__mvBlk {
  width: 100%;
  padding-top: 1.625rem;
  margin: 0 auto 12.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secIntro__mvBlk {
    padding-top: 0;
    margin: 0 0 42.6666666667vw;
  }
}
.secIntro__mvBlk_img {
  width: calc(100% - 5.375rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .secIntro__mvBlk_img {
    width: calc(100% + 2.1333333333vw);
    margin: 0 -4.8vw 0 auto;
  }
}
.secIntro__mvBlk_txt {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0.6875rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .secIntro__mvBlk_txt {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    grid-gap: 1.3333333333vw;
    top: auto;
    bottom: -4.2666666667vw;
    left: 1.3333333333vw;
  }
}
.secIntro__mvBlk_txt span {
  background-color: #fff;
  display: inline-block;
}
.secIntro__movieBlk_movie {
  width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .secIntro__movieBlk_movie {
    width: calc(100% + 9.6vw);
    max-width: calc(100% + 9.6vw);
    margin: 0 -4.8vw;
  }
}

.secSkinSensor__introBlk {
  background: linear-gradient(180deg, #fff 0%, #eff0f8 100%);
}
.secSkinSensor__introBlk_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secSkinSensor__introBlk_ttl {
  margin-bottom: 0.9375rem;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.secSkinSensor__introBlk_ttl .new {
  width: 5.25rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_ttl .new {
    width: 17.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.secSkinSensor__introBlk_ttl .label {
  padding: 0 0.8em 0.1em 1em;
  margin-bottom: 0.619em;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_ttl .label {
    font-size: 4vw;
  }
}
.secSkinSensor__introBlk_ttl strong {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_ttl strong {
    font-size: 9.0666666667vw;
  }
}
.secSkinSensor__introBlk_subTtl {
  margin-bottom: 2.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_subTtl {
    margin-bottom: 6.9333333333vw;
    font-size: 3.2vw;
  }
}
.secSkinSensor__introBlk_img {
  width: 100%;
  max-width: 12.875rem;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_img {
    max-width: 38.9333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.secSkinSensor__introBlk_recomWrap {
  width: 100%;
  margin: 8.75rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_recomWrap {
    margin: 26.6666666667vw 0 26.6666666667vw;
  }
}
.secSkinSensor__introBlk_recomWrap_ttl {
  margin-bottom: 2.125rem;
  font-size: 1.5625rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_recomWrap_ttl {
    margin-bottom: 5.8666666667vw;
    font-size: 5.0666666667vw;
  }
}
.secSkinSensor__introBlk_recomWrap_ttl strong {
  font-weight: 500;
}
.secSkinSensor__introBlk_recomWrap_box {
  width: 100%;
  max-width: 554px;
  padding: 1.125rem 0.625rem 1.4375rem;
  margin: 0 auto;
  border: 1px solid #3e3a39;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_recomWrap_box {
    width: calc(100% - 5.3333333333vw);
    padding: 2.6666666667vw 2.6666666667vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.secSkinSensor__introBlk_recomWrap_box_ttl {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/bg-recomttl.png) left bottom/contain no-repeat;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_recomWrap_box_ttl {
    padding-bottom: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.secSkinSensor__introBlk_recomWrap_box_list {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.86765;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_recomWrap_box_list {
    width: 100%;
    max-width: 70.6666666667vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.secSkinSensor__introBlk_recomWrap_box_list li {
  padding-left: 1.875rem;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/i-checkbox.png) left top 4px/20px no-repeat;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_recomWrap_box_list li {
    padding-left: 7.2vw;
    background-position: left 1.3333333333vw top 0.8vw;
    background-size: 4.2666666667vw;
  }
  .secSkinSensor__introBlk_recomWrap_box_list li:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
.secSkinSensor__introBlk_featureWrap {
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_featureWrap {
    max-width: 100%;
  }
}
.secSkinSensor__introBlk_featureWrap_img {
  width: 100%;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_featureWrap_img {
    margin-bottom: 3.2vw;
  }
}
.secSkinSensor__introBlk_featureWrap_txt {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 3.03125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_featureWrap_txt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 6.1333333333vw;
  }
}
.secSkinSensor__introBlk_featureWrap_txt strong {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_featureWrap_txt strong {
    font-size: 5.8666666667vw;
  }
}
.secSkinSensor__introBlk_featureWrap_why {
  padding: 2.3125rem 0 7.1875rem;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/bg-skinsensor_introarrow-pc.png) center/contain no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_featureWrap_why {
    padding: 4.8vw 0 18.6666666667vw;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/bg-skinsensor_introarrow-sp.png);
  }
}
.secSkinSensor__introBlk_featureWrap_why span {
  padding: 0 0.6em 0.05em;
  background-color: #084b8f;
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__introBlk_featureWrap_why span {
    font-size: 4vw;
    letter-spacing: 0.18em;
  }
}
.secSkinSensor__effectBlk {
  padding: 5rem 0 6.25rem;
  margin-top: -2.625rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk {
    padding: 13.3333333333vw 0 26.6666666667vw;
    margin-top: -9.8666666667vw;
  }
}
.secSkinSensor__effectBlk_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secSkinSensor__effectBlk_ttl {
  padding: 0.3125rem 0;
  margin-bottom: 2.25rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.72;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_ttl {
    padding: 2.1333333333vw 1.6vw;
    margin-bottom: 5.3333333333vw;
    font-size: 6.1333333333vw;
    line-height: 1.43;
  }
}
.secSkinSensor__effectBlk_ttl sup {
  font-size: 50%;
  top: -1em;
}
.secSkinSensor__effectBlk_img {
  width: 100%;
  max-width: 780px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_img {
    max-width: 69.3333333333vw;
    margin-bottom: 16vw;
  }
}
.secSkinSensor__effectBlk_txt {
  margin-bottom: 3.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.78125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_txt {
    margin-bottom: 8.5333333333vw;
    font-size: 4vw;
    line-height: 7.6vw;
  }
}
.secSkinSensor__effectBlk_txt strong {
  font-size: 112.5%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_txt strong {
    font-size: 100%;
  }
}
.secSkinSensor__effectBlk_txt small {
  margin-top: 0.625rem;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  display: block;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_txt small {
    margin-top: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
.secSkinSensor__effectBlk_txt sup {
  font-size: 50%;
  top: -1em;
}
.secSkinSensor__effectBlk_hccaBox {
  width: 100%;
  max-width: 660px;
  padding: 5.125rem 1.25rem 1.25rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 43px, calc(50% - 24px) 43px, 50% 0, calc(50% + 24px) 43px, 100% 43px, 100% 100%, 0 100%);
          clip-path: polygon(0 43px, calc(50% - 24px) 43px, 50% 0, calc(50% + 24px) 43px, 100% 43px, 100% 100%, 0 100%);
  color: #3e3a39;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox {
    max-width: 176vw;
    padding: 14.9333333333vw 4vw 5.3333333333vw;
    -webkit-clip-path: polygon(0 34px, calc(50% - 20px) 34px, 50% 0, calc(50% + 20px) 34px, 100% 34px, 100% 100%, 0 100%);
            clip-path: polygon(0 34px, calc(50% - 20px) 34px, 50% 0, calc(50% + 20px) 34px, 100% 34px, 100% 100%, 0 100%);
  }
}
.secSkinSensor__effectBlk_hccaBox_ttl {
  margin-bottom: 0.625rem;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 3.3125rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_ttl {
    margin-bottom: 2.9333333333vw;
    font-size: 5.8666666667vw;
    line-height: 13.8666666667vw;
  }
}
.secSkinSensor__effectBlk_hccaBox_ttl::before, .secSkinSensor__effectBlk_hccaBox_ttl::after {
  content: "";
  width: 3.75rem;
  height: 4.75rem;
  display: block;
  position: absolute;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_ttl::before, .secSkinSensor__effectBlk_hccaBox_ttl::after {
    width: 11.7333333333vw;
    height: 14.9333333333vw;
    top: 43%;
  }
}
.secSkinSensor__effectBlk_hccaBox_ttl::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/bg-skinsensor_effectboxttl01.png) center/contain no-repeat;
  left: -2.3125rem;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_ttl::before {
    left: -1.6vw;
  }
}
.secSkinSensor__effectBlk_hccaBox_ttl::after {
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/bg-skinsensor_effectboxttl02.png) center/contain no-repeat;
  right: -2.3125rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_ttl::after {
    right: -1.6vw;
  }
}
.secSkinSensor__effectBlk_hccaBox_ttl ruby {
  font-size: 155%;
  display: inline-block;
  position: relative;
}
.secSkinSensor__effectBlk_hccaBox_ttl ruby::after {
  content: "";
  width: 100%;
  height: 6px;
  border-top: 1px solid #ff4438;
  border-bottom: 1px solid #ff4438;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secSkinSensor__effectBlk_hccaBox_ttl rt {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: -0.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_ttl rt {
    font-size: 4.2666666667vw;
    top: -1.6vw;
  }
}
.secSkinSensor__effectBlk_hccaBox_ttlEN {
  margin-bottom: 0.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_ttlEN {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.secSkinSensor__effectBlk_hccaBox_txt {
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_txt {
    margin-bottom: 3.4666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.secSkinSensor__effectBlk_hccaBox_img {
  width: 100%;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.85;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__effectBlk_hccaBox_img {
    font-size: 1.8666666667vw;
    grid-gap: 4.5333333333vw;
  }
}
.secSkinSensor__pointBlk {
  padding: 9.375rem 0 12.1875rem;
  background: linear-gradient(180deg, #e5e6f3 0%, #d3d3ea 100%);
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk {
    padding: 16vw 0 40vw;
  }
}
.secSkinSensor__pointBlk .pointBox {
  width: 100%;
  padding: 3rem 0 1.625rem;
  margin-bottom: 10rem;
  border: 1px solid #3e3a39;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox {
    width: calc(100% - 4vw);
    padding: 12.8vw 0 13.3333333333vw;
    margin: 0 auto 26.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.secSkinSensor__pointBlk .pointBox--2 {
  padding: 3rem 1.875rem 1.125rem;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox--2 {
    padding: 3rem 0.9375rem 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox--2 {
    padding: 12.8vw 8vw 4.8vw;
    margin-bottom: 40vw;
  }
}
.secSkinSensor__pointBlk .pointBox__ttl {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__ttl {
    margin-bottom: 12.2666666667vw;
    grid-gap: 8vw;
  }
}
.secSkinSensor__pointBlk .pointBox__ttl--2 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__ttl--2 {
    margin-bottom: 8vw;
  }
}
.secSkinSensor__pointBlk .pointBox__ttl::after {
  content: "";
  width: 1.6875rem;
  height: 2px;
  background-color: #ff4438;
  display: block;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__ttl::after {
    width: 7.2vw;
  }
}
.secSkinSensor__pointBlk .pointBox__ttl img {
  width: auto;
  height: 1.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__ttl img {
    height: 7.4666666667vw;
  }
}
.secSkinSensor__pointBlk .pointBox__txt {
  margin-bottom: 2.25rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__txt {
    margin-bottom: 11.7333333333vw;
    font-size: 5.6vw;
    line-height: 1.619;
  }
}
.secSkinSensor__pointBlk .pointBox__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.secSkinSensor__pointBlk .pointBox__row--2 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row--2 {
    flex-direction: column;
  }
}
.secSkinSensor__pointBlk .pointBox__row_blk {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.secSkinSensor__pointBlk .pointBox__row_blk:not(:last-child) {
  border-right: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_blk:not(:last-child) {
    padding-bottom: 9.3333333333vw;
    margin-bottom: 10.6666666667vw;
    border-right: 0;
    position: relative;
  }
  .secSkinSensor__pointBlk .pointBox__row_blk:not(:last-child)::after {
    content: "";
    width: 66.6666666667vw;
    height: 1px;
    background-color: #3e3a39;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.secSkinSensor__pointBlk .pointBox__row_blk_ttl {
  width: 15.625rem;
  padding: 0.1em 0;
  margin: 0 auto 1.25rem;
  font-size: 1.3125rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_blk_ttl {
    width: 53.3333333333vw;
    margin: 0 auto 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.secSkinSensor__pointBlk .pointBox__row_items_wrap {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_wrap {
    grid-gap: 2.6666666667vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_wrap--col2 {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_wrap--col2 {
    padding-top: 0;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_ttl {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_ttl sup {
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_ttl sup {
    font-size: 2.6666666667vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_img {
    max-width: 32vw;
    margin-bottom: 1.8666666667vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_img--wide {
  max-width: 334px;
  margin-top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_img--wide {
    max-width: 89.0666666667vw;
    margin: 0;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_txt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox__row_items_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_txt {
    font-size: 3.7333333333vw;
    line-height: 1.64;
  }
}
.secSkinSensor__pointBlk .pointBox__row_items_note {
  padding-top: 0.3125rem;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox__row_items_note {
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_items_note {
    padding-top: 0;
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
  .secSkinSensor__pointBlk .pointBox__row_items_note.spPT {
    padding-top: 3.7333333333vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_txtWrap {
  width: 100%;
  padding-left: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap {
    padding: 4vw 0 0;
  }
}
.secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.54;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl {
    margin-bottom: 7.4666666667vw;
    font-size: 5.6vw;
    line-height: 1.619;
    text-align: center;
  }
}
.secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl sup {
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl sup {
    font-size: 1.8666666667vw;
  }
}
.secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl small {
  margin-top: 0.4375rem;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.65;
  display: block;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl small {
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap_ttl small {
    margin-top: 1.8666666667vw;
    font-size: 2.1333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.secSkinSensor__pointBlk .pointBox__row_txtWrap_txt {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_txtWrap_txt {
    font-size: 3.7333333333vw;
    line-height: 1.64;
    text-align: center;
  }
}
.secSkinSensor__pointBlk .pointBox__row_imgWrap {
  width: 50%;
  max-width: 390px;
  margin-top: -0.625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .secSkinSensor__pointBlk .pointBox__row_imgWrap {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk .pointBox__row_imgWrap {
    width: calc(100% + 17.6vw);
    max-width: 100vw;
    margin: 8vw -8.5333333333vw 0;
  }
}
.secSkinSensor__pointBlk_productWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secSkinSensor__pointBlk_productWrap_ttl {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk_productWrap_ttl {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.secSkinSensor__pointBlk_productWrap_ttl .label {
  padding: 0 0.8em 0.1em 1em;
  margin-bottom: 0.619em;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk_productWrap_ttl .label {
    font-size: 4vw;
  }
}
.secSkinSensor__pointBlk_productWrap_ttl strong {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk_productWrap_ttl strong {
    font-size: 9.0666666667vw;
  }
}
.secSkinSensor__pointBlk_productWrap_img {
  width: 100%;
  max-width: 168px;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .secSkinSensor__pointBlk_productWrap_img {
    max-width: 38.6666666667vw;
    margin-bottom: 6.4vw;
  }
}

_::-webkit-full-page-media,
_:future, :root .secSkinSensor__effectBlk_hccaBox_ttl ruby {
  height: 1.7em;
}

_::-webkit-full-page-media,
_:future, :root .secSkinSensor__effectBlk_hccaBox_ttl rt {
  transform: translateY(-240%);
}

.secWpeel {
  padding: 8.3125rem 0 12.5rem;
  background: linear-gradient(180deg, #fff 0%, #ffecb8 100%);
}
@media screen and (max-width: 767px) {
  .secWpeel {
    padding: 4vw 0 4vw;
  }
}
.secWpeel__introBlk_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secWpeel__introBlk_ttl {
  margin-bottom: 0.9375rem;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.secWpeel__introBlk_ttl .new {
  width: 5.25rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_ttl .new {
    width: 17.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.secWpeel__introBlk_ttl .label {
  padding: 0 0.8em 0.1em 1em;
  margin-bottom: 0.619em;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_ttl .label {
    font-size: 4vw;
  }
}
.secWpeel__introBlk_ttl strong {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_ttl strong {
    font-size: 9.0666666667vw;
  }
}
.secWpeel__introBlk_subTtl {
  margin-bottom: 1.75rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_subTtl {
    margin-bottom: 6.9333333333vw;
    font-size: 3.2vw;
  }
}
.secWpeel__introBlk_img {
  width: 100%;
  /*max-width: 212px;*/
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_img {
    max-width: 90.47vw;
    margin-bottom: 6.1333333333vw;
  }
}
.secWpeel__introBlk_recomWrap {
  width: 100%;
  margin: 9.375rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_recomWrap {
    margin: 24.5333333333vw 0 40vw;
  }
}
.secWpeel__introBlk_recomWrap_ttl {
  margin-bottom: 2.125rem;
  font-size: 1.5625rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_recomWrap_ttl {
    margin-bottom: 5.8666666667vw;
    font-size: 5.0666666667vw;
  }
}
.secWpeel__introBlk_recomWrap_ttl strong {
  font-weight: 500;
}
.secWpeel__introBlk_recomWrap_box {
  width: 100%;
  max-width: 554px;
  padding: 1.125rem 0.625rem 1.4375rem;
  margin: 0 auto;
  border: 0px solid #3e3a39;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_recomWrap_box {
    width: calc(100% - 5.3333333333vw);
    padding: 2.6666666667vw 2.6666666667vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.secWpeel__introBlk_recomWrap_box_ttl {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/bg-recomttl.png) left bottom/contain no-repeat;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_recomWrap_box_ttl {
    padding-bottom: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.secWpeel__introBlk_recomWrap_box_list {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.86765;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_recomWrap_box_list {
    width: 100%;
    max-width: 62.6666666667vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.secWpeel__introBlk_recomWrap_box_list li {
  padding-left: 1.875rem;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/lp/img/i-checkbox.png) left top 4px/20px no-repeat;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .secWpeel__introBlk_recomWrap_box_list li {
    padding-left: 7.2vw;
    background-position: left 1.3333333333vw top 0.8vw;
    background-size: 4.2666666667vw;
  }
  .secWpeel__introBlk_recomWrap_box_list li:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
.secWpeel__featureBlk {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk {
    margin-bottom: 40vw;
  }
}
.secWpeel__featureBlk_row {
  margin-bottom: 9.375rem;
  display: flex;
  align-items: flex-start;
  grid-gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .secWpeel__featureBlk_row {
    grid-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row {
    margin-bottom: 40vw;
    flex-direction: column;
    align-items: center;
    grid-gap: 4vw;
  }
}
.secWpeel__featureBlk_row_imgWrap {
  width: 50%;
  max-width: 477px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row_imgWrap {
    width: 100%;
    max-width: 80vw;
    margin: 0 -4.8vw 0;
    align-self: flex-start;
  }
}
.secWpeel__featureBlk_row_txtWrap {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row_txtWrap {
    max-width: 88vw;
    padding-left: 9.8666666667vw;
  }
}
.secWpeel__featureBlk_row_txtWrap_ttl {
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.54;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row_txtWrap_ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.secWpeel__featureBlk_row_txtWrap_txt1 {
  margin-bottom: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row_txtWrap_txt1 {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.66;
  }
}
.secWpeel__featureBlk_row_txtWrap_img {
  width: 100%;
  max-width: 380px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row_txtWrap_img {
    max-width: 74.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.secWpeel__featureBlk_row_txtWrap_txt2 {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_row_txtWrap_txt2 {
    font-size: 3.2vw;
  }
}
.secWpeel__featureBlk_box {
  padding: 2.5rem 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_box {
    width: calc(100% - 5.3333333333vw);
    padding: 4.2666666667vw 0;
    margin: 0 auto 0;
  }
}
.secWpeel__featureBlk_box_inner {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_box_inner {
    max-width: 133.3333333333vw;
  }
}
.secWpeel__featureBlk_box_txt {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_box_txt {
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.secWpeel__featureBlk_box_img {
  width: 100%;
  max-width: 366px;
  padding-left: 4.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .secWpeel__featureBlk_box_img {
    max-width: 73.3333333333vw;
    padding-left: 15.4666666667vw;
  }
}
.secWpeel__pointBlk .pointBox {
  width: 100%;
  padding: 3rem 0 3.625rem;
  margin-bottom: 4.375rem;
  border: 1px solid #3e3a39;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox {
    width: calc(100% - 4vw);
    padding: 9.8vw 0 4.2666666667vw;
    margin: 0 auto 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.secWpeel__pointBlk .pointBox--2 {
  padding: 3rem 1.88rem 3rem 1.88rem;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox--2 {
    padding: 3rem 0.9375rem 3rem 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox--2 {
    padding: 9.8vw 4vw 4.8vw;
    margin-bottom: 25.6vw;
  }
}
.secWpeel__pointBlk .pointBox__ttl {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__ttl {
    margin-bottom: 12.2666666667vw;
    grid-gap: 8vw;
  }
}
/*.secWpeel__pointBlk .pointBox__ttl::after {
  content: "";
  width: 1.6875rem;
  height: 2px;
  background-color: #ff4438;
  display: block;
}*/
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__ttl::after {
    width: 7.2vw;
  }
}
.secWpeel__pointBlk .pointBox__ttl img {
  width: auto;
  height: 2.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__ttl img {
    height: 7.4666666667vw;
  }
}
.secWpeel__pointBlk .pointBox__txt1 {
  margin-bottom: 1.375rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__txt1 {
    margin-bottom: 4vw;
    font-size: 5.6vw;
    line-height: 1.619;
  }
}
.secWpeel__pointBlk .pointBox__txt1 sup {
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__txt1 sup {
    font-size: 2.6666666667vw;
  }
}
.secWpeel__pointBlk .pointBox__txt1 small {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__txt1 small {
    font-size: 4.5333333333vw;
  }
}
.secWpeel__pointBlk .pointBox__txt2 {
  margin-bottom: 2.625rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.42;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__txt2 {
    margin-bottom: 5.8666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.64;
  }
}
.secWpeel__pointBlk .pointBox__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.secWpeel__pointBlk .pointBox__row--2 {
  display: flex;
  align-items: center;
  grid-gap: 1.4375rem;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row--2 {
    grid-gap: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row--2 {
    flex-direction: column;
    grid-gap: 0;
  }
}
.secWpeel__pointBlk .pointBox__row_blk {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.secWpeel__pointBlk .pointBox__row_blk:not(:last-child) {
  border-right: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_blk:not(:last-child) {
    margin-bottom: 13.3333333333vw;
    border-right: 0;
  }
}
.secWpeel__pointBlk .pointBox__row_blk_ttl {
  padding: 0.3em 0;
  margin: 0 auto 0.875rem;
  border-top: 0px solid #ff4438;
  border-bottom: 0px solid #ff4438;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_blk_ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_blk_ttl {
    width: 80vw;
    padding: 0.25em 0;
    margin: 0 auto 2.9333333333vw;
    font-size: 4.4vw;
  }
}
.secWpeel__pointBlk .pointBox__row_blk_ttl sup {
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_blk_ttl sup {
    font-size: 2.6666666667vw;
  }
}
.secWpeel__pointBlk .pointBox__row_items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.secWpeel__pointBlk .pointBox__row_items_wrap {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_wrap {
    padding-top: 4.2666666667vw;
    grid-gap: 4vw;
  }
}
.secWpeel__pointBlk .pointBox__row_items_wrap--col2 {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_wrap--col2 {
    padding-top: 0;
  }
}
.secWpeel__pointBlk .pointBox__row_items_ttl {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.secWpeel__pointBlk .pointBox__row_items_ttl sup {
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_ttl sup {
    font-size: 2.6666666667vw;
  }
}
.secWpeel__pointBlk .pointBox__row_items_img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_items_img {
    width: calc(100% - 20px);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_img {
    width: calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.secWpeel__pointBlk .pointBox__row_items_img--wide {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_img--wide {
    width: calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.secWpeel__pointBlk .pointBox__row_items_txt {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_items_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_items_txt {
    font-size: 3.7333333333vw;
    line-height: 1.64;
  }
}
.secWpeel__pointBlk .pointBox__row_note {
  width: calc(100% - 20px);
  max-width: 837px;
  margin: 0.625rem auto 0;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_note {
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_note {
    max-width: 70.4vw;
    margin: 0 auto;
    font-size: 2.1333333333vw;
    line-height: 1.325;
  }
}
.secWpeel__pointBlk .pointBox__row_txtWrap {
  width: 100%;
  /*padding-left: 1.625rem;*/
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap {
    display: contents;
  }
}
.secWpeel__pointBlk .pointBox__row_txtWrap_ttl {
  margin-bottom: 0.75rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap_ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap_ttl {
    margin-bottom: 0;
    font-size: 5.6vw;
    line-height: 1.619;
    text-align: center;
  }
}
.secWpeel__pointBlk .pointBox__row_txtWrap_ttl sup {
  font-size: 0.625rem;
  font-weight: 700;
  top: -1.2em;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap_ttl sup {
    font-size: 2.6666666667vw;
  }
}
.secWpeel__pointBlk .pointBox__row_txtWrap_txt {
  width: 100%;
  max-width: 370px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap_txt {
    max-width: 98.6666666667vw;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.64;
    text-align: center;
  }
}
.secWpeel__pointBlk .pointBox__row_txtWrap_note {
  width: 100%;
  margin: 1.125rem auto 0;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_txtWrap_note {
    width: 100%;
    padding: 0 2.1333333333vw;
    margin: 2.6666666667vw 0 0;
    font-size: 2.1333333333vw;
    line-height: 1.32;
    order: 2;
  }
}
.secWpeel__pointBlk .pointBox__row_imgWrap {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .secWpeel__pointBlk .pointBox__row_imgWrap {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox__row_imgWrap {
    width: 100%;
    max-width: 100vw;
    margin: 5.8666666667vw 0 0;
    order: 1;
  }
}
.secWpeel__pointBlk_cycle {
  width: 100%;
  max-width: 685px;
  margin: 12.5rem auto 13.4375rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk_cycle {
    width: 98%;
    max-width: 182.6666666667vw;
    /*padding-left: 1.3333333333vw;*/
    margin: 29.3333333333vw auto 40.5333333333vw;
  }
}
.secWpeel__pointBlk_productWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secWpeel__pointBlk_productWrap_ttl {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk_productWrap_ttl {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.secWpeel__pointBlk_productWrap_ttl .label {
  padding: 0 0.8em 0.1em 1em;
  margin-bottom: 0.619em;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk_productWrap_ttl .label {
    font-size: 4vw;
  }
}
.secWpeel__pointBlk_productWrap_ttl strong {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk_productWrap_ttl strong {
    font-size: 9.0666666667vw;
  }
}
.secWpeel__pointBlk_productWrap_img {
  width: 100%;
  max-width: 168px;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk_productWrap_img {
    max-width: 38.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.secNew_btn {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .secNew_btn {
    padding: 12.2666666667vw 0 26.6666666667vw;
  }
}
.secNew_btn__list_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
  background-color: #f4cccc;
}
.secNew_btn2__list_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
  background: #dde8d8;
}
.secNew_btn__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .secNew_btn__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.secNew {
  padding: 8.25rem 0 12.5rem;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .secNew {
    padding: 12.2666666667vw 0 26.6666666667vw;
  }
}
.secNew__ttl {
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .secNew__ttl {
    margin-bottom: 16vw;
    font-size: 8vw;
    grid-gap: 4.8vw;
  }
}
.secNew__ttl::after {
  content: "";
  width: 9.1875rem;
  height: 2px;
  background-color: #ff4438;
  display: block;
}
@media screen and (max-width: 767px) {
  .secNew__ttl::after {
    width: 33.0666666667vw;
  }
}
.secNew__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .secNew__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40vw;
  }
}
.secNew__list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secNew__list_item_ttl {
  margin-bottom: 1.8125rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secNew__list_item_ttl {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
.secNew__list_item_ttl .label {
  padding: 0 0.8em 0.1em 1em;
  margin-bottom: 0.1em;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secNew__list_item_ttl .label {
    padding: 0 0.5em 0.1em 0.5em;
    font-size: 4vw;
  }
}
.secNew__list_item_ttl strong {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .secNew__list_item_ttl strong {
    font-size: 9.0666666667vw;
    line-height: 1.5;
  }
}
.secNew__list_item_img {
  width: 100%;
  max-width: 186px;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .secNew__list_item_img {
    max-width: 38.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.secNew__list_item_txt {
  margin-bottom: 2.1875rem;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secNew__list_item_txt {
    margin-bottom: 3.7333333333vw;
    font-size: 4vw;
  }
}

.secOther {
  padding: 7.75rem 0 12.5rem;
  background-color: #fffcf7;
}
@media screen and (max-width: 767px) {
  .secOther {
    padding: 11.7333333333vw 0 28vw;
  }
}
.secOther__inner {
  max-width: 1050px;
}
.secOther__ttl {
  margin-bottom: 5.625rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .secOther__ttl {
    margin-bottom: 26.6666666667vw;
    font-size: 8vw;
    grid-gap: 4.8vw;
  }
}
.secOther__ttl::after {
  content: "";
  width: 9.1875rem;
  height: 2px;
  background-color: #ff4438;
  display: block;
}
@media screen and (max-width: 767px) {
  .secOther__ttl::after {
    width: 33.0666666667vw;
  }
}
.secOther__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .secOther__list {
    grid-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .secOther__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 41.3333333333vw;
  }
}
.secOther__list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  grid-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .secOther__list_item {
    grid-template-rows: auto;
    grid-row: span 1;
    grid-gap: 3.2vw;
  }
}
.secOther__list_item_label {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secOther__list_item_label {
    margin-bottom: 4vw;
  }
}
.secOther__list_item_label span {
  width: 11.25rem;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secOther__list_item_label span {
    width: 48vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.secOther__list_item_label span.bg01 {
  background-color: #b7c2b2;
}
.secOther__list_item_label span.bg02 {
  background-color: #007837;
}
.secOther__list_item_label span.bg03 {
  background-color: #fdce30;
}
.secOther__list_item_img {
  width: 100%;
  max-width: 73px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .secOther__list_item_img {
    max-width: 19.4666666667vw;
  }
}
.secOther__list_item_ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secOther__list_item_ttl {
    font-size: 5.3333333333vw;
  }
}
.secOther__list_item_txt {
  width: 100%;
  max-width: 248px;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .secOther__list_item_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .secOther__list_item_txt {
    max-width: 86.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.secOther__list_item_note {
  width: 100%;

  max-width: 250px;
  margin: 0 auto;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .secOther__list_item_note {
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .secOther__list_item_note {
    max-width: 86.9333333333vw;
    font-size: 2.1333333333vw;
  }
}

.secPurchase {
  padding: 8.75rem 0;
  background-color: #fbfbfa;
}
@media screen and (max-width: 767px) {
  .secPurchase {
    padding: 12.8vw 0;
  }
}
.secPurchase__ttl {
  margin-bottom: 1.4375rem;
  font-size: 3.0625rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__ttl {
    margin-bottom: 5.6vw;
    font-size: 9.6vw;
  }
}
.secPurchase__ttl img {
  width: 5.32em;
  display: inline-block;
}
.secPurchase__txt {
  margin-bottom: 7.625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.01;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__txt {
    margin-bottom: 32.5333333333vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.secPurchase__txt small {
  margin-top: 0.4375rem;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
  display: block;
}
@media screen and (max-width: 767px) {
  .secPurchase__txt small {
    margin-top: 3.2vw;
    font-size: 2.1333333333vw;
    line-height: 2;
  }
}
.secPurchase__firstBlk {
  width: calc(100% - 70px);
  max-width: 1000px;
  padding: 0 0 3.75rem;
  margin: 0 auto 10.3125rem;
  border: 1px solid #3e3a39;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk {
    width: calc(100% - 18.6666666667vw);
    padding: 0 0 9.6vw;
    margin: 0 auto 33.6vw;
    border-radius: 2.6666666667vw;
  }
}
.secPurchase__firstBlk_inner {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_inner {
    max-width: 1000px;
  }
}
.secPurchase__firstBlk_ttl {
  margin: -2.25rem 0 3.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_ttl {
    margin: -9.6vw 0 5.8666666667vw;
    font-size: 6.2666666667vw;
  }
}
.secPurchase__firstBlk_ttl span {
  padding: 0.5em 0.8em;
  background-color: #fbfbfa;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_ttl span {
    padding: 0.5em;
  }
}
.secPurchase__firstBlk_ttl small {
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_ttl small {
    font-size: 4.2666666667vw;
  }
}
.secPurchase__firstBlk_txt {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_txt {
    font-size: 3.4666666667vw;
    line-height: 1.582;
    text-align: center;
  }
}
.secPurchase__firstBlk_txt .label {
  width: 100%;
  max-width: 526px;
  margin: 0 auto 1rem;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_txt .label {
    padding: 0.5333333333vw 0;
    margin: 0;
    font-size: 3.4666666667vw;
    line-height: 2;
    display: inline;
  }
}
.secPurchase__firstBlk_txt strong {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.21;
}
@media screen and (max-width: 1023px) {
  .secPurchase__firstBlk_txt strong {
    font-size: 1.46875rem;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_txt strong {
    margin: 4.2666666667vw auto 0;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
}
.secPurchase__firstBlk_img {
  width: 100%;
  max-width: 680px;
  margin: 2rem auto 1.625rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_img {
    max-width: 65.0666666667vw;
    margin: 6.6666666667vw auto 6.9333333333vw;
  }
}
.secPurchase__firstBlk_price {
  margin: 1.25rem 0 4.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.890625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_price {
    margin: 3.4666666667vw 0 10.6666666667vw;
    font-size: 5.0666666667vw;
    line-height: 8.0666666667vw;
  }
}
.secPurchase__firstBlk_price em {
  font-size: 1.375rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_price em {
    font-size: 6.6666666667vw;
  }
}
.secPurchase__firstBlk_price strong {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_price strong {
    font-size: 9.0666666667vw;
  }
}
.secPurchase__firstBlk_btnList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .secPurchase__firstBlk_btnList {
    grid-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_btnList {
    width: calc(100% - 8vw);
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8vw;
  }
}
.secPurchase__firstBlk_btn {
  padding: 0.9375rem;
  border-radius: 1.5625rem;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.39;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .secPurchase__firstBlk_btn {
    padding: 3.7333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
}
.secPurchase__repeatBlk {
  width: calc(100% - 70px);
  max-width: 1000px;
  padding: 0 0 9.375rem;
  margin: 0 auto 9.375rem;
  border: 1px solid #3e3a39;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk {
    width: calc(100% - 14.6666666667vw);
    padding: 0 0 20.2666666667vw;
    margin: 0 auto 14.4vw;
    border-radius: 2.6666666667vw;
  }
}
.secPurchase__repeatBlk_inner {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_inner {
    width: 100%;
    max-width: 1000px;
  }
}
.secPurchase__repeatBlk_setWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.secPurchase__repeatBlk_setWrap:not(:last-child) {
  padding-bottom: 6.25rem;
  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_setWrap:not(:last-child) {
    padding-bottom: 22.6666666667vw;
    margin-bottom: 16.5333333333vw;
  }
}
.secPurchase__repeatBlk_setWrap:not(:last-child)::after {
  content: "";
  width: 28.4375rem;
  height: 1px;
  background-color: #dcdddd;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_setWrap:not(:last-child)::after {
    width: 53.3333333333vw;
  }
}
.secPurchase__repeatBlk_ttl {
  margin: -1.875rem 0 5.625rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_ttl {
    margin: -6.6666666667vw 0 13.8666666667vw;
    font-size: 6.2666666667vw;
  }
}
.secPurchase__repeatBlk_ttl span {
  padding: 0.5em 2em;
  background-color: #fbfbfa;
  display: inline-block;
}
.secPurchase__repeatBlk_txt {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_txt {
    font-size: 3.4666666667vw;
    line-height: 1.582;
    text-align: center;
  }
}
.secPurchase__repeatBlk_txt .label {
  width: 100%;
  max-width: 526px;
  margin: 0 auto 1rem;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_txt .label {
    padding: 0.5333333333vw 0;
    margin: 0;
    font-size: 3.4666666667vw;
    line-height: 2;
    display: inline;
  }
}
.secPurchase__repeatBlk_txt strong {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.21;
}
@media screen and (max-width: 1023px) {
  .secPurchase__repeatBlk_txt strong {
    font-size: 1.46875rem;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_txt strong {
    margin: 4.2666666667vw auto 3.7333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    display: block;
  }
  .secPurchase__repeatBlk_txt strong.mb0 {
    margin-bottom: -1.8666666667vw;
  }
}
.secPurchase__repeatBlk_txt small {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.75;
  display: block;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_txt small {
    margin-top: 1.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
.secPurchase__repeatBlk_img {
  width: auto;
  height: 30.6875rem;
  margin: 2rem auto 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_img {
    height: 60vw;
    margin: 0 auto 6.4vw;
  }
}
.secPurchase__repeatBlk_img img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}
.secPurchase__repeatBlk_img .discountBadge {
  width: 4.6875rem;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_img .discountBadge {
    width: 14.6666666667vw;
  }
}
.secPurchase__repeatBlk_img .discountBadge--1 {
  top: -1.875rem;
  right: -3.75rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_img .discountBadge--1 {
    top: -8vw;
    right: 2.6666666667vw;
  }
}
.secPurchase__repeatBlk_img .discountBadge--2 {
  top: -0.625rem;
  right: -1.875rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_img .discountBadge--2 {
    top: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.secPurchase__repeatBlk_price {
  margin: 0.9375rem 0 1.875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.890625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_price {
    margin: 3.4666666667vw 0 3.4666666667vw;
    font-size: 5.0666666667vw;
    line-height: 8.0666666667vw;
  }
}
.secPurchase__repeatBlk_price em {
  font-size: 1.375rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_price em {
    font-size: 6.6666666667vw;
  }
}
.secPurchase__repeatBlk_price strong {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_price strong {
    font-size: 9.0666666667vw;
  }
}
.secPurchase__repeatBlk_price small {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_price small {
    font-size: 2.5066666667vw;
    letter-spacing: 0.1em;
    line-height: 2;
    display: block;
  }
}
.secPurchase__repeatBlk_price .default {
  color: #727171;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .secPurchase__repeatBlk_price .default {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.secPurchase__repeatBlk_price .default strong {
  font-size: 150%;
}
.secPurchase__repeatBlk_btn {
  line-height: 1.2;
}
.secPurchase__featureBlk_list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 4.375rem 0;
}
@media screen and (max-width: 1023px) {
  .secPurchase__featureBlk_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__featureBlk_list {
    max-width: 80vw;
    margin: 0 auto;
    grid-gap: 14.6666666667vw;
  }
}
.secPurchase__featureBlk_listItem {
  width: 33.3333333333%;
  color: #6f6e6e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secPurchase__featureBlk_listItem:nth-child(1) {
  margin-left: 0.625rem;
}
.secPurchase__featureBlk_listItem:nth-child(2) {
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .secPurchase__featureBlk_listItem {
    width: 33.3333333333%;
  }
  .secPurchase__featureBlk_listItem:nth-child(1) {
    margin-right: 0.625rem;
  }
  .secPurchase__featureBlk_listItem:nth-child(2) {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__featureBlk_listItem {
    width: 100%;
  }
  .secPurchase__featureBlk_listItem:nth-child(1), .secPurchase__featureBlk_listItem:nth-child(2) {
    margin: 0;
  }
}
.secPurchase__featureBlk_listItem_img {
  width: 4.1875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .secPurchase__featureBlk_listItem_img {
    width: 17.3333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
.secPurchase__featureBlk_listItem_ttl {
  min-height: 2.6em;
  margin-bottom: 0.3125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secPurchase__featureBlk_listItem_ttl {
    min-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__featureBlk_listItem_ttl {
    margin-bottom: 1.3333333333vw;
  }
}
.secPurchase__featureBlk_listItem_txt {
  margin-bottom: 0.625rem;
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secPurchase__featureBlk_listItem_txt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .secPurchase__featureBlk_listItem_txt {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
/* ---------------- component merge ---------------- */
.l-component {
  background: #fff;
  padding: 90px 0;
}
.component-ttl {
  color: #00235e;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2em;
}
.component-ttl > strong {
  font-size: 110%;
  font-weight: 700;
}
.component-item-ttl {
  text-align: center;
  margin-bottom: 2em;
}
.component-item-ttl > span {
  border-bottom: dotted 4px #484848;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
}
.component-img {
  display: block;
  margin: 0 auto;
  max-width: 580px;
}
.component-item .note,
.three-item .note {
  margin: 3em auto 0;
  max-width: 660px;
  font-size: 10px;
}
.three-item {
  padding-top: 90px;
}
.three-item .note,
.l-worries .note {
  margin: 3em auto 0;
  max-width: 660px;
}
.three-item-ttl {
  font-size: 2.8rem;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 2em;
}
.three-item-ttl .italic {
  display: inline-block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 175%;
  font-weight: normal;
  font-style: italic;
  padding-right: 0.15em;
  vertical-align: -4%;
}
.three-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
.three-list img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.three-list .three-list-txt {
  color: #000;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
  padding: 0.3em;
  margin-top: 1.4em;
}
/*.three-list .item-01 .three-list-txt {
  background: #aebbaf;
}
.three-list .item-02 .three-list-txt {
  background: #03793e;
}
.three-list .item-03 .three-list-txt {
  background: #ffc843;
}*/
@media screen and (max-width: 1024px) {
  .component-ttl {
    font-size: 2.8rem;
  }
  .component-img {
    max-width: 480px;
  }
  .three-item-ttl {
    font-size: 2.6rem;
  }
  .three-list img {
    max-width: 120px;
  }
  .three-list .three-list-txt {
    font-size: 1.6rem;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  .l-component {
    padding: 50px 0;
  }
  .component-ttl {
    font-size: 3.8vw;
    letter-spacing: 0;
  }
  .component-item-ttl {
    margin-bottom: 1.4em;
  }
  .component-item-ttl > span {
    border-bottom: dotted 2px #484848;
    font-size: 3.6vw;
  }
  .component-img {
    max-width: 80vw;
  }
  .component-item .note {
    max-width: 84vw;
    margin-top: 2em;
  }
  .three-item {
    padding-top: 50px;
  }
  .three-item-ttl {
    font-size: 3.6vw;
    line-height: 1.25;
  }
  .three-list {
    gap: 4%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .three-list li{
    margin-top: 10px;
  }
  .three-list img {
    max-width: 25vw;
  }
  .three-list .three-list-txt {
    font-size: 2.8vw;
    letter-spacing: 0;
    padding: 0.5em 0.6em;
  }
  .three-item .note,
  .l-worries .note {
    margin-top: 2em;
    max-width: 84vw;
  }
}
/* ---------------- component merge ---------------- */
.lp .lp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s all;
}
@media screen and (min-width: 769px) {
  .lp .lp-modal {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lp .lp-modal {
    padding: 5.1282051282vmin;
  }
}
.lp .lp-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  z-index: 200;
}
.lp .lp-modal .more-info {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .lp .lp-modal .more-info .p-faq {
    width: 70%;
  }
}
.lp .lp-modal__inner {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .lp .lp-modal__inner {
    max-width: 1550px;
    min-height: 200vh;
    margin: 0 auto;
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lp .lp-modal__inner {
    padding: 15.3846153846vmin 5.1282051282vmin;
  }
}
.lp .lp-modal__close {
  position: absolute;
  display: block;
  appearance: none;
  background: none;
  border: 0;
}
@media screen and (min-width: 769px) {
  .lp .lp-modal__close {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp .lp-modal__close {
    top: 3.8461538462vmin;
    right: 3.8461538462vmin;
    width: 7.6923076923vmin;
    height: 7.6923076923vmin;
  }
}
.lp .lp-modal__close::before, .lp .lp-modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #000;
}
.lp .lp-modal__close::before {
  transform: rotate(45deg);
}
.lp .lp-modal__close::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew {
    padding: 5.1282051282vmin 0 0;
  }
}
.lp .howItWorksNew__head {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__head {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__head {
    margin-bottom: 12.8205128205vmin;
    padding-bottom: 5.1282051282vmin;
    font-size: 5.641025641vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents {
    margin-bottom: 15.3846153846vmin;
  }
}
.lp .howItWorksNew__contents__head {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents__head {
    height: 80px;
    border-radius: 80px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents__head {
    padding: 2.5641025641vmin;
    border-radius: 6.4102564103vmin;
    font-size: 4.1025641026vmin;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1 {
    margin-top: 10.2564102564vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__txt {
    width: 47.6821192053%;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__txt {
    margin-bottom: 10.2564102564vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__txt .head {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__txt .head {
    margin-bottom: 7.6923076923vmin;
    font-size: 4.6153846154vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__txt .txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__txt .txt {
    margin-bottom: 10.2564102564vmin;
    font-size: 3.5897435897vmin;
  }
}
.lp .howItWorksNew__contents1__txt .box {
  background-color: #E9E5DB;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__txt .box {
    display: flex;
    margin-top: 24px;
    padding: 24px 28px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__txt .box {
    margin-top: 5.1282051282vmin;
    padding: 6.1538461538vmin 5.1282051282vmin;
    border-radius: 7.6923076923vmin;
    font-size: 3.5897435897vmin;
  }
}
.lp .howItWorksNew__contents1__txt .box dt {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__txt .box dt {
    width: 120px;
  }
}
.lp .howItWorksNew__contents1__txt .box dd {
  flex: 1;
}
.lp .howItWorksNew__contents1__txt .notes {
  margin-top: 2em;
  font-size: 0.7em;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__img {
    width: 43.9072847682%;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__img .material {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__img .material {
    margin-top: 2.5641025641vmin;
    font-size: 0;
    letter-spacing: -0.025em;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__img .material dl {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__img .material dl {
    display: inline;
    font-size: 2.8205128205vmin;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__img .material dl dt {
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
.lp .howItWorksNew__contents1__img .material dl dd {
  background-color: #E9E5DB;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__img .material dl dd {
    margin-right: 8px;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__img .material dl dd {
    display: inline-block;
    margin-right: 1.2820512821vmin;
    margin-bottom: 1.5384615385vmin;
    padding: 0.7692307692vmin 1.2820512821vmin;
  }
}
.lp .howItWorksNew__contents1__img .material a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents1__img .material a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents1__img .material a {
    font-size: 2.8205128205vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents2 {
    display: flex;
    margin: -1px -1px 0;
    padding-left: 1px;
  }
}
.lp .howItWorksNew__contents2__item {
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents2__item {
    width: 33.33333%;
    padding: 40px 30px 50px;
    border-radius: 80px;
  }
  .lp .howItWorksNew__contents2__item + .howItWorksNew__contents2__item {
    margin-left: -1px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents2__item {
    margin-top: -1px;
    padding: 8.7179487179vmin 5.1282051282vmin;
    border-radius: 6.4102564103vmin;
  }
}
.lp .howItWorksNew__contents2__item .img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents2__item .img {
    width: 170px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents2__item .img {
    width: 38.4615384615vmin;
    margin-bottom: 5.1282051282vmin;
  }
}
.lp .howItWorksNew__contents2__item .name {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents2__item .name {
    margin-bottom: 18px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents2__item .name {
    margin-bottom: 6.1538461538vmin;
    font-size: 5.8974358974vmin;
  }
}
.lp .howItWorksNew__contents2__item .list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents2__item .list {
    flex-wrap: wrap;
  }
}
.lp .howItWorksNew__contents2__item .list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents2__item .list__item {
    height: 28px;
    margin: 0 5px 24px;
    padding: 0 12px;
    border-radius: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents2__item .list__item {
    height: 5.8974358974vmin;
    margin: 0 0 6.6666666667vmin;
    padding: 0 2.0512820513vmin;
    border-radius: 5.8974358974vmin;
    font-size: 2.8205128205vmin;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents2__item .txt {
    font-size: 3.5897435897vmin;
  }
}
.lp .howItWorksNew__contents3 {
  margin-top: -1px;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents3 {
    display: flex;
    justify-content: space-between;
    padding: 80px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents3 {
    padding: 8.7179487179vmin 5.1282051282vmin;
    border-radius: 6.4102564103vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents3__txt {
    width: 41.4634146341%;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents3__txt {
    margin-bottom: 9.7435897436vmin;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents3__txt .txt {
    font-size: 3.5897435897vmin;
  }
}
.lp .howItWorksNew__contents3__txt .notes {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents3__txt .notes {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents3__txt .notes {
    font-size: 3.0769230769vmin;
  }
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents3__img {
    width: 52.4390243902%;
  }
}
.lp .howItWorksNew__contents4 {
  margin-top: -1px;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .lp .howItWorksNew__contents4 {
    padding: 80px 40px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp .howItWorksNew__contents4 {
    padding: 8.7179487179vmin 5.1282051282vmin;
    border-radius: 6.4102564103vmin;
  }
  .lp .howItWorksNew__contents4__img {
    margin: 0 -5.1282051282vmin -8.7179487179vmin;
  }
}
.lp .howItWorksNew__contents4 .txt {
  max-width: 800px;
  margin: 0 auto 50px;
}
.lp .howItWorksNew__contents4 .txt .notes {
  font-size: 0.7em;
}
.lp .howItWorksNew__contents4 .box {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 24px 28px;
  border-radius: 24px;
  background-color: #E9E5DB;
}

@media screen and (min-width: 1025px) {
  .howItWorksNew__contents4 .col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 50px;
  }

  .howItWorksNew__contents4 .col .txt,
  .howItWorksNew__contents4 .col .box {
    width: 45%;
    margin: 0;
  }
}

.lp .p-faq-inner {
  font-size: 14px;
  line-height: 1.75;
}
.lp .p-faq-inner ul {
  margin-top: 0.5em;
  padding-left: 2em;
}
.lp .p-faq-inner ul li {
  list-style: disc;
}
.lp .p-faq__inner__list__item__answer .item-info3 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp .p-faq__inner__list__item__answer .item-info3 .list li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lp .p-faq__inner__list__item__answer .item-info3 .list li {
    width: 25%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp .p-faq__inner__list__item__answer .item-info3 .list li {
    width: 50%;
    margin-top: 30px;
  }
}
.lp .p-faq__inner__list__item__answer .item-info3 .list li .icn {
  width: 30px;
  margin: 0 auto 10px;
}
.is-fixed {
  height: 100vh;
  overflow: hidden;
}
.detail{
  font-size: .9em;
  display: block;
  border-radius: 35px;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  padding: 4px 3px;
}
.inner,
.inner.is-m,
.inner.is-s {
  position: relative;
  padding: 0;
  width: 90%;
  text-align: center;
}
.note{
  font-size: 10px;
}
.lead.is-s,
.lead.is-ss {
  font-size: 3.4vw;
}
.about-240201-figure{

}
.sec-ttl{
  background: #e06666ff;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px;
}
.TXTbox {
  width: 80%;
  background: #fff;
  padding: 5% 3%;
  margin-bottom: 3%;
  font-size: 0.9em;
  display: block;
}
.TXTbox span{
  font-weight: bold;
  text-decoration: underline;
  font-size: 1rem;
  margin-top: 5px;
  display: block;
}
@media screen and (min-width: 769px) {
  .TXTbox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .TXTbox {
    width: 90%;
  }
}
.best_cosme {
  width: 100%;
  max-width: 554px;
  padding: 1.125rem 0.625rem 1.4375rem;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .best_cosme {
    width: calc(100% - 5.3333333333vw);
    padding: 2.6666666667vw 2.6666666667vw 4vw;
  }
}
.best_cosme_txt{
  font-size: 1.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .best_cosme_txt {
    font-size: 3.5vw;
  }
}
.best_cosme_img{
  width: 25%;
  margin: 0 5%;
}
.SNS_cp {
  width: 70%;
  border: solid 1px #acbbae;
  padding: 7px 7px;
  font-size: .9em;
  margin: 5% auto 0;
}
@media screen and (min-width: 769px) {
  .SNS_cp {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .SNS_cp {
    width: 100%;
  }
}
.SNS_cp .title {
  text-align: center;
  background: #acbbae;
  color: #fff;
  padding: 3px 7px 2px 11px;
  width: fit-content;
  border-radius: 35px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 769px) {
  .SNS_cp .title {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .SNS_cp .title {
    width: fit-content;
  }
}
.SNS_cp_txt {
  width: 100%;
  font-size: .9em;
  margin: 3% auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .SNS_cp_txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .SNS_cp_txt {
    width: 100%;
  }
}
.SNS_cp ul {
  width: 100%;
  display: flex;
  gap: 2%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: .9em;
  margin: 3% auto;
}
@media screen and (min-width: 769px) {
  .SNS_cp ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .SNS_cp ul {
    width: 100%;
  }
}
.SNS_cp li {
  background: #000;
  color: #fff;
  border-radius: 35px;
  text-align: center;
  padding: 5px 7px 4px 15px;
}
@media screen and (min-width: 769px) {
  .SNS_cp li {
  }
}
@media screen and (max-width: 768px) {
  .SNS_cp li {
  }
}