/*------------------------------------
* 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_sub_total_ec {
  width: 15%;
}

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7BBFB9;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #7BBFB9;
  /* セクションラベルのフォント色*/
  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: #ECF8F7;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ECF8F7;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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

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

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


/*-------------------------------------*
 *自作CSS
 *-------------------------------------*/

@charset "UTF-8";

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	font-weight: inherit;
}

ul,
ol {
	list-style: none;
}

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

html:focus-within {
	scroll-behavior: smooth;
}

body {
	position: relative;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 400;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: "Gen Jyuu Gothic", "GenJyuuGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: var(--ence-color-black);
	background-color: #fcfcfc;
}
a {
	color: inherit;
	text-decoration: none;
}
a:not([class]) {
	text-decoration-skip-ink: none;
}

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

img,
picture {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

img,
svg,
video {
	display: block;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
	border: none;
}
html {
	font-size: 62.5%;
}
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

:root {
	--ence-color-white: #ffffff;
	--ence-color-black: #102220;
	--ence-color-main-green: #7bbfb9;
	--ence-color-light-green: #bedfdb;
	--ence-color-bright-green: #57aca4;
	--ence-color-deep-green: #53898c;
	--ence-color-verylight-green: #ecf8f7;
	--ence-color-line: #808080;
	--ence-color-accent: #e6655c;
}
@media screen and (max-width: 640px) {
	:root {
		--lide-content-padding: 24px;
	}
	form {
		width: 95%;
		margin: 0 auto;
	}
}

picture {
	display: block;
}

/******************/
/* animation *********/

/* サイト内使用animation */

.thumbnail-delay {
	opacity: 0;
}

.fadeIn {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.fadeIn.on {
	transform: translateY(0);
	opacity: 1;
}

.fadeLeft {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.fadeLeft.on {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	transform: translateX(0);
}

.fadeRight {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.fadeRight.on {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	transform: translateX(0);
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.shine-effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.shine-effect img {
	display: block;
	transition: transform 0.3s ease;
}

.shine-effect .shine {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-20deg);
	pointer-events: none;
}

.shine-effect:hover .shine {
	animation: shine 0.8s ease-out;
}

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

@keyframes float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

/* thumbnail */
.fade-thumbnail {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.fade-thumbnail img {
	display: block;
	height: auto;
	transition: transform 0.3s ease-in-out;
}

.fade-thumbnail::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.fade-thumbnail:hover::after {
	opacity: 1;
}

.fade-thumbnail:hover img {
	transform: scale(1.05);
}

/******************/
/* header *********/

.site-header {
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 99;
	margin-bottom: 90px;
	height: 70px;
	transition: background-color 0.5s ease-in-out;
	padding: 0 30px;
	box-sizing: border-box;
	opacity: 1;
}

.header-logo {
	display: flex;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 30px;
}

.header-logo a {
	display: flex;
	align-items: center;
}

.header-list {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header-list {
	display: flex;
	align-items: center;
	gap: clamp(10px, 2.7777vw, 40px);
	position: absolute;
	right: 18vw;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.header-list li a {
	color: var(--ence-color-black);
	font-size: 14px;
	font-weight: 500;
	transition: color 0.3s ease-in-out;
}

.header-list li a:hover {
	color: var(--ence-color-bright-green);
}

.header-list .item {
	font-size: 1rem;
	color: var(--ence-color-main-green);
	letter-spacing: 0.02em;
}

.header-link {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.header-link #header.UpMove {
	animation: UpAnime 0.5s forwards;
	opacity: 0;
	transform: translateY(-100%);
}

.header-btn {
	position: absolute;
	right: clamp(10px, 2.0833vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 12px 40px;
	width: 200px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	background-color: var(--ence-color-main-green);
	white-space: nowrap;
}

.header-btn .item {
	font-size: 1rem;
}

@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}

#header.DownMove {
	animation: DownAnime 0.5s forwards;
	opacity: 1;
	transform: translateY(0);
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 1250px) {
	.header-list {
		right: 20vw;
	}
}

@media screen and (max-width: 500px) {
	.header-logo {
		left: 15px;
	}
	.header-logo .logo {
		width: 90%;
	}
	.site-header {
		height: 70px;
	}
}

/* ハンバーガーメニュー */

.openbtn {
	position: fixed;
	z-index: 10000;
	top: 30px;
	right: 25px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	background-color: var(--ence-color-main-green);
	transition: background 0.3s, box-shadow 0.3s;
	border-radius: 5px;
}

.openbtn:hover {
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.openbtn span {
	display: inline-block;
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
	background-color: #ffffff;
	width: 45%;
	height: 1px;
}

.openbtn span:nth-of-type(1) {
	top: 14px;
}

.openbtn span:nth-of-type(2) {
	top: 22px;
}

.openbtn span:nth-of-type(3) {
	top: 30px;
}

.openbtn.active span:nth-of-type(1) {
	top: 22px;
	transform: translate(-50%, 0) rotate(45deg);
	width: 60%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 22px;
	transform: translate(-50%, 0) rotate(-45deg);
	width: 60%;
}

@media screen and (max-width: 1000px) {
	.header-list {
		display: none;
	}
	.header-btn {
		display: none;
	}
	.openbtn {
		display: block;
	}
	.site-header {
		top: 20px;
	}
}

/* グローバルナビゲーション */

#g-nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: -120%;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	overflow: scroll;
}
#g-nav.panelactive {
	right: 0;
}
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 40%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#g-nav .content {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	padding-top: 50px;
	padding-bottom: 100px;
	height: 80%;
	background: linear-gradient(to bottom, #ecf8f7 0%, #ace2de 90%, #7bbfb9 100%);
	margin-top: 10px;
	border-radius: 10px;
}
#g-nav li {
	position: relative;
	line-height: 1;
}
#g-nav li a {
	color: var(--lide-color-white);
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 600;
}
#g-nav .content .logo {
	margin-bottom: 60px;
}

#g-nav .menu .item {
	font-size: clamp(10px, 3.125vw, 14px);
	padding-left: 0;
	color: var(--ence-color-main-green);
	font-weight: 500;
}

#g-nav .menu .ja {
	font-size: clamp(14px, 3vw, 30px);
	font-weight: 500;
}

.g-nav .menu {
	background-color: var(--ence-color-white);
	width: 90%;
	margin: 0 auto 10px;
	padding: 0.5em;
	border: 3px solid var(--ence-color-main-green);
	border-radius: 10px;
}

.g-nav-logo {
	width: clamp(100px, 26.041vw, 200px);
	margin: 0 auto;
	display: block;
}

.g-nav-list {
	display: none;
	padding: 1.5em 0;
	padding-left: 2em;
}

.g-nav-btn,
.g-nav-link {
	color: var(--ence-color-white);
	position: relative;
	display: flex;
	align-items: center;
	gap: 1em;
	font-weight: 600;
	transition: color 0.3s;
	margin-bottom: 1em;
}

.g-nav-btn:hover,
.g-nav-link:link {
	color: var(--ence-color-main-green);
}

.g-nav-link p,
.g-nav-btn p,
.g-nav-list li a {
	font-size: 1.5rem;
}

.g-nav-link {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 90%;
	margin: 0 auto;
}

