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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.information_crm{
margin-top:15px!important;
padding-bottom: 40px;
}
.information{
    margin-left: 4%;
    text-decoration:none!important;
    font-size: 14px;
    color: #6F6F6F!important;
}
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E675E;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #FCE2DB;
  /* セクションラベルのフォント色*/
  color: #000000;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #FFF2F2;
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/confirm_button.png");
}

.submit_button_complete_ec{
    background-image: url("https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/new_button.PNG");
}

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

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

/* 【SP】郵便番号フォーム */
.input_box_zip1_sp_ec, .input_box_zip2_sp_ec {
  width: 40%!important;
}

/* 【SP】電話番号フォーム */
.input_box_tel1_sp_ec, .input_box_tel2_sp_ec, .input_box_tel3_sp_ec {
  width: 25%!important;
}

/* 【SP】セレクトボックスの文字色 */
.form_container_sp_ec select {
  color: #000000;
}

/* 【SP】セレクトボックスの文字色 */
.form_container_sp_ec select {
  color: #000000;
}

/* 【SP】セレクトボックスの大きさ（フォーム外） */
.form_group_sp_ec:has(select) {
  padding: 15px;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/confirm_button.png");
}

.submit_button_complete_sp_ec{
    background-image: url("https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/new_button.PNG");
}

select{
    min-width: 50px!important;
}

#input-cc-month{
    width: 100px!important;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

