/*先行キット フォーム上部分テンプレ START*/
body{
  background: #fbfbfa!important;  
}
.sec-ttl{
  background: #e06666ff;
  color: #fff;
}
.try_kit{
  /*padding-top: 20px;*/
  margin-top: -60px;
  max-width: 940px;
  margin: 0 auto 0;
  /*width: 90%;*/
  height: auto;
}
.try_kit h5{
  background-color: #aebbaf;
  padding: 20px 10px;
  color: #fff;
}
.try_term{
  border: solid 1px #aebbae;
  padding: 10px;
  margin-bottom: 20px;
}
.try_txt{
  border-radius: 10px;
  border: solid 5px #ea9999ff;
  padding: 10px;
}
.try_price{
  text-align: center;
  font-weight: bold;
  margin: 3% auto 5%;
}
.try_price span{
  color: #ff4438;
  font-size: 1.5em;
}
.try_txt span{
  font-size: 9px;
}
.try_txt ul{
  margin: 0% auto;
  padding-left: 15px;
  border: solid 1px #ff4438;
  margin-top: 5px;
  border-radius: 10px;
}
/*先行キット フォーム上部分テンプレ END*/
.cv-btn {
  background: #f44140;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size:1.2rem;
  padding: 14px;
  text-align: center;
  margin: 40px auto;
  max-width: 600px;
  width: 100%;
  margin: 5% auto;
}
.cv-btn span{
  font-size: 1.8em;
  margin: 0% auto 5%;
  display: block;
  font-weight: 700;
}
/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

.custom_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90%;
  margin: auto;
}
.custom_product{
  width: calc(70% / 3);
  margin: 2% 5%;
}
.title{
  background: #ff4438;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 40px;
}
/*-------------------------------------*
 * アコーディオン
 *-------------------------------------*/
 .product_check_list {
  display: none;
}
.product_check_list_label {
  background: fff;
  color: #fff;
  display: block;
  margin-bottom: 1px;
}
.product_check_list_contant {
  /* border: 1px solid #333; */
  height: auto;
  /* display: none; */
  /* opacity: 0; */
  padding: 0 0 20px 24px; 
  /* transition: .5s; */
  /* visibility: hidden; */
}
/* .product_check_list:checked + .product_check_list_label + .product_check_list_contant{
    height: auto;
    padding: 10px;
    transition: .5s;
    } */
    .input_variant_sp_ec {
      position: relative;
    }
    .product_name_header_mark {
      position: absolute;
      top: 0;
      left: 0.25rem;
      font-size: 2rem;
      display: none !important;
    }
    .maker_check_list {
      display: none;
    }
    .product_check_list_maker {
  /* visibility: hidden;
  height: 0px; */
  height: auto;
  display: none;
}
.maker_name_header_mark {
  /*font-size: .75rem;*/
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-weight: bold;
  display: block;
  border-bottom: solid 0.25px #999;
  margin-bottom: 20px !important;
}
.maker_header_mark {
  float: left;
  padding: 6px 8px;
  font-size: 9px;
  background: #edefec;
  border-radius: 100px;
  margin-top: 8px !important;
  margin-right: 5px !important;
}


.form_box_label_sp_ec {
  /*margin: 15px 15px 0 !important;*/
}
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 0 !important;
}
/*-------------------------------------*
 * 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】購入ボタンのデザイン */
