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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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


/* ========================================================================
   01. COMMON: PURCHASE FORM AND FOOTER
   入力フォーム・共通フッターCSS
   ======================================================================== */
:root {
  --kd-brown: #2c1b16;
  --kd-brown-light: #6b410a;
  --kd-gold: #c99544;
  --kd-cream: #faf6f4;
  --kd-border: #d8cec8;
  --kd-border-light: #e4dcd7;
  --kd-text: #2c1b16;
  --kd-error: #c62828;
  --kd-mincho: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  --kd-gothic: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}#lp-form,
#lp-form.form_container_ec,
#lp-form .form_main_container_ec { box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; color: var(--kd-text); line-height: 1.75; }#lp-form [hidden] { display: none !important; }#lp-form img { max-width: 100%; height: auto; }#lp-form iframe { max-width: 100%; }#lp-form .landing_form_label_ec,
#lp-form .landing_form_label_sp_ec { display: block; width: 100%; margin: 32px 0 14px; padding: 13px 18px; border: 0; border-left: 5px solid var(--kd-gold); border-radius: 3px; background: var(--kd-brown); box-shadow: 0 3px 8px rgba(44,27,22,.12); color: #fff; font: 700 16px/1.55 var(--kd-mincho); letter-spacing: .06em; }#lp-form .form_main_container_ec > .landing_form_label_ec:first-child,
#lp-form .form_main_container_ec > .landing_form_label_sp_ec:first-child { margin-top: 0; }#lp-form table.landing_form_ec { width: 100%; max-width: 760px; margin: 0 auto 6px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--kd-border); border-radius: 4px; background: #fff; overflow: hidden; table-layout: fixed; }#lp-form table.landing_form_ec th,
#lp-form table.landing_form_ec td { border: 0; border-bottom: 1px solid var(--kd-border-light); vertical-align: top; }#lp-form table.landing_form_ec tr:last-child th,
#lp-form table.landing_form_ec tr:last-child td { border-bottom: 0; }#lp-form table.landing_form_ec th { width: 30%; padding: 18px 16px; background: var(--kd-cream); font: 700 14px/1.65 var(--kd-mincho); }#lp-form table.landing_form_ec td { width: 70%; padding: 18px 20px; background: #fff; font-size: 14px; line-height: 1.75; }#lp-form span.form_required_ec,
#lp-form span.form_required_sp_ec { display: inline-flex; align-items: center; justify-content: center; min-height: 22px; margin-left: 10px; padding: 2px 6px; border-radius: 3px; background: #e32c2b; color: #fff; font-size: 11px; font-weight: 700; line-height: 1; }#lp-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]),
#lp-form select,
#lp-form textarea { box-sizing: border-box; min-width: 0; max-width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #bfb3ad; border-radius: 3px; background: #fff; color: var(--kd-text); font-size: 14px; line-height: 1.5; transition: border-color .2s, box-shadow .2s; }#lp-form textarea { width: 100%; min-height: 110px; resize: vertical; }#lp-form input:focus,
#lp-form select:focus,
#lp-form textarea:focus { border-color: #7796a8; outline: 0; box-shadow: 0 0 0 3px rgba(119,150,168,.18); }#lp-form .input_box_email_ec,
#lp-form .input_box_password_ec,
#lp-form .input_box_address1_ec,
#lp-form .input_box_address2_ec,
#lp-form .input_box_address3_ec,
#lp-form .input_box_company_ec,
#lp-form .input_box_card_number_ec,
#lp-form .input_box_card_name_ec { width: 100%; }#lp-form tr.input_name_ec .form_group_ec,
#lp-form tr.input_kana_ec .form_group_ec { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }#lp-form tr.input_name_ec .form_group_ec > .col-12,
#lp-form tr.input_kana_ec .form_group_ec > .col-12 { float: none; width: auto; min-width: 0; margin: 0; padding: 0; }#lp-form .input_box_name1_ec,
#lp-form .input_box_name2_ec,
#lp-form .input_box_kana1_ec,
#lp-form .input_box_kana2_ec { width: 100%; }#lp-form tr.input_tel_ec .form_group_ec > p { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr); gap: 7px; align-items: center; margin: 0; }#lp-form .input_box_tel1_ec,
#lp-form .input_box_tel2_ec,
#lp-form .input_box_tel3_ec { width: 100%; }#lp-form label:has(input[type="checkbox"]),
#lp-form input[type="checkbox"] + label,
#lp-form .agreement_ec,
#lp-form .agreement_sp_ec,
#lp-form .terms_ec,
#lp-form .terms_sp_ec { max-width: 100%; color: var(--kd-text); font-size: 15px; line-height: 1.75; white-space: normal; overflow-wrap: anywhere; }#lp-form label:has(input[type="checkbox"]) a,
#lp-form input[type="checkbox"] + label a,
#lp-form .agreement_ec a,
#lp-form .agreement_sp_ec a { color: var(--kd-brown-light); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }#lp-form .submit_bottom_ec,
#lp-form .submit_bottom_sp_ec { float: none; display: block; max-width: 100%; margin: 38px auto 0; padding: 0; border: 0; background-color: transparent; background-repeat: no-repeat; box-shadow: none; cursor: pointer; }#lp-form div:has(> .submit_bottom_ec),
#lp-form div:has(> .submit_bottom_sp_ec),
#lp-form p:has(> .submit_bottom_ec),
#lp-form p:has(> .submit_bottom_sp_ec),
#lp-form td:has(> .submit_bottom_ec),
#lp-form td:has(> .submit_bottom_sp_ec) { background: transparent; border: 0; box-shadow: none; }@media (max-width: 719px) {#lp-form,
  #lp-form.form_container_ec,
  #lp-form .form_main_container_ec,
  #lp-form table.landing_form_ec,
  #lp-form table.landing_form_ec tbody,
  #lp-form table.landing_form_ec tr,
  #lp-form table.landing_form_ec th,
  #lp-form table.landing_form_ec td { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }#lp-form { overflow-x: clip; }#lp-form table.landing_form_ec,
  #lp-form table.landing_form_ec tbody,
  #lp-form table.landing_form_ec tr,
  #lp-form table.landing_form_ec th,
  #lp-form table.landing_form_ec td { display: block; }#lp-form table.landing_form_ec { table-layout: auto; }#lp-form table.landing_form_ec th { padding: 12px 14px; }#lp-form table.landing_form_ec td { padding: 14px; }#lp-form .row,
  #lp-form .form_group_ec,
  #lp-form .form_group_sp_ec { width: 100%; min-width: 0; max-width: 100%; margin-right: 0; margin-left: 0; }#lp-form [class*="col-"] { min-width: 0; max-width: 100%; margin-right: 0; margin-left: 0; }#lp-form tr.input_name_ec .form_group_ec,
  #lp-form tr.input_kana_ec .form_group_ec { gap: 8px; }#lp-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]),
  #lp-form select,
  #lp-form textarea { min-height: 46px; font-size: 16px; }#lp-form .landing_form_label_ec,
  #lp-form .landing_form_label_sp_ec { margin-top: 28px; padding: 12px 14px; border-left-width: 4px; font-size: 15px; }#lp-form label:has(input[type="checkbox"]),
  #lp-form input[type="checkbox"] + label,
  #lp-form .agreement_ec,
  #lp-form .agreement_sp_ec { font-size: 14px; }#lp-form input[type="checkbox"] { flex: 0 0 18px; width: 18px; height: 18px; margin: 2px 0 0; }#lp-form .submit_bottom_ec,
  #lp-form .submit_bottom_sp_ec { width: 100%; margin-top: 32px; }}@media (max-width: 420px) {#lp-form tr.input_name_ec .form_group_ec,
  #lp-form tr.input_kana_ec .form_group_ec { grid-template-columns: 1fr; gap: 12px; }}.kd-compact-footer,
