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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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


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

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

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

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

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

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



/* LP用css */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

.sp {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

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

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  word-break: break-all;
  background-color: #F6FBEC;
}

@media screen and (max-width: 600px) {
  body {
    background: none;
  }
}

main {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  main {
    max-width: 100%;
  }
}

.shipporifnt {
  font-family: "Shippori Mincho", serif;
}

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  color: #000;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  a.tel {
    pointer-events: initial;
  }
}

a.hov:hover {
  transition: 0.2s all;
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  a.hov:hover {
    opacity: 1;
  }
}

section {
  width: 100%;
}

p {
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #52483d;
}

main {
  position: relative;
}

/* ---------------------------------------------------- */
/* cta */
/* ---------------------------------------------------- */
.ctaWrap {
  background-color: #efffe1;
  padding: 20px 0;
}

.ctaWrap .cta_innertop {
  position: relative;
  max-width: 560px;
  width: 94%;
  margin: 0 auto;
}

.ctaWrap .cta_innertop .cta_innertop_inner {
  padding: 25px 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/cta_bgframe.png) center bottom no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innertop .cta_innertop_inner {
    background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/cta_bgframe.png) center top no-repeat;
    background-size: 100%;
    padding: 4vw 0 3vw;
  }
}

.ctaWrap .cta_innertop .cta_innertop_inner .redClr {
  color: #fe013d;
}

.ctaWrap .cta_innertop .cta_innertop_inner .smallfnt {
  font-size: 80%;
}

.ctaWrap .cta_innertop .cta_innertop_inner .img01 {
  width: 94%;
  margin: 0 auto;
}

.ctaWrap .cta_innertop .cta_innertop_inner .img01 img {
  margin-left: -5px;
}

.ctaWrap .cta_innertop .cta_innertop_inner .img02 {
  width: 92%;
  margin: 0 auto;
}

.ctaWrap .cta_innertop .cta_innertop_inner .txt01 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 3px;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innertop .cta_innertop_inner .txt01 {
    font-size: 2.539vw;
    margin-bottom: .5em;
  }
}

.ctaWrap .cta_innertop .cta_innertop_inner .read {
  padding-top: 5px;
  color: #164c1f;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  margin-bottom: 6px;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innertop .cta_innertop_inner .read {
    font-size: 3.32vw;
  }
}

.ctaWrap .cta_innertop .cta_innertop_inner .txt02 {
  width: 93%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innertop .cta_innertop_inner .txt02 {
    font-size: 2.539vw;
    margin-bottom: .25em;
  }
}

.ctaWrap .cta_innertop .cta_innertop_inner .txt02.second {
  padding-bottom: 62px;
}

.ctaWrap .cta_innerbottom {
  position: relative;
  z-index: 1;
}

.ctaWrap .cta_innerbottom:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 140px;
  left: 0;
  width: 240px;
  height: 280px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/cta_bgimg.png) center center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom:before {
    top: 24.414vw;
    width: 42%;
    height: 48.828vw;
  }
}

.ctaWrap .cta_innerbottom .cta_bottomheader {
  margin-top: -175px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_bottomheader {
    margin-top: -30.762vw;
  }
}

@media screen and (max-width: 450px) {
  .ctaWrap .cta_innerbottom .cta_bottomheader {
    margin-top: -36.133vw;
  }
}

.ctaWrap .cta_innerbottom .txt01 {
  width: 82%;
  margin: 1.5em auto .5em;
}

