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


#lp-form {
width: 100%
}

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

/* リセットcss ここから */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */
/* ============================================ */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* リセットcss ここまで */

/* style.css ここから */
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  line-height: 1.6;
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "Times New Roman", Times, serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
main {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  main {
    width: 100%;
  }
}

img,
video,
object {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.8;
}

/* --------------------
    components
-------------------- */
/* inner */
.inner {
  padding: 0 1.5rem;
  max-width: 50rem;
  margin: 0 auto;
}

/* --------------------
    contents
-------------------- */
/* fv */
.fv {
  overflow: hidden;
}
.fv-head {
  font-family: "Noto Sans JP", sans-serif;
}
.fv-head-text1 {
  background-color: #000;
}
.fv-head-text1 .text {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.fv-head-text2 {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/fv-head-bg.webp) no-repeat center/cover;
  padding: 0.6rem 0 1rem;
  position: relative;
}
.fv-head-text2 .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.fv-head-text2 .text-lg {
  color: #c90b3d;
  font-size: 3.2rem;
  font-weight: 600;
}
.fv-head-text2 .icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: auto;
  opacity: 0.6;
  filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.5));
  z-index: 0;
}
.fv-content {
  position: relative;
}
.fv-product {
  position: absolute;
  left: 0;
  top: 25.5rem;
  z-index: 10;
}
.fv-visual {
  position: relative;
  height: 60rem;
}
.fv-visual::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(transparent 0%, transparent 62%, rgb(255, 255, 255) 88%);
  left: 0;
  bottom: 14rem;
  width: 100%;
  height: 54rem;
  z-index: 1;
}
.fv-visual-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}
.fv-visual-video {
  position: absolute;
  top: -2rem;
  left: -6rem;
  max-width: none;
  width: 75rem;
  height: auto;
  z-index: -1;
  overflow: hidden;
}
.fv-description {
  position: relative;
  margin-top: -8rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  z-index: 15;
}
.fv-description-catch {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.fv-description-label {
  display: inline-block;
  background: linear-gradient(rgb(77, 77, 77) 0%, rgb(0, 0, 0) 100%);
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  padding: 0 1rem 0.4rem;
}
.fv-description-label .text {
  color: #f3e482;
  filter: drop-shadow(0.2rem 0.2rem 0 rgb(0, 0, 0));
}
.fv-description-lg {
  display: inline-block;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
  margin-top: -1rem;
  text-align: center;
  background: linear-gradient(rgb(116, 0, 0) 0%, rgb(226, 24, 24) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1));
}
.fv-description-lg .strong {
  font-size: 6.5rem;
  vertical-align: 0.3rem;
}
.fv-description-lg .num {
  font-size: 8rem;
  vertical-align: -0.2rem;
}
.fv-cta {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(241, 248, 251) 25%, rgb(241, 248, 251) 100%);
  position: relative;
}
.fv-cta-inner {
  padding-top: 6rem;
  padding-bottom: 3.6rem;
}
.fv-cta-title {
  position: absolute;
  top: 32.5rem;
  left: 1.5rem;
}
.fv-cta-logo {
  mix-blend-mode: multiply;
  margin-bottom: 1.5rem;
  width: 22rem;
}
.fv-cta-name {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
}
.fv-cta-name dt {
  display: inline-block;
  border: 2px solid #000;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 0.8rem;
}
.fv-cta-name dd {
  font-size: 2.8rem;
  font-weight: 700;
}

