/*------------------------------------
* 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;
}


/* RESET */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-after: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: center;
  box-sizing: border-box;
  background: transparent
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}

section {
  background: #fff;
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent
}

a:focus,
:focus {
  outline: none
}

img {
  max-width: 100%
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none
}

html,
body {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #D8E5EE;
}

@media (max-width: 750px) {

  html,
  body {
    font-size: calc(10 / 750 * 100vw);
  }
}

main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.underline {
  position: relative;
}

.underline::after {
  content: '';
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 8px solid #EEFF29;
  border-radius: 100px;
}

/* ------------------------------
    設問エリア
------------------------------ */
.question {
  width: calc(706 / 750 * 100vw);
  max-width: 706px;
  margin: 0 auto 4.8rem;
  padding: 8.8rem 0 8rem;
  border: 0.8rem solid #132A46;
  border-radius: 40px;
  background-color: #fff;
}

.question--head_icon {
  width: calc(304 / 750 * 100vw);
  max-width: 304px;
  margin: 0 auto 4.6rem;
  display: block;
}

.question--head_text {
  margin: 0 auto 5.7rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35em;
  text-align: center;
  letter-spacing: 0;
}

.question--head_text.q3 {
  line-height: 1.5em;
}

.question--image {
  width: 57rem;
  margin: 0 auto 8.8rem;
  display: block;
}

.question--image.-q1 {
  margin: 0 auto 7.8rem;
}