.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: #fff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

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

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* ---------------- mv ---------------- */
.l-mv,
.mv-main {
  position: relative;
}
.mv-main .note {
  position: absolute;
  bottom: 8px;
  left: 14px;
}
@media screen and (max-width: 1024px) {
  .mv-main .note {
    font-size: 1.1vw;
    bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .mv-copy {
    margin: 0.4em auto 1em;
  }
  .mv-copy .copy-img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .mv-copy .note {
    font-size: 2.8vw;
    text-align: right;
    margin-bottom: 1.5em;
  }
}
/* ---------------- common ---------------- */
html {
  color: #2f2f2f;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 400;
}
body {
  font-size: 1.8rem;
  /*overflow: hidden;*/
}
img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
a {
  color: inherit;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
a[href^='tel:'] {
  cursor: default;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
.font-f02 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
}
.font-c02 {
  color: #ff4240;
}
.inner {
  position: relative;
  padding: 0 20px;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}
.inner.is-m {
  max-width: 1040px;
}
.inner.is-s {
  max-width: 840px;
}
.pd-l {
  padding: 90px 0;
}
.sec-ttl {
  font-size: 3.8rem;
  text-align: center;
}
.lead {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.lead.is-s {
  font-size: 2.2rem;
}
.lead.is-ss {
  font-size: 2rem;
  font-weight: normal;
}
.lead>span {
  font-weight: 700;
}
.note {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
sup {
  font-size: 50%;
  font-weight: bold;
  vertical-align: 46%;
  white-space: nowrap;
}
.txt-c {
  text-align: center !important;
}
.txt-link {
  color: #f44140;
  text-decoration: underline;
}
.list-disc {
  list-style-type: disc;
  text-align: left;
  padding-left: 1.5em;
}
.list-num {
  list-style-type: decimal;
  text-align: left;
  padding-left: 1.5em;
}
.video {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg01 {
  background: #fbfbfa;
}
@media screen and (max-width: 1024px) {
  .sec-ttl {
    font-size: 3.6rem;
  }
  .lead {
    font-size: 2.4rem;
  }
  .lead.is-s {
    font-size: 2rem;
  }
  .note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    letter-spacing: 0.02em;
  }
  body {
    font-size: 3.8vw;
  }
  .inner,
  .inner.is-m,
  .inner.is-s {
    position: relative;
    padding: 0;
    width: 90%;
  }
  .pd-l {
    padding: 50px 0;
  }
  .sec-ttl {
    font-size: 5.2vw;
  }
  .lead {
    font-size: 3.6vw;
  }
  .lead.is-s,
  .lead.is-ss {
    font-size: 3.4vw;
  }
  sup {
    font-size: 100%;
    font-weight: bold;
    vertical-align: 10%;
    transform: scale(0.6);
    display: inline-block;
    letter-spacing: 0;
    position: relative;
    left: -3px;
  }
}
/* break */
.block-m,
.inline-m {
  display: none !important;
}
@media (max-width: 1024px) {
  .hide-m {
    display: none !important;
  }
  .block-m {
    display: block !important;
  }
  .inline-m {
    display: inline !important;
  }
}
.block-ms,
.inline-ms {
  display: none !important;
}
@media (max-width: 767px) {
  .hide-ms {
    display: none !important;
  }
  .block-ms {
    display: block !important;
  }
  .inline-ms {
    display: inline !important;
  }
}
.block-s,
.inline-s {
  display: none !important;
}
@media (max-width: 480px) {
  .hide-s {
    display: none !important;
  }
  .block-s {
    display: block !important;
  }
  .inline-s {
    display: inline !important;
  }
}
/* ---------------- new ---------------- */
.l-new {
  padding: 90px 0;
  text-align: center;
}
.new-sub-ttl {
  background: #aebbaf;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding: 2px 30px 2px 116px;
  position: relative;
  margin-bottom: 1.8em;
}
.new-sub-ttl>span {
  background: #f57f34;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 130%;
  font-weight: 700;
  padding: 6px 20px 4px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.new-ttl {
  font-size: 3.4rem;
  line-height: 1.45;
  margin-bottom: 1.2em;
}
.new-img {
  display: block;
  margin: 0 auto;
  max-width: 611px;
}
@media screen and (max-width: 1024px) {
  .new-ttl {
    font-size: 2.6rem;
  }
  .new-img {
    max-width: 480px;
  }
  .new-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-new {
    padding: 40px 0 50px;
  }
  .new-ttl {
    font-size: 5.6vw;
  }
  .new-sub-ttl {
    font-size: 3vw;
    padding: 0.6vw 3vw 0.6vw 17vw;
  }
  .new-sub-ttl>span {
    padding: 4px 14px;
  }
  .new-img {
    max-width: 76vw;
  }
}

/*-------------------------------------*
 * アコーディオン
 *-------------------------------------*/
.product_check_list {
  display: none;
}
.product_check_list_label {
  background: fff;
  color: #fff;
  display: block;
  margin-bottom: 1px;
}
.product_check_list_contant {
  /* border: 1px solid #333; */
  height: auto;
  /* display: none; */
  padding-left: 24px;
  /* opacity: 0; */
  /* padding: 0 10px; */
  /* transition: .5s; */
  /* visibility: hidden; */
}
/* .product_check_list:checked + .product_check_list_label + .product_check_list_contant{
    height: auto;
    padding: 10px;
    transition: .5s;
    } */
.input_variant_sp_ec {
  position: relative;
}
.product_name_header_mark {
  position: absolute;
  top: 0;
  left: 0.25rem;
  font-size: 2rem;
  display: none !important;
}
.maker_check_list {
  display: none;
}
.product_check_list_maker {
  /* visibility: hidden;
  height: 0px; */
  height: auto;
  display: none;
}
.maker_name_header_mark {
  width: 100%;
  padding: 10px 0 20px;
  color: #000;
  font-weight: bold;
  display: block;
  border-bottom: solid 0.25px #999;
  padding-left: 25px !important;
}
.maker_header_mark {
  /*display: none;*/
  float: left;
  padding: 6px 8px;
  font-size: 10px;
}


@charset "UTF-8";
.product-box img{
  margin-top: -200px;
  width: 300px;
}
.influencer .product-box .txt {
  margin: 5px auto;
  width: 80%;
  text-align: start;
}
@media screen and (max-width: 820px) {
  .product-box img{
    margin-top: -140px;
    width: 250px;
  }
}
/* ---------------- reset ---------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    /*font-size: 100%;*/
    vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
html {
    overflow-y: scroll;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
input,
textarea {
    margin: 0;
    padding: 0;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder {
    color: #888;
}
input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'] {
    -webkit-appearance: none;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption,
th {
    text-align: left;
}
a:focus {
    outline: none;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
/* ---------------- common ---------------- */
html {
    color: #2f2f2f;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 62.5%;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 400;
    scroll-behavior: smooth;
}
body {
    font-size: 1.8rem;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif !important;
}
img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a {
    color: inherit;
    transition: 0.3s;
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
a[href^='tel:'] {
    cursor: default;
    opacity: 1;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}
h1,
h2,
h3,
h4 {
    font-weight: 700;
}
view-coupon .landing_form_label_sp_ec{
  background: #000;
}
strong {
    font-weight: 700;
}
.font-f02 {
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-weight: 700;
}
.font-c02 {
    color: #ff4240;
}
.inner {
    position: relative;
    padding: 0 20px;
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.inner.is-m {
    max-width: 1040px;
}
.inner.is-s {
    max-width: 840px;
}
.pd-l {
    padding: 90px 0;
}
.sec-ttl {
    font-size: 3.8rem;
    text-align: center;
}
.lead {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.lead.is-s {
    font-size: 2.2rem;
}
.lead.is-ss {
    font-size: 2rem;
    font-weight: normal;
}
.lead>span {
    font-weight: 700;
}
.note {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.4;
}
sup {
    font-size: 50%;
    font-weight: bold;
    vertical-align: 46%;
    white-space: nowrap;
}
.txt-c {
    text-align: center !important;
}
.txt-link {
    color: #f44140;
    text-decoration: underline;
}
.list-disc {
    list-style-type: disc;
    text-align: left;
    padding-left: 1.5em;
}
.list-num {
    list-style-type: decimal;
    text-align: left;
    padding-left: 1.5em;
}
.video {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bg01 {
    background: #fbfbfa;
}
@media screen and (max-width: 1024px) {
    .sec-ttl {
        font-size: 3.6rem;
    }
    .lead {
        font-size: 2.4rem;
    }
    .lead.is-s {
        font-size: 2rem;
    }
    .note {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    body,
    html {
        letter-spacing: 0.02em;
    }
    body {
        font-size: 3.8vw;
    }
    .inner,
    .inner.is-m,
    .inner.is-s {
        position: relative;
        padding: 0;
        width: 90%;
    }
    .pd-l {
        padding: 50px 0;
    }
    .sec-ttl {
        font-size: 5.2vw;
    }
    .lead {
        font-size: 3.6vw;
    }
    .lead.is-s,
    .lead.is-ss {
        font-size: 3.4vw;
    }
    sup {
        font-size: 100%;
        font-weight: bold;
        vertical-align: 10%;
        transform: scale(0.6);
        display: inline-block;
        letter-spacing: 0;
        position: relative;
        left: -3px;
    }
}
/* break */
.block-m,
.inline-m {
    display: none !important;
}
@media (max-width: 1024px) {
    .hide-m {
        display: none !important;
    }
    .block-m {
        display: block !important;
    }
    .inline-m {
        display: inline !important;
    }
}
.block-ms,
.inline-ms {
    display: none !important;
}
@media (max-width: 767px) {
    .hide-ms {
        display: none !important;
    }
    .block-ms {
        display: block !important;
    }
    .inline-ms {
        display: inline !important;
    }
}
.block-s,
.inline-s {
    display: none !important;
}
@media (max-width: 480px) {
    .hide-s {
        display: none !important;
    }
    .block-s {
        display: block !important;
    }
    .inline-s {
        display: inline !important;
    }
}
/* ---------------- footer ---------------- */
.l-footer-2 {
    background: #272727;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
}
/* ---------------- mv ---------------- */
.l-mv,
.mv-main {
    position: relative;
}
.mv-main .note {
    position: absolute;
    bottom: 8px;
    left: 14px;
}
@media screen and (max-width: 1024px) {
    .mv-main .note {
        font-size: 1.1vw;
        bottom: 4px;
    }
}
@media screen and (max-width: 767px) {
    .mv-copy {
        margin: 0.4em auto 1em;
    }
    .mv-copy .copy-img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .mv-copy .note {
        font-size: 2.8vw;
        text-align: right;
        margin-bottom: 1.5em;
    }
}
/* ---------------- new ---------------- */
.l-new {
    padding: 90px 0;
    text-align: center;
}
.new-sub-ttl {
    background: #aebbaf;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    padding: 2px 30px 2px 116px;
    position: relative;
    margin-bottom: 1.8em;
}
.new-sub-ttl>span {
    background: #f57f34;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 130%;
    font-weight: 700;
    padding: 6px 20px 4px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.new-ttl {
    font-size: 3.4rem;
    line-height: 1.45;
    margin-bottom: 1.2em;
}
.new-img {
    display: block;
    margin: 0 auto;
    max-width: 611px;
}
@media screen and (max-width: 1024px) {
    .new-ttl {
        font-size: 2.6rem;
    }
    .new-img {
        max-width: 480px;
    }
    .new-ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-new {
        padding: 40px 0 50px;
    }
    .new-ttl {
        font-size: 5.6vw;
    }
    .new-sub-ttl {
        font-size: 3vw;
        padding: 0.6vw 3vw 0.6vw 17vw;
    }
    .new-sub-ttl>span {
        padding: 4px 14px;
    }
    .new-img {
        max-width: 76vw;
    }
}
/* ---------------- cv ---------------- */
.l-cv {
    background: #fffcf7;
    padding: 70px 0 30px;
}
.cv-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    margin-bottom: 1.4em;
}
.cv-ttl .product>img {
    width: 94px;
}
.cv-ttl .txt {
    text-align: center;
}
.cv-ttl .txt strong {
    display: block;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 20px 0 14px;
}
.cv-ttl .txt span {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: normal;
    margin-top: 10px;
}
.cv-ttl .txt img {
    display: block;
    max-width: 376px;
}
.cv-select-ttl {
    text-align: center;
}
.cv-select-ttl>span {
    border-bottom: dotted 4px #8699b0;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
}
.cv-select-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6%;
    margin: 2.4em auto;
}
.cv-select-list img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
}
.cv-btn {
    background: #f44140;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    padding: 14px;
    text-align: center;
    margin: 40px auto;
    max-width: 600px;
    width: 100%;
    margin: 5% auto; 
}
.cv-btn>span {
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .cv-ttl .txt strong {
        display: block;
        font-size: 2rem;
        font-weight: normal;
        margin: 20px 0 14px;
    }
    .cv-ttl .product>img {
        width: 80px;
    }
    .cv-select-ttl>span {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-cv {
        padding: 40px 0 10px;
    }
    .cv-ttl .product>img {
        width: 12vw;
    }
    .cv-ttl .txt strong {
        font-size: 3.6vw;
        margin: 10px 0 8px;
    }
    .cv-ttl .txt span {
        font-size: 3.6vw;
        line-height: 1;
        margin-top: 0;
    }
    .cv-ttl .txt img {
        max-width: 50vw;
    }
    .cv-select-ttl>span {
        border-bottom: dotted 2px #8699b0;
        font-size: 3.6vw;
    }
    .cv-select-list {
        gap: 12%;
        margin: 1.8em auto 1em;
    }
    .cv-select-list img {
        max-width: 8vw;
    }
    .cv-btn {
        font-size: 3vw;
        line-height: 1.3;
        padding: 12px 10px;
        margin: 0 auto;
        max-width: 75vw;
    }
    .cv-btn>span {
        display: block;
        font-size: 2em;
    }
    .cv-bottom .cv-btn {
        margin: 30px auto 0;
    }
}
/* CV botom */
.cv-bottom .cv-select-list {
    gap: 3%;
}
.cv-bottom .cv-select-list li {
    width: 24%;
}
.cv-bottom .cv-btn {
    margin: 30px auto 0;
}
.cv-btn.btn-item-01 {
    background: #aebbaf;
}
.cv-btn.btn-item-02 {
    background: #03793e;
}
.cv-btn.btn-item-03 {
    background: #ffc843;
}
@media screen and (max-width: 767px) {
    .cv-bottom .cv-select-list li {
        width: 28%;
    }
    .cv-bottom .cv-btn {
        font-size: 3.6vw;
    }
}
/* ---------------- worries ---------------- */
.l-worries {
    background: #edeeec;
    padding: 100px 0 80px;
}
.worries-ttl {
    text-align: center;
    margin-bottom: 2em;
}
.worries-ttl>span {
    border: 2px solid #767676;
    border-radius: 100px;
    color: #767676;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    padding: 2px 30px;
}
.worries-img {
    display: block;
    margin: 0 auto;
    max-width: 650px;
}
@media screen and (max-width: 1024px) {
    .worries-ttl>span {
        font-size: 2.2rem;
    }
    .worries-img {
        max-width: 560px;
    }
}
@media screen and (max-width: 767px) {
    .l-worries {
        padding: 45px 0 40px;
    }
    .worries-ttl {
        margin-bottom: 1.2em;
    }
    .worries-ttl>span {
        border: 1px solid #767676;
        font-size: 3.6vw;
        padding: 2px 18px;
    }
    .worries-img {
        max-width: 80vw;
    }
}
/* ---------------- component ---------------- */
.l-component {
    background: #fff;
    padding: 90px 0;
}
.component-ttl {
    color: #00235e;
    font-size: 3rem;
    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 {
    margin: 3em auto 0;
    max-width: 660px;
}
.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: 5%;
}
.three-list img {
    display: block;
    margin: 0 auto;
    max-width: 190px;
}
.three-list .three-list-txt {
    color: #fff;
    font-size: 2rem;
    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%;
    }
    .three-list img {
        max-width: 26vw;
    }
    .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;
    }
}
/* ---------------- gif ---------------- */
.l-gif {
    background: #131011;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
}
.l-gif img {
    display: block;
    width: 390px;
    margin: 0 auto;
    position: relative;
    top: -19%;
}
@media screen and (max-width: 767px) {
    .l-gif {
        height: 130vw;
    }
    .l-gif img {
        width: 100%;
    }
}
/* ---------------- hcca ---------------- */
.l-hcca {
    background: #f5f7fb;
    padding: 90px 0 50px;
}
.hcca-ttl {
    color: #00235e;
    text-align: center;
    margin-bottom: 2em;
}
.hcca-ttl .txt-01 {
    border: 1px solid #00235e;
    border-radius: 100px;
    display: block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 2px 30px;
    margin: 0 auto 0.8em;
    max-width: 440px;
}
.hcca-ttl .txt-02 {
    display: block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 500px;
}
.hcca-ttl .txt-02 strong {
    font-size: 125%;
    background: linear-gradient(transparent 20%, rgb(245 160 197 / 50%) 20%);
    line-height: 1.3;
    padding: 0 0.4em 0.3em;
}
.hcca-ttl .txt-02 .italic {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 200%;
    padding-right: 0.15em;
}
.hcca-ttl .txt-02 .italic ruby {
    font-weight: 500;
    font-style: italic;
    ruby-align: center;
}
.hcca-ttl .txt-02 .italic rt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.hcca-ttl .txt-03 {
    display: block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2rem;
    font-weight: normal;
    font-style: italic;
}
.hcca-item-01-ttl {
    color: #00235e;
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
}
.hcca-item-01-ttl strong {
    font-weight: 700;
}
.hcca-item-01-ttl .size-l {
    display: block;
    font-size: 120%;
}
.hcca-item-01-ttl>span {
    display: block;
    font-size: 65%;
}
.hcca-item-01 img {
    display: block;
    margin: 2em auto 6em;
    max-width: 652px;
}
.hcca-item-02 img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
.l-hcca .note {
    display: block;
    margin: 3em auto 0;
    max-width: 600px;
}
@media screen and (max-width: 1024px) {
    .hcca-ttl .txt-01 {
        max-width: 400px;
    }
    .hcca-ttl .txt-01,
    .hcca-ttl .txt-02,
    .hcca-item-01-ttl {
        font-size: 2.8rem;
    }
    .hcca-ttl .txt-03 {
        font-size: 1.8rem;
    }
    .hcca-item-01 img {
        margin: 2em auto 4em;
        max-width: 500px;
    }
    .hcca-item-02 img {
        max-width: 420px;
    }
}
@media screen and (max-width: 767px) {
    .l-hcca {
        padding: 60px 0 20px;
    }
    .hcca-ttl {
        margin-bottom: 1.4em;
    }
    .hcca-ttl .txt-01 {
        padding: 2px 20px 1px;
        max-width: 54vw;
    }
    .hcca-ttl .txt-01,
    .hcca-ttl .txt-02,
    .hcca-item-01-ttl {
        font-size: 4vw;
    }
    .hcca-ttl .txt-02 .italic rt {
        font-size: 2.8vw;
    }
    .hcca-ttl .txt-03 {
        font-size: 2.8vw;
        letter-spacing: 0.02em;
    }
    .hcca-item-01 img {
        margin: 1.6em auto 3.4em;
        max-width: 80vw;
    }
    .hcca-item-02 img {
        max-width: 80vw;
    }
}
/* ---------------- choose ---------------- */
.l-choose {
    background: #fff;
    padding: 90px 0;
}
.choose-txt {
    border: 2px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 2px 10px;
    margin: 0 auto 1.2em;
    max-width: 280px;
}
.choose-txt .italic {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 140%;
    font-weight: normal;
    font-style: italic;
    padding-right: 0.2em;
}
.choose-ttl {
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.6em;
}
.choose-ttl>strong {
    font-size: 125%;
    font-weight: 700;
}
.choose-block {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
}
.choose-box .choose-box-ttl {
    color: #fff;
    font-size: 2rem;
    padding: 4px;
}
.choose-box-01 .choose-box-ttl {
    background: #aebbaf;
}
.choose-box-02 .choose-box-ttl {
    background: #03793e;
}
.choose-box-03 .choose-box-ttl {
    background: #ffc843;
}
.choose-box .choose-item {
    padding: 2.4em;
    text-align: left;
    min-height: 42em;
}
.choose-box-01 .choose-item {
    background: #eff1ef;
}
.choose-box-02 .choose-item {
    background: #edf5f1;
}
.choose-box-03 .choose-item {
    background: #fff4d9;
}
.choose-block .note {
    display: block;
    margin-top: 1.5em;
}
.choose-item-inner {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}
.choose-item-block {
    min-height: 18em;
}
.choose-item-name {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin: 2.6em 0 1em;
}
.choose-item-name>strong {
    display: block;
    font-size: 300%;
    font-weight: 700;
}
.choose-item-name>span {
    display: block;
    font-size: 130%;
    font-weight: 700;
}
.choose-item-lead {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.8em;
}
.choose-item-txt {
    font-size: 1.4rem;
}
.choose-item-txt+.note {
    margin-top: 1em;
}
.modal-btn {
    background: #fff;
    border: 2px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 6px;
    margin: 2em auto;
    text-align: center;
    text-decoration: none;
    max-width: 180px;
}
@media screen and (max-width: 1024px) {
    .choose-block {
        padding: 0 50px;
        max-width: 800px;
    }
}
@media screen and (max-width: 767px) {
    .l-choose {
        padding: 50px 0 30px;
    }
    .choose-block {
        padding: 0;
    }
    .choose-block .swiper-container>.note {
        display: block;
        margin: 1em auto;
        width: 90%;
    }
    .choose-txt {
        font-size: 3.6vw;
        max-width: 40vw;
    }
    .choose-ttl {
        font-size: 3.8vw;
    }
    .choose-box .choose-box-ttl {
        font-size: 4vw;
    }
    .choose-box .choose-item {
        padding: 1.1em;
        min-height: 44em;
    }
    .choose-item-name {
        font-size: 2.8vw;
        text-align: left;
        margin: 2.2em 0 1.4em;
    }
    .choose-item-name>strong {
        font-size: 250%;
    }
    .choose-item-name>span {
        font-size: 120%;
    }
    .choose-item-lead {
        font-size: 3.7vw;
        text-align: left;
    }
    .choose-item-txt {
        font-size: 3vw;
    }
    .choose-item-block {
        min-height: 22em;
    }
    .modal-btn {
        font-size: 2.8vw;
        padding: 6px;
        max-width: 150px;
    }
}
/* swiper */
.swiper-container {
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    width: 46px;
    height: 46px;
}
.swiper-button-prev:after {
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/slider-arrow.png) no-repeat center/cover;
}
.swiper-button-next:after {
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/slider-arrow.png) no-repeat center/cover;
    transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
    .swiper-button-next {
        right: 4px;
    }
    .swiper-button-prev {
        left: 4px;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        width: 36px;
        height: 36px;
    }
}
/* Modaal */
.modaal-content-container {
    padding: 0;
}
.modaal-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
}
.modal-wrap {
    display: none;
}
.modal-box {
    background: #fff;
    padding: 2.5em;
    margin: 0 auto;
    max-width: 700px;
}
.modal-box .note {
    margin-top: 1em;
}
.modal-box img {
    display: block;
    margin: 2.5em auto;
    max-width: 400px;
}
.modal-box-00 {
    border: 2px solid #aebbaf;
}
.modal-box-01 {
    border: 2px solid #03793e;
}
.modal-box-02 {
    border: 2px solid #ffc843;
}
.modal-box-name {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    padding: 1em;
    margin-bottom: 2.5em;
}
.modal-box-name>strong {
    color: #fff;
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-bottom: 4px;
}
.modal-box-00 .modal-box-name {
    background: #aebbaf;
}
.modal-box-01 .modal-box-name {
    background: #03793e;
}
.modal-box-02 .modal-box-name {
    background: #ffc843;
}
.modal-item-a {
    background: #eff1ef;
    text-align: center;
    padding: 1.8em;
    margin-bottom: 1em;
}
.modal-item-a .ttl {
    background: #aebbaf;
    border-radius: 100px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 2px 10px;
    margin: 0 auto 1em;
    width: 56%;
}
.modal-box-01 .modal-item-a {
    background: #e5f1eb;
}
.modal-box-01 .modal-item-a .ttl {
    background: #03793e;
}
.modal-box-02 .modal-item-a {
    background: #fff4d9;
}
.modal-box-02 .modal-item-a .ttl {
    background: #ffc843;
}
.modal-item-a p {
    text-align: center;
}
.modal-item-a .list {
    margin: 0 auto;
    max-width: 300px;
    text-align: left;
}
.modal-item-b {
    margin: 3em 0;
}
.modal-item-b .ttl {
    border: 1px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 2px;
    margin: 0 auto;
    max-width: 480px;
}
.modal-box-01 .modal-item-b .ttl {
    border: 1px solid #03793e;
    color: #03793e;
}
.modal-item-b .lead-txt {
    font-size: 125%;
    text-align: center;
    margin: 1em auto;
}
.modal-item-c img {
    margin-top: 1em;
}
.modal-item-b .box {
    background: #fff9ec;
    border: 1px solid #03793e;
    border-radius: 30px;
    text-align: center;
    padding: 1.4em 2em;
    margin-bottom: 1.5em;
}
.modal-item-b .box-ttl {
    border-bottom: 1px solid #03793e;
    color: #03793e;
    font-size: 125%;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 1em;
}
.modal-item-b .box-ttl>span {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 200%;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    padding-right: 0.3em;
    vertical-align: -5%;
}
.modal-item-b .box img {
    margin: 0 auto;
}
.modal-item-c .ttl {
    color: #9f925d;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.modal-item-d {
    background: #fff9ec;
    text-align: center;
    padding: 2em;
}
.modal-item-d .ttl {
    color: #03793e;
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
.modal-item-d .num-ttl {
    font-size: 110%;
    font-weight: 700;
    margin: 1em 0 0.2em;
    text-align: center;
}
.modal-item-d p {
    font-size: 90%;
}
.modal-item-e {
    margin: 3em 0 2em;
}
.modal-item-e img {
    margin: 2em auto;
    max-width: 500px;
}
.modal-item-e .txt-num {
    margin-bottom: 2em;
}
.modal-item-e .txt-num p {
    font-size: 90%;
    margin: 8px 0;
}
.modal-item-e .txt-num strong {
    background: #ffc843;
    display: inline-block;
    font-size: 110%;
    font-weight: 700;
    margin-right: 0.6em;
    line-height: 1.2;
    padding: 6px 10px;
}
.modal-item-e .txt-num strong+span {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .modal-box {
        padding: 2.5em 1.5em;
        max-width: 100%;
    }
    .modal-box-name {
        font-size: 2.8vw;
        padding: 0.8em;
    }
    .modal-item-a .ttl {
        font-size: 3.4vw;
        width: 70%;
    }
    .modal-item-a {
        padding: 1.4em;
        margin-bottom: 1.5em;
    }
    .modal-box p,
    .modal-item-a p {
        font-size: 3vw;
    }
    .modal-item-a .list {
        max-width: 74%;
    }
    .modal-item-b .ttl {
        font-size: 3.2vw;
    }
    .modal-item-c .ttl {
        font-size: 4.4vw;
    }
    .modal-item-b .box {
        padding: 1.2em;
    }
    .modal-item-b .box-ttl {
        font-size: 3.4vw;
    }

    .modal-item-b .box img {
        width: 90%;
    }
    .modal-item-d {
        padding: 1.6em;
    }
    .modal-item-d .ttl {
        font-size: 4.2vw;
    }
    .modal-item-d .num-ttl {
        font-size: 3.4vw;
        margin: 1.3em 0 0.1em;
    }
    .modal-item-e .txt-num {
        font-size: 3.2vw;
    }
}
/* modaal close */
.close-modaal {
    background: #fff;
    border: 2px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    display: block;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 700;
    padding: 6px;
    margin: 2em auto;
    text-align: center;
    text-decoration: none;
    width: 140px;
}
.modaal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 28px;
    height: 28px;
}
.modaal-close:focus,
.modaal-close:hover {
    background: none;
}
.modaal-close:after,
.modaal-close:before {
    top: 0;
    left: 14px;
    width: 2px;
    height: 28px;
    background: #2f2f2f;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}
@media screen and (max-width: 767px) {
    .close-modaal {
        font-size: 3vw;
        width: 100px;
    }
    .modaal-close {
        top: 6px;
        right: 8px;
    }
}
/* ---------------- feature ---------------- */
.l-feature-02 {
    background: #edeeec;
    padding: 90px 0 70px;
}
.l-feature-02 .feature-ttl {
    margin: 0 auto 3em;
    max-width: 389px;
}
.l-feature-02 .num>img {
    display: block;
    margin: 0 auto 1.4em;
    width: 96px;
}
.l-feature-02 .point-box {
    margin-bottom: 6em;
}
.l-feature-02 .point-box:last-child {
    margin-bottom: 0;
}
.l-feature-02 .point-box .lead-txt {
    text-align: center;
    font-size: 130%;
    margin-bottom: 0.4em;
}
.l-feature-02 .point-box .ttl {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    font-size: 3rem;
    line-height: 1.4;
    padding: 0.3em 0.5em 0.2em;
    text-align: center;
    margin-bottom: 1.4em;
}
.l-feature-02 .point-box .txt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin: 1em 0;
}
.l-feature-02 .point-box .txt-l {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
.l-feature-02 .point-img-01 {
    display: block;
    margin: 1em auto 0;
    max-width: 652px;
}
.l-feature-02 .point-img-02 {
    display: block;
    margin: 3em auto;
    max-width: 520px;
}
.l-feature-02 .point-img-03 {
    display: block;
    margin: 2em auto 2.5em;
    max-width: 520px;
}
.l-feature-02 .point-02-item-ttl {
    color: #00235e;
    font-size: 2.8rem;
    margin-bottom: 1.4em;
    text-align: center;
}
.l-feature-02 .point-02-item-ttl>strong {
    display: inline-block;
    font-size: 150%;
    background: linear-gradient(transparent 55%, #f5a0c5 55%);
    line-height: 1.3;
    padding: 0 10px;
}
.l-feature-02 .point-02-item-txt {
    color: #00235e;
    font-size: 1.9rem;
}
.l-feature-02 .point-02-item-txt>strong {
    font-weight: 700;
}
.l-feature-02 .video-wrap {
    margin: 4.2em 0 3.2em;
}
.l-feature-02 .video-wrap-ttl {
    color: #00235e;
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 1.2em;
}
.l-feature-02 .video-wrap-ttl>span {
    font-weight: 700;
    background: linear-gradient(transparent 55%, #f1c7d8 55%);
    line-height: 1.3;
    padding: 0 10px;
    display: inline-block;
}
.l-feature-02 .video-wrap .note {
    text-align: left;
    margin-top: 6px;
}
.l-feature-02 .video-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.l-feature-02 .video-col li {
    text-align: center;
    width: 49%;
}
.l-feature-02 .video-ttl {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
}
.l-feature-02 .mist-txt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5em;
}
.l-feature-02 .mist-txt>strong {
    font-size: 130%;
}
.l-feature-02 .mist-list-wrap {
    max-width: 700px;
    margin: 2em auto;
}
.l-feature-02 .mist-list-wrap {
    margin: 2em auto;
}
.l-feature-02 .mist-list {
    display: flex;
    justify-content: space-between;
}
.l-feature-02 .mist-list li {
    background: rgb(245 160 197 / 40%);
    text-align: center;
    width: 31%;
    padding: 10px;
    font-size: 2rem;
}
.l-feature-02 .mist-list+.note {
    text-align: right;
    margin-top: 8px;
}
@media screen and (max-width: 1024px) {
    .l-feature-02 .feature-ttl {
        max-width: 280px;
    }
    .l-feature-02 .point-img-01,
    .l-feature-02 .point-img-02,
    .l-feature-02 .point-img-03 {
        margin: 2em auto;
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .l-feature-02 {
        padding: 60px 0 30px;
    }
    .l-feature-02 .feature-ttl {
        margin-bottom: 2em;
        max-width: 200px;
    }
    .l-feature-02 .num>img {
        width: 64px;
    }
    .l-feature-02 .point-box {
        margin-bottom: 5em;
    }
    .l-feature-02 .point-box .ttl {
        font-size: 4.4vw;
        margin-bottom: 1em;
    }
    .l-feature-02 .point-box .txt {
        font-size: 3vw;
        letter-spacing: 0;
        line-height: 1.8;
    }
    .l-feature-02 .point-box .lead-txt {
        font-size: 100%;
    }
    .l-feature-02 .point-box .txt-l {
        font-size: 4.4vw;
    }
    .l-feature-02 .point-02-item-ttl {
        font-size: 4.2vw;
        margin: 1.8em auto;
    }
    .l-feature-02 .point-02-item-txt {
        font-size: 3.2vw;
    }
    .l-feature-02 .point-img-01,
    .l-feature-02 .point-img-02,
    .l-feature-02 .point-img-03 {
        max-width: 82vw;
    }
    .l-feature-02 .video-wrap {
        margin: 3.5em 0 2em;
    }
    .l-feature-02 .video-wrap-ttl {
        font-size: 5.4vw;
        margin-bottom: 0.6em;
    }
    .l-feature-02 .video-col {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .l-feature-02 .video-col li {
        margin: 0.8em 0;
        width: 96%;
    }
    .l-feature-02 .video-ttl {
        font-size: 4vw;
    }
    .l-feature-02 .mist-txt {
        font-size: 3.2vw;
        text-align: left;
    }
    .l-feature-02 .mist-list-wrap {
        margin: 1.2em auto;
    }
    .l-feature-02 .mist-list li {
        padding: 8px;
        font-size: 1.4rem;
    }
}
/* ---------------- technology ---------------- */
.l-technology {
    background: #c1e1ae;
    background: linear-gradient(180deg, rgba(243, 244, 242, 1) 0%, rgba(243, 244, 242, 1) 30%, rgba(163, 212, 130, 1) 100%);
    padding: 90px 0;
}
.technology-ttl {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}
.technology-point .num>img {
    width: auto;
    height: 20px;
}
.technology-item01 {
    text-align: center;
}
.technology-item01-ttl {
    border: 2px solid #ff4240;
    border-radius: 100px;
    color: #f44140;
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 2px;
    text-align: center;
    margin: 0 auto 1.5em;
    max-width: 520px;
}
.technology-item01 img {
    display: block;
    margin: 30px auto 10px;
    max-width: 450px;
}
.technology-item02 {
    text-align: center;
    margin-top: 4em;
}
.technology-item02 .ttl {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 0.6em;
    text-align: center;
}
.technology-item02 .ttl .font-c02 {
    color: #ff4240;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}
.technology-point {
    border: 2px solid #2f2f2f;
    border-radius: 20px;
    margin: 3em auto 4em;
}
.technology-point .txt-box {
    padding: 3em 3.5em 2em;
}
.technology-point .num>img {
    display: block;
    margin: 0 auto 1.4em;
    width: 96px;
}
.technology-point .ttl .txt-s {
    font-size: 70%;
}
.technology-point .txt {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1em;
}
.technology-point .txt-head {
    margin-bottom: 10px;
}
.technology-point .note {
    text-align: left;
}
.technology-point .img-box {
    background: #fff;
    border-top: 2px solid #2f2f2f;
    border-radius: 0 0 20px 20px;
    padding: 2em 4.5em;
}
.technology-point .img-box .col {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.technology-point.is-1 .ttl>strong,
.technology-point.is-3 .ttl>strong {
    font-size: 174%;
    vertical-align: -2%;
}
.technology-point.is-1 .ttl>sup,
.technology-point.is-3 .ttl>sup {
    margin-left: -4px;
    vertical-align: 90%;
}
.technology-point.is-1 .img-box img {
    max-width: 220px;
}
.technology-point.is-2 .ttl>strong {
    font-size: 140%;
}
.technology-point.is-2 .img-box img {
    padding: 20px 0;
    max-width: 320px;
}
.technology-point.is-3 .img-box img {
    padding: 20px 0;
    max-width: 570px;
}
.l-technology .btm-item {
    margin-top: -1em;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .technology-ttl {
        font-size: 3.4rem;
    }
    .technology-point .txt-box {
        padding: 3em 2em 2em;
    }
}
@media screen and (max-width: 767px) {
    .l-technology {
        padding: 50px 0;
    }
    .technology-ttl {
        font-size: 5.4vw;
    }
    .technology-item01-ttl {
        border: 1px solid #ff4240;
        font-size: 3.8vw;
        padding: 2px 0 1px;
        margin: 0 auto 1em;
        max-width: 72vw;
    }
    .technology-item01 img {
        max-width: 64vw;
    }
    .technology-item02 {
        margin-top: 3em;
    }
    .technology-item02 .ttl {
        font-size: 4vw;
    }
    .technology-point {
        border-radius: 16px;
        margin: 2.6em auto;
    }
    .technology-point .txt-box {
        padding: 2em 1.2em;
    }
    .technology-point .num>img {
        margin: 0 auto 1.2em;
        width: 56px;
    }
    .technology-point .txt-head {
        font-size: 3vw;
    }
    .technology-point .ttl {
        font-size: 4vw;
        margin-bottom: 0.8em;
    }
    .technology-point.is-1 .ttl>sup,
    .technology-point.is-3 .ttl>sup {
        margin-left: -4px;
        vertical-align: 40%;
        margin: 0 -0.6em 0 -0.3em;
    }
    .technology-point .txt {
        font-size: 3vw;
        letter-spacing: 0;
    }
    .technology-point .img-box {
        border-radius: 0 0 16px 16px;
        padding: 1.6em;
    }
    .technology-point .img-box .col {
        justify-content: center;
        gap: 8%;
    }
    .technology-point.is-1 .img-box img {
        max-width: 28vw;
    }
    .technology-point.is-2 .img-box img {
        padding: 6px 0;
        max-width: 50vw;
    }
    .technology-point.is-3 .img-box img {
        padding: 20px 0;
        max-width: 74vw;
    }
    .l-technology .btm-item {
        margin-top: 0;
    }
    .l-technology .btm-item .lead {
        margin-bottom: 1.2em;
    }
}
/* ---------------- approach ---------------- */
.l-approach {
    background: #e2dece;
    padding: 90px 0 50px;
}
.l-approach .font-c02 {
    color: #ff4240;
}
.approach-ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.6em;
}
.l-approach .img01 {
    display: block;
    margin: 0 auto 3em;
    max-width: 568px;
}
.l-approach .note {
    text-align: left;
}
.l-approach .lead {
    font-size: 3rem;
}
@media screen and (max-width: 1024px) {
    .approach-ttl {
        font-size: 2.8rem;
    }
    .l-approach .img01 {
        max-width: 460px;
    }
    .l-approach .lead {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .l-approach {
        padding: 50px 0 20px;
    }
    .approach-ttl {
        font-size: 4.4vw;
    }
    .l-approach .img01 {
        max-width: 92%;
        margin: 0 auto 2em;
    }
    .l-approach .lead {
        font-size: 3.8vw;
    }
}
/* ---------------- parts ---------------- */
.l-parts {
  background: #fbd9e9;
  background: linear-gradient(180deg, rgba(247, 247, 246, 1) 0%, rgba(247, 247, 246, 1) 30%, rgba(250, 208, 227, 1) 100%);
  padding: 90px 0;
}
.parts-ttl {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 1em;
}
.parts-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 3em;
    flex-direction: column;
}
.parts-list .ttl-s {
    font-size: 2.2rem;
    font-weight: normal;
    margin: 1.2em auto 0.4em;
}
.parts-list .txt {
    font-size: 88%;
}
.parts-list li {
    margin-bottom: 3em;
    width: 100%;
}
.parts-list li.is-1>img {
    width: 110px;
}
.parts-list li.is-2>img {
    margin: 10px 0;
    width: 273px;
}
.parts-list li.is-3>img {
    width: 70px;
}
.l-parts .explanation {
    display: block;
    margin: 2em auto 4em;
    width: 450px;
}
.l-parts .info-box {
    border: 1px solid #2f2f2f;
    border-radius: 20px;
    padding: 3.5em 3em 2em;
    margin: 2em auto;
    max-width: 700px;
}
.l-parts .info-box .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6em;
}
.l-parts .info-box .ttl-m {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 0.6em;
}
.l-parts .info-box .txt-item {
    width: 62%;
}
.l-parts .info-box .img-item {
    width: 178px;
}
.l-parts .info-box .txt-item p {
    margin-bottom: 0.6em;
}
.l-parts .info-tbl tr {
    border-bottom: 1px solid #646464;
}
.l-parts .info-tbl th,
.l-parts .info-tbl td {
    padding: 0.6em 0.1em;
    text-align: left;
}
.l-parts .info-tbl th {
    width: 28%;
}
.l-parts .component {
    border-bottom: 1px solid #646464;
    padding-bottom: 1em;
}
.l-parts .component .comp-ttl {
    font-size: 110%;
    margin: 1em 0 0.4em;
}
.l-parts .component p {
    font-size: 90%;
    line-height: 1.3;
}
.l-parts .note {
    font-size: 90%;
    margin-top: 1.6em;
}
/* accordion */
.accordion {
    margin-top: -1px;
}
.accordion .acc-ttl {
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    cursor: pointer;
    font-weight: normal;
    padding: 0.6em 0;
    position: relative;
    margin: 0;
    transition: 0.3s;
}
.accordion .acc-ttl:hover {
    opacity: 0.7;
}
.accordion .acc-ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background: #2f2f2f;
    transition: all 0.3s ease-in-out;
}
.accordion .acc-ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #2f2f2f;
    transition: all 0.2s ease-in-out;
}
.accordion .acc-ttl.open::before {
    transform: rotate(180deg);
}
.accordion .acc-ttl.open::after {
    opacity: 0;
}
.acc-cont {
    display: none;
}
@media screen and (max-width: 1024px) {
    .parts-ttl {
        font-size: 3.2rem;
    }
    .parts-list {
        flex-direction: column;
    }
    .parts-list li,
    .parts-list li.is-1 {
        margin-bottom: 3em;
        width: 100%;
    }
    .l-parts .info-box .img-item {
        width: 150px;
    }
    .l-parts .explanation {
        margin: 0 auto 3em;
        width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .l-parts {
        padding: 50px 0 30px;
    }
    .parts-ttl {
        font-size: 5.2vw;
    }
    .parts-list li,
    .parts-list li.is-1 {
        margin-bottom: 3em;
    }
    .parts-list li.is-1>img {
        width: 24%;
    }
    .parts-list li.is-2>img {
        width: 50%;
    }
    .parts-list li.is-3>img {
        width: 12%;
    }
    .parts-list .ttl-s {
        font-size: 4.4vw;
        margin: 0.8em auto 0.1em;
    }
    .parts-list .txt {
        font-size: 3vw;
        letter-spacing: 0;
    }
    .l-parts .explanation {
        margin: 0.8em auto 3.4em;
        width: 84%;
    }
    .l-parts .info-box {
        border-radius: 16px;
        padding: 2em 1.4em;
    }
    .l-parts .info-box .col {
        margin-bottom: 1em;
    }
    .l-parts .info-box .txt-item {
        width: 70%;
    }
    .l-parts .info-box .img-item {
        width: 26%;
    }
    .l-parts .info-box .ttl-m {
        font-size: 4.4vw;
    }
    .l-parts .acc-ttl {
        font-size: 3vw;
        padding: 0.8em 0;
    }
    .l-parts .info-box .txt-item p {
        font-size: 2.8vw;
    }
    .l-parts .info-tbl,
    .l-parts .component p {
        font-size: 2.8vw;
        letter-spacing: 0;
    }
    .l-parts .component .comp-ttl {
        font-size: 3vw;
        margin: 0.8em 0 0.2em;
    }
    .l-parts .note {
        font-size: 2.8vw;
        margin-top: 1.4em;
    }
    .accordion .acc-ttl::before {
        right: 10px;
        width: 12px;
    }
    .accordion .acc-ttl::after {
        right: 10px;
        width: 12px;
    }
}
/* ---------------- use ---------------- */
.l-use {
    background: #d6ddd7;
    padding: 90px 0;
}
.l-use .sec-ttl {
    margin-bottom: 1em;
}
.l-use .sec-ttl>img {
    max-width: 260px;
    vertical-align: -8%;
}
.l-use .video-wrap {
    margin-bottom: 5em;
}
.l-use .video-wrap .ttl-l {
    text-align: center;
}
.l-use .video-wrap .ttl-l>span {
    border-bottom: 2px solid #2f2f2f;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 1em auto 0.8em;
}
.l-use .step-list {
    text-align: center;
}
.l-use .step-list li {
    margin-bottom: 3em;
}
.l-use .step-list .num {
    display: block;
    margin: 0 auto 0.8em;
    width: 80px;
}
.l-use .step-list .txt {
    font-size: 2rem;
}
.l-use .step-list .step-img {
    margin-top: 1em;
    max-width: 400px;
}
.l-use .step-list .note {
    font-size: 1.6rem;
    margin-top: 0.6em;
}
.l-use .img-l {
    display: block;
    margin: 5em auto 0;
    max-width: 800px;
}
@media screen and (max-width: 1024px) {
    .l-use {
        padding-bottom: 0;
    }
    .l-use .img-l {
        margin: 5em calc(50% - 50vw) 0;
        max-width: none;
        width: 100vw;
    }
}
@media screen and (max-width: 767px) {
    .l-use {
        padding: 40px 0 0;
    }
    .l-use .sec-ttl>img {
        max-width: 150px;
    }
    .l-use .video-wrap .ttl-l>span {
        border-bottom: 1px solid #2f2f2f;
        font-size: 4vw;
        margin: 0 auto 0.8em;
    }
    .l-use .step-list .num {
        width: 52px;
    }
    .l-use .step-list .txt {
        font-size: 3.4vw;
    }
    .l-use .step-list .step-img {
        margin-top: 0.8em;
        max-width: 64vw;
    }
    .l-use .step-list .note {
        font-size: 2.8vw;
    }
    .l-use .img-l {
        margin-top: 4em;
    }
}
/* ---------------- buy ---------------- */
.l-buy {
    background: #fafaf9;
    padding: 90px 0;
}
.buy-ttl {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 1em;
}
.buy-ttl>img {
    max-width: 260px;
    vertical-align: -8%;
}
.l-buy .product-box {
    text-align: center;
    margin-top: 3.5em;
}
.l-buy .product-box-01 img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
}
.l-buy .product-box-02 img {
    display: block;
    margin: 0 auto;
    max-width: 270px;
}
.l-buy .product-box .ttl {
    color: #f44140;
    font-size: 2.6rem;
    margin: 0.4em auto;
}
.l-buy .product-box .ttl>.txt-s {
    background: #f44140;
    color: #fff;
    display: inline-block;
    font-size: 65%;
    font-weight: 700;
    padding: 2px 16px 0;
}
.l-buy .product-box .price {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 0.4em;
}
.l-buy .product-box .price .txt-s {
    font-size: 78%;
    font-weight: 700;
    vertical-align: 5%;
}
.l-buy .product-box .price .txt-ss {
    font-size: 50%;
    font-weight: 700;
}
.l-buy .product-box .note {
    font-size: 1.4rem;
    margin-top: 4px;
}
.l-buy .installments-txt {
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    max-width: 540px;
    margin: 1.5em auto 0.5em;
}
.l-buy .installments-txt p {
    font-size: 96%;
}
.l-buy .installments-txt ul {
    margin-left: 20%;
}
.l-buy .installments-txt ul * {
    font-weight: 700;
}
.l-buy .installments-txt li>span {
    font-size: 90%;
}
.l-buy .installments-jaccs {
    background: #f0f0ef;
    padding: 1.5em 2em;
    max-width: 540px;
    margin: 1.8em auto 3em;
}
.l-buy .installments-jaccs .ttl-s {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}
.l-buy .installments-jaccs p {
    font-size: 80%;
    letter-spacing: 0;
    text-align: left;
}
.l-buy .buy-item {
    border: 1px solid #2f2f2f;
    border-radius: 14px;
    text-align: center;
    padding: 1.4em 1em;
    margin: 3em auto;
    max-width: 420px;
}
.l-buy .buy-item .txt-l {
    font-size: 2.4rem;
    font-weight: 700;
}
.l-buy .buy-item .txt-s {
    font-weight: 700;
}
.l-buy .buy-item .txt-s>span {
    font-size: 130%;
    font-weight: 700;
}
.l-buy .buy-item .txt-s>strong {
    font-size: 210%;
}
.l-buy .buy-item .txt-s>strong sup {
    font-size: 38%;
    vertical-align: 70%;
}
.l-buy .buy-item .note {
    margin-top: 0.4em;
}
.l-buy .buy-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 4em;
}
.l-buy .buy-list li {
    color: #6e6e6e;
    text-align: center;
    margin: 0 2% 3%;
    width: 28%;
}
.l-buy .buy-list li:nth-child(1),
.l-buy .buy-list li:nth-child(2) {
    width: 34%;
}
.l-buy .buy-list img {
    height: 80px;
    width: auto;
    display: inline;
}
.l-buy .buy-list .list-ttl {
    font-size: 2rem;
    margin: 0.8em auto 0.6em;
}
.l-buy .buy-list p {
    font-size: 90%;
}
@media screen and (max-width: 1024px) {
    .buy-ttl {
        font-size: 3.6rem;
    }
    .l-buy .buy-list img {
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .l-buy {
        padding: 20px 0;
    }
    .buy-ttl {
        font-size: 5.2vw;
    }
    .buy-ttl>img {
        max-width: 34vw;
        vertical-align: -8%;
    }
    .l-buy .product-box {
        margin-top: 2em;
    }
    .l-buy .product-box-01 img {
        max-width: 70%;
    }
    .l-buy .product-box-02 img {
        max-width: 50%;
    }
    .l-buy .product-box .ttl {
        font-size: 4vw;
        margin: 0.4em auto;
    }
    .l-buy .product-box .txt {
        font-size: 3vw;
    }
    .l-buy .product-box .price {
        font-size: 4vw;
    }
    .l-buy .product-box .note {
        font-size: 2.8vw;
    }
    .l-buy .installments-txt {
        border-radius: 6px;
        padding: 0.6em;
        margin: 1em auto 0.8em;
    }
    .l-buy .installments-txt p {
        font-size: 3vw;
    }
    .l-buy .installments-txt ul {
        font-size: 2.8vw;
        margin-left: 15%;
    }
    .l-buy .installments-jaccs {
        padding: 1.2em 1.5em;
    }
    .l-buy .installments-jaccs .ttl-s {
        font-size: 3vw;
    }
    .l-buy .installments-jaccs p {
        font-size: 3.8vw;
    }
    .l-buy .buy-item {
        border-radius: 12px;
        padding: 1em 0.6em;
        margin: 2.6em auto;
        max-width: 70%;
    }
    .l-buy .buy-item .txt-l {
        font-size: 3vw;
    }
    .l-buy .buy-item .txt-s {
        font-size: 2.8vw;
    }
    .l-buy .buy-list li {
        margin: 0 1.4% 0;
        width: 30%;
    }
    .l-buy .buy-list li:nth-child(1),
    .l-buy .buy-list li:nth-child(2) {
        width: 34%;
        margin: 0 2% 8%;
    }
    .l-buy .buy-list img {
        height: 40px;
    }
    .l-buy .buy-list .list-ttl {
        font-size: 3vw;
    }
    .l-buy .buy-list p {
        font-size: 2.8vw;
        letter-spacing: 0;
    }
}
/* ---------------- media ---------------- */
.l-media {
    background: rgb(230, 234, 241);
    background: linear-gradient(0deg, rgba(230, 234, 241, 1) 0%, rgba(213, 219, 239, 1) 40%);
    padding: 90px 0 40px;
}
.media-ttl {
    color: #00235e;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 2em;
}
.media-box {
    border: 4px solid #a1adda;
    border-radius: 30px;
    padding: 4em 4em 3em;
    position: relative;
    margin: 0 auto 5em;
    max-width: 900px;
}
.media-box-icon {
    display: inline-block;
    margin-right: 0.5em;
    width: 55px;
}
.media-box-ttl {
    background: #d5dbf0;
    color: #00235e;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    padding: 0 1.4em;
    position: absolute;
    top: -0.9em;
    left: 50%;
    transform: translateX(-50%);
}
.media-item {
    margin: 0 auto 2.4em;
}
.media-item-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.6em;
}
.media-item-etc {
    text-align: right;
    margin-top: 0.5em;
}
@media screen and (max-width: 1024px) {
    .media-ttl {
        font-size: 3.4rem;
    }
    .media-box {
        padding: 4em 2em 3em;
    }
    .media-box-ttl {
        font-size: 2.8rem;
    }
    .media-box-icon {
        width: 42px;
    }
    .media-item-ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-media {
        padding: 50px 0 10px;
    }
    .media-ttl {
        font-size: 5.2vw;
    }
    .media-box {
        border: 2px solid #a1adda;
        border-radius: 20px;
        padding: 3em 1.4em 1em;
        margin-bottom: 3.5em;
    }
    .media-box-icon {
        vertical-align: -20%;
        width: 26px;
    }
    .media-box-ttl {
        font-size: 4.4vw;
        width: 45vw;
        top: -0.8em;
    }
    .media-item {
        margin-bottom: 1.4em;
    }
    .media-item-ttl {
        font-size: 3.8vw;
    }
    .media-item-txt,
    .media-item-etc {
        font-size: 3vw;
    }
}
/* ---------------- voice ---------------- */
.l-voice {
    background: #aad890;
    background: linear-gradient(180deg, rgba(124, 194, 77, 1) 0%, rgba(203, 231, 189, 1) 50%, rgba(228, 236, 232, 1) 100%);
    color: #fff;
    padding-bottom: 0;
}
.l-voice .bg-img {
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/voice-bg-pc.png) no-repeat center/cover;
    margin-top: 64px;
    height: 720px;
}
.l-voice .sec-ttl {
    color: #fff;
    font-size: 3.4rem;
    margin-bottom: 0.6em;
}
.l-voice .balloon-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    margin-top: 1.4em;
    width: 100%;
}
.l-voice .balloon-box>div {
    position: relative;
    width: 50%;
}
.l-voice .balloon-box img {
    display: block;
    position: relative;
    margin: 6px 4px;
    height: 52px;
    width: auto;
}
.l-voice .balloon-box .b02 {
    left: 190px;
}
.l-voice .balloon-box .b03 {
    top: 3px;
    left: 58px;
}
.l-voice .balloon-box .b04 {
    top: 10px;
    left: 170px;
}
.l-voice .balloon-box .b05 {
    top: -30px;
}
.l-voice .balloon-box .b06 {
    top: -30px;
    left: 50px;
}
.l-voice .balloon-box .b07 {
    top: -60px;
    left: 220px;
}
.l-voice .balloon-box .b08 {
    left: 27px;
}
.l-voice .balloon-box .b09 {
    top: -32px;
    left: 278px;
}
.l-voice .balloon-box .b10 {
    top: -24px;
    left: 80px;
}
.l-voice .balloon-box .b11 {
    top: -23px;
    left: 274px;
}
.l-voice .balloon-box .b12 {
    top: -38px;
    left: 22px;
}
.l-voice .balloon-box .b13 {
    top: -46px;
    left: 248px;
}
.l-voice .balloon-box .b14 {
    top: -53px;
    left: -18px;
}
@media screen and (max-width: 1024px) {
    .l-voice .balloon-box img {
        height: 48px;
    }
    .l-voice .balloon-box .b02 {
        left: 17vw;
    }
    .l-voice .balloon-box .b03 {
        left: 6vw;
    }
    .l-voice .balloon-box .b04 {
        left: 15vw;
    }
    .l-voice .balloon-box .b05 {
        top: -3vw;
    }
    .l-voice .balloon-box .b06 {
        top: -3.2vw;
        left: 9vw;
    }
    .l-voice .balloon-box .b07 {
        top: -2.7vw;
        left: 22.2vw;
    }
    .l-voice .balloon-box .b08 {
        left: 0;
    }
    .l-voice .balloon-box .b09 {
        top: -3vw;
        left: 27vw;
    }
    .l-voice .balloon-box .b10 {
        top: -2.6vw;
        left: 7vw;
    }
    .l-voice .balloon-box .b11 {
        top: -2.7vw;
        left: 24vw;
    }
    .l-voice .balloon-box .b12 {
        top: -3vw;
        left: 2vw;
    }
    .l-voice .balloon-box .b13 {
        top: -2vw;
        left: 22vw;
    }
    .l-voice .balloon-box .b14 {
        top: -2vw;
        left: -0.6vw;
    }
    .l-voice .bg-img {
        margin-top: 130px;
        height: 610px;
    }
}
@media screen and (max-width: 767px) {
    .l-voice .sec-ttl {
        font-size: 5.4vw;
    }
    .l-voice .balloon-box {
        flex-direction: column;
        align-items: center;
        margin-top: 0.6em;
        width: 100%;
    }
    .l-voice .balloon-box>div {
        margin: 0 auto;
        width: 100%;
    }
    .l-voice .balloon-box .item02 {
        margin-top: -4em;
    }
    .l-voice .balloon-box img {
        margin: 4px;
        height: 11vw;
    }
    .l-voice .balloon-box .b02 {
        left: 31vw;
    }
    .l-voice .balloon-box .b04 {
        top: 2vw;
        left: 34vw;
    }
    .l-voice .balloon-box .b05 {
        top: -6vw;
    }
    .l-voice .balloon-box .b06 {
        top: -5.2vw;
        left: 12vw;
    }
    .l-voice .balloon-box .b07 {
        top: -13vw;
        left: 47vw;
    }
    .l-voice .balloon-box .b09 {
        top: -7vw;
        left: 54vw;
    }
    .l-voice .balloon-box .b10 {
        top: -7vw;
        left: 12vw;
    }
    .l-voice .balloon-box .b11 {
        top: -7.5vw;
        left: 52vw;
    }
    .l-voice .balloon-box .b12 {
        top: -13.7vw;
        left: 2vw;
    }
    .l-voice .balloon-box .b13 {
        top: -15vw;
        left: 46vw;
    }
    .l-voice .balloon-box .b14 {
        top: -15vw;
        left: 0;
    }
    .l-voice .bg-img {
        background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/voice-bg-sp.png) no-repeat center/cover;
        margin-top: 122vw;
        height: 126vw;
    }
}
/* ---------------- company ---------------- */
.l-company {
    padding: 70px 0 80px;
}
.l-company .sec-ttl {
    font-size: 3.4rem;
    margin-bottom: 1.4em;
}
.l-company .logo01 {
    display: block;
    margin: 0 auto;
    width: 182px;
}
.l-company .txt {
    text-align: center;
    font-weight: normal;
    margin: 3em auto;
}
.l-company .txt-s {
    text-align: center;
    font-size: 90%;
    font-weight: normal;
    margin: 1.6em auto 0;
}
.l-company .others {
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-company .others li {
    margin: 0 3em;
}
.l-company .logo02 {
    width: 128px;
}
.l-company .logo03 {
    width: 150px;
}
@media screen and (max-width: 767px) {
    .l-company {
        padding: 40px 0 60px;
    }
    .l-company .sec-ttl {
        font-size: 5.4vw;
    }
    .l-company .logo01 {
        width: 36vw;
    }
    .l-company .txt {
        margin: 3em auto 4em;
        font-size: 3.2vw;
    }
    .l-company .others li {
        margin: 0 2.2em;
    }
    .l-company .logo02 {
        width: 26vw;
    }
    .l-company .logo03 {
        width: 24vw;
    }
}
/* ---------------- faq ---------------- */
.l-faq {
    background: #eceff8;
}
.l-faq .sec-ttl {
    font-size: 3.4rem;
    margin-bottom: 0.8em;
}
.faq-box {
    border: 1px solid #2f2f2f;
    border-radius: 20px;
    padding: 3em;
}
.faq-item .acc-ttl {
    background: #d7ddf0;
    display: flex;
    padding: 16px;
    position: relative;
}
.faq-item .acc-ttl>span {
    font-weight: 700;
}
.faq-item .acc-cont {
    padding: 16px;
    border-bottom: 1px solid #2f2f2f;
}
.faq-item .acc-ttl .icon-q {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.faq-item .acc-ttl .txt-q {
    padding-left: 1.5em;
}
.faq-item .acc-ttl .txt-q,
.faq-item .acc-cont .txt-a dd {
    width: 94%;
}
.faq-item .acc-cont .txt-a dt {
    font-weight: 700;
    width: 1.5em;
}
.faq-item .acc-cont .txt-a {
    display: flex;
}
.faq-item .acc-cont p {
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .l-faq .sec-ttl {
        font-size: 5.4vw;
        margin-bottom: 1.2em;
    }
    .faq-box {
        border-radius: 16px;
        padding: 2em 1.2em 2.2em;
    }
    .faq-item .acc-ttl {
        padding: 14px 12px;
        font-size: 3vw;
    }
    .faq-item .acc-ttl .icon-q {
        padding: 0 10px;
    }
    .faq-item .acc-ttl .txt-q {
        width: 88%;
    }
    .faq-item .acc-cont {
        padding: 12px;
    }
    .faq-item .acc-cont .txt-a dd {
        width: 98%;
    }
    .faq-item .acc-cont .txt-a {
        font-size: 3vw;
    }
}
/* ---------------- form ---------------- */
.l-form {
    background: #fafaf9;
    padding: 4em 0 2em;
}
.l-form .checklist {
    margin-bottom: 1.4em;
}
.l-form .checklist .ttl {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.4em;
}
.l-form .checklist .accordion {
    font-size: 88%;
}
.l-form .checklist .acc-ttl {
    padding: 0.6em;
}
.l-form .checklist .acc-cont {
    border-bottom: 1px solid #646464;
    padding: 1.2em 0.8em;
}
.l-form .checklist .txt {
    margin-bottom: 0.8em;
}
.l-form .checklist .list-disc>li,
.l-form .checklist .list-num>li {
    margin: 0.6em 0;
}
.l-form .checklist .list-num>li {
    font-weight: bold;
}
.l-form .checklist .list-disc>li p,
.l-form .checklist .list-disc>li p>span {
    font-weight: 700;
}
.l-form .checklist .btn-s {
    background: #aebbaf;
    border-radius: 100px;
    color: #fff;
    display: block;
    padding: 6px;
    text-align: center;
    margin-bottom: 1em;
    width: 10em;
}
.l-form .checklist .ttl-col {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.6em;
}
.l-form .checklist .ttl-col>strong {
    display: inline-block;
}
.l-form .checklist .ttl-col>strong:nth-child(1) {
    min-width: 6em;
}
.l-form .checklist .ttl-col>strong:nth-child(2) {
    font-size: 114%;
}
.l-form .checklist .ttl-col span {
    font-size: 50%;
    font-weight: 700;
}
.l-form .checklist .ttl-ss {
    font-size: 100%;
    font-weight: 700;
}
.l-form .checklist .ttl-s {
    font-size: 120%;
    font-weight: 700;
}
.l-form .checklist .item-box {
    margin-bottom: 1.6em;
}
.l-form .checklist .note {
    margin-top: 1.2em;
}
.l-form .checklist .note>p {
    margin-top: 0.8em;
}
@media screen and (max-width: 1024px) {
    .l-form {
        background: #fff;
    }
    .l-form .form-inner {
        max-width: none;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .l-form {
        padding: 2.6em 0 2em;
    }
    .l-form .checklist .ttl {
        font-size: 4.8vw;
        margin-bottom: 1.2em;
    }
    .l-form .checklist .accordion {
        font-size: 3.2vw;
    }
    .l-form .checklist .acc-ttl {
        padding: 0.9em 0.6em;
    }
    .l-form .checklist .acc-cont {
        letter-spacing: 0;
    }
    .l-form .checklist .ttl-col {
        font-size: 4.4vw;
    }
}
/* 20230313 */
.l-form .check-tbl {
    margin-bottom: 20px;
}
.l-form .check-tbl,
.l-form .check-tbl th,
.l-form .check-tbl td {
    border: 1px solid #d6ddd7;
    border-collapse: collapse;
}
.l-form .check-tbl th,
.l-form .check-tbl td {
    background: #fff;
    font-weight: 700;
    font-size: 95%;
    line-height: 1.1;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    height: 4em;
    vertical-align: middle;
}
.l-form .check-tbl td>span {
    font-weight: inherit;
}
.l-form .check-tbl .note {
    font-size: 80%;
    margin-top: 4px;
}
.l-form .check-tbl td>img {
    width: 16px;
    vertical-align: -10%;
}
.l-form .check-tbl+ul>li {
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-form .tbl-wrap {
        overflow-x: scroll;
    }
    .l-form .check-tbl th,
    .l-form .check-tbl td {
        font-size: 3vw;
        padding: 6px;
    }
    .l-form .check-tbl td>img {
        width: 11px;
    }
}
/* 20230424 */
.l-form .accordion .acc-ttl {
    font-weight: 700;
}
.l-form .checklist .btn-f3 {
    background: #fff;
    border: 2px solid #f44140;
    border-radius: 100px;
    color: #f44140;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    padding: 6px 4px;
    text-align: center;
    max-width: 360px;
    margin: 1.5em auto;
    min-height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .l-form .checklist .btn-f3 {
        max-width: 70vw;
    }
}


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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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


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


/* 【PC】フォームの項目名ラベル内必須アイコン */

span.form_required_ec {
    /* セクションラベルの色 */
    background: #7E0F09;
    /* セクションラベルのフォント色*/
    color: #ffffff;
}


/* 【PC】フォームのセクションラベル */

.landing_form_label_ec {
    /* セクションラベルの色 */
    background: #203594;
    /* セクションラベルのフォント色*/
    color: #ffffff;
    /* セクションラベルのフォントサイズ */
    font-size: 20px;
}


/* 【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;
    background-color: #e1edfd;
}


/* 【PC】フォーム右側　入力ボックス */

.landing_form_ec td {
    border-bottom: 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;
}
.table_ec tr > th.product_sub_total_ec{
    width: -webkit-fill-available;
}
.table_ec tr > th.product_quantity_ec{
    width: -webkit-fill-available;
}
.table_ec tr > th.product_price_ec{
    width: -webkit-fill-available;
}
.table_ec tr > th.product_name_ec{
    width: -webkit-fill-available;
}
.preview_container_ec > table th,
.preview_container_ec > table td{
    border: 0px solid #d0dcec !important;
    border-bottom: 1px solid #999;
}
/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/


/* 【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】購入ボタンのデザイン */

.submit_bottom_sp_ec {
    border: 0px;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}


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

span.form_required_sp_ec {
    background: #FF4438;
    color: #ffffff;
    padding: 2px 8px !important;
    letter-spacing: 0.2em;
}

.landing_form_label_sp_ec {
    background: #AEBBAF;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px !important;
    padding: 17px 0px;
    font-weight: normal;
}

.form_box_label_sp_ec {
    background: #aebbaf!important;
    justify-content: space-between;
    display: flex;
    width: calc(100vw - 30px);
    border-top: none;
    border-bottom: none;
    align-items: center;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 40px;
    font-size: 13px;
    margin: 0 15px !important;
}

.form_box_label_sp_ec strong {
    color: #fff;
    font-weight: normal !important;
    width: 82%;
}

.submit_sp_ec {
    padding-top: 47px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 36px !important;
    position: relative !important;
}

.submit_bottom_sp_ec {
    width: 90%;
    cursor: pointer;
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/button_w.png) center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    height: 55px !important;
}

.login_button_sp_ec {
    width: 100%;
    cursor: pointer;
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/images/login_w.svg) center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    height: 55px !important;
}

.form_group_sp_ec {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    justify-content: space-between;
}

.form_group_sp_ec span {
    display: none;
}

.form_main_container_sp_ec div.form_group_sp_ec input {
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* width: 100%!important; */
    border: 1px solid #7C7C7C !important;
    height: 40px;
    color: #000000 !important;
}

.form_main_container_sp_ec div.form_group_sp_ec select {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 1px solid #7C7C7C !important;
    height: 40px;
    color: #000000 !important;
    /* background-color: #FFFFFF; */
}

.purchase_message_sp_ec,
.login_message_sp_ec {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.purchase_message_sp_ec p {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.login_message_sp_ec p {
    font-size: 12px;
    letter-spacing: 0.05em;
}

.caution_sp_ec {
    font-size: 12px !important;
    color: #000000 !important;
    padding-left: 10px;
}

.agreement_view_sp_ec,
.optin_view_sp_ec {
    margin-left: 25px !important;
    margin-right: 25px !important;
}


/* 商品名/個数 */

.input_product_sp_ec {
    align-items: center;
    color: #000000;
    /*font-weight: normal !important;*/
}

.input_box_quantity_sp_ec,
.input_box_product_sp_ec {
    width: 20% !important;
}

#view-billing-information-header {
    margin-bottom: 0px !important;
}

.input_box_quantity_sp_ec {}


/* お名前 */

input.input_box_name1_sp_ec {
    width: 48% !important;
}

input.input_box_name2_sp_ec {
    width: 48% !important;
}


/* フリガナ */

input.input_box_kana1_sp_ec {
    width: 48% !important;
}

input.input_box_kana2_sp_ec {
    width: 48% !important;
}


/* 郵便番号 */

input.input_box_zip1_sp_ec {
    width: 48% !important;
}

input.input_box_zip2_sp_ec {
    width: 48% !important;
}

.form_group_sp_ec p {
    display: flex !important;
    justify-content: space-between !important;
}


/* 都道府県 */

.input_box_pref_sp_ec {
    width: 48% !important;
    height: 40px !important;
}


/* 住所1 */

.input_box_addr1_sp_ec {
    width: 100% !important;
}


/* 住所2 */

.input_box_addr2_sp_ec {
    width: 100% !important;
}


/* 電話番号 */

.input_box_tel1_sp_ec,
.input_box_tel2_sp_ec,
.input_box_tel3_sp_ec {
    width: 30% !important;
}

.input_tel_sp_ec .form_group_sp_ec p {
    width: 100%;
}


/* メールアドレス */

.input_box_email_sp_ec {
    width: 100% !important;
}

.eac-input-wrap {
    width: 100%;
}


/* メールアドレス（確認） */

.input_email_confirm_sp_ec .form_group_sp_ec {
    flex-direction: column;
}


/* パスワード */

.input_box_password_sp_ec {
    width: 100% !important;
}

.input_password_sp_ec .form_group_sp_ec {
    flex-direction: column;
}


/* パスワード確認 */

.input_box_password_confirm_sp_ec {
    width: 100% !important;
}


/* お届け先住所 */

.input_box_shipping_address_sp_ec {
    width: 100% !important;
}


/* クーポンコード */

.input_coupon_code_sp_ec input {
    width: 100% !important;
}


/* ラッピング */

.input_box_wrapping_sp_ec {
    width: 100% !important;
}


/* 招待コード */

.landing_form_label_ec {
    padding: 20px 0px !important;
}

.input_invite_code_sp_ec {
    margin-top: 20px;
}

.input_invite_code_sp_ec .form_group_sp_ec {
    flex-direction: column;
}


/* お支払い方法 */

.input_box_card_method_sp_ec {
    width: 100% !important;
}


/* クレジットカード番号 */

#view-input-card-number {
    width: 100% !important;
}


/* カード有効期限 */

.input_card_expiration_sp_ec .form_group_sp_ec {
    flex-direction: column;
}

.input_box_card_month_sp_ec,
.input_box_card_year_sp_ec {
    width: 48% !important;
}


/* セキュリティコード */

.input_card_cvv_sp_ec .form_group_sp_ec {
    display: flex;
    flex-direction: column;
}

.input_card_cvv_sp_ec .form_group_sp_ec ul {
    list-style-position: inside !important;
}


/* お届けサイクルの指定 */

.input_box_container_payment_schedule_sp_ec {
    width: 100% !important;
}


/* お届けサイクル詳細 */

#container_delivery_schedule_by_term .form_group_sp_ec p {
    align-items: center;
    width: 100%;
}

#select_scheduled_to_be_delivered_every_x_day {
    width: 48%;
}

#container_delivery_schedule_by_date .form_group_sp_ec p {
    align-items: center;
    width: 100%;
}

#select_scheduled_to_be_delivered_every_x_month,
#select_scheduled_to_be_delivered_on_xth_day {
    width: 30%;
}


/* 初回お届け日の指定 */

#container_delivery_schedule_date p {
    /* width: 100%; */
}

#container_delivery_schedule_date p select {
    width: 100%;
}