#g-nav .cv-menu {
	background-color: var(--ence-color-main-green);
	color: var(--ence-color-white);
	margin-top: 20px;
	padding: 1em;
}

#g-nav .cv-menu .item {
	color: var(--ence-color-white);
}
/******************/
/* footer *********/

.site-footer {
	background: linear-gradient(to bottom, #b3dbd8 0%, #7bbfb9 100%);
	padding-top: 100px;
	padding-bottom: 10px;
	position: relative;
}

.section-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-container {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 90px;
	justify-content: space-between;
	align-items: center;
}

.footer-item .thumbnail {
	margin-bottom: 20px;
}

.footer-item .title {
	font-size: 16px;
	font-weight: 500;
	color: var(--ence-color-black);
}

.adress-wrapper .postcode,
.adress-wrapper .address {
	font-size: 14px;
	color: var(--ence-color-black);
	line-height: 1.8;
	font-weight: 300;
}

.footer-menu-container {
	display: flex;
	gap: 80px;
	justify-content: flex-end;
	white-space: nowrap;
}

.footer-group {
	width: 50%;
}

.footer-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-group .menu {
	margin-bottom: 12px;
}
.footer-group a {
	color: var(--ence-color-black);
	text-decoration: none;
	font-size: 15px;
	transition: opacity 0.3s ease;
	display: inline-block;
}

.footer-group .menu-small a {
	font-size: 12px;
	color: #567a75;
}

.footer-group a:hover {
	opacity: 0.7;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color: var(--ence-color-deep-green);
	letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
	.site-footer {
		padding-top: 180px;
	}
	.footer-menu-container {
		display: none;
	}
	.footer-nav {
		width: 100%;
		text-align: center;
	}
	.footer-menu-container {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.footer-group {
		width: 100%;
	}
	.copyright {
		margin-top: 40px;
	}
}

@media screen and (max-width: 500px) {
	.site-footer {
		padding-top: 120px;
	}
	.footer-item .thumbnail {
		width: 70%;
	}
	.footer-container {
		width: 100%;
	}
	.adress-wrapper .postcode,
	.adress-wrapper .address {
		font-size: 13px;
	}
}

/******************/
/* common *********/

/* section */

.section {
	padding-top: 240px;
	padding-bottom: 240px;
}

.section-title {
	position: relative;
	color: var(--lide-color-black);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 120px;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeIn 1s ease-in-out forwards;
}

.section-title .title {
	font-size: clamp(50px, 5.5555vw, 80px);
	color: var(--ence-color-main-green);
	line-height: 1;
	margin-bottom: 30px;
	font-family: "Comfortaa", sans-serif;
}
.section-title .sub-title {
	font-size: clamp(24px, 2.361vw, 34px);
	color: var(--ence-color-main-green);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.title {
	color: var(--ence-color-deep-green);
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.text {
	font-size: 1.6rem;
	line-height: 2;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.en {
	font-family: "Oswald", "Arial Narrow", "Helvetica Condensed", "Impact", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.en-title {
	font-family: "Oswald", "Arial Narrow", "Helvetica Condensed", "Impact", sans-serif;
}

.inner {
	clear: both;
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1008px;
	width: 100%;
}

.section-inner {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 1em;
}

.sp-br {
	display: none;
}

@media screen and (max-width: 1000px) {
	.section {
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.section-title .title {
		margin-bottom: 10px;
	}
	.section-title {
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 768px) {
	.section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.inner {
		padding: 0 4%;
	}
	.sp-br {
		display: inline;
	}
	.section-title {
		margin-bottom: 60px;
	}
	.section-title .title {
		font-size: 30px;
	}
	.section-title .sub-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-title {
		margin-bottom: 30px;
	}
}

/* btn */

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 1em 3em 1em 1.5em;
	border: 0.5px solid var(--ence-color-main-green);
	color: var(--ence-color-white);
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	max-width: 380px;
	font-size: 1.4rem;
	width: 100%;
	background-color: var(--ence-color-main-green);
	transition: color 0.3s ease;
	border-radius: 5px;
	text-decoration: none;
}

.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--ence-color-white);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: -1;
}

.btn:hover::before {
	transform: translateX(0);
}

.btn:hover {
	color: var(--ence-color-main-green);
}

.btn::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1px solid var(--ence-color-white);
	border-top: 1px solid var(--ence-color-white);
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.3s ease;
	z-index: 2;
}

/* cv-bunner */

.cv-bunner {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}

.cv-bunner img {
	border-radius: 10px;
}

.cv-bunner-sp {
	display: block;
	position: fixed;
	bottom: -200px;
	width: 100%;
	height: auto;
	z-index: 9999;
	transition: bottom 0.6s ease;
}

.cv-bunner.hide {
	display: none !important;
}

@media screen and (min-width: 1620px) {
	.cv-bunner img {
		width: 500px;
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.cv-bunner {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.cv-bunner-sp {
		display: block;
	}
	.cv-bunner-sp.show {
		bottom: 0;
	}
}

/******************/
/* front *********/

/* hero-section */
#hero-slider {
	width: 100%;
	position: relative;
	height: 100vh;
	padding-top: 0;
	top: -25px;
	padding-bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/main-slide01_pc.jpg");
}

@media screen and (max-width: 768px) {
	#hero-slider {
		background-image: url("https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/main-slide01_tab.jpg");
	}
}

@media screen and (max-width: 500px) {
	#hero-slider {
		background-image: url("https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/main-slide01_sp.jpg");
	}
}

.main-copy {
	position: absolute;
	top: 20%;
	left: 10%;
	width: clamp(360px, 35.069vw, 505px);
	max-width: 505px;
	z-index: 1;
}

.curve-upper-white {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 1620px) {
	.curve-upper-white {
		bottom: -60px;
	}
}

@media screen and (max-width: 768px) {
	.main-copy {
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60%;
	}
	#hero-slider {
		height: 100vh;
		top: -25px;
	}
}

@media screen and (max-width: 500px) {
	#hero-slider {
		min-height: 700px;
	}
	.main-copy {
		width: 80%;
	}
}

/* lead-section */

.lead-section {
	padding-bottom: 280px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/lead-background_pc.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -120px center;
	background-position-y: 0;
}

.lead-section .thumbnail {
	margin-bottom: 300px;
}
.lead-section .thumbnail {
	width: 90%;
}

.lead-section .thumbnail img {
	margin: 0 auto;
	display: block;
	width: clamp(180px, 27.777vw, 400px);
}

.lead-section .content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lead-section .content {
	margin-left: auto;
	display: inline-block;
	flex-basis: 45%;
}

.lead-section .text-wrapper {
	max-width: 580px;
}

.lead-section .title {
	font-size: clamp(28px, 2.5vw, 36px);
	margin-bottom: 60px;
	letter-spacing: 0.05em;
}

.lead-section .text {
	font-size: 24px;
	margin-bottom: 1em;
}
.lead-section .small-text {
	font-size: 12px;
	display: block;
}

.lead-section .sp-image {
	display: none;
}
@media screen and (min-width: 1620px) {
	.lead-section {
		padding-bottom: 500px;
	}
}

@media screen and (max-width: 768px) {
	.lead-section {
		background-image: none;
		padding-bottom: 120px;
	}
	.lead-section .section-inner {
		padding: 0;
	}
	.lead-section .thumbnail {
		margin-bottom: 0;
		display: none;
	}
	.lead-section .sp-image {
		display: block;
	}

	.lead-section .title {
		font-size: clamp(24px, 3.6458vw, 28px);
		margin-bottom: 30px;
	}

	.lead-section .text {
		font-size: clamp(14px, 2.34375vw, 18px);
	}

	.lead-section .content-wrapper {
		display: flex;
		margin-top: 30px;
	}
	.lead-section .content {
		flex-basis: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.lead-section {
		padding-bottom: 60px;
	}
	.lead-section .small-text {
		display: inline-block;
	}
	.lead-section .content {
		width: 90%;
	}
	.lead-section .title {
		font-size: 20px;
	}
	.lead-section .content {
		flex-basis: 90%;
	}
}

/* cv-content */

.cv-content {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/cv-background.jpg);
	height: 100%;
	width: 100%;
	max-width: 1220px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	border-radius: 30px;
	background-position: 0 center;
	padding: 60px;
	margin-bottom: 240px;
}

.cv-content .content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cv-content .content {
	margin-left: auto;
}

.cv-content .title {
	font-size: clamp(14px, 2.3611vw, 34px);
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}

.cv-content .price-wrapper {
	margin-bottom: 40px;
	text-align: center;
}

.cv-content .price-wrapper .after {
	line-height: 1.3;
}

.cv-content .before {
	color: #777777;
}

.cv-content .regular-price {
	font-size: clamp(10px, 1.3888vw, 20px);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.cv-content .tax {
	font-size: 1rem;
	margin-left: 0;
}

.cv-content .discunt {
	font-size: 22px;
	color: var(--ence-color-accent);
}

.cv-content .price {
	font-size: clamp(40px, 4.16666vw, 60px);
	color: var(--ence-color-accent);
}

.cv-content .after .tax {
	font-size: 1.4rem;
}

.cv-btn {
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: var(--ence-color-main-green);
	color: var(--ence-color-white);
	font-size: 18px;
	text-align: center;
	padding: 20px 40px;
	border-radius: 40px;
	text-decoration: none;
	width: 380px;
	margin-left: auto;
}

.cv-btn .badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--ence-color-white);
	color: var(--ence-color-deep-green);
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	border: 0.5px solid var(--ence-color-deep-green);
	z-index: 1;
	white-space: nowrap;
}

