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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

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

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

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

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

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

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

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

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

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

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

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

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

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

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

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

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

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

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

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

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

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

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

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

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

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

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

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

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

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

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

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

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

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

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}


/*-------------------------------------*
 * 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;
}
@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_fjbvMwCp50vDAa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_fjbvMwCp50vDAa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_fjbvMwCp500DAa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_fjbvMwCp500DAa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 20px) scale(1.05); }
  25% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(0, -20px) scale(0.95); }
  75% {
    transform: translate(0, 0) scale(1); }
  100% {
    transform: translate(0, 20px) scale(1.05); } }

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 20px) scale(1.05); }
  25% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(0, -20px) scale(0.95); }
  75% {
    transform: translate(0, 0) scale(1); }
  100% {
    transform: translate(0, 20px) scale(1.05); } }

@-webkit-keyframes fuwafuwa1 {
  0% {
    transform: translate(0, -10px) scale(1.02); }
  25% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(0, 10px) scale(0.98); }
  75% {
    transform: translate(0, 0) scale(1); }
  100% {
    transform: translate(0, -10px) scale(1.02); } }

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, -10px) scale(1.02); }
  25% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(0, 10px) scale(0.98); }
  75% {
    transform: translate(0, 0) scale(1); }
  100% {
    transform: translate(0, -10px) scale(1.02); } }

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes bg {
  0% {
    background-position: calc(880px) 0px; }
  100% {
    background-position: 0 0; } }

@keyframes bg {
  0% {
    background-position: calc(880px) 0px; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes deco_rotate {
  0% {
    rotate: 0deg; }
  100% {
    rotate: 360deg; } }

@keyframes deco_rotate {
  0% {
    rotate: 0deg; }
  100% {
    rotate: 360deg; } }

@-webkit-keyframes deco_rotate_shine {
  0% {
    rotate: 0; }
  55% {
    rotate: 180deg; }
  100% {
    rotate: 180deg; } }

@keyframes deco_rotate_shine {
  0% {
    rotate: 0; }
  55% {
    rotate: 180deg; }
  100% {
    rotate: 180deg; } }

@-webkit-keyframes deco_scale {
  0% {
    scale: 1; }
  100% {
    scale: 1.2; } }

@keyframes deco_scale {
  0% {
    scale: 1; }
  100% {
    scale: 1.2; } }

#lp-form,
#confirm_iframe,
#select-lp {
  position: relative;
  width: auto;
  background: #fff; }

table.landing_form_ec {
  width: 100%; }

.landing_form_ec td {
  width: 60%; }

.login_message_box_ec {
  width: 100%; }

.form_main_container_ec div.form_group_ec .product_select {
  width: 100%; }

.purchase_message_ec::after,
.purchase_message_sp_ec::after {
  content: "SISIオンラインストア会員のお客様は、会員登録されているメールアドレスにてご入力ください。"; }

.amazon_pay_box_sp_ec {
  /* border: solid 3px #C3C3C3; */
  border-left: none;
  border-right: none;
  margin: 10px auto;
  padding: 30px;
  text-align: center;
  margin: 0px;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3; }

.amazon_pay_box_ec {
  border-left: none;
  border-right: none;
  margin: 10px auto;
  margin: 0px;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3; }

.amazon_pay_button_all_sp_ec {
  margin: 10px auto;
  width: auto; }

.line_alert_sp_ec,
.line_sp_ec {
  margin-left: 15px;
  margin-right: 15px; }

.line_alert_sp_ec,
.line_alert_ec {
  margin-top: 30px; }

html {
  scroll-behavior: smooth; }

.bld {
  font-family: Inter, TazuganeGothicStdN-Medium,sans-serif;
  font-weight: 500; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: Inter, TazuganeGothicStdN-Book,sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'palt' on;
  background-color: black;
  font-weight: 350;
  background: white url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/panasonic/251125/Bg_Grid.png) 0% 0% repeat; }

img {
  display: block;
  max-width: 100%; }

a {
  color: inherit;
  transition: opacity 0.2s;
  text-decoration: none; }
  a:active, a:hover {
    opacity: 0.5;
    text-decoration: none; }

sup {
  vertical-align: baseline;
  display: inline-block;
  transform: scale(0.75) translate(0px, -15%);
  font-size: inherit; }

.animation-block {
  filter: blur(0.8em);
  opacity: 0.0;
  transform: translate(0%, 20px); }
  .animation-block.show {
    filter: blur(0);
    transition: 0.8s;
    opacity: 1.0;
    transform: translate(0%, 0%); }

.wrapper {
  background: white;
  overflow: hidden;
  max-width: 425px;
  position: relative;
  transition: margin 0.2s ease-in;
  margin: 0 auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em; }

.slides {
  position: relative; }

.swiper-wrapper {
  height: auto;
  position: relative; }
  .swiper-wrapper .swiper-slide {
    opacity: 0.0 !important; }
  .swiper-wrapper .swiper-slide-active {
    opacity: 1.0 !important; }

.container {
  position: relative; }

.bgwrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background: #F7B197 url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/pc.webp) center no-repeat;
  background-size: cover; }