/* お届け時間の指定 */

#container_delivery_schedule_time .form_group_sp_ec p {
    align-items: center;
    width: 100%;
}

.input_box_payment_schedule_ec {
    width: 48%;
}


/* お届け予定日 */

#scheduled_1st_delivery_date_text {
    margin-top: 20px;
}

#scheduled_2nd_delivery_date_text {
    margin-bottom: 30px;
}

.scheduled_delivery_date_text_sp_ec {
    padding-right: 25px !important;
    padding-left: 25px !important;
    font-size: 12px !important;
    color: #000000;
}


/* 通信欄 */

.input_shipping_address_id_sp_ec .form_box_label_sp_ec {
    justify-content: start;
}

.form_box_label_sp_ec {
    color: #000000;
}


/* 未入力時の吹き出し */

.formError .formErrorContent {
    background: #FF4438 !important;
}


/* 見入力項目 */

.input_required_ec {
    background: #DDDDDD !important;
}


/*-------------------------------------*
 * 購入フォーム PCデザイン可変部分 MEGLY用
 *-------------------------------------*/

span.form_required_ec {
    background: #FF4438 !important;
    color: #ffffff;
}

.landing_form_label_ec {
    background: #AEBBAF !important;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

table.landing_form_ec {
    border-top: 1px solid #EDEFEC;
    border-right: 1px solid #EDEFEC;
    background: #FFF;
    border-bottom: 1px solid #999;
}

.landing_form_ec th {
    border-bottom: 1px solid #EDEFEC !important;
    border-left: 0;
    background-color: #eaeaee !important;
    width: 100%;
}

.landing_form_ec td {
    border-bottom: 1px solid #EDEFEC;
    border-left: 0;
    background-color: #ffffff;
    width: 100%;
}

.submit_ec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.submit_bottom_ec {
    /* border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat; */
    cursor: pointer;
    width: 356px;
    height: 55px;
    cursor: pointer;
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/button_w.png) center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
}

