/*------------------------------------
* 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: 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: #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 12px!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;
  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%;
}
/*-------------------------------------*
 * カレン様作成cssファイル
 *-------------------------------------*/

@charset "UTF-8";

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
body
{
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
button
{
    cursor: revert;
}

ol,
ul,
menu
{
    list-style: none;
}

img
{
    max-width: 100%;
}

table
{
    border-collapse: collapse;
}

textarea
{
    white-space: revert;
}

meter
{
    -webkit-appearance: revert;
            -moz-appearance: revert;
            appearance: revert;
}

::-webkit-input-placeholder
{
    color: unset;
}

::-moz-placeholder
{
    color: unset;
}

:-ms-input-placeholder
{
    color: unset;
}

::-ms-input-placeholder
{
    color: unset;
}

::placeholder
{
    color: unset;
}

:where([hidden])
{
    display: none;
}

:where([contenteditable])
{
       -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

:where([draggable='true'])
{
    -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
body
{
    font-family: 'Noto Sans JP', sans-serif;

    color: #000;
}

#canvas-basic
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100vw;
    height: 100%;
}

.is-bg-red
{
    color: #fff; 
    background-color: #e92e2d;
}

h1,
h2,
h3,
p,
ul,
li
{
    margin: 0;
    padding: 0;
}

div
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
div::-webkit-scrollbar
{
    display: none;
}

a
{
    text-decoration: none;
}

.c-btn
{
    font-weight: 500; 
    line-height: 1.75;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .2s;

    transition: all .2s;
    letter-spacing: 0;

    color: #000;
    border: solid 1px #aebbaf;
    border-radius: 100px;
    background-color: #aebbaf;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .c-btn
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .c-btn
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .c-btn
    {
        min-height: 45px;
    }
}
@media screen and (max-width: 749px)
{
    .c-btn
    {
        min-height: 11.53846vw;
    }
}
@media screen and (min-width: 750px)
{
    .c-btn:hover
    {
        border: solid 1px #000; 
        background-color: #fff;
    }
}
.c-btn--white
{
    color: #000; 
    border: solid 1px #000;
    background-color: #fff;
}
@media screen and (min-width: 750px)
{
    .c-btn--white:hover
    {
        border: solid 1px #aebbaf; 
        background-color: #aebbaf;
    }
}

.p-startkit
{
    position: relative;
    z-index: 2;

    background-color: #ffffff;
}
@media screen and (min-width: 750px)
{
    .p-startkit--02
    {
        padding-top: 39px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--02
    {
        padding-top: 10vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit--03
    {
        padding-top: 39px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--03
    {
        padding-top: 10vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit--03 .p-startkit__setTitle
    {
        padding-top: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--03 .p-startkit__setTitle
    {
        padding-top: 5.12821vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit--03 .p-startkit__priceBox
    {
        margin-top: -40px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--03 .p-startkit__priceBox
    {
        margin-top: -10.25641vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit--04
    {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--04
    {
        padding-bottom: 0vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit--04 .p-startkit__setTitle
    {
        padding-top: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--04 .p-startkit__setTitle
    {
        padding-top: 5.12821vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit--04 .p-startkit__priceBox
    {
        margin-top: -40px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit--04 .p-startkit__priceBox
    {
        margin-top: -10.25641vw;
    }
}

.p-startkit__title
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-startkit__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit__title
    {
        margin-bottom: 37px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__title
    {
        margin-bottom: 9.48718vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-startkit__setImg
    {
        margin: 0 -20px 22.7px;
    }
}

@media screen and (max-width: 749px)
{
    .p-startkit__setImg
    {
        margin: 0 -5.12821vw 5.82051vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-startkit__setImg img
    {
        width: 390px;
        height: 278px;
    }
}

@media screen and (max-width: 749px)
{
    .p-startkit__setImg img
    {
        width: 100vw;
        height: 71.28205vw;
    }
}

.p-startkit__priceWrap
{
    position: relative;

    text-align: center;
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceWrap
    {
        margin-top: -8.7px;
        margin-bottom: 16.2px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceWrap
    {
        margin-top: -2.23077vw;
        margin-bottom: 4.15385vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-startkit__btn--buy
    {
        margin-bottom: 12.5px;
    }
}

@media screen and (max-width: 749px)
{
    .p-startkit__btn--buy
    {
        margin-bottom: 3.20513vw;
    }
}

.p-startkit__price
{
    font-weight: 500; 
    line-height: 1.08;

    position: relative;

    display: inline-block;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-startkit__price
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__price
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
.p-startkit__price span
{
    font-weight: 400;
    line-height: 1.83333;

    position: absolute;
    bottom: 0;

    letter-spacing: 0;
    word-break: keep-all;
}
@media screen and (min-width: 750px)
{
    .p-startkit__price span
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__price span
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit__price span
    {
        left: calc(100% + 15 / 390 * 390px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__price span
    {
        left: calc(100% + 15.5 / 390 * 100vw);
    }
}

.p-startkit__setTitle
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-startkit__setTitle
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__setTitle
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit__setTitle
    {
        margin-top: 17.3px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__setTitle
    {
        margin-top: 4.4359vw;
        margin-bottom: 6.15385vw;
    }
}

.p-startkit__priceBox
{
    text-align: center; 

    border: solid 1px #000;
    border-radius: 17px;
    background: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox
    {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox
    {
        padding-top: 2.5641vw;
        padding-bottom: 3.84615vw;
    }
}

.p-startkit__priceBox__title
{
    font-weight: 500; 
    line-height: 2.14286;

    letter-spacing: .01em;
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox__title
    {
        font-size: calc((14 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox__title
    {
        font-size: calc((14 / 390) * 100vw);
    }
}

.p-startkit__priceBox__text
{
    font-weight: 500; 
    line-height: 2.14286;

    letter-spacing: .01em;

    color: #fff;
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox__text
    {
        font-size: calc((14 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox__text
    {
        font-size: calc((14 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox__text
    {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox__text
    {
        margin-bottom: 1.28205vw;
    }
}

.p-startkit__priceBox__price
{
    font-weight: 500; 
    line-height: 1.36364;

    letter-spacing: .01em;

    color: #fff;
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox__price
    {
        font-size: calc((22 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox__price
    {
        font-size: calc((22 / 390) * 100vw);
    }
}

.p-startkit__priceBox__cuation
{
    font-weight: 500; 
    line-height: 2.5;

    letter-spacing: .01em;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox__cuation
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox__cuation
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-startkit__priceBox__cuation
    {
        margin-top: 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-startkit__priceBox__cuation
    {
        margin-top: 1.28205vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-startkit--04 .p-startkit__priceBox
    {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 749px)
{
    .p-startkit--04 .p-startkit__priceBox
    {
        margin-bottom: 12.30769vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-startkit--04
    {
        padding-top: 39px;
        padding-bottom: 46px;
    }
}

@media screen and (max-width: 749px)
{
    .p-startkit--04
    {
        padding-top: 10vw;
        padding-bottom: 11.79487vw;
    }
}

.link
{
    font-weight: 300; 
    line-height: 1.25;

    letter-spacing: 0;

    color: blue !important;
}
@media screen and (min-width: 750px)
{
    .link
    {
        font-size: 16px;
        font-weight: 300; 
        line-height: 1.25;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .link
    {
        font-size: .83333vw;
    }
}
@media screen and (min-width: 750px)
{
    .link
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .link
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .link
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 749px)
{
    .link
    {
        margin-bottom: 7.69231vw;
    }
}

.p-mv
{
    position: relative;
    z-index: 100;

    overflow: hidden;

    background-color: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-mv
    {
        height: 100vh;
        min-height: 800px;
        max-height: 900px; 
        padding-top: 17.4px;
        padding-bottom: 21px;
    }
}
@media screen and (max-width: 749px)
{
    .p-mv
    {
        padding-top: 4.46154vw;
        padding-bottom: 5.38462vw;
    }
}

.p-kv__inner
{
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 750px)
{
    .p-kv__inner
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; 

        height: 100%;
    }
}

.p-kv__title img
{
    margin-right: auto; 
    margin-left: auto;
}
@media screen and (min-width: 750px)
{
    .p-kv__title img
    {
        width: 350px;
        height: 67.15px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__title img
    {
        width: 89.74359vw;
        height: 17.21795vw;
    }
}

.p-kv__img
{
    position: relative;
}
@media screen and (min-width: 750px)
{
    .p-kv__img
    {
        margin-top: -10px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__img
    {
        margin-top: -2.5641vw;
        margin-bottom: 3.07692vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-kv__img
    {
        width: 350px;
        height: 197px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__img
    {
        width: 89.74359vw;
        height: 50.51282vw;
    }
}
.p-kv__img iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.p-kv__catch
{
    font-family: YuMincho, 'Yu Mincho', 'Sawarabi Mincho', ' ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG 明朝 E, 'ＭＳ Ｐ明朝 ', 'ＭＳ 明朝 ', serif;
    font-weight: 400; 
    line-height: 1.66667;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv__catch
    {
        font-size: calc((36 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__catch
    {
        font-size: calc((36 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-kv__catch
    {
        font-weight: 400; 
        line-height: 1.52778;

        margin-bottom: 15px;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 750px) and (min-width: 750px)
{
    .p-kv__catch
    {
        font-size: calc((36 / 390) * 390 * 1px);
    }
}
@media screen and (min-width: 750px) and (max-width: 749px)
{
    .p-kv__catch
    {
        font-size: calc((36 / 390) * 100vw);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__catch
    {
        margin-bottom: sp(15);
    }
}
.p-kv__catch sup
{
    font-weight: 400;
    line-height: 5;

    position: relative;

    display: inline-block;

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px); 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv__catch sup
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__catch sup
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__catch sup
    {
        margin-left: 1.28205vw;
    }
}

.p-kv__caution
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-kv__caution
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__caution
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-kv__caution
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__caution
    {
        margin-bottom: 17.94872vw;
    }
}

.p-kv__catch2
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center; 

    color: #fff;
    border-radius: 300px;
    background-color: #ff4438;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-kv__catch2
    {
        min-height: 100px;
        margin-top: auto;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__catch2
    {
        min-height: 25.64103vw;
    }
}
.p-kv__catch2 span
{
    font-weight: 500; 
    line-height: 1.75;

    display: inline-block;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv__catch2 span
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__catch2 span
    {
        font-size: calc((16 / 390) * 100vw);
    }
}

.p-kv__product
{
    position: absolute;
    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}
@media screen and (min-width: 750px)
{
    .p-kv__product
    {
        bottom: -90px;

        margin-left: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__product
    {
        top: 105.12821vw;

        margin-left: 2.5641vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-kv__product img
    {
        width: 205px;
        height: 461px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv__product img
    {
        width: 52.5641vw;
        height: 118.20513vw;
    }
}

.p-include
{
    position: relative;
    z-index: 100; 

    /*background-color: #edefec;*/
}
@media screen and (min-width: 750px)
{
    .p-include
    {
        padding-top: 39px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include
    {
        padding-top: 10.25641vw;
    }
}

.p-include__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
@media screen and (min-width: 750px)
{
    .p-include__list
    {
        margin-right: 12px; 
        margin-left: 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__list
    {
        margin-right: 3.07692vw; 
        margin-left: 3.07692vw;
    }
}

.p-include__item
{
    text-align: center;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;
}
@media screen and (min-width: 750px)
{
    .p-include__item
    {
        max-width: 92px;
        margin-bottom: 57px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__item
    {
        max-width: 23.58974vw;
        margin-bottom: 14.61538vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-include__item:nth-child(1) .p-include__itemImg img
    {
        width: 86px;
        height: 164px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__item:nth-child(1) .p-include__itemImg img
    {
        height: 22.05128vw;
        height: 42.05128vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-include__item:nth-child(2) .p-include__itemImg img
    {
        width: 35px;
        height: 95px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__item:nth-child(2) .p-include__itemImg img
    {
        height: 8.97436vw;
        height: 24.35897vw;
        margin-bottom: 1.53846vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-include__item:nth-child(3) .p-include__itemImg img
    {
        width: 36px;
        height: 112px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__item:nth-child(3) .p-include__itemImg img
    {
        width: 9.23077vw;
        height: 28.71795vw;
        margin-bottom: 1.53846vw;
    }
}

.p-include__itemImg
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 750px)
{
    .p-include__itemImg
    {
        height: 164px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__itemImg
    {
        height: 42.05128vw;
    }
}

.p-include__itemTitle
{
    font-weight: 500;
    line-height: 1.83333;

    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    word-break: keep-all;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-include__itemTitle
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-include__itemTitle
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-include__itemTitle
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__itemTitle
    {
        margin-bottom: 3.84615vw;
    }
}
.p-include__itemTitle span
{
    display: inline-block; 

    color: #ff4438;
}

.p-include__link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 5px;

    -webkit-transition: all .2s;

    transition: all .2s; 
    text-align: center;

    color: #000;
    border: solid 1px #aebbaf;
    border-radius: 23px;
    background-color: #aebbaf;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-include__link
    {
        min-height: 65px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__link
    {
        min-height: 16.66667vw;
    }
}
.p-include__link span
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-include__link span
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-include__link span
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
.p-include__link:hover
{
    border: solid 1px #000; 
    background-color: #fff;
}

.p-include__merit__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 750px)
{
    .p-include__merit__list
    {
        padding: 0 0 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__merit__list
    {
        padding: 0 0 3.07692vw;
    }
}

.p-include__merit__item
{
    width: 30%; 

    text-align: center;
}
@media screen and (min-width: 750px)
{
    .p-include__merit__item
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__merit__item
    {
        margin-bottom: 7.17949vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-include__merit__icon
    {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 749px)
{
    .p-include__merit__icon
    {
        margin-bottom: 2.5641vw;
    }
}

.p-include__merit__icon img
{
    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-include__merit__icon img
    {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 749px)
{
    .p-include__merit__icon img
    {
        width: 7.69231vw;
        height: 7.69231vw;
    }
}

.p-include__merit__text
{
    font-weight: 500;
    line-height: 1.83333;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-include__merit__text
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-include__merit__text
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-trouble
{
    position: relative;

    overflow: hidden;
}
@media screen and (min-width: 750px)
{
    .p-trouble
    {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble
    {
        padding-bottom: 10.25641vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-trouble__inner__inner
    {
        padding-top: 35.5px;
    }
}

@media screen and (max-width: 749px)
{
    .p-trouble__inner__inner
    {
        padding-top: 9.10256vw;
    }
}

.p-trouble__bg
{
    position: absolute;
    top: 0; 
    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}
.p-trouble__bg.fix
{
    position: fixed;
}
@media screen and (min-width: 750px)
{
    .p-trouble__bg
    {
        width: 390px; 
        height: 1550px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__bg
    {
        width: 100vw; 
        height: 397.4359vw;
    }
}
.p-trouble__bg img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover !important;

    object-fit: cover !important;
}

#mainContents .p-trouble__bg img
{
    -o-object-fit: cover;
    object-fit: cover;
}

.p-trouble__inner
{
    position: relative;
    z-index: 2;
}

.p-trouble__inner__inner__inner,
.p-trouble__megly
{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.p-trouble__list
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
}
.p-trouble__list .p-trouble__item
{
    width: 100%;

    -webkit-transition: all .6s;

    transition: all .6s;

    -webkit-flex-shrink: 0;

    -ms-flex-negative: 0;

    flex-shrink: 0;
}
@media screen and (min-width: 750px)
{
    .p-trouble__list .p-trouble__item
    {
        padding: 0 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__list .p-trouble__item
    {
        padding: 0 5.12821vw;
    }
}

.p-trouble__megly__inner.is_stuck
{
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.p-trouble__list2
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
}
.p-trouble__list2 .p-trouble__item2
{
    width: 100%;

    -webkit-transition: all .6s;

    transition: all .6s;

    -webkit-flex-shrink: 0;

    -ms-flex-negative: 0;

    flex-shrink: 0;
}
@media screen and (min-width: 750px)
{
    .p-trouble__list2 .p-trouble__item2
    {
        padding: 0 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__list2 .p-trouble__item2
    {
        padding: 0 5.12821vw;
    }
}

.p-trouble__text
{
    position: relative;
    z-index: 4; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;

    color: #fff;
    border: solid 1px #fff;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text
    {
        padding-right: 19px; 
        padding-left: 19px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text
    {
        padding-right: 4.87179vw; 
        padding-left: 4.87179vw;
    }
}
.p-trouble__text p
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text p
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text p
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
.p-trouble__text p sup
{
    font-weight: 500; 
    line-height: 2;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text p sup
    {
        font-size: calc((10 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text p sup
    {
        font-size: calc((10 / 390) * 100vw);
    }
}
.p-trouble__text--sm p
{
    font-weight: 500; 
    line-height: 2;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text--sm p
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text--sm p
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
.p-trouble__text--01
{
    border-radius: 350px / 140px;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text--01
    {
        height: 140px;
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text--01
    {
        height: 35.89744vw;
        margin-bottom: 16.41026vw;
    }
}
.p-trouble__text--02
{
    margin-left: auto;

    border-radius: 17px;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text--02
    {
        width: 260px;
        height: 143px;
        margin-top: -20px; 
        margin-bottom: 86.7px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text--02
    {
        width: 66.66667vw;
        height: 36.66667vw;
        margin-top: -5.12821vw; 
        margin-bottom: 22.23077vw;
    }
}
.p-trouble__text--03
{
    border-radius: 350px / 140px;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text--03
    {
        height: 140px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text--03
    {
        height: 35.89744vw;
    }
}
.p-trouble__text--04
{
    margin-left: auto;

    border-radius: 17px;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text--04
    {
        width: 260px;
        height: 143px;
        margin-top: -20px; 
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text--04
    {
        width: 66.66667vw;
        height: 36.66667vw;
        margin-top: -5.12821vw; 
        margin-bottom: 12.82051vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-trouble__text__wrap
    {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 749px)
{
    .p-trouble__text__wrap
    {
        margin-bottom: 16.41026vw;
    }
}

.p-trouble__img
{
    position: relative;
}
@media screen and (min-width: 750px)
{
    .p-trouble__img img
    {
        width: 260px;
        height: 260px;
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__img img
    {
        width: 66.66667vw;
        height: 66.66667vw;
    }
}

.p-trouble__text.p-trouble__text--04 p:first-child
{
    padding-bottom: 5px;
}

.p-trouble__text.p-trouble__text--04 .p-trouble__caution
{
    font-weight: 500;
    line-height: 1.8;

    position: relative; 

    text-align: left;
    letter-spacing: 0;

    color: #fff;
}
@media screen and (min-width: 750px)
{
    .p-trouble__text.p-trouble__text--04 .p-trouble__caution
    {
        font-size: calc((10 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-trouble__text.p-trouble__text--04 .p-trouble__caution
    {
        font-size: calc((10 / 390) * 100vw);
    }
}

@media screen and (min-width: 750px)
{
    .p-trouble__text--sm
    {
        padding-right: 10px; 
        padding-left: 10px;
    }
}

@media screen and (max-width: 749px)
{
    .p-trouble__text--sm
    {
        padding-right: 2.5641vw; 
        padding-left: 2.5641vw;
    }
}

#p-trouble__megly__title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#p-trouble__megly__title.fix
{
    position: fixed;
    right: 0; 
    left: 0;
}

.swiper1,
.swiper3
{
    position: relative;

    -webkit-transform: translateX(-12px);

    transform: translateX(-12px);
}

.swiper-pagination1
{
    position: absolute;
    z-index: 2;
    left: 53%; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}
@media screen and (min-width: 750px)
{
    .swiper-pagination1
    {
        bottom: 50px;
    }
}
@media screen and (max-width: 749px)
{
    .swiper-pagination1
    {
        bottom: 12.82051vw;
    }
}

.swiper-pagination3
{
    position: absolute;
    z-index: 2;
    left: 53%; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}
@media screen and (min-width: 750px)
{
    .swiper-pagination3
    {
        bottom: 15px;
    }
}
@media screen and (max-width: 749px)
{
    .swiper-pagination3
    {
        bottom: 3.84615vw;
    }
}

.swiper-pagination-bullet
{
    cursor: pointer; 

    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
}
@media screen and (min-width: 750px)
{
    .swiper-pagination-bullet
    {
        width: 15px;
        height: 15px; 

        -webkit-transition: opacity .3s ease; 

        transition: opacity .3s ease;
    }
}
@media screen and (max-width: 749px)
{
    .swiper-pagination-bullet
    {
        width: 3.84615vw;
        height: 3.84615vw;
    }
}
@media screen and (min-width: 750px)
{
    .swiper-pagination-bullet:not(:last-child)
    {
        margin-right: 15px;
    }
}
@media screen and (max-width: 749px)
{
    .swiper-pagination-bullet:not(:last-child)
    {
        margin-right: 3.84615vw;
    }
}
@media screen and (min-width: 750px)
{
    .swiper-pagination-bullet:hover
    {
        opacity: .7;
    }
}

.swiper-pagination-bullet-active
{
    background: #fff;
}

.p-howto
{
    background: -webkit-gradient(linear, left top, left bottom, from(#edefec), to(#ffdbec));
    background: -webkit-linear-gradient(top, #edefec 0%, #ffdbec 100%);
    background: linear-gradient(to bottom, #edefec 0%, #ffdbec 100%);
}
@media screen and (min-width: 750px)
{
    .p-howto
    {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto
    {
        padding-bottom: 7.69231vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-howto__circleText
    {
        margin-right: -20px; 
        margin-bottom: 42px;
        margin-left: -23px;
        padding-top: 43.5px;
    }
}

@media screen and (max-width: 749px)
{
    .p-howto__circleText
    {
        margin-right: -5.12821vw; 
        margin-bottom: 10.76923vw;
        margin-left: -5.89744vw;
        padding-top: 11.15385vw;
    }
}

.p-howto__circleText img
{
    max-width: inherit !important;
}
@media screen and (min-width: 750px)
{
    .p-howto__circleText img
    {
        width: 117px;
        height: 100.74px;
        margin-left: -15px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__circleText img
    {
        width: 30vw;
        height: 25.83077vw;
        margin-left: -3.84615vw;
    }
}

.p-howto__circleText--01
{
    margin-bottom: 0;
}

.p-howto__circleText--02
{
    margin-bottom: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__circleText--02
    {
        padding-top: 35px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__circleText--02
    {
        padding-top: 8.97436vw;
    }
}

.p-howto__circleText--03
{
    margin-bottom: 0;
}

.p-howto__circleText--05
{
    margin-bottom: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__circleText--05
    {
        padding-top: 0;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__circleText--05
    {
        padding-top: 0vw;
    }
}

.p-howto__title
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;

    color: #ff4438;
}
@media screen and (min-width: 750px)
{
    .p-howto__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__title
    {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__title
    {
        margin-bottom: 1.28205vw;
    }
}

.p-howto__catch
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;

    color: #ff4438;
}
@media screen and (min-width: 750px)
{
    .p-howto__catch
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__catch
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__catch
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__catch
    {
        margin-bottom: 7.69231vw;
    }
}

.p-howto__box
{
    overflow: hidden; 

    color: #ff4438;
    border: solid 1px #ff4438;
    border-radius: 17px;
}
@media screen and (min-width: 750px)
{
    .p-howto__box
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box
    {
        margin-bottom: 5.12821vw;
    }
}
.p-howto__box--01 .p-howto__box__text--01
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__box--01 .p-howto__box__text--01
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--01 .p-howto__box__text--01
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box--01 .p-howto__box__text--01
    {
        padding: 16px 17px 14px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--01 .p-howto__box__text--01
    {
        padding: 4.10256vw 4.35897vw 3.58974vw;
    }
}
.p-howto__box--01 .p-howto__box__text--02
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__box--01 .p-howto__box__text--02
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--01 .p-howto__box__text--02
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box--01 .p-howto__box__text--02
    {
        padding: 0 17px 6px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--01 .p-howto__box__text--02
    {
        padding: 0vw 4.35897vw 1.53846vw;
    }
}
.p-howto__box--01 .p-howto__box__text--03
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__box--01 .p-howto__box__text--03
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--01 .p-howto__box__text--03
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box--01 .p-howto__box__text--03
    {
        padding: 1px 17px 25px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--01 .p-howto__box__text--03
    {
        padding: .25641vw 4.35897vw 6.41026vw;
    }
}
.p-howto__box--02 .p-howto__box__text--01
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__box--02 .p-howto__box__text--01
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--02 .p-howto__box__text--01
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box--02 .p-howto__box__text--01
    {
        padding: 18px 17px 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--02 .p-howto__box__text--01
    {
        padding: 4.61538vw 4.35897vw 5.64103vw;
    }
}
.p-howto__box--03 .p-howto__box__text--01
{
    font-weight: 500; 
    line-height: 2;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__box--03 .p-howto__box__text--01
    {
        font-size: calc((11 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--03 .p-howto__box__text--01
    {
        font-size: calc((11 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box--03 .p-howto__box__text--01
    {
        padding: 15.5px 12px 18px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box--03 .p-howto__box__text--01
    {
        padding: 3.97436vw 1.53846vw 4.61538vw;

        text-align: center;
    }
}

.p-howto__box__step__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 750px)
{
    .p-howto__box__step__list
    {
        margin-bottom: 18.7px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__step__list
    {
        margin-bottom: 3.58974vw;
    }
}

.p-howto__box__step__item
{
    font-weight: 500;
    line-height: 1.83333;

    overflow: hidden; 

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto__box__step__item
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__step__item
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box__step__item
    {
        padding: 7px 0 7px 0;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__step__item
    {
        padding: 1.79487vw 0 1.79487vw 0;
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box__step__item span
    {
        margin-right: 7px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__step__item span
    {
        margin-right: .76923vw;
    }
}
.p-howto__box__step__item:first-child
{
    background: url('https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/arrow-red.png') no-repeat center right/auto 100%; 

    -webkit-box-flex: 1; 

    -webkit-flex: 1; 

    -ms-flex: 1; 

    flex: 1;
}
.p-howto__box__step__item:first-child span
{
    display: block;
}
.p-howto__box__step__item:not(:first-child)
{
    background: url('https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/arrow-outline.png') no-repeat center right/100% 100%;
}
@media screen and (min-width: 750px)
{
    .p-howto__box__step__item:not(:first-child)
    {
        width: 70px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__step__item:not(:first-child)
    {
        width: 17.94872vw;
    }
}

.p-howto__box__title
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;

    border-bottom: solid 1px #ff4438;
}
@media screen and (min-width: 750px)
{
    .p-howto__box__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box__title
    {
        padding: 18px 13px 15px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__title
    {
        padding: 4.61538vw 3.33333vw 3.84615vw;
    }
}

.p-howto__box__img__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 

    border-bottom: solid 1px #ff4438;
}

.p-howto__box__img__item
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-howto__box__img__item img
{
    display: block;

    -o-object-fit: cover !important;

    object-fit: cover !important;
}
@media screen and (min-width: 750px)
{
    .p-howto__box__img__item img
    {
        height: 182px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__img__item img
    {
        height: 46.66667vw;
    }
}
.p-howto__box__img__item:not(:last-child)
{
    border-right: solid 1px #ff4438;
}

.p-howto__box__ng__list
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;

    border-bottom: dashed 1px #ff4438;
}
@media screen and (min-width: 750px)
{
    .p-howto__box__ng__list
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__ng__list
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto__box__ng__list
    {
        padding: 18px 17px 16px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto__box__ng__list
    {
        padding: 4.61538vw 4.35897vw 4.10256vw;
    }
}

.p-tech
{
    background: -webkit-gradient(linear, left top, left bottom, from(#edefec), to(#73cc34));
    background: -webkit-linear-gradient(top, #edefec 0%, #73cc34 100%);
    background: linear-gradient(to bottom, #edefec 0%, #73cc34 100%);
}
@media screen and (min-width: 750px)
{
    .p-tech
    {
        padding-bottom: 47.3px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech
    {
        padding-bottom: 12.12821vw;
    }
}

.p-tech__title01
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: -.01em;
}
@media screen and (min-width: 750px)
{
    .p-tech__title01
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title01
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__title01
    {
        margin: 0 -20px;
        margin-bottom: 34.5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title01
    {
        margin: 0 -5.12821vw;
        margin-bottom: 8.84615vw;
    }
}

.p-tech__box
{
    border: solid 1px #000; 
    border-radius: 17px;
}
@media screen and (min-width: 750px)
{
    .p-tech__box .p-tech__caution
    {
        padding: 0 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box .p-tech__caution
    {
        padding: 0 5.12821vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box--01
    {
        margin-bottom: 40.7px; 
        padding-bottom: 29px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box--01
    {
        margin-bottom: 10.4359vw; 
        padding-bottom: 7.4359vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box--02
    {
        margin-top: 43px;
        margin-bottom: 47px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box--02
    {
        margin-top: 11.02564vw;
        margin-bottom: 12.05128vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box--03 .p-tech__caution
    {
        padding: 20px 20px 0;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box--03 .p-tech__caution
    {
        padding-top: 3.84615vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box--03
    {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box--03
    {
        margin-bottom: 5.64103vw;
    }
}

.p-tech__titleBox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-bottom: solid 1px #000;
}

.p-tech__title
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;
}
@media screen and (min-width: 750px)
{
    .p-tech__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__title
    {
        padding: 14px 17px 18px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title
    {
        padding: 3.58974vw 4.35897vw 4.61538vw;
    }
}

.p-tech__title__num
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    border-right: solid 1px #000;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 750px)
{
    .p-tech__title__num
    {
        width: 59.5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title__num
    {
        width: 15.25641vw;
    }
}

.p-tech__box__text
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text
    {
        padding: 19.5px 17px 8px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text
    {
        padding: 5vw 4.35897vw 2.05128vw;
    }
}

.p-tech__title02
{
    font-weight: 500;
    line-height: 1.48;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__title02
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title02
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__title02
    {
        margin-bottom: 19px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title02
    {
        margin-bottom: 4.87179vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-tech__img01
    {
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 749px)
{
    .p-tech__img01
    {
        margin-bottom: 3.33333vw;
    }
}

.p-tech__img01 img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-tech__img01 img
    {
        width: 62px;
        height: 192px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__img01 img
    {
        width: 15.89744vw;
        height: 49.23077vw;
    }
}

.p-tech__text01
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__text01
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text01
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__text01
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text01
    {
        margin-bottom: 2.5641vw;
    }
}

.p-tech__caution
{
    font-weight: 500;
    line-height: 1.83333;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-tech__caution
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__caution
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__caution
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__caution
    {
        margin-bottom: 5.12821vw;
    }
}

.p-tech__table
{
    width: 94.5%;
    margin: 0 auto;
}
.p-tech__table tr
{
    background-image: -webkit-linear-gradient(left, #000, #000 4px, transparent 4px, transparent 6px);
    background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom; 
    background-size: 6px 1px;
}
.p-tech__table tr:first-child
{
    background-image: -webkit-linear-gradient(left, #000, #000 4px, transparent 4px, transparent 6px), -webkit-linear-gradient(left, #000, #000 4px, transparent 4px, transparent 6px);
    background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px), linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left top, right bottom; 
    background-size: 6px 1px, 6px 1px;
}
.p-tech__table th,
.p-tech__table td
{
    font-weight: 500; 
    line-height: 1.83333;

    text-align: left;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__table th,
    .p-tech__table td
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table th,
    .p-tech__table td
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
.p-tech__table th
{
    font-weight: 500;
    line-height: 1.83333;

    zoom: .75; 

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__table th
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table th
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__table th
    {
        padding: 10px 0 8px 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table th
    {
        padding: 2.5641vw 0 2.05128vw 5px;
    }
}
.p-tech__table td
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__table td
    {
        padding: 10px 5px 8px 0;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table td
    {
        padding: 2.5641vw 5px 2.05128vw 0;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__table td
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table td
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
.p-tech__table td span
{
    font-weight: 500; 
    line-height: 1.83333;

    display: inline-block;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__table td span
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table td span
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__table td span
    {
        padding-left: 13px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__table td span
    {
        padding-left: 3.33333vw;
    }
}

.p-tech__box__text02
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text02
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text02
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text02
    {
        padding-top: 15.5px;
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text02
    {
        padding-top: 3.97436vw;
        padding-bottom: 4.61538vw;
    }
}
.p-tech__box__text02 span
{
    font-weight: 500; 
    line-height: 1.83333;

    display: block;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text02 span
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text02 span
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text02 span
    {
        padding-top: 2px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text02 span
    {
        padding-top: .51282vw;
    }
}
.p-tech__box__text02.m-border
{
    border-bottom: 1px solid #000;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__text02.m-border
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__text02.m-border
    {
        margin-bottom: 5.12821vw;
    }
}

.p-tech__title03
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__title03
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title03
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__title03
    {
        margin-bottom: 29px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__title03
    {
        margin-bottom: 7.4359vw;
    }
}

.p-tech__box__img
{
    border-bottom: 1px solid #000;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__img
    {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__img
    {
        margin-bottom: 2.5641vw;
        padding-bottom: 7.69231vw;
    }
}

.p-tech__box__img02
{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__img02
    {
        margin-top: -10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__img02
    {
        margin-top: -2.5641vw;
    }
}
.p-tech__box__img02 img
{
    display: block;

    -o-object-fit: cover !important;

    object-fit: cover !important;
}
@media screen and (min-width: 750px)
{
    .p-tech__box__img02 img
    {
        height: 137px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__box__img02 img
    {
        height: 35.12821vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-tech__img02
    {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 749px)
{
    .p-tech__img02
    {
        margin-bottom: 2.82051vw;
    }
}

.p-tech__img02 img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-tech__img02 img
    {
        width: 71px;
        height: 193px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__img02 img
    {
        width: 18.20513vw;
        height: 49.48718vw;
    }
}

.p-tech__text02
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__text02
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text02
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__text02
    {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text02
    {
        margin-bottom: 5.64103vw;
    }
}

.p-tech__text03
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__text03
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text03
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__text03
    {
        margin-top: 22px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text03
    {
        margin-top: 5.64103vw;
        margin-bottom: 3.07692vw;
    }
}

.p-tech__tableWrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
.p-tech__tableWrap .p-tech__table
{
    width: 46.5%;
}
.p-tech__tableWrap .p-tech__table td
{
    text-align: right;
}

.p-tech__text04
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__text04
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text04
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__text04
    {
        margin-top: 22px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text04
    {
        margin-top: 5.64103vw;
        margin-bottom: 1.28205vw;
    }
}

.p-tech__text05
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__text05
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text05
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__text05
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__text05
    {
        margin-bottom: 7.17949vw;
    }
}

.p-tech__acco
{
    width: 94.5%;
    margin-right: auto; 
    margin-left: auto;

    background-image: -webkit-linear-gradient(left, #000, #000 4px, transparent 4px, transparent 6px), -webkit-linear-gradient(left, #000, #000 4px, transparent 4px, transparent 6px);

    background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px), linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left top, right bottom;
    background-size: 6px 1px, 6px 1px;
}
@media screen and (min-width: 750px)
{
    .p-tech__acco
    {
        margin-bottom: 54px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__acco
    {
        margin-bottom: 13.84615vw;
    }
}

.p-tech__acco_q
{
    font-weight: 500; 
    line-height: 1.75;

    position: relative;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__acco_q
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__acco_q
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__acco_q
    {
        padding: 8px 5px 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__acco_q
    {
        padding: 2.05128vw 1.28205vw 2.5641vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__acco_q:hover
    {
        cursor: pointer;

        opacity: .8;
    }
}
.p-tech__acco_q .plus
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
}
@media screen and (min-width: 750px)
{
    .p-tech__acco_q .plus
    {
        right: 5px; 

        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__acco_q .plus
    {
        right: 1.28205vw; 

        width: 4.10256vw;
        height: 4.10256vw;
    }
}
.p-tech__acco_q .plus::before
{
    position: absolute;
    top: 50%;

    width: 100%;
    height: 1px;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 

    background: #000;
}
.p-tech__acco_q .plus::after
{
    position: absolute;
    left: 50%;

    width: 1px;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s; 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);

    background: #000;
}
.p-tech__acco_q .plus.open::after
{
    opacity: 0;
}

.p-tech__acco_a
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__acco_a
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__acco_a
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__acco_a
    {
        padding: 8px 5px 69px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__acco_a
    {
        padding: 2.05128vw 1.28205vw 17.69231vw;
    }
}

.p-tech__compare
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-tech__compare
    {
        padding-top: 20.5px;
        padding-bottom: 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__compare
    {
        padding-top: 5.25641vw;
        padding-bottom: 5.64103vw;
    }
}

.p-tech__compare__item--01 .p-tech__compare__img span
{
    width: 100%;
    height: 100%;

    /*background-color: #edefec;*/
}

@media screen and (min-width: 750px)
{
    .p-tech__compare__item--01
    {
        padding: 0 35px 0 0;
    }
}

@media screen and (max-width: 749px)
{
    .p-tech__compare__item--01
    {
        padding: 0 8.97436vw 0 0;
    }
}

.p-tech__compare__item--02 .p-tech__compare__img span
{
    background-color: #ff4438;
}
@media screen and (min-width: 750px)
{
    .p-tech__compare__item--02 .p-tech__compare__img span
    {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__compare__item--02 .p-tech__compare__img span
    {
        width: 2.5641vw;
        height: 2.5641vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-tech__compare__item--02
    {
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 749px)
{
    .p-tech__compare__item--02
    {
        padding: 0 0 0 2.5641vw;
    }
}

.p-tech__compare__item p
{
    font-weight: 500;
    line-height: 1.83333;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-tech__compare__item p
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__compare__item p
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-tech__compare__img
{
    position: relative;
}
@media screen and (min-width: 750px)
{
    .p-tech__compare__img
    {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__compare__img
    {
        width: 25.64103vw;
        height: 25.64103vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-tech__compare__img
    {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__compare__img
    {
        margin-bottom: 3.07692vw;
    }
}
.p-tech__compare__img span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block; 

    -webkit-transform: translate(-50%, -50%); 

    transform: translate(-50%, -50%);

    border-radius: 100%;
}

.p-tech__caution2
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (min-width: 750px)
{
    .p-tech__caution2
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-tech__caution2
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-kv2
{
    overflow: hidden;
}
@media screen and (min-width: 750px)
{
    .p-kv2
    {
        margin-top: -50px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2
    {
        margin-top: -12.82051vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-kv2 .p-kv__caution
    {
        margin-bottom: 27px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2 .p-kv__caution
    {
        margin-bottom: 6.92308vw;
    }
}

.p-kv2__head
{
    position: relative;
}
@media screen and (min-width: 750px)
{
    .p-kv2__head
    {
        margin-bottom: 27px; 
        padding-top: 209.2px;
        padding-bottom: 162.4px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__head
    {
        margin-bottom: 6.92308vw; 
        padding-top: 53.64103vw;
        padding-bottom: 41.64103vw;
    }
}

.p-kv2__title
{
    position: relative;
    z-index: 2;
}
.p-kv2__title img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-kv2__title img
    {
        width: 299.85px;
        height: 57.53px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__title img
    {
        width: 76.88462vw;
        height: 14.75128vw;
    }
}

.p-kv2__product
{
    position: absolute;
    bottom: 0; 
    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}
.p-kv2__product img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-kv2__product img
    {
        width: 177px;
        height: 395px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__product img
    {
        width: 45.38462vw;
        height: 101.28205vw;
        margin-left: 2.5641vw;
    }
}

.p-kv2__catch
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;

    color: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-kv2__catch
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__catch
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
.p-kv2__catch sup
{
    font-weight: 500;
    line-height: 1.5;

    zoom: .6; 

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv2__catch sup
    {
        font-size: calc((10 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__catch sup
    {
        font-size: calc((10 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-kv2__catch
    {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__catch
    {
        margin-bottom: 6.41026vw;
    }
}

.p-kv2__catch2
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center; 

    color: #fff;
    border-radius: 300px;
    background-color: #ff4438;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-kv2__catch2
    {
        min-height: 100px;
        margin-bottom: 39px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__catch2
    {
        min-height: 25.64103vw;
        margin-bottom: 10vw;
    }
}
.p-kv2__catch2 span
{
    font-weight: 500; 
    line-height: 1.75;

    display: inline-block;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv2__catch2 span
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__catch2 span
    {
        font-size: calc((16 / 390) * 100vw);
    }
}

@media screen and (min-width: 750px)
{
    .p-kv2__circleText
    {
        margin-right: -20px;
        margin-bottom: 14.2px; 
        margin-left: -20px;
    }
}

@media screen and (max-width: 749px)
{
    .p-kv2__circleText
    {
        margin-right: -5.12821vw;
        margin-bottom: 3.64103vw; 
        margin-left: -5.12821vw;
    }
}

.p-kv2__circleText img
{
    display: block;

    max-width: inherit !important;
}
@media screen and (min-width: 750px)
{
    .p-kv2__circleText img
    {
        width: 406.5px;
        height: 100.85px;
        margin-left: -10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__circleText img
    {
        width: 104.23077vw;
        height: 25.85897vw;
        margin-left: -2.5641vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-kv2 .p-startkit__title
    {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 749px)
{
    .p-kv2 .p-startkit__title
    {
        margin-bottom: 12.82051vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-kv2 .p-startkit__setImg
    {
        margin: 0 -20px 40px;
    }
}

@media screen and (max-width: 749px)
{
    .p-kv2 .p-startkit__setImg
    {
        margin: 0 -5.12821vw 10.25641vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-kv2 .c-btn
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 749px)
{
    .p-kv2 .c-btn
    {
        margin-bottom: 10.25641vw;
    }
}

.p-kv2__priceTable--01
{
    position: relative;

    border: solid 1px #000;
}

.p-kv2__priceTable__title
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;

    border-bottom: solid 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable__title
    {
        padding: 13px 0 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable__title
    {
        padding: 3.33333vw 0 3.07692vw;
    }
}
.p-kv2__priceTable__title--02
{
    overflow: hidden;

    border: solid 1px #000;
    border-bottom: none; 
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    background-color: #fff;
}

@media screen and (min-width: 750px)
{
    .p-kv2__link
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 749px)
{
    .p-kv2__link
    {
        margin-top: 10.25641vw;
    }
}

.p-kv2__priceTable,
.p-kv2__priceTable__wrap
{
    border-radius: 17px; 
    background-color: #fff;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable--01,
    .p-kv2__priceTable__wrap--01
    {
        margin-bottom: 26.8px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable--01,
    .p-kv2__priceTable__wrap--01
    {
        margin-bottom: 6.87179vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable--01,
    .p-kv2__priceTable__wrap--01
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable--01,
    .p-kv2__priceTable__wrap--01
    {
        margin-top: 5.12821vw;
    }
}
.p-kv2__priceTable table,
.p-kv2__priceTable__wrap table
{
    width: 100%;
}
.p-kv2__priceTable th,
.p-kv2__priceTable__wrap th
{
    font-weight: 500;
    line-height: 1.75;

    position: relative;

    -webkit-box-sizing: content-box;

    box-sizing: content-box; 

    letter-spacing: -.05em;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable th,
    .p-kv2__priceTable__wrap th
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable th,
    .p-kv2__priceTable__wrap th
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
.p-kv2__priceTable th > div,
.p-kv2__priceTable__wrap th > div
{
    border-bottom: solid 1px #000;
}
.p-kv2__priceTable th:not(:first-child) div,
.p-kv2__priceTable__wrap th:not(:first-child) div
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 

    width: 100%;
    height: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-kv2__priceTable th:not(:last-child) > div,
.p-kv2__priceTable__wrap th:not(:last-child) > div
{
    border-right: solid 1px #000;
}
.p-kv2__priceTable th:first-child,
.p-kv2__priceTable__wrap th:first-child
{
    width: calc(133 / 350 * 100%);
}
.p-kv2__priceTable th:nth-child(2),
.p-kv2__priceTable__wrap th:nth-child(2)
{
    width: calc(83 / 350 * 100%);
}
.p-kv2__priceTable th:nth-child(3),
.p-kv2__priceTable__wrap th:nth-child(3)
{
    width: calc(68 / 350 * 100%);
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable th > div,
    .p-kv2__priceTable__wrap th > div
    {
        padding: 12px 0 8px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable th > div,
    .p-kv2__priceTable__wrap th > div
    {
        padding: 3.07692vw 0 2.05128vw;
    }
}
.p-kv2__priceTable td,
.p-kv2__priceTable__wrap td
{
    font-weight: 500;
    line-height: 1.83333;

    position: relative;

    -webkit-box-sizing: content-box;

    box-sizing: content-box; 

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable td,
    .p-kv2__priceTable__wrap td
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable td,
    .p-kv2__priceTable__wrap td
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
.p-kv2__priceTable td > div,
.p-kv2__priceTable__wrap td > div
{
    border-bottom: dashed 1px #000;
}
.p-kv2__priceTable td:not(:first-child) div,
.p-kv2__priceTable__wrap td:not(:first-child) div
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 

    width: 100%;
    height: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-kv2__priceTable td:not(:last-child) > div,
.p-kv2__priceTable__wrap td:not(:last-child) > div
{
    border-right: solid 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable td > div,
    .p-kv2__priceTable__wrap td > div
    {
        padding: 15.5px 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable td > div,
    .p-kv2__priceTable__wrap td > div
    {
        padding: 3.97436vw 5px;
    }
}
.p-kv2__priceTable td .c-btn,
.p-kv2__priceTable__wrap td .c-btn
{
    font-weight: 500; 
    line-height: 1.83333;

    margin: 0 auto;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable td .c-btn,
    .p-kv2__priceTable__wrap td .c-btn
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable td .c-btn,
    .p-kv2__priceTable__wrap td .c-btn
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable td .c-btn,
    .p-kv2__priceTable__wrap td .c-btn
    {
        width: 90px;
        min-height: 26px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable td .c-btn,
    .p-kv2__priceTable__wrap td .c-btn
    {
        width: 23.07692vw;
        min-height: 6.66667vw; 
        margin-top: 2.5641vw;
    }
}
.p-kv2__priceTable td .circle,
.p-kv2__priceTable__wrap td .circle
{
    display: block;

    margin: 0 auto; 

    border: solid 1px #000;
    border-radius: 100%;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable td .circle,
    .p-kv2__priceTable__wrap td .circle
    {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable td .circle,
    .p-kv2__priceTable__wrap td .circle
    {
        width: 5.12821vw;
        height: 5.12821vw;
    }
}
.p-kv2__priceTable td .batsu,
.p-kv2__priceTable__wrap td .batsu
{
    position: relative;

    display: block;

    margin: 0 auto;

    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(49%, #fff), color-stop(50%, #000), color-stop(55%, #fff));

    background-image: -webkit-linear-gradient(top left, #fff 49%, #000 50%, #fff 55%);

    background-image: linear-gradient(to bottom right, #fff 49%, #000 50%, #fff 55%);
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable td .batsu,
    .p-kv2__priceTable__wrap td .batsu
    {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable td .batsu,
    .p-kv2__priceTable__wrap td .batsu
    {
        width: 5.12821vw;
        height: 5.12821vw;
    }
}
.p-kv2__priceTable td .batsu::before,
.p-kv2__priceTable__wrap td .batsu::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #000), color-stop(55%, transparent));

    background-image: -webkit-linear-gradient(bottom left, transparent 49%, #000 50%, transparent 55%);

    background-image: linear-gradient(to top right, transparent 49%, #000 50%, transparent 55%);
}
.p-kv2__priceTable tr:nth-child(2) td:nth-child(2) > div,
.p-kv2__priceTable__wrap tr:nth-child(2) td:nth-child(2) > div
{
    border-bottom: none;
}
.p-kv2__priceTable tr:last-child td > div,
.p-kv2__priceTable__wrap tr:last-child td > div
{
    border-bottom: none;
}

.p-kv2__priceTable__icon
{
    position: absolute;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable__icon
    {
        top: -17px;
        right: 5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable__icon
    {
        top: -4.35897vw;
        right: 1.28205vw;
    }
}
.p-kv2__priceTable__icon img
{
    display: block;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable__icon img
    {
        width: 117.88px;
        height: 71.09px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable__icon img
    {
        width: 30.22564vw;
        height: 18.22821vw;
    }
}

.p-kv2__priceTable__wrap
{
    position: relative;

    border-bottom: none;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable__wrap
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable__wrap
    {
        margin-bottom: 10.25641vw;
    }
}
.p-kv2__priceTable__wrap th:first-child
{
    width: calc(133 / 456 * 100%);
}
.p-kv2__priceTable__wrap th:nth-child(2)
{
    width: calc(195 / 456 * 100%);
}
.p-kv2__priceTable__wrap th:nth-child(3)
{
    width: calc(68 / 456 * 100%);
}
.p-kv2__priceTable__wrap tr:nth-child(2) td:nth-child(2) > div
{
    border-bottom: dashed 1px #000;
}
.p-kv2__priceTable__wrap tr:nth-child(6) td:nth-child(2) > div
{
    border-bottom: none;
}
.p-kv2__priceTable__wrap .caution
{
    color: #898989;
}

.p-kv2__priceTable--02
{
    position: relative;

    overflow-x: auto; 

    border: none;
    border-left: solid 1px #000;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 17px;
    background: transparent;

    -webkit-clip-path: inset(0px 0px round 0px 0px 0px 17px);

    clip-path: inset(0px 0px round 0px 0px 0px 17px);
}
.p-kv2__priceTable--02 sup
{
    font-weight: 500; 
    line-height: 1.83333;

    zoom: .6;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable--02 sup
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable--02 sup
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable--02
    {
        margin-right: -20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable--02
    {
        margin-right: -5.12821vw;
    }
}
.p-kv2__priceTable--02 > div
{
    border-left: none; 
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;

    -webkit-clip-path: inset(0px 0px round 0px 0px 0px 17px);

    clip-path: inset(0px 0px round 0px 0px 0px 17px);
}
@media screen and (min-width: 750px)
{
    .p-kv2__priceTable--02 > div
    {
        min-width: 456px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-kv2__priceTable--02 > div
    {
        min-width: 116.92308vw;
        padding-right: 5.12821vw;
    }
}
.p-kv2__priceTable--02 > div > div
{
    border: solid 1px #000;
    border-left: 0; 
    border-radius: 17px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}
.p-kv2__priceTable--02 table
{
    border-radius: 17px;
    border-top-right-radius: 0; 
    border-bottom-left-radius: 17px;
    background-color: #fff;
}
.p-kv2__priceTable--02 table tr th:first-child
{
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    left: 0;

    background-color: #fff;
}
.p-kv2__priceTable--02 table tr td:first-child
{
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    left: 0;

    background-color: #fff;
}

.m-plansub
{
    font-weight: 500; 
    line-height: 2.2;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .m-plansub
    {
        font-size: calc((10 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .m-plansub
    {
        font-size: calc((10 / 390) * 100vw);
    }
}

.p-reason
{
    overflow: hidden;

    background: -webkit-gradient(linear, left top, left bottom, from(#edefec), to(#cfdbfa));

    background: -webkit-linear-gradient(top, #edefec 0%, #cfdbfa 100%);

    background: linear-gradient(to bottom, #edefec 0%, #cfdbfa 100%);
}

.p-reason__contents1__title
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__title
    {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__title
    {
        margin-bottom: 9.23077vw;
    }
}

.p-reason__contents1__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__list
    {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__list
    {
        margin: 0 0 7.69231vw;
    }
}

.p-reason__contents1__item
{
    text-align: center;

    -webkit-flex-shrink: 0;

    -ms-flex-negative: 0;

    flex-shrink: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__item
    {
        padding: 0 7px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__item
    {
        padding: 0 1.79487vw;
    }
}
.p-reason__contents1__item img
{
    display: block; 

    width: 100%;

    -o-object-fit: cover !important;

    object-fit: cover !important;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__item img
    {
        height: 152px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__item img
    {
        height: 38.97436vw;
        margin-bottom: 3.07692vw;
    }
}

.p-reason__contents1__item__text
{
    font-weight: 500;
    line-height: 1.83333;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__item__text
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__item__text
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-reason__contents1__text
{
    font-weight: 500;
    line-height: 1.75;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__text
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__text
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents1__text
    {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents1__text
    {
        margin-bottom: 8.97436vw;
    }
}

.p-reason__contents2__title
{
    font-weight: 500;
    line-height: 1.48;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents2__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents2__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents2__title
    {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents2__title
    {
        margin-bottom: 7.17949vw;
    }
}

.p-reason__contents2__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

@media screen and (min-width: 750px)
{
    .p-reason__contents2__item
    {
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 749px)
{
    .p-reason__contents2__item
    {
        margin-bottom: 8.71795vw;
    }
}

.p-reason__contents2__item img
{
    display: block;

    -o-object-fit: cover !important;

    object-fit: cover !important;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents2__item img
    {
        width: 170px;
        height: 152px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents2__item img
    {
        width: 43.58974vw;
        height: 38.97436vw;
    }
}

.p-reason__contents2__text
{
    font-weight: 500;
    line-height: 1.75;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents2__text
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents2__text
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents2__text
    {
        margin-bottom: 34px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents2__text
    {
        margin-bottom: 8.71795vw;
    }
}

.p-reason__contents3__title
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__title
    {
        margin-bottom: 39px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__title
    {
        margin-bottom: 10vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-reason__contents3__graph
    {
        margin-bottom: 19.6px;
    }
}

@media screen and (max-width: 749px)
{
    .p-reason__contents3__graph
    {
        margin-bottom: 5.02564vw;
    }
}

.p-reason__contents3__graph img
{
    display: block;

    -webkit-box-sizing: content-box;

    box-sizing: content-box; 
    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__graph img
    {
        width: 203.78px;
        height: 207.39px;
        padding-right: 6px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__graph img
    {
        width: 52.25128vw;
        height: 53.17692vw;
        padding-right: 1.53846vw;
    }
}

.p-reason__contents3__caution
{
    font-weight: 500; 
    line-height: 1.83333;

    text-align: center;
    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__caution
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__caution
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__caution
    {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__caution
    {
        margin-bottom: 3.07692vw;
    }
}

.p-reason__contents3__text
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__text
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__text
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents3__text
    {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents3__text
    {
        margin-bottom: 5.64103vw;
    }
}

.p-reason__contents4__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.p-reason__contents4__item
{
    overflow: hidden;

    text-align: center; 

    border: solid 1px #000;
    border-radius: 17px;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents4__item
    {
        width: 170px;
        margin-bottom: 23.8px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents4__item
    {
        width: 43.58974vw;
        margin-bottom: 6.10256vw;
    }
}

.p-reason__contents4__textBox
{
    border-bottom: solid 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents4__textBox
    {
        height: 118px;
        padding-top: 18px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents4__textBox
    {
        height: 30.25641vw;
        padding-top: 4.61538vw;
    }
}

.p-reason__contents4__title
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents4__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents4__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-reason__contents4__title
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents4__title
    {
        margin-bottom: 2.5641vw;
    }
}

.p-reason__contents4__text
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents4__text
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents4__text
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

@media screen and (min-width: 750px)
{
    .p-reason__contents5__img
    {
        margin-bottom: 58.7px;
    }
}

@media screen and (max-width: 749px)
{
    .p-reason__contents5__img
    {
        margin-bottom: 15.05128vw;
    }
}

.p-reason__contents5__img img
{
    display: block;

    -o-object-fit: contain;

    object-fit: contain;
}
@media screen and (min-width: 750px)
{
    .p-reason__contents5__img img
    {
        height: 211.48px;
    }
}
@media screen and (max-width: 749px)
{
    .p-reason__contents5__img img
    {
        height: 54.22564vw;
    }
}

.p-resolve
{
    background: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-resolve
    {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve
    {
        padding-top: 12.82051vw;
        padding-bottom: 6.41026vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-resolve__mv__productImg
    {
        margin-top: -80px;
    }
}

@media screen and (max-width: 749px)
{
    .p-resolve__mv__productImg
    {
        margin-top: -20.51282vw;
    }
}

.p-resolve__mv__productImg img
{
    display: block;
}
@media screen and (min-width: 750px)
{
    .p-resolve__mv__productImg img
    {
        height: 241px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__mv__productImg img
    {
        height: 61.79487vw;
        margin-left: 3.84615vw;
    }
}

.p-resolve__text
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-resolve__text
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__text
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-resolve__text
    {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__text
    {
        margin-bottom: 5.64103vw;
    }
}

.p-resolve__box
{
    overflow: hidden;

    text-align: center; 

    border: solid 1px #000;
    border-radius: 17px;
    /*background: #edefec;*/
}
@media screen and (min-width: 750px)
{
    .p-resolve__box
    {
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__box
    {
        margin-bottom: 5.38462vw;
    }
}

.p-resolve__text01
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-resolve__text01
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__text01
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-resolve__text01
    {
        padding: 17px 17px 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__text01
    {
        padding: 4.35897vw 4.35897vw 5.12821vw;
    }
}

.p-resolve__box__img
{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-resolve__box__img
    {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__box__img
    {
        margin-bottom: 4.10256vw;
    }
}

.p-resolve__text02
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-resolve__text02
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__text02
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-resolve__text02
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__text02
    {
        margin-bottom: 4.10256vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-resolve__box--03
    {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 749px)
{
    .p-resolve__box--03
    {
        margin-bottom: 6.15385vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-resolve__box--03 .p-resolve__text02
    {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 749px)
{
    .p-resolve__box--03 .p-resolve__text02
    {
        padding-bottom: 2.5641vw;
    }
}

.p-resolve__caution
{
    font-weight: 500; 
    line-height: 1.83333;

    text-align: left;
    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-resolve__caution
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__caution
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-resolve__caution
    {
        padding: 0 17px 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__caution
    {
        padding: 0 4.35897vw 5.12821vw;
    }
}

.p-resolve__box__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-resolve__box__list
    {
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__box__list
    {
        margin-bottom: 5.38462vw;
    }
}

.p-resolve__box__item
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-resolve__box__item:not(:last-child)
{
    border-right: solid 1px #000;
}
.p-resolve__box__item img
{
    display: block;

    -o-object-fit: cover !important;

    object-fit: cover !important;
}
@media screen and (min-width: 750px)
{
    .p-resolve__box__item img
    {
        height: 174px;
    }
}
@media screen and (max-width: 749px)
{
    .p-resolve__box__item img
    {
        height: 44.61538vw;
    }
}

.p-circulation
{
    background: -webkit-gradient(linear, left top, left bottom, from(#edefec), to(#cfdbfa));
    background: -webkit-linear-gradient(top, #edefec 0%, #cfdbfa 100%);
    background: linear-gradient(to bottom, #edefec 0%, #cfdbfa 100%);
}
@media screen and (min-width: 750px)
{
    .p-circulation
    {
        padding-bottom: 105px;
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation
    {
        padding-bottom: 26.92308vw;
    }
}

.p-circulation__title
{
    font-weight: 500; 
    line-height: 1.48;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-circulation__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-circulation__title
    {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation__title
    {
        margin-bottom: 8.97436vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-circulation__img
    {
        margin-bottom: 33.1px;
    }
}

@media screen and (max-width: 749px)
{
    .p-circulation__img
    {
        margin-bottom: 8.48718vw;
    }
}

.p-circulation__img img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-circulation__img img
    {
        width: 333.57px;
        height: 389.88px;
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation__img img
    {
        width: 85.53077vw;
        height: 99.96923vw;
    }
}

.p-circulation__text01
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-circulation__text01
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation__text01
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-circulation__text01
    {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation__text01
    {
        margin-bottom: 6.15385vw;
    }
}

.p-circulation__text02
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-circulation__text02
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-circulation__text02
    {
        font-size: calc((16 / 390) * 100vw);
    }
}

.p-conclude
{
    background: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-conclude
    {
        padding-top: 41px;
        padding-bottom: 41px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude
    {
        padding-top: 10.51282vw;
        padding-bottom: 10.51282vw;
    }
}

.p-conclude__box
{
    counter-reset: number 0; 

    border: solid 1px #000;
    border-radius: 17px;
    /*background-color: #edefec;*/
}

.p-conclude__title
{
    font-weight: 500; 
    line-height: 1.75;

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-conclude__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-conclude__title
    {
        padding-top: 21px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__title
    {
        padding-top: 5.38462vw;
        padding-bottom: 5.12821vw;
    }
}

.p-conclude__list
{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

.p-conclude__item
{
    position: relative;
}
.p-conclude__item:not(:last-child)
{
    border-bottom: dashed 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-conclude__item
    {
        padding-left: 59.3px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__item
    {
        padding-left: 15.20513vw;
    }
}
.p-conclude__item:before
{
    line-height: 100%;

    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;

    content: counter(number) ' ';
    counter-increment: number 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; 

    border-right: dashed 1px #000;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-conclude__item:before
    {
        width: 59.3px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__item:before
    {
        width: 15.20513vw;
    }
}
.p-conclude__item p
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-conclude__item p
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__item p
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-conclude__item p
    {
        padding: 15px 2px 15px 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__item p
    {
        padding: 3.84615vw .51282vw 3.84615vw 2.5641vw;
    }
}
.p-conclude__item p span
{
    font-weight: 500; 
    line-height: 1.83333;

    display: block;

    letter-spacing: 0;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-conclude__item p span
    {
        margin-top: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__item p span
    {
        margin-top: 2.5641vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-conclude__item p span
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__item p span
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-conclude__caution
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: -.06em;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-conclude__caution
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__caution
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-conclude__caution
    {
        padding: 16px 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-conclude__caution
    {
        padding: 4.10256vw 2.5641vw;
    }
}

@media screen and (min-width: 750px)
{
    .p-howto2
    {
        padding-top: 36.5px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 749px)
{
    .p-howto2
    {
        padding-top: 9.35897vw;
        padding-bottom: 3.07692vw;
    }
}

.p-howto2__titleBox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;

    border: solid 1px #000; 
    border-radius: 350px / 114px;
    background: #aebbaf;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-howto2__titleBox
    {
        width: 350px;
        height: 114px;
        margin: 0 auto 39.5px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__titleBox
    {
        width: 89.74359vw;
        height: 29.23077vw;
        margin: 0 auto 10.12821vw;
    }
}

.p-howto2__title
{
    font-weight: 500; 
    line-height: 1.48;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto2__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}

.p-howto2__box
{
    overflow: hidden; 

    counter-reset: number 0;

    border: solid 1px #000;
    border-radius: 17px;
    background: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-howto2__box
    {
        padding-top: 32px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box
    {
        padding-top: 8.20513vw;
    }
}
@media screen and (min-width: 750px)
{
    .p-howto2__box--01
    {
        margin-bottom: 25px; 
        padding-bottom: 22px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box--01
    {
        margin-bottom: 6.41026vw; 
        padding-bottom: 5.64103vw;
    }
}
.p-howto2__box--01 img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-howto2__box--01 img
    {
        width: 164.88px;
        height: 128.72px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box--01 img
    {
        width: 42.27692vw;
        height: 33.00513vw;
    }
}
.p-howto2__box--02 img
{
    display: block;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .p-howto2__box--02 img
    {
        width: 214.3px;
        height: 256.25px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box--02 img
    {
        width: 54.94872vw;
        height: 65.70513vw;
    }
}

.p-howto2__box__title
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto2__box__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto2__box__title
    {
        margin-top: 16px;
        margin-bottom: 5px;
        padding: 0 17px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box__title
    {
        margin-top: 4.10256vw;
        margin-bottom: 2.5641vw;
        padding: 0 4.35897vw;
    }
}

.p-howto2__box__text
{
    font-weight: 500;
    line-height: 1.75;

    text-align: center; 
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto2__box__text
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box__text
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto2__box__text
    {
        padding: 0 17px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__box__text
    {
        padding: 0 4.35897vw;
    }
}

.p-howto2__list
{
    position: relative; 

    border-top: solid 1px #000;
    background: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .p-howto2__list
    {
        margin-top: -38.4px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__list
    {
        margin-top: -9.84615vw;
    }
}

.p-howto2__item
{
    position: relative;
}
.p-howto2__item:not(:last-child)
{
    border-bottom: dashed 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-howto2__item
    {
        padding-left: 59.3px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__item
    {
        padding-left: 15.20513vw;
    }
}
.p-howto2__item:before
{
    line-height: 100%;

    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;

    content: counter(number) ' ';
    counter-increment: number 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; 

    border-right: dashed 1px #000;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .p-howto2__item:before
    {
        width: 59.3px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__item:before
    {
        width: 15.20513vw;
    }
}
.p-howto2__item p
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-howto2__item p
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__item p
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto2__item p
    {
        padding: 15px 5px 15px 10px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__item p
    {
        padding: 3.84615vw 1.28205vw 3.84615vw 2.5641vw;
    }
}
.p-howto2__item p span
{
    font-weight: 500; 
    line-height: 1.83333;

    display: block;

    letter-spacing: 0;

    border-top: dashed 1px #000;
}
@media screen and (min-width: 750px)
{
    .p-howto2__item p span
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__item p span
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto2__item p span
    {
        margin: 15px -10px -5px; 
        padding: 8px 10px 0;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__item p span
    {
        margin: 3.84615vw -2.5641vw -1.28205vw; 
        padding: 2.05128vw 2.5641vw 0;
    }
}

.p-howto2__caution
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: -.06em;

    color: #898989;
}
@media screen and (min-width: 750px)
{
    .p-howto2__caution
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__caution
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .p-howto2__caution
    {
        padding: 16px 17px;
    }
}
@media screen and (max-width: 749px)
{
    .p-howto2__caution
    {
        padding: 4.10256vw 4.35897vw;
    }
}

.l-modal
{
    position: relative;
    z-index: 200; 

    display: none;
}
@media screen and (min-width: 750px)
{
    .l-modal
    {
        max-width: 390px;
        margin-right: auto; 
        margin-left: auto;
    }
}
@media screen and (min-width: 901px) and (max-width: 1200px)
{
    .l-modal
    {
        margin-left: 50vw;
    }
}
@media screen and (min-width: 750px) and (max-width: 900px)
{
    .l-modal
    {
        margin-left: 46vw;
    }
}

.l-modal__container
{
    position: relative; 

    overflow: hidden;

    background-color: #fff;
}
@media screen and (min-width: 750px)
{
    .l-modal__container
    {
        max-width: 390px;
        margin-right: auto; 
        margin-left: auto;
    }
}
.l-modal__container input
{
    display: none;
}
.l-modal__container label
{
    font-weight: 500;
    line-height: 1.73333;

    top: 1px; 

    float: left;

    width: 50%;
    width: 50%;

    text-align: center;
    letter-spacing: 0;

    color: #000;
    border-radius: 17px 17px 0 0;
    background: #edefec;
}
@media screen and (min-width: 750px)
{
    .l-modal__container label
    {
        font-size: 15px;
        font-weight: 500; 
        line-height: 1.73333;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__container label
    {
        font-size: .78125vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__container label
    {
        font-size: calc((15 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__container label
    {
        font-size: calc((15 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__container label
    {
        padding: 10.5px 10px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__container label
    {
        padding: 2.69231vw 2.5641vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__container label
    {
        margin-top: 65px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__container label
    {
        margin-top: 16.66667vw;
    }
}
.l-modal__container input:checked + label
{
    background: #aebbaf;
}
.l-modal__container input:checked + label:hover
{
    cursor: pointer;
}
.l-modal__container #sub-a-tab1:checked ~ #sub-a-content1
{
    display: block;
}
.l-modal__container #sub-a-tab2:checked ~ #sub-a-content2
{
    display: block;
}
.l-modal__container #sub-b-tab1:checked ~ #sub-b-content1
{
    display: block;
}
.l-modal__container #sub-b-tab2:checked ~ #sub-b-content2
{
    display: block;
}
.l-modal__container #sub-c-tab1:checked ~ #sub-c-content1
{
    display: block;
}
.l-modal__container #sub-c-tab2:checked ~ #sub-c-content2
{
    display: block;
}
.l-modal__container #sub-d-tab1:checked ~ #sub-d-content1
{
    display: block;
}
.l-modal__container #sub-d-tab2:checked ~ #sub-d-content2
{
    display: block;
}
.l-modal__container #sub-a-tab1:checked ~ #sub-a-content1
{
    display: block;
}
.l-modal__container #sub-a-tab2:checked ~ #sub-a-content2
{
    display: block;
}
.l-modal__container #sub-b-tab1:checked ~ #sub-b-content1
{
    display: block;
}
.l-modal__container #sub-b-tab2:checked ~ #sub-b-content2
{
    display: block;
}
.l-modal__container #sub-c-tab1:checked ~ #sub-c-content1
{
    display: block;
}
.l-modal__container #sub-c-tab2:checked ~ #sub-c-content2
{
    display: block;
}
.l-modal__container #sub-d-tab1:checked ~ #sub-d-content1
{
    display: block;
}
.l-modal__container #sub-d-tab2:checked ~ #sub-d-content2
{
    display: block;
}
.l-modal__container #sin-a-tab1:checked ~ #sin-a-content1
{
    display: block;
}
.l-modal__container #sin-a-tab2:checked ~ #sin-a-content2
{
    display: block;
}
.l-modal__container #sin-b-tab1:checked ~ #sin-b-content1
{
    display: block;
}
.l-modal__container #sin-b-tab2:checked ~ #sin-b-content2
{
    display: block;
}
.l-modal__container #sin-c-tab1:checked ~ #sin-c-content1
{
    display: block;
}
.l-modal__container #sin-c-tab2:checked ~ #sin-c-content2
{
    display: block;
}
.l-modal__container #sin-d-tab1:checked ~ #sin-d-content1
{
    display: block;
}
.l-modal__container #sin-d-tab2:checked ~ #sin-d-content2
{
    display: block;
}
.l-modal__container #sin-e-tab1:checked ~ #sin-e-content1
{
    display: block;
}
.l-modal__container #sin-e-tab2:checked ~ #sin-e-content2
{
    display: block;
}
.l-modal__container #sin-f-tab1:checked ~ #sin-f-content1
{
    display: block;
}
.l-modal__container #sin-f-tab2:checked ~ #sin-f-content2
{
    display: block;
}

.l-modal__tab
{
    position: relative;
    top: 1px; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;
}
@media screen and (min-width: 750px)
{
    .l-modal__tab
    {
        margin-top: 65px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__tab
    {
        margin-top: 16.66667vw;
    }
}

.l-modal__inner
{
    display: none;
    clear: both; 

    background: #aebbaf;
}
@media screen and (min-width: 750px)
{
    .l-modal__inner
    {
        padding: 43px 20px 48px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__inner
    {
        padding: 11.02564vw 5.12821vw 12.30769vw;
    }
}

.l-modal-head
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
@media screen and (min-width: 750px)
{
    .l-modal-head
    {
        margin-bottom: 37px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal-head
    {
        margin-bottom: 9.48718vw;
    }
}

.l-modal-head__title
{
    font-weight: 500; 
    line-height: 1.48;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal-head__title
    {
        font-size: 25px;
        font-weight: 500; 
        line-height: 1.48;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal-head__title
    {
        font-size: 1.30208vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal-head__title
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal-head__title
    {
        font-size: calc((25 / 390) * 100vw);
    }
}

.l-modal-head__text span:first-child
{
    font-weight: 500; 
    line-height: 1.48;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal-head__text span:first-child
    {
        font-size: 25px;
        font-weight: 500; 
        line-height: 1.48;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal-head__text span:first-child
    {
        font-size: 1.30208vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal-head__text span:first-child
    {
        font-size: calc((25 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal-head__text span:first-child
    {
        font-size: calc((25 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal-head__text span:first-child
    {
        margin-right: 10px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal-head__text span:first-child
    {
        margin-right: 2.5641vw;
    }
}

.l-modal-head__text span:last-child
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal-head__text span:last-child
    {
        font-size: 12px;
        font-weight: 500; 
        line-height: 1.83333;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal-head__text span:last-child
    {
        font-size: .625vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal-head__text span:last-child
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal-head__text span:last-child
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.l-modal__lead
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal__lead
    {
        font-size: 16px;
        font-weight: 500; 
        line-height: 1.75;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__lead
    {
        font-size: .83333vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__lead
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__lead
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__lead
    {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__lead
    {
        margin-bottom: 4.61538vw;
    }
}

@media screen and (min-width: 750px)
{
    .l-modal__btn
    {
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 749px)
{
    .l-modal__btn
    {
        margin-bottom: 8.46154vw;
    }
}

.l-modal__btn a
{
    font-weight: 500;
    line-height: 1.73333;

    -webkit-transition: all .2s;

    transition: all .2s;
    letter-spacing: 0;

    color: #000; 
    border: 1px solid #000;
    border-radius: 19px;
}
@media screen and (min-width: 750px)
{
    .l-modal__btn a
    {
        font-size: 15px;
        font-weight: 500; 
        line-height: 1.73333;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__btn a
    {
        font-size: .78125vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__btn a
    {
        font-size: calc((15 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__btn a
    {
        font-size: calc((15 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__btn a
    {
        padding: 5px 25px 6px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__btn a
    {
        padding: 1.28205vw 6.41026vw 1.53846vw;
    }
}
.l-modal__btn a:hover
{
    border: solid 1px #000; 
    background-color: #fff;
}

.l-modal__close
{
    position: absolute; 

    display: block;
}
@media screen and (min-width: 750px)
{
    .l-modal__close
    {
        top: 18px;
        right: 18px; 

        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__close
    {
        top: 4.61538vw;
        right: 4.61538vw; 

        width: 8.20513vw;
        height: 8.20513vw;
    }
}
.l-modal__close div
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%; 
    height: 100%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}
.l-modal__close div span
{
    position: absolute;
    left: 0;

    width: 100%; 
    height: 1px;

    background: #000;
}
.l-modal__close div span:nth-child(1)
{
    top: 50%;

    -webkit-transform: translateY(-50%) rotate(-45deg);

    transform: translateY(-50%) rotate(-45deg);
}
.l-modal__close div span:nth-child(2)
{
    top: 50%;

    -webkit-transform: translateY(-50%) rotate(45deg);

    transform: translateY(-50%) rotate(45deg);
}

.l-modal__title
{
    font-weight: 500; 
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal__title
    {
        font-size: 16px;
        font-weight: 500; 
        line-height: 1.75;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__title
    {
        font-size: .83333vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__title
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__title
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__title
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__title
    {
        margin-bottom: 5.12821vw;
    }
}

.l-modal__list
{
    margin: 0;
    padding: 0;

    counter-reset: num;
}
@media screen and (min-width: 750px)
{
    .l-modal__list
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__list
    {
        margin-bottom: 5.12821vw;
    }
}

.l-modal__item
{
    font-weight: 500;
    line-height: 1.75;

    position: relative; 

    letter-spacing: 0;

    border-bottom: 1px dotted #000;
}
@media screen and (min-width: 750px)
{
    .l-modal__item
    {
        font-size: 16px;
        font-weight: 500; 
        line-height: 1.75;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__item
    {
        font-size: .83333vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__item
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__item
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__item
    {
        padding: 15px 0 15px 20px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__item
    {
        padding: 3.84615vw 0 3.84615vw 5.12821vw;
    }
}
.l-modal__item:first-child
{
    border-top: 1px dotted #000;
}
.l-modal__item::before
{
    font-weight: 500;
    line-height: 1.75;

    position: absolute;
    left: 0; 

    content: counter(num);
    counter-increment: num;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal__item::before
    {
        font-size: 16px;
        font-weight: 500; 
        line-height: 1.75;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__item::before
    {
        font-size: .83333vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__item::before
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__item::before
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__item::before
    {
        top: 15px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__item::before
    {
        top: 3.84615vw;
    }
}
.l-modal__item p
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal__item p
    {
        font-size: 12px;
        font-weight: 500; 
        line-height: 1.83333;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__item p
    {
        font-size: .625vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__item p
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__item p
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__item p
    {
        margin-top: 14px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__item p
    {
        margin-top: 3.58974vw;
    }
}

.l-modal__text
{
    font-weight: 500; 
    line-height: 1.83333;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .l-modal__text
    {
        font-size: 12px;
        font-weight: 500; 
        line-height: 1.83333;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1920px) and (min-width: 390px)
{
    .l-modal__text
    {
        font-size: .625vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__text
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__text
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__text
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__text
    {
        margin-bottom: 10.25641vw;
    }
}

.l-modal__shop
{
    position: fixed;
    z-index: 10;
    bottom: 75px;
    left: calc(50% + 300 / 1500 * 100%);

    display: none;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media screen and (min-width: 1000px) and (max-width: 1300px)
{
    .l-modal__shop
    {
        left: calc(50% + 300 / 800 * 100%);
    }
}
@media screen and (min-width: 950px) and (max-width: 999px)
{
    .l-modal__shop
    {
        left: calc(50% + 300 / 650 * 100%);
    }
}
@media screen and (min-width: 900px) and (max-width: 949px)
{
    .l-modal__shop
    {
        left: calc(50% + 300 / 600 * 100%);
    }
}
@media screen and (min-width: 850px) and (max-width: 899px)
{
    .l-modal__shop
    {
        left: calc(50% + 300 / 500 * 100%);
    }
}
@media screen and (min-width: 800px) and (max-width: 849px)
{
    .l-modal__shop
    {
        left: calc(50% + 300 / 450 * 100%);
    }
}
@media screen and (min-width: 750px) and (max-width: 799px)
{
    .l-modal__shop
    {
        left: calc(50% + 300 / 400 * 100%);
    }
}
@media screen and (min-width: 750px)
{
    .l-modal__shop .l-footer__onlineshop
    {
        width: 350px;
        height: 114px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1300px)
{
    .l-modal__shop .l-footer__onlineshop
    {
        width: 320px;
        height: 84px;

        border-radius: 320px / 84px;
    }
}
@media screen and (min-width: 750px) and (max-width: 999px)
{
    .l-modal__shop .l-footer__onlineshop
    {
        width: 310px;
        height: 74px;

        border-radius: 310px / 74px;
    }
}
@media screen and (max-width: 749px)
{
    .l-modal__shop .l-footer__onlineshop
    {
        width: 89.74359vw;
        height: 29.23077vw;
    }
}

.l-footer
{
    position: relative;
    z-index: 100; 

    text-align: center;

    background: url('https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/omo_lp/long_main_images/gift-lp-last.jpg') no-repeat center center/cover;
}
@media screen and (min-width: 750px)
{
    .l-footer
    {
        padding-top: 115.1px;
        padding-bottom: 280px;
    }
}
@media screen and (max-width: 749px)
{
    .l-footer
    {
        padding-top: 30.05vw;
        padding-bottom: 71.79487vw;
    }
}
@media screen and (min-width: 750px)
{
    .l-footer
    {
        max-width: 390px;
        margin-right: auto; 
        margin-left: auto;
    }
}

@media screen and (min-width: 750px)
{
    .l-footer__title
    {
        margin-bottom: 16.4px;
    }
}

@media screen and (max-width: 749px)
{
    .l-footer__title
    {
        margin-bottom: 4.20513vw;
    }
}

.l-footer__title img
{
    display: none;

    margin: 0 auto;
}
@media screen and (min-width: 750px)
{
    .l-footer__title img
    {
        width: 343.74px;
        height: 106.51px;
    }
}
@media screen and (max-width: 749px)
{
    .l-footer__title img
    {
        width: 88.13846vw;
        height: 27.31026vw;
    }
}

.l-footer__onlineshop
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 0 auto;

    -webkit-transition: all .2s;

    transition: all .2s; 

    border: solid 1px #ff4438;
    border-radius: 350px / 114px;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-footer__onlineshop:hover
{
    opacity: .7;
}
@media screen and (min-width: 750px)
{
    .l-footer__onlineshop
    {
        width: 350px;
        height: 114px;
    }
}
@media screen and (max-width: 749px)
{
    .l-footer__onlineshop
    {
        width: 89.74359vw;
        height: 29.23077vw;
    }
}
.l-footer__onlineshop p
{
    font-weight: 500;
    line-height: 1.75;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    letter-spacing: 0;

    color: #ff4438;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 750px)
{
    .l-footer__onlineshop p
    {
        font-size: calc((16 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .l-footer__onlineshop p
    {
        font-size: calc((16 / 390) * 100vw);
    }
}
.l-footer__onlineshop p img
{
    display: block;
}
@media screen and (min-width: 750px)
{
    .l-footer__onlineshop p img
    {
        width: 18.37px;
        height: 18.37px;
        margin-left: 19.5px;
    }
}
@media screen and (max-width: 749px)
{
    .l-footer__onlineshop p img
    {
        width: 4.71026vw;
        height: 4.71026vw;
        margin-left: 5vw;
    }
}

.p-menu-wrap
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;
}

.p-menu
{
    position: fixed;
    z-index: 10;
    top: 75px;
    right: calc(50% + 282 / 1500 * 100%);

    overflow: hidden;

    width: 350px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media screen and (max-height: 800px)
{
    .p-menu
    {
        top: 30px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1200px)
{
    .p-menu
    {
        top: 30px;
        right: 60vw;

        width: 310px;
    }
}
@media screen and (min-width: 750px) and (max-width: 900px)
{
    .p-menu
    {
        top: 30px;
        right: 56vw;

        width: 310px;
    }
}

.p-menu__title
{
    margin-bottom: 38.8px;
}
@media screen and (max-height: 800px)
{
    .p-menu__title
    {
        margin-bottom: 20px;
    }
}
.p-menu__title img
{
    width: 350px;
    height: 67.15px;
}

.p-menu__list
{
    overflow-y: auto;

    max-height: 55vh; 

    border-top: dashed 1px #000;
}
@media screen and (min-width: 750px) and (max-width: 1200px)
{
    .p-menu__list
    {
        max-height: 50vh;
    }
}

.p-menu__item
{
    border-bottom: dashed 1px #000;
}
.p-menu__item a
{
    font-weight: 500;
    line-height: 1.83333;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;

    transition: all .2s;
    -webkit-transition: all .4s;
    transition: all .4s; 
    letter-spacing: 0;

    color: #000;
}
@media screen and (min-width: 750px)
{
    .p-menu__item a
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-menu__item a
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
.p-menu__item a:hover
{
    opacity: .7;
    color: #ff4438;
}
.p-menu__item a.active
{
    color: #ff4438;
}

.p-kit
{
    position: fixed;
    z-index: 10;
    bottom: 75px;
    left: calc(50% + 340 / 1500 * 100%);

    overflow: hidden;

    width: 350px;
    width: 226px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media screen and (min-width: 901px) and (max-width: 1200px)
{
    .p-kit
    {
        right: 65vw;
        bottom: 30px; 
        left: inherit;
    }
}
@media screen and (min-width: 750px) and (max-width: 900px)
{
    .p-kit
    {
        right: 60vw;
        bottom: 30px; 
        left: inherit;
    }
}
.p-kit .c-btn
{
    font-weight: 500; 
    line-height: 1.83333;

    width: 226px;
    min-height: 33px;

    letter-spacing: 0;
}
.p-kit .c-btn:not(:hover)
{
    background-color: transparent;
}
@media screen and (min-width: 750px)
{
    .p-kit .c-btn
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kit .c-btn
    {
        font-size: calc((12 / 390) * 100vw);
    }
}
.p-kit.is-mclose
{
    -webkit-animation: kit1 .5s ease;
    animation: kit1 .5s ease;
}
.p-kit.is-mopen
{
    bottom: 30px; 
    left: inherit;
}
@media screen and (min-width: 1200px)
{
    .p-kit.is-mopen
    {
        right: calc(50% + 340 / 1500 * 100%);

        -webkit-animation: kit2 .5s ease;

        animation: kit2 .5s ease;
    }
}

.p-kit__title
{
    font-weight: 500;
    line-height: 1.83333;

    margin-bottom: 4.3px; 

    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    .p-kit__title
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    .p-kit__title
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-kit__setImg
{
    display: block;

    margin-bottom: 9.8px;
}
.p-kit__setImg img
{
    display: block;

    width: 191px;
    height: 134.84px; 
    margin: 0 auto;
}

@-webkit-keyframes kit1
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@keyframes kit1
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes kit2
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@keyframes kit2
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@media screen and (max-width: 749px)
{
    .is-pc
    {
        display: none !important;
    }
}

@media screen and (min-width: 750px)
{
    .is-sp
    {
        display: none !important;
    }
}

article
{
    position: relative;
    z-index: 2; 

    /*background-color: #edefec;*/
}

#mainContents
{
    position: relative;

    overflow: hidden;

    background-color: #ffffff;
}
@media screen and (min-width: 750px)
{
    #mainContents
    {
        max-width: 390px;
        margin-right: auto; 
        margin-left: auto;
    }
}
#mainContents img
{
    display: block;

    max-width: 100%;

    -o-object-fit: contain;

    object-fit: contain;
}

@media screen and (min-width: 901px) and (max-width: 1200px)
{
    #mainContents,
    .l-footer
    {
        margin-left: 50vw;
    }
}

@media screen and (min-width: 750px) and (max-width: 900px)
{
    #mainContents,
    .l-footer
    {
        margin-left: 46vw;
    }
}

@media screen and (min-width: 750px)
{
    .is-pad
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 749px)
{
    .is-pad
    {
        padding-right: 5.12821vw; 
        padding-left: 5.12821vw;
    }
}

.is-border
{
    position: relative;
}
.is-border::before
{
    position: absolute;
    z-index: 10; 
    bottom: 0;
    left: 50%;

    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #000;
}
@media screen and (min-width: 750px)
{
    .is-border::before
    {
        width: 350px;
    }
}
@media screen and (max-width: 749px)
{
    .is-border::before
    {
        width: 89.74359vw;
    }
}

textpath
{
    font-family: kepler-std-display, serif;
    font-style: italic;
}

.c-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 0 auto;

    -webkit-transition: all .2s;

    transition: all .2s; 

    color: #aebbaf;
    border-radius: 100px;
    background: #fff;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
}
.c-top .arrow-img-hover
{
    display: none;
}
@media screen and (min-width: 750px)
{
    .c-top:hover
    {
        color: #fff; 
        background-color: #aebbaf;
    }
    .c-top:hover .arrow-img
    {
        display: none;
    }
    .c-top:hover .arrow-img-hover
    {
        display: block;
    }
}
@media screen and (min-width: 750px)
{
    .c-top
    {
        width: 182px;
        height: 38px;
    }
}
@media screen and (max-width: 749px)
{
    .c-top
    {
        width: 46.66667vw;
        height: 9.74359vw;
    }
}
.c-top > span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-top img
{
    display: block;
}
@media screen and (min-width: 750px)
{
    .c-top img
    {
        width: 15px;
        height: 12px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 749px)
{
    .c-top img
    {
        width: 3.84615vw;
        height: 3.07692vw;
        margin-right: 1.28205vw;
    }
}

sup
{
    font-weight: 500; 
    line-height: 1.83333;

    zoom: .7;

    letter-spacing: 0;
}
@media screen and (min-width: 750px)
{
    sup
    {
        font-size: calc((12 / 390) * 390 * 1px);
    }
}
@media screen and (max-width: 749px)
{
    sup
    {
        font-size: calc((12 / 390) * 100vw);
    }
}

.p-kv__catch sup
{
    zoom: 1;
}

.p-trouble__text sup
{
    zoom: 1;
}

.landscape #mainContents
{
    margin: 0 auto;
}

.landscape .p-menu-wrap
{
    display: none;
}

.landscape .p-kit
{
    display: none;
}
/*-------------------------------------*
 * アコーディオン
 *-------------------------------------*/
 .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;
}