.kd-compact-footer * {
  box-sizing: border-box;
}.kd-compact-footer {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  background: #202020;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", serif;
}.kd-compact-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1024px;
  min-height: 102px;
  margin: 0 auto;
  padding: 25px 0 24px;
  border-top: 0;
}.kd-compact-footer__copyright {
  flex: 0 0 auto;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", "游明朝", "Yu Mincho", serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.035em;
  white-space: nowrap;
}.kd-compact-footer__nav {
  min-width: 0;
}.kd-compact-footer__links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}.kd-compact-footer__links li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}.kd-compact-footer__links a {
  display: inline-block;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}.kd-compact-footer__links a:hover,
.kd-compact-footer__links a:focus {
  color: #ffffff;
  opacity: 0.7;
}@media screen and (max-width: 1000px) {.kd-compact-footer__inner {
    gap: 24px;
  }.kd-compact-footer__links {
    gap: 0 15px;
  }.kd-compact-footer__copyright {
    font-size: 10px;
  }.kd-compact-footer__links a {
    font-size: 11px;
  }}@media screen and (max-width: 719px) {.kd-compact-footer {
    padding: 0 10px;
  }.kd-compact-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    min-height: 0;
    padding: 17px 0 25px;
  }.kd-compact-footer__nav {
    width: 100%;
  }.kd-compact-footer__links {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }.kd-compact-footer__links li,
  .kd-compact-footer__links li:nth-child(odd),
  .kd-compact-footer__links li:last-child {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }.kd-compact-footer__links a {
    display: inline-block;
    width: auto;
    min-height: 0;
    padding: 5px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
    text-align: left;
    white-space: nowrap;
  }.kd-compact-footer__copyright {
    order: 2;
    width: 100%;
    margin: 19px 0 0;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    white-space: normal;
  }}

/* 郵便番号欄 */
#lp-form tr.input_zip_ec .form_group_ec > p {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  width: auto;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
}
#lp-form .input_box_zip1_ec,
#lp-form .input_box_zip2_ec {
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 0;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
#lp-form .input_box_zip1_ec { width: 78px; max-width: 78px; }
#lp-form .input_box_zip2_ec { width: 92px; max-width: 92px; }
@media screen and (max-width: 719px) {
  #lp-form tr.input_zip_ec .form_group_ec > p { gap: 8px; }
  #lp-form .input_box_zip1_ec { width: 76px; max-width: 76px; }
  #lp-form .input_box_zip2_ec { width: 88px; max-width: 88px; }
}
@media screen and (max-width: 360px) {
  #lp-form tr.input_zip_ec .form_group_ec > p { gap: 6px; }
  #lp-form .input_box_zip1_ec { width: 68px; max-width: 68px; }
  #lp-form .input_box_zip2_ec { width: 80px; max-width: 80px; }
}

/* ========================================================================
   02. LP-SPECIFIC: SABAKAN
   さばごま油漬けLP固有CSS
   ======================================================================== */