.question--answer_wrap {
  width: 57rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

/* ------------------------------
    回答ボタン
------------------------------ */
.answer_button {
  width: 27rem;
  padding: 8px;
  margin-bottom: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 4rem;
  font-weight: 700;
  color: #132A46;
  text-align: center;
  border: 0.6rem solid #132A46;
  border-radius: 24px;
  background-color: #DCE9F2;
}

.answer_button:nth-last-of-type(1),
.answer_button:nth-last-of-type(2) {
  margin-bottom: 0;
}

.answer_button.-q1 {
  padding: 3.9rem 0 3.8rem;
}

.answer_button.-q3 {
  font-size: 3.2rem;
}

.answer_button.-selected {
  color: #fff;
  background-color: #132A46;
}

.answer_image {
  margin-bottom: 1.9rem;
  border-radius: 16px;
}

.answer_image.-q3 {
  width: 23.8rem;
  height: 16.8rem;
  object-fit: cover;
  object-position: top;
}

/* ------------------------------
    回答を完了するボタン
------------------------------ */
.send_button {
  width: 56.8rem;
  margin: 7.6rem auto 0;
  padding: 4rem 0;
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  border-radius: 100px;
  background-color: #132A46;
}

.send_button:disabled {
  background-color: #B9B9B9;
}

.send_button::after {
  content: '';
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  background-image: url('https://www.abemashopping.jp/wp-content/uploads/2023/12/send_button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* ------------------------------
    コラム
------------------------------ */
.LPcolumn {
  width: 65.6rem;
  margin: 8rem auto 0;
  padding: 3.6rem 1.8rem 4.7rem;
  border-radius: 32px;
  background-color: #2D7EB6;
}

.LPcolumn--head {
  width: 58.8rem;
  margin: 0 auto;
  display: block;
}

.LPcolumn--head_text {
  margin-bottom: 2.4rem;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
  letter-spacing: -0.05em;
}

.LPcolumn--head_text .-big {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.LPcolumn--head_text .-dot {
  position: relative;
  font-size: 5.6rem;
  font-weight: 700;
}

.LPcolumn--head_text .-dot::after {
  content: '・';
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  font-size: 3.2rem;
}

.LPcolumn--head_text .-question {
  margin-left: -0.1em;
  font-weight: 700;
}

.LPcolumn--point_box {
  width: 100%;
  margin: 0 auto 4rem;

  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
}

.LPcolumn--point_box:nth-last-of-type(1) {
  margin: 0 auto;
}

.LPcolumn--point_text {
  width: 56.2rem;
  margin: 1rem auto 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.7em;
  color: #777;
  text-align: justify;
}

.LPcolumn--point_text.-point2 {
  margin: 0 auto 2rem;
  letter-spacing: 0.1em;
}

.LPcolumn--point_text .-bold {
  font-weight: 700;
  color: #242424;
}

.LPcolumn--point_text .-red {
  font-weight: inherit;
  color: #CD082C;
}

/* ------------------------------
    オファーエリア
------------------------------ */
.offer--thankyou {
  width: 62.4rem;
  margin: 10.2rem auto 4.8rem;
  padding: 0.6rem 0;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  text-align: center;
  border-radius: 1000px;
  background-color: #132A46;
}

.offer--head {
  margin-bottom: 4.3rem;
  font-size: 5.6rem;
  font-weight: 700;
  color: #132A46;
  line-height: 1.2em;
  text-align: center;
}

.offer--navyblue {
  /* padding-bottom: 5.3rem; */
  background-color: #072446;
}

.offer--navyblue::before {
  content: '';
  width: 75rem;
  height: 6.6rem;
  display: block;
  position: relative;
  top: -1px;
  clip-path: polygon(0 0, 0 1%, 50% 100%, 100% 1%, 100% 0);
  background-color: #fff;
}

.offer--worry {
  width: 69rem;
  margin: 5.5rem auto;
  padding: 2.5rem 0 2rem;
  font-size: 6.4rem;
  font-weight: 700;
  text-align: center;
  color: #132A46;
  position: relative;
  background-color: #fff;
}

.offer--worry .-dot {
  position: relative;
}

.offer--worry .-dot::after {
  content: '・';
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -1.3em;
  left: 0;
  right: 0;
  font-size: 4rem;
}

.offer--worry::after {
  content: '';
  width: 4.4rem;
  height: 2.3rem;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 0 1%, 50% 100%, 100% 1%, 100% 0);
  background-color: #fff;
}

.offer--box {
  width: 69rem;
  margin: 0 auto;
  padding: 1.7rem 2.5rem 3.6rem;
  border-radius: 40px;
  background-color: #fff;
}

.offer--item_name {
  width: 100%;
  margin-bottom: 1.7rem;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 9.3rem;
  color: #132A46;
  text-align: center;
}

.offer--box_hr {
  width: 60.8rem;
  margin: 0 auto 3.3rem;
  border-top: 2.13px solid #242424;
}

.offer--main {
  width: 100%;
  margin: 0 auto 4.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.offer--main_image {
  width: 17.3rem;
}

.offer--main_detail {
  width: 45.7rem;
}

.offer--other {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.offer--other_head {
  width: 63rem;
  margin: 0 auto 4.1rem;
  padding: 0.8rem 0 1.2rem;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #132A46;
}

@media screen and (max-width:760px) {
  .offer--other_head {
    width: 100%;
  }
}

.offer--other_head::after {
  content: '';
  width: 3.9rem;
  height: 1.4rem;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 0 1%, 50% 100%, 100% 1%, 100% 0);
  background-color: #132A46;
}

.offer--other_head-amazon {
  font-size: 2.6rem;
  background: #E74620;
}

.offer--other_head-amazon::after {
  background-color: #E74620;
}

.offer--other_course {
  width: 29.9rem;
}

.offer--notice {
  margin: 2.6rem auto 3.6rem;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.35em;
  text-align: center;
}

.offer--points_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
}

.offer--point {
  width: 19rem;
  padding: 2.4rem 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.35em;
  color: #132A46;
  text-align: center;
  border: 4px solid #000;
  border-radius: 24px;
}


/* ------------------------------
    CTAボタン
------------------------------ */
.offer_button {
  width: 63rem;
  margin: 5.6rem auto 2.6rem;
  padding: 4.25rem 0;
  display: flex;
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.50);
  border-radius: 100px;
  background: radial-gradient(100% 100% at 50% 0%, #58E155 0%, #46BF4C 57.28%, #2E8F3F 57.29%, #207337 100%);
}

.offer_button::after {
  content: '';
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  background-image: url('https://www.abemashopping.jp/wp-content/uploads/2023/12/send_button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


/* ------------------------------
    LP
------------------------------ */
/*-------------------------------------*
 * 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;
}

.cv_comment {
  color: #ff0000;
}

/**********基本**********/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
}

rticle,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

.clearfix {
  zoom: 1;
}

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

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

table {
  width: 100%;
}

a:focus {
  outline: none;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
}


/*------------------------------

ベース

------------------------------*/
.lp-bg {
  background: #fff;
  padding: 25px;
}

@media screen and (max-width:760px) {
  .lp-bg {
    padding: 20px;
  }
}

.container {
  max-width: 100%;
  margin: 50px 0;
}

.lp-bg .container {
  margin: 0 auto;
}

.container-bg {
  max-width: 640px;
  margin: 0 0 2rem 0;
  padding: 5rem 3.2rem 3rem 3.2rem;
}

img {
  width: 100%;
  object-fit: cover;
  /* margin-bottom: 2rem; */
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0px;
  height: auto;
  vertical-align: bottom;
  padding: 0 4rem;
}

@media (min-width: 640px) {
  .container {
    margin: 50px 0;
  }

  .container-bg {
    margin: 120px auto 120px auto;
    padding: 10rem 1.2rem 8rem 1.2rem;
  }

  /* img{
    margin: 0 0 2rem;
  }   
  video{
    margin: 0 2rem;
  }    */

}


/*------------------------------

文字

------------------------------*/
main h2 {
  font-weight: 700;
  text-align: left;
  font-size: 34px;
  letter-spacing: 8px;
  line-height: 1.8;
  color: #0f1419;
  margin: 0 auto 3rem auto;
  padding: 2rem 4rem;
}

@media screen and (max-width:760px) {
  main h2 {
    font-size: 26px;
  }
}

main h3 {
  font-weight: 700;
  text-align: left;
  font-size: 23px;
  letter-spacing: 5px;
  line-height: 1.8;
  color: #0f1419;
  margin-bottom: 2rem;
  margin-left: 4rem;
  margin-top: 5rem;
}

main p {
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #0f1419;
  margin: 4rem auto 4rem auto;
  padding: 0 4rem;
}

.center {
  text-align: center;
  margin: auto;
}

.right {
  text-align: right;
}

.note {
  font-size: 11px;
}

.red {
  color: #bd0c31;
  font-size: 30px;
}

strike {
  text-decoration: line-through;
}

/*---マーカー--*/
.marker.active {
  background-position: 0 0.01em;
}

.marker {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fffbad), color-stop(50%, transparent));
  background: linear-gradient(left, #fffbad 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 100% 0.1em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}


@media (min-width: 640px) {
  main h2 {
    font-size: 40px;
  }

  main h3 {
    font-size: 30px;
  }

  main p {
    font-size: 18px;
    margin: 2rem auto 2rem auto;
  }

  .red {
    color: #bd0c31;
    font-size: 36px;
  }
}

/*---スマホだけ改行--*/
@media screen and (min-width: 640px) {
  .br-sp {
    display: none;
  }
}


/*------------------------------

FV

------------------------------*/
.fv-kv {
  position: relative;
}

.fv-text {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.fv-subtitle {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  animation-delay: 0.4s;
  font-weight: 600;
}

.fv-title {
  font-size: 30px;
  letter-spacing: 0.3em;
  animation-delay: 0.6s;
  font-weight: 600;
}

.kv-icon {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 41.8%;
  right: 5%;
  animation-delay: 1.0s;
}

.fv-sp {
  display: block;
}


@media screen and (min-width: 640px) {
  .fv-subtitle {
    font-size: 33px;
  }

  .fv-title {
    font-size: 60px;
  }
}

/* その場でふわっと */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*------------------------------

思い　thought

------------------------------*/

.offer--other_head-lp {
  width: 63rem;
  margin: 0 auto 4.1rem;
  padding: 0.8rem 0 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #377FBC;
  border-radius: 30px;
  margin: 80px auto;
}

@media screen and (max-width:760px) {
  .offer--other_head-lp {
    width: 80%;
    font-size: 3rem;
  }
}

.offer--other_head-lp::after {
  content: '';
  width: 3.9rem;
  height: 1.4rem;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 0 1%, 50% 100%, 100% 1%, 100% 0);
  background-color: #377FBC;
}

.thought {
  margin: 0 auto 5rem auto;
}

.thought-heading {
  padding: 0.1rem 0rem 0.1rem 1.5rem;
  border-left: solid 3px #0f1419;
  margin: 0 4rem;
}

.thought-list-outer {
  list-style-type: none;
}

/*---- リスト ----*/
.checkmark001-flame {
  background-color: #F2F4F7;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.checkmark001 {
  padding-left: 30px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 600;
}

.checkmark001:before,
.checkmark001:after {
  content: "";
  display: block;
  position: absolute;
}

.checkmark001:before {
  width: 16px;
  height: 16px;
  background: #F2F4F7;
  border: 1px solid #0f1419;
  left: 0;
  top: 2px;
}

.checkmark001:after {
  border-left: 3px solid #0f1419;
  border-bottom: 3px solid #0f1419;
  width: 15px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 1px;
  border-radius: 1px;
}

/* .max-img{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
} */


@media (min-width: 640px) {
  .thought {
    margin: 0 auto 10rem auto;
  }

  .thought-heading {
    padding: 0.1rem 0rem 0.1rem 1.5rem;
    /*上下 左右の余白*/
  }

  .checkmark001 {
    font-size: 17px;
  }

  /* .max-img{
    width: 640px;
    margin: 0 2rem;
  }   */
}


/*------------------------------

知ってますか？　ワンポイントメモ

------------------------------*/
.bg-gr {
  background: #F2F4F7;
}

.catch-icon {
  background: #fff;
  width: fit-content;
  text-align: center;
  margin: 0 auto 2rem auto;
  border: 1px solid #0f1419;
  border-radius: 20px;
}

.catch-text {
  margin: 0px;
  text-align: center;
  padding: 5px 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 15px;
}

/*------------------------------

商品　　product

------------------------------*/
.future-frame {
  padding: 2rem 0 2rem 0;
}

.future {
  font-family: 'Akshar', sans-serif;
  text-align: right;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.3em;
  color: #EBEBEB;
  margin-bottom: 5px;
  line-height: 1;
}

.future-no {
  font-size: 58px;
  color: #0f1419;
  vertical-align: text-top;
}

.future-subtitle {
  display: inline-block;
  letter-spacing: 0.3em;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .future-frame {
    padding: 5rem 0;
  }

  .future {
    font-size: 48px;
  }

  .future-no {
    font-size: 88px;
  }

  .future-subtitle {
    font-size: 20px;
  }
}

/*------------------------------

製造工場

------------------------------*/
.process-bg {
  background: #836f65;
  padding: 5rem 1.2rem 0 1.2rem;
}

.container-process {
  max-width: 640px;
  margin: 0 0 2rem 0;
}

.process-text {
  color: #FFFFFF;
}

@media screen and (min-width: 640px) {
  .container-process {
    margin: 120px auto 120px auto;
  }
}

/*------------------------------

支持

------------------------------*/
.dentist-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.dentist-img {
  padding-left: 10px;
  width: 45%;
}

.dentist-textarea {
  width: 55%;
}

.dentist-text1 {
  font-size: 10px;
  letter-spacing: 0em;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.6;
}

.dentist-text2 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  font-weight: 600;
}

.dentist-text3 {
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  font-weight: 600;

}

/*------------------------------

磨き方

------------------------------*/
.howto-bg {
  padding: 10rem 1.2rem 3rem 1.2rem;
  background-image: url("https://www.abemashopping.jp/wp-content/uploads/2023/06/ha_articlelp_img11-min.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width:760px) {
  .howto-bg {
    padding: 28rem 1.2rem 3rem 1.2rem;
  }
}

.container-howto {
  max-width: 640px;
  margin: 0 0 2rem 0;
}

.howto {
  width: 70%;
  text-align: center;
  margin: 0 auto 1rem auto;
  padding-top: 1rem;
}

@media screen and (min-width: 640px) {
  .howto-bg {
    background-image: url("https://www.abemashopping.jp/wp-content/uploads/2023/06/ha_articlelp_img11_pc-min.jpg");
    padding-top: 4rem;
  }

  .container-howto {
    margin: 120px auto 0px auto;
  }

  .howto {
    width: 80%;
    margin: 4rem auto 4rem auto;
  }

}

/*------------------------------

歯を守る

------------------------------*/
.bg-bl {
  background: #f5fdff;
}

.protect {
  margin-bottom: 0px;
  font-size: 19px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.protect:first-letter {
  font-size: 150%;
  color: #377fbc;
}


/*------------------------------

歯ブラシの寿命

------------------------------*/
.numb-list-frame {
  margin: 2rem auto;
  width: 20rem;
}

.numb-list-frame2 {
  margin: 2rem auto;
  width: 12rem;
}

@media screen and (max-width:760px) {
  .numb-list-frame {
    width: 61rem;
  }

  .numb-list-frame2 {
    width: 38rem;
  }
}

.numb-list {
  position: relative;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  padding-left: 40px;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  display: inline-block;
  letter-spacing: -0.1rem;
}

.numb-list span {
  font-family: 'Akshar', sans-serif;
  font-size: 53px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: -12%;
}

@media screen and (min-width: 640px) {
  .numb-list-frame {
    width: 38rem;
  }

  .numb-list {
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 2rem;
  }

  .numb-list span {
    font-size: 68px;
    line-height: 1.15;
  }

  .numb-list-frame2 {
    width: 23rem;
  }
}

/*------------------------------

みなさまの歯の健康をずっとサポートしたいから

------------------------------*/
.add_text1 {
  position: relative;
  width: max-content;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: auto;
}

.add_text1::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 2px;
  height: 70px;
  background: #333;
  transform: rotate(-15deg);
}

.add_text1::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  width: 2px;
  height: 70px;
  background: #333;
  transform: rotate(15deg);
}

@media screen and (min-width: 640px) {
  .add_text1 {
    font-size: 24px;
  }

  .add_text1::before {
    content: "";
    left: -15px;
    top: 20px;
    width: 2px;
    height: 90px;
    transform: rotate(-15deg);
  }

  .add_text1::after {
    content: "";
    right: -15px;
    top: 20px;
    width: 2px;
    height: 90px;
    transform: rotate(15deg);
  }
}

/*------------------------------

歯ブラシについて

------------------------------*/
.bg-ye {
  background: #FBF9EC;
}

.prod-details {
  font-size: 14px;
}

.triangle3 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
  margin: 0 auto 10px;
}

/*------------------------------

定期のお約束

------------------------------*/
.box1 {
  width: 90%;
}

.box1-title {
  position: relative;
  padding-top: 2em;
  line-height: 1.4;
  z-index: 0;
  text-align: center;
}

.box1-title:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 42%;
  z-index: -1;
  color: #e6edf3;
  font-size: 73px;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-family: 'Akshar', sans-serif;
  font-weight: 600;
}

.box1 {
  margin: 2em auto;
  padding: 1.5em 1.5em 0em 1.5em;
  /*内側余白*/
  border: solid 2px #b5bbc1;
  /*線の種類・太さ・色*/
}

.kochira {
  color: #377fbc;
  text-decoration: underline;
}


/*------------------------------

お客様の声

------------------------------*/
.bg-offwhite {
  background-color: #F1EFEC;
}

.box19 {
  position: relative;
  padding: 1.25rem 1.2rem;
  margin-bottom: 1rem;
  background-color: #FDFFEE;
}

.box19:before,
.box19:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.box19:before {
  border-left: solid 2px #F49300;
  border-top: solid 2px #F49300;
  top: 0;
  left: 0;
}

.box19:after {
  border-right: solid 2px #F49300;
  border-bottom: solid 2px #F49300;
  bottom: 0;
  right: 0;
}

.box19 p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}


