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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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


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

/* 【PC】購入ボタンのデザイン */
.submit_sp_ec {
  padding: 0;
  margin-bottom: 4%;
}
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: 'url("/free_page_images/lp-btn_free.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】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: 'url("/free_page_images/lp-btn_free.png") center';
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

:root {
  --page-bg: #f6f4ef;
  --container: 500px;
  --panel-gap: 24px;
  --header-h: calc(56px + env(safe-area-inset-top));

  --ff-body: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --ff-mincho: "Shippori Mincho", serif;

  --ls-base: 0.04em;

  --fz-heading: 24px;
  --lh-heading: 1.5;

  --fz-body: 14px;
  --lh-body: 1.75;

  --fz-note: 14px;
  --lh-note: 1.75;

  --color-main: #f58582;

  --color-text-primary: #404040;
  --color-text-secondary: #f58582;
  --color-text-tertiary: #888888;

  --color-button-primary: #f58582;

  --color-bg-primary: #ffffff;
  --color-bg-secondary: #fbf8f2;

  --color-border: #c7c7c7;

  --color-balloon: #eae5d7;
  --color-dark-bg: #4b4b4b;
  --color-shadow: #000000;
}
@media (min-width: 768px) {
  :root {
    --fz-heading: 32px;
    --fz-body: 16px;
  }
}

html,
body {
  margin: 0;
}

body,
main#lp {
  background: var(--color-bg-secondary);
  font-family: var(--ff-body);
  font-weight: 400;
  color: var(--color-text-primary);
  letter-spacing: 0.04em;
}

/* フォント */
main#lp .lp-font-body {
  font-family: var(--ff-body);
  font-weight: 400;
  font-style: normal;
}

main#lp .lp-font-mincho {
  font-family: var(--ff-mincho);
  font-weight: 700;
  font-style: normal;
}

/* 文字組 */
main#lp .lp-text-heading {
  font-size: var(--fz-heading);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-base);
}

main#lp .lp-text-body {
  font-size: var(--fz-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-base);
}

main#lp .lp-text-note {
  font-size: var(--fz-note);
  line-height: var(--lh-note);
  letter-spacing: var(--ls-base);
}

/* h2は自動で見出しルール */
.c-sectionEyebrow {
  margin: 0;
  font-family: var(--font-shippori, "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-accent, #c5a26b);
  text-align: center;
}
main#lp h2 {
  font-family: var(--ff-mincho);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fz-heading);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-sectionEyebrow {
    font-size: 16px;
  }
}

/* 文字色 */
main#lp .lp-color-text-primary {
  color: var(--color-text-primary);
}

main#lp .lp-color-text-secondary {
  color: var(--color-text-secondary);
}

main#lp .lp-color-text-tertiary {
  color: var(--color-text-tertiary);
}

main#lp .lp-color-main {
  color: var(--color-main);
}

/* 背景色 */
main#lp .lp-bg-primary {
  background-color: var(--color-bg-primary);
}

main#lp .lp-bg-secondary {
  background-color: var(--color-bg-secondary);
}

main#lp .lp-bg-balloon {
  background-color: var(--color-balloon);
}

main#lp .lp-bg-dark {
  background-color: var(--color-dark-bg);
}

/* ボーダー */
main#lp .lp-border {
  border-color: var(--color-border);
}

/* ボタン */
main#lp .lp-button-primary {
  background-color: var(--color-button-primary);
  border-color: var(--color-button-primary);
  color: #fff;
}

main#lp .lp-button-outline {
  background-color: var(--color-bg-primary);
  border-color: var(--color-main);
  color: var(--color-main);
}

/* シャドウ */
main#lp .lp-shadow-soft {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.12);
}

main#lp .lp-shadow-button {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
}
/* h2 白 */
main#lp h2.c-heading--white {
  color: #fff;
}
/* =========================================================
  common section
========================================================= */

/* リード部：常に中央540px（Tailwindに負けないよう強制） */
#lp .content-500 {
  max-width: var(--container) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: 0 0 50px rgba(99, 80, 46, 0.2);
}

#lp .content-500 img,
#lp .content-500 video:not(.p-message__video) {
  max-width: 100%;
  height: auto;
  display: block;
}

/* #set-form 以降は100%幅（制約解除） */
#lp #set-form {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

/* =========================================================
  common section side space
========================================================= */
.u-sectionSide {
  padding-inline: 24px;
}

@media screen and (min-width: 768px) {
  .u-sectionSide {
    padding-inline: 32px;
  }
}
/* =========================================================
  common section br
========================================================= */
.u-br-pc {
  display: none;
}

.u-br-sp {
  display: inline;
}

@media (min-width: 786px) {
  .u-br-pc {
    display: inline;
  }

  .u-br-sp {
    display: none;
  }
}
/* =========================================================
  header
========================================================= */
#spHeader {
  padding-top: env(safe-area-inset-top);
  height: var(--header-h);
  background: var(--color-bg-primary, #ffffff);
  box-shadow: 0 5px 10px rgba(99, 80, 46, 0.1);
}

#spHeader .lp-spHeader__inner {
  width: 100%;
  max-width: var(--container, 500px);
  height: 56px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#spHeader .lp-spHeader__logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

#spHeader .lp-spHeader__logoImg {
  display: block;
  width: auto;
  height: 31px;
}

#spHeader .lp-spHeader__toggle {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: var(--color-main, #bf9d6d);
  appearance: none;
}

#spHeader .lp-spHeader__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(191, 157, 109, 0.28);
}

#spHeader .hb {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 1px;
  border-radius: 9999px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.24s ease,
    opacity 0.18s ease,
    top 0.24s ease;
}

#spHeader .bar1 {
  top: 12px;
  transform: translateX(-50%);
}

#spHeader .bar2 {
  top: 19px;
  transform: translateX(-50%);
}

#spHeader .bar3 {
  top: 26px;
  transform: translateX(-50%);
}

/* open時 */
#spHeader .lp-spHeader__toggle[aria-expanded="true"] .bar1 {
  top: 19px;
  transform: translateX(-50%) rotate(32deg);
}

#spHeader .lp-spHeader__toggle[aria-expanded="true"] .bar2 {
  opacity: 0;
}

#spHeader .lp-spHeader__toggle[aria-expanded="true"] .bar3 {
  top: 19px;
  transform: translateX(-50%) rotate(-32deg);
}

/* =========================================================
  mobileNav
========================================================= */
#mobileNav {
  top: var(--header-h);
  background: var(--color-bg-secondary, #f6f4ef);
}