*,
*::before,
*::after{box-sizing:border-box;}a{text-decoration:none; color:inherit; cursor:pointer;}button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}figure{margin:0;}input::-moz-focus-inner {border:0; padding:0; margin:0;}ul, ol,dl,dt, dd{margin:0; padding:0; list-style:none;}h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}p{margin:0;}cite {font-style:normal;}fieldset{border-width:0; padding:0; margin:0;}select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}html{
    font-size: 62.5%;
}body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}.wrap{
    overflow: hidden;
}.wrap img{
    width: 100%;
    height: auto;
	vertical-align: top;
}.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 15;
}.scrollanime {
	opacity: 0;
}.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}@media screen and (min-width:1024px) {.fadeInDown {
		animation-duration: 1s;
	}}@keyframes fadeInDown {
    0% {
        opacity: 0;
		transform: translateY(20px);
    }
    100% {
		opacity: 1;
		transform: translateY(0);
    }
}.key__container{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/img_limited.png"),url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_key_sp.jpg");
	background-repeat: no-repeat;
	background-size: 25%,cover;
	background-position: top left,center center;
	height: 112vw;
	position: relative;
}@media screen and (min-width:1024px) {.key__container{
		background-image:url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/img_limited.png"),url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_key.jpg");
		background-size: auto,cover;
		height: 55vw;
	}}.key__txt{
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 0 3rem;
	position: absolute;
	top: 13rem;
	left: 0;
	text-shadow:1px 1px 3px #333;
}@media screen and (min-width:768px) {.key__txt{
		font-size: 4rem;
		top:27rem;
	}}@media screen and (min-width:1024px) {.key__txt{
		font-size: 4rem;
		top:22rem;
		margin: 0 0 0 6vw;
	}}.key__txt strong{
	font-size: 3rem;
}@media screen and (min-width:768px) {.key__txt strong{
		font-size: 6rem;
	}}@media screen and (min-width:1024px) {.key__txt strong{
		font-size: 6rem;
	}}.key__txt02{
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	width: 51%;
}@media screen and (min-width:1024px) {.key__txt02{
		bottom: 3rem;
		right: 3rem;
		width: 34.6rem;
	}}.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}@keyframes fadeUpAnime{
  0% {
	opacity: 0;
	transform: translateY(50px);
  }

  100% {
	opacity: 1;
	transform: translateY(0);
  }
}.fadeUp02{
	animation-name: fadeUpAnime02;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}@keyframes fadeUpAnime02{
  0% {
	opacity: 0;
	transform: translateY(20px);
  }

  100% {
	opacity: 1;
	transform: translateY(0);
  }
}.fadeUp03{
	animation-name: fadeUpAnime03;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity: 0;
}@keyframes fadeUpAnime03{
  0% {
	opacity: 0;
	transform: translateY(30px);
  }

  100% {
	opacity: 1;
	transform: translateY(0);
  }
}.cv{

	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_cv.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
	padding: 4rem 2rem;
}@media screen and (min-width:768px) {.cv{
		background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_cv.jpg");
		padding: 6rem 5rem 4rem;
	}}@media screen and (min-width:1024px) {.cv{
		background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_cv.jpg");
		padding: 7.7rem 0 7.3rem;
	}}.cv__container{
	max-width: 100rem;
	margin: 0 auto;
}.cv__container .cv__block{
	position: relative;
	margin-bottom: 0;
}.cv__container .cv__block + .cv__block{
	margin-bottom: 0;
}@media screen and (min-width:768px) {.cv__container .cv__block + .cv__block{
		margin-bottom: 5rem;
	}}@media screen and (min-width:1024px) {.cv__container .cv__block + .cv__block{
		margin-bottom: 6rem;
	}}.cv__btn{
	width: 90%;
	margin: auto;
	position: absolute;
	left: 3%;
	right: 0;
	bottom: 5%;
}@media screen and (min-width:769px) and (max-width:1023px) {.cv__btn{
		width: 47%;
        padding: 0 3rem 0 0;
        margin: 0 0 0 auto;
	}}@media screen and (min-width:1024px) {.cv__btn{
		width: 42.5%;
		left: inherit;
		right: 5%;
		bottom: 7%;
	}}.cv__btn a:hover{
	opacity: 0.8;
}.cv__btn.btn-multiple{
	position: absolute;
	left: 3%;
	right: 0;
	bottom: 5%;
}@media screen and (min-width:769px) and (max-width:1023px) {.cv__btn.btn-multiple{
		bottom: 18%;
	}}@media screen and (min-width:1024px) {.cv__btn.btn-multiple{
		left: inherit;
		right: 5%;
		bottom: 19%;
	}}.point{
	background-color: #fff4d3;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_point_fish.png");
	background-position: top 43.5% right -5%;
	background-repeat: no-repeat;
	background-size: 40%;
	padding: 4rem 2rem;
}@media screen and (min-width:768px) {.point{
		background-position: top 63% right -5%;
		background-size: 27%;
		padding: 7rem 0;
	}}@media screen and (min-width:1024px) {.point{
		background-position: top 65% right -2%;
		background-size: auto;
		padding: 7rem 0;
	}}@media screen and (min-width:1281px) {.point{
		background-position: top 70% right 0;
	}}@media screen and (min-width:1480px) {.point{
		background-position: top 70% right 10%;
	}}.point__container{
	max-width: 102.5rem;
	margin: 0 auto;
}.point__ttl{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 10rem;
	color: #6b410a;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 3rem;
	padding-top: 3.5rem;
}@media screen and (min-width:768px) {.point__ttl{
		background-size: 12rem;
		font-size: 3rem;
		margin-bottom: 3rem;
		padding-top: 3.5rem;
	}}@media screen and (min-width:1024px) {.point__ttl{
		background-size: 14.7rem;
		font-size: 5rem;
		margin-bottom: 5.4rem;
		padding-top: 4.5rem;
	}}.point__ttl.point01{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_point01.jpg");
}.point__ttl.point02{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_point02.jpg");
}.point__ttl br{
	display: block;
}@media screen and (min-width:1024px) {.point__ttl br{
		display: none;
	}}.point__wrap{
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-bottom: 7rem;
}@media screen and (min-width:1024px) {.point__wrap{
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 8rem;
	}}.point__wrap:last-of-type{
	margin-bottom: 0;
}@media screen and (min-width:768px) {.point__wrap:last-of-type{
		margin: 0 10rem;
	}}@media screen and (min-width:1024px) {.point__wrap:last-of-type{
		margin: 0;
	}}.point__sttl{
	color: #6b410a;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 3rem;
}@media screen and (min-width:768px) {.point__sttl{
		font-size: 2.4rem;
	}}@media screen and (min-width:1024px) {.point__sttl{
		font-size: 2.8rem;
		line-height: 1.6;
		margin-bottom: 3rem;
	}}.point__sttl br{
	display: block;
}@media screen and (min-width:768px) {.point__sttl br{
		display: none;
	}}@media screen and (min-width:1024px) {.point__sttl br{
		display: block;
	}}.point__detail{
	
	background-repeat: no-repeat;
	background-position: top 45% right;
	background-size: 50%;
	flex-basis: 100%;
	padding-bottom: 0;
}@media screen and (min-width:768px) {.point__detail{
		background-position: top 90% right 2rem;
		background-size: 30%;
		margin-left: 10rem;
	}}@media screen and (min-width:1024px) {.point__detail{
		background-position: bottom right;
		background-size: auto;
		flex-basis: 46%;
		margin-left: 0;
		padding-bottom: 10rem;
	}}.point__txt{
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2;
	width: 100%;
}@media screen and (min-width:768px) {.point__txt{
		font-size: 1.6rem;
		width: 89%;
	}}@media screen and (min-width:1024px) {.point__txt{
		font-size: 1.8rem;
		line-height: 2;
		width: 88%;
	}}.point__ttl.point02 + .point__wrap .point__txt{
	margin-bottom: 2rem;
}@media screen and (min-width:768px) {.point__ttl.point02 + .point__wrap .point__txt{
		margin-bottom: 3rem;
	}}@media screen and (min-width:1024px) {.point__ttl.point02 + .point__wrap .point__txt{
		margin-bottom: 0;
	}}.point-img__oil{
	width: 100%;
	margin-bottom: 3rem
}@media screen and (min-width:768px) {.point-img__oil{
		padding: 0 10rem;
	}}@media screen and (min-width:1024px) {.point-img__oil{
		max-width: 52.3rem;
		padding: 0;
		margin-bottom: 0;
	}}.point-component__wrap{
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}@media screen and (min-width:768px) {.point-component__wrap{
		justify-content: space-between;
	}}@media screen and (min-width:1024px) {.point-component__wrap{
		justify-content: center;
	}}.point-component__detail{
	margin-left: 0;
	margin-top: 0;
}@media screen and (min-width:1024px) {.point-component__detail{
		flex-basis: 35%;
		margin-top: 5rem;
	}}.point-component__detail .point__txt{
	width: 100%;
}.point-component__img{
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5rem;
}@media screen and (min-width:768px) {.point-component__img{
		width: 46%;
		margin-bottom: 0;
	}}@media screen and (min-width:1024px) {.point-component__img{
		border-radius: 30px;
		width: 30.5rem;
		margin-right: 1.8rem;
	}}.point-component__img > img{
	margin-bottom: 2rem;
}.point-component__img + .point-component__img{
	margin-right: 0;
	margin-bottom: 0;
}.point-component__img > h4{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.4rem;
}@media screen and (min-width:1024px) {.point-component__img > h4{
		font-size: 1.5rem;
		margin-bottom: 1.8rem;
	}}.point-component__img > h4 span{
	display: block;
	font-size: 2rem;
	margin: 0.8rem auto 0;
	position: relative;
	z-index: 1;
}@media screen and (min-width:1024px) {.point-component__img > h4 span{
		font-size: 2.4rem;
		margin-top: 0.8rem;
	}}.point-component__img > h4 span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	width: 0%;
	height: 4px;
	background-color: #F1C300;
	z-index: -1;
	transition: all 0.8s;
}@media screen and (min-width:768px) {.point-component__img > h4 span:after {
		bottom: -6px;
		height: 6px;
	}}@media screen and (min-width:1024px) {.point-component__img > h4 span:after {
		bottom: -8px;
		height: 8px;
	}}.point-component__img > h4 span.is_active:after {
	width: 100%;
}.name_sesamin{
	color: #c47e05;
	width: 38%;
}@media screen and (min-width:768px) {.name_sesamin{
		width: 48%;
	}}@media screen and (min-width:1024px) {.name_sesamin{
		width: 50%;
	}}.name_epa{
	color: #28324b;
	width: 48%;
}@media screen and (min-width:768px) {.name_epa{
		width: 54%;
	}}@media screen and (min-width:1024px) {.name_epa{
		width: 57%;
	}}.point-component__txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 2rem 2rem;
}.developper{
	padding: 4rem 0 6rem;
}@media screen and (min-width:1024px) {.developper{
		padding: 6.6rem 0;
	}}.developper_ttl{
	color: #6b410a;
	display: flex;
	flex-direction: column;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 3rem;
}@media screen and (min-width:768px) {.developper_ttl{
		font-size: 3rem;
		margin-bottom: 3rem;
	}}@media screen and (min-width:1024px) {.developper_ttl{
		font-size: 4.6rem;
		margin-bottom: 6.5rem;
	}}.developper_ttl .is_sp{
	display: block;
}@media screen and (min-width:1024px) {.developper_ttl .is_sp{
		display: none;
	}}.developper_ttl > span{
	border-top: 2px solid #6b410a;
	border-bottom: 2px solid #6b410a;
	font-size: 1.6rem;
	padding: 0.5rem 0;
	width:13rem;
	margin: 0 auto 2rem;
}@media screen and (min-width:768px) {.developper_ttl > span{
		font-size: 2rem;
	}}@media screen and (min-width:1024px) {.developper_ttl > span{
		border-top: 3px solid #6b410a;
		border-bottom: 3px solid #6b410a;
		font-size: 2.4rem;
		padding: 0.5rem 0;
		width:16rem;
		margin: 0 auto 2rem;
	}}.developper__wrap{
	display: flex;
	max-width: 115.2rem;
	background-color: #fffbed;
	border-radius: 20px;
	justify-content: space-between;
	padding: 3rem 2rem;
	margin: 0 2rem;
	position: relative;
}@media screen and (min-width:768px) {.developper__wrap{
		border-radius: 20px;
		padding: 5rem 4rem;
		margin: 0 4rem;
	}}@media screen and (min-width:1024px) {.developper__wrap{
		border-radius: 30px;
		padding: 7rem 7rem;
		margin: 0 auto;
	}}.developper-message{
	
}@media screen and (min-width:768px) {.developper-message{
		flex-basis: 60%;
	}}@media screen and (min-width:1024px) {.developper-message{
		flex-basis: 60%;
	}}.developper-message__txt{
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 2rem;
}@media screen and (min-width:768px) {.developper-message__txt{
		font-size: 1.6rem;
		width: 100%;
	}}@media screen and (min-width:1024px) {.developper-message__txt{
		font-size: 2rem;
		line-height: 2;
		margin-bottom: 2rem;
		width: 100%;
	}}.developper-message__txt:first-of-type{
	width: 53%;
}@media screen and (min-width:768px) {.developper-message__txt:first-of-type{
		width: 100%;
	}}@media screen and (min-width:1024px) {.developper-message__txt:first-of-type{
		width: 100%;
	}}.developper-message__name{
	font-weight: bold;
	font-size: 1.4rem;
	text-align: right;
	margin-right: 0;
}@media screen and (min-width:768px) {.developper-message__name{
		font-size: 1.6rem;
		width: 100%;
	}}@media screen and (min-width:1024px) {.developper-message__name{
		font-size: 2rem;
		margin-right: 2rem;
		width: 100%;
	}}.developper-message__img{
	width: 36%;
	position: absolute;
	top: 3rem;
	right: 2rem;
}@media screen and (min-width:768px) {.developper-message__img{
		width: 35%;
		position: static;
	}}@media screen and (min-width:1024px) {.developper-message__img{
		width: 35.8rem;
	}}.scene{
	background-color: #f1fafd;
	padding: 4rem 2rem 0;
}@media screen and (min-width:768px) {.scene{
		padding: 4rem 6rem;
	}}@media screen and (min-width:1024px) {.scene{
		padding: 9rem 0;
	}}.scene_ttl{
	color: #013561;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin-bottom: 3rem;
}@media screen and (min-width:768px) {.scene_ttl{
		font-size: 3rem;
		margin-bottom: 3rem;
	}}@media screen and (min-width:1024px) {.scene_ttl{
		font-size: 4.6rem;
		margin-bottom: 8rem;
	}}.scene_ttl br{
	display: block;
}@media screen and (min-width:1024px) {.scene_ttl br{
		display: none;
	}}.scene_ttl > span{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_ttl_scene.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 16%;
	padding-bottom: 1rem;
}@media screen and (min-width:1024px) {.scene_ttl > span{
		background-position: bottom left;
		background-repeat: repeat-x;
		padding-bottom: 1rem;
		background-size: auto;
	}}.scene__container{
	max-width: 100rem;
	margin: 0 auto;
}@media screen and (min-width:1024px) {.scene__container{
		max-width: 100rem;
		margin: 0 auto;
	}}.scene-list__wrap{
	display: flex;
	justify-content: space-between;
}.scene-list__l{
	width: 46%;
}@media screen and (min-width:1024px) {.scene-list__l{
		width: 48%;
	}}.scene-list__r{
	margin-top: 3rem;
	width: 48%;
}@media screen and (min-width:1024px) {.scene-list__r{
		width: 46%;
		margin-top: 10rem;
	}}.scene-img{
	margin-bottom: 2rem;
}@media screen and (min-width:1024px) {.scene-img{
		margin-bottom: 2.8rem;
	}}.scene-list li{
	margin-bottom: 2.5rem;
	position: relative;
}@media screen and (min-width:1024px) {.scene-list li{
		margin-bottom: 5rem;
	}}.scene-list li .scene_svg01{
	position: absolute;
	right: 0;
	bottom: 2rem;
	width: 19.8rem;
}.scene-list li .scene_svg02{
	position: absolute;
	right: 0;
	bottom: 8rem;
	width: 10.7rem;
}.scene-list li .scene_svg03{
	position: absolute;
	right: -2rem;
	bottom: 0;
	width: 19.8rem;
}.scene-list li .scene_svg04{
	position: absolute;
	right: -4rem;
	bottom: -3rem;
	width: 21.1rem;
}.scene-list li .scene_svg01,
.scene-list li .scene_svg02,
.scene-list li .scene_svg03,
.scene-list li .scene_svg04{
	display: none;
}@media screen and (min-width:1024px) {.scene-list li .scene_svg01,
	.scene-list li .scene_svg02,
	.scene-list li .scene_svg03,
	.scene-list li .scene_svg04{
		display: block;
	}}.scene_sttl{
	background-position: top left;
	background-repeat: no-repeat;
	color: #00284a;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
}@media screen and (min-width:768px) {.scene_sttl{
		font-size: 2rem;
		margin-bottom: 1rem;
	}}@media screen and (min-width:1024px) {.scene_sttl{
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
	}}.scene_sttl::before{
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 6.4rem;
	height: 2rem;
	margin-bottom: 1rem;
}@media screen and (min-width:768px) {.scene_sttl::before{
		width: 7rem;
		margin-bottom: 1rem;
	}}@media screen and (min-width:1024px) {.scene_sttl::before{
		width: 8.3rem;
		height: 2.4rem;
	}}.scene_sttl.scene01::before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_scene01.jpg")
}.scene_sttl.scene02::before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_scene02.jpg")
}.scene_sttl.scene03::before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_scene03.jpg")
}.scene_sttl.scene04::before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_scene04.jpg")
}.scene_txt{
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight:bold;
}@media screen and (min-width:768px) {.scene_txt{
		font-size: 1.6rem;
	}}@media screen and (min-width:1024px) {.scene_txt{
		font-size: 1.4rem;
		line-height: 1.8;
	}}.voice{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_voice_sp.jpg");
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #f5f5f0;
	height: auto;
	padding: 4rem 9.5% 4rem;
}@media screen and (min-width:768px) {.voice{
		padding: 4rem 6rem 4rem;
	}}@media screen and (min-width:1024px) {.voice{
		background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_voice.jpg");
		background-position: top center;
		background-size: 1370px;
		padding: 5.5rem 0 6rem;
	}}.voice__container{
	max-width: 105rem;
	margin: 0 auto;
	position: relative;
}.wrap .voice_svg{
	position: absolute;
	top: -9rem;
	left: 1rem;
	width: 14.0rem;
}@media screen and (min-width:768px) {.wrap .voice_svg{
		top: -8rem;
	}}@media screen and (min-width:1024px) {.wrap .voice_svg{
		top: -13rem;
		left: 1rem;
		width: 22.9rem;
	}}.voice__ttl{
	text-align: center;
	margin:1.4rem auto 5rem;
	width: 22rem;
}@media screen and (min-width:768px) {.voice__ttl{
		margin:0 auto 7rem;
		width: 36rem;
	}}@media screen and (min-width:1024px) {.voice__ttl{
		margin:0 auto 6.7rem;
		width: 63.7rem;
	}}.voice-list__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 3rem;
}@media screen and (min-width:1024px) {.voice-list__wrap {
        max-width: 760px;
        margin: 0 auto 4rem;
        position: relative;
        justify-content: flex-end;
    }}@media screen and (min-width:768px) {.voice-list__wrap:last-child{
        max-width: 800px;
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin: 0 auto 4rem 0;
    }}@media screen and (min-width:1024px) {.voice-list__wrap:last-child{
        margin: 0 auto 4rem 10%;
    }}.voice-list__block{
    align-items: center;
    background-color:rgba(255,255,255,1.00);
	border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 90%;
	font-size: 1.8rem;
	font-weight: bold;
    margin-right: 2rem;
	line-height: 1.4;
	text-align: center;
	height: 16rem;
    position: relative;
}@media screen and (min-width:768px) {.voice-list__block{
		font-size: 2.2rem;
        margin-right: 0;
		margin-bottom: 4rem;
        width: 50%;
	}}@media screen and (min-width:1024px) {.voice-list__block{
		border-radius: 30px;
		width: 40rem;
		font-size: 2.6rem;
		margin-bottom: 3rem;
		height: 23.5rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); 
        left: 0;
	}}.voice-list__wrap:last-child .voice-list__block{
    margin-left: 6.5rem;
    margin-right: 0;
}@media screen and (min-width:768px) {.voice-list__wrap:last-child .voice-list__block{
        margin-left: 0;
        right: 0;
        left: inherit;
        top: 45%;
	}}.voice-list__block .voice-list__txt br{
	display: block;
}@media screen and (min-width:1024px) {.voice-list__block .voice-list__txt br{
		display: block;
	}}.voice-list__block .voice-list__txt strong{
	color: #d18b40;
}.voice-list__block .voice-list__name{
    font-size: 1.8rem;
    margin-top: 2rem;
}@media screen and (min-width:1024px) {.voice-list__block .voice-list__name{
        font-size: 2rem;
        margin-top: 2rem;
    }}.voice-list__block::before{
	content: "";
	display: block;
	position: absolute;
    bottom: -12.5px;
}@media screen and (min-width:768px) {.voice-list__block::before{
		top: 50%;
	}}.voice-list__block::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12.5px 0;
    border-color: transparent rgba(255,255,255,1.0) transparent transparent;
	right: 0;
    left: 0;
    margin: auto;
}@media screen and (min-width:768px) {.voice-list__block::before{
        border-color: transparent transparent transparent rgba(255,255,255,1.0);
		border-width: 25px 0px 0px 30px;
        right: -30px;
        left: inherit;
        margin: 0 0 0 auto;
	}}@media screen and (min-width:1024px) {.voice-list__block::before{
        border-color: transparent transparent transparent rgba(255,255,255,1.0);
		border-width: 25px 0px 0px 30px;
        right: -30px;
	}}.voice-list__wrap:last-child .voice-list__block::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 10px 0 0;
	border-color: rgba(255,255,255,1.0) transparent transparent transparent;
	right: 0;
	left: 0;
    margin: auto;
    bottom: -12.5px;
}@media screen and (min-width:768px) {.voice-list__wrap:last-child .voice-list__block::before{
        border-color: transparent transparent rgba(255,255,255,1.0) transparent;
        border-width: 0px 0px 25px 30px;
        left: -30px;
        margin: 0 auto 0 0;
	}}.voice-list__img{
    max-width: 27.2rem;
    margin: -2rem 0 0 auto;
}@media screen and (min-width:1024px) {.voice-list__img{
        max-width: 40rem;
    }}.voice-list__wrap:last-child .voice-list__img{
    max-width: 30rem;
    margin: -2rem auto 0 0;
}@media screen and (min-width:1024px) {.voice-list__wrap:last-child .voice-list__img{
        max-width: 43.8rem;
        margin: 0 auto 0 0;
    }}.recipe__container{
    max-width: 100rem;
    margin: 0 auto;
}.recipe__sttl{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 3rem;
}@media screen and (min-width:768px) {.recipe__sttl{
        font-size: 2.6rem;
    }}@media screen and (min-width:1024px) {.recipe__sttl{
        font-size: 3.6rem;
        margin-bottom: 3rem;
    }}.recipe__sttl .is_sp{
	display: block;
}@media screen and (min-width:768px) {.recipe__sttl .is_sp{
		display: none;
	}}.recipe__sttl a{
    color: #055192;
    text-decoration: underline;
}.recipe__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.recipe__block{
    background-color: #fff;
    border-radius: 16px;
    border: dotted #ddd1b1 2px;
    flex-basis: 100%;
    padding: 1.5rem;
    margin: 0 auto 2rem;
}@media screen and (min-width:768px) {.recipe__block{
        flex-basis: 32%;
    }}@media screen and (min-width:1024px) {.recipe__block{
        flex-basis: 31.1%;
        padding: 1.6rem;
        margin: 0;
    }}.recipe__block:last-child{
    margin: 0 auto;
}@media screen and (min-width:768px) {.recipe__block:last-child{
        margin: 0 0 2rem;
    }}@media screen and (min-width:1024px) {.recipe__block:last-child{
        margin: 0;
    }}.recipe__heading{
    display: flex;
    margin-bottom: 9px;
}@media screen and (min-width:768px) {.recipe__heading{
        margin-bottom: 2rem;
    }}@media screen and (min-width:1024px) {.recipe__heading{
        margin-bottom: 9px;
    }}.recipe__icon{
    margin-right: 1.5rem;
}.recipe__body{
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}@media screen and (min-width:768px) {.recipe__body{
        flex-direction: column-reverse;
    }}@media screen and (min-width:1024px) {.recipe__body{
        flex-direction: row;
    }}.recipe__info{
    flex-basis: 48%;
}@media screen and (min-width:768px) {.recipe__info{
        flex-basis: 100%;
        margin: 0 auto;
        width: 100%;
    }}@media screen and (min-width:1024px) {.recipe__info{
        flex-basis: 48%;
        margin: 0 auto 0 0;
    }}.recipe-idea{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 4px;
}.recipe__date{
    color: #b3a480;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}.recipe__name{
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    height: 5rem;
    line-height: 1.6;
    justify-content: center;
    text-align: center;
}@media screen and (min-width:768px) {.recipe__name{
        margin-bottom: 1rem;
    }}@media screen and (min-width:1024px) {.recipe__name{
        font-size: 1.6rem;
        height: 6rem;
    }}.recipe__link{
    font-size: 1.4rem;
    margin:2rem 0 1rem;
}@media screen and (min-width:768px) {.recipe__link{
        margin:0 0 1rem;
    }}@media screen and (min-width:1024px) {.recipe__link{
        margin:0;
    }}.recipe__link a{
    background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/arrow_recipe_link.png");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-color: #c7a34c;
    border-radius: 30px;
    color: #fff;
    display: block;
    padding: 1rem 1.3rem;
    text-align: center;
}.recipe__link a:hover{
    opacity: 0.8;
}.recipe__thum{
    flex-basis: 48%;
}@media screen and (min-width:768px) {.recipe__thum{
        padding: 0;
        margin:0 auto 1rem;
    }}@media screen and (min-width:1024px) {.recipe__thum{
        margin:0 0 0 auto;
    }}.charm{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_charm.jpg");
	background-repeat: repeat;
	background-color: #fff7e1;
	padding: 4rem 2rem;
}@media screen and (min-width:768px) {.charm{
		padding: 4rem 10rem;
	}}@media screen and (min-width:1024px) {.charm{
		padding: 8rem 0 10rem;
	}}.charm__container{
	max-width: 100rem;
	margin: 0 auto;
}.charm__ttl{
	width: 90%;
	margin:0 auto 4rem;
}@media screen and (min-width:768px) {.charm__ttl{
		width: 70%;
		margin:0 auto 4rem;
	}}@media screen and (min-width:1024px) {.charm__ttl{
		width: 83.4rem;
		margin:0 auto 8rem;
	}}.charm-list li{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4.5rem;
}@media screen and (min-width:768px) {.charm-list li{
		justify-content: center;
	}}@media screen and (min-width:1024px) {.charm-list li{
		margin-bottom: 9.5rem;
		justify-content: space-between;
	}}.charm-list .charm02{
	flex-direction: row-reverse;
}.charm-list li:last-child{
	margin-bottom: 0;
}.charm-detail{
	flex-basis: 100%;
}@media screen and (min-width:768px) {.charm-detail{
		flex-basis: 85%;
	}}@media screen and (min-width:1024px) {.charm-detail{
		flex-basis: 47%;
	}}.charm__sttl{
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 3rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1rem;
	padding:1.2rem 0 1.2rem 4rem;
}@media screen and (min-width:768px) {.charm__sttl{
		font-size: 2.2rem;
		margin-bottom: 1rem;
		padding:1.2rem 0 1.2rem 4rem;
	}}@media screen and (min-width:1024px) {.charm__sttl{
		font-size: 2.8rem;
		margin-bottom: 3.5rem;
		padding:1.2rem 0 1.2rem 4.5rem;
	}}.charm__sttl br{
	display: block;
}@media screen and (min-width:768px) {.charm__sttl br{
		display: none;
	}}@media screen and (min-width:1024px) {.charm__sttl br{
		display: block;
	}}.charm01 .charm__sttl{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_charm01.png");
}.charm02 .charm__sttl{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_charm02.png");
}.charm03 .charm__sttl{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/icon_charm03.png");
}.charm__txt{
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.8;
}@media screen and (min-width:768px) {.charm__txt{
		font-size: 1.6rem;
	}}@media screen and (min-width:1024px) {.charm__txt{
		font-size: 1.8rem;
		width: 90%;
	}}.charm-img{
	flex-basis: 49.0rem;
	margin-bottom: 2rem;
}@media screen and (min-width:1024px) {.charm-img{
		flex-basis: 49.0rem;
	}}.message{
	background-color: #352f2a;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_message_sp.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 2rem;
}@media screen and (min-width:768px) {.message{
		padding: 6rem 0 6rem;
	}}@media screen and (min-width:1024px) {.message{
		background-color: #352f2a;
		background-image: url("https://d2w53g1q050m78.cloudfront.net/shopkadoyacom/uploads/LP/sabakan/bg_message.jpg");
		background-size: auto;
		background-position: top right;
		background-repeat: no-repeat;
		padding: 10rem 0 9rem;
	}}.message__container{
	max-width: 100rem;
	margin: 0 auto;
}.message__txt{
	width: 94%;
	margin: 0 auto;
}@media screen and (min-width:768px) {.message__txt{
		width: 60%;
	}}@media screen and (min-width:1024px) {.message__txt{
		width: 41.6rem;
		margin: 0 auto 0 0;
	}}.composition{
	padding:4rem 2rem 6rem;
	font-size: 1.6rem;
}@media screen and (min-width:1024px) {.composition{
		padding:7.8rem 0 10rem;
	}}.composition__container{
	max-width: 100rem;
	margin: 0 auto;
}.composition__ttl{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3rem;
}@media screen and (min-width:1024px) {.composition__ttl{
		font-size: 3rem;
		margin-bottom: 6rem;
	}}.composition__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}.material{
	border-left: 1px solid #1b1b1b;
	border-top: 1px solid #1b1b1b;
	width:100%;
	display:table;
	margin-bottom: 4rem;
}@media screen and (min-width:1024px) {.material{
		width:48%;
		margin-bottom: 4rem;
	}}.material dl{
	display:table-row;
}.material dt{
	background-color: #f5eccc;
	border-right: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	display:table-cell;
	font-size: 1.4rem;
	padding:1rem 0;
	width: 30%;
	vertical-align: middle;
	text-align: center;
}@media screen and (min-width:1024px) {.material dt{
		font-size: 1.6rem;
		padding:1rem 0;
	}}.material dd{
	border-right: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	display:table-cell;
	font-size: 1.4rem;
	padding: 1.4rem 1rem;
	line-height: 1.4;
	vertical-align: middle;
}@media screen and (min-width:1024px) {.material dd{
		font-size: 1.6rem;
		padding: 1.4rem 1rem;
	}}.composition__wrap__r{
	width: 100%;
}@media screen and (min-width:1024px) {.composition__wrap__r{
		width: 48%;
	}}.nutrition_txt{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom:2rem;
}@media screen and (min-width:1024px) {.nutrition_txt{
		font-size: 1.8rem;
		margin-bottom:1.4rem;
	}}.nutrition{
	margin-bottom: 2rem;
}.nutrition_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}.nutrition_box_l{
	border: 1px solid #000;
	flex-basis: 50%;
	margin-bottom: 1.2rem;
}.nutrition_list{
	width: 100%;
	margin-bottom: 1.2rem;
	padding: 1rem;
}@media screen and (min-width:768px) {.nutrition_list{
		margin-bottom: 0;
	}}@media screen and (min-width:1024px) {.nutrition_list{
		margin-bottom: 0;
	}}.nutrition_box_r{
	flex-basis: 50%;
}.nutrition_box_r .nutrition_list:first-of-type{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}.nutrition_list li{
	font-size: 1.4rem;
	margin-bottom: 1rem;
}@media screen and (min-width:1024px) {.nutrition_list li{
		font-size: 1.6rem;
	}}.nutrition_list li:last-child{
	margin-bottom: 0;
}.nutrition_notice{
	font-size: 1.2rem;
}@media screen and (min-width:1024px) {.nutrition_notice{
		font-size: 1.4rem;
	}}.allergy_ttl{
	background-color: #434343;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1rem 0;
	line-height: 1.4;
	text-align: center;
}@media screen and (min-width:1024px) {.allergy_ttl{
		font-size: 2.2rem;
		padding: 1rem 0;
	}}.allergy_ttl > span{
	font-size: 1.4rem;
}.allergy_txt{
	border: 1px solid #1b1b1b;
	font-size:2rem;
	padding: 2rem 0;
	text-align: center;
	margin-bottom: 1rem;
}@media screen and (min-width:1024px) {.allergy_txt{
		font-size: 2.2rem;
		padding: 2rem 0;
		margin-bottom: 1rem;
	}}.allergy_notes{
	font-size: 1.2rem;
	line-height: 1.4;
}.allergy_notes li{
	text-indent: -1em;
	padding-left: 1em;
}.allergy_notes .allergy_notes_line{
	text-decoration: underline solid #c90b2f;
}.allergy_notes .allergy_notes_limit{
	color: #c90b2f;
}.indication_notes{
	font-size: 1.6rem;
}html { scroll-behavior: smooth; }.kadoya-lp { color: var(--kd-text); font-family: var(--kd-gothic); }.kadoya-lp .key__txt { font-size: 44px; line-height: 1.45; letter-spacing: .025em; }.kadoya-lp .key__txt strong { font-size: 64px; line-height: 1.35; }.kadoya-lp .point__ttl { margin: 0 auto 54px; padding-top: 50px; font: 700 46px/1.45 var(--kd-mincho); letter-spacing: .04em; }.kadoya-lp .point__ttl.point01,
.kadoya-lp .point__ttl.point02 { width: 100%; background-position: top center; background-size: 118px auto; }.kadoya-lp .point__sttl { margin-bottom: 24px; font: 700 28px/1.65 var(--kd-mincho); letter-spacing: .025em; }.kadoya-lp .point__txt { width: 100%; margin: 0; font-size: 18px; font-weight: 600; line-height: 2.05; letter-spacing: .02em; }.kadoya-lp .point-component__img > h4 { min-height: 0; margin: 0; padding: 18px 20px 12px; font-size: 16px; line-height: 1.65; }.kadoya-lp .point-component__img > h4 span { width: fit-content; margin: 8px auto 0; padding: 0 8px 5px; font: 700 26px/1.35 var(--kd-mincho); }.kadoya-lp .point-component__txt { margin: 0; padding: 0 20px 22px; font-size: 15px; font-weight: 600; line-height: 1.9; }.kadoya-lp .developper_ttl { margin-bottom: 50px; font: 700 40px/1.5 var(--kd-mincho); letter-spacing: .05em; }.kadoya-lp .developper_ttl > span { width: fit-content; padding: 7px 16px; font-size: 23px; letter-spacing: .08em; }.kadoya-lp .developper-message__txt { font-size: 18px; font-weight: 600; line-height: 2.05; letter-spacing: .02em; }.kadoya-lp .developper-message__name { font-size: 17px; }.kadoya-lp .scene_ttl { margin-bottom: 70px; font: 700 44px/1.5 var(--kd-mincho); letter-spacing: .05em; }.kadoya-lp .scene_sttl { margin-bottom: 14px; font: 700 24px/1.55 var(--kd-mincho); }.kadoya-lp .scene_txt { font-size: 16px; font-weight: 600; line-height: 1.9; }.kadoya-lp .voice__ttl { margin-bottom: 72px; }.kadoya-lp .voice-list__block,
.kadoya-lp .voice-list__txt,
.kadoya-lp .voice-list__name { font-family: var(--kd-gothic); }.kadoya-lp .voice-list__txt { margin: 0; font-size: 24px; font-weight: 700; line-height: 1.65; letter-spacing: .025em; }.kadoya-lp .voice-list__txt strong { color: #d18b40; }.kadoya-lp .voice-list__name { margin-top: 18px; font-size: 16px; font-weight: 700; }.kadoya-lp .recipe__sttl { font-size: 38px; line-height: 1.55; }.kadoya-lp .recipe-idea { font-size: 17px; }.kadoya-lp .recipe__date { font-size: 15px; }.kadoya-lp .recipe__name { font-size: 18px; line-height: 1.6; }.kadoya-lp .recipe__link { font-size: 15px; }.kadoya-lp .charm__ttl { margin-bottom: 72px; }.kadoya-lp .charm__sttl { margin-bottom: 24px; font: 700 28px/1.6 var(--kd-mincho); }.kadoya-lp .charm__txt { font-size: 18px; font-weight: 600; line-height: 2; }.kadoya-lp .composition__ttl { font-size: 32px; line-height: 1.5; }.kadoya-lp .material dt,
.kadoya-lp .material dd,
.kadoya-lp .nutrition_list li,
.kadoya-lp .indication_notes { font-size: 17px; line-height: 1.65; }.kadoya-lp .nutrition_txt { font-size: 19px; }.kadoya-lp .nutrition_notice,
.kadoya-lp .allergy_notes { font-size: 15px; line-height: 1.65; }.kadoya-lp .point__wrap { align-items: flex-start; gap: 0; }.kadoya-lp .point-component__wrap { align-items: flex-start; gap: 0; }.kadoya-lp .point-component__img { display: block; overflow: visible; box-shadow: none; }@media (min-width: 1024px) {.kadoya-lp .point__ttl br { display: none; }.kadoya-lp .point__wrap { flex-direction: row; justify-content: space-between; }.kadoya-lp .point__detail { flex: 0 0 46%; max-width: 46%; margin-left: 0; }.kadoya-lp .point-img__oil { flex: 0 1 523px; width: 52.3%; max-width: 523px; margin-bottom: 0; padding: 0; }.kadoya-lp .point-component__wrap { flex-wrap: nowrap; justify-content: center; }.kadoya-lp .point-component__img { flex: 0 0 305px; width: 305px; margin-right: 18px; margin-bottom: 0; }.kadoya-lp .point-component__img + .point-component__img { margin-right: 0; }.kadoya-lp .point-component__detail { flex: 0 0 35%; max-width: 35%; margin-top: 50px; }}.kadoya-lp .ecforce-order { position: relative; padding: 72px 20px 80px; background: radial-gradient(circle at 50% 0, rgba(201,149,68,.15), transparent 300px), #fffaf0; }.kadoya-lp .ecforce-order__inner { width: 100%; max-width: 800px; margin: 0 auto; }.kadoya-lp .ecforce-order__title { width: min(100%,760px); margin: 0 auto 52px; padding: 22px 30px 25px; border-top: 1px solid rgba(201,149,68,.7); border-bottom: 1px solid rgba(201,149,68,.7); color: var(--kd-brown); font: 700 40px/1.35 var(--kd-mincho); letter-spacing: .1em; text-align: center; }.kadoya-lp .ecforce-order__title::before { content: "ORDER"; display: block; margin-bottom: 8px; color: #c08731; font: 700 12px/1 Arial,sans-serif; letter-spacing: .28em; }.kadoya-lp .ecforce-order__title::after { content: ""; display: block; width: 7.7em; max-width: calc(100% - 24px); height: 3px; margin: 16px auto 0; border-radius: 999px; background: var(--kd-gold); }.kadoya-lp .nutrition_box,
.kadoya-lp .nutrition_box_l,
.kadoya-lp .nutrition_box_r,
.kadoya-lp .nutrition_list { box-sizing: border-box; min-width: 0; }.kadoya-lp .nutrition_list { width: 100%; margin: 0; padding: 12px 14px; }.kadoya-lp .nutrition_list li { width: 100%; margin: 0 0 10px; overflow-wrap: anywhere; }.kadoya-lp .nutrition_list li:last-child { margin-bottom: 0; }.kadoya-lp .nutrition_notice { width: 100%; padding: 6px 8px 0; }@media (min-width: 720px) and (max-width: 1023px) {.kadoya-lp .key__txt { font-size: 40px; }.kadoya-lp .key__txt strong { font-size: 60px; }.kadoya-lp .point__ttl,
  .kadoya-lp .scene_ttl,
  .kadoya-lp .developper_ttl { font-size: 36px; }.kadoya-lp .point__sttl,
  .kadoya-lp .charm__sttl { font-size: 25px; }.kadoya-lp .point__txt,
  .kadoya-lp .developper-message__txt,
  .kadoya-lp .charm__txt { font-size: 17px; }.kadoya-lp .point-component__wrap { justify-content: space-between; }.kadoya-lp .point-component__img { width: 46%; margin-right: 0; margin-bottom: 0; }.kadoya-lp .point-component__detail { width: 100%; margin-top: 36px; }}@media (max-width: 719px) {.kadoya-lp .key__txt { font-size: 24px; }.kadoya-lp .key__txt strong { font-size: 36px; }.kadoya-lp .point__ttl,
  .kadoya-lp .scene_ttl,
  .kadoya-lp .developper_ttl { font-size: 29px; }.kadoya-lp .point__ttl.point01,
  .kadoya-lp .point__ttl.point02 { margin-bottom: 30px; padding-top: 40px; background-size: 100px auto; }.kadoya-lp .point__sttl,
  .kadoya-lp .scene_sttl,
  .kadoya-lp .charm__sttl { font-size: 22px; line-height: 1.6; }.kadoya-lp .point__txt,
  .kadoya-lp .developper-message__txt,
  .kadoya-lp .charm__txt { font-size: 16px; line-height: 1.95; }.kadoya-lp .scene_txt { font-size: 15px; line-height: 1.9; }.kadoya-lp .voice-list__txt { font-size: 20px; }.kadoya-lp .voice-list__name { font-size: 14px; }.kadoya-lp .recipe__sttl { font-size: 25px; line-height: 1.65; }.kadoya-lp .recipe__block { padding: 16px 14px; }.kadoya-lp .recipe-idea,
  .kadoya-lp .recipe__name { font-size: 17px; }.kadoya-lp .recipe__date { font-size: 14px; }.kadoya-lp .recipe__link,
  .kadoya-lp .recipe__link a { font-size: 15px; }.kadoya-lp .developper__wrap { flex-direction: column; align-items: stretch; margin: 0 20px; padding: 24px 20px 28px; overflow: hidden; }.kadoya-lp .developper-message__img { position: static; order: -1; width: 100%; max-width: 380px; margin: 0 auto 24px; }.kadoya-lp .developper-message { order: 1; width: 100%; }.kadoya-lp .developper-message__txt:first-of-type { width: 100%; }.kadoya-lp .point__wrap { flex-direction: column-reverse; }.kadoya-lp .point__detail,
  .kadoya-lp .point-img__oil { width: 100%; max-width: 100%; }.kadoya-lp .point-component__wrap { flex-direction: column; }.kadoya-lp .point-component__img,
  .kadoya-lp .point-component__detail { width: 100%; max-width: 100%; margin-right: 0; }.kadoya-lp .point-component__img { margin-bottom: 30px; }.kadoya-lp .nutrition_list { padding: 10px 12px; }.kadoya-lp .nutrition_list li { font-size: 15px; }.kadoya-lp .ecforce-order { padding: 48px 15px 60px; }.kadoya-lp .ecforce-order__title { margin-bottom: 34px; padding: 17px 12px 20px; font-size: 28px; }.kadoya-lp .ecforce-order__title::after { width: 7.6em; margin-top: 13px; }}@media (max-width: 380px) {.kadoya-lp .point__ttl.point01,
  .kadoya-lp .point__ttl.point02 { font-size: 27px; }.kadoya-lp .ecforce-order__title { font-size: 26px; }.kadoya-lp .nutrition_list li { font-size: 14px; }}
