/*------------------------------------
* 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デザイン可変部分
 *-------------------------------------*/
#lp-form {
  font-family: "Zen kaku Gothic New", sans-serif;
  margin-top: 80px;
}
#lp-form img,
#lp-form a img {
  width: max-content;
}
.amazon_pay_box_ec {
  border: none;
}
.form_container_ec,
.login_message_box_ec {
  width: 800px;
}
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  /* セクションラベルの色 */
  background: #ff4438;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  border-radius: 10px;
  float: none !important;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: none;
  /* セクションラベルのフォント色*/
  color: #ff4438;
  /* セクションラベルのフォントサイズ */
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #ff4438;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border: none;
  background: #fff;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  border: none;
  background-color: transparent;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border: none;
  background-color: transparent;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  /* セクションラベルのフォント色*/
  color: #ff4438;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
  background: none;
  text-align: center;
  border-bottom: 1px solid #ff4438;
  margin-bottom: 15px !important;
}

/* 【SP】フォームの項目名ラベル */

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form_box_label_sp_ec {
  background: none;
  border: none;
}
span.form_required_sp_ec {
  background: #ff4438;
  border-radius: 10px;
  padding: 0px 10px;
}
.form_main_container_sp_ec div.form_group_sp_ec input {
  border: 1px solid #dbdbdb;
}
.amazon_pay_box_sp_ec {
  border: none;
}
.form_container_sp_ec {
  max-width: 610rem;
  margin: auto;
}

/*------------------------------------
* 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デザイン可変部分
 *-------------------------------------*/
#lp-form {
  font-family: "Zen kaku Gothic New", sans-serif;
  margin-top: 80px;
}
#lp-form img,
#lp-form a img {
  width: max-content;
}
.amazon_pay_box_ec {
  border: none;
}
.form_container_ec,
.login_message_box_ec {
  width: 800px;
}
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  /* セクションラベルの色 */
  background: #ff4438;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  border-radius: 10px;
  float: none !important;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: none;
  /* セクションラベルのフォント色*/
  color: #ff4438;
  /* セクションラベルのフォントサイズ */
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #ff4438;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border: none;
  background: #fff;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  border: none;
  background-color: transparent;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border: none;
  background-color: transparent;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  /* セクションラベルのフォント色*/
  color: #ff4438;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
  background: none;
  text-align: center;
  border-bottom: 1px solid #ff4438;
  margin-bottom: 15px !important;
}

/* 【SP】フォームの項目名ラベル */

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form_box_label_sp_ec {
  background: none;
  border: none;
}
span.form_required_sp_ec {
  background: #ff4438;
  border-radius: 10px;
  padding: 0px 10px;
}
.form_main_container_sp_ec div.form_group_sp_ec input {
  border: 1px solid #dbdbdb;
}
.amazon_pay_box_sp_ec {
  border: none;
}
.form_container_sp_ec {
  max-width: 610rem;
  margin: auto;
}

@media (max-width: 1299px) {
  .lp_skin_care .lp_skin_care_body .lp_skin_care_main {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 245px;
    column-gap: 25px;
  }
}

@media (max-width: 719px) {
  .lp_all_in_one .lp_all_in_one_body .one p.txt2 {
    width: 100px;
    height: 100px;
    font-size: 24rem;
    line-height: 1.5em;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding-top: 0;
  }
  .lp_all_in_one .lp_all_in_one_body .one p.txt2.other {
    width: 100px;
    height: 100px;
    font-size: 14rem;
    line-height: 1.5em;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding-top: 0;
  }

  .lp_all_in_one .lp_all_in_one_body .one p.txt3 {
    font-size: 26rem;
    line-height: 41.6rem;
    margin-top: 0;
    width: calc(100% - 100px);
  }
  .lp_links .lp_links_one a {
    font-size: 20rem;
    line-height: 27rem;
    padding: 35rem 8px 0px;
  }
  .lp_links {
    display: none !important;
  }
  .Add_Coupon_Bnr {
    display: none !important;
  }
}

@media (max-width: 530px) {
  .lp_all_in_one .lp_all_in_one_body .one p.txt2 {
    width: 100px;
    height: 100px;
    font-size: 24rem;
    line-height: 1.5em;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding-top: 0;
  }
  .lp_all_in_one .lp_all_in_one_body .one p.txt2.other {
    width: 100px;
    height: 100px;
    font-size: 21rem;
    line-height: 1.5em;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding-top: 0;
  }

  .lp_all_in_one .lp_all_in_one_body .one p.txt3 {
    font-size: 26rem;
    line-height: 41.6rem;
    margin-top: 0;
    width: calc(100% - 100px);
  }
}

/* 伊藤追加分 */

.use_en {
  padding-top: 80px;
}

@media (min-width: 1200px) {
  .use_en {
    padding-top: 120px;
  }
}

.yakki,
.yakki_txt,
.yakki_txt01 {
  font-size: 10px;
}

.yakki_txt {
  text-align: center;
  color: #fff;
}
.yakki_txt01 {
  margin-top: 40px;
  color: #fff;
}

.lp_product_one
  .lp_product_one_body.other
  .set_product
  .lp_product_one_img
  .txt010 {
  text-align: center;
  background: #ff4438;
  padding: 8px;
  width: 100%;
  color: #fff;
  font-size: calc(100vw / 750 * 26);
  margin: 8rem 0;
  font-family: "Zen kaku Gothic New", sans-serif !important;
}

.lp_product_one
  .lp_product_one_body.other
  .set_product
  .lp_product_one_img
  .txt010
  span {
  font-size: 60rem;
}

@media (max-width: 719px) {
  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    div {
    /* top: -530rem; */
    top: 70rem;
  }

  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    img {
    /* margin: 550rem auto 0; */
    margin: 0rem auto 0;
  }
}

.lp_product_one
  .lp_product_one_body.other
  .set_product
  .lp_product_one_img
  .lp_cc03
  img {
  width: 90%;
  margin: 8rem auto;
  display: block;
}

@media screen and (min-width: 719px) {
  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    .lp_cc03
    img {
    width: 210rem;
    margin: 8rem 0;
  }

  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    .txt01 {
    text-align: left;
  }
}

@media screen and (min-width: 1201px) {
  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    .lp_cc03
    img {
    width: 90%;
    margin: 8px 0;
  }
}

@media (max-width: 719px) {
  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    div
    p.txt9 {
    text-align: center;
    font-size: 90rem;
    margin-top: 25rem;
  }
}

@media (max-width: 719px) {
  .lp_product_one
    .lp_product_one_body.other
    .set_product
    .lp_product_one_img
    div
    p.txt9 {
    font-size: 60rem;
  }
}

body header {
  background-color: transparent;
  transition: 0.3s;
}
body header .logored {
  display: none;
  transition: 0.3s;
}
body header .logowhite {
  display: block;
  transition: 0.3s;
}
body header .redimg {
  display: none;
}
body header .whiteimg {
  display: block;
}
body header .snsimg {
  filter: invert(1);
}
body header.sub-header .logored,
body header.active .logored {
  display: block;
}
body header.sub-header .logowhite,
body header.active .logowhite {
  display: none;
}
body header.sub-header .header .header_main ul.main_menu li a,
body header.active .header .header_main ul.main_menu li a {
  color: #111;
}
body header.sub-header .header .header_main ul.main_menu li a::before,
body header.active .header .header_main ul.main_menu li a::before {
  background: #ff4438;
}
body header.sub-header .redimg,
body header.active .redimg {
  display: block;
}
body header.sub-header .whiteimg,
body header.active .whiteimg {
  display: none;
}
body header.sub-header .snsimg,
body header.active .snsimg {
  filter: invert(0);
}
body header.sub-header .header .sp_menu .burger::before,
body header.active .header .sp_menu .burger::before {
  background: #ff4438;
}
body header.sub-header .header .sp_menu .burger::after,
body header.active .header .sp_menu .burger::after {
  background: #ff4438;
}
body header.header_bg {
  background-color: #fff;
}