.login_button_ec {
    cursor: pointer;
    width: 356px;
    height: 55px;
    cursor: pointer;
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/images/login_w.svg) center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
}

.form_box_label_ec {
    color: #000000;
}

.form_box_label_ec strong {
    color: #000000;
}

.charsLeft {
    color: #000000;
}

.form_container_ec {
    width: 100% !important;
    /* font-family: 'Noto Sans JP', sans-serif !important; */
}

.form_container_sp_ec {
    /* font-family: 'Noto Sans JP', sans-serif !important; */
}

.form_container_ec h4 {
    width: 100%;
    margin: 0 auto !important;
}

.landing_form_ec tr {
    /*display: grid;*/
    display: flex;
    width: 100%;
}

#popup_required_field_check.required_field_exists {
    background-color: #ff4438;
    min-width: 390px;
    width: 100%;
}

#popup_required_field_check.required_field_not_exists {
    background: #aebbaf;
    min-width: 390px;
    width: 100%;
}

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

input.input_box_tel1_ec,
input.input_box_tel2_ec,
input.input_box_tel3_ec {
    width: 15%;
}

select.input_box_birth_year_ec {
    width: 45%;
}

select.input_box_birth_month_ec {
    width: 25%
}

select.input_box_birth_day_ec {
    width: 25%;
}