/* cta */
.cta {
  background-color: #c90b3d;
  padding: 2rem;
}
.cta-inner {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
.cta-product {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.cta-product .image {
  padding-top: 8rem;
  width: 13rem;
  position: relative;
}
.cta-product .image figure {
  position: relative;
  z-index: 1;
}
.cta-product .image-label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #c90b3d;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  right: -8rem;
  top: 0;
}
.cta-product .image-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.cta-product .image-text-color {
  color: #c90b3d;
  font-size: 2.8rem;
  font-weight: 700;
}
.cta-product .title-logo {
  mix-blend-mode: multiply;
  margin-bottom: 0.6rem;
  width: 21rem;
}
.cta-product .title-name {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
}
.cta-product .title-name dt {
  display: inline-block;
  border: 2px solid #000;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  padding: 0 0.8rem 0.2rem;
}
.cta-product .title-name dd {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.cta-price .regular {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.cta-price .regular .num {
  font-size: 2.8rem;
}
.cta-price .price {
  text-align: center;
  margin-bottom: 0.6rem;
}
.cta-price .price dt {
  color: #fff;
  background-color: #c90b3d;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0.7rem 0 1.4rem;
  position: relative;
}
.cta-price .price dt::after {
  position: absolute;
  content: "";
  display: block;
  border-style: solid;
  border-width: 2.4rem 1.3rem 0 1.3rem;
  border-color: #c90b3d transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.cta-price .price dt .num {
  font-size: 5.2rem;
}
.cta-price .price dd {
  color: #c90b3d;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.cta-price .price dd .num {
  font-size: 13rem;
  letter-spacing: -0.02em;
  vertical-align: -0.6rem;
}
.cta-price .price dd .tax {
  position: absolute;
  right: -0.8rem;
  top: 2.8rem;
  color: #000;
  font-size: 2.5rem;
}
.cta-price .shipping {
  color: #c90b3d;
  border: 2px solid #c90b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
  padding: 1.4rem 0;
  text-align: center;
}
.cta-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.cta-catch .catch-line {
  display: inline-block;
  background-color: #c90b3d;
  width: 7rem;
  height: 0.2rem;
}
.cta-catch .catch-line.--left {
  transform: rotate(60deg);
}
.cta-catch .catch-line.--right {
  transform: rotate(-60deg);
}
.cta-catch .strong {
  color: #c90b3d;
  font-size: 3.6rem;
}
.cta-button {
  display: block;
  border: 2px solid #e85800;
  border-radius: 6.2rem;
  background: linear-gradient(0deg, rgb(255, 164, 35) 0%, rgb(255, 118, 35) 25%, rgb(255, 118, 35) 75%, rgb(255, 164, 35) 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 3rem auto 0;
  padding: 1rem 0;
  text-align: center;
}
.cta-button-color {
  color: #fff222;
  font-weight: 700;
}
.cta-button-text {
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.3));
}
.cta-button-text::after {
  content: "";
  display: inline-block;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/cta-button-arrow.webp) no-repeat center/contain;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.5rem;
}
.cta-button-text .strong {
  font-size: 3.6rem;
}
.cta-button-pop {
  display: block;
  background-color: #fff;
  border: 2px solid #e85800;
  border-radius: 3rem;
  color: #e85800;
  font-size: 2rem;
  font-weight: 500;
  margin: -3rem auto 0;
  padding: 0.3rem 1rem 0.6rem;
  width: fit-content;
}
.cta-button-pop.text {
  font-size: 2.4rem;
  padding: 0.3rem 2rem 0.6rem;
}
.cta-button-tax {
  font-size: 1.6rem;
}
.cta-notice {
  padding: 1.2rem 0;
}
.cta-notice-list > li {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 1rem;
}
.cta-notice-list > li::before {
  content: "•";
  display: inline-block;
  text-indent: -1rem;
}
.cta-accordion-trigger {
  background-color: #e0d387;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  padding: 2rem 0;
  cursor: pointer;
  position: relative;
}
.cta-accordion-trigger::before {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2px;
}
.cta-accordion-trigger::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 2.7rem;
  height: 2px;
  transition: transform 0.3s ease;
}
.cta-accordion-trigger.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.cta-accordion-trigger dt {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.cta-accordion-trigger dd {
  font-size: 1.8rem;
}
.cta-accordion-content {
  background-color: #fff;
  padding: 3rem 2rem;
}
.cta-accordion-list > li {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1em;
}
.cta-accordion-list > li::before {
  content: "■";
  display: inline-block;
  text-indent: -1em;
}

/* worry */
.worry {
  background-color: #dad5df;
  position: relative;
}
.worry::after {
  position: absolute;
  content: "";
  display: block;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/worry-bottom-bg.webp) no-repeat center/contain;
  width: 25.4rem;
  height: 44.2rem;
  bottom: 0;
  right: 0.7rem;
  z-index: 2;
}
.worry-title {
  margin-bottom: 5rem;
  position: relative;
}
.worry-title::after {
  position: absolute;
  content: "";
  display: block;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/worry-title-bg.webp) no-repeat center/contain;
  width: 39.9rem;
  height: 8.8rem;
  right: 0;
  top: -0.3rem;
}
.worry-title h2 {
  color: #705091;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 2.4rem;
  position: relative;
  z-index: 1;
}
.worry-comment-list {
  padding-bottom: 5rem;
}
.worry-comment-list > li {
  background-color: #fff;
  border-radius: 50%;
  padding: 2.5rem 3.5rem;
  text-align: center;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.worry-comment-list > li .strong {
  color: #c90b3d;
  font-size: 3rem;
  font-weight: 700;
}
.worry-comment-list > li:nth-child(1) {
  margin-left: auto;
  width: 40rem;
}
.worry-comment-list > li:nth-child(2) {
  margin-right: auto;
  margin-top: -3.4rem;
  width: 23rem;
}
.worry-comment-list > li:nth-child(3) {
  margin-left: auto;
  margin-top: -8rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  width: 34rem;
}
.worry-comment-list > li:nth-child(4) {
  margin-right: auto;
  margin-top: -3.6rem;
  margin-left: 3.6rem;
  padding: 2rem 0 5rem;
  width: 28rem;
}
.worry-comment-list > li:nth-child(5) {
  margin-right: auto;
  margin-top: -3rem;
  margin-left: 1.5rem;
  padding-bottom: 4rem;
  width: 22.5rem;
}

/* point */
.point {
  background: linear-gradient(rgb(242, 242, 242) 0%, rgb(241, 248, 251) 50%, rgb(209, 220, 226) 100%);
  padding: 5.8rem 0 3rem;
}
.point-title {
  margin-bottom: 5rem;
}
.point-title h2 {
  line-height: 0.8;
  text-align: center;
}
.point-title h2 .pop {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  margin-right: -8rem;
  position: relative;
}
.point-title h2 .pop::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(90deg, #000 0%, #000 51%, transparent 51%, transparent 56%, #000 56%, #000 100%);
  width: 100%;
  height: 2px;
  bottom: -0.6rem;
  left: 0;
}
.point-title h2 .pop::after {
  position: absolute;
  content: "";
  display: block;
  background: #000;
  width: 1.4rem;
  height: 2px;
  bottom: -1.2rem;
  left: 49.8%;
  transform: translateX(-50%) rotate(-60deg);
}
.point-title h2 .strong {
  color: #47609a;
  font-size: 6.8rem;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.point-title h2 .num {
  font-size: 11rem;
}
.point-inner {
  padding: 0 2.5rem;
}
.point-item {
  display: flex;
  flex-direction: column;
  gap: 11rem;
  margin-top: 11rem;
}
.point-box {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
}
.point-box-title {
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3.8rem;
  padding: 0 1.5rem;
}
.point-box-title .title-label {
  display: inline-block;
  background: linear-gradient(90deg, transparent 0%, rgb(244, 241, 22) 25%, rgb(244, 241, 22) 75%, transparent 100%);
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
  padding: 1rem 2rem 1.4rem;
}
.point-box-title .title-label.--03 {
  font-size: 3.8rem;
}
.point-box-title .title-main {
  font-size: 3.6rem;
  line-height: 1.3;
}
.point-box-title .title-main.--03 {
  font-size: 3rem;
  letter-spacing: -0.06em;
}
.point-box-title .title-main-lg {
  font-size: 7.4rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
  margin-left: -0.2rem;
}
.point-box-title .title-main-lg .strong {
  font-size: 5.8rem;
}
.point-box-title .title-main-lg.--02 {
  font-size: 4.8rem;
}
.point-box-title .title-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 3rem;
}
.point-box.--01 {
  background: #fff url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-box01-bg.webp) no-repeat center top;
}
.point-box.--01 .content1 {
  position: relative;
}
.point-box.--01 .content1 .label > li {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 1.2rem 2.4rem;
  letter-spacing: 0.02em;
  z-index: 1;
}
.point-box.--01 .content1 .label > li::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}
.point-box.--01 .content1 .label > li:nth-child(1) {
  color: #c7704e;
  right: 0;
  top: 10rem;
}
.point-box.--01 .content1 .label > li:nth-child(2) {
  color: #d5b831;
  left: 0;
  top: 23rem;
}
.point-box.--01 .content1 .label > li:nth-child(3) {
  color: #3683ab;
  right: 0;
  bottom: 8rem;
}
.point-box.--01 .content2 {
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  position: relative;
  height: 45rem;
}
.point-box.--01 .content2::after {
  position: absolute;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-box01-img02.webp) no-repeat center bottom/contain;
  bottom: 0;
  right: 0;
  width: 39.8rem;
  height: 48.3rem;
  z-index: -1;
}
.point-box.--01 .content2 .text {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-align: right;
  position: relative;
  z-index: 5;
}
.point-box.--01 .content2 .text-lg {
  display: inline-block;
  padding: 4rem 0.6rem;
  position: relative;
}
.point-box.--01 .content2 .text-lg::before {
  display: block;
  position: absolute;
  content: "";
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.point-box.--01 .content2 .text-lg.--01 {
  left: 0.8rem;
  top: -12rem;
}
.point-box.--01 .content2 .text-lg.--01 sup {
  position: absolute;
  right: 3rem;
  top: 3.6rem;
  font-size: 1.4rem;
}
.point-box.--01 .content2 .text-lg.--01::before {
  background-color: #65cdf4;
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}
.point-box.--01 .content2 .text-lg.--02 {
  left: 2rem;
  top: 0;
}
.point-box.--01 .content2 .text-lg.--02::before {
  background-color: #6cace7;
  clip-path: polygon(0 10.5%, 100% 0, 100% 89.5%, 0% 100%);
}
.point-box.--02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-box02-bg.webp) no-repeat center top/contain;
}
.point-box.--02 .content1 {
  padding-bottom: 5.5rem;
  position: relative;
}
.point-box.--02 .content1 .label > li {
  position: absolute;
  border: 2px solid #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 1.6rem 1rem;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  z-index: 1;
}
.point-box.--02 .content1 .label > li::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.point-box.--02 .content1 .label > li:nth-child(1) {
  border-color: #dfa087;
  color: #dfa087;
  left: 2.6rem;
  top: 0;
}
.point-box.--02 .content1 .label > li:nth-child(2) {
  border-color: #dacb85;
  color: #dacb85;
  right: 2.3rem;
  top: 7rem;
}
.point-box.--02 .content1 .label > li:nth-child(3) {
  border-color: #75a3bb;
  color: #75a3bb;
  left: 1rem;
  bottom: 0;
}
.point-box.--02 .content2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}
.point-box.--02 .content2-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12.5rem 2.5rem 2.5rem 2.5rem;
  min-height: 55rem;
}
.point-box.--02 .content2-box-inner {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2rem rgb(255, 255, 255);
  padding: 2rem;
}
.point-box.--02 .content2-box h3 {
  color: #2d1412;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.point-box.--02 .content2-box h3 sup {
  font-size: 1.6rem;
  top: -1.8rem;
}
.point-box.--02 .content2-box h3 .label {
  display: inline-block;
  border: 2px solid #2d1412;
  line-height: 1;
  padding: 0.4rem 0.8rem 0.8rem;
}
.point-box.--02 .content2-box h3 .strong {
  font-size: 3.4rem;
}
.point-box.--02 .content2-box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
}
.point-box.--02 .content2-box-text + .notes {
  margin-top: 1.6rem;
}
.point-box.--02 .content2-box.--01 {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-content2-box01-bg.webp) no-repeat center top/cover;
}
.point-box.--02 .content2-box.--02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-content2-box02-bg.webp) no-repeat center top/cover;
}
.point-box.--02 .content2-box.--03 {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-content2-box03-bg.webp) no-repeat center top/cover;
}
.point-box.--02 .content2-box.--04 {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-content2-box04-bg.webp) no-repeat center top/cover;
}
.point-box.--03 {
  background: #f4fdff url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-box03-bg.webp) no-repeat center top/contain;
  padding-bottom: 3rem;
}
.point-box.--03 .content1 {
  padding: 0 2.5rem;
}
.point-box.--03 .content1-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.point-box.--03 .content1-list > li {
  color: #075a81;
  background-color: #fff;
  border: 0.4rem solid #e5e5e5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 2rem 1rem;
  text-align: center;
  width: calc(50% - 0.5rem);
}
.point-box.--03 .content1-list > li:last-child {
  width: 100%;
}
.point-box.--03 .content1-list-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-top: 2rem;
}
.point-box.--03 .content1-list-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  background-color: #fff;
  border: 0.2rem solid #e5e5e5;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 10rem;
  height: 10rem;
  position: relative;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.point-box.--03 .content1-list-list > li::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #e5e5e5;
  width: 10rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.point-box.--03 .content1-list-list > li span {
  position: relative;
  z-index: 1;
}
.point-box.--03 .content2 {
  position: relative;
}
.point-box.--03 .content2::before {
  position: absolute;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/point-box03-content2-bg.webp) no-repeat center 3rem;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.point-box.--03 .content2-more {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}