body header.header_pink {
  background-color: #bb261db3;
}
body header.header_bg .logored {
  display: block;
}
body header.header_bg .logowhite {
  display: none;
}
body header.header_bg .redimg {
  display: block;
}
body header.header_bg .whiteimg {
  display: none;
}
body header.header_bg .snsimg {
  filter: invert(0);
}
body header.header_bg .header .header_main ul.main_menu li a {
  color: #111;
}
body header.header_bg .header .header_main ul.main_menu li a::before {
  background: #ff4438;
}
body header.header_bg .header .sp_menu .burger::before {
  background: #ff4438;
}
body header.header_bg .header .sp_menu .burger::after {
  background: #ff4438;
}
body header .header .header_main ul.main_menu li a {
  color: #fff;
  transition: 0.3s;
}
body header .header .header_main ul.main_menu li a::before {
  background: #fff;
  transition: 0.3s;
}
body header .header .sp_menu .burger::before {
  background: #fff;
}
body header .header .sp_menu .burger::after {
  background: #fff;
}
body header.active .header .header_main {
  z-index: 1000;
  top: 0;
  height: 100vh;
  padding-top: 120rem;
  padding-bottom: 100rem;
  overflow-y: scroll;
}
body header .inner {
  max-width: 1340px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  body header .inner {
    max-width: 93.0555555556vw;
  }
}
@media screen and (max-width: 719px) {
  body header .inner {
    max-width: calc(100vw - 80rem);
  }
}
body header .header .header_main ul {
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  body header .header .header_main ul {
    -moz-column-gap: 40rem;
    column-gap: 40rem;
  }
}
@media screen and (max-width: 719px) {
  body header .header .header_main ul.main_menu {
    display: none;
  }
}
body header .header .header_main ul.spmain_menu {
  display: none;
}
@media screen and (max-width: 719px) {
  body header .header .header_main ul.spmain_menu {
    max-width: 600rem;
    width: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 120rem;
    padding-bottom: 60rem;
    border-bottom: 1px solid #dbdbdb;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40rem 0;
  }
  body header .header .header_main ul.spmain_menu li a {
    position: relative;
    font-weight: 400;
    font-size: 28rem;
    padding-left: 30rem;
    text-align: left;
    color: #111;
  }
  body header .header .header_main ul.spmain_menu li a::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 10rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ff4438;
  }
}
body header .header .header_main ul.spmain_productlist {
  display: none;
}
@media screen and (max-width: 719px) {
  body header .header .header_main ul.spmain_productlist {
    max-width: 600rem;
    width: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    padding-top: 60rem;
    padding-bottom: 60rem;
    border-bottom: 1px solid #dbdbdb;
    display: block;
  }
  body header .header .header_main ul.spmain_productlist li a {
    position: relative;
    font-weight: 400;
    font-size: 28rem;
    padding-left: 30rem;
    text-align: left;
    color: #111;
  }
  body header .header .header_main ul.spmain_productlist li a::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 10rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ff4438;
  }
}
body header .header .header_main ul.spmain_productlist .childbox_list {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40rem;
  margin-top: 40rem;
  margin-left: 40rem;
}
body header .header .header_main ul.spmain_productlist .childbox_list li a {
  display: flex;
  align-items: center;
  font-family: "Zen kaku Gothic New", sans-serif !important;
  font-weight: normal;
  font-size: 26rem !important;
  line-height: 42rem;
  gap: 20rem;
  padding-left: 0;
  color: #111 !important;
}
body
  header
  .header
  .header_main
  ul.spmain_productlist
  .childbox_list
  li
  a::before {
  width: 0;
  height: 0;
}
body header .header .header_main ul.spmain_productlist .childbox_list li a img {
  width: 150rem;
}
body header .header_main .dropmenu {
  position: relative;
}
@media screen and (min-width: 720px) {
  body header .header_main .dropmenu:hover .childbox {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
body header .header_main .dropmenu a {
  display: block;
  text-align: center;
}
body header .header_main .dropmenu .childbox {
  opacity: 0;
  visibility: hidden;
  padding-top: 25px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  width: 330px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  body header .header_main .dropmenu .childbox {
    padding-top: 1.7361111111vw;
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 719px) {
  body header .header_main .dropmenu .childbox {
    position: initial;
    transform: none;
    left: unset;
    width: 100%;
    padding-top: 40rem;
    opacity: 1;
    visibility: visible;
  }
}
body header .header_main .dropmenu .childbox_list {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  body header .header_main .dropmenu .childbox_list {
    padding: 2.0833333333vw;
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  body header .header_main .dropmenu .childbox_list {
    padding: 0;
    box-shadow: none;
    gap: 40rem;
  }
}
@media screen and (max-width: 719px) {
  body header .header_main .dropmenu .childbox_list li a::before {
    width: 0 !important;
  }
}
body header .header_main .dropmenu .childbox_list li:first-child a::before {
  width: 0 !important;
}
body header .header_main .dropmenu .childbox_list li:last-child {
  width: 100%;
}
body header .header_main .dropmenu .childbox_list li:last-child a {
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  body header .header_main .dropmenu .childbox_list li:last-child a {
    display: none;
  }
}
body header .header_main .dropmenu .childbox_list a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 300;
  font-size: 14px !important;
  letter-spacing: normal;
  line-height: 21px;
  text-align: left;
  color: #555 !important;
}
body header .header_main .dropmenu .childbox_list a img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  body header .header_main .dropmenu .childbox_list a img {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  body header .header_main .dropmenu .childbox_list a img {
    width: 150rem;
  }
}
body header .header_main .dropmenu .childbox_list a::before {
  background-color: #ff4438 !important;
}
@media screen and (max-width: 1440px) {
  body header .header_main .dropmenu .childbox_list a {
    font-size: 0.9722222222vw !important;
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  body header .header_main .dropmenu .childbox_list a {
    font-size: 30rem !important;
    line-height: 48rem;
    gap: 20rem;
    color: #111 !important;
  }
}
@media screen and (min-width: 720px) {
  body header .header_main .dropmenu .childbox_list a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 719px) {
  body header .header .header_logo {
    z-index: 1001;
  }
}
@media screen and (max-width: 719px) {
  body header .header .sp_iconlist {
    position: relative;
    z-index: 1001;
  }
}
@media screen and (max-width: 719px) {
  body header .header .sp_menu .burger {
    position: relative;
    z-index: 1001;
  }
}
body header .header .header_main ul.main_menu li a::before {
  top: -10px;
}
@media screen and (max-width: 1440px) {
  body header .header .header_main ul.main_menu li a::before {
    top: -10rem;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 719px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 719px) {
  .sp_only {
    display: block;
  }
}

.fixnum0 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum0 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum0 {
    margin-right: 20rem;
  }
}
.fixnum0::after {
  content: "*";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum0::after {
    font-size: 20rem;
    top: -5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum0::after {
    font-size: 30rem;
    top: -10rem;
  }
}

.fixnum01 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum01 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum01 {
    margin-right: 20rem;
  }
}
.fixnum01::after {
  content: "*1";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum01::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum01::after {
    font-size: 18rem;
  }
}

.fixnum02 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum02 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum02 {
    margin-right: 20rem;
  }
}
.fixnum02::after {
  content: "*2";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum02::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum02::after {
    font-size: 18rem;
  }
}

.fixnum03 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum03 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum03 {
    margin-right: 20rem;
  }
}
.fixnum03::after {
  content: "*3";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum03::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum03::after {
    font-size: 18rem;
  }
}

.fixnum04 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum04 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum04 {
    margin-right: 20rem;
  }
}
.fixnum04::after {
  content: "*4";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum04::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum04::after {
    font-size: 18rem;
  }
}

.fixnum05 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum05 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum05 {
    margin-right: 20rem;
  }
}
.fixnum05::after {
  content: "*5";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum05::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum05::after {
    font-size: 18rem;
  }
}

.fixnum06 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum06 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum06 {
    margin-right: 20rem;
  }
}
.fixnum06::after {
  content: "*6";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum06::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum06::after {
    font-size: 18rem;
  }
}

.fixnum07 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum07 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum07 {
    margin-right: 20rem;
  }
}
.fixnum07::after {
  content: "*7";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum07::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum07::after {
    font-size: 18rem;
  }
}

.fixnum08 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum08 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum08 {
    margin-right: 20rem;
  }
}
.fixnum08::after {
  content: "*8";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum08::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum08::after {
    font-size: 18rem;
  }
}

.fixnum09 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum09 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum09 {
    margin-right: 20rem;
  }
}
.fixnum09::after {
  content: "*9";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum09::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum09::after {
    font-size: 18rem;
  }
}

