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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

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

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

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

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

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

body {
  min-width: calc(1066px + 50px);
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body picture {
  display: block;
}

.l-body-inner {
  overflow-x: clip;
}

.l-container {
  width: 100%;
  max-width: calc(1086px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-main {
  overflow: hidden;
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.c-note {
  font-size: 12px;
  line-height: calc(22 / 12);
}

.l-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  min-width: calc(1066px + 50px);
}
@media (max-width: 768px) {
  .l-header {
    min-width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: initial;
  }
}
.l-header.is-tracking {
  background-color: #fff;
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-header-inner {
    width: 100%;
    padding: 11px 18px 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-header-bg {
  display: none;
}

.l-header__logo {
  z-index: 99;
  display: block;
  width: 83px;
}
.l-header__btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 40px;
  height: 28px;
}
@media (max-width: 768px) {
  .l-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__btn::before {
  white-space: nowrap;
  content: "メニュー";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
}
.l-header__btn .l-header__btn-inner {
  position: relative;
  width: 34px;
  height: 13px;
}
.l-header__btn .l-header__btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1px;
  background-color: #000;
}
.l-header__btn .l-header__btn-inner span:nth-child(1) {
  top: 0;
}
.l-header__btn .l-header__btn-inner span:nth-child(2) {
  top: calc(13px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__btn .l-header__btn-inner span:nth-child(3) {
  top: 13px;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(1) {
  top: calc(14px / 2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(3) {
  top: calc(14px / 2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__content {
  display: none;
}
@media (max-width: 768px) {
  .l-header__content {
    display: none;
  }
}
.l-header__content.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 350px;
  height: 100svh;
  padding: 0 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-header__content.is-open {
    width: 100%;
  }
}
.l-header__content::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/bg01.svg) center center/10px 4px repeat;
}

.l-header__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 50px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .l-header__content-inner {
    padding: 113px 50px 0;
  }
}
.l-header__content-inner nav {
  width: 100%;
}
@media (max-width: 768px) {
  .l-header__content-inner nav {
    width: 100%;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 33px;
  }
}
.l-header__nav li {
  position: relative;
}
.l-header__nav li + li {
  position: relative;
}
@media (max-width: 768px) {
  .l-header__nav li + li {
    border-left: 0;
  }
}
.l-header__nav a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #000000;
  line-height: calc(20 / 14);
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
}
.l-header__nav a:hover {
  color: #fba900;
}
@media (max-width: 768px) {
  .l-header__nav a {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(28 / 20);
    display: block;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid;
  }
}
.l-header__nav img {
  margin: 0 auto;
}

.l-header__link {
  display: block;
  width: 100%;
  text-decoration: none;
  margin-top: 30px;
}
.l-header__link img {
  margin: 0 auto;
}

/****************************
nav
****************************/
.l-header-nav {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
  padding: 16px 0 15px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav.is-tracking {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .l-header-nav.is-tracking .l-header-nav__link {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-header-nav.is-open {
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    padding: 50px 20px;
  }
}

.l-header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-header-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .l-header-nav__nav {
    width: 100%;
  }
}
.l-header-nav__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-header-nav__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    gap: 15px 0;
  }
}
.l-header-nav__nav li {
  display: block;
}
@media (max-width: 768px) {
  .l-header-nav__nav li {
    width: 100%;
    border-left: 0;
  }
}
.l-header-nav__nav a {
  font-size: 20px;
  position: relative;
  display: block;
  padding: 0 30px 12px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-header-nav__nav a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.l-header-nav__nav a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 7px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_arrow_brown01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-header-nav__nav a::before {
    display: none;
  }
}

.l-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .l-header-nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.l-header-nav__link a {
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  line-height: calc(15 / 10);
  text-decoration: none;
}
.l-header-nav__link img {
  width: 32px;
  height: 32px;
}

.l-footer {
  position: relative;
  z-index: 1;
  padding: 23px 0;
  background: #c6b28b;
  color: #fff;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 20px 0;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.l-footer__logo {
  width: 374px;
}
.l-footer__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: calc(233 / 375 * 100vw);
    height: auto;
  }
}

.l-footer__link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.l-footer__link span {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .l-footer__link span {
    font-size: 14px;
  }
}
.l-footer__link span::before {
  position: absolute;
  content: "";
  width: 14px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_blank.svg) center center/contain no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .l-footer__link span::before {
    width: 11px;
  }
}

/****************************

common

****************************/
body {
  background: #f7f2eb;
  font-family: "Noto Sans JP", sans-serif;
  color: #373634;
}
@media (max-width: 768px) {
  body img {
    height: auto;
    width: 100%;
  }
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #c6b28b;
  border-radius: 35px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: calc(12 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw);
    border-radius: calc(35 / 375 * 100vw);
  }
}

.c-btn-inner {
  padding: 18px 47px;
  background: #c6b28b;
  display: block;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .c-btn-inner {
    padding: 8px 20px 10px;
  }
}

.c-btn--small {
  font-size: 14px;
}
.c-btn--small::before {
  right: 21px;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .c-btn--small::before {
    right: calc(22 / 375 * 100vw);
    width: calc(26 / 375 * 100vw);
    height: auto;
    aspect-ratio: 1;
  }
}
.c-btn--small:hover::before {
  right: 17px;
}
.c-btn--small .c-btn-inner {
  padding: 12px 47px 10px;
}

.c-btn--green {
  border: 1px solid #b7cb3b;
}
.c-btn--green .c-btn-inner {
  background: #b7cb3b;
}

.c-btn--pink {
  border: 1px solid #d6a8c8;
}
.c-btn--pink .c-btn-inner {
  background: #d6a8c8;
}

.c-header--lv2 {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 13px;
}
@media (max-width: 768px) {
  .c-header--lv2 img {
    width: auto;
    height: calc(22 / 375 * 100vw);
  }
}
.c-header--lv2 h2 {
  font-size: 16px;
  line-height: calc(24 / 16);
  display: inline-block;
}
@media (max-width: 768px) {
  .c-header--lv2 h2 {
    font-size: calc(10 / 375 * 100vw);
  }
}

.c-header--lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media (max-width: 768px) {
  .c-header--lv3 {
    gap: 9px;
  }
}
.c-header--lv3 h3 {
  font-size: 14px;
  line-height: calc(20 / 14);
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .c-header--lv3 h3 {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  .c-header--lv3 img {
    width: auto;
    height: calc(17 / 375 * 100vw);
  }
}

.c-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .c-attention {
    margin-top: 38px;
  }
}
.c-attention dt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16);
  position: relative;
  text-align: center;
  padding: 8px;
  background: #c6b28b;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .c-attention dt {
    font-size: 14px;
    padding: 10px;
  }
}
.c-attention dt::before, .c-attention dt::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  height: 1px;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
@media (max-width: 768px) {
  .c-attention dt::before, .c-attention dt::after {
    right: 22px;
    width: 17px;
    height: 1px;
  }
}
.c-attention dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-attention dt.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 768px) {
  .c-attention dt img {
    width: auto;
    height: 13px;
  }
}
.c-attention dt:hover {
  cursor: pointer;
}
.c-attention dd {
  position: relative;
  padding: 30px 30px 70px;
}
@media (max-width: 768px) {
  .c-attention dd {
    padding: 24px 15px;
  }
}
.c-attention dd::before {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
}
@media (max-width: 768px) {
  .c-attention dd::before {
    width: calc(100% - 30px);
  }
}
.c-attention a {
  color: #13240d;
  text-decoration: none;
}
.c-attention a:hover {
  text-decoration: underline;
}