.point-box.--03 .content2-more::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7rem 10rem 0 10rem;
  border-color: #139cd8 transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.point-box.--03 .content2-inner {
  padding: 0 2rem;
}
.point-box.--03 .content2-title {
  margin-top: 20rem;
}
.point-box.--03 .content2-title h4 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 2.4rem;
  text-align: center;
}
.point-box.--03 .content2-title h4 .color {
  color: #139cd8;
  font-size: 4.8rem;
}
.point-box.--03 .content2-title h4 .label {
  display: inline-block;
  color: #fff;
  background-color: #139cd8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
  padding: 0.2rem 1rem 0.6rem;
}
.point-box.--03 .content2-title h4 .label-color {
  color: #fffe85;
}
.point-box.--03 .content2-title h4 .label-lg {
  font-size: 3.4rem;
}
.point-box.--03 .content2-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
}
.point-box.--03 .content2-text + p {
  margin-top: 1.6rem;
}
.point-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #47609a;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -6rem;
  width: 12rem;
  height: 12rem;
  filter: drop-shadow(0 0 1rem rgba(71, 96, 154, 0.3));
}
.point-label p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 0.9;
  text-align: center;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.point-label p .num {
  font-family: "Shippori Mincho", serif;
  display: block;
  font-size: 6.6rem;
}