/*------------------------------

吹き出しのCSS

------------------------------*/
.voice-icon1 {
  background-color: #377fbc;
  margin: 0px auto 2rem;
  border-radius: 23px;
  padding: 5px 20px;
  width: fit-content;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.voice-icon2 {
  background-color: #909395;
  margin: 4rem auto 2rem;
  border-radius: 23px;
  padding: 5px 20px;
  width: fit-content;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.balloon {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 20px;
  margin-bottom: 6rem;
}

.balloon img {
  max-width: 53px;
  height: 100%;
  border-radius: 50%;
  margin: 0;
}

.balloon-text {
  position: relative;
  padding: .8em 1em;
  border-radius: 5px;
}

.balloon-text::before {
  position: absolute;
  width: 13px;
  height: 20px;
  content: '';
}

.balloon-text p {
  margin: 0;
  line-height: 1.8rem;
  font-size: 15px;
  letter-spacing: 0.08em;
}

@media screen and (max-width:760px) {
  .balloon-text p {
    line-height: 4.8rem;
  }
}

/*--左アイコン--*/
.balloon-left .balloon-text::before {
  left: -12px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/*--右アイコン--*/
.balloon-right .balloon-text::before {
  right: -12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*--カラーオレンジ--*/
.balloon-orange {
  background-color: #dbe9f9;
}

.balloon-orange::before {
  background-color: #dbe9f9;
}

/*--カラーグレー--*/
.balloon-gr {
  background-color: #e4e5e6;
}

.balloon-gr::before {
  background-color: #e4e5e6;
}


/*------------------------------

最後に

------------------------------*/
.bg-end {
  background-image: url("https://www.abemashopping.jp/wp-content/uploads/2023/07/ha_articlelp_img13-min.jpg");
  max-width: 640px;
  margin: 0;
  padding: 5rem 1.2rem 42rem 1.2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-position: bottom center;
}

.end {
  color: #fff;
}

.container-end {
  max-width: 640px;
  margin: auto;
  padding: 1.2rem;
}


@media screen and (min-width: 640px) {
  .bg-end {
    background-image: url("https://www.abemashopping.jp/wp-content/uploads/2023/06/ha_articlelp_img13_pc-min.jpg");
    max-width: 100%;
    padding: 0;
    background-position: 50%;
    background-size: cover;
  }

  .container-end {
    margin: auto;
    padding: 1.2rem;
  }
}

/*------------------------------

お申し込み

------------------------------*/
/*---cv横並び---*/
.cv-btn {
  /* display: flex;
	flex-wrap:wrap; */
  padding: 0 10%;
}

.cv-item {
  /* width: calc(100%/3); */
  padding: 0 1px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 10px;
}

.course-img {
  width: 80%;
  margin: auto;
  display: block;
}

.cv-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.cv-title {
  margin: 20px auto 10px auto;
}

.title1 {
  padding-top: 20px;
}

/*------------------------------

運営会社

------------------------------*/
.company {
  font-size: 15px;
}

/*------------------------------
    
    フローティング
    
    ------------------------------*/
.fbnr-outer {
  position: fixed;
  display: inline-block;
  z-index: 99;
  bottom: 6%;
  right: 0;
}

.fbnr-outer-qa {
  background: #072446;
  border-radius: 10px 0 0 10px;
}

.fbnr-inner {
  width: 100%;
  text-align: right;
  margin: 0 0 0 auto;
  background-color: #48a727;
  padding: 8px 7px 10px 9px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
  text-align: center;
  border-radius: 10px 0 0 10px;
}

@media screen and (min-width: 640px) {
  .fbnr-inner {
    width: 120%;
    padding: 12px 19px 13px 9px;
  }
}

.fbnr-text {
  font-size: 11px;
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 0;
  margin: auto;
}

.fbnr-text-qa {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 2rem;
  display: block;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .fbnr-text-qa {
    padding: 1rem;
  }
}

.fbnr-icon {
  width: 55%;
  margin: 0 auto;
  display: inline-block;
}

.form_container_ec {
  width: 700px;
}

.form_group_sp_ec {
  padding-left: 0;
  padding-right: 0;
}

#answer_button1-1,
#answer_button1-2,
#answer_button2-1,
#answer_button2-2,
#answer_button2-3,
#answer_button2-4,
#answer_button3-1,
#answer_button3-2,
#answer_button3-3,
#answer_button3-4,
#answer_button3-5,
#answer_button3-6 {
  opacity: 1 !important;
}

.LPcolumn {
  display: none !important;
}

.fbnr-text-qa {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 2rem;
  display: block;
}

@media screen and (min-width: 640px) {
  .fbnr-text-qa {
    padding: 1rem;
  }
}

.fbnr-icon {
  width: 55%;
  margin: 0 auto;
  display: inline-block;
}

.form_container_ec {
  width: 700px;
}

.form_group_sp_ec {
  padding-left: 0;
  padding-right: 0;
}

#answer_button1-1,
#answer_button1-2,
#answer_button2-1,
#answer_button2-2,
#answer_button2-3,
#answer_button2-4,
#answer_button3-1,
#answer_button3-2,
#answer_button3-3,
#answer_button3-4,
#answer_button3-5,
#answer_button3-6 {
  opacity: 1 !important;
}

/* .column {
  display:none!important;
} */

/* ------------------------------
        ファーストビュー
    ------------------------------ */
.fv {
  width: 100%;
  height: 150.7rem;
  margin: auto;
  position: relative;
}

.fv--animation {
  width: 24.5rem;
  height: 24.5rem;
  position: absolute;
  bottom: 47.6rem;
  left: 2.2rem;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 100%;
}



/*------------------------------
    
    FV
    
    ------------------------------*/
.fv-kv {
  position: relative;
}

.fv-text {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.fv-subtitle {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  animation-delay: 0.4s;
  font-weight: 600;
}

.fv-title {
  font-size: 30px;
  letter-spacing: 0.3em;
  animation-delay: 0.6s;
  font-weight: 600;
}

.kv-icon {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 41.8%;
  right: 5%;
  animation-delay: 1.0s;
}

.fv-sp {
  display: block;
}


@media screen and (min-width: 640px) {
  .fv-subtitle {
    font-size: 33px;
  }

  .fv-title {
    font-size: 60px;
  }
}


.fv-video {
  background: #fff;
  padding: 5rem 0;
}

.fv-video video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.fv-video ul {
  margin-top: 2rem;
  padding: 0 4rem;
}

.fv-video ul li {
  margin: 1rem auto;
  font-size: 10px;
}


/*---アコーディオン---*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
}

/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-close {
  height: auto;
  opacity: 1;
}

.accordion-text {
  background: #e6edf3;
  padding: 1rem;
}

@media screen and (min-width: 640px) {
  .box1 {
    padding: 1.5em 3em 2em 3em;
  }

  .box1-title:before {
    bottom: 35px;
    left: 44%;
  }
}


/*------------------------------

アンケート

------------------------------*/
.qa-fv {
  margin-bottom: 5rem;
}

.order-prefectures {
  padding: 0 !important;
}

.order-inner p {
  margin: 5px 5px 0;
}

/*------------------------------
購入フォーム非表示
------------------------------*/
#lp-form {
  height: 0;
}


/*------------------------------
ボタン光彩アニメーション
------------------------------*/
.button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.button.shiny:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(60deg);
  animation: 3s shine infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  80% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

#offer {
  position: absolute;
  top: 0;
  background: #fff;
  padding-top: 10px;
}

/*------------------------------
CM掲載バナー
------------------------------*/
.cm {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.cm-video {
  position: absolute;
  top: 69.3%;
  left: 19%;
  right: 0;
  margin: auto;
  object-fit: fill;
  display: block;
  box-sizing: border-box;
  border: none;
  width: 64.2%;
}

.cm-video>video {
  padding: 0;
  border-radius: 12px;
}

@media (max-width:750px) {
  .cm-video>video {
    border-radius: 6px;
  }
}

/*------------------------------
スフィニャン
------------------------------*/
.sphinyan-banner {
  display: block;
  width: 75%;
  margin: 2rem auto 0;
}

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

/* .sphinyan-content-border {
  display: flex;
  justify-content: space-around;
  align-items: start;
} */

.sphinyan-title {
  margin: 0;
  font-size: 32px;
  padding: 2rem 1rem 2rem 4rem;
}

.sphinyan-content .-h3 {
  margin-left: 4rem;
  padding: 0.1rem 0rem 0.1rem 1.5rem;
  width:62%;
}

.sphinyan-content-border .sphinyan-title {
  padding: 2rem 6rem 2rem 4rem;
}

.sphinyan-icon {
  width: 20%;
  margin-right: 6rem;
  object-fit: contain;
  transform: scale(-1, 1);
}

.sphinyan-icon-big {
  display: block;
  width: 60%;
  margin: auto;
}

@media (max-width:750px) {
  .sphinyan-banner {
    width: 90%;
  }

  .sphinyan-content {}

  .sphinyan-title {
    margin: 0;
    font-size: 19px;
    padding: 2rem 1rem 2rem 4rem;
    letter-spacing: -0.1rem;
  }

  .sphinyan-content-border .sphinyan-title {
    padding: 2rem 6rem 2rem 4rem;
  }

  .sphinyan-icon {
    width: 23%;
    margin-right: 5rem;
    object-fit: contain;
    transform: scale(-1, 1);
  }
}