.fixnum10 {
  position: relative;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .fixnum10 {
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .fixnum10 {
    margin-right: 20rem;
  }
}
.fixnum10::after {
  content: "*10";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fixnum10::after {
    font-size: 10rem;
    top: 5rem;
  }
}
@media screen and (max-width: 719px) {
  .fixnum10::after {
    font-size: 18rem;
  }
}

.t-fv .in {
  position: relative;
  width: 100%;
  height: 100%;
}
.t-fv .main-slide-control {
  position: absolute;
  width: 10vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
}
.t-fv .main-slide {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide {
    min-height: 1540rem;
  }
}
.t-fv .main-slide-move {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}
.t-fv .main-slide-move._active {
  z-index: 2;
}
.t-fv .main-slide-content {
  height: 100%;
}
.t-fv .main-slide-content .body {
  height: 100%;
}
.t-fv .main-slide-content .body > .in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.t-fv .main-slide-header {
  width: 100%;
}
.t-fv .main-slide-body-wrap {
  width: 100%;
}
.t-fv .main-slide-body {
  width: 100%;
}
.t-fv .main-slide-move .button {
  position: absolute;
  bottom: 10vh;
  left: 10vh/4;
}
.t-fv .main-slide-move .button.new {
  position: absolute;
  bottom: 25vh;
  left: 0;
  height: 70px;
  width: 350px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(136, 81, 136, 0.15);
  background: #e5c5ba;
}
.t-fv .main-slide-move .button.new .in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.t-fv .main-slide-move .button.new .ar {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  transition: all 0.5s;
  font-size: 1.5rem;
}
.t-fv .main-slide-title {
  display: block;
}
.t-fv .main-slide-title .svg-img {
  text-align: left;
  min-height: 70px;
}
.t-fv .main-slide-img {
  position: relative;
}
.t-fv .main-slide-img .in {
  overflow: hidden;
}
.t-fv .main-slide-img .js--mask {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #e5c5ba;
}
.t-fv .main-slide-item-wrap {
  position: absolute;
  bottom: 12vh;
  right: 50%;
  width: calc(10vw + 25px);
  display: flex;
  transform: translate(-25%, 0);
  align-items: flex-end;
  justify-content: flex-end;
}
.t-fv .main-slide-item {
  width: 50%;
}
.t-fv .main-slide-item-header {
  position: absolute;
  top: 100%;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  transform: scale(0.86) translateX(-5%);
  margin-left: 2em;
}
.t-fv .main-slide-item-header span {
  display: block;
  word-break: break-all;
  line-height: 1.4;
}
.t-fv .main-slide-item-thumb {
  position: relative;
}
.t-fv .main-slide-item-thumb .gross {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1.3) translate(-10%, 0);
}
.t-fv .main-slide-item-thumb .sheermatte {
  position: absolute;
  top: 3vw;
  left: 0.5vw;
  z-index: 1;
  transform: scale(1.3) translate(-10%, 0);
}
.t-fv .main-slide-item-thumb .gross-small {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1) translate(5%, -25%);
}
.t-fv .main-slide-item-thumb .gross.sheer {
  transform: scale(1.7);
  top: -2em;
}
.t-fv .main-slide-item-thumb .lip {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto;
}
.t-fv .main-slide-item-thumb .lip.sheer {
  width: 41.5%;
}
.t-fv .main-slide-item-thumb .bg-img .img {
  background-size: contain;
}
.t-fv .main-slide-info {
  height: 180px;
  margin-top: 1vw;
  display: inline-block;
}
.t-fv .main-slide-info p {
  line-height: 1.8;
}
.t-fv .main-slide-info dl {
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.6em;
  opacity: 0.8;
}
.t-fv .main-slide-info dl dt {
  display: inline-block;
  width: 7em;
  font-weight: 500;
}
.t-fv .main-slide-info dl dd {
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.t-fv .main-slide-info .gotham-h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.t-fv .main-slide-info h4 {
  line-height: 3;
}
.t-fv .main-slide-bg {
  position: absolute;
  width: 50%;
  height: 160vh;
  top: 0;
  right: 0;
  background-color: #fbf9f8;
}
.t-fv .limited-button .txt {
  white-space: nowrap;
}
.t-fv .main-slide-control-button {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.t-fv .main-slide-control-num {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.t-fv .main-slide-control-bar {
  height: 1px;
  width: 6.6666666667vw;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -5.8823529412vw;
  transform-origin: center right;
  transform: scale(0, 1);
}
.t-fv .main-slide-control-body {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fbf9f8;
}
.t-fv .main-slide-control-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.t-fv .main-slide-content .limited-button {
  position: absolute;
  bottom: 15vh;
  left: 0;
  height: 70px;
  width: 320px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(136, 81, 136, 0.15);
}
.t-fv .main-slide-content .limited-button .in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.t-fv .main-slide-content .limited-button .ar {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  transition: all 0.5s;
  font-size: 1rem;
}
.t-fv .main-slide-img {
  width: 100%;
  padding-right: 0;
}
.t-fv .main-slide-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide-img img {
    height: 1540rem;
  }
}
.t-fv .main-slide-control-body {
  background-color: transparent;
}
.t-fv .main-slide-control {
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide-control {
    right: unset;
    left: 35rem;
    transform: none;
    top: 330rem;
  }
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide-control-button {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide-control-button {
    width: 60rem;
    height: 60rem;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide-control-bar {
    width: 60rem;
  }
}
.t-fv .main-slide-control-body {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide-control-body {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide-control-body {
    transform: none;
    top: unset;
  }
}
.t-fv .main-slide-control-bg svg path.f {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 252.378;
  stroke-dasharray: 0px, 999999px;
}
.t-fv .main-slide-control-bg svg path.b {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2274509804);
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.t-fv .main-slide-control-num {
  color: #fff;
}
.t-fv .main-slide-control-num .t {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide-control-num .t {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide-control-num .t {
    font-size: 20rem;
  }
}
.t-fv .main-slide-control-bar {
  background-color: #fff;
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide .fv_content {
    position: absolute;
    left: 40rem;
    bottom: 70rem;
    max-width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide .fv_content.slide01 {
    bottom: 150rem;
  }
}
.t-fv .main-slide_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide_content {
    left: 8.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide_content {
    top: unset;
    bottom: 40rem;
    left: 40rem;
    transform: none;
    position: initial;
  }
}
.t-fv .main-slide_txt01 {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide_txt01 {
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide_txt01 {
    font-size: 32rem;
  }
}
.t-fv .main-slide_title {
  font-family: "Noto Serif JP", serif !important;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 70px;
  text-align: left;
  color: #fff;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide_title {
    font-size: 3.125vw;
    line-height: 4.8611111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide_title {
    font-size: 50rem;
    line-height: 80rem;
  }
}
.t-fv .main-slide_txt02 {
  position: relative;
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  text-align: left;
  color: #fff;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide_txt02 {
    margin-top: 2.0833333333vw;
    font-size: 1.1111111111vw;
    line-height: 2.0138888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide_txt02 {
    margin-top: 4vw;
    font-size: 28rem;
    line-height: 50rem;
  }
}
.t-fv .main-slide_maintxt01 {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: center;
  color: #fff500;
  padding: 1px 30px;
  border: 1px solid #fff500;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide_maintxt01 {
    font-size: 0.9027777778vw;
    line-height: 1.3888888889vw;
    padding: 1px 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide_maintxt01 {
    display: none;
  }
}
.t-fv .main-slide_maintxt {
  position: absolute;
  bottom: 20px;
  left: 120px;
  font-weight: 100;
  font-size: 12px;
  text-align: left;
  color: #fff;
  max-width: 500px;
}
@media screen and (max-width: 1440px) {
  .t-fv .main-slide_maintxt {
    bottom: 1.3888888889vw;
    left: 8.3333333333vw;
    font-size: 0.8333333333vw;
    max-width: 34.7222222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .main-slide_maintxt {
    position: initial;
    font-size: 18rem;
    line-height: 27rem;
    bottom: 30rem;
    left: 40rem;
    max-width: 100%;
    margin-top: 40rem;
  }
}
.t-fv .morelink {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .t-fv .morelink {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-fv .morelink {
    margin-top: 6.6666666vw;
  }
}
.t-fv .morelink a {
  color: #fff;
  border-color: #fff;
}
.t-fv .morelink a::after {
  border-color: #fff;
}

.morelink a {
  display: block;
  width: 210px;
  font-family: "Zen kaku Gothic New", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #ff4438;
  padding-bottom: 12px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ff4438;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .morelink a {
    width: 14.5833333333vw;
    font-size: 0.9722222222vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .morelink a {
    width: 250rem;
    font-size: 26rem;
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 719px) {
  .morelink a:hover {
    color: #111;
    border-color: transparent;
  }
  .morelink a:hover::before {
    width: 100%;
  }
  .morelink a:hover::after {
    border: 1px solid #111;
  }
}
.morelink a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 2;
  background-color: #111;
  transition: all 0.3s ease-in-out;
}
.morelink a::after {
  width: 15px;
  height: 15px;
  border: 1px solid #ff4438;
  border-radius: 50%;
  right: -7.5px;
  position: absolute;
  bottom: -7.5px;
  content: "";
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .morelink a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    right: -0.5208333333vw;
    bottom: -0.5208333333vw;
  }
}
@media screen and (max-width: 719px) {
  .morelink a::after {
    width: 25rem;
    height: 25rem;
    right: -12.5rem;
    bottom: -12.5rem;
  }
}

.t-about {
  position: relative;
  padding: 130px 50px 350px;
  background-image: url(../img/top/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 1440px) {
  .t-about {
    padding: 9.0277777778vw 3.4722222222vw 24.3055555556vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about {
    padding: 200rem 0;
    background-image: url(../img/top/about-bg-sp.png);
  }
}
.t-about_contain {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-about_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_contain {
    max-width: 100%;
  }
}
.t-about_box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .t-about_box {
    gap: 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_box {
    max-width: 100%;
    display: block;
    gap: 0;
  }
}
.t-about_main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .t-about_main {
    gap: 5.5555555556vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_main {
    flex-direction: column;
    gap: 320rem;
    align-items: flex-start;
  }
}
.t-about_main_img {
  position: relative;
  max-width: 450px;
  width: 100%;
  box-shadow: 20px 30px 30px rgba(62, 92, 108, 0.13);
}
@media screen and (max-width: 1440px) {
  .t-about_main_img {
    max-width: 31.25vw;
    box-shadow: 1.3888888889vw 2.0833333333vw 2.0833333333vw
      rgba(62, 92, 108, 0.13);
  }
}
@media screen and (max-width: 719px) {
  .t-about_main_img {
    max-width: 400rem;
  }
}
@media screen and (max-width: 719px) {
  .t-about_main_content {
    margin-left: 60rem;
  }
}
.t-about_main_img02 {
  position: absolute;
  bottom: -250px;
  right: -250px;
  max-width: 315px;
  width: 100%;
  box-shadow: 20px 30px 30px rgba(62, 92, 108, 0.13);
}
@media screen and (max-width: 1440px) {
  .t-about_main_img02 {
    max-width: 21.875vw;
    bottom: -17.3611111111vw;
    right: -17.3611111111vw;
    box-shadow: 1.3888888889vw 2.0833333333vw 2.0833333333vw
      rgba(62, 92, 108, 0.13);
  }
}
@media screen and (max-width: 719px) {
  .t-about_main_img02 {
    max-width: 280rem;
    bottom: -230rem;
    right: -230rem;
    box-shadow: 20rem 30rem 30rem rgba(62, 92, 108, 0.13);
  }
}
.t-about_main_img03 {
  position: absolute;
  bottom: -150px;
  right: 50px;
  max-width: 333px;
  width: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1440px) {
  .t-about_main_img03 {
    bottom: -10.4166666667vw;
    right: 3.4722222222vw;
    max-width: 23.125vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_main_img03 {
    bottom: -250rem;
    right: 0;
    max-width: 333rem;
  }
}
.t-about_main_txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-about_main_txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_main_txt {
    font-size: 28rem;
  }
}
.t-about_main .morelink {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .t-about_main .morelink {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_main .morelink {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 719px) {
  .t-about_maintxt {
    position: absolute;
    top: -120rem;
    right: unset;
    left: 460rem;
  }
}
.t-about_maintxt h2 {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-size: 34px;
  line-height: 2;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .t-about_maintxt h2 {
    font-size: 2.3611111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-about_maintxt h2 {
    font-size: 40rem;
  }
}

section .sectitle {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 500; */
  font-weight: 600;
  font-size: 20px !important;
  letter-spacing: 0.08em;
  text-align: left;
  color: #767676;
}
@media screen and (max-width: 1440px) {
  section .sectitle {
    font-size: 1.3888888889vw !important;
  }
}
@media screen and (max-width: 719px) {
  section .sectitle {
    font-size: 32rem !important;
  }
}

body .t-lineup {
  padding: 100px 50px 100px;
}
@media screen and (max-width: 1440px) {
  body .t-lineup {
    padding: 6.9444444444vw 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup {
    padding: 150rem 60rem;
  }
}
body .t-lineup a {
  text-decoration: none;
}
body .t-lineup_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_contain {
    max-width: 100%;
  }
}
body .t-lineup_topbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body .t-lineup_main {
  max-width: 920px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_main {
    max-width: 63.8888888889vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_main {
    max-width: 100%;
    margin-top: 70rem;
  }
}
body .t-lineup_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px 120px;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_grid {
    grid-gap: 4.1666666667vw 8.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_grid {
    grid-template-columns: 1fr;
    grid-gap: 120rem;
    max-width: 600rem;
    margin: auto;
  }
}
body .t-lineup_product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
body .t-lineup_product_main {
  padding-bottom: 40px;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_product_main {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_product_main {
    padding-bottom: 70rem;
  }
}
body .t-lineup_product_img {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  body .t-lineup_product_img:hover img {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
body .t-lineup_product_img img {
  transition: 0.5s;
}
body .t-lineup_product_content {
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_product_content {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_product_content {
    margin-top: 30rem;
  }
}
body .t-lineup_product_title01 {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 500; */
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_product_title01 {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_product_title01 {
    font-size: 30rem;
  }
}
body .t-lineup_product_title02 {
  font-family: "Zen kaku Gothic New", serif !important;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_product_title02 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_product_title02 {
    font-size: 38rem;
  }
}
body .t-lineup_product_txt01 {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_product_txt01 {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_product_txt01 {
    font-size: 24rem;
    line-height: 42rem;
  }
}
body .t-lineup_product_txt02 {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_product_txt02 {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_product_txt02 {
    font-size: 24rem;
    line-height: 36rem;
  }
}
body .t-lineup_bottombox p {
  margin-top: 60px;
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  color: #555;
}
@media screen and (max-width: 1440px) {
  body .t-lineup_bottombox p {
    margin-top: 4.1666666667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 719px) {
  body .t-lineup_bottombox p {
    font-size: 18rem;
    line-height: 27rem;
    margin-top: 80rem;
  }
}

.t-voice {
  padding: 100px 0;
  background: #fff3f2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .t-voice {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (max-width: 719px) {
  .t-voice {
    padding: 130rem 0rem 150rem;
    margin-top: 80rem;
  }
}
.t-voice_contain {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .t-voice_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice_contain {
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .t-voice_contain {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice_contain {
    padding: 0 60rem;
  }
}
.t-voice_contain .instaimg {
  max-width: 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .t-voice_contain .instaimg {
    max-width: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice_contain .instaimg {
    max-width: 32rem;
  }
}
.t-voice_bottom {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 719px) {
  .t-voice_bottom {
    padding: 0 4.1666666667vw;
  }
}
.t-voice_bottom .bottomtxt {
  margin-top: 40px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-align: center;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .t-voice_bottom .bottomtxt {
    margin-top: 2.7777777778vw;
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice_bottom .bottomtxt {
    margin-top: 60rem;
    font-size: 28rem;
    line-height: 46rem;
  }
}
.t-voice .voicesbox {
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox {
    margin-left: -60rem;
  }
}
.t-voice .voicesbox_slide {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .t-voice .voicesbox_slide {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide {
    margin-top: 70rem;
  }
}
.t-voice .voicesbox_slide_item {
  border-right: 1px solid #ff6960;
  border-bottom: 1px solid #ff6960;
  border-top: 1px solid #ff6960;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .t-voice .voicesbox_slide_item {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide_item {
    flex-direction: column;
    align-items: center;
    gap: 30rem;
  }
}
@media screen and (min-width: 720px) {
  .t-voice .voicesbox_slide_item:hover {
    opacity: 0.8;
  }
  .t-voice .voicesbox_slide_item:hover img {
    opacity: 0.8;
  }
}
.t-voice .voicesbox_slide_item_img {
  padding: 40px;
  max-width: calc(45% + 80px);
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .t-voice .voicesbox_slide_item_img {
    padding: 2.7777777778vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide_item_img {
    padding: 50rem;
    padding-bottom: 0;
    max-width: 100%;
  }
}
.t-voice .voicesbox_slide_item_img img {
  transition: 0.3s;
}
.t-voice .voicesbox_slide_item_user {
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .t-voice .voicesbox_slide_item_user {
    font-size: 1.1111111111vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide_item_user {
    font-size: 30rem;
    line-height: 48rem;
    margin-top: 30rem;
  }
}
.t-voice .voicesbox_slide_item_content {
  padding: 40px;
  padding-left: 0;
  max-width: 47%;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-voice .voicesbox_slide_item_content {
    padding: 2.7777777778vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide_item_content {
    padding: 50rem;
    padding-top: 0;
    max-width: 100%;
  }
}
.t-voice .voicesbox_slide_item_content .txt {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .t-voice .voicesbox_slide_item_content .txt {
    font-size: 0.9722222222vw;
    line-height: 1.5972222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide_item_content .txt {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.t-voice .voicesbox_slide .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
@media screen and (max-width: 719px) {
  .t-voice .voicesbox_slide .slick-list {
    padding: 0 120rem !important;
  }
}
.t-voice .voicesbox .swiper-slide:first-child {
  border-left: 1px solid #ff6960;
}

.thankbox {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  display: flex;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .thankbox {
    bottom: -12.5vw;
  }
}
@media screen and (max-width: 719px) {
  .thankbox {
    position: initial;
    transform: none;
    max-width: 100%;
  }
}
.thankbox .txt {
  margin-left: 50px;
  font-family: "North Avellion", sans-serif !important;
  font-weight: normal;
  font-size: 129px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #ff4438;
  margin-top: 10px;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .thankbox .txt {
    margin-left: 3.4722222222vw;
    font-size: 8.9583333333vw;
    max-width: 20.1388888889vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .thankbox .txt {
    line-height: 1;
    position: absolute;
    bottom: -145rem;
    font-size: 170rem;
    max-width: 400rem;
    margin-left: 0rem;
    left: 30rem;
    margin-top: 0;
  }
}
.thankbox_img {
  max-width: 295px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .thankbox_img {
    max-width: 17.9861111111vw;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .thankbox_img {
    max-width: 100%;
    position: absolute;
    top: -200rem;
    width: 400rem;
    right: 0;
    left: unset;
  }
}

.t-story {
  padding: 200px 50px 150px;
}
@media screen and (max-width: 1440px) {
  .t-story {
    padding: 13.8888888889vw 3.4722222222vw 10.4166666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story {
    padding: 250rem 0rem 150rem 60rem;
  }
}
.t-story_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-story_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story_contain {
    max-width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .t-story_toptxt {
    padding-right: 60rem;
  }
}
.t-story_toptxt p {
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-story_toptxt p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story_toptxt p {
    font-size: 28rem;
    line-height: 2;
  }
}
.t-story_topbox {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .t-story_topbox {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story_topbox {
    margin-top: 80rem;
    padding-right: 60rem;
  }
}
.t-story_main {
  margin-bottom: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 1440px) {
  .t-story_main {
    margin-top: 2.7777777778vw;
    grid-gap: 1.7361111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story_main {
    display: block;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 719px) {
  .t-story_main .slick-list {
    padding: 0 150rem !important;
    padding-left: 0 !important;
    margin-left: -30rem;
  }
}
.t-story__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 719px) {
  .t-story__item {
    margin: auto 30rem;
  }
}
.t-story__item:nth-child(2) {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .t-story__item:nth-child(2) {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story__item:nth-child(2) {
    margin-top: 0;
  }
}
.t-story__item:nth-child(3) {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .t-story__item:nth-child(3) {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story__item:nth-child(3) {
    margin-top: 0;
  }
}
.t-story__item:nth-child(4) {
  margin-top: 90px;
}
@media screen and (max-width: 1440px) {
  .t-story__item:nth-child(4) {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story__item:nth-child(4) {
    margin-top: 0;
  }
}
.t-story__item_img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .t-story__item_img:hover {
    opacity: 0.8;
  }
  .t-story__item_img:hover img {
    transform: scale(1.05);
  }
}
.t-story__item_img img {
  transition: 0.5s;
}
.t-story__item_content {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .t-story__item_content {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story__item_content {
    margin-top: 30rem;
  }
}
.t-story__item .txt {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 500; */
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .t-story__item .txt {
    font-size: 1.1111111111vw;
    line-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story__item .txt {
    text-align: left;
    font-size: 28rem;
    line-height: 48rem;
  }
}
.t-story__item .morelink {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .t-story__item .morelink {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-story__item .morelink {
    margin-top: 60rem;
    padding-bottom: 10rem;
  }
}

.t-news {
  padding: 150px 50px;
  background: #f6f6f6;
}
@media screen and (max-width: 1440px) {
  .t-news {
    padding: 10.4166666667vw 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news {
    padding: 150rem 60rem;
  }
}
.t-news_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-news_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news_contain {
    max-width: 100%;
  }
}
.t-news a {
  text-decoration: none;
}
.t-news_box {
  display: flex;
  align-items: flex-start;
  gap: 200px;
}
@media screen and (max-width: 1440px) {
  .t-news_box {
    gap: 13.8888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news_box {
    flex-direction: column;
    gap: 30rem;
  }
}
.t-news_left {
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-news_left {
    max-width: 14.5833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news_left {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.t-news_left .morelink {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .t-news_left .morelink {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news_left .morelink {
    margin-top: 0;
  }
}
.t-news_right {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-news_right {
    max-width: 55.5555555556vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news_right {
    max-width: 100%;
  }
}
.t-news__item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.t-news__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .t-news__item {
    gap: 2.0833333333vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
    padding: 50rem 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  .t-news__item:hover {
    opacity: 0.8;
  }
}
.t-news__item .date {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #555;
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  .t-news__item .date {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news__item .date {
    font-size: 28rem;
  }
}
.t-news__item_title {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .t-news__item_title {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-news__item_title {
    font-size: 28rem;
    line-height: 52rem;
  }
}

.t-instagram {
  padding: 100px 50px;
}
@media screen and (max-width: 1440px) {
  .t-instagram {
    padding: 6.9444444444vw 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-instagram {
    padding: 100rem 60rem;
  }
}
.t-instagram .es-widget-header-container,
.t-instagram .es-widget-header-container-template {
  justify-content: flex-end;
  gap: 30px;
}
.t-instagram_contain {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .t-instagram_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-instagram_contain {
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .t-instagram_contain {
    gap: 1.3888888889vw;
  }
}
.t-instagram_contain .instaimg {
  max-width: 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .t-instagram_contain .instaimg {
    max-width: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-instagram_contain .instaimg {
    max-width: 32rem;
  }
}

.t-column {
  padding: 100px 50px;
  background: #fff0ef;
}
@media screen and (max-width: 1440px) {
  .t-column {
    padding: 6.9444444444vw 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column {
    padding: 100rem 60rem;
    padding-right: 0;
  }
}
.t-column_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-column_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column_contain {
    max-width: 100%;
  }
}
.t-column_topbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 719px) {
  .t-column_topbox {
    padding-right: 60rem;
  }
}
.t-column_box {
  margin-top: 60px;
  margin-bottom: 0;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1440px) {
  .t-column_box {
    grid-gap: 4.1666666667vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column_box {
    margin-top: 60rem;
    display: block;
  }
}
@media screen and (max-width: 719px) {
  .t-column_box .slick-list {
    padding: 0 50rem !important;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item {
    margin: auto 10rem;
  }
}
@media screen and (min-width: 720px) {
  .t-column__item:hover {
    opacity: 0.8;
  }
  .t-column__item:hover img {
    transform: scale(1.05);
  }
}
.t-column__item_img {
  position: relative;
  overflow: hidden;
}
.t-column__item_img img {
  transition: 0.5s;
}
.t-column__item_content {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .t-column__item_content {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item_content {
    margin-top: 30rem;
  }
}
.t-column__item_title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .t-column__item_title {
    line-height: 1.8055555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item_title {
    font-size: 28rem;
    line-height: 46rem;
  }
}
.t-column__item_info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .t-column__item_info {
    gap: 1.3888888889vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item_info {
    margin-top: 20rem;
  }
}
.t-column__item_info .date {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #555;
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  .t-column__item_info .date {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item_info .date {
    font-size: 24rem;
  }
}
.t-column__item_info .category {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ff4438;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .t-column__item_info .category {
    font-size: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item_info .category {
    font-size: 24rem;
  }
}
.t-column__item_info .category::before {
  content: "｜";
  font-weight: 300;
  text-align: left;
  color: #555;
  opacity: 0.5;
  margin-right: 5px;
}
@media screen and (max-width: 1440px) {
  .t-column__item_info .category::before {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (max-width: 719px) {
  .t-column__item_info .category::before {
    margin-right: 10rem;
  }
}
.t-column a {
  text-decoration: none;
}

.t-lineaccount {
  padding: 60px 0 0;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount {
    padding: 0;
    padding-bottom: 100rem;
  }
}
.t-lineaccount_contain {
  max-width: 1440px;
  margin: auto;
}
.t-lineaccount_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 719px) {
  .t-lineaccount_box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.t-lineaccount_content {
  display: flex;
  align-items: center;
  padding: 120px;
  background: #ff4438;
  max-width: 700px;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content {
    max-width: 48.6111111111vw;
    padding: 8.3333333333vw;
    min-height: 27.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content {
    display: block;
    min-height: 680rem;
    padding: 110rem 60rem;
    max-width: 100%;
  }
}
.t-lineaccount_content .topbox_title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .topbox_title {
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .topbox_title {
    align-items: flex-end;
    gap: 20rem;
  }
}
.t-lineaccount_content .topbox_title img {
  max-width: 30px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .topbox_title img {
    max-width: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .topbox_title img {
    max-width: 60rem;
    margin-bottom: 10rem;
  }
}
.t-lineaccount_content .topbox_title p {
  font-family: "Noto Serif JP", serif !important;
  font-family: 500;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .topbox_title p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .topbox_title p {
    font-size: 40rem;
    line-height: 60rem;
  }
}
.t-lineaccount_content .topbox .txt02 {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .topbox .txt02 {
    font-size: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .topbox .txt02 {
    font-size: 20rem;
  }
}
.t-lineaccount_content .bottombox {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .bottombox {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .bottombox {
    margin-top: 80rem;
  }
}
.t-lineaccount_content .bottombox p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .bottombox p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .bottombox p {
    font-size: 28rem;
  }
}
.t-lineaccount_content .bottombox .morelink a {
  font-family:"Zen kaku Gothic New", sans-serif !important;
  font-weight: 300;
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_content .bottombox .morelink a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_content .bottombox .morelink a {
    margin-top: 5rem;
    font-size: 28rem;
    width: 290rem;
  }
}
@media screen and (min-width: 720px) {
  .t-lineaccount_content .bottombox .morelink a:hover {
    color: #111;
  }
  .t-lineaccount_content .bottombox .morelink a:hover::after {
    border-color: #111;
  }
}
.t-lineaccount_content .bottombox .morelink a::after {
  border-color: #fff;
}
.t-lineaccount_img {
  max-width: 850px;
  width: 100%;
  margin-left: -110px;
  margin-top: 130px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount_img {
    max-width: 59.0277777778vw;
    margin-top: 9.0277777778vw;
    margin-left: -7.6388888889vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount_img {
    margin-top: -100rem;
    margin-left: 60rem;
    max-width: calc(100% - 60rem);
  }
}
.t-lineaccount .completetxt {
  position: absolute;
  top: -100px;
  right: 50px;
  font-family: "North Avellion", sans-serif !important;
  font-weight: normal;
  font-size: 95px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #ff4438;
  max-width: 340px;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .t-lineaccount .completetxt {
    font-size: 6.5972222222vw;
    right: 3.4722222222vw;
    top: -6.9444444444vw;
    max-width: 23.6111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .t-lineaccount .completetxt {
    top: unset;
    right: 0;
    bottom: -145rem;
    left: 0;
    font-size: 125rem;
    max-width: 460rem;
  }
}

body footer {
  padding-top: 0;
}
body footer .footer_body .footer_main .footer_menu {
  flex-wrap: nowrap;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media screen and (max-width: 1200px) {
  body footer .footer_body .footer_main .footer_menu {
    -moz-column-gap: 60rem;
    column-gap: 60rem;
  }
}
@media screen and (max-width: 719px) {
  body footer .footer_body .footer_main .footer_menu {
    display: grid;
    grid-template-columns: auto 200rem;
    grid-gap: 70rem 30rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 719px) {
  body footer .footer_body .footer_main .footer_menu.footer_menu02 {
    display: flex;
    flex-direction: column;
  }
}
body footer .footer_body .footer_main .footer_menu .footer_menu_one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  body footer .footer_body .footer_main .footer_menu .footer_menu_one {
    gap: 15rem;
  }
}
@media screen and (max-width: 719px) {
  body footer .footer_body .footer_main .footer_menu .footer_menu_one {
    width: 100% !important;
  }
}
body footer .footer_body .footer_main .footer_menu .footer_menu_one li.title {
  margin: 0;
}
@media screen and (max-width: 719px) {
  body footer .footer_body .footer_main .footer_menu .footer_menu_one li.title {
    margin-bottom: 30rem;
  }
}
body footer .footer_body .footer_main .footer_menu .footer_menu_one li.link a {
  color: #555;
  line-height: 23px;
}
@media screen and (max-width: 1200px) {
  body
    footer
    .footer_body
    .footer_main
    .footer_menu
    .footer_menu_one
    li.link
    a {
    line-height: 23rem;
  }
}
@media screen and (max-width: 719px) {
  body
    footer
    .footer_body
    .footer_main
    .footer_menu
    .footer_menu_one
    li.link
    a {
    line-height: 39rem;
  }
}
body footer .footer_body .footer_main .social_phone {
  justify-content: flex-start;
}
body footer .footer_body .footer_main .social_phone .social {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  body footer .footer_body .footer_main .social_phone .social {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 719px) {
  body footer .footer_body .footer_main .social_phone .social {
    margin-bottom: 0rem;
    text-align: center;
  }
}
body footer .footer_body .footer_main .social_phone .phone p {
  font-weight: 400;
}
body footer .footer_body .footer_main .social_phone .phone p a {
  font-weight: 400;
}
@media screen and (max-width: 719px) {
  body .breadcrumb__list {
    flex-wrap: wrap;
    height: auto !important;
  }
}

.s-aboutfv {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.s-aboutfv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-aboutfv_txt h2 {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-size: 2.6388888889vw;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: left;
  color: #111;
  writing-mode: vertical-rl;
  word-break: keep-all;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .s-aboutfv_txt h2 {
    font-size: 2.6388888889vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutfv_txt h2 {
    font-size: 50rem;
  }
}

.s-aboutintro01 {
  padding: 120px 50px;
  background-image: url(../img/about/bg-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro01 {
    padding: 8.3333333333vw 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro01 {
    padding: 130rem 20rem;
  }
}
.s-aboutintro01_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro01_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro01_contain {
    max-width: 100%;
  }
}
.s-aboutintro01_topbox p.maintxt {
  text-align: center;
}
.s-aboutintro01_main {
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro01_main {
    margin-top: 8.3333333333vw;
    gap: 5.5555555556vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro01_main {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 130rem;
    gap: 130rem;
  }
}
.s-aboutintro01_main .mainimg {
  max-width: 705px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro01_main .mainimg {
    max-width: 48.9583333333vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro01_main .mainimg {
    max-width: 100%;
  }
}
.s-aboutintro01_main .mainimg img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 719px) {
  .s-aboutintro01_main p.maintxt {
    margin-left: 70rem;
  }
}

.s-aboutintro02 {
  padding: 50px 20px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro02 {
    padding: 3.4722222222vw 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro02 {
    padding: 0 40rem;
  }
}
.s-aboutintro02_contain {
  max-width: 1440px;
  margin: auto;
}
.s-aboutintro02_main .leftbox {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro02_main .leftbox {
    gap: 4.8611111111vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro02_main .leftbox {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40rem;
    gap: 100rem;
  }
}
.s-aboutintro02_main .leftbox_img {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro02_main .leftbox_img {
    max-width: 38.8888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro02_main .leftbox_img {
    max-width: 620rem;
  }
}
.s-aboutintro02_main .leftbox .maintxt {
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro02_main .leftbox .maintxt {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro02_main .leftbox .maintxt {
    margin-top: 0;
  }
}
.s-aboutintro02_main .rightbox {
  max-width: 640px;
  margin: auto;
  margin-right: 0;
  margin-top: -240px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro02_main .rightbox {
    max-width: 44.4444444444vw;
    margin-top: -16.6666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro02_main .rightbox {
    margin-top: 0;
    max-width: 650rem;
  }
}
.s-aboutintro02_main .rightbox_bg {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro02_main .rightbox_bg {
    max-width: calc(800 / 1440 * 100vw);
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro02_main .rightbox_bg {
    bottom: -110rem;
    max-width: 100%;
  }
}

.s-aboutintro03 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro03 {
    padding: 6.9444444444vw 0 10.4166666667vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro03 {
    padding: 130rem 0;
  }
}
.s-aboutintro03_contain {
  max-width: 1440px;
  margin: auto;
}
.s-aboutintro03_main {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 100px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro03_main {
    gap: 6.9444444444vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro03_main {
    gap: 130rem;
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro03_main .maintxt {
    text-align: center !important;
  }
}
.s-aboutintro03_main .img {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro03_main .img {
    max-width: 55.5555555556vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro03_main .img {
    max-width: 100%;
  }
}

.s-aboutintro {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.s-aboutintro .maintxt {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 3;
  text-align: left;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro .maintxt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro .maintxt {
    font-size: 28rem;
    line-height: 62rem;
  }
}
.s-aboutintro .maintxt span {
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro .maintxt span {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro .maintxt span {
    font-size: 18rem;
  }
}

.s-parallax {
  position: relative;
}
.s-parallax_box {
  position: sticky;
  top: 0;
  left: 0;
}

.s-aboutintro04 {
  position: relative;
  z-index: 2;
  margin-left: 300px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04 {
    margin-left: 20.8333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04 {
    margin: auto;
  }
}
.s-aboutintro04_contain {
  max-width: 390px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04_contain {
    max-width: 27.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04_contain {
    max-width: 100%;
  }
}
.s-aboutintro04_box01 .maintxt {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04_box01 .maintxt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04_box01 .maintxt {
    font-size: 28rem;
    text-align: center;
    color: #fff;
  }
}
.s-aboutintro04_box02 {
  margin-top: 500px;
  padding-bottom: 500px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04_box02 {
    margin-top: 34.7222222222vw;
    padding-bottom: 34.7222222222vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04_box02 {
    margin-top: 600rem;
    padding-bottom: 300rem;
  }
}
.s-aboutintro04_box02 .txt01 {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04_box02 .txt01 {
    font-size: 1.9444444444vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04_box02 .txt01 {
    font-size: 46rem;
    color: #fff;
  }
}
.s-aboutintro04_box02 .txt02 {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04_box02 .txt02 {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04_box02 .txt02 {
    font-size: 28rem;
    line-height: 73rem;
    color: #fff;
  }
}
.s-aboutintro04_box02 .logoimg {
  max-width: 90px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .s-aboutintro04_box02 .logoimg {
    max-width: 6.25vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .s-aboutintro04_box02 .logoimg {
    max-width: 145rem;
    margin-top: 60rem;
  }
}

.topbtnbox {
  padding: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 1440px) {
  .topbtnbox {
    padding: 3.4722222222vw;
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .topbtnbox {
    padding: 60rem;
    padding-top: 120rem;
  }
}
.topbtnbox .back_to_top {
  position: inherit;
  transform: translate(-50%, -28px);
}

@media (max-width: 1200px) {
  .topbtnbox .back_to_top {
    top: 220rem;
    transform: translate(-50%, -28rem);
  }
}
@media (max-width: 719px) {
  .topbtnbox .back_to_top {
    transform: translate(-50%, -45rem);
  }
}
.topbtnbox .back_to_top img {
  display: block;
  margin: auto;
  width: 56px;
}

@media (max-width: 1200px) {
  .topbtnbox .back_to_top img {
    width: 56rem;
  }
}
@media (max-width: 719px) {
  .topbtnbox .back_to_top img {
    width: 90rem;
  }
}
.topbtnbox .back_to_top p {
  font-family: "Zen kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ff6960;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .topbtnbox .back_to_top p {
    font-size: 15rem;
    margin-top: 15rem;
  }
}
@media (max-width: 719px) {
  .topbtnbox .back_to_top p {
    font-size: 24rem;
    line-height: 38rem;
    margin-top: 20rem;
  }
}
.c-product_info #product-name {
  font-weight: 500;
  font-size: 28px !important;
  text-align: left;
  line-height: 45px;
  text-align: left;
  color: #111 !important;
  font-weight: 400;
  font-family: "Zen kaku Gothic New", sans-serif !important;
}
@media screen and (max-width: 1200px) {
  .c-product_info #product-name {
    font-size: 28rem !important;
    line-height: 45rem;
  }
}
@media screen and (max-width: 719px) {
  .c-product_info #product-name {
    font-size: 40rem !important;
    line-height: 64rem;
  }
}
.c-product_info_txt01 {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: 500;
  font-size: 22px !important;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin: 15px auto;
}
@media screen and (max-width: 1200px) {
  .c-product_info_txt01 {
    font-size: 22rem !important;
    line-height: 32rem;
    margin: 15rem auto;
  }
}
@media screen and (max-width: 719px) {
  .c-product_info_txt01 {
    font-size: 28rem !important;
    line-height: 45rem;
    margin: 20rem auto;
  }
}
.c-product_info_txt02 {
  font-family: "Zen kaku Gothic New", sans-serif !important;
  font-weight: 500;
  font-size: 15px !important;
  letter-spacing: 0.02em;
  text-align: left;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 10px auto;
}
@media screen and (max-width: 1200px) {
  .c-product_info_txt02 {
    font-size: 15rem !important;
    margin: 10rem auto;
  }
}
@media screen and (max-width: 719px) {
  .c-product_info_txt02 {
    font-size: 28rem !important;
    line-height: 45rem;
    margin: 20rem auto;
  }
}
.c-product_info__favorite span {
  color: #ff4438 !important;
}

.c-product_info .p-product_addcontent {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}
@media screen and (max-width: 1200px) {
  .c-product_info .p-product_addcontent {
    margin-top: 30rem;
    padding-top: 30rem;
  }
}
@media screen and (max-width: 719px) {
  .c-product_info .p-product_addcontent {
    margin-top: 40rem;
    padding-top: 40rem;
  }
}
.c-product_info .p-product_addcontent ul li {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 29px;
  text-align: left;
  color: #555;
  font-family: "Zen kaku Gothic New", sans-serif !important;
}
@media screen and (max-width: 1200px) {
  .c-product_info .p-product_addcontent ul li {
    font-size: 16rem;
    line-height: 29rem;
  }
}
@media screen and (max-width: 719px) {
  .c-product_info .p-product_addcontent ul li {
    font-size: 26rem;
    line-height: 42rem;
  }
}

.c-product_main {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-product_main {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (max-width: 719px) {
  .c-product_main {
    padding: 100rem 0rem;
  }
}
.c-product_main_contain {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 100px;
  background-color: rgba(241, 84, 74, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  --webkit-backdrop-filter: blur(7px);
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .c-product_main_contain {
    padding: 6.9444444444vw;
    max-width: 83.3333333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 719px) {
  .c-product_main_contain {
    padding: 100rem 45rem;
    max-width: 670rem;
    margin-bottom: 150rem;
  }
}
.c-product_parallax {
  position: sticky;
  top: 0;
  left: 100%;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden !important;
}
.c-product_parallax img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-product_detail {
  position: relative;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.p-product_detail::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../img/product/border-dot.png);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 719px) {
  .p-product_detail::after {
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  .p-product_detail {
    padding-bottom: 5.5555555556vw;
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail {
    flex-direction: column;
    gap: 50rem;
    padding-bottom: 80rem;
  }
}
.p-product_detail_img {
  position: relative;
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-product_detail_img {
    max-width: 35.4166666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail_img {
    max-width: 100%;
  }
}
.p-product_detail_img .completetxt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "North Avellion", sans-serif !important;
  font-weight: normal;
  font-size: 95px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .p-product_detail_img .completetxt {
    font-size: 95rem;
  }
}
.p-product_detail__content {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-product_detail__content {
    max-width: 31.25vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail__content {
    max-width: 100%;
  }
}
.p-product_detail .head {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .head {
    font-size: 1.25vw !important;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .head {
    font-size: 28rem !important;
  }
}
.p-product_detail .title {
  margin-top: 25px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .title {
    margin-top: 1.7361111111vw;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .title {
    margin-top: 50rem;
    font-size: 40rem;
    line-height: 65rem;
  }
}
.p-product_detail .constituent {
  max-width: 370px;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .constituent {
    max-width: 25.6944444444vw;
    margin: 2.0833333333vw 0;
    grid-gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .constituent {
    grid-gap: 15rem;
    margin: 40rem 0;
    max-width: 100%;
  }
}
.p-product_detail .constituent li {
  border-radius: 20px;
  background: #fff;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #ff6960;
  padding: 10px;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .constituent li {
    font-size: 1.1111111111vw;
    padding: 0.6944444444vw;
    border-radius: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .constituent li {
    font-size: 26rem;
    border-radius: 40rem;
    padding: 15rem;
  }
}
.p-product_detail .txt01 {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .txt01 {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .txt01 {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.p-product_detail .txt02 {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .txt02 {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .txt02 {
    margin-top: 40rem;
    font-size: 24rem;
    line-height: 36rem;
  }
}
.p-product_detail .recommended {
  margin-top: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #fff;
  padding: 25px 15px;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .recommended {
    margin-top: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 1.7361111111vw 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .recommended {
    border-radius: 15rem;
    margin-top: 20rem;
    padding: 35rem;
  }
}
.p-product_detail .recommended_head {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fffca2;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .recommended_head {
    font-size: 1.3888888889vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .recommended_head {
    margin-bottom: 30rem;
    font-size: 32rem;
  }
}
.p-product_detail .recommended_list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .recommended_list li {
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
    gap: 0.4861111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .recommended_list li {
    gap: 15rem;
    font-size: 28rem;
    line-height: 40rem;
    margin-bottom: 20rem;
  }
}
.p-product_detail .recommended_list li:last-child {
  margin-bottom: 0;
}
.p-product_detail .recommended_list li img {
  width: 17px;
  height: auto;
  margin-top: 6px;
}
@media screen and (max-width: 1440px) {
  .p-product_detail .recommended_list li img {
    width: 1.1805555556vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_detail .recommended_list li img {
    width: 25rem;
    margin-top: 10rem;
  }
}
.p-product_point {
  position: relative;
  padding: 80px 0;
}
.p-product_point::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../img/product/border-dot.png);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 719px) {
  .p-product_point::after {
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  .p-product_point {
    padding: 5.5555555556vw 0;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point {
    padding: 80rem 0;
  }
}
.p-product_point .headtxt {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .p-product_point .headtxt {
    font-size: 18rem !important;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point .headtxt {
    font-size: 28rem !important;
    margin-bottom: 50rem;
  }
}
.p-product_point__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.p-product_point__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item {
    margin-bottom: 5.5555555556vw;
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item {
    flex-direction: column;
    gap: 50rem;
    margin-bottom: 80rem;
    padding: 0 40rem;
  }
}
.p-product_point__item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 719px) {
  .p-product_point__item.reverse {
    flex-direction: column;
  }
}
.p-product_point__item.reverse .p-product_point__item_img {
  padding-left: 20px;
  padding-right: 70px;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item.reverse .p-product_point__item_img {
    padding-left: 1.3888888889vw;
    padding-right: 4.8611111111vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item.reverse .p-product_point__item_img {
    padding: 10rem;
  }
}
.p-product_point__item.reverse .p-product_point__item_img .pointhead {
  left: unset;
  right: 10px;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item.reverse .p-product_point__item_img .pointhead {
    right: 0.6944444444vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item.reverse .p-product_point__item_img .pointhead {
    display: none;
  }
}
.p-product_point__item.reverse .p-product_point__item_img .pointhead::before {
  right: unset;
  left: 0;
  width: 80px;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item.reverse .p-product_point__item_img .pointhead::before {
    width: 5.5555555556vw;
  }
}
.p-product_point__item.reverse .p-product_point__item_img .pointhead::after {
  left: 0;
}
.p-product_point__item .pointhead {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ff6960;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item .pointhead {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
  }
}
.p-product_point__item .pointhead .pointhead_txt {
  font-size: 13px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item .pointhead .pointhead_txt {
    font-size: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item .pointhead .pointhead_txt {
    font-size: 24rem !important;
    color: #fff;
  }
}
.p-product_point__item .pointhead_num {
  font-size: 26px !important;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item .pointhead_num {
    font-size: 1.8055555556vw !important;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item .pointhead_num {
    font-size: 38rem !important;
    color: #fff;
    line-height: 42rem;
  }
}
.p-product_point__item .pointhead::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 180px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item .pointhead::before {
    width: 12.5vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item .pointhead::before {
    width: 0;
  }
}
.p-product_point__item .pointhead::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 55px;
  height: 1px;
  background-color: #ff6960;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item .pointhead::after {
    width: 3.8194444444vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item .pointhead::after {
    width: 0;
  }
}
.p-product_point__item_img {
  max-width: 510px;
  width: 100%;
  position: relative;
  background: #fff0ef;
  border-radius: 15px;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item_img {
    max-width: 35.4166666667vw;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item_img {
    max-width: 100%;
    border-radius: 15rem;
  }
}
.p-product_point__item_img .pointhead {
  display: flex;
}
@media screen and (max-width: 719px) {
  .p-product_point__item_img .pointhead {
    display: none;
  }
}
.p-product_point__item_img.img02 {
  padding: 0 !important;
}
.p-product_point__item_img.img02 img {
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .p-product_point__item_img.img02 img {
    border-radius: 10rem;
  }
}
.p-product_point__item_content {
  max-width: 455px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item_content {
    max-width: 31.5972222222vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item_content {
    max-width: 100%;
  }
}
.p-product_point__item_content .pointhead {
  display: none;
}
@media screen and (max-width: 719px) {
  .p-product_point__item_content .pointhead {
    position: initial;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap: 10rem;
  }
}
.p-product_point__item_content .title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 39px;
  text-align: left;
  color: #fff;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item_content .title {
    font-size: 1.6666666667vw;
    line-height: 2.7083333333vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item_content .title {
    font-size: 40rem;
    line-height: 64rem;
    margin-top: 15rem;
  }
}
.p-product_point__item_content .txt01 {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item_content .txt01 {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item_content .txt01 {
    font-size: 28rem;
    line-height: 46rem;
    margin-top: 40rem;
  }
}
.p-product_point__item_content .txt02 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_point__item_content .txt02 {
    margin-top: 1.3888888889vw;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_point__item_content .txt02 {
    margin-top: 40rem;
    font-size: 24rem;
    line-height: 36rem;
  }
}
.p-product_howto {
  padding-top: 80px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .p-product_howto {
    padding-top: 5.5555555556vw;
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto {
    padding-top: 80rem;
    flex-direction: column;
    gap: 50rem;
  }
}
.p-product_howto_img {
  position: relative;
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-product_howto_img {
    max-width: 35.4166666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto_img {
    max-width: 100%;
  }
}
.p-product_howto_content {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-product_howto_content {
    max-width: 31.25vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto_content {
    max-width: 100%;
  }
}
.p-product_howto_content .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_howto_content .title {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto_content .title {
    font-size: 40rem;
    line-height: 65rem;
    letter-spacing: normal;
  }
}
.p-product_howto .headtxt {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .headtxt {
    font-size: 1.25vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .headtxt {
    font-size: 28rem;
    margin-bottom: 50rem;
  }
}
.p-product_howto .steplist {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .steplist {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .steplist {
    margin-top: 40rem;
  }
}
.p-product_howto .steplist li {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .steplist li {
    margin-bottom: 1.0416666667vw;
    gap: 1.7361111111vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .steplist li {
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
.p-product_howto .steplist li:last-child {
  margin-bottom: 0;
}
.p-product_howto .steplist_head {
  font-family: "Noto Serif JP", serif !important;
  /* font-weight: 400; */
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .steplist_head {
    font-size: 0.9027777778vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .steplist_head {
    font-size: 20rem;
  }
}
.p-product_howto .steplist_head span {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .steplist_head span {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .steplist_head span {
    font-size: 30rem;
  }
}
.p-product_howto .steplist .txt {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .steplist .txt {
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .steplist .txt {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-product_howto .bottomtxt {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 25.66px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-product_howto .bottomtxt {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_howto .bottomtxt {
    margin-top: 40rem;
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-product_faq {
  max-width: 1200px;
  margin: auto;
  padding: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 1440px) {
  .p-product_faq {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq {
    max-width: 100%;
    padding: 0 55rem;
    border: none;
  }
}
.p-product_faq_contain {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-product_faq_contain {
    max-width: 69.4444444444vw;
    gap: 3.4722222222vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_contain {
    border-bottom: 1px solid #dbdbdb;
    flex-direction: column;
    max-width: 100%;
    gap: 60rem;
    padding: 80rem 0;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_left {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-product_faq_left .morelink {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-product_faq_left .morelink {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_left .morelink {
    margin-top: 0;
  }
}
.p-product_faq_right {
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right {
    max-width: 770rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right {
    max-width: 100%;
  }
}
.p-product_faq_right .faq_one {
  margin-bottom: 30px;
}
.p-product_faq_right .faq_one:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one {
    margin-bottom: 40rem;
  }
}
.p-product_faq_right .faq_one .question {
  position: relative;
  display: flex;
  gap: 15px;
  width: 100%;
  border-radius: 10px;
  padding: 20px 55px 20px 25px;
  background: #fff0ef;
  border: none;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .question {
    padding: 20rem 55rem 20rem 25rem;
    gap: 15rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .question {
    padding: 25rem;
    padding-right: 65rem;
  }
}
.p-product_faq_right .faq_one .question::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 25px;
  background: #ff4438;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .question::before {
    width: 15rem;
    height: 2rem;
    right: 25rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .question::before {
    width: 20rem;
    height: 3rem;
    right: 25rem;
  }
}
.p-product_faq_right .faq_one .question::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 25px;
  background: #ff4438;
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .question::after {
    width: 15rem;
    height: 2rem;
    right: 25rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .question::after {
    width: 20rem;
    height: 3rem;
    right: 25rem;
  }
}
.p-product_faq_right .faq_one .question.close::after {
  transform: rotate(0);
}
.p-product_faq_right .faq_one .question .qus_mark {
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 34px;
  text-align: center;
  color: #ff4438;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .question .qus_mark {
    width: 34rem;
    height: 34rem;
    line-height: 34rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .question .qus_mark {
    width: 54rem;
    height: 54rem;
    line-height: 54rem;
    font-size: 36rem;
  }
}
.p-product_faq_right .faq_one .question .qus_content {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 28.8px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .question .qus_content {
    font-size: 18rem;
    line-height: 28.8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .question .qus_content {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.p-product_faq_right .faq_one .answer {
  padding: 20px 25px 15px;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .answer {
    padding: 20rem 25rem 15rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .answer {
    padding: 30rem 20rem;
    padding-left: 25rem;
  }
}
.p-product_faq_right .faq_one .answer_body {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .answer_body {
    gap: 15rem;
  }
}
.p-product_faq_right .faq_one .answer .ans_mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #ff4438;
  padding-left: 2px;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .answer .ans_mark {
    width: 34rem;
    height: 34rem;
    font-size: 20rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .answer .ans_mark {
    width: 54rem;
    height: 54rem;
    line-height: 54rem;
    font-size: 32rem;
  }
}
.p-product_faq_right .faq_one .answer .ans_content {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28.8px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .answer .ans_content {
    font-size: 16rem;
    line-height: 29rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .answer .ans_content {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-product_faq_right .faq_one .answer .ans_content .smalltxt {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one .answer .ans_content .smalltxt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one .answer .ans_content .smalltxt {
    font-size: 26rem;
  }
}
.p-product_faq_right .faq_one a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1ba5fc;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one a {
    font-size: 16rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one a {
    font-size: 26rem;
  }
}
.p-product_faq_right .faq_one a img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-product_faq_right .faq_one a img {
    width: 24rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_faq_right .faq_one a img {
    width: 40rem;
  }
}
.p-product_notice {
  padding: 80px 50px;
}
@media screen and (max-width: 1200px) {
  .p-product_notice {
    padding: 80rem 50rem;
  }
}
.p-product_notice_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-product_notice_contain {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice_contain {
    max-width: 100%;
  }
}
.p-product_notice__item {
  margin-bottom: 40px;
  overflow: hidden !important;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item {
    margin-bottom: 60rem;
  }
}
.p-product_notice__item:last-child {
  margin-bottom: 0;
}
.p-product_notice__item .head {
  cursor: pointer;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #555;
  padding: 10px 30px;
  background: #f6f6f6;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .head {
    font-size: 16rem;
    padding: 10rem 30rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .head {
    padding: 25rem 35rem;
    font-size: 28rem;
  }
}
.p-product_notice__item .head::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 25px;
  background: #555;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .head::before {
    width: 15rem;
    height: 2rem;
    right: 25rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .head::before {
    width: 20rem;
    height: 3rem;
    right: 25rem;
  }
}
.p-product_notice__item .head::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 25px;
  background: #555;
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .head::after {
    width: 15rem;
    height: 2rem;
    right: 25rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .head::after {
    width: 20rem;
    height: 3rem;
    right: 25rem;
  }
}
.p-product_notice__item .head.close::after {
  transform: rotate(0);
}
.p-product_notice__item .content {
  padding: 20px 30px;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .content {
    padding: 20rem 30rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .content {
    padding: 0;
    padding-top: 40rem;
  }
}
.p-product_notice__item .content p {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .content p {
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .content p {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-product_notice__item .content ul {
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .content ul {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .content ul {
    margin-left: 40rem;
  }
}
.p-product_notice__item .content ul li {
  list-style: square;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .p-product_notice__item .content ul li {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 719px) {
  .p-product_notice__item .content ul li {
    margin-bottom: 5rem;
  }
}
.p-product_notice__item .content ul li:last-child {
  margin-bottom: 0;
}

.ans_content .smalltxt {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .ans_content .smalltxt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 719px) {
  .ans_content .smalltxt {
    font-size: 26rem;
  }
}

.faq_parts .ans_content a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1ba5fc;
}
@media screen and (max-width: 1200px) {
  .faq_parts .ans_content a {
    font-size: 16rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 719px) {
  .faq_parts .ans_content a {
    font-size: 26rem;
  }
}
.faq_parts .ans_content a img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .faq_parts .ans_content a img {
    width: 24rem;
  }
}
@media screen and (max-width: 719px) {
  .faq_parts .ans_content a img {
    width: 40rem;
  }
}

.c-product_img .c-product_img__slider--thumbnail {
  overflow: hidden !important;
}

@media screen and (min-width: 720px) {
  .c-product_info .c-product_info__form__submit:hover {
    opacity: 1 !important;
    background-color: #ff4438 !important;
  }
} /*# sourceMappingURL=top.css.map */

@media (max-width: 1200px) {
  .Note_List li {
    font-size: calc(100vw / 1200 * 14);
    line-height: calc(100vw / 1200 * 24);
  }
}

.otoiawase_button {
  border: none;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
  border-radius: 5px
}

.otoiawase_button:hover {
  background-color: #f44336;
  color: white;
}

@media screen and (max-width: 719px) {
    .phone {
        text-align: center;
    }
}
@media screen and (min-width: 719px) {
    .social {
        margin-bottom: 20rem;
    }
}

@media screen and (min-width: 719px) {
    body footer .footer_body .footer_main .social_phone .social {
        margin-bottom: 20px;
    }
}

.topbtnbox {
    background: #fff;
}


.ecf_p_0120 {
  padding: 8px;
  background-color: #f44336;
}

.ecf_p_0120 p {
  text-align: center;
  transition: 0.3s ease;
  font-size: 16px;
  line-height: 1.5;
}

.ecf_p_0120 p a {
  color: #fff;
}

.ecf_p_0120 p:hover {
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
    .ecf_p_0120 p {
        text-align : left;
  		font-size: 14px;
        font-weight: bold;
    }

  header.active .ecf_p_0120 {
    display: none;
  }
    
    .ecf_p_0120 p .sp-br {
    /*display: none;*/
  }
}

.notice {
  display: block;
  position: relative;
}

/* PC: show both lines */
.notice .line {
  display: block;
}

/* Mobile only */
@media screen and (max-width: 719px) {
  .notice {
    height: 3em;       /* exactly one line */
    overflow: hidden;
  }

  .notice .line {
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    animation: rollText 8s infinite;
  }

  .notice .line1 {
    animation-delay: 0s;
  }

  .notice .line2 {
    animation-delay: 4s;
  }
}

@keyframes rollText {
  0%   { transform: translateY(-100%); opacity: 0; }
  10%  { transform: translateY(0); opacity: 1; }
  40%  { transform: translateY(0); opacity: 1; }
  50%  { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(100%); opacity: 0; }
}

.lp_product_one
  .lp_product_one_body.other
  .set_product
  .lp_product_one_img
  div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px 160px 35px 55px;
  border: 2px solid #ff4438;
  width: 100%;
  height: 70%;
}
.lp_product_one
  .lp_product_one_body.other
  .set_product
  .lp_product_one_img
  img {
    width: 248px;
    position: relative;
    margin-left: 27%;
    z-index: 1;
}

@media screen and (max-width: 719px) {
    .lp_product_one
        .lp_product_one_body.other
        .set_product
        .lp_product_one_img
        img {
        width: 248rem;
        margin-left: 35%;
    }
}