#mobileNav .lp-mobileNav__viewport {
  min-height: calc(100dvh - var(--header-h));
  padding-top: max(24px, env(safe-area-inset-top));
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  padding-inline: 24px;
  display: grid;
  place-content: center;
  text-align: center;
}

#mobileNav .lp-mobileNav__inner {
  width: 100%;
  max-width: var(--container, 500px);
  margin-inline: auto;
}

#mobileNav .lp-mobileNav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#mobileNav .lp-mobileNav__link {
  display: inline-block;
  color: var(--color-text-primary, #404040);
  font-family: var(--ff-mincho, "Shippori Mincho", serif);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#mobileNav .lp-mobileNav__link:hover {
  opacity: 0.5;
}

#mobileNav .lp-mobileNav__link--accent {
  color: var(--color-text-secondary, #bf9d6d);
}

#mobileNav .lp-mobileNav__ctaGroup {
  margin-top: 24px;
  display: grid;
  justify-items: center;
}
.lp-mobileNav__ctaGroup > .lp-mobileNav__cta--primary {
  margin-bottom: 14px;
}

.lp-mobileNav__ctaGroup > .lp-mobileNav__subLead {
  margin-bottom: 2px;
}

#mobileNav .lp-mobileNav__cta {
  width: 300px;
  min-height: 72px;
  padding-inline: 24px;
  border-radius: 9999px;
  display: inline-grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  justify-items: center;
  column-gap: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s ease;
}

#mobileNav .lp-mobileNav__cta:hover {
  opacity: 0.5;
  box-shadow: none;
}

#mobileNav .lp-mobileNav__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(64, 64, 64, 0.2);
}

#mobileNav .lp-mobileNav__cta--primary {
  background: var(--color-button-primary, #bf9d6d);
  border-color: var(--color-button-primary, #bf9d6d);
  color: #fff;
}

#mobileNav .lp-mobileNav__cta--outline {
  background: var(--color-bg-primary, #ffffff);
  border-color: var(--color-main, #bf9d6d);
  color: var(--color-main, #bf9d6d);
}

#mobileNav .lp-mobileNav__cta--disabled {
  background: #e5e7eb;
  border-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  margin-bottom: 14px;
  box-shadow: none;
}

#mobileNav .lp-mobileNav__ctaText {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#mobileNav .lp-mobileNav__subLead {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--color-text-secondary, #bf9d6d);
  font-family: var(--ff-mincho, "Shippori Mincho", serif);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
}

#mobileNav .lp-mobileNav__subLeadIcon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

#mobileNav .lp-mobileNav__corpLink {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--ff-mincho, "Shippori Mincho", serif);
  color: var(--color-text-tertiary, #888888);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#mobileNav .lp-mobileNav__corpLinkIcon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

#mobileNav .lp-mobileNav__spacer {
  width: 24px;
  height: 24px;
}

#mobileNav .lp-mobileNav__cartIcon {
  width: 24px;
  height: 24px;
}
/* =========================================================
  menu color
========================================================= */
#rightPanel .lp-sidePanel__navLink.is-current,
#rightPanel .lp-sidePanel__navLink[aria-current="page"],
#mobileNav .lp-mobileNav__link.is-current,
#mobileNav .lp-mobileNav__link[aria-current="page"] {
  color: var(--color-text-secondary, #bf9d6d);
}
/* =========================================================
  lg~ 左パネル
========================================================= */
:root {
  --logo-lg-top: 24px;
  --logo-lg-left: 24px;
  --logo-lg-max-w: 272px;
  --logo-lg-logo-w: 188px;
  --logo-lg-gap: 10px;
}

.logo-lg {
  display: none;
}

@media (min-width: 1250px) {
  .logo-lg {
    position: fixed;
    top: var(--logo-lg-top);
    left: var(--logo-lg-left);
    z-index: 40;
    display: inline-block;
    width: min(var(--logo-lg-max-w), calc(100vw - 48px));
    text-decoration: none;
    color: var(--color-text-primary, #404040);
  }

  .logo-lg .lg-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-lg .lg-word {
    display: block;
    width: var(--logo-lg-logo-w);
    height: auto;
    margin-bottom: 10px;
  }

  .logo-lg .lg-title {
    display: block;
    margin-bottom: 40px;
    font-family: var(--ff-mincho, "Shippori Mincho", serif);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: var(--color-text-primary, #404040);
  }

  .logo-lg:hover {
    opacity: 0.85;
  }

  .logo-lg:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(191, 157, 109, 0.28);
    border-radius: 4px;
  }
}

/* =========================================================
  lg~ 右パネル
========================================================= */
@media (min-width: 1250px) {
  #rightPanel .panel-inner {
    width: 100%;
    text-align: center;
  }

  #rightPanel .lp-sidePanel__navList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #rightPanel .lp-sidePanel__navLink {
    display: inline-block;
    color: var(--color-text-primary, #404040);
    font-family: var(--ff-mincho, "Shippori Mincho", serif);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  #rightPanel .lp-sidePanel__navLink:hover {
    color: var(--color-text-secondary, #bf9d6d);
  }

  #rightPanel .lp-sidePanel__ctaGroup {
    margin-top: 24px;
    display: grid;
    justify-items: center;
  }
  #rightPanel .lp-sidePanel__ctaGroup > .lp-sidePanel__cta--primary {
    margin-bottom: 14px;
  }

  #rightPanel .lp-sidePanel__ctaGroup > .lp-sidePanel__subLead {
    margin-bottom: 2px;
  }

  #rightPanel .lp-sidePanel__cta {
    width: 300px;
    min-height: 72px;
    padding-inline: 24px;
    border-radius: 9999px;
    display: inline-grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    align-items: center;
    justify-items: center;
    column-gap: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    transition:
      opacity 0.2s ease,
      box-shadow 0.2s ease;
  }

  #rightPanel .lp-sidePanel__cta:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(64, 64, 64, 0.2);
  }

  #rightPanel .lp-sidePanel__cta--primary {
    background: var(--color-button-primary, #bf9d6d);
    border-color: var(--color-button-primary, #bf9d6d);
    color: #fff;
  }

  #rightPanel .lp-sidePanel__cta--outline {
    background: var(--color-bg-primary, #ffffff);
    border-color: var(--color-main, #bf9d6d);
    color: var(--color-main, #bf9d6d);
  }

  #rightPanel .lp-sidePanel__cta--disabled {
    background: #e5e7eb;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
    margin-bottom: 14px;
    box-shadow: none;
  }

  #rightPanel .lp-sidePanel__ctaText {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  #rightPanel .lp-sidePanel__spacer {
    width: 24px;
    height: 24px;
  }

  #rightPanel .lp-sidePanel__cartIcon {
    width: 24px;
    height: 24px;
  }

  #rightPanel .lp-sidePanel__subLead {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--color-text-secondary, #bf9d6d);
    font-family: var(--ff-mincho, "Shippori Mincho", serif);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;
  }

  #rightPanel .lp-sidePanel__subLeadIcon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  #rightPanel .lp-sidePanel__corpLink {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: var(--ff-mincho, "Shippori Mincho", serif);
    color: var(--color-text-tertiary, #888888);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  #rightPanel .lp-sidePanel__corpLinkIcon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
}
/* =========================================================
  layout breakpoint: header / main / side panels
========================================================= */
#spHeader {
  display: block;
}