a {
  /* color: #fff; */
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

a:visited {
  color: inherit;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  height: -webkit-fill-available;
}
@media screen and (max-width:767px) {
  html {
    font-size: 1rem;
  }
}
html body {
  width: 100%;
  color: #202020;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  html body {
    min-width: auto;
  }
}
@media screen and (max-width:767px) {
  html body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:367px) {
  html body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover_alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  min-width: 240px;
  border: 1px solid #fff;
  background: #fff;
  height: 64px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

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

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #e9e9e9;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  color: #202020;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
@media screen and (max-width:367px) {
  html {
    font-size: 1rem;
  }
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "NotoSansJP-Regular", "NotoSansJP", "Noto Sans JP", Sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}
.l-header {
  width: 100%;
  height: clamp(40px, 8.9230769231vw, 116px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  box-shadow: 0 10px 20px 0 rgba(0, 48, 124, 0.1);
}
@media screen and (max-width:767px) {
  .l-header {
    height: clamp(20px, 10.8695652174vw, 40px);
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(40px, 4.3076923077vw, 56px);
  max-width: 1300px;
  margin: clamp(1px, 2.3076923077vw, 30px) auto;
}
@media screen and (max-width:1299px) {
  .l-header__inner {
    z-index: 8500;
    position: relative;
  }
}
@media screen and (max-width:767px) {
  .l-header__inner {
    margin: 0 auto;
    height: 100%;
  }
}

@media print, screen and (min-width:1300px) {
  .l-header-logo {
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width:1299px) {
  .l-header-logo {
    margin-left: 15px;
    width: 50px;
  }
}
@media screen and (max-width:767px) {
  .l-header-logo {
    margin-left: 5px;
  }
}

@media print, screen and (min-width:1300px) {
  .l-header-contact {
    display: none;
  }
}
@media screen and (max-width:1299px) {
  .l-header-contact {
    margin-right: 80px;
    background: url(/assets/img/ico_contact.svg) no-repeat center top 20px/22px #fff;
  }
  .l-header-contact a {
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 1rem;
    padding-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .l-header-contact {
    background-position-y: 12px;
    margin-right: 60px;
  }
  .l-header-contact a {
    height: 60px;
    padding-bottom: 15px;
  }
}

@media print, screen and (min-width:1300px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width:1299px) {
  .l-header-menu {
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 9001;
    background: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .l-header-menu span {
    display: block;
    background: #fff;
    width: 24px;
    height: 1px;
    position: relative;
    transition: background-color 100ms;
    margin-top: 6px;
  }
  .l-header-menu span:before, .l-header-menu span:after {
    content: "";
    display: block;
    background: #fff;
    width: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    transition: transform 200ms, top 200ms;
  }
  .l-header-menu span:before {
    top: -6px;
    transform: rotate(0deg);
  }
  .l-header-menu span:after {
    top: 6px;
    transform: rotate(0deg);
  }
  .l-header-menu b {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin-top: 14px;
  }
  .l-header-menu.is-open span {
    background: none;
  }
  .l-header-menu.is-open span:before, .l-header-menu.is-open span:after {
    top: 0;
  }
  .l-header-menu.is-open span:before {
    transform: rotate(225deg);
  }
  .l-header-menu.is-open span:after {
    transform: rotate(-225deg);
  }
}
@media screen and (max-width:767px) {
  .l-header-menu {
    width: 60px;
  }
}

@media print, screen and (min-width:1300px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #F4FAFF;
    top: 79px;
    right: 0;
    z-index: 9000;
    opacity: 0;
    padding: 60px 30px 120px;
  }
}
@media screen and (max-width:767px) {
  .l-header-nav {
    top: 59px;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav.is-open {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
}
.l-header-nav ul {
  display: flex;
}
@media screen and (max-width:1299px) {
  .l-header-nav ul {
    display: block;
    width: 100%;
    border-bottom: solid 1px #DEE2E8;
  }
}
.l-header-nav ul li {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li {
    justify-content: center;
    padding: 0 25px;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li {
    border-top: solid 1px #DEE2E8;
  }
}
.l-header-nav ul li > a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li > a {
    position: relative;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li > a {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    padding: 20px 10px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li > a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li > a i {
    display: none;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li > a i svg {
    stroke: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under {
    display: block;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under:hover p:after {
    width: 100%;
  }
}
.l-header-nav ul li.under p {
  font-size: 1.6rem;
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under p {
    pointer-events: none;
    position: relative;
  }
  .l-header-nav ul li.under p:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: 0.2s ease;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under p {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
  }
  .l-header-nav ul li.under p:before, .l-header-nav ul li.under p:after {
    content: "";
    width: 1.5625vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1vw;
    transition: 0.2s ease;
  }
  .l-header-nav ul li.under p:after {
    transform: rotate(90deg);
  }
  .l-header-nav ul li.under p.is-active:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width:767px) {
  .l-header-nav ul li.under p:before, .l-header-nav ul li.under p:after {
    right: 1.3020833333vw;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu {
    display: none;
    width: 100%;
    background: #F4FAFF;
    position: absolute;
    top: 79px;
    left: 0;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under .under-menu {
    display: none;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu dl {
    padding: 60px 0;
    padding-left: 320px;
    position: relative;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under .under-menu dl {
    padding: 0 0 0 30px;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu dl:after {
    content: "";
    width: 360px;
    height: 100%;
    background: no-repeat center/cover;
    position: absolute;
    top: 0;
    left: -100px;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu dl dt span {
    font-family: "Libre Bodoni", serif;
    font-size: 1.6rem;
    color: #fff;
    display: block;
  }
  .l-header-nav ul li.under .under-menu dl dt b {
    font-family: "Zen Old Mincho", serif;
    font-size: 3.6rem;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under .under-menu dl dt {
    display: none;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu dl dd {
    margin-top: 40px;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under .under-menu dl dd ul {
    border-bottom: none;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under .under-menu dl dd ul li {
    border-top: solid 1px #DEE2E8;
    border-bottom: solid 1px #DEE2E8;
    padding: 0;
    margin-right: 60px;
    position: relative;
    overflow: hidden;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(222, 226, 232, 0.2);
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.2s ease;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:hover:before {
    left: 0;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:nth-child(n+4) {
    border-top: none;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:nth-child(3n) {
    margin-right: 0;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li a {
    text-align: left;
    width: 280px;
    padding: 20px;
    background: url(/assets/img/ico_arrow.svg) no-repeat center right 15px/12px;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.under .under-menu dl dd ul li a {
    font-weight: normal;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under:hover .under-menu {
    display: flex;
    box-shadow: 0 10px 20px 0 rgba(0, 48, 124, 0.1);
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under-service .under-menu dl:after {
    background-image: url(/assets/img/header_service.jpg);
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.under-company .under-menu dl:after {
    background-image: url(/assets/img/header_company.jpg);
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.header-contact {
    padding: 0;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .l-header-nav ul li.header-contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #3970C9;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.2s ease;
  }
}
@media print, screen and (min-width:1300px) and (min-width:1300px) {
  .l-header-nav ul li.header-contact:hover:before {
    left: 0;
  }
}
@media print, screen and (min-width:1300px) {
  .l-header-nav ul li.header-contact a {
    color: #fff;
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (max-width:1299px) {
  .l-header-nav ul li.header-contact {
    display: none;
  }
}

.l-header .l-header__inner label {
  color: #fff;
}

.l-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.l-inner {
  max-width: 1280px;
  padding-left: 3.90625vw;
  padding-right: 3.90625vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .l-inner {
    max-width: 1300px;
  }
}
@media screen and (max-width:767px) {
  .l-inner {
    padding-left: 2.7173913043vw;
    padding-right: 2.7173913043vw;
  }
}

.l-footer {
  line-height: 1;
  position: relative;
  background: #fff;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer__inner {
    padding: 60px 0;
  }
}
@media print, screen and (min-width:768px) {
  .l-footer-top {
    width: 330px;
    border-right: solid 1px rgba(180, 200, 216, 0.25);
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer-top {
    width: 100vw;
    align-items: center;
    display: flex;
    margin: 0 40px 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-right: none;
    border-bottom: solid 1px rgba(180, 200, 216, 0.25);
  }
}
@media screen and (max-width:767px) {
  .l-footer-top {
    display: flex;
  }
}
.l-footer-top .l-footer-logo {
  width: 45px;
}
.l-footer-top .l-footer-address {
  margin-top: 25px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer-top .l-footer-address {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-top .l-footer-address {
    margin: -8px 0 0 30px;
    font-size: 1.2rem;
  }
}

.l-footer-nav {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width:768px) {
  .l-footer-nav {
    width: 950px;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer-nav {
    width: 100vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width:767px) {
  .l-footer-nav {
    margin-top: 30px;
    padding: 40px 0;
    border-top: solid 1px rgba(180, 200, 216, 0.25);
    border-bottom: solid 1px rgba(180, 200, 216, 0.25);
  }
}
@media print, screen and (min-width:768px) {
  .l-footer-nav .l-footer-nav__wrap {
    display: flex;
    padding: 0 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap {
    width: 50%;
  }
}
@media print, screen and (min-width:768px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list + ul {
    margin-left: 80px;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list + ul {
    margin-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list + ul {
    margin-top: 40px;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li + li {
  margin-top: 40px;
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li p {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li p {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li a {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li a {
    transition: 0.2s ease;
  }
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li a:hover {
    opacity: 0.5;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul {
  margin-top: 30px;
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul li {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul li {
    font-size: 1.2rem;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul li + li {
  margin-top: 25px;
}

.l-footer-bottom {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .l-footer-bottom {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer-bottom {
    padding: 0 40px 0 150px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom {
    margin-top: 40px;
    padding-left: 10.4166666667vw;
  }
}
.l-footer-bottom .l-footer-pmark {
  position: absolute;
  top: -130px;
  left: 0;
  width: 72px;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .l-footer-bottom .l-footer-pmark {
    top: -25px;
    left: 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom .l-footer-pmark {
    top: 0;
    left: 0;
    width: 7.8125vw;
  }
}
.l-footer-bottom .l-footer-bottom-nav {
  display: flex;
}
@media print, screen and (min-width:768px) {
  .l-footer-bottom .l-footer-bottom-nav li {
    margin-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom .l-footer-bottom-nav li + li {
    margin-left: 1.953125vw;
  }
}
.l-footer-bottom .l-footer-bottom-nav li a {
  font-size: 1.2rem;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .l-footer-bottom .l-footer-bottom-nav li a {
    transition: 0.2s ease;
  }
  .l-footer-bottom .l-footer-bottom-nav li a:hover {
    opacity: 0.5;
  }
}

.l-footer-copyright {
  font-family: "Libre Bodoni", serif;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .l-footer-copyright {
    margin-top: 1.953125vw;
    display: block;
    line-height: 1.4;
  }
}

.c-mv {
  background: no-repeat center/cover #000;
}
.c-mv .c-mv__inner {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__inner {
    height: 19.53125vw;
  }
}
.c-mv .c-mv__breadcrumb {
  padding: 30px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb {
    padding: 0;
  }
}
.c-mv .c-mv__breadcrumb:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -99vw;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb:before {
    height: 5.2083333333vw;
    top: -5.1953125vw;
    left: -7.8125vw;
  }
}
.c-mv .c-mv__breadcrumb li {
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb li {
    display: none !important;
  }
}
.c-mv .c-mv__breadcrumb li + li {
  margin-left: 40px;
}
.c-mv .c-mv__breadcrumb li + li:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -32px;
}
.c-mv .c-mv__breadcrumb li a {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .c-mv .c-mv__breadcrumb li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.2s ease;
  }
  .c-mv .c-mv__breadcrumb li a:hover:after {
    width: 100%;
  }
}

.c-mv-02 {
  background: no-repeat center/cover #000;
}
.c-mv-02 .c-mv__inner {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv-02 .c-mv__inner {
    height: 19.53125vw;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager .c-pager__arrow a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.c-pager .c-pager__arrow a svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__arrow a:hover {
    background: #fff;
  }
  .c-pager .c-pager__arrow a:hover svg {
    stroke: #fff;
  }
}
.c-pager .c-pager__arrow.prev {
  transform: rotate(180deg);
}
.c-pager .c-pager__list {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list {
    padding: 0 20px;
  }
}
.c-pager .c-pager__list li a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Libre Bodoni", serif;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__list li a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 2.6041666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list li a:hover {
    background: #fff;
    color: #Fff;
  }
}
.c-pager .c-pager__list li.is-active a {
  background: #fff;
  color: #Fff;
  pointer-events: none;
}
.c-pager .c-pager__list li.dot {
  width: 30px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 5px;
}
.c-pager .c-pager__list li.dot:before, .c-pager .c-pager__list li.dot:after {
  content: "・";
}

.c-tab-01 .c-tab-list {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
.c-tab-01 .c-tab-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fff;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .c-tab-01 .c-tab-list li {
    word-break: keep-all;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li {
    font-size: 1.8229166667vw;
    height: 8.3333333333vw;
    word-break: keep-all;
    padding: 0 1.953125vw;
  }
}
.c-tab-01 .c-tab-list li + li {
  border-left: solid 1px #fff;
}
.c-tab-01 .c-tab-list li.is-active {
  height: 80px;
  background: #F4FAFF;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li.is-active {
    height: 10.4166666667vw;
  }
}
.c-tab-01 .c-tab-content {
  background: #F4FAFF;
  padding: 40px;
  display: none;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-content {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-tab-01 .c-tab-content.is-show {
  display: block;
}

.c-ttl-01 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    padding-bottom: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.c-ttl-01:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .c-ttl-01:after {
    width: 6.25vw;
  }
}
.c-ttl-01 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-01 span {
    font-size: 2.0833333333vw;
  }
}
.c-ttl-01 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 b {
    font-size: 4.6875vw;
    padding-top: 1.953125vw;
  }
}

.c-ttl-02 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    padding-bottom: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.c-ttl-02:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .c-ttl-02:after {
    width: 6.25vw;
  }
}
.c-ttl-02 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-02 span {
    font-size: 2.0833333333vw;
  }
}
.c-ttl-02 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .c-ttl-02 b {
    font-size: 4.6875vw;
    padding-top: 1.953125vw;
  }
}

.c-ttl-03 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .c-ttl-03 {
    font-size: 3.90625vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.5;
  }
}

.c-ttl-04 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  padding-left: 16px;
  border-left: solid 2px #fff;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .c-ttl-04 {
    font-size: 2.8645833333vw;
    padding-left: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}

.c-ttl-05 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .c-ttl-05 {
    padding-bottom: 1.3020833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.c-ttl-05 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-05 span {
    font-size: 1.5625vw;
  }
}
.c-ttl-05 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
}
@media screen and (max-width:767px) {
  .c-ttl-05 b {
    font-size: 2.34375vw;
    padding-left: 1.953125vw;
  }
}

.page-ttl__wrap .page-ttl {
  font-size: 3.2307692308vw;
}
@media screen and (max-width:767px) {
  .page-ttl__wrap .page-ttl {
    font-size: 5.9782608696vw;
    letter-spacing: 0.1em;
  }
}

.sec-ttl__wrap .sec-ttl {
  position: relative;
}
.sec-ttl__wrap .sec-ttl::after {
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: auto;
  width: 15%;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, #d9b64d 40%, #d9b64d 60%, transparent 100%);
}
@media screen and (max-width:767px) {
  .sec-ttl__wrap .sec-ttl::after {
    top: unset;
    bottom: 15%;
  }
}
.sec-ttl__wrap .sec-ttl-sub {
  opacity: 0.03;
  left: 0;
  bottom: -25%;
  font-size: clamp(90px, 15vw, 195px);
}
@media screen and (max-width:767px) {
  .sec-ttl__wrap .sec-ttl-sub {
    bottom: 10%;
    font-size: 16.3043478261vw;
  }
}

.box-ttl__wrap .block-ttl > span {
  position: absolute;
  opacity: 0.05;
  bottom: 0;
  right: 0;
  color: rgba(255, 228, 0, 0.1803921569) !important;
}

.c-accordion-01 > dt {
  text-align: center;
  padding: 30px;
  background: #fff;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt {
    padding: 1.953125vw;
    font-size: 2.34375vw;
  }
}
.c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transition: 0.2s ease;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
    right: 2.0833333333vw;
    width: 1.5625vw;
  }
}
.c-accordion-01 > dt:after {
  transform: rotate(90deg);
}
.c-accordion-01 > dt.is-active:after {
  transform: rotate(180deg);
}
.c-accordion-01 > dd {
  background: #F4FAFF;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dd {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-accordion-01 > dt:not(.is-active) + dd {
  display: none;
}

@media screen and (max-width:767px) {
  .c-table-01 {
    overflow-x: auto;
  }
}
.c-table-01 table {
  width: 100%;
  border: solid 1px #DEE2E8;
}
@media screen and (max-width:767px) {
  .c-table-01 table {
    min-width: 100%;
    width: auto;
  }
}
.c-table-01 table tr + tr {
  border-top: solid 1px #DEE2E8;
}
.c-table-01 table tr th {
  background: #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.c-table-01 table tr th + th {
  border-left: solid 1px #DEE2E8;
}
.c-table-01 table tr td {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
}
.c-table-01 table tr td + td {
  border-left: solid 1px #DEE2E8;
}
.c-table-01 table tr .head {
  background: #F4FAFF;
  color: #fff;
  vertical-align: middle;
}
.c-table-01 table tr .fixed-x {
  position: sticky;
  left: 0;
  z-index: 5;
}
.c-table-01 table tr .img {
  padding: 0;
}
.c-table-01 table tr .list-dot {
  text-align: left;
}
.c-table-01 table tr .list-dot li {
  padding-left: 10px;
  position: relative;
}
.c-table-01 table tr .list-dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-table-01 table tr .list-dot li + li {
  margin-top: 10px;
}

a.cta_btn {
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #002071;
  border: solid 1px #002071;
  border-radius: 3em;
  padding: 0.8em 3em;
  margin: auto;
  font-size: clamp(18px, 4vw, 24px);
  transition: all 0.8s ease-in-out;
}
a.cta_btn img {
  width: clamp(18px, 4vw, 24px);
  margin-left: 0.5em;
}
a.cta_btn:hover {
  color: #002071;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

body {
  max-width: 750px !important;
  margin: auto !important;
}

section {
  font-family: serif;
  max-width: 750px;
  margin: auto;
}
.fv .sec__inner .sec_ttl__wrap {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_00_fv_ttl_bg.jpg) no-repeat center/cover;
}
.fv .sec__inner .sec_ttl__wrap * {
  text-align: center;
}
.fv .sec__inner .sec_ttl__wrap .sec_ttl {
  width: clamp(200px, 73.828125vw, 567px);
  padding: clamp(12px, 3.125vw, 24px) 0 clamp(10px, 2.6041666667vw, 20px);
  margin: auto;
}
.fv .sec__inner .sec_ttl__wrap .sec_ttl_sub {
  font-size: clamp(40px, 5.3333333333vw, 80px);
}
.fv .sec__inner .fv_slider__wrap {
  width: clamp(375px, 97.65625vw, 750px);
  height: clamp(350.5px, 91.2760416667vw, 701px);
  overflow: hidden;
  position: relative;
}
.fv .sec__inner .fv_slider__wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(375px, 97.65625vw, 750px);
  height: clamp(350.5px, 91.2760416667vw, 701px);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  /* 2枚目のスライド */
  /* 2枚目のスライド */
  /* 最後のスライド */
}
.fv .sec__inner .fv_slider__wrap > div:first-of-type {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_00_fv_img_01.jpg);
}
.fv .sec__inner .fv_slider__wrap > div:nth-of-type(2) {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_00_fv_img_02.jpg);
  animation-delay: 6s;
}
.fv .sec__inner .fv_slider__wrap > div:nth-of-type(3) {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_00_fv_img_01.jpg);
  animation-delay: 12s;
}
.fv .sec__inner .fv_slider__wrap > div:last-of-type {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_00_fv_img_02.jpg);
  animation-delay: 18s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.cta_1st_and_cta_footer__wrap {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_cta_1st_and_cta_footer__wrap.jpg) no-repeat center/cover;
}

.cta {
  padding: clamp(20px, 5.859375vw, 45px) clamp(15px, 2vw, 30px);
}
.cta .sec__inner {
  background: #fff;
  width: clamp(250px, 89.84375vw, 690px);
  margin: auto;
  padding-bottom: clamp(14px, 3.515625vw, 27px);
  box-shadow: 20px 20px 10px #ccc;
}
.cta .sec__inner .cta_top_img {
  width: clamp(280px, 78.125vw, 600px);
  margin-left: auto;
}
.cta .sec__inner h2 {
  position: relative;
  width: clamp(295px, 76.8229166667vw, 590px);
  margin-top: -15px;
  margin-bottom: clamp(8px, 2.2135416667vw, 17px);
}
.cta .sec__inner .prd_name {
  width: clamp(220px, 57.2916666667vw, 440px);
  margin: auto;
}
.cta .sec__inner .price {
  font-size: clamp(23px, 3.0666666667vw, 46px);
  text-align: center;
}
.cta .sec__inner .price .md {
  font-size: clamp(25px, 3.3333333333vw, 50px);
}
.cta .sec__inner .price .lg {
  font-size: clamp(36px, 4.8vw, 72px);
}
.cta .sec__inner .price .sm {
  font-size: clamp(18px, 2.4vw, 36px);
}
.cta .sec__inner .arw_img {
  width: clamp(207px, 54.0364583333vw, 415px);
  margin: clamp(20px, 3vw, 45px) auto clamp(25px, 3.3333333333vw, 50px);
}
.cta .sec__inner .special_price {
  width: clamp(306px, 79.6875vw, 612px);
  margin: 0 auto clamp(12px, 2.3333333333vw, 35px);
}
.cta .sec__inner .special_price .white {
  font-size: clamp(27px, 3.6666666667vw, 55px);
  line-height: 1.345;
  padding: clamp(12px, 1.6666666667vw, 25px);
  margin-right: clamp(12px, 2.2666666667vw, 34px);
}
.cta .sec__inner .special_price .sp_price {
  font-size: clamp(115px, 15.3333333333vw, 230px);
  font-style: italic;
  letter-spacing: -15px;
}
.cta .sec__inner .special_price .yen {
  text-align: center;
  margin-right: clamp(12px, 2.3333333333vw, 35px);
}
.cta .sec__inner .special_price .yen p:nth-of-type(1) {
  font-size: clamp(36px, 4.8666666667vw, 73px);
}
.cta .sec__inner .special_price .yen p:nth-of-type(2) {
  font-size: clamp(26px, 3.4666666667vw, 52px);
}
.cta .sec__inner .special_price .price_off {
  font-size: clamp(40px, 5.3333333333vw, 80px);
  border: 1px solid #333;
  padding: clamp(10px, 2vw, 30px);
}
.cta .sec__inner .special_price .price_off .sm {
  font-size: clamp(32px, 4.2666666667vw, 64px);
}
.cta .sec__inner .notice {
  font-size: clamp(18px, 2.6vw, 39px);
  line-height: 1.4;
  position: relative;
  text-align: justify;
}
.cta .sec__inner .notice::before {
  content: "※";
  position: absolute;
  left: 0;
  transform: translate(calc(-100% - 0.125em), 0);
  font-size: 1em;
}
.cta .sec__inner .notice._01 {
  padding-bottom: 0.3em;
}
.cta .sec__inner .notice._01, .cta .sec__inner .notice._02 {
  margin-left: clamp(180px, 22.3333333333vw, 335px);
}
.cta .sec__inner .notice._03, .cta .sec__inner .notice._04, .cta .sec__inner .notice._05 {
  margin: 0 clamp(32px, 4.3333333333vw, 65px) 0 clamp(63px, 8.3333333333vw, 125px);
}
.cta .sec__inner .notice._05 {
  margin-bottom: clamp(18px, 2.3333333333vw, 35px);
}
.cta .sec__inner .btn_cta {
  display: block;
  width: clamp(300px, 80.078125vw, 615px);
  margin: clamp(12.5px, 3.2552083333vw, 25px) auto clamp(22.5px, 5.859375vw, 45px);
  -webkit-backdrop-filter: drop-shadow(0 15px 20px #777);
          backdrop-filter: drop-shadow(0 15px 20px #777);
}
.cta .sec__inner .btn_cta:hover {
  opacity: 0.5;
  transition: all linear 0.4s;
}
.cta .sec__inner .cta_bottom_txt {
  width: clamp(304px, 79.1666666667vw, 608px);
  margin: 0 auto clamp(10px, 2.6041666667vw, 20px);
}
.cta .sec__inner .reward_img {
  width: clamp(322px, 83.984375vw, 645px);
  margin: auto;
}
.cta .sec__inner .sec-ttl__wrap p.fz16 {
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .cta .sec__inner .sec-ttl__wrap {
    padding: 0 6%;
  }
}
.cta .sec__inner ul {
  width: 80%;
  padding-left: 0.5em;
  margin: 0 auto 1em;
}
@media screen and (max-width:767px) {
  .cta .sec__inner ul {
    width: 98%;
  }
}
.cta .sec__inner ul li {
  position: relative;
  font-size: 16px;
  padding: 0.5em;
  line-height: 1.2;
}
.cta .sec__inner ul li::before {
  position: absolute;
  content: "";
  width: 0.3em;
  height: 0.3em;
  background: #000000;
  border-radius: 1em;
  top: 1em;
  left: -1em;
  margin: auto;
}
@media screen and (max-width:767px) {
  .cta .sec__inner ul li::before {
    left: -0.5em;
  }
}
.cta .sec__inner.sec_footer {
  margin-top: clamp(45px, 11.71875vw, 90px);
}

.cta_footer .sec__inner {
  position: relative;
}
.cta_footer .sec__inner .cta_footer_head__wrap {
  position: relative;
}
.cta_footer .sec__inner .cta_footer_head__wrap .cta_footer_head_img {
  width: clamp(275px, 71.6145833333vw, 550px);
  box-shadow: 10px 10px 30px #aaa;
}
.cta_footer .sec__inner .cta_footer_head__wrap .cta_footer_head_txt {
  position: absolute;
  width: clamp(105px, 27.34375vw, 210px);
  top: clamp(25px, 6.5104166667vw, 50px);
  left: clamp(20px, 5.2083333333vw, 40px);
  z-index: 10;
}
.cta_footer .sec__inner .cta_footer_head__wrap .sec_cta_footer_prd_name {
  position: absolute;
  width: clamp(235px, 61.1979166667vw, 470px);
  right: 0;
  bottom: 0;
  transform: translate(0, 50%);
  z-index: 3;
}
.cta_footer .sec__inner .cta_footer_head__wrap .sec_cta_footer_main_img {
  box-shadow: 0 0 50px #aaa;
  position: relative;
  z-index: 1;
}

.sec_01_concept {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_01_concept_bg.jpg) no-repeat center/cover;
}
.sec_01_concept .sec__inner .sec_ttl {
  width: clamp(250px, 65.1041666667vw, 500px);
  padding: clamp(40px, 10.4166666667vw, 80px) 0 clamp(27.5px, 7.1614583333vw, 55px);
  margin: 0 auto;
}
.sec_01_concept .sec__inner .sec_dtl {
  width: clamp(327.5px, 85.2864583333vw, 655px);
  padding: 0 0 clamp(45px, 11.71875vw, 90px);
  margin: 0 auto;
}

.sec_02_dev_desc {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_02_dev_desc_bg.jpg) no-repeat center/cover;
  position: relative;
  padding: clamp(35px, 9.1145833333vw, 70px) clamp(15px, 3.90625vw, 30px) clamp(20px, 5.2083333333vw, 40px);
}
.sec_02_dev_desc .sec_02_head_h3 {
  width: clamp(295px, 76.8229166667vw, 590px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.sec_02_dev_desc .sec__inner {
  position: relative;
  padding: clamp(60px, 15.625vw, 120px) 0 clamp(10px, 2.6041666667vw, 20px);
  background: #fff;
}
.sec_02_dev_desc .sec__inner .sec_02_head_h2 {
  width: clamp(222.5px, 57.9427083333vw, 445px);
  margin: 0 auto clamp(15px, 3.90625vw, 30px);
}
.sec_02_dev_desc .sec__inner .labo_imgs {
  width: clamp(320px, 100vw, 750px);
  transform: translate(calc(-1 * clamp(15px, 3.90625vw, 30px)), 0);
  padding-bottom: clamp(18px, 4.6875vw, 36px);
}
.sec_02_dev_desc .sec__inner .sec_main_ttl {
  width: clamp(275px, 71.6145833333vw, 550px);
  margin: 0 auto clamp(22px, 5.7291666667vw, 44px);
}
.sec_02_dev_desc .sec__inner .sec_main_dsc {
  width: clamp(290px, 75.5208333333vw, 580px);
  margin: 0 auto;
}
.sec_02_dev_desc .sec__inner .sec_btm_txt_head {
  width: clamp(140px, 36.4583333333vw, 280px);
  margin: 0 0 clamp(7px, 1.8229166667vw, 14px) auto;
  transform: translateX(clamp(10px, 1.953125vw, 15px));
}
.sec_02_dev_desc .sec__inner .sec_btm_txt {
  font-size: clamp(10px, 2.6041666667vw, 20px);
  text-align: right;
  padding-right: clamp(17px, 4.5572916667vw, 35px);
}

.sec_03_greeting {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_03_greeting_bg.jpg) no-repeat center/cover;
  padding: clamp(35px, 9.1145833333vw, 70px) clamp(15px, 3.90625vw, 30px);
}
.sec_03_greeting .sec__inner {
  position: relative;
  padding: clamp(49px, 12.3697916667vw, 95px) clamp(22px, 5.859375vw, 45px) clamp(22px, 5.859375vw, 45px);
  -webkit-backdrop-filter: brightness(0.7);
          backdrop-filter: brightness(0.7);
}
.sec_03_greeting .sec__inner > * {
  margin: 0 auto;
}
.sec_03_greeting .sec__inner .sec_main_head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(100px, 26.0416666667vw, 200px);
}
.sec_03_greeting .sec__inner .greeting_ttl {
  width: clamp(275px, 74.21875vw, 570px);
  padding: 0 0 clamp(35px, 9.1145833333vw, 70px);
}
.sec_03_greeting .sec__inner .greeting_txt {
  width: clamp(300px, 78.125vw, 600px);
  padding: 0 0 clamp(30px, 7.8125vw, 60px);
}
.sec_03_greeting .sec__inner .post {
  width: clamp(157px, 41.015625vw, 315px);
  padding: 0 0 clamp(4px, 1.0416666667vw, 8px);
  margin: 0 0 0 auto;
}
.sec_03_greeting .sec__inner .sign {
  width: clamp(128px, 30.7291666667vw, 236px);
  margin: 0 0 0 auto;
}

.sec_04_insta {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_04_insta_bg.png) no-repeat center/cover;
  padding: clamp(45px, 11.71875vw, 90px) 0 clamp(100px, 26.0416666667vw, 200px);
}
.sec_04_insta .sec__inner .sec_head {
  width: clamp(342px, 89.0625vw, 684px);
  margin: 0 auto clamp(5px, 1.3020833333vw, 10px);
}
.sec_04_insta .sec__inner .case {
  width: clamp(360px, 93.75vw, 720px);
  position: relative;
}
.sec_04_insta .sec__inner .case > p {
  position: absolute;
}
.sec_04_insta .sec__inner .case .name {
  width: clamp(195px, 50.78125vw, 390px);
  top: clamp(35px, 9.1145833333vw, 70px);
}
.sec_04_insta .sec__inner .case .voice {
  width: clamp(157px, 41.015625vw, 315px);
  top: clamp(72px, 18.75vw, 144px);
}
.sec_04_insta .sec__inner .case.__01 {
  margin: 0 auto clamp(5px, 1.3020833333vw, 10px) 0;
}
.sec_04_insta .sec__inner .case.__02 {
  margin: 0 0 0 auto;
}
.sec_04_insta .sec__inner .case.__02 .name {
  left: 0;
}
.sec_04_insta .sec__inner .case.__02 .voice {
  left: clamp(20px, 5.2083333333vw, 40px);
}
.sec_04_insta .sec__inner .case.__03 {
  margin: 0 auto clamp(17px, 4.5572916667vw, 35px) 0;
}
.sec_04_insta .sec__inner .case.__01 .name, .sec_04_insta .sec__inner .case.__03 .name {
  right: 0;
}
.sec_04_insta .sec__inner .case.__01 .voice, .sec_04_insta .sec__inner .case.__03 .voice {
  right: clamp(15px, 3.90625vw, 30px);
}
.sec_04_insta .sec__inner .caution {
  text-align: right;
  font-size: clamp(12px, 2.34375vw, 18px);
  padding: 0 clamp(12px, 3.2552083333vw, 25px) 0 0;
}

.sec_05_official {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_05_official_bg.png) no-repeat center/cover;
  padding: clamp(85px, 22.3958333333vw, 172px) 0 clamp(140px, 22.1354166667vw, 170px);
  margin-top: calc(-1 * clamp(41px, 10.4166666667vw, 80px));
}
.sec_05_official .sec__inner {
  position: relative;
}
.sec_05_official .sec__inner .sec_head {
  position: absolute;
  width: clamp(112px, 29.296875vw, 225px);
  top: 0;
  left: 50%;
  transform: translate(-50%, -250%);
}
.sec_05_official .sec__inner .sec_head_ttl {
  width: clamp(332px, 86.5885416667vw, 665px);
  margin: 0 auto clamp(42px, 11.0677083333vw, 85px);
}
.sec_05_official .sec__inner .sec_head_dsc {
  position: relative;
  width: clamp(207px, 54.0364583333vw, 415px);
  box-sizing: content-box;
  padding: clamp(20px, 5.2083333333vw, 40px) clamp(52px, 13.671875vw, 105px) clamp(20px, 5.2083333333vw, 40px) clamp(40px, 10.4166666667vw, 80px);
  margin: 0 auto clamp(22px, 5.859375vw, 45px) 0;
  background: #fbf9e8;
  box-shadow: 0 10px 0 #eae6cb;
}
.sec_05_official .sec__inner .sec_head_dsc .sec_head_dsc_img {
  position: absolute;
  top: -15%;
  right: 0;
  transform: translateX(50%);
  width: clamp(139px, 36.328125vw, 279px);
}
.sec_05_official .sec__inner .product_img__wrap {
  width: 100%;
  position: relative;
  height: clamp(492px, 116.5364583333vw, 895px);
}
.sec_05_official .sec__inner .product_img__wrap .product {
  position: absolute;
  box-shadow: 10px 10px 10px #a4a28d;
}
.sec_05_official .sec__inner .product_img__wrap .product.__01 {
  width: clamp(212px, 55.3385416667vw, 425px);
  top: 0;
  left: 0;
}
.sec_05_official .sec__inner .product_img__wrap .product.__02 {
  width: clamp(175px, 45.5729166667vw, 350px);
  top: clamp(45px, 11.71875vw, 90px);
  right: 0;
  z-index: 1;
}
.sec_05_official .sec__inner .product_img__wrap .product.__03 {
  width: clamp(175px, 45.5729166667vw, 350px);
  bottom: clamp(45px, 11.71875vw, 90px);
  left: clamp(12px, 3.2552083333vw, 25px);
}
.sec_05_official .sec__inner .product_img__wrap .product.__04 {
  width: clamp(212px, 55.3385416667vw, 425px);
  right: clamp(12px, 3.2552083333vw, 25px);
  bottom: 0;
  z-index: 1;
}

.sec_06_realize {
  margin-top: -112px;
}

.sec_07_youthful {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_07_bg.png) no-repeat center/cover;
  padding: clamp(26px, 6.7708333333vw, 52px) clamp(20px, 5.2083333333vw, 40px) clamp(10px, 2.6041666667vw, 20px);
}
.sec_07_youthful h2 {
  width: clamp(108px, 28.125vw, 216px);
  padding: 0 0 clamp(253px, 65.8854166667vw, 506px);
  margin: 0 auto;
}
.sec_07_youthful .notice {
  text-align: right;
  font-size: clamp(12px, 2.34375vw, 18px);
  padding: 0 0 0;
}

.sec_08_cta_2nd,
.sec_14_cta_3rd {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_cta_2nd_bg.jpg) no-repeat center/cover;
}

.sec_09_trouble {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_09_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 3;
}
.sec_09_trouble .sec__inner img {
  margin-top: -1px;
}

.sec_10_stem {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_10_bg.png) no-repeat center/cover;
  position: relative;
  padding: clamp(82px, 21.3541666667vw, 164px) clamp(15px, 3.90625vw, 30px) clamp(100px, 26.0416666667vw, 200px);
  margin-top: calc(-1 * clamp(70px, 18.2291666667vw, 140px));
  position: relative;
  z-index: 2;
}
.sec_10_stem .sec__inner {
  padding: clamp(54px, 14.0625vw, 108px) clamp(7px, 1.953125vw, 15px);
  position: relative;
  background: #fafafa;
  box-shadow: 10px 10px 10px #707070;
}
.sec_10_stem .sec__inner .sec_head {
  position: absolute;
  width: clamp(181px, 47.265625vw, 363px);
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
.sec_10_stem .sec__inner .corner {
  position: absolute;
  width: clamp(54px, 14.1927083333vw, 109px);
  top: clamp(12.5px, 3.2552083333vw, 25px);
  left: clamp(12.5px, 3.2552083333vw, 25px);
}
.sec_10_stem .sec__inner .corner.__rev {
  transform: rotate(180deg);
  top: unset;
  right: clamp(12.5px, 3.2552083333vw, 25px);
  left: unset;
  bottom: clamp(12.5px, 3.2552083333vw, 25px);
}
.sec_10_stem .sec__inner .sec_ttl {
  width: clamp(216px, 56.1197916667vw, 431px);
  padding: 0 0 clamp(22px, 5.7291666667vw, 44px) clamp(62px, 16.1458333333vw, 124px);
  box-sizing: content-box;
}
.sec_10_stem .sec__inner .dsc {
  width: clamp(248px, 64.7135416667vw, 497px);
  padding: 0 0 clamp(20px, 5.2083333333vw, 40px) clamp(54px, 14.0625vw, 108px);
  box-sizing: content-box;
}
.sec_10_stem .sec__inner .but {
  width: clamp(193px, 37.3697916667vw, 287px);
  padding: clamp(17px, 4.5572916667vw, 35px);
  margin: auto;
}
.sec_10_stem .sec__inner h3 {
  width: clamp(199px, 51.8229166667vw, 398px);
  margin: auto;
}
.sec_10_stem .sec__inner .graph {
  width: clamp(237px, 61.71875vw, 474px);
  padding: 0 0 clamp(35px, 9.1145833333vw, 70px) clamp(65px, 16.9270833333vw, 130px);
  box-sizing: content-box;
}

.sec_11_HITOstem {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_11_HITOstem_bg.png) no-repeat center/cover;
  padding: 225px clamp(15px, 3.90625vw, 30px) clamp(55px, 14.3229166667vw, 110px);
  margin-top: calc(-1 * clamp(200px, -14vw, 106px));
  position: relative;
  z-index: 1;
  position: relative;
}
.sec_11_HITOstem .dakara {
  width: clamp(90px, 23.9583333333vw, 184px);
  padding: 0 0 clamp(40px, 7.8125vw, 60px);
  margin: auto;
}
.sec_11_HITOstem .sec__inner {
  padding: clamp(22px, 5.7291666667vw, 44px) clamp(15px, 3.90625vw, 30px) clamp(30px, 7.8125vw, 60px);
  background: #ced9de;
}
.sec_11_HITOstem .sec__inner .feature__wrap {
  padding: 0 0 clamp(45px, 11.0677083333vw, 85px);
}
.sec_11_HITOstem .sec__inner .feature__wrap > * {
  margin: auto;
}
.sec_11_HITOstem .sec__inner .feature__wrap .sec_ttl_sub {
  padding: 0 0 clamp(8px, 2.0833333333vw, 16px);
}
.sec_11_HITOstem .sec__inner .feature__wrap .sec_ttl_line {
  padding: 0 0 clamp(5px, 1.3020833333vw, 10px);
}
.sec_11_HITOstem .sec__inner .feature__wrap .sec_ttl {
  padding: 0 0 clamp(22px, 5.7291666667vw, 44px);
}
.sec_11_HITOstem .sec__inner .feature__wrap .main_img {
  position: relative;
  width: clamp(315px, 82.03125vw, 630px);
  padding: 0 0 clamp(22px, 5.7291666667vw, 44px);
}
.sec_11_HITOstem .sec__inner .feature__wrap .main_img .catch {
  width: clamp(216px, 56.3802083333vw, 433px);
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(calc(-100% + clamp(15px, 3.90625vw, 30px)), -25%);
}
.sec_11_HITOstem .sec__inner .feature__wrap .dsc {
  width: clamp(311px, 80.9895833333vw, 622px);
  padding: 0 0 clamp(10px, 2.6041666667vw, 20px);
}
.sec_11_HITOstem .sec__inner .feature__wrap .notice {
  width: clamp(116px, 30.859375vw, 237px);
  margin-right: 0;
}
.sec_11_HITOstem .sec__inner .feature__wrap.__01 .sec_ttl_sub {
  width: clamp(258px, 67.1875vw, 516px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__01 .sec_ttl_line {
  width: clamp(257px, 67.0572916667vw, 515px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__01 .sec_ttl {
  width: clamp(231px, 60.15625vw, 462px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__02 {
  padding: 0 0 clamp(42px, 10.9375vw, 84px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__02 .sec_ttl_sub {
  width: clamp(273px, 72.3958333333vw, 556px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__02 .sec_ttl_line {
  width: clamp(280px, 72.9166666667vw, 560px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__02 .sec_ttl {
  width: clamp(240px, 62.6302083333vw, 481px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__03 .sec_ttl_sub {
  width: clamp(146px, 37.890625vw, 291px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__03 .sec_ttl_line {
  width: clamp(153px, 39.84375vw, 306px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__03 .sec_ttl {
  width: clamp(156px, 40.7552083333vw, 313px);
}
.sec_11_HITOstem .sec__inner .feature__wrap.__03 .notice_03 {
  width: clamp(56px, 14.453125vw, 111px);
  padding: 0 0 clamp(11px, 2.9947916667vw, 23px);
  margin-right: 0;
}

.sec_12_flowless {
  margin-top: clamp(-85px, -10.5vw, -48px);
}
@media screen and (max-width425px) {
  .sec_12_flowless {
    margin-top: -11.5%;
  }
}

.sec_13_pikapika {
  margin-top: -1px;
}

.sec_16_how_to_use_and_voice img {
  margin-top: -1px;
}

.sec_18_cta_4th_and_sec_guarantee {
  background: url(https://d2w53g1q050m78.cloudfront.net/brillereinecom/uploads/img/lp/sec_cta_4th_and_sec_guarantee__wrap.png) no-repeat center/cover;
  padding-bottom: clamp(87px, 22.7864583333vw, 175px);
}
.sec_18_cta_4th_and_sec_guarantee .cta {
  padding-left: 0;
  padding-right: 0;
}
.sec_18_cta_4th_and_sec_guarantee .sec_guarantee {
  padding: 0 clamp(15px, 3.90625vw, 30px);
}
.sec_18_cta_4th_and_sec_guarantee .sec_guarantee .sec__inner {
  box-shadow: 7px 7px 25px #999;
}
.sec_18_cta_4th_and_sec_guarantee .sec_guarantee img {
  margin-top: -1px;
}
.sec_18_cta_4th_and_sec_guarantee .sec_guarantee .flow__wrap {
  position: relative;
}
.sec_18_cta_4th_and_sec_guarantee .sec_guarantee .flow__wrap .arrow {
  position: absolute;
  width: 100vw;
  max-width: 750px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sec_18_cta_4th_and_sec_guarantee .sec_guarantee .adjust {
  margin-top: calc(-1 * clamp(20px, 5.2083333333vw, 40px));
}

.sec_19_ingredient {
  margin-top: calc(-1 * clamp(55px, 14.3229166667vw, 110px));
}

/* ======  bounce  =========*/
.bounce-in {
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
}
.bounce-in.is_action {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1);
  opacity: 1;
}

.d_01 {
  transition-delay: 0.1s;
}

.d_02 {
  transition-delay: 0.2s;
}

.d_03 {
  transition-delay: 0.3s;
}

.d_04 {
  transition-delay: 0.4s;
}

.d_05 {
  transition-delay: 0.5s;
}

.d_06 {
  transition-delay: 0.6s;
}

.d_07 {
  transition-delay: 0.7s;
}

.d_08 {
  transition-delay: 0.8s;
}

.d_09 {
  transition-delay: 0.9s;
}

.d_10 {
  transition-delay: 1s;
}

.d_11 {
  transition-delay: 1.1s;
}

.d_12 {
  transition-delay: 1.2s;
}

.d_06 {
  transition-delay: 0.6s;
}

/*=========== Infinite_Animation_Library  ===============*/
.wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.con {
  display: inline-block;
}

.miniCon {
  margin: 20px;
  width: 100px;
  height: 100px;
  background-color: black;
}

/****--------- エンジン ---------****/
.engine {
  animation: engine 0.2s infinite;
  -webkit-animation: engine 0.2s infinite;
  -moz-animation: engine 0.2s infinite;
}

@keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/****--------- 雲 ---------****/
.cloud {
  animation: cloud ease-in-out 4s infinite alternate;
  -webkit-animation: cloud ease-in-out 4s infinite alternate;
  -moz-animation: cloud ease-in-out 4s infinite alternate;
}

@keyframes cloud {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0%);
    opacity: 0;
  }
}
/****--------- ふわふわ ---------****/
.fuwax2 {
  animation: fuwax2 ease-in-out 2s infinite alternate;
  -webkit-animation: fuwax2 ease-in-out 2s infinite alternate;
  -moz-animation: fuwax2 ease-in-out 2s infinite alternate;
}

@keyframes fuwax2 {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}
/****--------- 回転 ---------****/
.spin {
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****--------- ジャンプ ---------****/
.jump {
  animation: jump 5s infinite;
  -webkit-animation: jump 5s infinite;
  -moz-animation: jump 5s infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0px);
  }
  3% {
    transform: translate(0, -20px);
  }
  5% {
    transform: translate(0, 0px);
  }
  6% {
    transform: translate(0, -5px);
  }
  7% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/****--------- ふりこ ---------****/
.pendulum {
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  animation: pendulum ease-in-out 3s infinite alternate;
  -webkit-animation: pendulum ease-in-out 3s infinite alternate;
  -moz-animation: pendulum ease-in-out 3s infinite alternate;
}

@keyframes pendulum {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/****--------- ボール ---------****/
.ball {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -60px);
  }
}
/****--------- 登場 ---------****/
.appearance {
  opacity: 0;
  animation: appearance 2.5s 1s 1 forwards;
  -webkit-animation: appearance 2.5s 1s 1 forwards;
  -moz-animation: appearance 2.5s 1s 1 forwards;
}

@keyframes appearance {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/*---- animationbutton ---*/
/* required：
<button><span>hover me</span></button> */
/* .head_banner_img {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
    	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 60px;
  width: 210px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}
button span {
  color: #164ca7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
} */
.head_cta {
  /* animation: rotate 0.7s ease-in-out both; */
}

/* button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
} */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
/* =====  humberger menu  ===== */
#menu-btn-check {
  display: none;
}

.menu-btn {
  position: fixed;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  left: 17%;
  top: clamp(6px, 0.375rem + (1vw - 7.68px) * 3.6458, 48px);
  opacity: 1;
  display: block;
}

.close_btn {
  position: absolute;
  height: 60px;
  width: 60px;
  z-index: 90;
  top: 5%;
  right: 2%;
  transition: all 0.6s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after,
.close_btn span:before,
.close_btn span:after {
  content: "";
  display: block;
  height: clamp(2px, 0.125rem + (1vw - 7.68px) * 0.2604, 5px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 10.6061, 100px);
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
}

.menu-btn span:before,
.close_btn span:before {
  bottom: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 6.8182, 75px);
}

.close_btn span:before {
  width: clamp(15px, 0.9375rem + (1vw - 7.68px) * 3.9063, 60px);
}

.menu-btn span:after,
.close_btn span:after {
  width: clamp(20px, 1.25rem + (1vw - 3.2px) * 4.5455, 50px);
}

.menu-btn span:after {
  top: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
}

.menu-content {
  width: clamp(215px, 13.4375rem + (1vw - 7.68px) * 52.6042, 821px);
  position: fixed;
  top: 0;
  right: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #e8e8e8;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content ul {
  padding: 10% 0 0;
}

.menu-content ul li {
  list-style: none;
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 3.3657, 92px);
  display: flex;
  align-items: center;
  text-align: center;
}

.menu-content ul li:nth-of-type(2n-1) {
  background-color: #fff;
}

.menu-content ul li:nth-of-type(2n) {
  background-color: #e8e8e8;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4531, 19px);
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: bolder;
}

.menu-content ul li a::before {
  content: "";
  width: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  height: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  border-top: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  border-right: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px 2px 2px 2px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .close_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked ~ .close_btn span::after {
  top: 0;
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked + .menu-btn {
  display: none;
}

.close_btn span::before {
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
  top: 0;
}

.close_btn span::after {
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#scroll_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://picsum.photos/id/163/900/400);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center left;
  transition-property: background-position;
  transition-duration: 0.3s;
  transition-delay: 0.01s;
}

.tp-abSlider {
  position: relative;
  overflow: hidden;
  margin-top: -15.625vw;
  margin-right: -11.5625vw;
  width: 56.875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider {
    margin-top: 0;
    margin-right: -16.4rem;
    margin-left: -16.4rem;
    width: auto;
  }
}
.auto_slider {
  display: inline-flex;
  animation: auto_slider 70s linear 0s infinite normal both;
}
@keyframes auto_slider {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tp-abSlider__item {
  padding: 0 0.46875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item {
    padding: 0 0.3rem;
  }
}
.tp-abSlider__item .c-picture {
  overflow: hidden;
  width: 23.4375vw;
  border-radius: 3.125vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture {
    width: 11rem;
    border-radius: 3rem;
  }
}
.tp-abSlider__item .c-picture picture {
  padding-top: 182.6666666667%;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture picture {
    padding-top: 185.4545454545%;
  }
}
a.arrow_to_circle::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -10px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #00e0cd;
  border-bottom: 2px solid #00e0cd;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease-out;
}

a.arrow_to_circle:hover::before {
  background: #00e0cd;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-315deg);
}

.serif {
  font-family: "Zen Old Mincho", serif !important;
}

.sans {
  font-family: "Noto Sans JP", Sans-serif !important;
}

.jp {
  font-family: "Noto Sans JP", Sans-serif;
}

.en {
  font-family: "Libre Bodoni", serif;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

h1 .h1 {
  font-size: clamp(28px, 1.75rem + (1vw - 7.68px) * 1.1905, 36px);
}

h3,
.h3 {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 1.877, 45px);
}

.fz80_61 {
  font-size: clamp(61px, 3.8125rem + (1vw - 3.75px) * 1.784, 80px);
}

.fz80_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 3.2864, 80px);
}

.fz80_43 {
  font-size: clamp(43px, 2.6875rem + (1vw - 3.75px) * 2.3948, 80px);
}

.fz80_42 {
  font-size: clamp(42px, 2.625rem + (1vw - 3.75px) * 3.5681, 80px);
}

.fz80_40 {
  font-size: clamp(40px, 2.5rem + (1vw - 3.75px) * 2.589, 80px);
}

.fz67_34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 3.0986, 67px);
}

.fz64_30 {
  font-size: clamp(30px, 1.875rem + (1vw - 3.75px) * 2.2006, 64px);
}

.fz63 {
  font-size: clamp(36px, 4.8461538462vw, 63px);
}

.fz62 {
  font-size: clamp(36px, 4.7692307692vw, 62px);
}

.fz60 {
  font-size: clamp(30px, 4.6153846154vw, 60px);
}

.fz44 {
  font-size: clamp(25px, 3.3846153846vw, 644x);
}

.fz56_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 1.0329, 56px);
}

.fz51_35 {
  font-size: clamp(35px, 2.1875rem + (1vw - 3.75px) * 1.0356, 51px);
}

.fz50 {
  font-size: clamp(25px, 3.8461538462vw, 50px);
  line-height: 1;
}

.fz49-34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 1.4085, 49px);
}

.fz42_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 1.0356, 42px);
}

.fz40_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 0.9061, 40px);
}

.fz_40-24 {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 1.0356, 40px);
}

.fz40_20 {
  font-size: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2945, 40px);
}

.fz40 {
  font-size: clamp(20px, 3.0769230769vw, 40px);
}

.fz39-15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 2.2535, 39px);
}

.fz35-21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.9061, 35px);
}

.fz34-17 {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 1.5962, 34px);
}

.fz32_28 {
  font-size: clamp(28px, 1.75rem + (1vw - 3.75px) * 0.2589, 32px);
}

.fz32_16 {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 1.0356, 32px);
}

.fz32_15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 1.1003, 32px);
}

.fz31_21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.6472, 31px);
}

.fz36 {
  font-size: clamp(20px, 2.7692307692vw, 36px);
}

.fz32 {
  font-size: clamp(24px, 2.4615384615vw, 32px);
}

.fz30 {
  font-size: clamp(15px, 2.3076923077vw, 30px);
}

.fz28 {
  font-size: clamp(20px, 2.1538461538vw, 28px);
}

.fz26 {
  font-size: 26px;
}

.fz24 {
  font-size: clamp(18px, 1.8461538462vw, 24px);
}

.fz22 {
  font-size: clamp(18px, 1.6923076923vw, 22px);
}

.fz21 {
  font-size: 21px;
}

.fz20 {
  font-size: clamp(16px, 1.5384615385vw, 20px);
}

.fz18 {
  font-size: clamp(9px, 1.3846153846vw, 18px);
}

.fz17 {
  font-size: clamp(8.5px, 1.3076923077vw, 17px);
}

.fz16 {
  font-size: clamp(14px, 1.2307692308vw, 16px);
}

.fz16_8 {
  font-size: clamp(8px, 1.2307692308vw, 16px);
}

.fz15 {
  font-size: clamp(7.5px, 1.1538461538vw, 15px);
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: clamp(6.5px, 1vw, 13px);
}

.fz12 {
  font-size: clamp(6px, 0.9230769231vw, 12px);
}

.fz10 {
  font-size: 10px;
}

.fz8 {
  font-size: 8px;
}

.fz6 {
  font-size: 6px;
}

.dsc_xxxs,
.dsc_xxs,
.dsc_xs,
.dsc_sm,
.dsc_mb,
.dsc_lg,
.dsc_xl,
.dsc_xxl,
.dsc_xxxl {
  text-align: justify;
}

.dsc_xs {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 1.7222222222;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .dsc_xs {
    font-size: 2.7173913043vw;
  }
}

.dsc_sm {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .dsc_sm {
    font-size: 3.2608695652vw;
  }
}

.dsc_md {
  font-size: clamp(16px, 1.3846153846vw, 18px);
  line-height: 1.7222222222;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .dsc_md {
    font-size: 3.8043478261vw;
  }
}

.dsc_lg {
  font-size: clamp(18px, 1.5384615385vw, 20px);
}
@media screen and (max-width:767px) {
  .dsc_lg {
    font-size: 4.347826087vw;
  }
}

.dsc_xl {
  font-size: 1.8461538462vw;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .dsc_xl {
    font-size: 5.4347826087vw;
  }
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh16 {
  line-height: 1.6;
}

.lh14 {
  line-height: 1.4;
}

.lh12 {
  line-height: 1.2;
}

.lh1 {
  line-height: 1;
}

.txt_4xl {
  font-size: clamp(120px, 19.2307692308vw, 250px);
}
@media screen and (max-width:767px) {
  .txt_4xl {
    font-size: 27.1739130435vw;
  }
}

.txt_xxxl {
  font-size: clamp(72px, 7.6923076923vw, 100px);
}
@media screen and (max-width:767px) {
  .txt_xxxl {
    font-size: 13.5869565217vw;
  }
}

.txt_xxl {
  font-size: clamp(32px, 3.8461538462vw, 50px);
}
@media screen and (max-width:767px) {
  .txt_xxl {
    font-size: 8.152173913vw;
  }
}

.txt_xl {
  font-size: clamp(24px, 3.0769230769vw, 40px);
}
@media screen and (max-width:767px) {
  .txt_xl {
    font-size: 6.5217391304vw;
  }
}

.txt_lg {
  font-size: clamp(20px, 2.3076923077vw, 30px);
}
@media screen and (max-width:767px) {
  .txt_lg {
    font-size: 5.4347826087vw;
  }
}

.txt_md {
  font-size: clamp(16px, 1.5384615385vw, 20px);
}
@media screen and (max-width:767px) {
  .txt_md {
    font-size: 4.8913043478vw;
  }
}

.txt_sm {
  font-size: clamp(16px, 1.3846153846vw, 18px);
}
@media screen and (max-width:767px) {
  .txt_sm {
    font-size: 3.8043478261vw;
  }
}

.txt_xs {
  font-size: clamp(13px, 1.2307692308vw, 16px);
}
@media screen and (max-width:767px) {
  .txt_xs {
    font-size: 3.2608695652vw;
  }
}

.txt_xxs {
  font-size: clamp(12px, 1.0769230769vw, 14px);
}
@media screen and (max-width:767px) {
  .txt_xxs {
    font-size: 2.7173913043vw;
  }
}

.txt_xxxs {
  font-size: clamp(10px, 0.9230769231vw, 12px);
}
@media screen and (max-width:767px) {
  .txt_xxxs {
    font-size: 2.1739130435vw;
  }
}

.ls05 {
  letter-spacing: 0.5em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.fw_100 {
  font-weight: 100 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u_bar {
  display: block;
  width: 72px;
  border-bottom: 3px solid #1b3377;
  -o-border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
     border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
  border-image-slice: 1;
  margin: 0 auto 10px;
}

.u_line {
  text-decoration: underline;
}

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

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_jst {
  text-align: justify;
}

.va_t {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
  font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, 2.2rem + 0.625vw, 2.9rem);
}

._outline {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.u-c-main {
  color: #fff !important;
}

.u-c-plain {
  color: #202020 !important;
}

.u-c-white {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.gold {
  color: #d0b68a !important;
}

.shdw_white {
  text-shadow: 1px 1px 1px #fff;
}

.shdw_black {
  text-shadow: 1px 1px 1px #303030;
}

.green {
  color: #21ce89;
}

.blue {
  color: #2685E9 !important;
}

.deep_blue {
  color: #1b3377 !important;
}

.red {
  color: #A03867 !important;
}

.pale_navy {
  color: #4a76ce !important;
}

.navy {
  color: #002267 !important;
}

.coral_pink {
  color: #E89292 !important;
}

.pink {
  color: #E5497C !important;
}

.orange {
  color: #f1693B !important;
}

.pale_orange {
  color: #FFF4D9 !important;
}

.pale_yellow {
  color: #fffec8 !important;
}

.yellow {
  color: #F5D560 !important;
}

.dark_yellow {
  color: #bfb43f !important;
}

.emerald {
  color: #92E8A6 !important;
}

.vivid_emerald {
  color: #55CDCC !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #fff !important;
}

.u-bg-plain {
  background-color: #202020 !important;
}

.u-bg-focus {
  background-color: #0f3193 !important;
}

.u-bg-border {
  background-color: #e9e9e9 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #dcdcdc !important;
}

.u-bg-gray02 {
  background-color: #909090 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #F0F0F0 !important;
}

.bg_pale_cream {
  background-color: #e3e3d9 !important;
}

.bg_black {
  background: #000 !important;
  color: #fff;
}

.bg_dark {
  background: #202020 !important;
  color: #fff;
}

.bg_gray {
  background-color: #f5f5f5 !important;
}

.bg_navy {
  background-color: #01356d;
}

.bg_pale_blue {
  background-color: #ABC8E6 !important;
}

.bg_sky_blue {
  background-color: #3CFFFF !important;
}

.bg_blue {
  background-color: #1400FF !important;
}

.bg_deep_blue {
  background: #1b3377;
  border-radius: 15px 15px 0 0;
}

.bg_moss_green {
  background-color: #008300;
}

.bg_gold {
  background-color: #d0b68a !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_line {
  background-color: #21ce89 !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_green {
  background-color: #21ce89;
  padding: 0 20px;
  color: #202020 !important;
}

.bg_pale_green {
  background-color: #C0FEC0;
}

.bg_emerald {
  background-color: #55CDCC;
  color: #fff !important;
}

.bg_pale_emerald {
  background-color: #99E1E0;
}

.bg_vivid_yellow {
  background-color: #FEFF00 !important;
}

.bg_yellow {
  background-color: #FFFFA1 !important;
}

.bg_pale_yellow {
  background-color: #F9E69F;
}

.bg_dark_yellow {
  background-color: #d5c94c;
}

.bg_orange {
  background-color: rgb(232, 160, 28);
}

.bg_pale_orange {
  background-color: rgba(255, 166, 0, 0.174);
}

.bg_pink {
  background-color: #FFC0FF;
}

.bg_vivid_pink {
  background-color: #FA647C;
}

.bg_red {
  background-color: #A03867;
}

.bg_pale_pink {
  background-color: #FAC6C4;
}

.box_shadow_primary {
  box-shadow: 1px 1px 10px rgba(255, 217, 0, 0.372);
}

:focus {
  outline-color: #0f3193;
}

.bg_grad {
  background: linear-gradient(45deg, #fff, rgba(90, 56, 20, 0.507));
}

.inline {
  display: inline !important;
}

.inline_b {
  display: inline-block !important;
}

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

.sp_flex {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp_flex {
    display: flex !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

.pc_flex {
  display: flex;
}
@media screen and (max-width:767px) {
  .pc_flex {
    display: none !important;
  }
}

@media screen and (max-width:367px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:368px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1299px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1300px) {
  .u-lg-max {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inl_block {
  display: inline-block;
}

.flex,
.wrap,
.between,
.around,
.evenly,
.column,
.clm_to_row,
.clm_to_row_r,
.to_clm,
.to_clmR,
.x_start,
.x_end,
.x_start_to_end,
.x_end_to_start,
.y_start,
.y_end,
.y_start_to_end,
.y_end_to_start,
.f_cc,
.f_xc,
.f_yc,
.f_1 {
  display: flex;
}

.column,
.clm_to_row,
.clm_to_row_r {
  flex-direction: column;
}

@media screen and (max-width:767px) {
  .clm_to_row {
    flex-direction: row;
  }
}

@media screen and (max-width:767px) {
  .clm_to_rowR {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width:767px) {
  .to_clm {
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .to_clmR {
    flex-direction: column-reverse;
  }
}

.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.evenly {
  justify-content: space-evenly;
}

.f_cc {
  align-items: center;
  justify-content: center;
}

.f_xc {
  justify-content: center;
}
@media screen and (max-width:767px) {
  .f_xc.to_clm,
  .f_xc .to_clmR {
    justify-content: unset;
    align-items: center;
  }
}

.x_start {
  justify-content: flex-start;
}

.x_end {
  justify-content: flex-end;
}

.f_yc {
  align-items: center;
}

.y_start {
  align-items: flex-start;
}

.y_end {
  align-items: flex-end;
}

.f_1 {
  flex: 1;
}

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

.absolute {
  position: absolute;
  z-index: 5;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.absolute_cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.absolute_xc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.absolute_yc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.t_0 {
  top: 0 !important;
}

.r_0 {
  right: 0 !important;
}

.b_0 {
  bottom: 0 !important;
}

.l_0 {
  left: 0 !important;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  z-index: -1;
}
.parallax::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url() center/cover no-repeat;
}

.w100v {
  width: 100vw;
}

.w90v {
  width: 90vw;
}

.w80v {
  width: 80vw;
}

.w70v {
  width: 70vw;
}

.w60v {
  width: 60vw;
}

.w50v {
  width: 50vw;
}

.w40v {
  width: 40vw;
}

.w30v {
  width: 30vw;
}

.w20v {
  width: 20vw;
}

.w10v {
  width: 10vw;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w75p {
  width: 75%;
}

.w70p {
  width: 70%;
}

.w66p {
  width: 66%;
}

.w65p {
  width: 65%;
}

.w60p {
  width: 60%;
}

.w55p {
  width: 55%;
}

.w52p {
  width: 52%;
}

.w50p {
  width: 50%;
}

.w49p {
  width: 49%;
}

.w48p {
  width: 48%;
}

.w47p {
  width: 47%;
}

.w45p {
  width: 45%;
}

.w40p {
  width: 40%;
}

.w35p {
  width: 35%;
}

.w33p {
  width: 33%;
}

.w30p {
  width: 30%;
}

.w25p {
  width: 25%;
}

.w20p {
  width: 20%;
}

.w15p {
  width: 15%;
}

.w10p {
  width: 10%;
}

.w_fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.w_auto {
  width: auto;
}

.h_fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

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

.under_bar_prm {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #d0b68a 60%, #d0b68a 100%);
}

.under_bar_sec {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(254, 169, 228) 40%, rgb(254, 169, 228) 100%);
}

.u-bd {
  border: 1px solid #e9e9e9 !important;
}

.u-bd-t {
  border-top: 1px solid #e9e9e9 !important;
}

.u-bd-r {
  border-right: 1px solid #e9e9e9 !important;
}

.u-bd-b {
  border-bottom: 1px solid #e9e9e9 !important;
}

.u-bd-l {
  border-left: 1px solid #e9e9e9 !important;
}

.u-bd-main {
  border-color: #fff !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.p_0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.p_xxxs {
  padding: 5px !important;
}
@media screen and (max-width:767px) {
  .p_xxxs {
    padding: 2.5px !important;
  }
}

.p_xxs {
  padding: 10px !important;
}
@media screen and (max-width:767px) {
  .p_xxs {
    padding: 5px !important;
  }
}

.p_xs {
  padding: 25px !important;
}
@media screen and (max-width:767px) {
  .p_xs {
    padding: 12.5px !important;
  }
}

.p_sm {
  padding: 40px !important;
}
@media screen and (max-width:767px) {
  .p_sm {
    padding: 20px !important;
  }
}

.p_md {
  padding: 60px !important;
}
@media screen and (max-width:767px) {
  .p_md {
    padding: 30px !important;
  }
}

.p_lg {
  padding: 80px !important;
}
@media screen and (max-width:767px) {
  .p_lg {
    padding: 40px !important;
  }
}

.p_xl {
  padding: 100px !important;
}
@media screen and (max-width:767px) {
  .p_xl {
    padding: 50px !important;
  }
}

.p_xxl {
  padding: 120px !important;
}
@media screen and (max-width:767px) {
  .p_xxl {
    padding: 60px !important;
  }
}

.p_xxxl {
  padding: 150px !important;
}
@media screen and (max-width:767px) {
  .p_xxxl {
    padding: 75px !important;
  }
}

.px_xxxs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media screen and (max-width:767px) {
  .px_xxxs {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }
}

.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width:767px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width:767px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.px_xs {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
@media screen and (max-width:767px) {
  .px_xs {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
}

.px_sm {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
@media screen and (max-width:767px) {
  .px_sm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.px_md {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
@media screen and (max-width:767px) {
  .px_md {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.px_lg {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
@media screen and (max-width:767px) {
  .px_lg {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.px_xl {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
@media screen and (max-width:767px) {
  .px_xl {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.px_xxl {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
@media screen and (max-width:767px) {
  .px_xxl {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}

.px_xxxl {
  padding-right: 150px !important;
  padding-left: 150px !important;
}
@media screen and (max-width:767px) {
  .px_xxxl {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
}

.py_xxxs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width:767px) {
  .py_xxxs {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }
}

.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.py_xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .py_xs {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }
}

.py_sm {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .py_sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.py_md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .py_md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.py_lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .py_lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.py_xl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .py_xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.py_xxl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .py_xxl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.py_xxxl {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media screen and (max-width:767px) {
  .py_xxxl {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.pt_xxxs {
  padding-top: 5px !important;
}
@media screen and (max-width:767px) {
  .pt_xxxs {
    padding-top: 2.5px !important;
  }
}

.pt_xxs {
  padding-top: 10px !important;
}
@media screen and (max-width:767px) {
  .pt_xxs {
    padding-top: 5px !important;
  }
}

.pt_xs {
  padding-top: 25px !important;
}
@media screen and (max-width:767px) {
  .pt_xs {
    padding-top: 12.5px !important;
  }
}

.pt_sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .pt_sm {
    padding-top: 20px !important;
  }
}

.pt_md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .pt_md {
    padding-top: 30px !important;
  }
}

.pt_lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .pt_lg {
    padding-top: 40px !important;
  }
}

.pt_xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .pt_xl {
    padding-top: 50px !important;
  }
}

.pt_xxl {
  padding-top: 120px !important;
}
@media screen and (max-width:767px) {
  .pt_xxl {
    padding-top: 60px !important;
  }
}

.pt_xxxl {
  padding-top: 150px !important;
}
@media screen and (max-width:767px) {
  .pt_xxxl {
    padding-top: 75px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 12.5px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.pb_lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .pb_lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.p50 {
  padding: 50px !important;
}

.p40 {
  padding: 40px !important;
}

.p30 {
  padding: 30px !important;
}

.p20 {
  padding: 20px !important;
}

.p10 {
  padding: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr50 {
  padding-right: 50px;
}

.pr40 {
  padding-right: 40px;
}

.pr30 {
  padding-right: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pl50 {
  padding-left: 50px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pl20 {
  padding-left: 20px;
}

.pl10 {
  padding-left: 10px;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_xs {
  margin-top: 25px !important;
}
@media screen and (max-width:767px) {
  .mt_xs {
    margin-top: 12.5px !important;
  }
}

.mt_sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .mt_sm {
    margin-top: 20px !important;
  }
}

.mt_md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .mt_md {
    margin-top: 30px !important;
  }
}

.mt_lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .mt_lg {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_xxxs {
  margin-bottom: 5px !important;
}
@media screen and (max-width:767px) {
  .mb_xxxs {
    margin-bottom: 2.5px !important;
  }
}

.mb_xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .mb_xxs {
    margin-bottom: 5px !important;
  }
}

.mb_xs {
  margin-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .mb_xs {
    margin-bottom: 12.5px !important;
  }
}

.mb_sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .mb_sm {
    margin-bottom: 20px !important;
  }
}

.mb_md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .mb_md {
    margin-bottom: 30px !important;
  }
}

.mb_lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .mb_lg {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

.mb_xxl {
  margin-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .mb_xxl {
    margin-bottom: 60px !important;
  }
}

.mb_xxxl {
  margin-bottom: 150px !important;
}
@media screen and (max-width:767px) {
  .mb_xxxl {
    margin-bottom: 75px !important;
  }
}

.mr_xxxs {
  margin-right: 5px !important;
}
@media screen and (max-width:767px) {
  .mr_xxxs {
    margin-right: 2.5px !important;
  }
}

.mr_xxs {
  margin-right: 10px !important;
}
@media screen and (max-width:767px) {
  .mr_xxs {
    margin-right: 5px !important;
  }
}

.mr_xs {
  margin-right: 25px !important;
}
@media screen and (max-width:767px) {
  .mr_xs {
    margin-right: 12.5px !important;
  }
}

.mr_sm {
  margin-right: 40px !important;
}
@media screen and (max-width:767px) {
  .mr_sm {
    margin-right: 20px !important;
  }
}

.mr_md {
  margin-right: 60px !important;
}
@media screen and (max-width:767px) {
  .mr_md {
    margin-right: 30px !important;
  }
}

.mr_lg {
  margin-right: 80px !important;
}
@media screen and (max-width:767px) {
  .mr_lg {
    margin-right: 40px !important;
  }
}

.mr_xl {
  margin-right: 100px !important;
}
@media screen and (max-width:767px) {
  .mr_xl {
    margin-right: 50px !important;
  }
}

.mr_xxl {
  margin-right: 120px !important;
}
@media screen and (max-width:767px) {
  .mr_xxl {
    margin-right: 60px !important;
  }
}

.mr_xxxl {
  margin-right: 150px !important;
}
@media screen and (max-width:767px) {
  .mr_xxxl {
    margin-right: 75px !important;
  }
}

.ml_xxs {
  margin-left: 10px !important;
}
@media screen and (max-width:767px) {
  .ml_xxs {
    margin-left: 5px !important;
  }
}

.ml_xs {
  margin-left: 25px !important;
}
@media screen and (max-width:767px) {
  .ml_xs {
    margin-left: 12.5px !important;
  }
}

.ml_sm {
  margin-left: 40px !important;
}
@media screen and (max-width:767px) {
  .ml_sm {
    margin-left: 20px !important;
  }
}

.ml_md {
  margin-left: 60px !important;
}
@media screen and (max-width:767px) {
  .ml_md {
    margin-left: 30px !important;
  }
}

.ml_lg {
  margin-left: 80px !important;
}
@media screen and (max-width:767px) {
  .ml_lg {
    margin-left: 40px !important;
  }
}

.ml_xl {
  margin-left: 100px !important;
}
@media screen and (max-width:767px) {
  .ml_xl {
    margin-left: 50px !important;
  }
}

.ml_xxl {
  margin-left: 120px !important;
}
@media screen and (max-width:767px) {
  .ml_xxl {
    margin-left: 60px !important;
  }
}

.ml_xxxl {
  margin-left: 150px !important;
}
@media screen and (max-width:767px) {
  .ml_xxxl {
    margin-left: 75px !important;
  }
}

.m0 {
  margin: 0;
}

.m_A {
  margin: auto;
}

.mt_A {
  margin-top: auto;
}

.mb_A {
  margin-bottom: auto;
}

.mr_A {
  margin-right: auto;
}

.ml_A {
  margin-left: auto;
}

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

.m_y_A {
  margin-top: auto;
  margin-bottom: auto;
}

.gap_xxs {
  gap: 10px !important;
}
@media screen and (max-width:767px) {
  .gap_xxs {
    gap: 5px !important;
  }
}

.gap_xs {
  gap: 25px !important;
}
@media screen and (max-width:767px) {
  .gap_xs {
    gap: 12.5px !important;
  }
}

.gap_sm {
  gap: 40px !important;
}
@media screen and (max-width:767px) {
  .gap_sm {
    gap: 20px !important;
  }
}

.gap_md {
  gap: 60px !important;
}
@media screen and (max-width:767px) {
  .gap_md {
    gap: 30px !important;
  }
}

.gap_lg {
  gap: 80px !important;
}
@media screen and (max-width:767px) {
  .gap_lg {
    gap: 40px !important;
  }
}

.gap_xl {
  gap: 100px !important;
}
@media screen and (max-width:767px) {
  .gap_xl {
    gap: 50px !important;
  }
}

.gap_xxl {
  gap: 120px !important;
}
@media screen and (max-width:767px) {
  .gap_xxl {
    gap: 60px !important;
  }
}

.gap_xxxl {
  gap: 150px !important;
}
@media screen and (max-width:767px) {
  .gap_xxxl {
    gap: 75px !important;
  }
}

.pc {
  display: block;
}

.pc_inlineB {
  display: inline-block;
}

.sp,
.sp_f .sp_il {
  display: none !important;
}

.op0 {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_f {
    display: flex !important;
  }
  .to_inline {
    display: inline-block !important;
  }
  .to_clm {
    flex-direction: column !important;
  }
  .to_clmR {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .clm_to_row {
    flex-direction: row !important;
  }
  .clm_to_row_r {
    flex-direction: row-reverse !important;
  }
  .to_x_start {
    justify-content: start !important;
  }
  .to_x_end {
    justify-content: end !important;
  }
  .to_y_start {
    align-items: start !important;
  }
  .to_y_end {
    align-items: end !important;
  }
  .to_w100p {
    width: 100% !important;
    box-sizing: border-box;
  }
  .to_op1 {
    opacity: 1;
  }
  .to_op0 {
    opacity: 0;
  }
  .to_txt_c {
    text-align: center;
  }
  .to_m0 {
    margin: 0;
  }
  .to_mA {
    margin: auto !important;
  }
}
.form_wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}