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


  html{
    background-color: #ddf6ff !important;
    margin-top: -15px !important;
}

.grecaptcha-badge { visibility: hidden; }

  :root {
    --colorBody: #ddf6ff;
    --colorBodyLight: #f6fdff;
    --color-primary-500: 220, 50, 20;
    --color-primary-400: 250, 40, 10;
    --color-primary-300: 162, 202, 190;
    --color-primary-200: 197, 213, 114;
    --color-primary-100: 220, 234, 229;
    --color-secondary-800: 186, 163, 205;
    --color-secondary-300: 174, 152, 151;
    --color-secondary-100: 231, 221, 216;
    --color-tertiary-500: 231, 218, 140;
    --color-tertiary-300: 247, 242, 212;
    --color-surface-300: 248, 246, 236;
    --color-grayscale-900: 0, 0, 0;
    --color-grayscale-800: 86, 86, 86;
    --color-grayscale-100: 255, 255, 255;
    --fontfamily_base: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    --font_color_base: rgb(var(--color-grayscale-900));
    --font_size_base: max(10px, 2.6vw);
    --line-height_base: 2;
    --letter-spacing_base: 0em;
    --line-height_head: 1.5;
    --letter-spacing_head: 0.05em;
    --mh--easing: cubic-bezier(0.3, 0.9, 0.6, 1);
    --contents_width: 880px;
    --contents_wide_width: 1340px;
    --body_padding_side: 5%;
    --contents_width_with_padding: 940px;
    --contents_wide_width_with_padding: 1240px;
    --sidebar_width: 250px;
    --header_height: 80px;

    --gutterGrid: 10px;
    --gutterGridMinus: -10px;
  }
  @media (min-width: 768px) {
    :root {
      --body_padding_side: 5%;
      --font_size_base: 1.33rem;
    }
  }
  @media (min-width: 940px) {
    :root {
      --header_height: 1px;
    }
  }

  *,
  input,
  :before,
  :after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  html {
    font-size: 62.5%;
    word-break: break-all;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  main,
  footer,
  header,
  menu,
  nav,
  section {
    display: block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  ul:not([class]),
  ol:not([class]) {
    padding-left: 1.25em;
  }
  ul[class],
  ol[class] {
    list-style: none;
  }
  span {
    font-weight: inherit;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  a {
    color: inherit;
  }
  @media (hover: hover) and (pointer: fine) {
    a:hover {
      text-decoration: none;
    }
  }
  a[class] {
    text-decoration: none;
  }
  ins {
    background-color: #ff9;
    text-decoration: none;
  }
  mark {
    background-color: #ff9;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  address {
    font-style: normal;
  }
  sup {
    vertical-align: text-top;
    font-size: 0.75em;
  }
  sub {
    vertical-align: text-bottom;
    font-size: 0.75em;
  }
  table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(var(rgba(var(--color-grayscale-900), 0.6)));
    margin: 1em 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  iframe {
    max-width: 100%;
  }
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: var(--gutterGridMinus);
    margin-bottom: var(--gutterGridMinus);
  }
  .grid.grid--reverse {
    flex-direction: row-reverse;
  }
  .grid__item {
    padding-left: var(--gutterGrid);
    padding-bottom: var(--gutterGrid);
    width: 100%;
    min-height: 1px;
  }
  .grid__item.h100 {
    height: 100%;
  }
  .grid--no-gutters {
    margin-left: 0;
  }
  .grid--no-gutters > .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }
  .grid--one-gutters {
    margin-left: -1px;
    margin-bottom: -1px;
  }
  .grid--one-gutters > .grid__item {
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .grid--large-gutters {
    margin-left: -24px;
  }
  .grid--large-gutters > .grid__item {
    padding-left: 24px;
  }
  @media only screen and (min-width: 1024px) {
    .grid--large-gutters {
      margin-left: -48px;
    }
    .grid--large-gutters > .grid__item {
      padding-left: 48px;
    }
  }
  .grid--align-bottom {
    align-items: flex-end;
  }
  .grid--align-center {
    align-items: center;
  }
  .grid--align-top {
    align-items: flex-start;
  }
  .grid--justify-center {
    justify-content: center;
  }
  @media only screen and (max-width: 767px) {
    .grid-overflow-wrapper {
      margin: 0;
      padding: 1px 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
    .grid-overflow-wrapper .grid {
      white-space: nowrap;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .grid-overflow-wrapper .grid:after {
      content: "";
      width: 16px;
      -ms-flex: 0 0 16px;
      flex: 0 0 16px;
      display: inline-block;
    }
    .grid-overflow-wrapper .grid__item {
      width: 180px;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      white-space: normal;
    }
    .grid-overflow-wrapper .grid__item:first-child {
      margin-left: 16px;
    }
    .grid-overflow-wrapper .grid .grid .grid__item:first-child {
      margin-left: 0;
    }
    .grid-overflow-wrapper::-webkit-scrollbar {
      width: 1px;
      height: 1px;
    }
  }
  .one-whole {
    width: 100%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33333%;
  }
  .two-thirds {
    width: 66.66666%;
  }
  .one-quarter {
    width: 25%;
  }
  .two-quarters {
    width: 50%;
  }
  .three-quarters {
    width: 75%;
  }
  .one-fifth {
    width: 20%;
  }
  .two-fifths {
    width: 40%;
  }
  .three-fifths {
    width: 60%;
  }
  .four-fifths {
    width: 80%;
  }

  .rte:after {
    content: "";
    display: table;
    clear: both;
  }
  .rte {
    margin-bottom: 7.5px;
  }
  .rte:last-child {
    margin-bottom: 0;
  }
  .rte + .rte {
    margin-top: 30px;
  }
  .rte ol,
  .rte p,
  .rte table,
  .rte ul {
    margin-bottom: 15px;
  }
  .rte ol:last-child,
  .rte p:last-child,
  .rte table:last-child,
  .rte ul:last-child {
    margin-bottom: 0;
  }
  .rte ul ul {
    margin-bottom: 0;
  }
  .rte h1,
  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .rte h1:first-child,
  .rte h2:first-child,
  .rte h3:first-child,
  .rte h4:first-child,
  .rte h5:first-child,
  .rte h6:first-child {
    margin-top: 0;
  }
  .rte > div {
    margin-bottom: 15px;
  }
  .rte > div:last-child {
    margin-bottom: 0;
  }
  .rte li {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 769px) {
    .rte {
      margin-bottom: 15px;
    }
    .rte ol,
    .rte p,
    .rte table,
    .rte ul {
      margin-bottom: 20px;
    }
    .rte h1,
    .rte h2,
    .rte h3,
    .rte h4,
    .rte h5,
    .rte h6 {
      margin-top: 40px;
      margin-bottom: 20px;
    }
  }

  .media {
    height: 0;
    line-height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }
  .media--cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-bottom: 0;
  }
  .media--square {
    padding-bottom: 100%;
  }
  .media--circle {
    padding-bottom: 100%;
    border-radius: 100%;
  }
  .media--banner {
    padding-bottom: 33.3333%;
  }
  .media--rect {
    padding-bottom: 66.6666%;
  }
  .media--portrait {
    padding-bottom: 133.3333%;
  }
  .media--half {
    padding-bottom: 50%;
  }
  .media--mov {
    padding-bottom: 56.25%;
  }
  .media--movport {
    padding-bottom: 150%;
  }
  .media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* 02_base
================================================ */
  html:not([class="is-no-smoothscroll"]) {
    scroll-behavior: smooth;
  }
  html.is-no-smoothscroll {
    scroll-behavior: auto !important;
  }

  body {
    min-width: 320px;
    font-family: var(--fontfamily_base);
    color: var(--font_color_base);
    font-size: var(--font_size_base);
    line-height: var(--line-height_base);
    letter-spacing: var(--letter-spacing_base);
    -webkit-text-size-adjust: 100%;
  }
  body.is-nav-open {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    body {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (hover: none) {
    body {
      -webkit-text-size-adjust: none;
    }
  }

  .l-wrapper {
    position: relative;
  }

  .l-container {
    position: relative;
    background: var(--colorBody);
  }
  @media (min-width: 768px) {
    .l-container {
      padding-bottom: 150px;
    }
  }

  .l-contents {
    position: relative;
  }
  .l-contents::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  @media (min-width: 768px) {
    .l-contents {
      max-width: 500px;
      margin: 0 auto;
    }
    .l-contents::before {
      box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
      border-radius: 0 0 60px 60px;
    }
  }

  /* sp <--> tb <--> pc
-------------------------------------- */
  @media (max-width: 939px) {
    .u-view-pc {
      display: none !important;
    }
  }

  @media (min-width: 940px) {
    .u-view-under-tb {
      display: none !important;
    }
  }

  /* font
-------------------------------------- */
  @font-face {
    font-family: Gotham;
    src: url(//tengahealthcare.com/nininkatsu/wp-content/themes/nininkatsu-theme4/assets/fonts/Gotham-Bold.woff2)
        format("woff2"),
      url(//tengahealthcare.com/nininkatsu/wp-content/themes/nininkatsu-theme4/assets/fonts/Gotham-Bold.woff)
        format("woff"),
      url(//tengahealthcare.com/nininkatsu/wp-content/themes/nininkatsu-theme4/assets//fonts/Gotham-Bold.ttf)
        format("truetype");
    font-weight: 700;
  }
  .u-font-en {
    font-family: Gotham;
    font-weight: 700;
    line-height: 1.2;
  }

  .u-font-bold {
    font-weight: 700;
    line-height: 1.2;
  }

  .u-font-xbold {
    font-weight: 900;
    line-height: 1.2;
  }

  .u-color-accent {
    color: #2fa5fd;
  }
  .u-color-white {
    color: #fff;
  }

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

  .u-bold {
    font-weight: 900;
  }
  .dots {
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
  }

  .u-text-x4s {
    font-size: 1em;
  }

  .u-text-x3s {
    font-size: 1.1em;
  }

  .u-text-x2s {
    font-size: 1.2em;
  }

  .u-text-xs {
    font-size: 1.3em;
  }

  .u-text-sm {
    font-size: 1.4em;
  }

  .u-text-md {
    font-size: 1.5em;
  }

  .u-text-lg {
    font-size: 1.8em;
  }

  .u-text-xl {
    font-size: 2em;
  }

  .u-text-x2l {
    font-size: 2.2em;
  }

  .u-text-x3l {
    font-size: 2.5em;
  }

  .u-text-x4l {
    font-size: 3em;
  }
  .u-text-x5l {
    font-size: 4.5em;
  }
  .u-text-x6l {
    font-size: 6em;
  }
  .u-text-x7l {
    font-size: 8em;
  }

  .u-leading-x2s {
    line-height: 1.4;
  }

  .u-leading-xs {
    line-height: var(--line-height_head);
  }

  .u-leading-sm {
    line-height: 1.8;
  }

  .u-leading-md {
    line-height: var(--line-height_base);
  }

  .u-leading-lg {
    line-height: 2.5;
  }

  .u-text-left {
    text-align: left;
  }

  .u-text-right {
    text-align: right;
  }

  .u-text-center {
    text-align: center;
  }

  .u-letter-lg {
    letter-spacing: var(--letter-spacing_head);
  }

  .u-inline-block {
    display: inline-block;
  }

  .u-comment {
    position: relative;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #eee;
    position: relative;
  }
  .u-comment--top {
    margin-top: 2rem;
  }
  .u-comment--top:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-bottom: 1rem solid #eee;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
  }
  .u-comment--left:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: -0.5rem;
    transform: translateX(-50%);
    width: 0;
    border-right: 1rem solid #eee;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
  }

  .u-comment p {
    margin: 0 !important;
  }

  /* link
-------------------------------------- */
  a.u-alpha {
    display: block;
    text-decoration: none;
  }
  @media (hover: hover) and (pointer: fine) {
    a.u-alpha {
      transition: all 0.3s ease;
    }
    a.u-alpha:hover {
      opacity: 0.7;
    }
  }

  /* layout
-------------------------------------- */
  .u-inner {
    box-sizing: border-box;
    padding-left: var(--body_padding_side);
    padding-right: var(--body_padding_side);
  }
  @media (min-width: 768px) {
    .u-inner {
      width: 100%;
      max-width: var(--contents_width_with_padding);
      margin-right: auto;
      margin-left: auto;
    }
  }

  /* .c-btn01.is-small
================================================== */
  .c-btn01.is-small {
    max-width: 22em;
    min-height: 4em;
  }
  .c-btn01.is-small .c-btn01__img {
    width: 58.4615384615%;
    max-width: 133px;
  }
  .c-btn01.is-small .c-btn01__ico {
    right: 1.15em;
  }

  /* .c-btn01
================================================== */
  .c-btn01 {
    position: relative;
    display: flex;
    width: 100%;
    /*max-width: 29.5em;*/
    min-height: 6.5em;
    margin: 2em auto 0;
    box-sizing: border-box;
  }
  .c-btn01__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6em 0.7em;
    margin-top: 2em;
  }
  .c-btn01__wrap .c-btn01 {
    margin: 0;
  }
  .c-btn01__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    margin: 0;
    box-sizing: border-box;
    border: none;
    background: rgb(var(--color-primary-500));
    color: rgb(var(--color-grayscale-100));
    border-radius: 9em;
  }
  .c-btn01.has-ico .c-btn01__link {
    padding-left: 0.9em;
  }
  .c-btn01__ico {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
  }
  .c-btn01__img {
    width: 33.8983050847%;
    max-width: 133px;
  }
  .c-btn01__img img {
    display: block;
    width: 100%;
  }
  @media (hover: hover) and (pointer: fine) {
    .c-btn01__link {
      transition: background 0.3s ease;
    }
    .c-btn01__link:hover {
      background: rgb(var(--color-primary-400));
    }
  }

  /* .c-ico
================================================== */
  .c-ico {
    display: inline-block;
    vertical-align: baseline;
  }
  .c-ico svg {
    display: block;
  }

  /* .c-ico.is-arw01
================================================== */
  .c-ico.is-arw01::after {
    content: "";
    display: block;
    width: 0.7em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* .c-ico.is-blank01
================================================== */
  .c-ico.is-blank01::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M10 .495V.472L9.997.46V.448L9.996.433 9.995.424 9.992.408 9.99.4a.517.517 0 0 0-.01-.039V.353a.808.808 0 0 0-.005-.014l-.003-.01a.78.78 0 0 0-.005-.012l-.004-.01a.701.701 0 0 0-.01-.023L9.948.275 9.94.262 9.937.254a.49.49 0 0 0-.008-.013L9.925.234a.442.442 0 0 0-.014-.02L9.902.2 9.896.193 9.887.182a.32.32 0 0 0-.008-.01L9.871.163a.457.457 0 0 0-.016-.017L9.854.144a.521.521 0 0 0-.017-.016L9.827.12a.458.458 0 0 0-.021-.017L9.8.098l-.014-.01L9.78.085a.544.544 0 0 0-.014-.009L9.759.071a.53.53 0 0 0-.013-.008L9.738.06a.577.577 0 0 0-.013-.007L9.716.048a.606.606 0 0 0-.022-.01L9.683.034 9.67.029 9.66.026A.42.42 0 0 0 9.647.02H9.64L9.624.015 9.616.013 9.6.01 9.592.008a.529.529 0 0 0-.016-.003h-.01L9.553.001H9.54L9.53 0H6.393a.497.497 0 0 0 0 .993h1.912L4.192 5.106a.496.496 0 1 0 .702.702l4.113-4.113V3.54a.497.497 0 0 0 .993 0V.495Z"/><path d="M8.953 5.21a.497.497 0 0 0-.497.497v3.3H.993V1.544H4.25a.497.497 0 0 0 0-.993H.496A.496.496 0 0 0 0 1.047v8.457c0 .274.222.496.496.496h8.457a.496.496 0 0 0 .496-.496V5.707a.496.496 0 0 0-.496-.497Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M10 .495V.472L9.997.46V.448L9.996.433 9.995.424 9.992.408 9.99.4a.517.517 0 0 0-.01-.039V.353a.808.808 0 0 0-.005-.014l-.003-.01a.78.78 0 0 0-.005-.012l-.004-.01a.701.701 0 0 0-.01-.023L9.948.275 9.94.262 9.937.254a.49.49 0 0 0-.008-.013L9.925.234a.442.442 0 0 0-.014-.02L9.902.2 9.896.193 9.887.182a.32.32 0 0 0-.008-.01L9.871.163a.457.457 0 0 0-.016-.017L9.854.144a.521.521 0 0 0-.017-.016L9.827.12a.458.458 0 0 0-.021-.017L9.8.098l-.014-.01L9.78.085a.544.544 0 0 0-.014-.009L9.759.071a.53.53 0 0 0-.013-.008L9.738.06a.577.577 0 0 0-.013-.007L9.716.048a.606.606 0 0 0-.022-.01L9.683.034 9.67.029 9.66.026A.42.42 0 0 0 9.647.02H9.64L9.624.015 9.616.013 9.6.01 9.592.008a.529.529 0 0 0-.016-.003h-.01L9.553.001H9.54L9.53 0H6.393a.497.497 0 0 0 0 .993h1.912L4.192 5.106a.496.496 0 1 0 .702.702l4.113-4.113V3.54a.497.497 0 0 0 .993 0V.495Z"/><path d="M8.953 5.21a.497.497 0 0 0-.497.497v3.3H.993V1.544H4.25a.497.497 0 0 0 0-.993H.496A.496.496 0 0 0 0 1.047v8.457c0 .274.222.496.496.496h8.457a.496.496 0 0 0 .496-.496V5.707a.496.496 0 0 0-.496-.497Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* .c-ico.is-insta01
================================================== */
  .c-ico.is-insta01::after {
    content: "";
    display: block;
    width: 1.8em;
    height: 1.9em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 19"><path d="M5.265 18.5C2.358 18.5.009 16.142 0 13.235v-7.47A5.266 5.266 0 0 1 5.265.5h7.47C15.642.5 17.991 2.858 18 5.765v7.479a5.266 5.266 0 0 1-5.265 5.265h-7.47V18.5ZM1.683 5.765v7.479a3.58 3.58 0 0 0 3.582 3.582h7.47a3.58 3.58 0 0 0 3.582-3.582V5.765a3.58 3.58 0 0 0-3.582-3.582h-7.47a3.58 3.58 0 0 0-3.582 3.582ZM4.356 9.5a4.653 4.653 0 1 1 4.653 4.653A4.66 4.66 0 0 1 4.356 9.5Zm1.683 0a2.973 2.973 0 0 0 2.97 2.97 2.973 2.973 0 0 0 2.97-2.97 2.973 2.973 0 0 0-2.97-2.97 2.973 2.973 0 0 0-2.97 2.97Zm7.524-3.708a1.124 1.124 0 1 1 1.35-.837 1.117 1.117 0 0 1-1.089.864c-.09 0-.171-.009-.261-.027Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 19"><path d="M5.265 18.5C2.358 18.5.009 16.142 0 13.235v-7.47A5.266 5.266 0 0 1 5.265.5h7.47C15.642.5 17.991 2.858 18 5.765v7.479a5.266 5.266 0 0 1-5.265 5.265h-7.47V18.5ZM1.683 5.765v7.479a3.58 3.58 0 0 0 3.582 3.582h7.47a3.58 3.58 0 0 0 3.582-3.582V5.765a3.58 3.58 0 0 0-3.582-3.582h-7.47a3.58 3.58 0 0 0-3.582 3.582ZM4.356 9.5a4.653 4.653 0 1 1 4.653 4.653A4.66 4.66 0 0 1 4.356 9.5Zm1.683 0a2.973 2.973 0 0 0 2.97 2.97 2.973 2.973 0 0 0 2.97-2.97 2.973 2.973 0 0 0-2.97-2.97 2.973 2.973 0 0 0-2.97 2.97Zm7.524-3.708a1.124 1.124 0 1 1 1.35-.837 1.117 1.117 0 0 1-1.089.864c-.09 0-.171-.009-.261-.027Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* .c-ico.is-x01
================================================== */
  .c-ico.is-x01::after {
    content: "";
    display: block;
    width: 1.7em;
    height: 1.9em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 19"><path d="M10.119 8.123 16.448.5h-1.5L9.453 7.12 5.06.5H0l6.635 10.009L0 18.5h1.499l5.803-6.988 4.633 6.988h5.06L10.113 8.123h.005ZM8.062 10.6l-.672-.998-5.35-7.934h2.303l4.316 6.398.672.998 5.612 8.32h-2.302l-4.579-6.79v.006Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 19"><path d="M10.119 8.123 16.448.5h-1.5L9.453 7.12 5.06.5H0l6.635 10.009L0 18.5h1.499l5.803-6.988 4.633 6.988h5.06L10.113 8.123h.005ZM8.062 10.6l-.672-.998-5.35-7.934h2.303l4.316 6.398.672.998 5.612 8.32h-2.302l-4.579-6.79v.006Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* .c-ico.is-line01
================================================== */
  .c-ico.is-line01::after {
    content: "";
    display: block;
    width: 1.9em;
    height: 1.9em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><path d="M8.98 18.5c-.1 0-.19-.027-.254-.099a.698.698 0 0 1-.045-.522v-.018c.027-.144.136-.81.136-.81a1.95 1.95 0 0 0-.028-.855c-.108-.261-.516-.396-.841-.468a10.228 10.228 0 0 1-5.676-2.583A6.858 6.858 0 0 1 0 8.168C0 3.938 4.263.5 9.505.5 14.745.5 19 3.938 19 8.168a6.829 6.829 0 0 1-2.037 4.716 30.279 30.279 0 0 1-7.458 5.481 1.333 1.333 0 0 1-.525.135Zm4.2-12.375a.18.18 0 0 0-.127.054s-.054.081-.054.135v4.113c0 .045.018.09.054.126 0 0 .081.054.127.054h2.67a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.181-.18h-1.81v-.702h1.81a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.181-.18h-1.81v-.702h1.81a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.181-.18h-2.67ZM9.45 7.979l1.901 2.547s.027.036.045.045h.77c.1 0 .18-.081.18-.18V6.287a.181.181 0 0 0-.18-.18h-.67a.18.18 0 0 0-.181.18v2.448L9.414 6.188s0-.009-.018-.018l-.018-.018h-.779c-.1 0-.18.072-.18.171v4.113c0 .099.08.18.18.18h.67a.18.18 0 0 0 .181-.18V7.961v.018ZM6.916 6.125a.18.18 0 0 0-.181.18v4.113c0 .099.081.18.18.18h.67c.1 0 .182-.081.182-.18V6.305a.181.181 0 0 0-.181-.18h-.67Zm-3.603 0a.18.18 0 0 0-.181.18v4.113c0 .045.018.09.054.126 0 0 .082.054.127.054h2.661a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.18-.18H4.163V6.305a.181.181 0 0 0-.181-.18h-.67Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><path d="M8.98 18.5c-.1 0-.19-.027-.254-.099a.698.698 0 0 1-.045-.522v-.018c.027-.144.136-.81.136-.81a1.95 1.95 0 0 0-.028-.855c-.108-.261-.516-.396-.841-.468a10.228 10.228 0 0 1-5.676-2.583A6.858 6.858 0 0 1 0 8.168C0 3.938 4.263.5 9.505.5 14.745.5 19 3.938 19 8.168a6.829 6.829 0 0 1-2.037 4.716 30.279 30.279 0 0 1-7.458 5.481 1.333 1.333 0 0 1-.525.135Zm4.2-12.375a.18.18 0 0 0-.127.054s-.054.081-.054.135v4.113c0 .045.018.09.054.126 0 0 .081.054.127.054h2.67a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.181-.18h-1.81v-.702h1.81a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.181-.18h-1.81v-.702h1.81a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.181-.18h-2.67ZM9.45 7.979l1.901 2.547s.027.036.045.045h.77c.1 0 .18-.081.18-.18V6.287a.181.181 0 0 0-.18-.18h-.67a.18.18 0 0 0-.181.18v2.448L9.414 6.188s0-.009-.018-.018l-.018-.018h-.779c-.1 0-.18.072-.18.171v4.113c0 .099.08.18.18.18h.67a.18.18 0 0 0 .181-.18V7.961v.018ZM6.916 6.125a.18.18 0 0 0-.181.18v4.113c0 .099.081.18.18.18h.67c.1 0 .182-.081.182-.18V6.305a.181.181 0 0 0-.181-.18h-.67Zm-3.603 0a.18.18 0 0 0-.181.18v4.113c0 .045.018.09.054.126 0 0 .082.054.127.054h2.661a.18.18 0 0 0 .181-.18v-.666a.181.181 0 0 0-.18-.18H4.163V6.305a.181.181 0 0 0-.181-.18h-.67Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* .c-ico.is-link01
================================================== */
  .c-ico.is-link01::after {
    content: "";
    display: block;
    width: 1.1em;
    height: 1.9em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 15"><path d="M2.246 14.738C.408 13.988-.483 11.87.26 10.013c.176-.45.445-.853.78-1.19.157.243.343.478.557.684.204.206.436.394.677.563a1.896 1.896 0 0 0-.39 2.015A1.882 1.882 0 0 0 3.25 13.22a1.9 1.9 0 0 0 1.049-.103c.232-.093.436-.234.613-.412L7.64 9.948c.26-.263.436-.6.51-.975a1.999 1.999 0 0 0-.102-1.07A1.882 1.882 0 0 0 6.683 6.77a1.943 1.943 0 0 0-1.058.104 1.817 1.817 0 0 0-.612.412l-.205.206a1.098 1.098 0 0 1-1.16-.684 1.168 1.168 0 0 1-.074-.562l.204-.207a3.577 3.577 0 0 1 5.087 0 3.664 3.664 0 0 1 0 5.138l-2.73 2.756a3.57 3.57 0 0 1-3.898.797l.01.01ZM3.314 9.76a3.64 3.64 0 0 1-2.182-2.672 3.65 3.65 0 0 1 .984-3.262l2.73-2.756a3.577 3.577 0 0 1 5.086 0 3.667 3.667 0 0 1 .02 5.118 4.36 4.36 0 0 0-.558-.684 4.928 4.928 0 0 0-.678-.563 1.89 1.89 0 0 0-.019-2.634 1.849 1.849 0 0 0-2.013-.412 1.818 1.818 0 0 0-.613.412L3.34 5.063c-.26.263-.436.6-.51.966-.065.356-.028.722.102 1.06.232.59.752 1.012 1.365 1.134a1.82 1.82 0 0 0 1.049-.103c.232-.094.436-.235.612-.413l.205-.206c.12-.019.241-.01.352.01a1.117 1.117 0 0 1 .882 1.237l-.204.206a3.478 3.478 0 0 1-1.856.994 3.347 3.347 0 0 1-.687.065 3.56 3.56 0 0 1-1.356-.262l.019.01Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 15"><path d="M2.246 14.738C.408 13.988-.483 11.87.26 10.013c.176-.45.445-.853.78-1.19.157.243.343.478.557.684.204.206.436.394.677.563a1.896 1.896 0 0 0-.39 2.015A1.882 1.882 0 0 0 3.25 13.22a1.9 1.9 0 0 0 1.049-.103c.232-.093.436-.234.613-.412L7.64 9.948c.26-.263.436-.6.51-.975a1.999 1.999 0 0 0-.102-1.07A1.882 1.882 0 0 0 6.683 6.77a1.943 1.943 0 0 0-1.058.104 1.817 1.817 0 0 0-.612.412l-.205.206a1.098 1.098 0 0 1-1.16-.684 1.168 1.168 0 0 1-.074-.562l.204-.207a3.577 3.577 0 0 1 5.087 0 3.664 3.664 0 0 1 0 5.138l-2.73 2.756a3.57 3.57 0 0 1-3.898.797l.01.01ZM3.314 9.76a3.64 3.64 0 0 1-2.182-2.672 3.65 3.65 0 0 1 .984-3.262l2.73-2.756a3.577 3.577 0 0 1 5.086 0 3.667 3.667 0 0 1 .02 5.118 4.36 4.36 0 0 0-.558-.684 4.928 4.928 0 0 0-.678-.563 1.89 1.89 0 0 0-.019-2.634 1.849 1.849 0 0 0-2.013-.412 1.818 1.818 0 0 0-.613.412L3.34 5.063c-.26.263-.436.6-.51.966-.065.356-.028.722.102 1.06.232.59.752 1.012 1.365 1.134a1.82 1.82 0 0 0 1.049-.103c.232-.094.436-.235.612-.413l.205-.206c.12-.019.241-.01.352.01a1.117 1.117 0 0 1 .882 1.237l-.204.206a3.478 3.478 0 0 1-1.856.994 3.347 3.347 0 0 1-.687.065 3.56 3.56 0 0 1-1.356-.262l.019.01Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* .c-modal01
=============================== */
  .c-modal01 {
    visibility: hidden;
    pointer-events: none;
  }
  .c-modal01.is-open {
    visibility: visible;
    pointer-events: auto;
  }
  .c-modal01[aria-hidden="false"] .c-modal01__overlay {
    animation: c-modal01-fadein 0.6s var(--mh--easing);
  }
  .c-modal01[aria-hidden="false"] .c-modal01-content {
    animation: c-modal01-slideIn 0.6s var(--mh--easing);
  }
  .c-modal01[aria-hidden="true"] .c-modal01__overlay {
    animation: c-modal01-fadeout 0.6s var(--mh--easing);
  }
  .c-modal01[aria-hidden="true"] .c-modal01-content {
    animation: c-modal01-slideOut 0.6s var(--mh--easing);
  }
  .c-modal01__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    background: #d54d4a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    will-change: transform;
    z-index: 3000;
  }
  .is-series02 .c-modal01__overlay {
    background: #84b4d7;
  }
  .c-modal01__container {
    width: 100%;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    pointer-events: initial;
    overflow-y: auto;
    padding-top: 4em;
    padding-bottom: 7.6em;
  }
  .c-modal01__container.is-large {
    max-width: unset;
  }
  .c-modal01-header {
    max-width: 447px;
    width: 89.3333333333%;
    margin: 0 auto;
  }
  .c-modal01-header__title {
    display: none;
  }
  .c-modal01-header__close {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 0;
    margin: 0 0 10px auto;
    text-indent: -999px;
    overflow: hidden;
    border: none;
    background: none;
  }
  .c-modal01-header__close::before,
  .c-modal01-header__close::after {
    position: absolute;
    top: 50%;
    left: -14%;
    right: -14%;
    content: "";
    background: #fff;
    height: 2px;
    margin-top: -1px;
  }
  .c-modal01-header__close::before {
    transform: rotate(-45deg);
  }
  .c-modal01-header__close::after {
    transform: rotate(45deg);
  }
  .c-modal01-content {
    max-width: 447px;
    width: 89.3333333333%;
    margin: 0 auto;
    background: rgb(var(--color-tertiary-300));
    box-shadow: 0px 0.4em 2em rgba(var(--color-grayscale-900), 0.25);
    will-change: transform;
  }
  .c-modal01-footer {
    display: none;
  }
  .c-modal01.is-series02 .c-modal01-content {
    background: rgb(var(--color-primary-100));
  }
  .c-modal01.is-series02 .c-modal01-content-about__box-head {
    background: rgb(var(--color-secondary-300));
  }
  .c-modal01.is-series02 .c-modal01-content-about-check__item::before {
    background: rgb(var(--color-primary-300));
  }

  @keyframes c-modal01-fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes c-modal01-fadeout {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes c-modal01-slideIn {
    from {
      transform: translateY(50px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes c-modal01-slideOut {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-30px);
    }
  }
  .c-modal01-content-intro {
    padding: 0 0 4em;
  }
  .c-modal01-content-intro__img {
    margin-bottom: 2em;
  }
  .c-modal01-content-intro__img img {
    display: block;
    width: 100%;
  }

  .c-modal01-content-about {
    padding: 0 5.9701492537% 5.9701492537%;
  }
  .c-modal01-content-about__head {
    position: relative;
    margin: 0 -6.7796610169% 2em;
    padding: 2.7em 2em 2.3em;
    background: rgb(var(--color-tertiary-500));
    text-align: center;
  }
  .c-modal01-content-about__head-img {
    position: absolute;
    top: -2em;
    right: 2.5em;
  }
  .c-modal01-content-about__head-sub {
    position: relative;
    font-size: 1.3em;
  }
  .c-modal01-content-about__head-main {
    margin-top: 0.3em;
    position: relative;
    font-size: 1.6em;
  }
  .c-modal01-content-about__box {
    background: rgb(var(--color-grayscale-100));
    border-radius: 0.5em;
    padding: 0 6.7796610169% 2em;
    overflow: hidden;
    box-shadow: 0px 0.4em 1em rgba(var(--color-grayscale-900), 0.05);
  }
  .c-modal01-content-about__box + .c-modal01-content-about__box {
    margin-top: 1.2em;
  }
  .c-modal01-content-about__box-head {
    text-align: center;
    background: rgb(var(--color-grayscale-900));
    color: rgb(var(--color-grayscale-100));
    padding: 0.5em;
    margin: 0 -8.8888888889% 1.2em;
  }

  .c-modal01-content-about-check__item {
    position: relative;
    padding-left: 1.6em;
  }
  .c-modal01-content-about-check__item + .c-modal01-content-about-check__item {
    margin-top: 0.5em;
  }
  .c-modal01-content-about-check__item::before {
    position: absolute;
    top: 0.1em;
    left: 0;
    background: rgb(var(--color-tertiary-500));
    display: block;
    width: 1.155em;
    height: 1.155em;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m11.774%205.633-4.73%205.793-3.695-3.167%201.302-1.518L6.79%208.574l3.435-4.207%201.55%201.266Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }

  .c-modal01-content-about-detail {
    margin-top: 2em;
  }
  .c-modal01-content-about-detail__item {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .c-modal01-content-about-detail__item-img {
    width: 100%;
    overflow: hidden;
  }
  .c-modal01-content-about-detail__item-img img {
    display: block;
    width: 100%;
  }
  .c-modal01-content-about-detail__item-txt {
    padding: 1em;
  }

  .c-nav-sns01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -0.9em;
  }
  .c-nav-sns01__item-link,
  .c-nav-sns01__item-btn {
    display: block;
    padding: 0.9em 0.9em 0;
  }
  .c-nav-sns01__item-link .c-ico,
  .c-nav-sns01__item-btn .c-ico {
    display: block;
  }
  .c-nav-sns01__item-btn {
    position: relative;
    border-radius: 0;
    border: 0;
  }
  .c-nav-sns01__item-btn-txt {
    background: rgb(var(--color-primary-500));
    color: #fff;
    width: 3em;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 2px 1px 4px;
    font-size: 1.2em;
    border-radius: 3px;
    position: absolute;
    bottom: 80%;
    left: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, 20%);
    opacity: 0;
  }
  .c-nav-sns01__item-btn.is-active .c-nav-sns01__item-btn-txt {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  @media (hover: hover) and (pointer: fine) {
    .c-nav-sns01__item-link,
    .c-nav-sns01__item-btn {
      transition: color 0.3s ease;
    }
    .c-nav-sns01__item-link:hover,
    .c-nav-sns01__item-btn:hover {
      color: rgb(var(--color-grayscale-800));
    }
  }

  .c-nav-info01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.5em;
  }
  .c-nav-info01__item {
    margin: 0.75em 0.5em 0;
    font-size: 1.3rem;
  }
  .c-nav-info01__item svg {
    display: block;
    width: auto;
    height: 1.3rem;
  }
  @media (hover: hover) and (pointer: fine) {
    .c-nav-info01__item-link {
      transition: color 0.3s ease;
    }
    .c-nav-info01__item-link:hover {
      color: rgb(var(--color-grayscale-800));
    }
  }

  /* .l-footer
================================================ */
  .l-footer {
    position: relative;
  }
  .l-footer__inner {
    padding-top: 16%;
    padding-bottom: 10.6666666667%;
  }
  .l-footer__logo {
    width: 15em;
    margin: 0 auto 2.8em;
  }
  .l-footer__logo svg {
    display: block;
  }
  .l-footer__content.is-content02 {
    margin-top: 0.85em;
  }
  .l-footer__cr {
    margin-top: 4.82em;
  }
  @media (min-width: 768px) {
    .l-footer__inner {
      padding-bottom: 0;
    }
  }
  @media (min-width: 940px) {
    .l-footer__inner {
      padding-bottom: 60px;
    }
  }

  .l-footer-bnr {
    position: sticky;
    bottom: 0;
    right: 0;
    margin-left: auto;
    padding: 8px 20px 20px 0;
    width: 240px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l-footer-bnr.is-shown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-footer-bnr.is-force-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l-footer-bnr__btn {
    width: 220px;
    box-shadow: 5px 10px 10px 0 rgba(var(--color-grayscale-900), 0.15);
  }
  .l-footer-bnr__btn img {
    display: block;
    width: 100%;
  }
  .l-footer-bnr__close {
    border: 0;
    position: absolute;
    top: 0;
    right: 7px;
    background: rgb(var(--color-primary-500));
    color: rgb(var(--color-grayscale-100));
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .l-footer-bnr__close::before,
  .l-footer-bnr__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    content: "";
    border-top: 1px solid;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-footer-bnr__close::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  /* .l-header
================================================ */
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
    color: rgb(var(--color-primary-500));
  }
  .l-header.is-open {
    position: fixed;
  }
  .l-header.is-open .l-header-info__logo {
    opacity: 1;
    pointer-events: auto;
  }
  @media (min-width: 940px) {
    .l-header {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: rgb(var(--color-primary-500));
      min-width: unset;
      z-index: 0;
    }
    .l-header__inner {
      position: sticky;
      top: 0;
      left: 0;
    }
  }

  /* .l-header-info
================================================== */
  .l-header-info {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    height: var(--header_height);
  }
  .l-header-info__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-header-info__logo {
    color: rgb(var(--color-grayscale-900));
    width: 12em;
    opacity: 0;
    pointer-events: none;
    margin: 20px auto 0;
  }
  .l-header-info__logo svg {
    display: block;
  }

  /* .l-nav-btn
================================================== */
  .l-nav-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .l-nav-btn__line {
    position: absolute;
    top: 50%;
    left: 30%;
    width: 40%;
    border-top: 2px solid;
    content: "";
    transition: margin 0.3s ease 0.3s, transform 0.3s ease;
  }
  .l-nav-btn__line:nth-child(1) {
    margin-top: -3px;
  }
  .l-nav-btn__line:nth-child(2) {
    margin-top: 3px;
  }
  .l-nav-btn.is-open {
    color: rgb(var(--color-primary-500));
  }
  .l-nav-btn.is-open .l-nav-btn__line {
    margin: 0;
    transition: margin 0.3s ease, transform 0.3s ease 0.3s;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    transform: rotate(-45deg);
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    transform: rotate(45deg);
  }

  /* .l-nav
================================================ */
  .l-nav {
    position: absolute;
    top: var(--header_height);
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: calc(100vh - var(--header_height));
    height: calc(var(--vh, 1vh) * 100 - var(--header_height));
    min-width: 320px;
    padding: 46px 8% 6em;
    box-sizing: border-box;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    color: rgb(var(--color-grayscale-900));
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-nav__content {
    margin-top: 2.1em;
  }
  .l-nav__cr {
    position: absolute;
    bottom: 2.8em;
    left: 0;
    right: 0;
  }
  .l-nav__bg {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1238"><path d="M1920 0H0c301.409 99.133 624.264 152.873 960 152.873 335.74 0 658.59-53.74 960-152.873Z"/></svg>'),
      url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1238" xmlns="http://www.w3.org/2000/svg"><rect width="1920" height="1238"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1238"><path d="M1920 0H0c301.409 99.133 624.264 152.873 960 152.873 335.74 0 658.59-53.74 960-152.873Z"/></svg>'),
      url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1238" xmlns="http://www.w3.org/2000/svg"><rect width="1920" height="1238"/></svg>');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding-top: 50%;
  }
  .l-nav__bg > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .l-nav__persons {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .l-nav__persons > div {
    position: relative;
    width: calc(50% - 250px);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .l-nav__bg .l-nav__persons img {
    display: block;
    width: 60%;
    max-width: 600px;
  }

  @media (max-width: 939px) {
    .l-nav {
      pointer-events: none;
    }
  }
  @media (max-width: 939px) and (min-aspect-ratio: 1) {
    .l-nav__cr {
      margin-top: 7em;
      position: static;
    }
  }
  @media (min-width: 940px) {
    .l-nav {
      min-width: unset;
      position: relative;
      top: 0;
      left: 0;
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      text-align: left;
      padding: 0;
      display: flex;
      justify-content: space-between;
    }
    .l-nav__col {
      position: relative;
      width: calc(50% - 250px);
      padding: 0 20px var(--header_height);
      box-sizing: border-box;
      display: flex;
      align-items: center;
    }
    .l-nav__col.is-col01 {
      justify-content: center;
      padding-bottom: calc(var(--header_height) + 30px);
    }
    .l-nav__logo {
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
    }
    .l-nav__logo img {
      display: block;
      width: 70%;
      margin: 0 auto;
    }
    .l-nav__content {
      margin: 0;
      position: absolute;
      bottom: 40px;
      left: 50%;
      text-align: center;
      transform: translateX(-50%);
      padding: 0;
    }
    .l-nav__content-row.is-row01 {
      font-size: 1.18rem;
    }
    .l-nav__content-row.is-row02 {
      margin-top: 2em;
      font-size: 1.8rem;
    }
    .l-nav__cr {
      margin-top: 2em;
      position: static;
      font-size: 1rem;
    }
  }

  /* .l-nav-list
================================================== */
  .l-nav-list__item {
    margin-top: 1.2em;
  }
  .l-nav-list__item-link {
    position: relative;
    border: 0;
    padding: 0;
    display: inline-block;
  }
  .l-nav-list__item-link::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    margin-top: -2px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .l-nav-list__item-link.is-current::before {
    opacity: 1;
  }
  .l-nav-list__item-link.is-current .l-nav-list__item-txt {
    transform: translateX(0.7em);
  }
  .l-nav-list__item-txt {
    display: block;
    transition: transform 0.3s ease;
  }
  @media (min-width: 940px) {
    .l-nav-list {
      font-size: 2.5rem;
      padding-right: 0.7em;
    }
    .l-nav-list__item {
      margin-top: 1.6em;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    .l-nav-list__item-link:hover::before {
      opacity: 1;
    }
    .l-nav-list__item-link:hover .l-nav-list__item-txt {
      transform: translateX(0.7em);
    }
  }

  /* .l-nav-other
================================================== */
  .l-nav-other {
    margin-top: 6em;
  }

  /* .l-nav-bnr
================================================ */
  .l-nav-bnr {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 340px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .l-nav-bnr__btn {
    width: 100%;
    box-shadow: 5px 10px 10px 0 rgba(var(--color-grayscale-900), 0.15);
  }
  .l-nav-bnr__btn img {
    display: block;
    width: 100%;
  }

  /* .l-nav-overlay
================================================ */
  .l-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-surface-300));
    z-index: 1000;
  }

  /* .l-ie-attention
================================================ */
  .l-ie-attention {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .l-ie-attention__txt {
    font-size: 3rem;
    margin-bottom: 18px;
  }
  .l-ie-attention__note {
    color: #989898;
  }
  .l-ie-attention__note .l-ie-attention__note-link {
    display: inline-block;
  }
  .l-ie-attention__note-link {
    font-size: 1.8rem;
    border-bottom: 1px solid;
    position: relative;
    margin-right: 25px;
    display: inline-block;
  }
  .l-ie-attention__note-link::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 13px;
    width: 11px;
    height: 11px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23829%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023829%22%20width%3D%228%22%20height%3D%228%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4323%22%20data-name%3D%22%E3%83%91%E3%82%B9%204323%22%20d%3D%22M688%2C718.025h-6v-6%22%20transform%3D%22translate(-682%20-707.025)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
      no-repeat center/100%;
  }

  /* .home-about
-------------------------------------- */
  .home-about {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .home-about__inner {
    position: relative;
    padding-top: 3em;
    padding-bottom: 2em;
    z-index: 1;
  }
  .home-about-imgs {
    position: relative;
    padding-top: 90%;
    z-index: 1;
  }
  .home-about-imgs__item {
    position: absolute;
    width: 33.3333%;
  }
  .home-about-imgs__item.is-item01 {
    top: 5%;
    left: 18%;
  }
  .home-about-imgs__item.is-item01 .home-about-imgs__item-in {
    transform: rotate(-8.89deg);
  }
  .home-about-imgs__item.is-item02 {
    top: 15%;
    left: 52%;
  }
  .home-about-imgs__item.is-item02 .home-about-imgs__item-in {
    transform: rotate(18.45deg);
  }
  .home-about-imgs__item-in {
    display: block;
  }
  .home-about-imgs__item img {
    display: block;
    width: 100%;
  }

  /* .cv-area
-------------------------------------- */
  .cv-area {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
    background: #77b8e8;
    color: #fff;
  }
  .cv-label {
    position: relative;
    padding: 0.5em 0 0.4em;
    text-align: center;
    background: #fff;
    color: #2fa5fd;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .cv-label:first-child {
    margin-top: 0;
  }
  .cv-label:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
  }
  .cv-label span {
    display: block;
  }
  .cv-image {
    border-radius: 10px;
    padding: 10px 0;
  }
  .cv-area .info {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 20px;
  }

  /* .home-design
-------------------------------------- */
  .home-design {
    position: relative;
    overflow: hidden;
  }
  .home-design__inner {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .home-design__cover {
    position: relative;
  }
  .home-design__cover > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
  }

  .home-design__box {
    padding: 1.6em;
    background: var(--colorBody);
    border-radius: 1.2em;
    margin-top: 2.5em;
  }

  .home-design__box:first-child {
    margin-top: 0;
  }

  .home-design__areaImg {
    padding-top: 12.6984126984%;
    margin: 0 -9.5238095238%;
  }
  .home-design__img {
    width: 80%;
  }
  .home-design__img.is-img01 {
    margin-right: auto;
  }
  .home-design__img.is-img02 {
    margin-top: -4em;
    margin-left: auto;
  }
  .home-design__img img {
    width: 100%;
    display: block;
  }
  .home-design__areaTxt {
    padding-top: 2.5em;
  }
  .home-design__txt + .home-design__txt {
    margin-top: 2em;
  }

  .home-design-list {
    /*margin-top: 4.45em;*/
  }
  .home-design-list__item {
    position: relative;
    display: block;
    margin-top: 0.6em;
    border-radius: 5em;
    padding: 1.4em 1.5em 1.4em 6em;
    background: var(--colorBody);
  }
  .home-design-list__item-head {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1.1;
    font-size: 0.8em;
    padding-top: 1.5em;
    width: 5.8em;
    height: 5.8em;
    border-radius: 100%;
    color: #fff;
    background: #2fa5fd;
    box-shadow: 0 0 0 5px #fff;
  }
  .home-design-list__item-head span {
    font-size: 2rem;
    display: block;
  }
  .home-design-list__item-img {
    position: absolute;
    top: -0.71em;
    right: -1.4em;
    width: 7.3em;
  }
  .home-design-list__item-img img {
    display: block;
    width: 100%;
  }

  /* .home-work
-------------------------------------- */
  .home-work {
    position: relative;
    overflow: hidden;
    padding-top: 5.3333333333%;
  }
  .home-work__inner {
    position: relative;
  }
  .home-work__head {
    position: relative;
    padding-top: 16%;
    color: rgb(var(--color-primary-500));
    margin-bottom: -0.03em;
    z-index: 1;
  }
  .home-work__head svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-work-series.is-series02 .home-work-series-intro {
    background: rgb(var(--color-primary-300));
  }
  .home-work-series.is-series02 .home-work-series-intro-head__desc {
    background: rgb(var(--color-secondary-300));
  }

  .home-work-series-intro {
    position: relative;
    background: rgb(var(--color-tertiary-500));
    padding-top: 16%;
    padding-bottom: 14.4%;
  }
  .home-work-series-intro__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 315 380"><path d="M0 150C0 67.157 67.157 0 150 0h15c82.843 0 150 67.157 150 150v230H0V150Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 315 380"><path d="M0 150C0 67.157 67.157 0 150 0h15c82.843 0 150 67.157 150 150v230H0V150Z"/></svg>');
    -webkit-mask-size: 84% auto;
    mask-size: 84% auto;
    -webkit-mask-position: center 9em;
    mask-position: center 9em;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: -webkit-mask 1s var(--mh--easing);
    transition: mask 1s var(--mh--easing);
    transition: mask 1s var(--mh--easing), -webkit-mask 1s var(--mh--easing);
  }
  .home-work-series-intro__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home-work-series-intro-vi {
    position: relative;
    padding-top: 109.3333333333%;
  }
  .home-work-series-intro-vi__img {
    position: absolute;
    top: 0;
    left: 33.3333333333%;
    right: 0;
    width: 33.3333333333%;
  }
  .home-work-series-intro-vi__img-in {
    display: block;
    transform: rotate(15deg);
  }
  .home-work-series-intro-vi__img img {
    display: block;
    width: 100%;
    filter: drop-shadow(2em 4em 1em rgba(var(--color-grayscale-900), 0.5));
  }
  .home-work-series-intro-vi__txt {
    position: absolute;
    bottom: 2.45em;
    left: 1.5em;
  }
  .home-work-series-intro-vi__txt-row {
    margin-top: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0.4em 0.6em;
  }
  .home-work-series-intro-vi__txt-row.has-ruby {
    padding-top: 0.5em;
    padding-bottom: 0.3em;
  }
  .home-work-series-intro-vi__txt-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(var(--color-grayscale-100));
    box-shadow: 0 0.4em 0.4em 0 rgba(var(--color-grayscale-900), 0.1);
  }
  .home-work-series-intro-vi__txt-row-in {
    position: relative;
    display: block;
  }
  .home-work-series-intro-vi__txt-row-bracket {
    font-feature-settings: "palt";
  }
  .home-work-series-intro-vi__txt-row-bracket.is-start {
    margin-right: 0.2em;
  }
  .home-work-series-intro-vi__txt-row-bracket.is-end {
    margin-left: 0.2em;
  }
  @media (min-width: 768px) {
    .home-work-series-intro-vi__txt-row {
      padding-bottom: 0.3em;
    }
  }

  .home-work-series-intro-head {
    text-align: center;
    margin-top: 2.2em;
    padding: 0 5.3333333333%;
  }
  .home-work-series-intro-head__sub {
    margin-top: 0.5em;
  }
  .home-work-series-intro-head__desc {
    position: relative;
    text-align: center;
    margin-top: 3em;
    padding: 0.9em 2.8em 0.6em 1em;
    background: rgb(var(--color-grayscale-900));
    color: rgb(var(--color-grayscale-100));
  }
  .home-work-series-intro-head__desc-img {
    position: absolute;
    top: -2.1em;
    right: 1.2em;
    width: 7em;
  }
  .home-work-series-intro-head__desc-img img {
    display: block;
    width: 100px;
  }

  .home-work-series-list {
    padding-bottom: 21.3333333333%;
  }
  .home-work-series-list__item {
    margin-top: 6em;
  }
  .home-work-series-list__item-img img {
    display: block;
    width: 100%;
  }
  .home-work-series-list__item-data {
    margin-top: 2em;
  }
  .home-work-series-list__item-data-pop {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0.8em;
  }
  .home-work-series-list__item-data-pop::before,
  .home-work-series-list__item-data-pop::after {
    content: "";
    display: block;
    width: 1.8em;
    border-top: 1px solid;
    margin: 0 0.2em 0.7em;
    transform: rotate(53.5deg);
  }
  .home-work-series-list__item-data-pop::after {
    transform: rotate(-53.5deg);
  }
  .home-work-series-list__item-data-price {
    margin-top: 0.6em;
  }
  .home-work-series-list__item-data-price span {
    display: inline-block;
    vertical-align: baseline;
  }

  /* .home-who
-------------------------------------- */
  .home-who {
    position: relative;
    overflow: hidden;
    color: rgb(var(--color-grayscale-100));
  }
  .home-who__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 1.5s var(--mh--easing);
    transform: scale(1.1);
  }
  .home-who__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-who__inner {
    position: relative;
    padding: 21.3333333333% 10.6666666667% 26.6666666667%;
  }
  .home-who__head {
    margin: 0 -2em;
    color: rgb(var(--color-primary-200));
  }
  .home-who__head-row.is-row01 span[data-num="4"] {
    margin: 0 -0.05em;
  }
  .home-who__head-row.is-row02 span[data-num="1"] {
    letter-spacing: -0.05em;
  }
  .home-who__subhead {
    margin-top: 1.3em;
    color: rgba(var(--color-grayscale-100), 0.5);
  }
  .home-who__img {
    width: 100%;
    max-width: 86.4406779661%;
    margin: 4em auto 3em;
  }
  .home-who__img img {
    display: block;
    width: 100%;
  }
  .home-who__img-caption {
    margin-top: 0.75em;
    opacity: 0.5;
  }
  .home-who__txt {
    margin-top: 1.5em;
  }

  .home-campaign-content-steps__item {
    margin-top: 2em;
    padding-top: 2.5em;
  }
  .home-campaign-content-steps__item + .home-campaign-content-steps__item {
    margin-top: 3em;
    padding-top: 2.5em;
    border-top: 1px solid;
  }
  .home-campaign-content-steps__item-head {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 0.4;
    background: var(--colorBody);
    color: #2fa5fd;
    border-radius: 9em;
    padding: 0.14em 0 0.6em;
    width: 6.7em;
    margin: 0 auto 0.9em;
    box-sizing: border-box;
  }
  .home-campaign-content-steps__item-head span {
    margin-left: 0.05em;
  }
  .home-campaign-content-steps__item h2 strong {
    background: linear-gradient(transparent 60%, #d0ff02 30%);
  }
  .home-campaign-content-steps__item p {
    text-align: left;
    margin: 1.5em 0;
  }

  .home-campaign-content-box {
    background: #f4f4f4;
    border-radius: 1em;
    padding: 6.3492063492% 3.1746031746% 6.3492063492% 6.3492063492%;
    margin-bottom: 2.5em;
  }
  .home-campaign-content-box__inner {
    height: 200px;
    overflow: auto;
    padding-right: 3.5087719298%;
  }
  @supports (scrollbar-width: thin) {
    .home-campaign-content-box__inner {
      scrollbar-width: thin;
      scrollbar-color: rgb(var(--color-grayscale-800)) rgba(var(--color-primary-300), 0.2);
    }
  }
  @supports not (display: scrollbar-width) {
    .home-campaign-content-box__inner::-webkit-scrollbar {
      width: 4px;
      border-radius: 10px;
    }
    .home-campaign-content-box__inner::-webkit-scrollbar-track {
      background-color: rgba(var(--color-primary-300), 0.2);
      border-radius: 10px;
    }
    .home-campaign-content-box__inner::-webkit-scrollbar-thumb {
      background-color: rgb(var(--color-grayscale-800));
      border-radius: 10px;
    }
  }
  .home-campaign-content-box p + h4 {
    margin-top: 2em;
  }

  .slick-next {
    right: 0px;
  }

  .slick-prev {
    left: 1px;
    z-index: 1;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #5d5d5d;
  }

/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
span.form_required_ec{
  background: #7E0F09;
  color: #ffffff;
}
.landing_form_label_ec {
  background: #d54d4b;
  color: #ffffff;
  font-size: 18px;
}
table.landing_form_ec {
  border-top: 1px solid #C3C3C3;
  border-right: 0;
  background: #FFF;
  border-bottom: 1px solid #999;
}
.landing_form_ec th {
  border-bottom: 1px solid #C3C3C3;
  border-left: 0;
  background-color: #fffcf3;
}
.landing_form_ec td {
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
  background-color: #ffffff;
}
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
span.form_required_sp_ec{
  background: #7E0F09;
  color: #ffffff;
}
.landing_form_label_sp_ec {
  background: #d54d4b;
  color: #ffffff;
  font-size: 18px;
}
.form_box_label_sp_ec {
  background: #fffcf3;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 追記 */
#sec-cv {
  position:relative;
}
.form_container_ec {
  width:100%;
}

.login_message_box_ec {
	width:100%;
}
table.landing_form_ec {
	width:100%
}
.landing_form_ec th {
	width:30%;
}
.landing_form_ec td {
	width:70%;
}
span.form_required_ec {
	font-size:11px;
}