.logo-lg {
  display: none;
}

#rightPanel {
  display: none;
}

@media (max-width: 1249.98px) {
  #spHeader {
    position: fixed;
    inset: 0 auto auto 0;
    right: 0;
    top: 0;
    z-index: 10000;
    display: block !important;
  }

  main#lp {
    padding-top: var(--header-h) !important;
  }

  .logo-lg,
  #rightPanel {
    display: none !important;
  }
}

@media (min-width: 1250px) {
  #spHeader {
    display: none !important;
  }

  #mobileNav {
    display: none !important;
  }

  main#lp {
    padding-top: 0 !important;
  }

  #lp > .content-500:first-child {
    margin-top: 0 !important;
  }

  .logo-lg {
    display: inline-block;
  }

  #rightPanel {
    position: fixed;
    left: calc(50% + (var(--container, 500px) / 2) + var(--panel-gap, 24px));
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: clamp(180px, calc((100vw - var(--container, 500px)) / 2 - var(--panel-gap, 24px)), 360px);
    max-height: calc(100vh - 40px);
    display: flex;
    z-index: 40;
    background: transparent !important;
  }

  #rightPanel .panel-inner {
    display: flex;
    flex-direction: column;
    margin: auto 0;
    overflow: auto;
    width: 100%;
  }

  #rightPanel.rp-hidden {
    display: none !important;
  }
}
/* 1130px〜 は PC表示を強制 */
@media (min-width: 1250px) {
  .logo-lg {
    position: fixed;
    left: calc(((100vw - var(--container, 500px)) / 2 - var(--panel-gap, 24px)) / 2);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 60;

    /* サイズ制御 */
    --logo-max: 190px;
    --logo-safe: 8px; /* コンテンツとの安全マージン */
    /* 左ガター幅 - パネルギャップ - 安全マージン */
    --logo-available: calc((100vw - var(--container, 500px)) / 2 - var(--panel-gap, 24px) - var(--logo-safe));
    inline-size: clamp(0px, var(--logo-available), var(--logo-max));
    width: auto;
  }

  /* 中身は枠いっぱいでスケール */
  .logo-lg picture,
  .logo-lg img,
  .logo-lg svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .logo-lg .lg-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    white-space: nowrap;
    align-items: center;
    text-align: center;
    inline-size: 100%;
  }

  /* アンピン中：absolute で“その場に置いていく”（幅ルールは継承） */
  .logo-lg.is-unpinned {
    position: absolute;
    top: var(--absTop, 0px);
    left: var(--absLeft, 24px);
    transform: none;
    will-change: top, left;
  }

  /* 帯通過後：左上で再出現（縦2列・左揃え） */
  .logo-lg.is-top {
    position: fixed;
    left: 24px;
    top: 20px;
    transform: none;
    animation: logoDrop 0.25s ease-out;
  }
  .logo-lg.is-top .lg-wrap {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px; /* width:70% は撤去。外側(.logo-lg)の幅ルールを適用 */
  }

  /* 戻り（top→unpinned）中も左上の見た目を維持 */
  .logo-lg.is-top-look .lg-wrap {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
  }

  @keyframes logoDrop {
    from {
      transform: translateY(-14px);
      opacity: 0;
    }
    to {
      transform: none;
      opacity: 1;
    }
  }
  /* 右パネル：通常は fixed（本文右の余白に縦中央） */
  #rightPanel {
    position: fixed;
    left: calc(50% + (var(--container, 500px) / 2) + var(--panel-gap, 24px));
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
  }
  /* アンピン中：absolute で置いていく（位置＆サイズロック） */
  #rightPanel.rp-unpinned {
    position: absolute !important;
    top: var(--rpAbsTop, 0px) !important;
    left: var(--rpAbsLeft, 0px) !important;
    right: auto;
    bottom: auto;
    margin: 0;
    width: var(--rpWidth, auto);
    height: var(--rpHeight, auto); /* 高さロック */
    max-height: none !important; /* 既存の max-height を無効化 */
    transform: none !important;
    will-change: top, left;
    box-sizing: border-box;
  }
  /* 帯通過後は退避 */
  #rightPanel.rp-hidden {
    display: none !important;
  }
  /* PC時は余白なし */
  main#lp {
    padding-top: 0 !important;
  }
}
/* =========================================================
  mv sec
========================================================= */
.p-mv {
  width: 100%;
  overflow: hidden;
}

.p-mv__banner {
  width: 100%;
}

.p-mv__bannerLink {
  display: block;
  width: 100%;
}

.p-mv__bannerImage {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__imageWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-mv__image {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
  lineup
========================================================= */
.p-lineup {
  padding-bottom: 48px;
  background: #fff;
}

.p-lineup__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 13px;
  row-gap: 24px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.p-lineupCard {
  min-width: 0;
}

.p-lineupCard__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eae6de;
}

.p-lineupCard__thumb::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, transparent 50%, #9f7425 50%);
  z-index: 1;
}

.p-lineupCard__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.p-lineupCard__zoom {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  width: 14px;
  height: 14px;
  display: block;
  pointer-events: none;
}

.p-lineupCard__zoom svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-lineupCard__name {
  margin: 12px 0 0;
  font-family: var(--font-shippori, "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: 15px;
  font-weight: 700;
}

.p-lineupCard__meta {
  margin: 2px 0 0;
  font-size: 12px;
  color: #888888;
}

@media (hover: hover) and (pointer: fine) {
  .p-lineupCard__thumb:hover .p-lineupCard__img {
    transform: scale(1.06);
  }
}

@media screen and (min-width: 768px) {
  .p-lineup {
    padding-bottom: 64px;
  }

  .p-lineup__inner {
    max-width: 468px;
  }

  .p-lineup__grid {
    margin: 40px 0 0;
    column-gap: 16px;
    row-gap: 32px;
  }

  .p-lineupCard__thumb::before {
    width: 48px;
    height: 48px;
  }

  .p-lineupCard__zoom {
    right: 4px;
    bottom: 4px;
    width: 20px;
    height: 20px;
  }

  .p-lineupCard__name {
    font-size: 18px;
  }

  .p-lineupCard__meta {
    font-size: 14px;
  }
}

/* =========================================================
  lineup modal
========================================================= */
.p-lineupCard__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #eae6de;
  appearance: none;
  cursor: pointer;
}