/* message */
.message {
  background-color: #faf4d9;
}
.message-intro {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/message-intro-bg.webp) no-repeat right top/contain;
  padding: 2rem 2rem 0;
}
.message-comment {
  margin-bottom: 6rem;
}
.message-comment-title {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.2;
  writing-mode: vertical-rl;
}
.message-comment-title .label {
  display: inline-block;
  color: #fff;
  background-color: #b05a4d;
  font-size: 2.8rem;
  margin-left: 1rem;
  padding: 1rem 0.3rem;
}
.message-profile {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.message-profile::after {
  position: absolute;
  content: "";
  display: block;
  border: 2px solid #b05a4d;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.message-profile .name {
  margin-bottom: 2rem;
  text-align: center;
}
.message-profile .name dt {
  font-size: 1.8rem;
}
.message-profile .name dd {
  font-size: 3rem;
  font-weight: 600;
}
.message-profile .name-kana {
  font-size: 1.8rem;
}
.message-profile .text {
  font-size: 1.8rem;
  line-height: 1.3;
}
.message-voice .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.message-interview-title {
  position: relative;
}
.message-interview-title h3 {
  background-color: #ea5c73;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1.6rem 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  width: 100%;
}
.message-interview-title h3 .strong {
  font-size: 3rem;
}
.message-interview-content {
  padding: 3rem 3rem 4.5rem;
}
.message-interview-content .title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  text-align: center;
  position: relative;
}
.message-interview-content .title .kakko.--l {
  position: absolute;
  left: 0;
  top: 0;
}
.message-interview-content .title .kakko.--l::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 9rem;
  height: 1px;
  left: -1rem;
  top: 0;
}
.message-interview-content .title .kakko.--l::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 1px;
  height: 4.5rem;
  left: 0;
  top: -1rem;
}
.message-interview-content .title .kakko.--r {
  position: absolute;
  right: 0;
  bottom: 0;
}
.message-interview-content .title .kakko.--r::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 9rem;
  height: 1px;
  right: -1rem;
  bottom: 0;
}
.message-interview-content .title .kakko.--r::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 1px;
  height: 4.5rem;
  right: 0;
  bottom: -1rem;
}
.message-interview-content .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.message-interview-content p + p {
  margin-top: 2.2rem;
}