#lp-form img,
#lp-form a img {
    max-width: 300px;
    width: 100%;
}

#lp-form input[type="submit"] {
    transition: .3s;
}

#lp-form input[type="submit"]:hover {
    opacity: 0.7;
}
/*-------------------------------------*
 * スマートフォンデザイン可変部分 MEGLY用
/*-------------------------------------*/
span.form_required_sp_ec {
  background: #FF4438;
  color: #ffffff;
  padding: 2px 12px!important;
  letter-spacing: 0.2em;
  margin-left: 0px;
}
.landing_form_label_sp_ec {
  background: #AEBBAF;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px!important;
  padding: 17px 0px;
  font-weight: normal;
}
.form_box_label_sp_ec {
  background: #aebbaf;
  justify-content: space-between;
  display: flex;
  width: calc(100vw - 25px);
  margin-left: 25px!important;
  border-top: none;
  border-bottom: none;
  align-items: center;
  padding-right: 25px!important;
  padding-left: 15px!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  height: 40px;
  font-size: 13px;
}
.form_box_label_sp_ec strong {
  color: #fff;
  font-weight: normal!important;
}
.submit_sp_ec {
    padding-top: 47px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 36px!important;
  position: relative!important;
}
.submit_bottom_sp_ec {
  width: 90%;
  cursor: pointer;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/button_w.png) center!important;
  background-size:contain;
  background-repeat: no-repeat!important;
  height: 55px!important;
}
.login_button_sp_ec {
  width: 100%;
  cursor: pointer;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/images/login_w.svg) center!important;
  background-size:contain;
  background-repeat: no-repeat!important;
  height: 55px!important;
}
.form_group_sp_ec {
  padding-left: 25px!important;
  padding-right: 25px!important;
  display: flex;
  justify-content: space-between;
}
.form_group_sp_ec span {
    display: none;
}
.form_main_container_sp_ec div.form_group_sp_ec input {
    margin-left: 0px!important;
  margin-right: 0px!important;
  /* width: 100%!important; */
  border: 1px solid #7C7C7C!important;
  height: 40px;
  color: #000000!important;
}
.form_main_container_sp_ec div.form_group_sp_ec select {
  margin-left: 0px!important;
  margin-right: 0px!important;
  border: 1px solid #7C7C7C!important;
  height: 40px;
  color: #000000!important;
  /* background-color: #FFFFFF; */
}
.purchase_message_sp_ec, .login_message_sp_ec {
    margin-left: 25px!important;
  margin-right: 25px!important;
}
.purchase_message_sp_ec p {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.login_message_sp_ec p {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.caution_sp_ec {
    font-size: 12px!important;
  color: #000000!important;
  padding-left: 10px;
}
.agreement_view_sp_ec, .optin_view_sp_ec {
    margin-left: 25px!important;
  margin-right: 25px!important;
}
/* 商品名/個数 */
.input_product_sp_ec {
    align-items: center;
  color: #000000;
  /*font-weight: normal!important;*/
} 
.option_types {
    display: none!important;
}
/*.input_box_quantity_sp_ec, .input_box_product_sp_ec {
    width: 100%!important;
}*/
#view-billing-information-header {
  margin-bottom: 0px!important;
}
.input_box_quantity_sp_ec {

}
/* お名前 */
input.input_box_name1_sp_ec {
  width: 48%!important;
}
input.input_box_name2_sp_ec {
  width: 48%!important;
}
/* フリガナ */
input.input_box_kana1_sp_ec {
  width: 48%!important;
}
input.input_box_kana2_sp_ec {
  width: 48%!important;
}
/* 郵便番号 */
input.input_box_zip1_sp_ec {
  width: 48%!important;
}
input.input_box_zip2_sp_ec {
  width: 48%!important;
}
.form_group_sp_ec p {
  display: flex!important;
  justify-content: space-between!important;
}
/* 都道府県 */
.input_box_pref_sp_ec {
  width: 48%!important;
  height: 40px!important;
}
/* 住所1 */
.input_box_addr1_sp_ec {
    width: 100%!important;
}
/* 住所2 */
.input_box_addr2_sp_ec {
    width: 100%!important;
}
/* 電話番号 */
.input_box_tel1_sp_ec, .input_box_tel2_sp_ec, .input_box_tel3_sp_ec {
  width: 30%!important;
}
.input_tel_sp_ec .form_group_sp_ec p {
  width: 100%;
}
/* メールアドレス */
.input_box_email_sp_ec {
    width: 100%!important;
}
.eac-input-wrap {
    width: 100%;
}
/* メールアドレス（確認） */
.input_email_confirm_sp_ec .form_group_sp_ec {
  flex-direction: column;
}
/* パスワード */
.input_box_password_sp_ec {
  width: 100%!important;
}
.input_password_sp_ec .form_group_sp_ec {
  flex-direction: column;
}
/* パスワード確認 */
.input_box_password_confirm_sp_ec {
  width: 100%!important;
}
/* お届け先住所 */
.input_box_shipping_address_sp_ec {
  width: 100%!important;
}
/* クーポンコード */
.input_coupon_code_sp_ec input {
  width: 100%!important;
}
/* ラッピング */
.input_box_wrapping_sp_ec {
  width: 100%!important;
}
/* 招待コード */
.landing_form_label_ec {
  padding: 20px 0px!important;
}
.input_invite_code_sp_ec {
    margin-top: 20px;
}
.input_invite_code_sp_ec .form_group_sp_ec {
  flex-direction: column;
}
/* お支払い方法 */
.input_box_card_method_sp_ec {
  width: 100%!important;
}
/* クレジットカード番号 */
#view-input-card-number {
  width: 100%!important;
}
/* カード有効期限 */
.input_card_expiration_sp_ec .form_group_sp_ec {
  flex-direction: column;
}
.input_box_card_month_sp_ec, .input_box_card_year_sp_ec {
    width: 48%!important;
}
/* セキュリティコード */
.input_card_cvv_sp_ec .form_group_sp_ec {
  display: flex;
  flex-direction: column;
}
.input_card_cvv_sp_ec .form_group_sp_ec ul {
  list-style-position: inside!important;
}
/* お届けサイクルの指定 */
.input_box_container_payment_schedule_sp_ec {
    width: 100%!important;
}
/* お届けサイクル詳細 */
#container_delivery_schedule_by_term .form_group_sp_ec p {
    align-items: center;
  width: 100%;
}
#select_scheduled_to_be_delivered_every_x_day {
    width: 48%;
}
#container_delivery_schedule_by_date .form_group_sp_ec p {
    align-items: center;
  width: 100%;
}
#select_scheduled_to_be_delivered_every_x_month, #select_scheduled_to_be_delivered_on_xth_day {
    width: 30%;
}
/* 初回お届け日の指定 */
#container_delivery_schedule_date p {
  width: 100%;
}
#container_delivery_schedule_date p select {
  width: 100%;
}
/* お届け時間の指定 */
#container_delivery_schedule_time .form_group_sp_ec p {
    align-items: center;
  width: 100%;
}
.input_box_payment_schedule_ec {
    width: 48%;
}
/* お届け予定日 */
#scheduled_1st_delivery_date_text {
    margin-top: 20px;
}
#scheduled_2nd_delivery_date_text {
  margin-bottom: 30px;
}
.scheduled_delivery_date_text_sp_ec {
    padding-right: 25px!important;
  padding-left: 25px!important;
  font-size: 12px!important;
  color: #000000;
}
/* 通信欄 */
.input_shipping_address_id_sp_ec .form_box_label_sp_ec {
    justify-content: start;
}
.form_box_label_sp_ec {
    color: #000000;
}
/* 未入力時の吹き出し */
.formError .formErrorContent {
  background: #FF4438!important;
}
/* 見入力項目 */
.input_required_ec {
  background: #DDDDDD!important;
}
/*-------------------------------------*
 * 購入フォーム PCデザイン可変部分 MEGLY用
 *-------------------------------------*/