.ctaWrap .cta_innerbottom .txt02 {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .txt02 {
    font-size: 2.539vw;
    margin-bottom: .25em;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 {
  position: relative;
  width: 90%;
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 {
  width: 46%;
  margin: 1%;
  background-color: rgba(244, 254, 237, 0.6);
  border: 2px solid #61af42;
  border-radius: 12px;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 {
    width: 48%;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 img {
  display: block;
  width: 86%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product01_txt {
    padding-top: 1em;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product01 {
  height: 200px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product01 {
    height: initial;
    padding-top: 3.418vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product02 {
  height: 200px;
  display: flex;
  align-items: flex-end;
  margin-top: -20px;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product02 {
    height: initial;
    margin-top: -10px;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product03 {
  height: 200px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product03 {
    height: initial;
    margin-top: -10px;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product04 {
  height: 200px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 .product04 {
    height: initial;
    margin-top: -10px;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #164c1f;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap01 .cta_productWrap_inner01 p {
    font-size: 2.637vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 {
  position: relative;
  width: 90%;
  margin: 15px auto 0;
  background-color: rgba(244, 254, 237, 0.6);
  border: 2px solid #61af42;
  border-radius: 12px;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 {
    padding: 10px 5px;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner > div {
  height: 140px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner > div {
    height: 18.555vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner > div img {
  width: 100%;
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product01 {
  width: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product01 {
    width: 5.859vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product04 {
  width: 55px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product04 {
    width: 7.813vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product02 {
  width: 130px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product02 {
    width: 16.602vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product03 {
  width: 110px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner .product03 {
    width: 13.672vw;
  }
}

.ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner p {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1.2;
  padding-top: .5em;
  color: #164c1f;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innerbottom .cta_productWrap02 .cta_productWrap02_inner p {
    font-size: 2.246vw;
  }
}

.ctaBtn {
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 600px) {
  .ctaBtn {
    padding: 2px 0 0;
  }
}

.ctaBtn a img {
  animation: ctaAnime 1.5s ease-in-out infinite;
}

@keyframes ctaAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ---------------------------------------------------- */
/* troubleWrap */
/* ---------------------------------------------------- */
.troubleWrap {
  position: relative;
  z-index: 2;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec1_bg.png) center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 15px 0 89px;
}

@media screen and (max-width: 600px) {
  .troubleWrap {
    background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec1_bg.png) center top no-repeat;
    background-size: 100%;
    padding: 10px 0 16vw;
  }
}

.troubleWrap .troubleWrap_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.troubleWrap .troubleWrap_inner .txtWrap {
  position: relative;
  padding: 1em;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner .txtWrap {
    padding: .5em 1em;
  }
}

.troubleWrap .troubleWrap_inner .txtWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background: #878787;
  mix-blend-mode: multiply;
  z-index: 0;
}

.troubleWrap .troubleWrap_inner .txtWrap p {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding: .5em 0;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner .txtWrap p {
    font-size: 4.492vw;
  }
}

.troubleWrap .troubleWrap_inner .txtWrap p span {
  color: #dcffc3;
  font-size: 32px;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner .txtWrap p span {
    font-size: 5.273vw;
  }
}

.troubleWrap .troubleWrap_inner.case01 {
  margin-top: -1em;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner.case01 {
    margin-top: -.5em;
  }
}

.troubleWrap .troubleWrap_inner.case01 .txtWrap {
  width: 60%;
  margin-right: -20%;
  padding-left: 7%;
}

.troubleWrap .troubleWrap_inner.case01 .imgWrap {
  margin-right: 2%;
  width: 53%;
}

.troubleWrap .troubleWrap_inner.case02 {
  margin-top: -1.75em;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner.case02 {
    margin-top: -1em;
  }
}

.troubleWrap .troubleWrap_inner.case02 .txtWrap {
  width: 51%;
  margin-left: -20%;
  padding-left: 7%;
}

.troubleWrap .troubleWrap_inner.case02 .imgWrap {
  margin-left: 1%;
  width: 53%;
}

.troubleWrap .troubleWrap_inner.case03 {
  margin-top: -2.5em;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner.case03 {
    margin-top: -1.5em;
  }
}

.troubleWrap .troubleWrap_inner.case03 .txtWrap {
  width: 54%;
  margin-right: -20%;
  padding-left: 7%;
}

.troubleWrap .troubleWrap_inner.case03 .imgWrap {
  margin-right: 2%;
  width: 44%;
}

.troubleWrap .troubleWrap_inner.case04 {
  margin-top: -1.5em;
}

@media screen and (max-width: 600px) {
  .troubleWrap .troubleWrap_inner.case04 {
    margin-top: -1.25em;
  }
}

.troubleWrap .troubleWrap_inner.case04 .txtWrap {
  width: 51%;
  margin-left: -26%;
  padding-left: 7%;
}

.troubleWrap .troubleWrap_inner.case04 .imgWrap {
  margin-left: 2%;
  width: 67%;
}

.troubleWrap .trouble_bottomTxt {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 50%;
  margin: 0 auto 0;
}

/* ---------------------------------------------------- */
/* troubleWrap */
/* ---------------------------------------------------- */
.pointWrap {
  position: relative;
  z-index: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec2_bg.png) center top no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 80px 0 10px;
  margin-top: -90px;
}

@media screen and (max-width: 600px) {
  .pointWrap {
    background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec2_bg.png) center top no-repeat;
    background-size: 100%;
    padding: 15vw 0 2vw;
    margin-top: -19vw;
  }
}

.pointWrap .heading2 {
  width: 86%;
  margin: 0 auto;
}

.pointWrap .pointimg {
  width: 50%;
  margin: 0 auto;
}

.pointWrap .pointBox {
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec2_txtbox.png) center center no-repeat;
  background-size: 100%;
  width: 93%;
  margin: 0 auto;
  padding: 136px 40px 65px;
  margin-top: -120px;
}

@media screen and (max-width: 600px) {
  .pointWrap .pointBox {
    margin-top: -17vw;
    padding: 23vw 40px 8vw;
  }
}

.pointWrap .pointBox p {
  font-size: 23px;
}

@media screen and (max-width: 600px) {
  .pointWrap .pointBox p {
    font-size: 3.613vw;
  }
}

.pointWrap .pointBox p span {
  color: #ff6c00;
}

.image_slider_Wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 600px;
  overflow-x: hidden;
}

.image_slider .slick-slide {
  margin: 0 10px;
}

.image_slider .slick-list {
  margin: 0 -10px;
}

/* ---------------------------------------------------- */
/* reasonWrap */
/* ---------------------------------------------------- */
.reasonWrap {
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec3_bg.png) center center no-repeat;
  background-size: cover;
  padding: 30px 0 60px;
}

.reasonWrap .reasonWrap_inner1 {
  width: 88%;
  margin: 0 auto;
}

.reasonWrap .reasonWrap_inner1 .reasoninner1_txtwrap1 {
  padding-top: 1.5em;
}

.reasonWrap .reasonWrap_inner1 .reasoninner1_txtwrap1 p {
  font-size: 22px;
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .reasonWrap .reasonWrap_inner1 .reasoninner1_txtwrap1 p {
    font-size: 3.613vw;
    margin-bottom: .25em;
  }
}

.reasonWrap .reasonWrap_inner1 .reasoninner1_txtwrap1 p span {
  color: #ff6c00;
}

.reasonWrap .reasonWrap_inner1 .reasoninner1_txtwrap1 .txtInd3 {
  font-size: 16px;
  color: #52483d;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .reasonWrap .reasonWrap_inner1 .reasoninner1_txtwrap1 .txtInd3 {
    font-size: 2.734vw;
  }
}

.reasonWrap .reasonWrap_inner1 .reason_readImg {
  margin-top: -40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .reasonWrap .reasonWrap_inner1 .reason_readImg {
    margin-top: -8vw;
  }
}

.reasonWrap .reason_detailWrap {
  width: 94%;
  margin: 0 auto;
}

.reasonWrap .reason_detailWrap .reason_detail {
  margin-bottom: 30px;
}

.reasonWrap .reason_detailWrap .reason_detail img {
  margin-bottom: 15px;
}

.reasonWrap .reason_detailWrap .reason_detail p {
  width: 94%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .reasonWrap .reason_detailWrap .reason_detail p {
    font-size: 3.613vw;
    margin-bottom: .25em;
  }
}

.reasonWrap .reason_detailWrap .reason_detail p .greenFnt {
  color: #61af42;
  font-weight: 600;
}

.reasonWrap .reason_detailWrap .reason_detail p .underline {
  background: linear-gradient(transparent 60%, rgba(246, 217, 195, 0.8) 40%);
}

.reasonWrap .reason_detailWrap .reason_detail .txtInd {
  text-align: right;
  font-size: 16px;
  color: #52483d;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .reasonWrap .reason_detailWrap .reason_detail .txtInd {
    font-size: 2.734vw;
  }
}

/* ---------------------------------------------------- */
/* reasonUnderWrap */
/* ---------------------------------------------------- */
.reasonUnderWrap {
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec4_bg.png) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -60px;
  padding: 70px 0 30px;
}

.reasonUnderWrap .heading2 {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.reasonUnderWrap .reasonUnder_bottomtxt {
  margin-top: 30px;
  width: 84%;
  margin: 0 auto;
}

.reasonUnderWrap .reasonUnder_img {
  position: relative;
  z-index: 2;
}

.reasonUnderWrap .reasonUnder_txtArea {
  margin-top: -25px;
  display: flex;
  justify-content: flex-end;
}

.reasonUnderWrap .reasonUnder_txtArea .reasonUnder_txtArea_inner {
  background-color: #fff;
  width: 94%;
  padding: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .reasonUnderWrap .reasonUnder_txtArea .reasonUnder_txtArea_inner {
    padding: 25px;
  }
}

.reasonUnderWrap .reasonUnder_txtArea .reasonUnder_txtArea_inner p {
  font-size: 25px;
}

@media screen and (max-width: 600px) {
  .reasonUnderWrap .reasonUnder_txtArea .reasonUnder_txtArea_inner p {
    font-size: 3.662vw;
  }
}

.voiceWrap {
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec5_bg.png) center bottom no-repeat;
  background-size: cover;
  padding: 40px 0 30px;
}

.voiceWrap .heading2 {
  width: 86%;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .voiceWrap .heading2 {
    padding-bottom: 24px;
  }
}

.voiceWrap .voiceDetail {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  padding: 20px 28px;
}

@media screen and (max-width: 600px) {
  .voiceWrap .voiceDetail {
    padding: 12px 20px;
  }
}

.voiceWrap .voiceDetail p {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .voiceWrap .voiceDetail p {
    font-size: 3.516vw;
  }
}

.voiceWrap .voiceDetail .orangeClr {
  color: #d7a12e;
}

.voiceWrap .txtInd {
  font-size: 17px;
  color: #52483d;
  text-align: right;
  font-weight: 400;
  margin-top: -10px;
  width: 90%;
  margin: -10px auto 0;
}

@media screen and (max-width: 600px) {
  .voiceWrap .txtInd {
    font-size: 2.734vw;
  }
}

/* ---------------------------------------------------- */
/* ingredientsWrap */
/* ---------------------------------------------------- */
.ingredientsWrap {
  position: relative;
  z-index: 2;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec7_bg.png) center center no-repeat;
  background-size: cover;
  padding: 30px 0 95px;
}

.ingredientsWrap .ingredients_img01 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ingredientsWrap .ingredients_img02 {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: -44px auto 0;
}

@media screen and (max-width: 600px) {
  .ingredientsWrap .ingredients_img02 {
    margin: -27px auto 0;
  }
}

.ingredientsWrap .ingredients_img03 {
  width: 92%;
  margin: 20px auto 0;
}

.ingredientsWrap .shipporifnt {
  text-align: center;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 30px;
  letter-spacing: -1px;
  font-weight: 500;
}

.ingredientsWrap .shipporifnt .greenFnt {
  color: #164c1f;
}

@media screen and (max-width: 600px) {
  .ingredientsWrap .shipporifnt {
    font-size: 4.59vw;
    padding-bottom: 20px;
  }
}

.ingredientsWrap .ingredients_img04 {
  width: 97%;
  margin-left: 3%;
  margin-bottom: -10px;
}

@media screen and (max-width: 600px) {
  .ingredientsWrap .ingredients_img04 {
    margin-bottom: 3px;
  }
}

.ingredientsWrap .ingredients_img05 {
  width: 97%;
  margin-right: 3%;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .ingredientsWrap .ingredients_img05 {
    margin-bottom: 13px;
  }
}

.ingredientsWrap .ingredients_img06 {
  width: 97%;
  margin-left: 3%;
  margin-bottom: 5px;
}

.ingredientsWrap .ingredients_img07 {
  width: 86%;
  margin: -25px auto 0;
}

@media screen and (max-width: 600px) {
  .ingredientsWrap .ingredients_img07 {
    margin: -19px auto 0;
  }
}

/* ---------------------------------------------------- */
/* messageWrap */
/* ---------------------------------------------------- */
.messageWrap {
  position: relative;
  z-index: 1;
  background-color: #efffe1;
  padding: 70px 0 30px;
  margin-top: -120px;
}

.messageWrap .messageWrap_inner {
  width: 92%;
  margin: 0 auto 40px;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 0 6px rgba(214, 241, 199, 0.9);
  padding: 10px 15px;
}

.messageWrap .message_img01 {
  margin-right: -27px;
}

.messageWrap .message_img01 img {
  margin-top: -40px;
}

.messageWrap .message_img02 {
  width: 70%;
  margin-left: 30%;
}

.messageWrap .message_txt {
  position: relative;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec8_line.png) center top 44px no-repeat;
  background-size: 100%;
  margin-top: -40px;
}

@media screen and (max-width: 600px) {
  .messageWrap .message_txt {
    background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/sec8_line.png) center top 8vw no-repeat;
    background-size: 100%;
  }
}

.messageWrap .message_txt .shipporifnt {
  color: #222222;
  font-size: 23px;
  letter-spacing: -1px;
  line-height: 2.05;
  padding-bottom: 1.25em;
}

@media screen and (max-width: 600px) {
  .messageWrap .message_txt .shipporifnt {
    font-size: 3.809vw;
    letter-spacing: -1.5px;
    line-height: 2;
  }
}

.messageWrap .heading2 {
  width: 45%;
  margin: 0 auto;
}

.messageWrap .faqWrap {
  width: 90%;
  margin: 0 auto;
}

.messageWrap .faqWrap dl dt {
  position: relative;
  border-top: 1px solid #649f6e;
  background-color: #effee1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(22, 77, 31, 0.6);
  font-weight: 600;
  padding: 24px 12px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dt {
    padding: 20px 8px;
  }
}

.messageWrap .faqWrap dl dt.last {
  border-bottom: 1px solid #649f6e;
}

.messageWrap .faqWrap dl dt.open.last {
  border-bottom: none;
}

.messageWrap .faqWrap dl dt.open .fa-solid {
  transform: rotate(180deg);
}

.messageWrap .faqWrap dl dt > div {
  display: flex;
  justify-content: flex-start;
  padding: 0 .75em;
  width: 85%;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dt > div {
    width: 90%;
  }
}

.messageWrap .faqWrap dl dt p {
  color: #164d1f;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dt p {
    font-size: 4.199vw;
  }
}

.messageWrap .faqWrap dl dt .noto-serif {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dt .noto-serif {
    font-size: 7.813vw;
  }
}

.messageWrap .faqWrap dl dt .fa-solid {
  font-size: 200%;
  color: rgba(22, 77, 31, 0.6);
  transition: transform .3s;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dt .fa-solid {
    font-size: 140%;
  }
}

.messageWrap .faqWrap dl dd {
  background-color: #fff;
  padding: 24px 12px;
  display: none;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dd {
    padding: 20px 8px;
  }
}

.messageWrap .faqWrap dl dd.last {
  border-bottom: 1px solid #649f6e;
}

.messageWrap .faqWrap dl dd > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.messageWrap .faqWrap dl dd .noto-serif {
  font-size: 40px;
  font-weight: 500;
  color: rgba(255, 107, 0, 0.7);
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dd .noto-serif {
    font-size: 7.813vw;
  }
}

.messageWrap .faqWrap dl dd p {
  color: #333333;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.5em 0 .75em;
}

@media screen and (max-width: 600px) {
  .messageWrap .faqWrap dl dd p {
    font-size: 4.199vw;
  }
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 30px;
  height: 50px;
  cursor: pointer;
}

.prev-arrow {
  position: absolute;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/slide_prev.png) center center no-repeat;
  background-size: 100%;
  z-index: 2;
  left: 9px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .prev-arrow {
    left: 0px;
  }
}

.next-arrow {
  position: absolute;
  z-index: 2;
  right: 9px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/slide_next.png) center center no-repeat;
  background-size: 100%;
  margin: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .next-arrow {
    right: 0px;
  }
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb1em {
  margin-bottom: 1.25em !important;
}

/* ---------------------------------------------------- */
/* common text */
/* ---------------------------------------------------- */
.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

/* 画面に入った瞬間に付与される */
.fadeInUp.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fadeInLeft.active {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fadeInRight.active {
  opacity: 1;
  transform: translateX(0);
}

/* ---------------------------------------------------- */
/* common
/* ---------------------------------------------------- */
.delay1 {
  transition-delay: 0.25s;
}

.delay2 {
  transition-delay: 0.5s;
}

.delay3 {
  transition-delay: 0.75s;
}

.delay4 {
  transition-delay: 1s;
}

.slick-slider {
  width: 100%;
}

.slick-slider img {
  width: 100%;
}

.dots-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dots-wrap li {
  width: 10px !important;
  height: 10px !important;
  margin: 0px 6px 0 !important;
  background: #e6e6e6;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/slide_btn_off.png) center center no-repeat;
  background-size: 100%;
  border-radius: 10px !important;
  padding: 6px !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: initial !important;
  cursor: pointer;
}

.dots-wrap li:after {
  display: none;
}

.dots-wrap li:hover {
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/slide_btn_on.png) center center no-repeat;
  background-size: 100%;
}

.dots-wrap li.slick-active {
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/slide_btn_on.png) center center no-repeat;
  background-size: 100%;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.tx-em {
  background: linear-gradient(transparent 80%, yellow 80%);
}

/* ---------------------------------------------------- */
/* common */
/* ---------------------------------------------------- */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

.tight {
  /* プロポーショナルメトリクスを有効にする */
  font-feature-settings: "palt" 1;
  /* ベンダープレフィックスも併記するとより確実 */
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt";
  /* 新しい記述方法 */
}

.txtInd {
  padding-left: 1em;
  text-indent: -1em;
}

.txtInd3 {
  padding-left: 2.75em;
  text-indent: -2.75em;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 140px;
  background: linear-gradient(to bottom, #3f8426 0%, #1a501f 60%);
}

@media screen and (max-width: 600px) {
  footer {
    padding: 20px 0 110px;
  }
}

footer .copy {
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 8px 0 10px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

footer .footMenu {
  display: flex;
  justify-content: center;
}

footer .footMenu li {
  margin: 1.5%;
  text-align: center;
}

footer .footMenu li a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

footer .footMenu li a:hover {
  text-decoration: none;
}

footer .bottomCta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

footer .bottomCta .inner {
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 520px;
  width: 90%;
  margin: 10px auto 0;
}

@media screen and (max-width: 600px) {
  footer .bottomCta .inner {
    margin: 7px auto 0;
    max-width: 100%;
  }
}

footer .bottomCta .inner:before {
  content: '';
  position: absolute;
  z-index: 6;
  left: -20px;
  top: -25px;
  width: 100px;
  height: 100px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/foot_cta_ico.png) center center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 600px) {
  footer .bottomCta .inner:before {
    width: 15.625vw;
    height: 15.625vw;
    left: -7px;
    top: -17px;
  }
}

footer .bottomCta .inner a {
  width: 100%;
  position: relative;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  border-radius: 56px;
  margin: 0 5px;
}

@media screen and (max-width: 600px) {
  footer .bottomCta .inner a {
    width: 83.984vw;
  }
}

.effect {
  position: relative;
  overflow: hidden;
}

.effect:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: kiratto 2s infinite ease-in-out;
  z-index: 1;
  pointer-events: none;
}

@keyframes kiratto {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 120%;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.boxWrap {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 20px #aebb93;
}

@media screen and (max-width: 600px) {
  .boxWrap {
    max-width: 100%;
  }
}


.form_container_ec{
    max-width: 600px;
    width:100%;
}
.page-container .row{
    display:block;
}



.formWrap_propolis2603 {
  padding: 60px 0 30px;
}

.formWrap_propolis2603 .formWrap_propolis2603_inner {
  width: 90%;
  margin: 0 auto;
}

.formWrap_propolis2603 .formWrap_propolis2603_inner .formWrap_propolis2603_title {
  display: block;
  width: 55%;
  margin: 0 auto;
}


.landing_form_label_ec {
  font-size: 14px;
  text-align: center;
  background: linear-gradient(to bottom, #3f8426 0%, #1a501f 60%);
  padding: 1px;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 20px !important;    
}
#lp-form table{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%; 	 
border: none;    
}
.landing_form_ec th{
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  background: none;  
padding: 6px 0px 3px;
  margin-top: 8px;    
}
.landing_form_ec td{
  width: 100%;
  display: block;
  border: none;
  background: none;    
    padding:0;
}
span.form_required_ec{
  background: rgba(255, 162, 0, 1);
  padding:0 3px ;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;  
}
.form_box_label_ec{
  display: inline-block;
}

.input_required_ec {
  border: 1px solid rgb(181, 218, 151) !important;
  background-color: rgb(248, 255, 242) !important;
  border-radius: 4px;    
}
#product_container{
  border: 1px solid rgb(181, 218, 151);
  background-color: rgb(248, 255, 242);
border-radius: 4px;  
padding:10px ;
}
.form_group_ec{
  padding-left: 0;
}
.form_main_container_ec div.form_group_ec input{
  background-color: rgb(248, 255, 242) !important;  
}
.form_main_container_ec div.form_group_ec select{
  background-color: rgb(248, 255, 242) !important;    
}


input.input_box_addr1_ec {
  width: 100%;
}
input.input_box_addr2_ec {
  width: 100%;
}
input.input_box_addr3_ec {
  width: 100%;
}
input.input_box_tel_ec {
  width: 100%;
}
input.input_box_email_ec {
  width: 100%;
}
input.input_box_email_confirm_ec {
  width: 100%;
}
input.input_box_password_ec {
  width: 100%;
}
input.input_box_password_confirm_ec {
  width: 100%;
}
select.input_box_sex_ec {
  width: 100%;
}

input.input_box_zip_ec{
  width: 80%;
}
select.input_box_pref_ec {
  width: 100%;
}
#shipping_address_id{
  width: 100%;
}
#payment_method_id{
  width: 100%;
}

.amazon_pay_title_ec{
white-space: wrap;
  font-size: 20px;
}
#AmazonPayButtonAll{
  width: 92% !important; 
}
.amazon_pay_title_ec{
white-space: wrap;
  font-size: 20px;
}

#select_scheduled_delivery_time{
  width: 80%;
}

#scheduled_1st_delivery_date_text{
  font-weight: 600;
  font-size: 16px;
  color: rgba(136, 185, 96, 1);
}
#scheduled_2nd_delivery_date_text{
  font-weight: 600;
  font-size: 16px;
  color: rgba(136, 185, 96, 1);
}
.submit_bottom_ec{
width: 100%;
background-size: 100%;
}

.landing_form_label_sp_ec{
  font-size: 14px;
  text-align: center;
  background: linear-gradient(to bottom, #3f8426 0%, #1a501f 60%);
  padding: 1px;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 20px !important;
}
.form_box_label_sp_ec{
  background: none;
  border: none;
margin-top: 10px !important;
}
span.form_required_sp_ec {
  background: rgba(255, 162, 0, 1);
  padding:0 3px ;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;  
}

.form_group_sp_ec {
  padding-left: 0;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-top: 2px;
  position: relative;
}

.form_main_container_sp_ec div.form_group_sp_ec input {
  padding: 2px 4px;
  line-height: 2;
  font-size: 15px;
}

#order_billing_address_attributes_addr03{
  border: 1px solid rgb(181, 218, 151) !important;
    background-color: rgb(248, 255, 242) !important;  
  border-radius: 4px;    
}

@media screen and (max-width: 600px) {
  #product_container {
    padding:8px 0;
    border: none;
    background: none;
  }
}
#product_container .form_group_sp_ec{
    border: 1px solid rgb(181, 218, 151);
    background-color: rgb(248, 255, 242);
    border-radius: 4px;
    padding: 10px 0;    
  }

.input_box_sex_sp_ec{
border: 1px solid rgb(181, 218, 151) !important;
  background-color: rgb(248, 255, 242) !important;
  border-radius: 4px;
  padding: 10px 5px;
  line-height: 1;
  height: auto !important;  
}

.form_main_container_sp_ec div.form_group_sp_ec select{
border: 1px solid rgb(181, 218, 151);
  background-color: rgb(248, 255, 242);
  border-radius: 4px;
  padding: 10px 6px;
  height: auto !important;  
}

.input_box_card_method_sp_ec validate[required,custom[integer]]{
  border: 1px solid rgb(181, 218, 151);
  background-color: rgb(248, 255, 242);
  border-radius: 4px;
  padding: 10px 6px;
  height: auto !important;  
}
.input_box_payment_schedule_ec{
  border: 1px solid rgb(181, 218, 151);
  background-color: rgb(248, 255, 242);
  border-radius: 4px;
  padding: 10px 6px;
  height: auto !important;  
}
#popup_required_field_check{
  display: none !important;
}