/* howtouse */
.howtouse {
  background-color: #f9e3e9;
  padding-bottom: 3.5rem;
}
.howtouse-title {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/howtouse-title-bg.webp) no-repeat center top/contain;
  margin-bottom: 2rem;
  padding-top: 2.5rem;
  height: 52.7rem;
}
.howtouse-title .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.howtouse-title .dotted {
  display: inline-block;
  background-image: radial-gradient(0.1em 0.1em, #fff 100%, transparent, transparent);
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
}
.howtouse-title .border {
  border: 2px solid #fff;
  font-size: 5rem;
  padding: 0 0.8rem;
}
.howtouse-content-title {
  color: #c90b3d;
  text-align: center;
  margin-bottom: 2rem;
}
.howtouse-content-title .title {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 600;
  padding: 0 11rem 0 10rem;
  position: relative;
}
.howtouse-content-title .title::before, .howtouse-content-title .title::after {
  position: absolute;
  content: "";
  background-color: #c90b3d;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  height: 1px;
}
.howtouse-content-title .title::before {
  left: 0;
}
.howtouse-content-title .title::after {
  right: 0;
}
.howtouse-content-title .text {
  font-size: 2.6rem;
  font-family: "Times New Roman", serif;
}
.howtouse-content-video {
  margin-bottom: 4.4rem;
  position: relative;
}
.howtouse-content-video .play {
  position: absolute;
  width: 8rem;
  height: 8rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.howtouse-content-video .play::before {
  position: absolute;
  content: "";
  left: 3.2rem;
  top: 2.4rem;
  border-style: solid;
  border-width: 1.6rem 0 1.6rem 2.4rem;
  border-color: transparent transparent transparent #fff;
}
.howtouse-content-step {
  padding: 0 1.5rem;
}
.howtouse-content-step .title {
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.howtouse-content-step .title h4 {
  border: 2px solid #000;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.howtouse-content-step .title-description {
  font-size: 4.4rem;
  line-height: 1.2;
}
.howtouse-content-step .title-description .morning {
  color: #fff;
  background-color: #c60a0a;
  padding: 0 0.8rem 0.2rem;
}
.howtouse-content-step .title-description .night {
  color: #fff;
  background-color: #07338c;
  padding: 0 0.8rem 0.2rem;
}
.howtouse-content-step .title-description .double {
  color: #fff;
  background: linear-gradient(146deg, rgb(198, 10, 10) 0%, rgb(198, 10, 10) 50%, rgb(7, 51, 140) 50%, rgb(7, 51, 140) 100%);
  padding: 0.2rem 0.8rem;
}
.howtouse-content-step .title-description .num {
  font-size: 6.4rem;
  vertical-align: -0.4rem;
}
.howtouse-content-step .description-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.howtouse-content-step .description p + ul {
  margin-top: 2rem;
}

/* after */
.after {
  color: #806031;
  background: #f2ebe1 url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/after-bg.webp) no-repeat center top/contain;
  padding: 2rem 0;
}
.after-title {
  margin-bottom: 2rem;
}
.after-title h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.after-title h2 .days {
  font-size: 4rem;
}
.after-title h2 .num {
  font-size: 6rem;
  vertical-align: -0.3rem;
}
.after-title h2 .strong {
  color: #f2ebe1;
  background-color: #806031;
  font-size: 3.6rem;
  padding: 0 1rem;
}
.after-title h2 .lg {
  font-size: 7.2rem;
  text-shadow: 0 0.6rem 0 rgba(128, 96, 49, 0.2);
}
.after-slider {
  overflow: hidden;
  position: relative;
}
.after-slider .swiper-slide {
  padding: 0 0.5rem;
}
.after-slider .swiper-wrapper {
  padding-bottom: 4rem;
}
.after-slider .swiper-button-prev {
  background-color: #806031;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 44%;
}
.after-slider .swiper-button-prev::after {
  content: "";
  border-style: solid;
  border-width: 1rem 1.8rem 1rem 0;
  border-color: transparent #fff transparent transparent;
  margin-left: -0.5rem;
}
.after-slider .swiper-button-next {
  background-color: #806031;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 44%;
}
.after-slider .swiper-button-next::after {
  content: "";
  border-style: solid;
  border-width: 1rem 0 1rem 1.8rem;
  border-color: transparent transparent transparent #fff;
  margin-right: -0.5rem;
}
.after-slider .swiper-pagination-bullet {
  background-color: #d2b891;
  opacity: 1;
}
.after-slider .swiper-pagination-bullet-active {
  background-color: #806031;
}
.after-content .text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.after-content .text .underline {
  border-bottom: 1px solid #806031;
}
.after-content p + p {
  margin-top: 2rem;
}

/* ranking */
.ranking {
  background: #fff url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/ranking-bg.webp) no-repeat center top/cover;
  padding-bottom: 2rem;
}
.ranking-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18rem;
  height: 104rem;
}
.ranking-category-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ranking-category-inner:not(:last-child) {
  margin-bottom: 12rem;
}
.ranking-category-inner dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ranking-category-inner dl dt {
  display: inline-block;
  color: #fff;
  background: linear-gradient(rgb(240, 0, 7) 0%, rgb(146, 0, 4) 100%);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  padding: 0.5rem 1.5rem 1rem;
  text-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.ranking-category-inner dl .catch {
  display: block;
  background: linear-gradient(rgb(195, 155, 98) 0%, rgb(255, 253, 202) 19%, rgb(204, 161, 62) 34%, rgb(229, 191, 94) 51%, rgb(154, 111, 27) 81%, rgb(251, 230, 138) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.5));
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.ranking-category-inner dl .catch .num {
  font-size: 12rem;
  vertical-align: -0.7rem;
}
.ranking-label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/ranking-label.svg) no-repeat center;
  right: -8rem;
  top: -8rem;
  width: 11rem;
  height: 11rem;
  text-shadow: none;
}
.ranking-label-text {
  color: #9a6f1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.ranking-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  margin-top: 2.5rem;
}
.ranking-list > li {
  display: inline-block;
  color: #9a6f1b;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 0 2.5rem;
  position: relative;
}
.ranking-list > li::before {
  position: absolute;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/ranking-list-bg.webp) no-repeat center top;
  left: 0;
  bottom: 0;
  width: 2.2rem;
  height: 7rem;
}
.ranking-list > li::after {
  position: absolute;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/ranking-list-bg.webp) no-repeat center top;
  right: 0;
  bottom: 0;
  width: 2.2rem;
  height: 7rem;
  transform: scale(-1, 1);
}
.ranking-list .rank {
  font-size: 3rem;
  margin-bottom: 1.6rem;
}