span.form_required_ec {
  background: #FF4438!important;
  color: #ffffff;
}
.landing_form_label_ec {
  background: #AEBBAF!important;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
table.landing_form_ec {
  border-top: 1px solid #EDEFEC;
  border-right: 1px solid #EDEFEC;
  background: #FFF;
  border-bottom: 1px solid #999;
}
.landing_form_ec th {
  border-bottom: 1px solid #EDEFEC!important;
  border-left: 1px solid #EDEFEC!important;
  background-color: #EDEFEC!important;
  width: 100%;
  /*max-width: 390px!important;*/
}
.landing_form_ec td {
  border-bottom: 1px solid #EDEFEC;
  border-left: 1px solid #EDEFEC;
  background-color: #ffffff;
  width: 100%;
  /*max-width: 390px!important;*/
}
.submit_ec {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.submit_bottom_ec {
  /* border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat; */
  cursor: pointer;
  width: 356px;
  height: 55px;
  cursor: pointer;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/button_w.png) center!important;
  background-size:contain;
  background-repeat: no-repeat!important;
}
.login_button_ec {
  cursor: pointer;
  width: 356px;
  height: 55px;
  cursor: pointer;
  background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/images/login_w.svg) center!important;
  background-size:contain;
  background-repeat: no-repeat!important;
}
.form_box_label_ec {
    color: #000000;
}
.form_box_label_ec strong {
    color: #000000;
}
.charsLeft {
    color: #000000;
}
.form_container_ec {
    width: 100%!important;
    font-family: 'Noto Sans JP', sans-serif !important;
}
.form_container_sp_ec {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.form_container_ec h4 {
    width: 100%;
    margin: 0 auto!important;
}
.landing_form_ec tr{
    display: grid;
    width: 100%;
    /*max-width: 390px;*/
}
#popup_required_field_check.required_field_exists{
  background-color: #ff4438;
  width: 390px !important;
}
#popup_required_field_check.required_field_not_exists {
    background: #aebbaf;
    width: 390px !important;
}
.login_message_box_ec {
  width: 390px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}