.ctaWrap .cta_innertop .cta_lead {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #F68E0B;
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innertop .cta_lead {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}



.ctaBtn {
  overflow: visible;
}

.ctaBtn a {
  position: relative;
  display: inline-block;
  overflow: visible;
}

/* 指画像 */
.ctaBtn a::after {
  content: "";
  position: absolute;
  right: 18px;   /* ← もう少し左へ */
  bottom: -18px;
  width: 62px;
  height: 62px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/click2.webp) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 999;
  transform-origin: 70% 70%;
  animation: tapDouble 0.9s ease-in-out infinite;
}

/* 2回タップ + 少し奥に押す感じ */
@keyframes tapDouble {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  18% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  30% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  48% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  60% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}




@media screen and (max-width: 600px) {
.ctaBtn {
  overflow: visible;
}

.ctaBtn a {
  position: relative;
  display: inline-block;
  overflow: visible;
}

/* 指画像 */
.ctaBtn a::after {
  content: "";
  position: absolute;
  right: 6px;   /* ← もう少し左へ */
  bottom: -2px;
  width: 44px;
  height: 44px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/click2.webp) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 999;
  transform-origin: 70% 70%;
  animation: tapDouble 0.9s ease-in-out infinite;
}

/* 2回タップ + 少し奥に押す感じ */
@keyframes tapDouble {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  18% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  30% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  48% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  60% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
}