/* media */
.media-title {
  background-color: #c90b3d;
  padding-top: 5rem;
  padding-bottom: 18rem;
  position: relative;
}
.media-title::after {
  position: absolute;
  content: "";
  top: calc(100% - 0.1rem);
  left: 0;
  width: 100%;
  height: 10rem;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #c90b3d;
  z-index: 1;
}
.media-title h2 {
  color: #fff;
  font-size: 5.8rem;
  line-height: 1.2;
  text-align: center;
}
.media-title h2 .sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.media-title h2 .lg {
  font-size: 7rem;
}
.media-magazines {
  position: relative;
  z-index: 1;
}
.media-magazines-image {
  position: absolute;
  content: "";
  top: -16.4rem;
  left: 0;
}
.media-ghs {
  background-color: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
  padding: 27rem 2rem 0;
  position: relative;
}
.media-ghs-box {
  background-color: #fff;
  border: 0.4rem solid #c90b3d;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 1;
}
.media-ghs-title h3 {
  display: block;
  color: #fff;
  background-color: #c90b3d;
  font-size: 2.2rem;
  margin: -2rem auto 0;
  padding: 0 1rem;
  text-align: center;
  width: fit-content;
}
.media-ghs-content {
  padding: 2rem;
}
.media-ghs-content .content-inner {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.media-ghs-content .content-inner .text {
  font-size: 1.8rem;
  line-height: 1.4;
}
.media-ghs-content .content-inner .text .lg {
  font-size: 3rem;
}
.media-ghs-content .content-inner .image {
  width: 10rem;
}
.media-ghs-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.media-cf {
  background-color: #000;
  margin-top: -5rem;
  padding: 10rem 0 5rem;
  position: relative;
}
.media-cf::before {
  position: absolute;
  content: "";
  bottom: calc(100% - 0.1rem);
  left: 0;
  width: 100%;
  height: 10rem;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #000;
}
.media-cf-title {
  margin-bottom: 3.5rem;
}
.media-cf-title h3 {
  color: #fff;
  font-size: 3rem;
  line-height: 0.9;
  text-align: center;
}
.media-cf-title .strong {
  color: #ead09c;
  font-size: 7rem;
}
.media-cf-title .num {
  font-size: 11rem;
}
.media-cf-image {
  padding: 0 2.5rem;
}

/* value */
.value {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/value-bg.webp) no-repeat center top/cover;
  padding: 5rem 0 9rem;
}
.value-title {
  margin-bottom: 5rem;
}
.value-title h2 {
  font-size: 4.8rem;
  line-height: 1.2;
  text-align: center;
}
.value-title h2 .border {
  display: inline-block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.value-title h2 .lg {
  color: #e75a5a;
  font-size: 7.2rem;
}
.value-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/value-graph-img.webp) no-repeat center top/contain;
  margin: 0 auto;
  width: 42.8rem;
  height: 42.7rem;
}
.value-graph-text {
  color: #e75a5a;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6rem;
  text-align: center;
}
.value-graph-text .num {
  font-size: 13rem;
  vertical-align: -0.4rem;
}
.value-graph-text .symbol {
  font-size: 6.2rem;
}
.value-model {
  margin-top: -5rem;
}