.fixbtn {
  position: fixed;
  width: 100%;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0px);
  width: calc(var(--cw) - 20px - 20px);
  text-align: center;
  opacity: 0.0;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  z-index: 1000; }
  .fixbtn.show {
    opacity: 1.0;
    pointer-events: auto; }
  .fixbtn a {
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--TECA_gold, linear-gradient(90deg, #D4D5A4 0%, #F8F9D5 50%, #D4D5A4 100%));
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 62px;
    position: relative; }
    .fixbtn a .label {
      color: #248185;
      text-align: center;
      font-size: 18px;
      line-height: 18px;
      /* 100% */
      letter-spacing: 0.9px; }

.outer_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0.0;
  pointer-events: none; }
  .outer_wrap .outer {
    position: absolute;
    top: 0px;
    width: calc(50% - 250px);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 100;
    padding: 50px; }
    .outer_wrap .outer.left {
      left: 0px; }
    .outer_wrap .outer.right {
      right: 0px; }
    .outer_wrap .outer .modal-inner {
      opacity: 0.0;
      transition: 1.0s ease-out;
      transition-delay: 1.8s; }
    .outer_wrap .outer.show .circle {
      opacity: 1.0; }
    .outer_wrap .outer.show .modal-inner {
      opacity: 1.0; }
    .outer_wrap .outer .modal-inner {
      display: table;
      width: 100%;
      height: 100%; }
      .outer_wrap .outer .modal-inner .modal-content {
        display: table-cell;
        vertical-align: middle; }
        .outer_wrap .outer .modal-inner .modal-content > div {
          margin: 0 auto;
          max-width: 260px;
          position: relative;
          color: white; }
          .outer_wrap .outer .modal-inner .modal-content > div > .left .pc1 {
            width: 100%; }
            .outer_wrap .outer .modal-inner .modal-content > div > .left .pc1 img {
              margin: 0 auto; }
          .outer_wrap .outer .modal-inner .modal-content > div .sns .snstitle {
            margin-bottom: 10px;
            color: white;
            text-align: center; }
          .outer_wrap .outer .modal-inner .modal-content > div .sns .items {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap; }
          .outer_wrap .outer .modal-inner .modal-content > div .sns a {
            margin-right: 24px;
            display: block; }
            .outer_wrap .outer .modal-inner .modal-content > div .sns a:last-child {
              margin-right: 0px; }
          .outer_wrap .outer .modal-inner .modal-content > div .logo {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 40px; }
            .outer_wrap .outer .modal-inner .modal-content > div .logo img {
              width: 115px;
              filter: invert(1); }
          .outer_wrap .outer .modal-inner .modal-content > div .online {
            margin-bottom: 30px; }
            .outer_wrap .outer .modal-inner .modal-content > div .online a {
              display: block;
              height: 50px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 50px;
              color: white;
              border: 1px solid white;
              margin: 0 auto;
              text-align: center;
              transition: 0.1s ease-out; }
              .outer_wrap .outer .modal-inner .modal-content > div .online a:hover, .outer_wrap .outer .modal-inner .modal-content > div .online a:active {
                opacity: 1.0;
                color: #268E97;
                background: white;
                border: 1px solid white; }
              .outer_wrap .outer .modal-inner .modal-content > div .online a span {
                font-size: 14px;
                line-height: 100%; }
          .outer_wrap .outer .modal-inner .modal-content > div .release {
            border-radius: 10px;
            background: var(--TECA_gradation, linear-gradient(90deg, #70263F 0%, #A14662 50%, #70263F 100%));
            color: #FFF;
            padding: 17px 20px 17px 20px;
            text-align: center;
            line-height: 100%;
            margin-bottom: 45px; }
            .outer_wrap .outer .modal-inner .modal-content > div .release .date {
              text-align: center;
              font-size: 14.744px;
              font-style: normal;
              margin-bottom: 10px; }
              .outer_wrap .outer .modal-inner .modal-content > div .release .date .b1 {
                font-size: 29.488px;
                letter-spacing: 0.885px; }
              .outer_wrap .outer .modal-inner .modal-content > div .release .date .b2 {
                font-size: 14.744px;
                letter-spacing: 0.442px; }
            .outer_wrap .outer .modal-inner .modal-content > div .release .lead {
              font-size: 22px;
              letter-spacing: 1.1px; }
          .outer_wrap .outer .modal-inner .modal-content > div .menu-items {
            text-align: left;
            margin-bottom: 40px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin-bottom: 60px;
            text-align: center; }
            .outer_wrap .outer .modal-inner .modal-content > div .menu-items .item a {
              display: block;
              position: relative;
              color: white; }
              .outer_wrap .outer .modal-inner .modal-content > div .menu-items .item a .head {
                display: block;
                font-size: 24px;
                line-height: 100%;
                /* 22px */
                margin-bottom: 12px; }
              .outer_wrap .outer .modal-inner .modal-content > div .menu-items .item a .sub {
                font-size: 12px;
                font-weight: 400;
                line-height: 100%;
                /* 12px */
                letter-spacing: 0.36px; }

@media only screen and (min-width: 1280px) {
  .outer_wrap {
    opacity: 1.0;
    pointer-events: auto;
    transition: opacity 1.0s; } }

.menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  transition: opacity 0.2s ease-in;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: linear-gradient(270deg, #268E97 0%, #106C74 100%);
  background-size: cover; }
  .menu.show {
    opacity: 1.0;
    pointer-events: auto; }
  .menu .menu-inner {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative; }
    .menu .menu-inner .menu-content {
      display: table-cell;
      vertical-align: middle; }
      .menu .menu-inner .menu-content > div {
        margin: 0 auto;
        border-radius: 10px;
        padding: 40px;
        position: relative; }
        .menu .menu-inner .menu-content > div .sns .snstitle {
          margin-bottom: 10px;
          color: white;
          text-align: center; }
        .menu .menu-inner .menu-content > div .sns .items {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-wrap: wrap; }
        .menu .menu-inner .menu-content > div .sns a {
          margin-right: 24px;
          display: block; }
          .menu .menu-inner .menu-content > div .sns a:last-child {
            margin-right: 0px; }
        .menu .menu-inner .menu-content > div .logo {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 40px; }
          .menu .menu-inner .menu-content > div .logo img {
            width: 115px;
            filter: invert(1); }
        .menu .menu-inner .menu-content > div .online {
          margin-bottom: 30px; }
          .menu .menu-inner .menu-content > div .online a {
            display: block;
            max-width: 200px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            color: white;
            border: 1px solid white;
            text-align: center;
            transition: 0.1s ease-out; }
            .menu .menu-inner .menu-content > div .online a:hover, .menu .menu-inner .menu-content > div .online a:active {
              opacity: 1.0;
              color: #268E97;
              background: white;
              border: 1px solid white; }
            .menu .menu-inner .menu-content > div .online a span {
              font-size: 14px;
              line-height: 100%; }
        .menu .menu-inner .menu-content > div .release {
          border-radius: 10px;
          background: var(--AWA_gradation_03, linear-gradient(180deg, #D9E3FF 0%, #DBDAF3 95.1%));
          color: var(--AWA_maincolor, #2132A4);
          padding: 17px 20px 17px 20px;
          text-align: center;
          line-height: 100%;
          margin-bottom: 45px; }
          .menu .menu-inner .menu-content > div .release .date {
            color: var(--AWA_maincolor, #2132A4);
            text-align: center;
            font-size: 14.744px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: 0.442px;
            margin-bottom: 10px; }
            .menu .menu-inner .menu-content > div .release .date .b1 {
              font-size: 29.488px;
              letter-spacing: 0.885px; }
            .menu .menu-inner .menu-content > div .release .date .b2 {
              font-size: 14.744px;
              letter-spacing: 0.442px; }
          .menu .menu-inner .menu-content > div .release .lead {
            font-size: 22px;
            letter-spacing: 1.1px; }
        .menu .menu-inner .menu-content > div .menu-items {
          text-align: left;
          margin-bottom: 40px;
          display: flex;
          flex-direction: column;
          gap: 30px;
          margin-bottom: 60px; }
          .menu .menu-inner .menu-content > div .menu-items .item a {
            display: block;
            position: relative;
            color: white; }
            .menu .menu-inner .menu-content > div .menu-items .item a .head {
              display: block;
              font-size: 28px;
              line-height: 100%;
              /* 22px */
              margin-bottom: 12px; }
            .menu .menu-inner .menu-content > div .menu-items .item a .sub {
              font-size: 12px;
              font-weight: 400;
              line-height: 100%;
              /* 12px */
              letter-spacing: 0.36px; }

.spec-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.73);
  transition: opacity 0.2s ease-in;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px;
  z-index: 10000;
  opacity: 0.0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
  .spec-modal.show {
    opacity: 1.0;
    pointer-events: auto; }
  .spec-modal .modal-inner {
    display: table;
    width: 100%;
    height: 100%; }
    .spec-modal .modal-inner .modal-content {
      display: table-cell;
      vertical-align: middle; }
      .spec-modal .modal-inner .modal-content > div {
        margin: 0 auto;
        max-width: 500px;
        border-radius: 10px;
        background: #F5FBFE;
        padding: 30px 30px;
        border-radius: 10px;
        position: relative;
        text-align: center; }
        .spec-modal .modal-inner .modal-content > div .btn_close {
          position: absolute;
          width: 40px;
          top: 24px;
          right: 24px;
          margin-bottom: 40px; }
        .spec-modal .modal-inner .modal-content > div .head {
          font-size: 16px;
          font-weight: 350;
          letter-spacing: 0.8px;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
          margin-bottom: 20px;
          color: #038CCB; }
        .spec-modal .modal-inner .modal-content > div .txt {
          text-align: left;
          font-size: 14px;
          font-weight: 350;
          line-height: 20px;
          /* 142.857% */
          letter-spacing: 0.8px; }

footer {
  text-align: center;
  position: relative;
  background-position: top center;
  background: #6BBCBE;
  background-size: cover; }
  footer .btl img {
    width: 100%; }
  footer .sns {
    padding-top: 17px;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid white; }
    footer .sns .snstitle {
      margin-bottom: 10px;
      color: white; }
    footer .sns .items {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
    footer .sns a {
      margin-right: 24px;
      display: block; }
      footer .sns a:last-child {
        margin-right: 0px; }
  footer .logo {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 60px; }
    footer .logo img {
      filter: invert(1);
      width: 120px; }
  footer .copyright {
    font-size: 10px;
    text-align: center;
    color: white;
    padding-bottom: 20px;
    padding-top: 20px; }
  footer .footer_container {
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 20px; }
    footer .footer_container li {
      text-align: center;
      display: inline-block;
      margin: 0px 5px; }
      footer .footer_container li a {
        display: inline-block;
        font-size: 12px;
        color: white;
        text-decoration: none; }

.btn_menu {
  display: block;
  position: fixed;
  z-index: 2000;
  margin-top: var(--bh);
  margin-left: calc(var(--cw) - 25px - 50px);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(0px, calc(-25px - 100%)); }
  .btn_menu.show {
    transform: translate(0px, 0px); }
  .btn_menu .btn_show.show,
  .btn_menu .btn_close.show {
    display: block; }
  .btn_menu .btn_show.hide,
  .btn_menu .btn_close.hide {
    display: none; }

@media only screen and (min-width: 1280px) {
  .btn_menu {
    opacity: 0.0;
    pointer-events: none; } }

section.c00 {
  position: relative;
  overflow: hidden; }
  section.c00 .inner {
    background: var(--TECA_gradation, linear-gradient(90deg, #70263F 0%, #A14662 50%, #70263F 100%));
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 100%;
    /* 16px */ }

section.kv {
  width: 100%;
  height: calc(var(--cw) * 1028 / 375);
  position: relative; }
  section.kv .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: var(--cw);
    height: calc(var(--cw) * 1028 / 375); }
    section.kv .inner .maincopy {
      position: absolute;
      top: calc(var(--cw) * 53 / 375);
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(var(--cw) * 375 / 375);
      transition: 0.8s ease-out;
      opacity: 0.0;
      pointer-events: none;
      filter: blur(12px); }
      section.kv .inner .maincopy img {
        width: 100%; }
      section.kv .inner .maincopy.show {
        opacity: 1.0;
        pointer-events: auto;
        filter: blur(0px); }
    section.kv .inner .subcopy {
      position: absolute;
      top: calc(var(--cw) * 407 / 375);
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(var(--cw) * 375 / 375);
      transition: 0.6s ease-out;
      transition-delay: 0.5s;
      opacity: 0.0;
      pointer-events: none;
      filter: blur(12px); }
      section.kv .inner .subcopy img {
        width: 100%; }
      section.kv .inner .subcopy.show {
        opacity: 1.0;
        pointer-events: auto;
        filter: blur(0px); }
    section.kv .inner .date {
      position: absolute;
      top: calc(var(--cw) * 160 / 375);
      right: calc(var(--cw) * 7 / 375);
      width: calc(var(--cw) * 120 / 375);
      transform: scale(0.8);
      transition: 0.3s ease-out;
      transition-delay: 1.5s;
      opacity: 0.0;
      pointer-events: none;
      filter: blur(12px); }
      section.kv .inner .date img {
        width: 100%; }
      section.kv .inner .date.show {
        opacity: 1.0;
        transform: scale(1);
        pointer-events: auto;
        filter: blur(0px); }
    section.kv .inner .badge {
      position: absolute;
      top: calc(var(--cw) * 507 / 375);
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(var(--cw) * 375 / 375);
      transition: 0.6s ease-out;
      transition-delay: 0.8s;
      opacity: 0.0;
      pointer-events: none;
      filter: blur(12px); }
      section.kv .inner .badge img {
        width: 100%; }
      section.kv .inner .badge.show {
        opacity: 1.0;
        transform: translate(-50%, 0) scale(1);
        pointer-events: auto;
        filter: blur(0px); }
    section.kv .inner .step {
      position: absolute;
      top: calc(var(--cw) * 653 / 375);
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(var(--cw) * 335 / 375);
      transition: 0.6s ease-out;
      transition-delay: 0.8s;
      opacity: 0.0;
      pointer-events: none;
      filter: blur(12px); }
      section.kv .inner .step img {
        width: 100%; }
      section.kv .inner .step.show {
        opacity: 1.0;
        transform: translate(-50%, 0) scale(1);
        pointer-events: auto;
        filter: blur(0px); }
    section.kv .inner .notes {
      position: absolute;
      top: calc(var(--cw) * 941 / 375);
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%;
      box-sizing: border-box;
      padding-left: calc(var(--cw) * 20 / 375);
      padding-right: calc(var(--cw) * 20 / 375);
      color: #FFF;
      font-size: 10px;
      line-height: 120%;
      /* 12px */ }

section.about {
  width: 100%;
  position: relative;
  background: url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/background.webp);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: calc(var(--cw) * 32 / 375); }
  section.about .inner {
    position: relative;
    padding-left: calc(var(--cw) * 20 / 375);
    padding-right: calc(var(--cw) * 20 / 375);
    color: #FFF; }
    section.about .inner .txt {
      padding-top: calc(var(--cw) * 171 / 375);
      padding-bottom: calc(var(--cw) * 325 / 375);
      color: #FFF;
      font-size: 16px;
      line-height: 250%;
      /* 40px */ }
    section.about .inner .note {
      color: #FFF;
      font-size: 10px;
      line-height: 120%;
      /* 12px */
      opacity: 0.7; }

section.schedule {
  width: 100%;
  position: relative;
  background: url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/schedule_bg.webp);
  background-size: cover;
  background-position: bottom center; }
  section.schedule .inner {
    padding: 90px calc(var(--cw) * 30 / 375);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; }
    section.schedule .inner .head {
      text-align: center;
      word-break: break-word;
      color: #248285; }
      section.schedule .inner .head .title {
        font-size: 40px;
        font-weight: 300;
        line-height: 1; }
      section.schedule .inner .head .schedule__subtitle {
        font-size: 14px;
        line-height: 1; }
    section.schedule .inner .img {
      width: 100%; }
      section.schedule .inner .img img {
        width: 100%;
        height: auto; }
    section.schedule .inner .badge {
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      margin: 0;
      padding: 10px;
      width: 255px;
      border-radius: 100px;
      background: var(--TECA_gradation, linear-gradient(90deg, #70263F 0%, #A14662 50%, #70263F 100%));
      color: #FFF;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      white-space: nowrap; }

section.story {
  position: relative;
  padding: 60px 0px; }
  section.story.fixed .fixbg {
    position: fixed;
    top: 0; }
  section.story.fixed .inner .slideswrap {
    position: fixed; }
  section.story .fixbg {
    background: url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/story_bg.webp);
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    width: calc(var(--cw) * 375 / 375);
    height: 100vh;
    top: 0px;
    overflow: hidden; }
  section.story .inner {
    width: calc(var(--cw) * 375 / 375);
    height: 3000px; }
    section.story .inner .head {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
      text-align: center;
      color: #FFF;
      margin-bottom: 30px;
      position: relative;
      padding-top: calc(var(--cw) * 60 / 375); }
      section.story .inner .head .title {
        margin: 0;
        width: 100%;
        font-size: 40px;
        line-height: 1;
        font-weight: 300; }
      section.story .inner .head .lead {
        font-size: 14px;
        line-height: 1; }
    section.story .inner .slideswrap {
      position: absolute;
      top: 0px;
      width: calc(var(--cw) * 375 / 375); }
      section.story .inner .slideswrap .slideswrapinner {
        height: calc(100vh - 62px - 20px - 20px);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        section.story .inner .slideswrap .slideswrapinner .cards {
          width: calc(var(--cw) * 375 / 375); }
      section.story .inner .slideswrap .item {
        position: relative;
        color: #248185;
        padding: 0px calc(var(--cw) * 20 / 375);
        padding-bottom: 30px;
        box-sizing: border-box; }
        section.story .inner .slideswrap .item .note {
          opacity: 0.7;
          color: #FFF;
          font-size: 10px; }
        section.story .inner .slideswrap .item .item_inner {
          background-color: rgba(255, 255, 255, 0.8);
          margin: 0px calc(var(--cw) * 30 / 375);
          margin-bottom: calc(var(--cw) * 20 / 375);
          position: relative;
          box-sizing: border-box;
          padding: calc(var(--cw) * 30 / 375) calc(var(--cw) * 20 / 375);
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 25px; }
        section.story .inner .slideswrap .item .step-head {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 15px; }
        section.story .inner .slideswrap .item .badge {
          position: relative;
          margin: 0;
          width: 50px;
          height: 50px;
          flex: none;
          border-radius: 50px;
          border: 1px solid;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          font-size: 21px;
          line-height: 1;
          text-align: center; }
        section.story .inner .slideswrap .item .title {
          font-size: 22px;
          line-height: 1;
          text-align: center; }
        section.story .inner .slideswrap .item .text {
          font-size: 14px;
          text-align: center; }

section.whats-teca {
  width: 100%;
  position: relative;
  background: url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/whats_bg.webp);
  background-size: cover;
  background-position: top center;
  z-index: 1; }
  section.whats-teca .inner {
    padding-top: 90px;
    padding-bottom: 70px; }
    section.whats-teca .inner .title {
      color: #248285;
      text-align: center;
      width: 100%;
      font-size: 50px;
      line-height: 1;
      font-weight: 300;
      margin-bottom: calc(var(--cw) * 25 / 375); }
    section.whats-teca .inner .expert {
      display: flex;
      align-items: center;
      gap: calc(var(--cw) * 6 / 375);
      padding: 0px calc(var(--cw) * 25 / 375);
      margin-bottom: calc(var(--cw) * 30 / 375); }
      section.whats-teca .inner .expert .expert-text {
        width: calc(100% - (var(--cw) * 6 / 375) / 2);
        display: flex;
        flex-direction: column;
        gap: 16px; }
        section.whats-teca .inner .expert .expert-text .questions-box {
          width: 100%; }
          section.whats-teca .inner .expert .expert-text .questions-box img {
            width: 100%; }
        section.whats-teca .inner .expert .expert-text .expert-heading {
          display: flex;
          flex-direction: column;
          gap: 16px;
          font-size: calc(var(--cw) * 24 / 375);
          line-height: 1;
          color: #248285; }
        section.whats-teca .inner .expert .expert-text .expert-line {
          margin-bottom: 6px; }
          section.whats-teca .inner .expert .expert-text .expert-line:last-child {
            margin-bottom: 0px; }
          section.whats-teca .inner .expert .expert-text .expert-line span {
            border-bottom: 1px solid; }
      section.whats-teca .inner .expert figure {
        width: calc(100% - (var(--cw) * 6 / 375) / 2); }
    section.whats-teca .inner .teca {
      /* Figma: 6643:3853 */ }
      section.whats-teca .inner .teca .teca-title {
        box-sizing: border-box;
        margin: 0;
        padding: 12px 0;
        border-top: 1px solid #248285;
        background: #FFF;
        text-align: center;
        line-height: 1;
        color: #248285; }
      section.whats-teca .inner .teca .teca-body {
        box-sizing: border-box;
        padding: 30px 25px;
        background-color: #248285;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px; }
      section.whats-teca .inner .teca .venn {
        padding: 0px calc(var(--cw) * 30 / 375); }
      section.whats-teca .inner .teca .teca-text {
        margin: 0;
        width: 100%;
        font-size: 14px;
        color: #FFF; }
    section.whats-teca .inner .reasons {
      padding: 0px calc(var(--cw) * 20 / 375);
      padding-top: calc(var(--cw) * 50 / 375); }
      section.whats-teca .inner .reasons .reasons-title {
        margin: 0;
        padding: 10px 0;
        background-color: #248285;
        text-align: center;
        font-size: 18px;
        color: #FFF; }
      section.whats-teca .inner .reasons .accs .acc_container {
        background: white; }
        section.whats-teca .inner .reasons .accs .acc_container.showAcc .acc_head::before {
          opacity: 0.0; }
        section.whats-teca .inner .reasons .accs .acc_container.showAcc .acc_head .icon:before, section.whats-teca .inner .reasons .accs .acc_container.showAcc .acc_head .icon:after {
          transform: translate(-50%, -50%) rotate(0deg); }
        section.whats-teca .inner .reasons .accs .acc_container .acc_head {
          color: #248285;
          width: 100%;
          position: relative;
          border-top: 1px solid; }
          section.whats-teca .inner .reasons .accs .acc_container .acc_head a {
            height: 42px;
            padding: 8px 13px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            position: relative; }
            section.whats-teca .inner .reasons .accs .acc_container .acc_head a .reason-main {
              display: flex;
              align-items: center;
              gap: 12px;
              white-space: nowrap; }
            section.whats-teca .inner .reasons .accs .acc_container .acc_head a .reason-num {
              font-size: 20px;
              line-height: 1;
              font-weight: 300; }
            section.whats-teca .inner .reasons .accs .acc_container .acc_head a .reason-label {
              font-size: 16px; }
            section.whats-teca .inner .reasons .accs .acc_container .acc_head a .icon {
              display: block;
              width: 14px;
              height: 14px;
              position: relative;
              position: absolute;
              top: 50%;
              right: 13px;
              transform: translate(0px, -50%); }
              section.whats-teca .inner .reasons .accs .acc_container .acc_head a .icon:before, section.whats-teca .inner .reasons .accs .acc_container .acc_head a .icon:after {
                content: "";
                display: block;
                position: absolute;
                width: 14px;
                height: 1px;
                border-bottom: 1px solid;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
              section.whats-teca .inner .reasons .accs .acc_container .acc_head a .icon:after {
                transform: translate(-50%, -50%) rotate(90deg); }
        section.whats-teca .inner .reasons .accs .acc_container .acc_body {
          overflow: hidden;
          transition: 0.2s ease-out;
          height: 0px; }
          section.whats-teca .inner .reasons .accs .acc_container .acc_body .body_inner {
            border-top: 1px solid #248285; }
            section.whats-teca .inner .reasons .accs .acc_container .acc_body .body_inner .item_inner {
              padding: calc(var(--cw) * 25 / 375); }
              section.whats-teca .inner .reasons .accs .acc_container .acc_body .body_inner .item_inner figure {
                margin-bottom: calc(var(--cw) * 20 / 375); }
              section.whats-teca .inner .reasons .accs .acc_container .acc_body .body_inner .item_inner .txt {
                color: #343434;
                font-size: 14px; }
              section.whats-teca .inner .reasons .accs .acc_container .acc_body .body_inner .item_inner .note {
                margin-top: 10px;
                opacity: 0.7;
                color: #343434;
                font-size: 10px; }

section.steps {
  width: 100%;
  position: relative;
  background: #72C4C6;
  padding-top: calc(var(--cw) * 60 / 375);
  padding-bottom: calc(var(--cw) * 80 / 375); }
  section.steps .inner {
    padding: 0px calc(var(--cw) * 20 / 375); }
    section.steps .inner .title {
      font-size: 30px;
      line-height: 1.2;
      text-align: center;
      color: #FFF;
      position: relative; }
      section.steps .inner .title .title-num {
        font-size: 40px; }
    section.steps .inner > figure {
      margin-left: calc(var(--cw) * -20 / 375);
      margin-right: calc(var(--cw) * -20 / 375);
      margin-bottom: calc(var(--cw) * -360 / 375);
      margin-top: calc(var(--cw) * -134 / 375); }
      section.steps .inner > figure img {
        width: 100%; }
    section.steps .inner .panel {
      margin-bottom: calc(var(--cw) * 20 / 375);
      position: relative; }
      section.steps .inner .panel .top {
        display: block;
        width: 100%;
        aspect-ratio: 335 / 54; }
        section.steps .inner .panel .top svg {
          display: block;
          width: 100%;
          aspect-ratio: 335 / 54; }
      section.steps .inner .panel .items {
        margin-top: -1px;
        background: #E7F4F5;
        padding: 0px calc(var(--cw) * 10 / 375);
        padding-bottom: calc(var(--cw) * 45 / 375);
        display: flex;
        flex-direction: column;
        gap: calc(var(--cw) * 25 / 375); }
      section.steps .inner .panel .arrow {
        display: flex;
        justify-content: center;
        align-items: center; }
      section.steps .inner .panel .item .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px; }
      section.steps .inner .panel .item .badge {
        position: relative;
        display: block;
        width: 120px;
        height: 60px;
        overflow: hidden; }
        section.steps .inner .panel .item .badge .badge-label {
          display: block;
          width: 120px;
          height: 120px;
          border-radius: 120px;
          border: 1px solid;
          font-size: 20px;
          line-height: 1;
          text-align: center;
          color: #904457;
          display: flex;
          justify-content: center;
          align-items: 30%;
          box-sizing: border-box; }
          section.steps .inner .panel .item .badge .badge-label span {
            position: absolute;
            display: block;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 0px); }
      section.steps .inner .panel .item .label {
        width: 100%;
        padding: 10px 0px;
        background: #904457; }
      section.steps .inner .panel .item .label-text {
        margin: 0;
        font-size: 24px;
        line-height: 1;
        text-align: center;
        color: #FFF; }
      section.steps .inner .panel .item .photo {
        margin-bottom: calc(20px); }
      section.steps .inner .panel .item .product {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        color: #343434;
        text-align: center;
        margin-bottom: calc(25px - 8px); }
        section.steps .inner .panel .item .product .product-head {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px; }
        section.steps .inner .panel .item .product .product-name {
          font-size: 16px;
          line-height: 1; }
        section.steps .inner .panel .item .product .product-scent {
          font-size: 14px;
          line-height: 1; }
        section.steps .inner .panel .item .product .product-spec {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 6px; }
        section.steps .inner .panel .item .product .product-type {
          font-size: 14px; }
        section.steps .inner .panel .item .product .product-price {
          font-size: 12px; }
      section.steps .inner .panel .item .desc {
        margin: 0;
        font-size: 16px;
        text-align: center;
        color: #343434;
        margin-bottom: calc(25px - 8px); }
      section.steps .inner .panel .item .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 285px;
        margin: 0;
        padding: 0;
        list-style: none; }
      section.steps .inner .panel .item .tag {
        display: flex;
        width: calc((100% - 6px ) / 2);
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px 0px;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        color: #FFF; }
        section.steps .inner .panel .item .tag.primary {
          width: 100%;
          background: #6EC7CA; }
        section.steps .inner .panel .item .tag.sub {
          background: #904457; }
          section.steps .inner .panel .item .tag.sub.sub2 {
            width: 100%; }
      section.steps .inner .panel .item .checks {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 15px;
        width: 285px;
        margin-top: 10px;
        list-style: none; }
      section.steps .inner .panel .item .check {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 12px;
        line-height: 1;
        color: #000; }
    section.steps .inner .note {
      opacity: 0.7;
      color: #FFF;
      font-size: 10px; }

section.reserve-bonus {
  width: 100%;
  position: relative;
  background: #fff;
  padding-bottom: calc(var(--cw) * 50 / 375);
  background-image: url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/tokuten_bg.webp);
  /* image url*/
  background-size: cover; }
  section.reserve-bonus .inner .deadline {
    background: var(--TECA_gradation, linear-gradient(90deg, #70263F 0%, #A14662 50%, #70263F 100%));
    padding-top: calc(var(--cw) * 25 / 375);
    padding-bottom: calc(var(--cw) * 10 / 375);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    /* 24px */
    border-bottom: 1px solid; }
    section.reserve-bonus .inner .deadline .deadline-date {
      font-size: 24px; }
    section.reserve-bonus .inner .deadline .deadline-open {
      font-size: 24px; }
  section.reserve-bonus .inner .banner-lead {
    position: relative;
    margin-bottom: calc(var(--cw) * 20 / 375); }
    section.reserve-bonus .inner .banner-lead .bg {
      height: calc(var(--cw) * 50 / 375);
      background: var(--TECA_gradation, linear-gradient(90deg, #70263F 0%, #A14662 50%, #70263F 100%)); }
    section.reserve-bonus .inner .banner-lead .lead {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      text-align: center;
      font-size: calc(var(--cw) * 20 / 375);
      line-height: 150%;
      /* 30px */
      width: 100%; }
  section.reserve-bonus .inner .heading {
    display: flex;
    justify-content: center;
    align-items: center; }
  section.reserve-bonus .inner .list {
    padding: 0px calc(var(--cw) * 20 / 375); }

section.items_list {
  width: 100%;
  position: relative;
  background: linear-gradient(270deg, #268E97 0%, #106C74 100%); }
  section.items_list .inner {
    position: relative;
    padding-top: 77px;
    padding-left: calc(var(--cw) * 30 / 375);
    padding-right: calc(var(--cw) * 30 / 375);
    color: white; }
    section.items_list .inner .title {
      display: flex;
      margin: 0;
      flex-direction: column;
      align-items: center;
      gap: 14px; }
    section.items_list .inner .title-en {
      font-size: 40px;
      line-height: 1;
      font-weight: 300; }
    section.items_list .inner .title-ja {
      font-size: 14px; }
    section.items_list .inner figure {
      margin-left: calc(var(--cw) * -30 / 375);
      margin-right: calc(var(--cw) * -30 / 375); }
    section.items_list .inner .item {
      padding-bottom: 80px; }
      section.items_list .inner .item .name {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        margin-bottom: 28px; }
        section.items_list .inner .item .name .main {
          font-size: 20px;
          line-height: 120%;
          /* 18px */
          letter-spacing: 0.9px;
          text-align: center; }
          section.items_list .inner .item .name .main .sub {
            font-size: 16px;
            line-height: 180%;
            letter-spacing: 0.8px; }
        section.items_list .inner .item .name .labels {
          display: flex;
          align-items: center;
          gap: 6px; }
          section.items_list .inner .item .name .labels .label {
            display: flex;
            padding: 6px 12px;
            border-radius: 100px;
            background: #155B61;
            text-align: center;
            font-size: 12px;
            font-weight: 350;
            line-height: 100%;
            /* 12px */ }
        section.items_list .inner .item .name .desc {
          text-align: center;
          font-size: 14px;
          line-height: 180%;
          /* 25.2px */
          letter-spacing: 0.7px; }
      section.items_list .inner .item .set {
        font-size: 12px;
        line-height: 150%;
        /* 18px */
        border-bottom: 1px solid;
        margin-bottom: 25px;
        padding-bottom: 16px; }
        section.items_list .inner .item .set .head {
          position: relative;
          margin-bottom: 6px; }
          section.items_list .inner .item .set .head::before {
            content: "";
            display: block;
            width: calc(50% - 68px / 2);
            height: 1px;
            border-bottom: 1px solid;
            transform: translate(0px, -50%);
            position: absolute;
            top: 50%;
            right: 0px; }
          section.items_list .inner .item .set .head::after {
            content: "";
            display: block;
            width: calc(50% - 68px / 2);
            height: 1px;
            border-bottom: 1px solid;
            transform: translate(0px, -50%);
            position: absolute;
            top: 50%;
            left: 0px; }
          section.items_list .inner .item .set .head span {
            position: relative;
            width: 68px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto; }
        section.items_list .inner .item .set ul, section.items_list .inner .item .set ol {
          margin-bottom: 10px; }
          section.items_list .inner .item .set ul:last-child, section.items_list .inner .item .set ol:last-child {
            margin-bottom: 0px; }
          section.items_list .inner .item .set ul li, section.items_list .inner .item .set ol li {
            margin-left: 1.6em; }
      section.items_list .inner .item .bonus {
        margin-top: 30px;
        margin-bottom: 28px;
        border-radius: 10px 10px;
        border: 2px solid var(--AWA_subcolor03, #979FD5);
        background: #FFF; }
        section.items_list .inner .item .bonus .bonus_head {
          position: absolute;
          top: -14px;
          left: 50%;
          transform: translate(-50%, 0px); }
        section.items_list .inner .item .bonus .bonus_top {
          display: flex;
          padding: 30px 22px;
          flex-direction: column;
          align-items: center;
          gap: 10px;
          background: #979FD5; }
        section.items_list .inner .item .bonus .bonus_title {
          text-align: center; }
          section.items_list .inner .item .bonus .bonus_title .sub {
            color: #FFF;
            font-size: 12px;
            line-height: 100%;
            margin-bottom: 10px; }
            section.items_list .inner .item .bonus .bonus_title .sub span {
              font-size: 18px; }
          section.items_list .inner .item .bonus .bonus_title .main {
            color: #FFF;
            font-size: 24px;
            line-height: 100%;
            /* 24px */ }
        section.items_list .inner .item .bonus figure {
          margin-top: 12px;
          margin-bottom: 20px; }
      section.items_list .inner .item .pop {
        margin-left: calc(var(--cw) * -30 / 375);
        margin-right: calc(var(--cw) * -30 / 375);
        margin-bottom: 10px; }
      section.items_list .inner .item .offer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding: 0px calc(var(--cw) * 20 / 375);
        margin-bottom: 35px; }
      section.items_list .inner .item .price {
        display: flex;
        gap: 18px;
        width: 100%;
        justify-content: center; }
        section.items_list .inner .item .price .price-labels {
          display: flex;
          margin: 0;
          align-items: center;
          gap: 6px;
          align-items: flex-start;
          line-height: 1; }
          section.items_list .inner .item .price .price-labels .pill {
            position: relative;
            display: block;
            width: 56px;
            height: 56px;
            flex: none;
            border-radius: 56px;
            color: white;
            border: 1px solid;
            box-sizing: border-box; }
            section.items_list .inner .item .price .price-labels .pill.pill--plan {
              color: #126F77;
              background: #D9DAAA;
              border: none; }
            section.items_list .inner .item .price .price-labels .pill.pill-text-single {
              color: white;
              background: #155B61;
              border: none; }
            section.items_list .inner .item .price .price-labels .pill.pill-text--two {
              color: #126F77;
              background: #D9DAAA;
              border: none; }
          section.items_list .inner .item .price .price-labels .pill-text {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 14px;
            text-align: center;
            width: 100%;
            line-height: 1.15; }
          section.items_list .inner .item .price .price-labels .chip {
            display: flex;
            padding: 6px 8px;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
            flex: none;
            font-size: 14px;
            background: #155B61;
            box-sizing: border-box;
            border: 1px solid #155B61; }
          section.items_list .inner .item .price .price-labels .chip--plan {
            color: #126F77;
            background: #D9DAAA;
            border: 1px solid #D9DAAA; }
          section.items_list .inner .item .price .price-labels .chip--ship {
            background: none;
            border: 1px solid #FFF; }
        section.items_list .inner .item .price .price-body {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          gap: 6px; }
          section.items_list .inner .item .price .price-body .price-was {
            position: relative;
            margin: 0;
            font-size: 12px;
            line-height: 1;
            white-space: nowrap; }
            section.items_list .inner .item .price .price-body .price-was .price-strike {
              position: relative; }
              section.items_list .inner .item .price .price-body .price-was .price-strike::after {
                content: "";
                display: block;
                width: 100%;
                height: 1px;
                background: #904457;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(0deg); }
          section.items_list .inner .item .price .price-body .price-now {
            margin: 0;
            font-size: 25px;
            line-height: 1;
            white-space: nowrap; }
          section.items_list .inner .item .price .price-body .price-tax {
            font-size: 12px; }
      section.items_list .inner .item .cta-block {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px; }
        section.items_list .inner .item .cta-block .cta-note {
          margin: 0;
          font-size: 14px;
          line-height: 1;
          letter-spacing: 0.06em;
          text-align: center; }
          section.items_list .inner .item .cta-block .cta-note.cta-note--gold {
            width: 293px;
            color: var(--c-preorder-gold); }
          section.items_list .inner .item .cta-block .cta-note .cta-note-num {
            font-size: 20px; }
          section.items_list .inner .item .cta-block .cta-note .cta-note-unit {
            font-size: 16px; }
        section.items_list .inner .item .cta-block .btn {
          width: 100%; }
          section.items_list .inner .item .cta-block .btn.disabled a {
            opacity: 0.2;
            pointer-events: none; }
          section.items_list .inner .item .cta-block .btn a {
            display: flex;
            box-sizing: border-box;
            width: 100%;
            padding: 21px 0px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 100px;
            background: var(--TECA_gradation, linear-gradient(90deg, #37A4A8 0%, #71BABD 50%, #37A4A8 100%));
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); }
            section.items_list .inner .item .cta-block .btn a .label {
              color: #FFF;
              text-align: center;
              font-size: 16px;
              line-height: 18px;
              /* 112.5% */
              letter-spacing: 0.8px; }
            section.items_list .inner .item .cta-block .btn a.cta--wine {
              background: var(--TECA_gradation, linear-gradient(90deg, #70263F 0%, #A14662 50%, #70263F 100%)); }
      section.items_list .inner .item .note {
        text-align: justify;
        font-size: 10px;
        line-height: 120%;
        /* 12px */
        opacity: 0.7; }

section.howto {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #DEF3F3 0%, #FFF 16.96%, #FFF 83.19%, #F7FEFF 100%); }
  section.howto .txt {
    height: 40px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/sisitokyo/uploads/lp/HERO_TECA/footer_text.webp);
    /* image url*/
    background-size: 323px 40px;
    -webkit-animation: bg 40s infinite linear;
            animation: bg 40s infinite linear; }
  section.howto .inner {
    position: relative;
    padding: 0px calc(var(--cw) * 20 / 375);
    padding-top: calc(var(--cw) * 80 / 375); }
    section.howto .inner .title {
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
      color: var(--c-howto-teal);
      line-height: 1;
      text-align: center;
      width: 100%;
      color: #7AC4C7;
      padding-bottom: calc(var(--cw) * 45 / 375); }
      section.howto .inner .title .title-en {
        font-size: 40px;
        font-weight: 300; }
      section.howto .inner .title .title-ja {
        font-size: 14px; }
    section.howto .inner .lead {
      margin: 0;
      width: 100%;
      height: 56px;
      font-size: 20px;
      line-height: 1.2;
      color: #343434;
      text-align: center;
      padding-bottom: calc(var(--cw) * 24 / 375); }
      section.howto .inner .lead .lead-num {
        font-size: 30px; }
      section.howto .inner .lead .lead-unit {
        font-size: 20px; }
    section.howto .inner .overview {
      position: relative;
      margin: 0 auto;
      margin-bottom: 30px; }
      section.howto .inner .overview img {
        width: 100%; }
  section.howto .products {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: calc(var(--cw) * 80 / 375); }
  section.howto .product {
    display: flex;
    flex-direction: column;
    align-items: center; }
  section.howto .product-label {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #248790 0%, #7AC4C7 100%);
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box; }
  section.howto .card {
    padding: 30px 17px;
    background: linear-gradient(133deg, #E0F1F2 0%, #F6FEFE 50%, #E0F1F2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #343434; }
  section.howto .card-body {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  section.howto .step-group {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  section.howto .product-name {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    line-height: 1; }
    section.howto .product-name .product-name-en {
      font-size: 26px; }
    section.howto .product-name .product-name-ja {
      font-size: 12px; }
  section.howto .photo {
    position: relative; }
  section.howto .steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    section.howto .steps .step {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      gap: 14px;
      padding-bottom: 20px;
      border-bottom: 1px dotted #7AC4C7; }
      section.howto .steps .step:last-child {
        border-bottom: none; }
      section.howto .steps .step .step-num {
        flex: 0 0 auto;
        width: 25px;
        font-size: 44px;
        line-height: 1;
        font-weight: 300;
        text-align: center;
        color: #7AC4C7; }
      section.howto .steps .step .step-text {
        font-size: 14px;
        line-height: 1.5;
        width: calc(100% - 25px - 14px); }
  section.howto .note {
    margin: 0;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #FFF;
    color: #7AC4C7;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.5; }