footer .bottomCta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}

footer .bottomCta .inner {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 520px;
  width: 90%;
  margin: 10px auto 0;
  overflow: visible;
}

footer .bottomCta .inner::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 62px;
  height: 62px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/click2.webp) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 999;
  transform-origin: 70% 70%;
  animation: tapDouble 0.9s ease-in-out infinite;
}

footer .bottomCta .inner a {
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  border-radius: 56px;
  margin: 0 5px;
}

@keyframes tapDouble {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  18% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  30% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  48% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  60% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}





@media screen and (max-width: 600px) {

footer .bottomCta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}

footer .bottomCta .inner {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 520px;
  width: 90%;
  margin: 10px auto 0;
  overflow: visible;
}

footer .bottomCta .inner::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -8px;
  width: 44px;
  height: 44px;
  background: url(https://d2w53g1q050m78.cloudfront.net/shizenkanshopjp/uploads/img/lp202603_propolis/click2.webp) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 999;
  transform-origin: 70% 70%;
  animation: tapDouble 0.9s ease-in-out infinite;
}

footer .bottomCta .inner a {
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  border-radius: 56px;
  margin: 0 5px;
}

@keyframes tapDouble {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  18% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  30% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  48% {
    transform: translate(2px, 2px) scale(0.94) rotate(-2deg);
  }
  60% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}

}