/* sns */
.sns {
  padding-bottom: 2rem;
}
.sns-inner {
  background-color: #c90b3d;
  margin-bottom: 1rem;
  padding: 3.5rem 0 4.4rem;
}
.sns-title {
  margin-bottom: 2rem;
}
.sns-title h2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.sns-title h2 .pop {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.sns-title h2 .pop::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(90deg, #fff 0%, #fff 40%, transparent 40%, transparent 53%, #fff 53%, #fff 100%);
  width: 100%;
  height: 2px;
  bottom: -0.6rem;
  left: 0;
}
.sns-title h2 .pop::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 2rem;
  bottom: -2.2rem;
  left: 46%;
  transform: translateX(-50%) rotate(-45deg);
}
.sns-slider {
  overflow: hidden;
}
.sns-slider .swiper-slide {
  padding: 0 0.5rem;
}
.sns-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* voice */
.voice {
  background-color: #fff4f4;
  padding: 5rem 0;
}
.voice-title {
  margin-bottom: 3.5rem;
}
.voice-title h2 {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.voice-title h2 .en {
  display: block;
  color: #c90b3d;
  font-size: 5rem;
}
.voice-slider {
  padding: 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.voice-slider-title {
  margin: 2rem 0 1rem;
}
.voice-slider-title .title {
  display: inline;
  color: #fff;
  background-color: #c90b3d;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 2rem 0.4rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.voice-slider-title .profile {
  font-size: 2rem;
  margin-left: 2rem;
}
.voice-slider-content {
  padding: 3rem 2.5rem;
}
.voice-slider-content .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.voice-slider-content .color {
  color: #c90b3d;
}
.voice-slider .swiper-slide {
  background-color: #fff;
  margin-bottom: 5rem;
  box-shadow: 0 0 1.1rem rgba(0, 0, 0, 0.12);
}
.voice-slider .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.2rem solid #c90b3d;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 44%;
}
.voice-slider .swiper-button-prev::after {
  content: "";
  border-style: solid;
  border-width: 1.1rem 1.2rem 1.1rem 0;
  border-color: transparent #c90b3d transparent transparent;
  margin-left: -0.5rem;
}
.voice-slider .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.2rem solid #c90b3d;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 44%;
}
.voice-slider .swiper-button-next::after {
  content: "";
  border-style: solid;
  border-width: 1.1rem 0 1.1rem 1.2rem;
  border-color: transparent transparent transparent #c90b3d;
  margin-right: -0.5rem;
}
.voice-slider .swiper-pagination-bullet {
  background-color: #fff;
  border: 0.2rem solid #c90b3d;
  margin: 0 0.6rem !important;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}