.cv-btn:hover {
	background-color: var(--ence-color-deep-green);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.cv-content-sp {
	display: none;
}

@media screen and (max-width: 1000px) {
	.cv-content {
		width: 90%;
		padding: 30px 60px;
		margin-bottom: 160px;
	}
	.cv-content .title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.cv-content {
		background: none;
		padding: 0;
	}
	.cv-content-pc {
		display: none;
	}
	.cv-content-sp {
		display: block;
	}
	.cv-content-sp .thumbnail {
		margin-bottom: 40px;
		border-radius: 30px;
	}
	.cv-btn {
		width: 380px;
	}
}

@media screen and (max-width: 500px) {
	.cv-content-sp .thumbnail {
		margin-bottom: 20px;
	}
	.cv-content {
		margin-bottom: 60px;
	}
	.forth-cv-content {
		margin-bottom: 90px;
	}
}

/* spacer-slider */

.spacer-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.slider-track {
	display: flex;
	animation: scroll 20s linear infinite;
}
.slide {
	height: 100%;
	width: 100%;
	min-width: 700px;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.curve {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.spacer-slider .curve-upper-white {
	top: 0;
	right: 0;
}

.spacer-slider .curve-bottom-white {
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1000px) {
	.slide {
		min-width: 450px;
	}
}

@media screen and (max-width: 768px) {
	.cv-content {
		margin-bottom: 120px;
	}
}

@media screen and (max-width: 500px) {
	.slide {
		max-height: 200px;
	}
}

/* voice-section */

.voice-section {
	background: linear-gradient(to bottom, #ffffff 0%, #ecf8f7 8%, #b3dbd8 85%, #7bbfb9 100%);
}

.voice-section .main-title {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 140px;
}

.voice-section .main-title img {
	margin: 0 auto;
	display: block;
}

.voice .content-inner {
	width: 90%;
	margin: 0 auto;
}

.voice .content {
	position: relative;
}

.voice .content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 60px;
}

.voice .content-even {
	margin-left: auto;
}

.voice .content-even .flex-container {
	flex-direction: row-reverse;
}

.voice .left-content img {
	width: 50%;
}

@media screen and (max-width: 1000px) {
	.voice-section .main-title {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.voice-section {
		padding-bottom: 180px;
	}
	.voice-section .main-title {
		margin-bottom: 60px;
	}
	.voice .content-wrapper {
		gap: 30px;
	}
}

@media screen and (max-width: 500px) {
	.voice-section {
		padding-top: 40px;
		padding-bottom: 90px;
	}
	.voice-section .main-title {
		margin-bottom: 30px;
	}
	.voice .content-wrapper {
		gap: 15px;
	}
	.voice-section .main-title {
		width: 90%;
	}
	.voice .content-inner {
		width: 100%;
	}
}

/* bubble-section */

.bubble-section {
	padding-top: 0;
	background-color: #ecf8f7;
	position: relative;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/bubble-background.jpg);
	background-size: cover;
	background-position: center;
}

.bubble-section .section-inner {
	padding: 0;
}
.bubble-title {
	position: absolute;
	top: -120px;
	left: 0;
	z-index: 1;
	width: 100%;
}

.bubble-title img {
	width: 100%;
}

.bubble-section .thumbnail {
	padding-top: 59.7222vw;
}

.bubble-section .thumbnail img {
	display: block;
	margin: 0 auto;
	width: clamp(500px, 55.55vw, 800px);
}

@media screen and (min-width: 1620px) {
	.spacer-bubble {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.bubble-title {
		top: -60px;
	}
	.bubble-section .thumbnail img {
		width: 90%;
	}
	.bubble-section .thumbnail {
		padding-top: 57vw;
	}
}

@media screen and (max-width: 500px) {
	.bubble-section .thumbnail img {
		width: 90%;
	}
	.bubble-section .thumbnail {
		padding-top: 60vw;
	}
	.bubble-title {
		top: -40px;
	}
}

/* trouble-section */

.trouble-section {
	position: relative;
	background-attachment: fixed;
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/trouble-background.png);
	height: auto;
}

.trouble-section .section-inner {
	max-width: none;
}

.trouble-background-upper {
	position: absolute;
	top: 20px;
	left: 0;
}

.trouble-section .title-thumbnail {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 90px;
}

.trouble-section .title-thumbnail img {
	display: block;
	margin: 0 auto;
}

.trouble-section .trouuble-recomend {
	margin: 0 auto;
}

.trouble-section .trouble-recomend {
	margin-bottom: 90px;
}

.trouble-section .trouble-recomend img {
	margin: 0 auto;
	display: block;
}

.trouble-section .flex-container {
	gap: 25px;
	justify-content: center;
	margin-bottom: 120px;
}

.trouble-section .solution-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 240px;
}

.trouble-section .solution-content .thumbnail {
	width: 90%;
	margin-left: auto;
}

.trouble-section .solution-content .thumbnail img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.trouble-section .cv-content {
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	.trouble-section .flex-container .item {
		flex-basis: 40%;
	}
}

@media screen and (max-width: 768px) {
	.trouble-section .flex-container .item img {
		width: 100%;
		margin: 0 auto;
	}
	.trouble-section .flex-container {
		gap: 15px;
		margin-bottom: 90px;
	}
	.trouble-section .title-thumbnail {
		margin-bottom: 60px;
	}
	.trouble-section .trouble-recomend {
		width: 50%;
		margin: 0 auto 90px;
	}
	.trouble-section .solution-content {
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 500px) {
	.trouble-section .title-thumbnail {
		margin-bottom: 30px;
	}
	.trouble-section .flex-container {
		margin-bottom: 40px;
	}
	.trouble-section .flex-container .item img {
		width: 80%;
	}
	.trouble-section .flex-container {
		flex-direction: column;
	}
	.trouble-section .trouble-recomend {
		margin-bottom: 40px;
	}
	.trouble-section .title-thumbnail {
		width: 70%;
	}
	.trouble-section .title-solution {
		width: 100%;
	}
	.trouble-section .solution-content {
		padding-bottom: 30px;
	}
	.trouble-section .solution-content .thumbnail {
		width: 100%;
	}
}

/*  feature-section*/
.feture-section {
	margin-bottom: 240px;
	padding-top: 180px;
	padding-bottom: 0;
	position: relative;
}

.feture-section .sub-title {
	margin-bottom: 60px;
}
.feture-section .section-title {
	max-width: 760px;
	margin: 0 auto;
	margin-bottom: 120px;
}

.feture-section .lead-text {
	font-size: 20px;
}

.feture-section .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 30px;
	max-width: 1008px;
	margin: 0 auto 60px;
	align-items: flex-start;
}

.feture-section .flex-container:not(.two-col) .item {
	flex: 0 1 calc((100% - 60px) / 3);
}

.feture-section .flex-container.two-col .item {
	flex: 0 1 calc((100% - 30px) / 2);
	max-width: 315px;
}
.feture-section .flex-container .item {
	max-width: 300px;
}

.feture-section .item .thumbnail {
	margin-bottom: 30px;
}
.feture-section .item .thumbnail img {
	margin: 0 auto;
	display: block;
	width: 194px;
	height: 194px;
	object-fit: cover;
}

.feture-section .item .thumbnail {
	margin-bottom: 30px;
}
.feture-section .item .thumbnail img {
	margin: 0 auto;
	display: block;
}
.feture-section .item .title {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}

.feture-section .feature-image {
	background-image: url("https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/ferature-7main-image.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 900px;
}

.feature-7-sp {
	display: none;
}

.feature-image-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.feture-section .flex-container {
		max-width: 100%;
		width: 100%;
	}
	.feature-7-pc {
		display: none;
	}

	.feature-7-sp {
		display: block;
	}

	.feature-7-sp .flex-container {
		gap: 30px;
		list-style: none;
		justify-content: center;
		margin-bottom: 120px;
	}

	.feature-7-sp .item {
		width: 50%;
		box-sizing: border-box;
	}

	.feature-7-sp .thumbnail img {
		width: 100%;
		height: auto;
		display: block;
	}

	.feature-7-sp .title {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 12px;
	}

	.feature-7-sp .text {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 8px;
	}
	.feature-7-sp .flex-container .item {
		flex-basis: 45% !important;
	}
}

@media screen and (max-width: 500px) {
	.feture-section {
		padding-top: 90px;
		margin-bottom: 90px;
	}
	.feture-section .lead-text {
		font-size: 14px;
	}
	.feture-section .sub-title {
		margin-bottom: 30px;
	}
	.feture-section .section-title {
		margin-bottom: 30px;
	}
	.feture-section .item .thumbnail img {
		width: 150px;
		height: 150px;
	}
	.feture-section .item .title {
		font-size: 14px;
	}
	.feature-7-sp .text {
		font-size: 13px;
	}
	.feature-image {
		display: none;
	}
	.feature-image-sp {
		display: block;
	}
	.feature-7-sp .flex-container {
		margin-bottom: 30px;
	}
}

/* point-section */

.point-section {
	background: linear-gradient(to bottom, #7bbfb9 0%, #a5d5ce 100%);
	padding-top: 140px;
	padding-bottom: 140px;
	margin-bottom: 240px;
}

.point-section .content-wrapper {
	background-color: var(--ence-color-verylight-green);
	border-radius: 30px;
	padding-top: 90px;
	padding-bottom: 90px;
	margin: 0 auto;
	width: 90%;
	margin-bottom: 90px;
}

.point-section .point-inner {
	width: 85%;
	margin: 0 auto;
}

.point-section .thumbnail img {
	border-radius: 20px;
}

.point-section .number-content {
	font-size: clamp(14px, 1.666vw, 24px);
	font-size: 24px;
	color: var(--ence-color-deep-green);
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 15px;
	font-family: "Comfortaa", sans-serif;
	margin-bottom: 30px;
}

.point-section .number-content .number {
	font-size: clamp(30px, 4.16666vw, 60px);
	line-height: 1;
}

.point-section .title-inner {
	padding: 15px 10px 15px 10px;
	background-color: var(--ence-color-bright-green);
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 40px;
}

.point-section .title-inner .title {
	color: var(--ence-color-white);
	font-size: clamp(26px, 2.5vw, 36px);
	line-height: 1;
}

.point-section .content-wrapper .text {
	color: var(--ence-color-deep-green);
	font-size: clamp(18px, 1.52777vw, 22px);
	margin-bottom: 1em;
	line-height: 2.4;
}

.content-point01 .content-wrapper .text {
	margin-bottom: 0;
}

.content-point01 .thumbnail {
	margin-bottom: 80px;
}

.content-point01 .thumbnail img {
	width: 100%;
}

.content-point01 .title-wrapper {
	margin-bottom: 180px;
}

.ecocert-content .title-wrapper {
	margin-bottom: 60px;
	text-align: center;
}

.ecocert-content .title {
	font-size: clamp(22px, 5vw, 72px);
	font-family: "Comfortaa", sans-serif;
	color: var(--ence-color-main-green);
	line-height: 1.4;
}

.ecocert-content .sub-title {
	font-size: clamp(14px, 1.6666vw, 24px);
}

.ecocert-content .thumbnail {
	margin-bottom: 40px;
}

.ecocert-content .lead-content {
	padding: 30px;
	border: 2px solid var(--ence-color-light-green);
	background-color: var(--ence-color-white);
	border-radius: 20px;
	margin-bottom: 60px;
}

.ecocert-content .lead-content .text {
	font-size: clamp(14px, 1.527vw, 22px);
	line-height: 2;
	color: var(--ence-color-deep-green);
}

.ecocert-content .text-wrapper {
	text-align: center;
	margin-bottom: 90px;
}

.ecocert-content .text-wrapper:last-child {
	margin-bottom: 0;
}

.ecocert-content .text-wrapper .text {
	font-size: clamp(24px, 2.083vw, 30px);
}
.ecocert-discription {
	background-color: var(--ence-color-white);
	border-radius: 20px;
	padding: 40px;
	position: relative;
	padding-top: 50px;
}

.ecocert-discription .item {
	margin-bottom: 5px;
}

.ecocert-description-title {
	position: absolute;
	top: -40px;
	left: 0;
}

/* .ecocert-discription .list-item .item {
	list-style: disc;
} */

.ecocert-discription .list-item .item .text {
	line-height: 1.6;
	font-size: clamp(16px, 1.25vw, 18px);
}

.ecocert-discription .list-item .item::marker {
	color: var(--ence-color-deep-green);
}

.ecocert-content .first-description {
	margin-bottom: 120px;
}

.ecocert-content .flex-container {
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 90px;
}

.ecocert-content .flex-item {
	flex-basis: 48%;
}
.ecocert-content .third-text {
	margin-bottom: 60px;
}

.ecocert-content .third-text .text {
	line-height: 1;
	margin-bottom: 10px;
}
.ecocert-content .third-text .strong-text {
	font-size: clamp(32px, 3.194vw, 46px);
	color: var(--ence-color-main-green);
	font-weight: 500;
}
.ecocert-content .fouth-text .text {
	font-size: clamp(20px, 1.66666vw, 24px);
	margin-bottom: 0;
}

.ecocert-content .fouth-text .strong-text {
	font-size: clamp(24px, 2.2222vw, 32px);
	color: var(--ence-color-main-green);
	font-weight: 500;
}

.content-point02 {
	background-image: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/point02-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.content-point02 .small-text {
	font-size: 13px;
}

.content-point02 .text-wrapper {
	margin-bottom: 60px;
}

.content-point02 .thumbnail {
	margin-bottom: 60px;
	border-radius: 0;
}

.point-section .catch-text .text {
	font-size: clamp(22px, 1.9444vw, 28px);
	letter-spacing: 0.01em;
}

.content-point03 {
	background-image: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/point03-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.content-point03 .text-wrapper {
	margin-bottom: 80px;
}

.content-point03 .strong-text {
	display: inline-block;
	font-weight: 500;
}

.content-point03 .catch-text .text {
	font-size: clamp(22px, 2.5vw, 36px);
}

.point-section .content-point04 {
	background-color: #f9f9fb;
	padding-bottom: 0 !important;
}

.content-point04 .text-wrapper {
	margin-bottom: 90px;
}

.content-point04 .flex-container {
	gap: 15px;
	margin-bottom: 90px;
	justify-content: center;
}

.content-point04 .flex-item .content {
	padding: 40px 30px;
	background-size: cover;
	background-position: right;
}

.content-point04 .flex-item .content-orange {
	background-image: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/point04-item-background01.jpg);
}

.content-point04 .flex-item .content-ravender {
	background-image: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/point04-item-background02.jpg);
}

.content-point04 .flex-item .title {
	font-size: clamp(16px, 2.083vw, 26px);
	line-height: 1;
	margin-bottom: 20px;
}

.content-point04 .flex-item .text {
	line-height: 1.4;
	margin-bottom: 0;
}

.content-point04 .thumbnail img {
	border-radius: 30px 30px 0 0;
}

.content-point04 .bottom-thumbail img {
	width: 100%;
	border-radius: 0 0 30px 30px;
}
.content-point05 .flex-container {
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 80px;
	align-items: center;
	gap: 30px;
}

.point-section .title-inner-sp {
	display: none;
}

.point-section .title-inner {
	margin-bottom: 30px;
}

.point-section .title-inner-wrapper img {
	width: 25.763vw;
}
.content-point05 .text-wrapper {
	max-width: 510px;
}

.content-point05 .thumbnail-flow img {
	border-radius: 0;
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}

.content-point05 .catch-text .text {
	font-size: clamp(16px, 2.5vw, 36px);
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0;
}

.content-point06 .flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.content-point06 .title-wrapper {
	flex: 1;
}

.content-point06 .text-wrapper {
	max-width: 458px;
}

.content-point06 .image-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.content-point07 .flex-container {
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-bottom: 90px;
	justify-content: center;
	justify-content: space-between;
}

.content-point07 .flex-item {
	flex-basis: 48%;
}

.content-point07 .reverce-container {
	flex-direction: row-reverse;
	margin-bottom: 0;
	align-items: center;
}

.content-point07 .text-wrapper {
	flex-basis: 45%;
}

.content-point07 .thumbnail img {
	width: 100%;
}

.content-point07 .title-inner-sp {
	display: none;
}

@media screen and (max-width: 1000px) {
	.point-section .content-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.content-point01 .thumbnail {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 900px) {
	.content-point05 .flex-container {
		align-items: flex-start;
		flex-direction: column;
	}
	.content-point05 .thumbnai-image img {
		max-height: 375px;
		object-fit: cover;
		object-position: bottom;
	}
	.point-section .title-inner-sp {
		display: block;
	}

	.point-section .title-inner-pc {
		display: none;
	}
	.content-point06 .flex-container {
		gap: 0;
	}
	.content-point07 .flex-container {
		margin-bottom: 60px;
		flex-direction: column;
	}
	.content-point07 .reverce-container {
		flex-direction: column;
		margin-bottom: 0;
	}
	.content-point07 .title-inner-sp {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.point-section {
		padding-top: 60px;
		margin-bottom: 120px;
	}
	.point-section .point-inner {
		width: 90%;
	}
	.point-section .content-wrapper {
		margin-bottom: 60px;
	}
	.point-section .content-wrapper:last-child {
		margin-bottom: 0;
	}
	.point-section .title-inner {
		padding: 10px;
	}
	.point-section .title-inner .title {
		font-size: clamp(20px, 3.90625vw, 30px);
	}
	.content-point01 .thumbnail {
		margin-bottom: 40px;
	}
	.ecocert-content .flex-item .ecocert-description-title {
		top: -20px;
	}

	.point-section .number-content {
		margin-bottom: 20px;
	}
	.point-section .content-wrapper .text {
		margin-bottom: 10px;
	}
	.content-point01 .title-wrapper {
		margin-bottom: 90px;
	}
	.ecocert-content .title-wrapper {
		margin-bottom: 30px;
	}
	.ecocert-content .inner {
		padding: 0;
	}
	.ecocert-content .lead-content {
		padding: 15px 20px;
	}
	.ecocert-content .first-description {
		margin-bottom: 40px;
	}
	.ecocert-content .text-wrapper .text {
		line-height: 1.8;
	}
	.ecocert-content .flex-container {
		margin-bottom: 60px;
		flex-direction: column;
		gap: 60px;
	}
	.content-point02 {
		background-position: 70%;
	}
	.content-point02 .thumbnail {
		width: 60%;
	}

	.content-point02 .thumbnail img {
		border-radius: 0;
	}
	.content-point03 {
		background-position: 70%;
	}
	.content-point04 .text-wrapper {
		margin-bottom: 60px;
	}

	.content-point06 .thumbnai-image img {
		max-height: 375px;
		object-fit: cover;
		object-position: bottom;
	}
	.content-point06 .flex-container {
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.ecocert-description-title {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.point-section {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 60px;
	}
	.point-section .section-inner {
		padding: 0;
	}
	.point-section .content-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.point-section .number-content {
		font-size: 20px;
	}
	.point-section .content-wrapper .text {
		font-size: 14px;
		line-height: 2;
	}
	.content-point01 .title-wrapper {
		margin-bottom: 60px;
	}
	.ecocert-content .title-wrapper {
		margin-bottom: 20px;
	}
	.content-point01 .thumbnail {
		margin-bottom: 20px;
	}
	.ecocert-content .lead-content {
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.ecocert-content .lead-content .text {
		line-height: 1.8;
	}
	.ecocert-content .text-wrapper .text {
		font-size: 17px;
	}
	.ecocert-discription .list-item .item .text {
		font-size: 14px;
	}
	.ecocert-discription {
		padding: 40px 20px 20px;
	}
	.ecocert-content .text-wrapper {
		margin-bottom: 60px;
	}
	.ecocert-description-title {
		width: 80%;
	}
	.ecocert-content .flex-item .ecocert-description-title {
		top: -20%;
	}
	.ecocert-content .flex-container {
		margin-bottom: 40px;
	}
	.ecocert-content .third-text .strong-text {
		font-size: 22px;
		line-height: 1.6;
	}
	.point-section .catch-text .text {
		font-size: 18px;
		letter-spacing: 0.01em;
	}
	.content-point03 .text-wrapper {
		margin-bottom: 30px;
	}
	.content-point04 .text-wrapper {
		margin-bottom: 30px;
	}
	.content-point04 .flex-item .content {
		padding: 30px 20px;
	}
	.content-point04 .flex-item .title {
		font-size: 18px;
	}
	.content-point04 .flex-container {
		margin-bottom: 30px;
	}
	.content-point05 .flex-container {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.content-point05 .title-inner .title {
		font-size: 18px;
	}
	.content-point05 .thumbnail-flow img {
		margin-bottom: 30px;
	}
	.content-point06 .title-inner .title {
		font-size: 16px;
	}
	.content-point06 .flex-container {
		gap: 0;
	}
	.content-point07 .flex-container {
		flex-direction: column;
		margin-bottom: 20px;
	}
}

/* defference-section */

.difference-section {
	padding-top: 0;
}

.difference-section .section-inner {
	width: 80%;
	margin: 0 auto;
}

.difference-section .container {
	font-family: "Gen Jyuu Gothic", "GenJyuuGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.difference-section .table-wrapper {
	overflow-x: auto;
	display: block;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.difference-section table {
	table-layout: fixed;
	width: 100%;
	min-width: 768px;
	border-collapse: collapse;
}

.difference-section thead th {
	text-align: center;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.difference-section td:first-child,
.difference-section th:first-child {
	width: 20%;
	min-width: 120px;
}

.difference-section td:not(:first-child),
.difference-section th:not(:first-child) {
	width: 26.66%;
}

.category-header {
	background-color: #808080;
	color: var(--ence-color-white);
}

.product-header {
	color: #fff;
	font-size: 1.4rem;
}

.uruas-header {
	background-color: var(--ence-color-main-green);
	position: relative;
	overflow: visible;
	height: 140px;
	padding: 10px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.uruas-header::before {
	content: "";
	width: 100%;
	background-color: var(--ence-color-main-green);
	height: 30px;
	border-radius: 30px 30px 0 0;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
}

.uruas-header-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 5px;
}

.uruas-image {
	width: 40px;
	height: auto;
	margin-bottom: 8px;
}

.uruas-title {
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.4;
}

.organic-header {
	background-color: var(--ence-color-bright-green);
}

.general-header {
	background-color: var(--ence-color-deep-green);
}

.difference-section td,
.difference-section th {
	border: 1px solid #ddd;
	padding: 16px 12px;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	word-break: break-word;
	white-space: normal;
}

.difference-section td:first-of-type {
	background-color: var(--ence-color-verylight-green);
}

.icon-circle {
	border-radius: 50%;
	display: inline-block;
}

.check-circle {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/defference-icon-circle.png);
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.triangle-icon {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/defference-icon-triangle.png);
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.spacer-defference-bottom {
	position: relative;
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/defference-bottom-image.png);
	background-size: cover;
	background-position: bottom;
	height: 100%;
	height: 31.25vw;
	max-height: 830px;
	bottom: -60px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.difference-section .section-inner {
		width: 100%;
	}
	.difference-section thead th {
		font-size: 14px;
	}
	.difference-section td,
	.difference-section th {
		font-size: 12px;
		padding: 10px;
	}
	.difference-section thead th {
		padding: 10px 5px;
	}

	.difference-section td,
	.difference-section th {
		font-size: 12px;
		padding: 10px;
	}
}

/* expert-section */

.expert-section {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/expertvoice-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.expert-section .section-inner {
	max-width: 1220px;
}

.expert-section .section-title .title {
	color: #b5bdbd;
}

.expert-section .sub-title {
	color: #b5bdbd;
}

.expert-section .flex-container {
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.expert-section .flex-item {
	flex-basis: 48%;
}

.expert-section .content-wrapper {
	flex-basis: 60%;
}

.expert-section .flex-wrapper {
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.expert-section .job {
	font-size: clamp(20px, 1.6666vw, 24px);
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom: 0.5px solid var(--ence-color-line);
	margin-bottom: 20px;
}

.expert-section .name {
	font-size: clamp(20px, 1.66666vw, 26px);
	font-weight: 300;
}

.expert-section .small-text {
	font-size: 13px;
	margin-left: 5px;
}

.expert-section .comment-wrapper {
	padding: 60px;
	background-color: var(--ence-color-white);
	border-radius: 20px;
}
.expert-section .comment-wrapper .title {
	font-size: clamp(24px, 2.22222vw, 32px);
	margin-bottom: 30px;
	text-align: center;
	color: var(--ence-color-black);
}
.expert-section .comment-wrapper .text {
	font-size: clamp(18px, 1.527vw, 22px);
}
.expert-section .note-text {
	font-size: 1rem;
    margin-top:5px;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
	.expert-section {
		padding-top: 180px;
	}
	.expert-section .section-inner {
		width: 80%;
	}
	.expert-section .section-title {
		margin-bottom: 60px;
	}

	.expert-section .left-thumbnail {
		display: none;
	}

	.expert-section .flex-container {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.expert-section .flex-wrapper {
		flex-direction: row;
	}
	.expert-section .comment-wrapper {
		padding: 40px;
	}
	.expert-section .comment-wrapper .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	.expert-section {
		padding-top: 140px;
		padding-bottom: 90px;
	}
	.expert-section .section-inner {
		width: 95%;
	}
	.expert-section .flex-container {
		margin-bottom: 0;
	}
	.expert-section .section-title {
		margin-bottom: 20px;
	}
	.expert-section .text-wrapper {
		flex-basis: 50%;
	}
	.expert-section .job {
		font-size: 14px;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	.expert-section .name {
		font-size: 18px;
	}
	.expert-section .text {
		font-size: 13px;
	}
	.expert-section .thumbnail img {
		width: 200px;
		height: 200px;
		object-fit: contain;
	}
	.expert-section .comment-wrapper {
		padding: 30px 15px;
	}
	.expert-section .comment-wrapper .title {
		font-size: 17px;
		margin-bottom: 1em;
	}
	.expert-section .comment-wrapper .text {
		font-size: 14px;
	}
}

/* producer-section */

.producer-section {
	background-color: #f7f7eb;
	padding-bottom: 0;
}

.producer-section .section-inner {
	padding-bottom: 180px;
}

.producer-section .content-odd .voice-en-title {
	left: 10px;
}

.producer-section .content-wrapper .flex-container {
	padding: 90px;
	align-items: center;
}

.producer-section .content .wrapper {
	max-width: 260px;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
	.producer-section .section-inner {
		padding-bottom: 90px;
	}
	.product-section .thumbnail img {
		max-height: 350px;
		object-fit: contain;
	}
}

@media screen and (max-width: 500px) {
	.producer-section .section-inner {
		padding-bottom: 30px;
	}
}

/* spacer-producevoice-bottom */

.spacer-producevoice-bottom {
	position: relative;
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/producevoice-bottom-image.png);
	background-size: cover;
	background-position: bottom;
	height: 100%;
	height: 39.93vw;
	max-height: 975px;
	bottom: -60px;
	z-index: 1;
}

/* product-section */

.product-section .section-inner {
	margin: 0 auto;
	width: 80%;
}

.product-section .flex-container {
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 160px;
}

.product-section .flex-item {
	flex-basis: 48%;
}
.product-section .flex-item img {
	margin: 0 auto;
}

.product-section .title-wrapper {
	margin-bottom: 40px;
}

.product .title-wrapper .title {
	color: var(--ence-color-black);
	font-size: clamp(24px, 2.5vw, 36px);
}
.product .title-wrapper .sub-title {
	font-size: clamp(14px, 1.25vw, 18px);
}
.product-section .text-wrapper {
	margin-bottom: 60px;
}
.product .text-wrapper .text {
	line-height: 1.4;
	margin-bottom: 10px;
}

.product .price-wrapper {
	margin-bottom: 40px;
	text-align: left;
}
.product .before {
	color: #777777;
	display: flex;
	align-items: center;
}
.product .regular-price {
	font-size: clamp(16px, 1.3888vw, 20px);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}
.product .tax {
	font-size: 1rem;
	margin-left: 0;
}
.product .discunt {
	font-size: clamp(16px, 1.25vw, 18px);
	color: var(--ence-color-accent);
}

.product .price {
	font-size: clamp(30px, 2.91666vw, 42px);
	color: var(--ence-color-accent);
}

.product .after .tax {
	font-size: 1.4rem;
}
.product .cv-btn {
	width: 280px;
	margin-left: 0;
	margin-right: auto;
}
.product .cv-btn .badge {
	white-space: nowrap;
}
.product .w90 {
	width: 90px;
	display: inline-block;
}
.product-section .detail-content-container .content {
	margin-bottom: 40px;
}
.product-section .detail-content-container .title {
	font-size: clamp(16px, 1.3888vw, 20px);
	color: var(--ence-color-black);
	border-bottom: 0.5px solid var(--ence-color-black);
	margin-bottom: 10px;
}
.product-section .detail-content-container .flex-container {
	justify-content: space-between;
	margin-bottom: 0;
}
.product-section .detail-content-container .flex-container .flex-item {
	flex-basis: 48%;
}
@media screen and (max-width: 768px) {
	.product-section {
		padding-top: 180px;
	}
	.product-section .section-title {
		margin-bottom: 60px;
	}
	.product-section .flex-container {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.detail-content-container .flex-container {
		flex-direction: row;
	}
	.product .cv-btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 500px) {
	.product-section {
		padding-top: 120px;
	}
	.product-section .section-inner {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.product-section .text-wrapper {
		margin-bottom: 40px;
	}
	.product-section .flex-container {
		margin-bottom: 60px;
	}
	.detail-content-container .text {
		font-size: 14px;
	}
	.product-section .detail-content-container .content {
		margin-bottom: 20px;
	}
	.product-section .thumbnai {
		width: 70%;
	}
}

/* faq-section */

.faq-section {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/faq-background.png);
	background-size: cover;
	background-position: top;
}

.faq-section .section-inner {
	width: 75%;
	margin: 0 auto;
}

.faq-container .faq-item {
	margin-bottom: 20px;
	background-color: var(--ence-color-white);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 16px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq-question {
	font-size: clamp(16px, 1.52777vw, 22px);
	background-color: transparent;
	width: 100%;
	text-align: left;
	font-weight: 500;
	border: none;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 2;
	color: var(--ence-color-black);
}

.faq-question::before {
	content: "Q";
	font-weight: bold;
	color: #009688;
	margin-right: 12px;
}
.faq-question::after {
	content: "−";
	position: absolute;
	right: 20px;
	font-size: 20px;
	transition: transform 0.3s ease;
}
.faq-question::after {
	content: "−";
	position: absolute;
	right: 20px;
	width: 25px;
	height: 25px;
	background-color: var(--ence-color-bright-green);
	color: var(--ence-color-white);
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.faq-item:not(.active) .faq-question::after {
	content: "+";
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	background: #f9f9f5;
	transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-answer {
	max-height: 500px;
	padding: 16px 20px;
}
.faq-answer .text {
	margin: 0;
	font-size: clamp(16px, 1.38888vw, 20px);
}
.faq-answer p::before {
	content: "A";
	font-weight: bold;
	color: #fa6bc1;
	margin-right: 8px;
}

@media screen and (max-width: 768px) {
	.faq-section .section-inner {
		width: 90%;
	}
	.faq-section {
		padding-top: 180px;
		padding-bottom: 180px;
	}
}
@media screen and (max-width: 500px) {
	.faq-section {
		background-position: top right;
		padding: 60px 0 120px;
		background-size: 100%;
		background-color: var(--ence-color-verylight-green);
		background-image: none;
	}
	.faq-question {
		font-size: 14px;
	}
	.faq-section .section-inner {
		padding: 0;
	}
	.faq-container .faq-item {
		padding: 1em 10px;
	}
	.faq-question::before {
		font-size: 13px;
	}
	.faq-container .faq-item {
		margin-bottom: 10px;
	}
	.faq-answer .text {
		font-size: 14px;
	}
	.faq-item.active .faq-answer {
		padding: 16px 10px;
	}
}

/* story-section */

.story-section {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/story-background.png);
	background-size: cover;
	background-position: top;
	position: relative;
	top: -100px;
}
.story-section .section-title .title,
.story-section .section-title .sub-title {
	color: var(--ence-color-white);
}

.story-section .message-container {
	color: var(--ence-color-white);
	text-align: center;
}

.story-section .title-wrapper {
	margin-bottom: 90px;
}
.story-section .title-wrapper .title {
	color: var(--ence-color-white);
	font-size: clamp(24px, 2.5vw, 36px);
	margin-bottom: 20px;
}
.story-section .title-wrapper .sub-title {
	font-size: clamp(16px, 1.666vw, 24px);
}

.story-section .text-wrapper .text {
	font-size: clamp(16px, 1.388888vw, 20px);
	margin-bottom: 30px;
	font-weight: 500;
}
.story-section .background-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
	.story-section {
		padding-top: 120px;
		padding-bottom: 120px;
		background-position: left;
	}
	.story-section .title-wrapper .title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.story-section .title-wrapper .sub-title {
		font-size: 18px;
		text-align: justify;
	}
	.story-section .text-wrapper .text {
		text-align: justify;
		font-size: 14px;
		margin-bottom: 1em;
	}

	.story-section .section-title {
		margin-bottom: 40px;
		text-align: justify;
	}
	.story-section .title-wrapper {
		margin-bottom: 60px;
	}
}

/* re-product-section */
.re-product-section {
	padding-top: 0;
}

.re-product-section .flex-container {
	justify-content: center;
}
.re-product-section .title-wrapper {
	margin-bottom: 60px;
}

.re-product-section .strength-content {
	margin-bottom: 60px;
}

.re-product-section .strength-content .wrapper {
	margin-bottom: 20px;
}
.re-product-section .strength-content .title {
	color: var(--ence-color-black);
	position: relative;
	padding-left: 1.2em;
	font-size: clamp(14px, 1.25vw, 18px);
}
.re-product-section .strength-content .title:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "◼️";
	display: flex;
	align-items: center;
}
.re-product-section .thumbnail img {
	border-radius: 40px;
}
.re-product-section .con .regularmail-section {
	padding-top: 0;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.re-product-section .flex-container {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.re-product-section .price-wrapper {
		text-align: center;
	}
	.re-product-section .product .before {
		justify-content: center;
	}
	.re-product-section .cv-btn {
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.re-product-section {
		padding-bottom: 90px;
	}
	.re-product-section .text {
		font-size: 14px;
	}
	.re-product-section .title-wrapper {
		margin-bottom: 30px;
	}
	.re-product-section .strength-content .wrapper {
		margin-bottom: 10px;
	}
	.re-product-section .strength-content {
		margin-bottom: 30px;
	}
	.product .before {
		justify-content: center;
	}
}

/* regularmail-section */

.regularmail-section {
	padding-top: 0;
}

.regularmail-section .section-inner {
	width: 85%;
	margin: 0 auto;
}

.regularmail-section .content-container {
	border-radius: 30px;
	border: 10px solid var(--ence-color-main-green);
	background-color: #f7f7eb;
	position: relative;
	padding-top: 240px;
	padding-bottom: 240px;
}
.regularmail-section .content-container .decoration-top,
.regularmail-section .content-container .decoration-bottom {
	width: 100%;
	display: block;
	position: absolute;
}

.regularmail-section .content-container .decoration-top {
	top: 0;
	left: 0;
}

.regularmail-section .content-container .decoration-bottom {
	bottom: 0;
	left: 0;
}
.regularmail-section .main-title {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 70%;
	margin: 0 auto;
}

.regularmail-section .cv-wrapper {
	text-align: center;
	margin-bottom: 140px;
}
.regularmail-section .cv-wrapper .text {
	margin-bottom: 20px;
}

.regularmail-section .cv-btn {
	background-color: #e6655c;
}
.merit-wrapper {
	width: 80%;
	margin: 0 auto;
}
.merit-wrapper .flex-container {
	border-bottom: 0.5px solid #4d4d0e;
	padding: 40px;
	justify-content: left;
	align-items: center;
	flex-wrap: nowrap;
}
.merit-wrapper .flex-container .thumbnail {
	flex-basis: 20%;
}
.merit-wrapper .flex-container .text-content {
	flex-basis: 80%;
}
.merit-wrapper .text-wrapper {
	color: var(--ence-color-accent);
	margin-bottom: 10px;
}
.merit-wrapper .subtext {
	font-size: clamp(18px, 1.3888vw, 20px);
}
.merit-wrapper .maintext {
	font-size: clamp(28px, 2.222vw, 32px);
}
.merit-wrapper .text {
	font-size: clamp(16px, 1.25vw, 18px);
}
.regularmail-section .decoration {
	position: absolute;
	display: block;
}
.regularmail-section .decoration01 {
	top: 120px;
	left: 60px;
}
.regularmail-section .decoration02 {
	top: 60px;
	right: 130px;
}
.regularmail-section .decoration03 {
	top: 500px;
	right: 50px;
}

.regularmail-section .decoration04 {
	top: 600px;
	left: 60px;
}

.regularmail-section .decoration-top,
.regularmail-section .decoration-bottom {
	border-radius: 20px;
}

@media screen and (min-width: 1680px) {
	.regularmail-section .cv-btn {
		font-size: 26px;
		width: 460px;
	}
	.regularmail-section .cv-wrapper .text {
		font-size: 26px;
	}
	.regularmail-section .content-container {
		padding-bottom: 340px;
	}
}

@media screen and (max-width: 1000px) {
	.regularmail-section .section-inner {
		width: 95%;
	}
	.regularmail-section .cv-wrapper {
		margin-bottom: 60px;
	}
	.merit-wrapper {
		width: 90%;
	}
	.regularmail-section .decoration {
		display: none;
	}
	.merit-wrapper .flex-container {
		padding: 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	.regularmail-section {
		padding-bottom: 120px;
	}
	.regularmail-section .content-container .decoration-top,
	.regularmail-section .content-container .decoration-bottom {
		height: 160px;
		object-fit: cover;
	}
	.regularmail-section .content-container {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 500px) {
	.cv-btn {
		width: 90%;
	}
	.regularmail-section .section-inner {
		width: 100%;
		padding: 0;
	}
	.merit-wrapper .flex-container {
		flex-direction: column;
		gap: 20px;
	}
	.merit-wrapper .subtext {
		font-size: 16px;
	}
	.merit-wrapper .text-wrapper {
		text-align: center;
		margin-bottom: 20px;
	}
	.merit-wrapper .maintext {
		font-size: 22px;
	}
	.merit-wrapper .text {
		font-size: 14px;
		text-align: justify;
	}
	.merit-wrapper .flex-container .thumbnail img {
		width: 60px;
		height: auto;
	}
}

/* company-section */

.company-section {
	padding-top: 0;
	padding-bottom: 180px;
}

.company-section .section-inner {
	width: 70%;
	margin: 0 auto;
	max-width: 1010px;
}

.information-content {
	color: var(--ence-color-black);
}

.information-content dl {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid var(--ence-color-deep-green);
	-webkit-flow-into: 1.4rem;
}
.information-content dl:first-child {
	border-top: 1px solid var(--ence-color-deep-green);
}
.information-content dt {
	flex-basis: 25%;
}

@media screen and (max-width: 768px) {
	.company-section .section-inner {
		width: 90%;
	}
}

@media screen and (max-width: 500px) {
	.company-section .section-inner {
		width: 100%;
	}
	.information-content dl {
		padding: 20px 0;
		font-size: 14px;
	}
	.company-section {
		padding-bottom: 90px;
	}
	.five-cv-content {
		margin-bottom: 30px;
	}
}

.footer-spacer-image {
	position: relative;
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/footer-image.png);
	background-size: cover;
	background-position: bottom;
	height: 100%;
	height: 39.93vw;
	max-height: 575px;
	bottom: -90px;
	z-index: 1;
}
.footer-spacer-image img {
	width: 100%;
}

.footer-spacer-image .catch-text {
	font-size: clamp(16px, 2.6388vw, 38px);
	position: absolute;
	top: 20%;
	left: 10%;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 500px) {
	.footer-spacer-image {
		height: 240px;
		object-position: center;
	}
}
/* other */

.submit_bottom_ec {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/form-submit-btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: transform 0.1s ease;
}
.submit_bottom_ec:active {
	transform: scale(0.96);
}

.submit_bottom_sp_ec {
	background: url(https://d2w53g1q050m78.cloudfront.net/uruascom/uploads/images/form-submit-btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: transform 0.1s ease;
	margin-top: 30px;
}
.submit_bottom_sp_ec:active {
	transform: scale(0.96);
}