.c-attention__header {
  font-size: 18px;
  font-weight: 900;
  line-height: calc(26 / 18);
}
@media (max-width: 768px) {
  .c-attention__header {
    font-size: 15px;
  }
}

.c-attention__desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: calc(28 / 15);
}
@media (max-width: 768px) {
  .c-attention__desc {
    font-size: 13px;
    margin-top: 15px;
  }
}
.c-attention__desc span {
  display: block;
}
.c-attention__desc span + span {
  margin-top: calc(15px * (28 / 15));
}
@media (max-width: 768px) {
  .c-attention__desc span + span {
    margin-top: calc(13px * (28 / 15));
  }
}
.c-attention__desc + .c-attention__header {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .c-attention__desc + .c-attention__header {
    margin-top: 40px;
  }
}

/****************************

KV

****************************/
.p-kv {
  position: relative;
  z-index: 9;
  aspect-ratio: calc(1366 / 802);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/bg_kv01.jpg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-kv {
    aspect-ratio: calc(375 / 768);
    background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/bg_kv01_sp.jpg) center center/cover no-repeat;
  }
}

.p-kv-copy {
  position: absolute;
  width: calc(599 / 1366 * 100%);
  top: 37px;
  left: calc(47 / 1366 * 100%);
  z-index: 2;
}
@media (max-width: 768px) {
  .p-kv-copy {
    width: calc(269 / 375 * 100%);
    top: calc(32 / 375 * 100vw);
    left: calc(50 / 375 * 100%);
  }
}