.voice-slider .swiper-pagination-bullet-active {
  background-color: #c90b3d;
}
.voice-review {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5rem;
}
.voice-review-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
  padding: 0 6rem;
}
.voice-review-title h3 {
  font-size: 3rem;
  line-height: 1.2;
}
.voice-review-title .image {
  width: 9.3rem;
  height: 8.5rem;
}
.voice-review-content {
  padding: 3rem 4.6rem 4.6rem;
}
.voice-review-content .star {
  color: #ca9f0b;
  font-size: 3.4rem;
  margin-bottom: 3rem;
}
.voice-review-content .text {
  font-size: 2rem;
}
.voice-review-content .text:not(:last-child) {
  margin-bottom: 2.4rem;
}
.voice-review-slider {
  padding: 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.voice-review .swiper-slide {
  background-color: #fff;
  margin-bottom: 5rem;
  height: auto;
  box-shadow: 0 0 1.1rem rgba(0, 0, 0, 0.12);
}
.voice-review .swiper-slide-item {
  height: 100%;
}
.voice-review .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.2rem solid #c90b3d;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 44%;
}
.voice-review .swiper-button-prev::after {
  content: "";
  border-style: solid;
  border-width: 1.1rem 1.2rem 1.1rem 0;
  border-color: transparent #c90b3d transparent transparent;
  margin-left: -0.5rem;
}
.voice-review .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.2rem solid #c90b3d;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 44%;
}
.voice-review .swiper-button-next::after {
  content: "";
  border-style: solid;
  border-width: 1.1rem 0 1.1rem 1.2rem;
  border-color: transparent transparent transparent #c90b3d;
  margin-right: -0.5rem;
}
.voice-review .swiper-pagination-bullet {
  background-color: #fff;
  border: 0.2rem solid #c90b3d;
  margin: 0 0.6rem !important;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}
.voice-review .swiper-pagination-bullet-active {
  background-color: #c90b3d;
}

/* faq */
.faq {
  background-color: #f6f6f6;
  padding: 5rem 0 4rem;
}
.faq a {
  text-decoration: underline;
}
.faq-title {
  margin-bottom: 4.5rem;
  text-align: center;
}
.faq-title h2 {
  font-size: 3rem;
}
.faq-title .en {
  display: block;
  font-size: 5rem;
}
.faq-content {
  padding: 0 2.5rem;
}
.faq-list {
  font-size: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.faq-list:not(:last-child) {
  margin-bottom: 2.5rem;
}
.faq-list dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  background-color: #faf4d9;
  padding: 2rem 6rem 2rem 1.5rem;
  cursor: pointer;
  position: relative;
}
.faq-list dt::before {
  position: absolute;
  content: "";
  background-color: #ca9f0b;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2px;
}
.faq-list dt::after {
  position: absolute;
  content: "";
  background-color: #ca9f0b;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 2.7rem;
  height: 2px;
  transition: transform 0.3s ease;
}
.faq-list dt.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq-list dt .question {
  display: block;
  color: #ca9f0b;
  border: 0.2rem solid #ca9f0b;
  border-radius: 50%;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  width: 5.2rem;
  height: 5.2rem;
}
.faq-list dt .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  width: calc(100% - 5.2rem - 1.5rem);
}
.faq-list dd {
  background-color: #fff;
  position: relative;
  padding: 2rem 1.5rem;
}
.faq-list dd .answer {
  display: block;
  color: #fff;
  background-color: #ca9f0b;
  border-radius: 50%;
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
  width: 5.2rem;
  height: 5.2rem;
}
.faq-list dd .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: calc(100% - 5.2rem - 1.5rem);
}
.faq-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}

/* motive */
.motive {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwtenshininccom/uploads/id115/img/motive-bg.webp) no-repeat center top/cover;
  padding-top: 6rem;
  min-height: 93rem;
  position: relative;
}
.motive::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(122, 94, 19) 0%, rgb(183, 146, 65) 50%, rgb(122, 94, 19) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
}
.motive::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(122, 94, 19) 0%, rgb(183, 146, 65) 50%, rgb(122, 94, 19) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
}
.motive-title {
  text-align: center;
}
.motive-title .logo {
  mix-blend-mode: multiply;
  margin: 0 auto;
  width: 30.3rem;
  height: 2rem;
}
.motive-title h2 {
  font-size: 6.8rem;
  line-height: 1.2;
}
.motive-title h2 .label {
  display: inline-block;
  color: #fff;
  background: linear-gradient(135deg, rgb(122, 94, 19) 0%, rgb(183, 146, 65) 50%, rgb(122, 94, 19) 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 1rem;
}
.motive-title h2 .lg {
  font-size: 7.8rem;
}

.floating-cta {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 1.5rem 1rem;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.floating-cta.is-active {
  opacity: 1;
  visibility: visible;
}
.floating-cta .cta-button {
  max-width: 46rem;
}

/* common */
.js-accordion-content {
  display: none;
}

.notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: right;
}
.notes-left {
  text-align: left;
}
.notes-white {
  color: #fff;
}

ul.notes {
  padding-left: 0.5em;
}
ul.notes > li {
  text-indent: -0.5em;
}

/* --------------------
    footer
-------------------- */
/* footer */
footer {
  background-color: #f2ebe1;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2rem 0;
}
footer .footer-copy {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
/* style.css ここまで */