footer .bottomCta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

footer .bottomCta .inner {
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 520px;
  width: 90%;
  margin: 10px auto 0;
}

@media screen and (max-width: 600px) {
  footer .bottomCta .inner {
    margin: 7px auto 0;
    max-width: 100%;
  }
}

footer .bottomCta .inner:before {
  content: '';
  position: absolute;
  z-index: 6;
  left: -20px;
  top: -25px;
  width: 100px;
  height: 100px;
  background: url(../img/foot_cta_ico.png) center center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 600px) {
  footer .bottomCta .inner:before {
    width: 15.625vw;
    height: 15.625vw;
    left: -7px;
    top: -17px;
  }
}

footer .bottomCta .inner a {
  width: 100%;
  position: relative;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  border-radius: 56px;
  margin: 0 5px;
}

@media screen and (max-width: 600px) {
  footer .bottomCta .inner a {
    width: 83.984vw;
  }
}

/* ============================
   EFO チャット起動フローティング
   ============================ */
.efo-floating {
  position: fixed;
  /* PC時：底部CTA(max-width:520px)の右端に合わせる。狭い画面は右端8px固定 */
  right: max(8px, calc(50% - 260px));
  bottom: 130px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #61af42;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  transition: transform .2s, box-shadow .2s;
  animation: efoPulse 2.4s ease-in-out infinite;
}