input.input_box_tel1_ec,
input.input_box_tel2_ec,
input.input_box_tel3_ec {
  width: 15%;
}

select.input_box_birth_year_ec {
  width: 45%;
}
select.input_box_birth_month_ec{
  width: 25%
}
select.input_box_birth_day_ec {
  width: 25%;
}
/* ---------------- hcca ---------------- */
.l-about .product-box{
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  margin: 5px auto 30px;
}
/* ---------------- hcca ---------------- */
.l-portion{
  background: #fafaf9;
  padding: 0 20px;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}
.l-portion .info-box{
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  padding: 1em;
  margin: 2em auto;
  max-width: 940px;
}
.l-portion .info-box .col {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1.6em;
}
.l-portion .info-box .img-item {
  width: 178px;
}
.l-portion .info-box .txt-item {
  width: 62%;
}
.l-portion .info-box .ttl-m {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 0.6em;
}
.l-portion .info-box .txt-item p {
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1024px) {
  .portion-ttl {
    font-size: 3.2rem;
  }
  .portion-list {
    flex-direction: column;
  }
  .portion-list li,
  .portion-list li.is-1 {
    margin-bottom: 3em;
    width: 100%;
  }
  .l-portion .info-box .img-item {
    width: 150px;
  }
  .l-portion .explanation {
    margin: 0 auto 3em;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .l-portion .info-box .img-item {
    width: 26%;
  }
  .l-portion .info-box .ttl-m {
    font-size: 4.4vw;
  }
  .l-portion .info-box .txt-item p {
    font-size: 2.8vw;
  }
}


/*移植先*/
@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_pickup_available_date_ec {
  width: 15%;
}

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

/* セット商品 */
.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;
}
.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: 66.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: 2.1333333333vw;
    line-height: 1.325;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5.8666666667vw;
  }
}
.secIntro__awardBlk_awardList li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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: 24vw 0 40vw;
  }
}
.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: 39.4666666667vw;
    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: 1px 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 1.625rem;
  margin-bottom: 9.375rem;
  border: 1px solid #3e3a39;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .secWpeel__pointBlk .pointBox {
    width: calc(100% - 4vw);
    padding: 12.8vw 0 4.2666666667vw;
    margin: 0 auto 26.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.secWpeel__pointBlk .pointBox--2 {
  padding: 3rem 2.875rem 3rem 3.875rem;
}
@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: 12.8vw 4vw 4.8vw;
    margin-bottom: 25.6vw;
  }
}
.secWpeel__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) {
  .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: 1.75rem;
  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: 1px solid #ff4438;
  border-bottom: 1px 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: 72vw;
    padding: 0.25em 0;
    margin: 0 auto 2.9333333333vw;
    font-size: 4.8vw;
  }
}
.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: 400;
  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: 50%;
  max-width: 400px;
  flex-shrink: 0;
}
@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: #aebbaf;
}
.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: 4.8vw;
  }
}
.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: 0 0 12.8vw;
  }
}
.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: 3vw;
    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: 4.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: .75em;
  display: block;
  border-radius: 35px;
  border: solid 1px #000;
  text-align: center;
  padding: 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: 1.4em;
}