.p-kv-img {
  position: absolute;
  width: calc(539 / 1366 * 100%);
  top: calc(413 / 1366 * 100vw);
  left: calc(21 / 1366 * 100%);
  z-index: 2;
}
@media (max-width: 1118px) {
  .p-kv-img {
    top: 328px;
  }
}
@media (max-width: 768px) {
  .p-kv-img {
    width: calc(287 / 375 * 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(559 / 375 * 100vw);
  }
}

.p-kv-swiper {
  position: absolute;
  top: 16px;
  right: -73px;
  width: calc(1037 / 1366 * 100%);
}
@media (max-width: 768px) {
  .p-kv-swiper {
    width: calc(497 / 375 * 100%);
    right: initial;
    top: calc(154 / 375 * 100vw);
    left: calc(-60 / 375 * 100%);
  }
}

/****************************

VIDEO

****************************/
.p-video {
  position: relative;
  z-index: 0;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .p-video {
    padding-top: 0px;
  }
}
.p-video::before {
  position: absolute;
  top: -56px;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 652px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #d6a8c8), color-stop(75%, rgba(214, 168, 200, 0)));
  background: linear-gradient(to bottom, #d6a8c8 35%, rgba(214, 168, 200, 0) 75%);
}
@media (max-width: 768px) {
  .p-video::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-video .l-container {
    padding: 0;
  }
}

.p-video-content {
  width: calc(375 / 1086 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-video-content {
    width: 100%;
    margin: 0 auto;
  }
}
.p-video-content video {
  width: 100%;
}

/****************************

ABOUT

****************************/
.p-content01 {
  margin-top: 145px;
  position: relative;
  z-index: 8;
}
@media (max-width: 768px) {
  .p-content01 {
    margin-top: 38px;
  }
}

.p-content01-inner {
  position: relative;
}
.p-content01-inner .p-deco01 {
  position: absolute;
  width: 910px;
  aspect-ratio: calc(910 / 807);
  top: -171px;
  left: calc((492px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco01.svg) center center/contain no-repeat;
  -webkit-transform: rotate(-171deg);
          transform: rotate(-171deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content01-inner .p-deco01 {
    width: calc(457 / 375 * 100%);
    top: 2px;
    left: calc(382 / 375 * 100% * -1);
    -webkit-transform: rotate(189deg);
            transform: rotate(189deg);
  }
}
.p-content01-inner .p-deco02 {
  position: absolute;
  width: 673px;
  aspect-ratio: calc(673 / 523);
  top: 534px;
  right: calc((413px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco02.svg) center center/contain no-repeat;
  -webkit-transform: rotate(-332deg);
          transform: rotate(-332deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content01-inner .p-deco02 {
    width: calc(338 / 375 * 100%);
    right: calc(260 / 375 * 100% * -1);
    top: calc(319 / 375 * 100vw);
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}
.p-content01-inner .p-deco03 {
  position: absolute;
  width: 726px;
  aspect-ratio: calc(726 / 565);
  top: 653px;
  left: calc((606px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco03.svg) center center/contain no-repeat;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content01-inner .p-deco03 {
    width: calc(649 / 375 * 100%);
    top: calc(622 / 375 * 100vw);
    left: calc(478 / 375 * 100% * -1);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-content01-box01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 148px;
}
@media (max-width: 768px) {
  .p-content01-box01 {
    margin-top: -41px;
    width: 100%;
  }
}
.p-content01-box01 picture {
  width: calc(432 / 1086 * 100%);
}
@media (max-width: 768px) {
  .p-content01-box01 picture {
    width: 100%;
  }
}

.p-content01-img {
  position: absolute;
  width: calc(913 / 1086 * 100%);
  top: 48px;
  left: calc((129px + 140px) * -1);
  aspect-ratio: calc(913 / 784);
}
.p-content01-img picture,
.p-content01-img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-content01-img {
    width: calc(524 / 335 * 100%);
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: initial;
    margin-top: -24px;
  }
}

.p-content01-box02 {
  margin-top: 205px;
  background: #c6b28b;
  padding: 48px 40px 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-content01-box02 {
    margin-top: 28px;
    padding: 55px 20px 20px;
  }
}

.p-content01-box02-inner {
  border-radius: 10px;
  background: #fff;
  padding: 54px 65px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .p-content01-box02-inner {
    padding: 40px 20px 30px;
  }
}
.p-content01-box02-inner::before {
  content: "";
  position: absolute;
  width: 295px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/img_about03.png) center center/contain no-repeat;
  aspect-ratio: calc(295 / 55);
}
@media (max-width: 768px) {
  .p-content01-box02-inner::before {
    width: 254px;
  }
}

.p-content01-box02-item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-content01-box02-item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-content01-box02-item01 .inner {
  width: calc(100% / 2 - 55px / 2);
}
@media (max-width: 768px) {
  .p-content01-box02-item01 .inner {
    width: 100%;
  }
}
.p-content01-box02-item01 .inner:nth-child(1) .c-btn-wrapper {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .p-content01-box02-item01 .inner:nth-child(1) .c-btn-wrapper {
    margin-top: 13px;
  }
}
@media (max-width: 768px) {
  .p-content01-box02-item01 .inner:nth-child(2) {
    margin-top: 35px;
  }
}
.p-content01-box02-item01 .inner:nth-child(2) .c-btn-wrapper {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-content01-box02-item01 .inner:nth-child(2) .c-btn-wrapper {
    margin-top: 13px;
  }
}

.p-content01-box02-item02 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-content01-box02-item02 {
    margin-top: 20px;
  }
}
.p-content01-box02-item02 .c-btn-wrapper {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-content01-box02-item02 .c-btn-wrapper {
    margin-top: 20px;
  }
}

.p-content01-box02-item03 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content01-box02-item03 {
    margin-top: 40px;
  }
}

/****************************

PRESENT

****************************/
.p-content02 {
  margin-top: -129px;
  padding: 387px 0 125px;
  background: #c6b28b;
  position: relative;
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/bg_present01.png) center center/100% 100% no-repeat;
  z-index: 7;
}
@media (max-width: 768px) {
  .p-content02 {
    padding: 97px 0 65px;
    margin-top: 0px;
    background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/bg_present01_sp.png) center center/100% 100% no-repeat;
  }
}
.p-content02 .c-header--lv2 h2 {
  color: #fff;
}
.p-content02 .p-deco04 {
  position: absolute;
  width: calc(1950 / 1366 * 100%);
  aspect-ratio: calc(1950 / 705);
  max-height: 900px;
  top: -243px;
  left: calc((181 / 1366 * 100%) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco04.png) center center/100% 100% no-repeat;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}
@media screen and (min-width: 1366px) {
  .p-content02 .p-deco04 {
    top: calc(-243 / 1366 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-content02 .p-deco04 {
    width: calc(584 / 375 * 100%);
    top: calc(-165 / 375 * 100vw);
    left: calc((88 / 375 * 100%) * -1);
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
    background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco04_sp.png) center center/100% 100% no-repeat;
    aspect-ratio: calc(585 / 310);
  }
}
.p-content02 .p-deco07 {
  position: absolute;
  width: calc(1950 / 1366 * 100%);
  aspect-ratio: calc(1950 / 705);
  max-height: 900px;
  bottom: -135px;
  left: calc((291px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco07.png) center center/100% 100% no-repeat;
  -webkit-transform: rotate(-175deg);
          transform: rotate(-175deg);
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .p-content02 .p-deco07 {
    bottom: calc(-135 / 1366 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-content02 .p-deco07 {
    width: calc(584 / 375 * 100%);
    bottom: calc(-73px);
    left: calc((104 / 375 * 100%) * -1);
    background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco07_sp.png) center center/100% 100% no-repeat;
    aspect-ratio: calc(585 / 310);
    -webkit-transform: rotate(-169deg);
            transform: rotate(-169deg);
  }
}

.p-content02-inner {
  position: relative;
  z-index: 1;
}
.p-content02-inner .p-deco05 {
  position: absolute;
  width: 942px;
  aspect-ratio: calc(942 / 853);
  top: -229px;
  left: calc((470px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco05.svg) center center/contain no-repeat;
  -webkit-transform: rotate(142deg);
          transform: rotate(142deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content02-inner .p-deco05 {
    width: calc(389 / 375 * 100%);
    top: calc(-173px);
    left: calc((338 / 375 * 100%) * -1);
  }
}
.p-content02-inner .p-deco06 {
  position: absolute;
  width: 849px;
  aspect-ratio: calc(849 / 660);
  bottom: calc((-37px + 125px) * -1);
  left: calc((312px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco06.svg) center center/contain no-repeat;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .p-content02-inner .p-deco06 {
    width: calc(338 / 375 * 100%);
    bottom: calc(-61px);
    left: calc((125 / 375 * 100%) * -1);
  }
}

.p-content02-box-wrapper {
  padding: 90px 74px 100px;
  background: #f7f2eb;
  border-radius: 30px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content02-box-wrapper {
    margin-top: 20px;
    padding: 35px 20px 30px;
    border-radius: 10px;
  }
}
.p-content02-box-wrapper + .p-content02-box-wrapper {
  margin-top: 117px;
}
@media (max-width: 768px) {
  .p-content02-box-wrapper + .p-content02-box-wrapper {
    margin-top: 40px;
  }
}
.p-content02-box-wrapper .c-attention {
  width: 432px;
  margin: 0 auto;
}

.c-content02-box + .c-content02-box {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .c-content02-box + .c-content02-box {
    margin-top: 54px;
  }
}

.p-content02-box01-img01 {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .p-content02-box01-img01 {
    margin-top: 27px;
  }
}

.p-content02-box01-img02 {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .p-content02-box01-img02 {
    margin-top: 47px;
  }
}

.p-content02-box02 .c-attention {
  margin-top: 45px;
}

.p-content02-box02-img {
  width: calc(413 / 937 * 100%);
  margin: 44px auto 0;
}
@media (max-width: 768px) {
  .p-content02-box02-img {
    margin: 26px auto 0;
    width: calc(160 / 295 * 100%);
  }
}

.p-content02-box03 {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .p-content02-box03 {
    margin-top: 56px;
  }
}
.p-content02-box03 .c-product {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-content02-box03 .c-product {
    margin-top: 22px;
  }
}
.p-content02-box03 .c-btn-wrapper {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .p-content02-box03 .c-btn-wrapper {
    margin-top: 23px;
  }
}

.p-content02-box04 {
  margin-top: 70px;
  position: relative;
}
.p-content02-box04 .c-btn {
  position: absolute;
  right: 88px;
  bottom: 69px;
}
@media (max-width: 768px) {
  .p-content02-box04 .c-btn {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc(20 / 375 * 100vw);
  }
}

.p-content02-box05-img {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .p-content02-box05-img {
    margin-top: 27px;
  }
}

.p-content02-box06 .c-btn-wrapper {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .p-content02-box06 .c-btn-wrapper {
    margin-top: 20px;
  }
}

.p-content02-box06-note {
  font-size: 12px;
  line-height: calc(22 / 12);
  margin-top: 23px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-content02-box06-note {
    margin-top: 20px;
    font-size: 10px;
  }
}

.p-content02-box06-img {
  margin: 30px auto 0;
  width: calc(653 / 938 * 100%);
}
@media (max-width: 768px) {
  .p-content02-box06-img {
    margin: 20px auto 0;
    width: calc(287 / 295 * 100%);
  }
}

.p-content02-box07 .c-product {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-content02-box07 .c-product {
    margin-top: 22px;
  }
}

.p-content02-box08-img {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .p-content02-box08-img {
    margin-top: 25px;
    padding-bottom: 20px;
  }
}

.c-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .c-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.c-product .c-product-item {
  width: calc(100% / 2 - 14px / 2);
}
@media (max-width: 768px) {
  .c-product .c-product-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-product .c-product-item:nth-child(1) picture {
    width: calc(274 / 295 * 100%);
    margin-left: calc(22 / 295 * 100%);
    margin-right: calc(-2 / 295 * 100%);
  }
}
@media (max-width: 768px) {
  .c-product .c-product-item:nth-child(2) picture {
    width: calc(277 / 295 * 100%);
    margin-right: calc(19 / 295 * 100%);
    margin-left: calc(-2 / 295 * 100%);
  }
}

/****************************

CAMPAIGN

****************************/
.p-content03 {
  margin-top: 87px;
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  .p-content03 {
    margin-top: 38px;
  }
}

.p-content03-inner {
  position: relative;
}
.p-content03-inner .p-deco08-01 {
  position: absolute;
  width: 731px;
  aspect-ratio: calc(731 / 561);
  bottom: calc((91px) * -1);
  right: calc((597px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco08.svg) center center/contain no-repeat;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content03-inner .p-deco08-01 {
    width: calc(287 / 375 * 100%);
    bottom: calc(7px);
    right: calc((248 / 375 * 100%) * -1);
  }
}

.p-content03-copy {
  width: calc(740 / 1086 * 100%);
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .p-content03-copy {
    width: 100%;
    margin: 25px auto 0;
  }
}

.p-content03-box {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-content03-box {
    margin-top: 32px;
  }
}
.p-content03-box + .p-content03-box {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-content03-box + .p-content03-box {
    margin-top: 30px;
  }
}
.p-content03-box .c-attention {
  width: 432px;
  margin: 32px auto 0;
}
.p-content03-box .c-attention dt {
  background: #fff;
  color: #373634;
}
.p-content03-box .c-attention dt::before, .p-content03-box .c-attention dt::after {
  background: #373634;
}

.p-content03-box-right {
  position: relative;
  width: calc((1086 - 140) / 1086 * 100%);
  margin-left: auto;
  padding: 70px 0 98px 326px;
}
@media (max-width: 768px) {
  .p-content03-box-right {
    position: relative;
    width: calc(275 / 335 * 100%);
    margin-left: auto;
    padding: calc(24 / 375 * 100vw) 0 calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-content03-box-right .p-content03-icon {
  position: absolute;
  width: 287px;
  left: -60px;
  top: 70px;
}
@media (max-width: 768px) {
  .p-content03-box-right .p-content03-icon {
    width: calc(139 / 335 * 100%);
    left: calc(40 / 335 * 100% * -1);
    top: calc(70 / 375 * 100vw);
  }
}
.p-content03-box-right::before {
  content: "";
  position: absolute;
  width: calc(100% + 140px);
  background: #fff;
  right: -140px;
  height: 100%;
  top: 0;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .p-content03-box-right::before {
    right: calc((100vw - 100%) / 2 * -1);
    width: calc(100% + (100vw - 100%) / 2);
  }
}
@media (max-width: 768px) {
  .p-content03-box-right::before {
    border-radius: 10px 0 0 10px;
  }
}

.p-content03-box-left {
  position: relative;
  width: calc((1086 - 140) / 1086 * 100%);
  margin-right: auto;
  padding: 70px 326px 98px 0;
}
@media (max-width: 768px) {
  .p-content03-box-left {
    position: relative;
    width: calc(275 / 335 * 100%);
    margin-right: auto;
    padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw) 0;
  }
}
.p-content03-box-left .p-content03-icon {
  position: absolute;
  width: 287px;
  right: -60px;
  top: 70px;
}
@media (max-width: 768px) {
  .p-content03-box-left .p-content03-icon {
    width: calc(139 / 335 * 100%);
    right: calc(40 / 335 * 100% * -1);
    top: calc(70 / 375 * 100vw);
  }
}
.p-content03-box-left::before {
  content: "";
  position: absolute;
  width: calc(100% + 140px);
  background: #fff;
  left: -140px;
  height: 100%;
  top: 0;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .p-content03-box-left::before {
    left: calc((100vw - 100%) / 2 * -1);
    width: calc(100% + (100vw - 100%) / 2);
  }
}

.p-content03-box02::before {
  background: #d6a8c8;
}

.p-content03-box03::before {
  background: #b7cb3b;
}

.p-content03-box04::before {
  background: #c6b28b;
}

/****************************

ATTENTION

****************************/
.p-content04 {
  margin-top: 18px;
  padding: 237px 0 229px;
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  .p-content04 {
    margin-top: 32px;
    padding: 74px 0 214px;
  }
}
.p-content04::before {
  content: "";
  position: absolute;
  top: 187px;
  left: 0;
  width: 100%;
  height: calc(100% - 129px - 187px);
  z-index: -1;
  background: #cabda4;
}
@media (max-width: 768px) {
  .p-content04::before {
    top: 53px;
    height: calc(100% - 53px - 60px);
  }
}
.p-content04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 229px;
  z-index: -2;
  background: #fff;
}
.p-content04 .c-attention {
  max-width: 600px;
  margin: 40px auto 0;
}
.p-content04 .c-attention .c-attention-inner {
  border: 1px solid #fff;
}
.p-content04 .c-attention dd,
.p-content04 .c-attention dt {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-content04 .c-attention dd,
.p-content04 .c-attention dt {
    font-size: 14px;
  }
}
.p-content04 .c-attention dt {
  padding: 14px;
}
.p-content04 .p-deco08 {
  pointer-events: none;
  position: absolute;
  width: calc(1950 / 1366 * 100%);
  aspect-ratio: calc(1950 / 705);
  max-height: 900px;
  top: calc(-380 / 1366 * 100vw);
  left: calc((181px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco04.png) center center/100% 100% no-repeat;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}
@media screen and (min-width: 1366px) {
  .p-content04 .p-deco08 {
    top: calc(-380 / 1366 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-content04 .p-deco08 {
    min-width: auto;
    width: calc(584 / 375 * 100%);
    top: calc(-185 / 375 * 100vw);
    left: calc((104 / 375 * 100%) * -1);
    background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco08_sp.png) center center/100% 100% no-repeat;
    aspect-ratio: calc(585 / 310);
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
}
.p-content04 .p-content04-deco01 {
  position: absolute;
  width: 100%;
  height: 187px;
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_contact_deco01.png) center center/100% 100% no-repeat;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-content04 .p-content04-deco01 {
    height: 53px;
  }
}
.p-content04 .p-content04-deco02 {
  position: absolute;
  width: 100%;
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_contact_deco02.png) center center/100% 100% no-repeat;
  height: 129px;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-content04 .p-content04-deco02 {
    height: 60px;
  }
}

/****************************

CONATCT

****************************/
.p-content05 {
  position: relative;
  padding: 25px 0 80px;
  background: #fff;
  z-index: 6;
}
@media (max-width: 768px) {
  .p-content05 {
    padding: 40px 0;
    margin-top: -130px;
  }
}
.p-content05 .p-deco09 {
  pointer-events: none;
  position: absolute;
  width: calc(1950 / 1366 * 100%);
  min-width: 1950px;
  aspect-ratio: calc(1950 / 705);
  max-height: 705px;
  top: calc((572px) * -1);
  left: calc((291px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco07.png) center center/100% 100% no-repeat;
  -webkit-transform: rotate(-170deg);
          transform: rotate(-170deg);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-content05 .p-deco09 {
    min-width: auto;
    width: calc(584 / 375 * 100%);
    top: calc(-222 / 375 * 100vw);
    left: calc((104 / 375 * 100%) * -1);
    background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco09_sp.png) center center/100% 100% no-repeat;
    aspect-ratio: calc(585 / 310);
    -webkit-transform: rotate(-169deg);
            transform: rotate(-169deg);
  }
}

.p-content05-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-content05-inner .p-deco10 {
  z-index: -1;
  position: absolute;
  width: 749px;
  aspect-ratio: calc(749 / 575);
  top: calc((131px + 25px) * -1);
  left: calc((144px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco10.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-content05-inner .p-deco10 {
    width: calc(353 / 375 * 100%);
    top: calc((19px + 40px) * -1);
    left: calc((132 / 335 * 100%) * -1);
  }
}
.p-content05-inner .p-deco11 {
  z-index: -1;
  position: absolute;
  width: 884px;
  aspect-ratio: calc(884 / 688);
  top: calc((316px + 25px) * -1);
  left: calc((730px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco11.svg) center center/contain no-repeat;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
@media (max-width: 768px) {
  .p-content05-inner .p-deco11 {
    width: calc(338 / 335 * 100%);
    top: calc((100px) * -1);
    left: calc((292 / 335 * 100%) * -1);
  }
}
.p-content05-inner .p-deco12 {
  z-index: -1;
  position: absolute;
  width: 530px;
  aspect-ratio: calc(530 / 406);
  top: calc((25px) * -1);
  right: calc((442px + 140px) * -1);
  background: url(https://d2w53g1q050m78.cloudfront.net/teaflexjp/uploads/LP401/img/ico_deco12.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-content05-inner .p-deco12 {
    width: calc(313 / 335 * 100%);
    top: calc((42px) * -1);
    right: calc((299 / 335 * 100%) * -1);
  }
}

.p-content05-copy {
  margin-top: 40px;
  font-size: 20px;
  line-height: calc(29 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-content05-copy {
    margin-top: 18px;
    font-size: 14px;
  }
}

.p-content05-mail {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-content05-mail {
    margin-top: 10px;
    width: calc(258 / 375 * 100%);
  }
}

.p-content05-date {
  margin-top: 14px;
}
.p-content05-date li {
  font-size: 12px;
  line-height: calc(17 / 12);
}