.p-lineupCard__thumb:focus-visible {
  outline: 2px solid #cba775;
  outline-offset: 4px;
}

.p-lineupModal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(75, 75, 75, 0.72);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.p-lineupModal.is-modalOpen {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-lineupModal__overlay {
  display: none;
}

.p-lineupModal__viewport {
  --lineupModal-top-space: calc(env(safe-area-inset-top) + 24px);
  --lineupModal-bottom-space: 24px;

  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  padding: var(--lineupModal-top-space) 20px var(--lineupModal-bottom-space);
  box-sizing: border-box;
}

.p-lineupModal__dialog {
  position: relative;
  z-index: 1;
  width: min(335px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.p-lineupModal__top {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-bottom: 14px;
}

.p-lineupModal__panel {
  width: 100%;
  padding: 24px 24px 22px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.p-lineupModal__panelInner {
  min-width: 0;
}

.p-lineupModal__visual {
  width: 100%;
  aspect-ratio: 287 / 178.33;
  overflow: hidden;
}

.p-lineupModal__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lineupModal__title {
  margin: 24px 0 0;
  font-family: var(--font-shippori, "Shippori Mincho", "Yu Mincho", serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-lineupModal__meta {
  margin: 10px 0 0;
  font-size: 14px;
  color: #888888;
}

.p-lineupModal__desc {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 2;
}

.p-lineupModal__detail {
  margin-top: 24px;
}

.p-lineupModal__detailToggle {
  display: none;
}

.p-lineupModal__detailBody {
  margin-top: 0;
  display: block;
}

.p-lineupModal__detailBody[hidden] {
  display: block !important;
}

.p-lineupModal__spec {
  margin: 0;
}

.p-lineupModal__specRow {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  column-gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #c7c7c7;
}

.p-lineupModal__specRow:first-child {
  border-top: 1px solid #c7c7c7;
}

.p-lineupModal__specRow dt,
.p-lineupModal__specRow dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

.p-lineupModal__specRow dd {
  min-width: 0;
}

.p-lineupModal__note {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
}

.p-lineupModal__close {
  border: 0;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.p-lineupModal__close--top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #a5a5a5;
  flex-shrink: 0;
}

.p-lineupModal__close--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 295px;
  min-height: 40px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 999px;
  background: #a5a5a5;
}

.p-lineupModal__close:hover,
.p-lineupModal__close:focus-visible {
  background: #888888;
}

.p-lineupModal__close:focus-visible {
  outline: 2px solid #888888;
  outline-offset: 4px;
}

.p-lineupModal__closeIcon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.p-lineupModal__closeCross {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.p-lineupModal__closeCross::before,
.p-lineupModal__closeCross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: #ffffff;
  transform-origin: center;
}

.p-lineupModal__closeCross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-lineupModal__closeCross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-lineupModal__closeText {
  font-family: var(--font-shippori, "Shippori Mincho", "Yu Mincho", serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

html.is-lineupModalOpen,
body.is-lineupModalOpen {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-lineupModal__viewport {
    --lineupModal-top-space: calc(env(safe-area-inset-top) + 40px);
    --lineupModal-bottom-space: 40px;
  }

  .p-lineupModal__dialog {
    width: 500px;
  }

  .p-lineupModal__top {
    margin-bottom: 16px;
  }

  .p-lineupModal__panel {
    padding: 24px 24px 24px;
  }

  .p-lineupModal__visual {
    aspect-ratio: 412 / 256;
  }

  .p-lineupModal__title {
    margin-top: 24px;
    font-size: 24px;
  }

  .p-lineupModal__meta {
    margin-top: 12px;
    font-size: 16px;
  }

  .p-lineupModal__desc {
    margin-top: 16px;
    font-size: 16px;
  }

  .p-lineupModal__detail {
    margin-top: 24px;
  }

  .p-lineupModal__specRow {
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 16px;
    padding: 16px 0;
  }

  .p-lineupModal__specRow dt,
  .p-lineupModal__specRow dd {
    font-size: 14px;
  }

  .p-lineupModal__note {
    font-size: 12px;
  }

  .p-lineupModal__close--top {
    width: 48px;
    height: 48px;
  }

  .p-lineupModal__close--bottom {
    max-width: 452px;
    min-height: 56px;
    margin-top: 24px;
  }

  .p-lineupModal__closeText {
    font-size: 20px;
  }
}
/* =========================================================
  price section
========================================================= */
.p-price {
  padding-bottom: 48px;
  background: #e4f0f0;
}

.p-price__inner {
  padding: 0 24px;
}

.p-price__notes {
  padding-top: 16px;
  font-size: 12px;
}

.p-price__notes a {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.p-price__notes p + p {
  margin-top: 4px;
}

.p-price__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  margin-top: 20px;
  padding: 16px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  box-sizing: border-box;
  background: #f58582;
  color: var(--color-white, #fff);
  text-decoration: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.p-price__cta:visited,
.p-price__cta:active {
  color: var(--color-white, #fff);
}

button.p-price__cta {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  text-align: inherit;
}

.p-price__cta.p-price__cta--disabled,
button.p-price__cta:disabled {
  background: #e5e7eb;
  border-color: #e5e7eb;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
}

.p-price__cta.p-price__cta--disabled .p-price__ctaLabel,
button.p-price__cta:disabled .p-price__ctaLabel {
  color: #9ca3af;
}

.p-price__cta.p-price__cta--disabled .p-price__ctaIcon,
button.p-price__cta:disabled .p-price__ctaIcon {
  color: #9ca3af;
}

@media (hover: hover) {
  .p-price__cta.p-price__cta--disabled:hover,
  button.p-price__cta:disabled:hover {
    background: #e5e7eb;
    border-color: #e5e7eb;
    box-shadow: none;
  }
}

.p-price__ctaLabel {
  display: block;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.p-price__ctaIcon {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 28px;
  flex-shrink: 0;
  transform: translateY(-50%);
}

@media (max-width: 359px) {
  .p-price__heroHead {
    top: 28px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .p-price__cta {
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width: 768px) {
  .p-price {
    padding-bottom: 64px;
  }

  .p-price__inner {
    padding: 0 32px;
  }

  .p-price__notes {
    font-size: 14px;
  }

  .p-price__cta {
    min-height: 88px;
    margin-top: 32px;
    gap: 28px;
  }

  .p-price__ctaLabel {
    font-size: 20px;
  }
}

/* =========================================================
  faq
========================================================= */
.p-faq {
  padding-bottom: 56px;
  background: #fff;
}

.p-faq__inner {
  width: 100%;
  margin: 0 auto;
}

.p-faq__item {
  border-bottom: 1px solid #c7c7c7;
}

.p-faq__trigger {
  width: 100%;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  column-gap: 12px;
  align-items: start;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
}

.p-faq__q {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #a0c5c5;
  border-radius: 50%;
  color: #a0c5c5;
  font-family: var(--ff-mincho, serif);
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.p-faq__question {
  display: block;
  min-width: 0;
  margin: 0;
  padding-top: 8px;
  font-family: var(--ff-mincho, serif);
  font-size: 16px;
  font-weight: 700;
}

.p-faq__toggle {
  display: grid;
  place-items: center;
  align-self: center;
  width: 24px;
  height: 24px;
  color: #a0c5c5;
  font-family: var(--ff-mincho, serif);
  font-size: 24px;
  line-height: 1;
}

.p-faq__toggle .icon-plus,
.p-faq__toggle .icon-minus {
  display: block;
  line-height: 1;
}

.p-faq__toggle .icon-minus {
  display: none;
}

.faq-trigger[aria-expanded="true"] .icon-plus {
  display: none;
}

.faq-trigger[aria-expanded="true"] .icon-minus {
  display: block;
}

.p-faq__panel {
  margin-top: -4px;
}

.p-faq__panelInner,
.faq-panel__inner {
  overflow: hidden;
}

.p-faq__answer {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  background: #ffffff;
  line-height: 1.75;
}

.p-faq__a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a0c5c5;
  color: #fff;
  font-family: var(--ff-mincho, serif);
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.p-faq__answerBody {
  padding-top: 8px;
}

.p-faq__answerBody p {
  margin: 0;
  font-size: 14px;
}

.p-faq__answerBody p + p {
  margin-top: 12px;
}

.p-faq__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.p-faq__answerBody p.p-faq__note {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-faq {
    padding-bottom: 80px;
  }
  .p-faq__trigger {
    padding-top: 24px;
    padding-bottom: 24px;
    grid-template-columns: 40px minmax(0, 1fr) 28px;
    column-gap: 16px;
  }

  .p-faq__question {
    padding-top: 8px;
    font-size: 20px;
  }

  .p-faq__toggle {
    width: 28px;
    height: 28px;
    font-size: 26px;
  }

  .p-faq__answer {
    padding: 24px 0;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 16px;
  }

  .p-faq__answerBody {
    padding-top: 8px;
  }

  .p-faq__answerBody p {
    font-size: 16px;
  }

  .p-faq__answerBody p.p-faq__note {
    font-size: 14px;
  }
}

/* =========================================================
  set form
========================================================= */
.p-setForm {
  background: #fff;
}

.p-setForm__head {
  box-sizing: border-box;
  background-color: var(--color-main);
}

.p-setForm__title {
  margin: 0;
}

.p-setForm__formWrap {
  width: 100%;
  box-sizing: border-box;
  max-width: 960px;
}

.p-setFormLinkArea {
  background: #fff;
}

.p-setFormLinkArea__inner {
  width: 100%;
  box-sizing: border-box;
}

.p-setFormLinkArea__link {
  box-sizing: border-box;
}

.p-setFormLinkArea__img {
  display: block;
}
/* =========================================================
  Floating CV
  - JS: #floating-button / #try-button に .show を付け外し
========================================================= */
#floating-button,
#try-button {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 200ms ease-out,
    transform 200ms ease-out;
  will-change: opacity, transform;
}

#floating-button {
  transform: translateY(100%);
}

#try-button {
  transform: translateY(12px) scale(0.96);
}

#floating-button.show,
#try-button.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  #floating-button,
  #try-button {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  main#lp {
    padding-bottom: 0;
  }

  main#lp.is-mypage {
    padding-bottom: calc(54px + env(safe-area-inset-bottom));
  }
}
#floating-button.p-floatingCta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  color: #fff;
  text-decoration: none;
}

.p-floatingCta__inner {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  column-gap: 12px;
  min-height: 64px;
  padding: 0 20px env(safe-area-inset-bottom);
  background: #F48A86;
  box-sizing: border-box;
}

.p-floatingCta__spacer {
  display: block;
  width: 24px;
  height: 24px;
}

.p-floatingCta__text {
  display: block;
  color: #fff;
  font-family: var(--ff-mincho, serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-floatingCta__icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 24px;
  height: 24px;
  color: currentColor;
}

.p-floatingCta__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  #floating-button.p-floatingCta {
    display: none;
  }
}

/* =========================================================
  btn hover
========================================================= */
#rightPanel .lp-sidePanel__cta,
.p-price__cta,
#mobileNav .lp-mobileNav__cta {
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}
@media (hover: hover) {
  #rightPanel .lp-sidePanel__cta.lp-sidePanel__cta--primary:hover,
  .p-price__cta:hover,
  #mobileNav .lp-mobileNav__cta.lp-sidePanel__cta--primary:hover {
    background-color: #fff;
    border: 2px solid #f58582;
    color: #f58582;
    box-shadow: none;
  }
  #rightPanel .lp-sidePanel__cta.lp-sidePanel__cta--outline:hover {
    background-color: #fff;
    border: 2px solid #f58582;
    color: #f58582;
    box-shadow: none;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 1376px) {
  .container {
    max-width: 1376px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.top-0 {
  top: 0;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-\[31px\] {
  height: 31px;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.touch-none {
  touch-action: none;
}
.resize {
  resize: both;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-6 {
  padding: 1.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[2\%\] {
  padding-left: 2%;
  padding-right: 2%;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[2\%\] {
  padding-top: 2%;
  padding-bottom: 2%;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[2px\] {
  line-height: 2px;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-current {
  text-decoration-color: currentColor;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}

/* ===== prefixed (tw-) ===== */

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.tw-pointer-events-none {
  pointer-events: none;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-x-0 {
  left: 0;
  right: 0;
}
.tw-bottom-0 {
  bottom: 0;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-top-6 {
  top: 1.5rem;
}
.tw-top-\[56px\] {
  top: 56px;
}
.tw-top-\[76px\] {
  top: 76px;
}
.tw-top-full {
  top: 100%;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-40 {
  z-index: 40;
}
.tw-z-\[9999\] {
  z-index: 9999;
}
.tw-m-0 {
  margin: 0;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-\[14px\] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.tw-mb-7 {
  margin-bottom: 1.75rem;
}
.tw-mb-\[14px\] {
  margin-bottom: 14px;
}
.tw-mb-\[21px\] {
  margin-bottom: 21px;
}
.tw-mb-\[35px\] {
  margin-bottom: 35px;
}
.tw-mt-0 {
  margin-top: 0;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-7 {
  margin-top: 1.75rem;
}
.tw-mt-\[14px\] {
  margin-top: 14px;
}
.tw-mt-\[21px\] {
  margin-top: 21px;
}
.tw-mt-\[28px\] {
  margin-top: 28px;
}
.tw-mt-\[35px\] {
  margin-top: 35px;
}
.tw-mt-\[40px\] {
  margin-top: 40px;
}
.tw-box-border {
  box-sizing: border-box;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-inline-grid {
  display: inline-grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-\[327\/66\] {
  aspect-ratio: 327/66;
}
.tw-aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-14 {
  height: 3.5rem;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-\[105px\] {
  height: 105px;
}
.tw-h-\[14px\] {
  height: 14px;
}
.tw-h-\[20px\] {
  height: 20px;
}
.tw-h-\[21px\] {
  height: 21px;
}
.tw-h-\[49px\] {
  height: 49px;
}
.tw-h-\[4px\] {
  height: 4px;
}
.tw-h-\[60px\] {
  height: 60px;
}
.tw-h-\[64px\] {
  height: 64px;
}
.tw-h-\[66px\] {
  height: 66px;
}
.tw-h-\[70px\] {
  height: 70px;
}
.tw-h-\[76px\] {
  height: 76px;
}
.tw-h-\[84px\] {
  height: 84px;
}
.tw-h-\[85px\] {
  height: 85px;
}
.tw-h-\[calc\(56px\+env\(safe-area-inset-top\)\)\] {
  height: calc(56px + env(safe-area-inset-top));
}
.tw-h-auto {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-max-h-\[70\%\] {
  max-height: 70%;
}
.tw-min-h-\[3em\] {
  min-height: 3em;
}
.tw-min-h-\[calc\(100dvh-56px\)\] {
  min-height: calc(100dvh - 56px);
}
.tw-min-h-\[calc\(100dvh-76px\)\] {
  min-height: calc(100dvh - 76px);
}
.tw-w-10 {
  width: 2.5rem;
}
.tw-w-14 {
  width: 3.5rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-\[105px\] {
  width: 105px;
}
.tw-w-\[159px\] {
  width: 159px;
}
.tw-w-\[180px\] {
  width: 180px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[21px\] {
  width: 21px;
}
.tw-w-\[249px\] {
  width: 249px;
}
.tw-w-\[277px\] {
  width: 277px;
}
.tw-w-\[285px\] {
  width: 285px;
}
.tw-w-\[4px\] {
  width: 4px;
}
.tw-w-\[52px\] {
  width: 52px;
}
.tw-w-\[60px\] {
  width: 60px;
}
.tw-w-\[70px\] {
  width: 70px;
}
.tw-w-\[72px\] {
  width: 72px;
}
.tw-w-\[7px\] {
  width: 7px;
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-0 {
  min-width: 0;
}
.tw-max-w-\[1080px\] {
  max-width: 1080px;
}
.tw-max-w-\[1376px\] {
  max-width: 1376px;
}
.tw-max-w-\[285px\] {
  max-width: 285px;
}
.tw-max-w-\[359px\] {
  max-width: 359px;
}
.tw-max-w-\[500px\] {
  max-width: 500px;
}
.tw-max-w-\[calc\(100\%-48px\)\] {
  max-width: calc(100% - 48px);
}
.tw-max-w-none {
  max-width: none;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-table-fixed {
  table-layout: fixed;
}
.tw-border-collapse {
  border-collapse: collapse;
}
.tw-origin-center {
  transform-origin: center;
}
.-tw-translate-x-1\/2,
.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-tw-translate-x-1\/2,
.tw--translate-x-1\/2,
.tw-translate-y-\[0\.5px\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-\[0\.5px\] {
  --tw-translate-y: 0.5px;
}
.tw-scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-not-allowed {
  cursor: not-allowed;
}
.tw-touch-none {
  touch-action: none;
}
.tw-scroll-mt-\[56px\] {
  scroll-margin-top: 56px;
}
.tw-list-none {
  list-style-type: none;
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-\[105px_1fr\] {
  grid-template-columns: 105px 1fr;
}
.tw-grid-cols-\[24px_1fr_24px\] {
  grid-template-columns: 24px 1fr 24px;
}
.tw-grid-cols-\[40px_1fr\] {
  grid-template-columns: 40px 1fr;
}
.tw-grid-cols-\[40px_1fr_auto\] {
  grid-template-columns: 40px 1fr auto;
}
.tw-grid-cols-\[64px_1fr_24px\] {
  grid-template-columns: 64px 1fr 24px;
}
.tw-grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.tw-grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-place-content-center {
  place-content: center;
}
.tw-place-items-center {
  place-items: center;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-justify-items-center {
  justify-items: center;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-\[14px\] {
  gap: 14px;
}
.tw-gap-\[18px\] {
  gap: 18px;
}
.tw-gap-\[21px\] {
  gap: 21px;
}
.tw-gap-\[7px\] {
  gap: 7px;
}
.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.tw-gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.tw-gap-x-\[14px\] {
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.tw-gap-y-\[20px\] {
  row-gap: 20px;
}
.tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.tw-space-y-\[21px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(21px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(21px * var(--tw-space-y-reverse));
}
.tw-self-start {
  align-self: flex-start;
}
.tw-self-stretch {
  align-self: stretch;
}
.tw-justify-self-end {
  justify-self: end;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overscroll-contain {
  overscroll-behavior: contain;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-l {
  border-left-width: 1px;
}
.tw-border-l-0 {
  border-left-width: 0;
}
.tw-border-r {
  border-right-width: 1px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-t-0 {
  border-top-width: 0;
}
.tw-border-dashed {
  border-style: dashed;
}
.tw-border-\[\#C5AF92\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 175 146 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#E6D7BD\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 215 189 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#F4E0B9\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 224 185 / var(--tw-border-opacity, 1));
}
.tw-border-\[currentColor\] {
  border-color: currentColor;
}
.tw-bg-\[\#2B6DC8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 109 200 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#527308\] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 115 8 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#C5AF92\] {
  --tw-bg-opacity: 1;
  background-color: rgb(197 175 146 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#D8E2F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 226 241 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#DD4A21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 74 33 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#DD7457\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 116 87 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E3E5A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 160 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E5E7EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E6D6B8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 214 184 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E8D480\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 212 128 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F2D3CA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 211 202 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F3D8A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 216 168 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F3EEE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 229 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F4E0B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 224 185 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F9F5EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 238 / var(--tw-bg-opacity, 1));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-\[21px\] {
  padding: 21px;
}
.tw-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.tw-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.tw-px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.tw-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}
.tw-py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.tw-py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.tw-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.tw-py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}
.tw-pb-14 {
  padding-bottom: 3.5rem;
}
.tw-pb-\[14px\] {
  padding-bottom: 14px;
}
.tw-pb-\[35px\] {
  padding-bottom: 35px;
}
.tw-pb-\[48px\] {
  padding-bottom: 48px;
}
.tw-pb-\[env\(safe-area-inset-bottom\)\] {
  padding-bottom: env(safe-area-inset-bottom);
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pt-14 {
  padding-top: 3.5rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-\[28px\] {
  padding-top: 28px;
}
.tw-pt-\[35px\] {
  padding-top: 35px;
}
.tw-pt-\[56px\] {
  padding-top: 56px;
}
.tw-pt-\[6\.9px\] {
  padding-top: 6.9px;
}
.tw-pt-\[7\.4px\] {
  padding-top: 7.4px;
}
.tw-pt-\[env\(safe-area-inset-top\)\] {
  padding-top: env(safe-area-inset-top);
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-\[12\.25px\] {
  font-size: 12.25px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[15px\] {
  font-size: 15px;
}
.tw-text-\[16px\] {
  font-size: 16px;
}
.tw-text-\[17\.5px\] {
  font-size: 17.5px;
}
.tw-text-\[21px\] {
  font-size: 21px;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-extrabold {
  font-weight: 800;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-leading-\[1\.4\] {
  line-height: 1.4;
}
.tw-leading-\[1\.5\] {
  line-height: 1.5;
}
.tw-leading-\[1\.75\] {
  line-height: 1.75;
}
.tw-leading-\[1\.8\] {
  line-height: 1.8;
}
.tw-leading-none {
  line-height: 1;
}
.tw-tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tw-tracking-\[0\] {
  letter-spacing: 0;
}
.tw-text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#527308\] {
  --tw-text-opacity: 1;
  color: rgb(82 115 8 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#6C8B2A\] {
  --tw-text-opacity: 1;
  color: rgb(108 139 42 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#9CA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#DD4A21\] {
  --tw-text-opacity: 1;
  color: rgb(221 74 33 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#E69400\] {
  --tw-text-opacity: 1;
  color: rgb(230 148 0 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-underline {
  text-decoration-line: underline;
}
.tw-decoration-current {
  text-decoration-color: currentColor;
}
.tw-underline-offset-2 {
  text-underline-offset: 2px;
}
.tw-opacity-60 {
  opacity: 0.6;
}
.tw-shadow-\[0_5px_10px_0_rgba\(99\,80\,46\,0\.1\)\] {
  --tw-shadow: 0 5px 10px 0 rgba(99, 80, 46, 0.1);
  --tw-shadow-colored: 0 5px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-\[0_8px_8px_rgba\(138\,103\,93\,0\.2\)\] {
  --tw-shadow: 0 8px 8px rgba(138, 103, 93, 0.2);
  --tw-shadow-colored: 0 8px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.tw-duration-200 {
  transition-duration: 0.2s;
}
.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.before\:tw-absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:tw-left-0:before {
  content: var(--tw-content);
  left: 0;
}
.before\:tw-top-0:before {
  content: var(--tw-content);
  top: 0;
}
.before\:tw-content-\[\'\203B\'\]:before {
  --tw-content: "※";
  content: var(--tw-content);
}
.before\:tw-content-\[\'\30FB\'\]:before {
  --tw-content: "・";
  content: var(--tw-content);
}
.hover\:tw-opacity-50:hover {
  opacity: 0.5;
}
.hover\:tw-opacity-60:hover {
  opacity: 0.6;
}
.hover\:tw-opacity-75:hover {
  opacity: 0.75;
}
.hover\:tw-opacity-90:hover {
  opacity: 0.9;
}
.hover\:tw-shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:tw-brightness-95:hover {
  --tw-brightness: brightness(0.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus-visible\:tw-opacity-60:focus-visible {
  opacity: 0.6;
}
.focus-visible\:tw-shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:tw-outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:tw-ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:tw-ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:tw-ring-\[\#2B6DC8\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(43 109 200/var(--tw-ring-opacity, 1));
}
.focus-visible\:tw-ring-\[\#DD4A21\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 74 33/var(--tw-ring-opacity, 1));
}
.focus-visible\:tw-ring-\[\#DD7457\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 116 87/var(--tw-ring-opacity, 1));
}
.focus-visible\:tw-ring-\[currentColor\]:focus-visible {
  --tw-ring-color: currentColor;
}
.focus-visible\:tw-ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
@media (min-width: 501px) {
  .bp501\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bp501\:tw-gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .md\:tw-hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lg\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:tw-mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:tw-mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:tw-mb-\[24px\] {
    margin-bottom: 24px;
  }
  .lg\:tw-mb-\[40px\] {
    margin-bottom: 40px;
  }
  .lg\:tw-mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:tw-mt-4 {
    margin-top: 1rem;
  }
  .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:tw-mt-8 {
    margin-top: 2rem;
  }
  .lg\:tw-mt-\[16px\] {
    margin-top: 16px;
  }
  .lg\:tw-mt-\[24px\] {
    margin-top: 24px;
  }
  .lg\:tw-aspect-\[436\/88\] {
    aspect-ratio: 436/88;
  }
  .lg\:tw-h-\[120px\] {
    height: 120px;
  }
  .lg\:tw-h-\[16px\] {
    height: 16px;
  }
  .lg\:tw-h-\[24px\] {
    height: 24px;
  }
  .lg\:tw-h-\[56px\] {
    height: 56px;
  }
  .lg\:tw-h-\[5px\] {
    height: 5px;
  }
  .lg\:tw-h-\[80px\] {
    height: 80px;
  }
  .lg\:tw-h-\[96px\] {
    height: 96px;
  }
  .lg\:tw-w-\[120px\] {
    width: 120px;
  }
  .lg\:tw-w-\[249px\] {
    width: 249px;
  }
  .lg\:tw-w-\[24px\] {
    width: 24px;
  }
  .lg\:tw-w-\[388px\] {
    width: 388px;
  }
  .lg\:tw-w-\[5px\] {
    width: 5px;
  }
  .lg\:tw-w-\[60px\] {
    width: 60px;
  }
  .lg\:tw-w-\[80px\] {
    width: 80px;
  }
  .lg\:tw-w-\[8px\] {
    width: 8px;
  }
  .lg\:tw-max-w-\[372px\] {
    max-width: 372px;
  }
  .lg\:tw-max-w-none {
    max-width: none;
  }
  .lg\:tw-grid-cols-\[120px_1fr\] {
    grid-template-columns: 120px 1fr;
  }
  .lg\:tw-gap-4 {
    gap: 1rem;
  }
  .lg\:tw-gap-6 {
    gap: 1.5rem;
  }
  .lg\:tw-gap-x-\[16px\] {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .lg\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:tw-p-6 {
    padding: 1.5rem;
  }
  .lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:tw-pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:tw-pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:tw-pb-\[52px\] {
    padding-bottom: 52px;
  }
  .lg\:tw-pt-16 {
    padding-top: 4rem;
  }
  .lg\:tw-pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:tw-pt-8 {
    padding-top: 2rem;
  }
  .lg\:tw-pt-\[40px\] {
    padding-top: 40px;
  }
  .lg\:tw-pt-\[5\.6px\] {
    padding-top: 5.6px;
  }
  .lg\:tw-pt-\[5px\] {
    padding-top: 5px;
  }
  .lg\:tw-text-\[12px\] {
    font-size: 12px;
  }
  .lg\:tw-text-\[14px\] {
    font-size: 14px;
  }
  .lg\:tw-text-\[16px\] {
    font-size: 16px;
  }
  .lg\:tw-text-\[20px\] {
    font-size: 20px;
  }
  .lg\:tw-text-\[24px\] {
    font-size: 24px;
  }
}
@media (min-width: 1176px) {
  .min-\[1176px\]\:tw-text-\[14px\] {
    font-size: 14px;
  }
}

/* ===== フォーム ===== */

.bg-baseColor-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 242 / var(--tw-bg-opacity));
}

@media screen and (min-width: 768px) {
  .bg-baseColor-pale {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

#lp-form {
  color: #423f43;
  /* padding-bottom: 150px; */
  padding-bottom: 0px;
}

#lp-form .form_box_label_sp_ec {
  background: none;
  border: none;
  padding: 0;
  padding-left: 20px;
}

#lp-form .landing_form_label_sp_ec {
  background: #b8875d;
  color: white;
  font-weight: bold;
  margin-bottom: 25px;
}

#lp-form input,
select {
  border: 1px solid #dec7a8;
  border-radius: 12px;
  padding: 12px 16px;
}

#lp-form .form_main_container_ec div.form_group_ec select {
  border: 1px solid #dec7a8;
  border-radius: 12px;
  padding: 12px 16px;
}

#lp-form .submit_bottom_sp_ec {
  border: none;
}

#lp-form .submit_bottom_ec {
  border: none;
}

#lp-form .landing_form_label_ec {
  color: #423f43;
  background: none;
  border-bottom: 1px solid #423f43;
}

#lp-form table {
  border: none;
}

#lp-form table th {
  border: none;
  background: none;
}

#lp-form table td {
  border: none;
  background: none;
}

#try-button {
  background: none;
}

#lp-form .form_box_label_ec,
.form_box_label_sp_ec {
  display: inline-block;
  position: relative;
}

#lp-form .form_required_ec,
.form_required_sp_ec {
  visibility: hidden;
}

#lp-form .form_required_sp_ec {
  font-size: 16px;
}

#lp-form .form_required_ec:before,
.form_required_sp_ec:before {
  content: "*";
  visibility: visible;
  color: #dd4a21;
}

#lp .confirm_title_ec,
.confirm_title_sp_ec {
  display: none;
}

#lp .form_wizard_levels_ec {
  display: none;
}

#lp #view-coupon {
  display: none;
}

#lp-form .form_box_label_sp_ec {
  background: none;
  border: none;
  padding: 0;
  padding-left: 20px;
}

#lp-form .landing_form_label_sp_ec {
  background: #b8875d;
  color: white;
  font-weight: bold;
  margin-bottom: 25px;
}

#lp-form input,
select {
  border: 1px solid #dec7a8;
  border-radius: 12px;
  padding: 12px 16px;
}

#lp-form .form_main_container_ec div.form_group_ec select {
  border: 1px solid #dec7a8;
  border-radius: 12px;
  padding: 12px 16px;
}

#lp-form .submit_bottom_sp_ec {
  border: none;
}
#lp-form .submit_bottom_ec {
  border: none;
}

#lp-form .landing_form_label_ec {
  color: #423f43;
  background: none;
  border-bottom: 1px solid #423f43;
}

#lp-form table {
  border: none;
}

#lp-form table th {
  border: none;
  background: none;
}

#lp-form table td {
  border: none;
  background: none;
}

#try-button {
  background: none;
}

#lp-form .form_box_label_ec,
.form_box_label_sp_ec {
  display: inline-block;
  position: relative;
}

#lp-form .form_required_ec,
.form_required_sp_ec {
  visibility: hidden;
}
#lp-form .form_required_sp_ec {
  font-size: 16px;
}

#lp-form .form_required_ec:before,
.form_required_sp_ec:before {
  content: "*";
  visibility: visible;
  color: #dd4a21;
}

#lp #confirm-view .confirm_title_ec,
.confirm_title_sp_ec {
  display: none;
}

#lp #confirm-view .form_wizard_levels_ec {
  display: none;
}

#lp #view-coupon {
  display: none;
}
/* Amazon Pay */
#lp-form #AmazonPayOneClickOrderArea .amazon_pay_box_sp_ec {
  border: none;
  margin: 0 5%;
}
@media screen and (min-width: 768px) {
  #lp-form #AmazonPayOneClickOrderArea .amazon_pay_box_sp_ec {
    border: solid 3px #c3c3c3;
  }
}
/* =========================================================
  footer
========================================================= */
#footer {
  background-color: #423f43;
}
#footer a {
  transition: opacity 0.3s;
}
#footer a:hover {
  opacity: 0.6;
}
.bg-footer_black {
  background-color: #343234;
}
.sp-width {
  max-width: 440px;
}
@media screen and (min-width: 860px) {
  .sp-footer {
    display: none;
  }
  .pc-footer {
    display: block;
  }
  .bg-black {
    background-color: #423f43;
  }
}
.flex.mx-auto,
.flex.accordion-title,
.flex.items-center.justify-center,
.flex.bg-logoText-pale,
.flex.items-center {
  flex-wrap: nowrap;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[10px\] {
  font-size: 10px;
}
.w-\[0\.5px\] {
  width: 0.5px;
}
.h-3 {
  height: 0.75rem;
}
.text-right {
  text-align: right;
}
.text-\[8px\] {
  font-size: 8px;
}
.max-w-\[1128px\] {
  max-width: 1128px;
}