.efo-floating:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  color: #fff;
}

@keyframes efoPulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(97, 175, 66, 0.4); }
  50%      { box-shadow: 0 4px 20px rgba(97, 175, 66, 0.9); }
}

/* SP対応：底部CTAが画面いっぱいなので画面端基準でOK */
@media screen and (max-width: 600px) {
  .efo-floating {
    width: 56px;
    height: 56px;
    right: 8px;
    bottom: 88px;
    font-size: 11px;
  }
}
.ctaWrap .cta_innertop .cta_lead {
    position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #F68E0B;
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  .ctaWrap .cta_innertop .cta_lead {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}

.ctaWrap .cta_innertop .cta_lead::before,
.ctaWrap .cta_innertop .cta_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 2px;
  background: #F68E0B;
}

/* 左 */
.ctaWrap .cta_innertop .cta_lead::before {
  left: 20px;
  transform: rotate(45deg);
}

/* 右 */
.ctaWrap .cta_innertop .cta_lead::after {
  right: 20px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 600px) {
.ctaWrap .cta_innertop .cta_lead::before,
.ctaWrap .cta_innertop .cta_lead::after {
  width: 6vw;
  height: 1px;
}

.ctaWrap .cta_innertop .cta_lead::before {
  left: 3vw;
}

.ctaWrap .cta_innertop .cta_lead::after {
  right: 3vw;
}

}