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

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

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

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

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

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

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

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

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

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

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

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

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

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

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

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

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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


/*-------------------------------------*
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
/* セクションラベルの色 */
background: #ff0d00;
/* セクションラベルのフォント色*/
color: #ffffff;
/* 角取*/
border-radius: 4px;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
/* セクションラベルの色 */
background:#e9eb7f;
/* セクションラベルのフォント色*/
color: #000000;
/* セクションラベルのフォントサイズ */
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 {
border-bottom: 1px solid #d0dcec;
border-left: 1px solid #d0dcec;
 background-color:#f7f7e9;
}
/* 【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: #ff0d00;
/* セクションラベルのフォント色*/
color: #ffffff;
/* 角取*/
border-radius: 4px;
}

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

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
background:#f7f7e9;
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;
}




@charset "UTF-8";

/* ======================================================
	Reset
====================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,a,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;outline:none;background:transparent;vertical-align:top;font-size:100%}body{line-height:1}img{line-height: 0; vertical-align: top;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}del{text-decoration: line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}li{list-style-type: none}table{border-collapse:collapse;border-spacing:0}input, select{vertical-align:middle}hr{display:block;height:1px;margin:1em 0;padding:0;border:none;border-top:1px solid #ccc}a{outline:none;}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}

/* ======================================================
	COMMON
====================================================== */
*{ box-sizing: border-box;}
body{color: #000; font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;}
a { text-decoration: none;}
a:hover { text-decoration: none;}
a img:hover {opacity: 0.8;}
a:link { color: #000;}
a:visited { color: #000;}


/* ======================================================
	PC
====================================================== */
@media screen and (min-width: 750px){
	body{font-size: 20px;}
	img{width: 100%;}
	.inner{width: 750px; margin: 0 auto;}

	.cv_area .cv{position: relative;}
	.cv_area .cv .btn_A{position: absolute; top: 45%; left: 50%; transform: translateX(-50%); width: 60%;}
	.cv_area .cv .btn_B{position: absolute; bottom: 24%; left: 70%; transform: translateX(-50%); width: 50%;}
    .cv_area .cv .btn_C{position: absolute; bottom: 9%; left: 70%; transform: translateX(-50%); width: 50%;}
    .cv_area .cv .btn_1{position: absolute; top: 38%; left: 50%; transform: translateX(-50%); width: 85%;}
    .cv_area .cv .btn_2{position: absolute; top: 83%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_3{position: absolute; top: 90.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_4{position: absolute; bottom: 58%; left: 50%; transform: translateX(-50%); width: 100%;}
    .cv_area .cv .btn_5{position: absolute; bottom: 10.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_6{position: absolute; bottom: 4%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_7{position: absolute; bottom: 57.5%; left: 50%; transform: translateX(-50%); width: 100%;}
    .cv_area .cv .btn_8{position: absolute; bottom: 10.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_9{position: absolute; bottom: 3.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_c1{position: absolute; bottom: 63.5%; left: 50%; transform: translateX(-50%); width: 90%;}
    .cv_area .cv .btn_c2{position: absolute; bottom: 41.5%; left: 78%; transform: translateX(-50%); width: 33%;}
    .cv_area .cv .btn_c3{position: absolute; bottom: 38.5%; left: 78%; transform: translateX(-50%); width: 33%;}
	.cv_area .notes{margin-top: 20px; text-align: center;}
	.cv_area .notes .arrow{width: 15px; display: inline-block;}
	.cv_area .notes a{color:#aa2328;}

	footer{padding: 40px 0;}
	footer .footer_box{text-align: center;}
	footer .footer_box ul{margin-bottom: 40px;}
	footer .footer_box ul li{display: block; margin-bottom: 10px;}
	footer .footer_box .copyright{font-size: 12px; line-height: 1.3;}
}
/* ======================================================
	SP
====================================================== */
@media screen and (max-width: 750px){
	body{font-size: 3.4vw;}
	img{width: 100%;}
	.inner{width: 100%;}
	
	.cv_area .cv{position: relative;}
	.cv_area .cv .btn_A{position: absolute; top: 45%; left: 50%; transform: translateX(-50%); width: 60%;}
	.cv_area .cv .btn_B{position: absolute; bottom: 24%; left: 70%; transform: translateX(-50%); width: 50%;}
    .cv_area .cv .btn_C{position: absolute; bottom: 9%; left: 70%; transform: translateX(-50%); width: 50%;}
    .cv_area .cv .btn_1{position: absolute; top: 38%; left: 50%; transform: translateX(-50%); width: 85%;}
    .cv_area .cv .btn_2{position: absolute; top: 83%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_3{position: absolute; top: 90.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_4{position: absolute; bottom: 58%; left: 50%; transform: translateX(-50%); width: 100%;}
    .cv_area .cv .btn_5{position: absolute; bottom: 10.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_6{position: absolute; bottom: 4%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_7{position: absolute; bottom: 57.5%; left: 50%; transform: translateX(-50%); width: 100%;}
    .cv_area .cv .btn_8{position: absolute; bottom: 10.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_9{position: absolute; bottom: 3.5%; left: 77%; transform: translateX(-50%); width: 24%;}
    .cv_area .cv .btn_c1{position: absolute; bottom: 63.5%; left: 50%; transform: translateX(-50%); width: 90%;}
    .cv_area .cv .btn_c2{position: absolute; bottom: 41.5%; left: 78%; transform: translateX(-50%); width: 33%;}
    .cv_area .cv .btn_c3{position: absolute; bottom: 38.5%; left: 78%; transform: translateX(-50%); width: 33%;}
	.cv_area .notes{margin-top: 20px; text-align: center;}
	.cv_area .notes .arrow{width: 15px; display: inline-block;}
	.cv_area .notes a{color:#aa2328;}

	footer{padding: 7vw 0;}
	footer .footer_box{text-align: center;}
	footer .footer_box ul{margin-bottom: 5vw;}
	footer .footer_box ul li{display: block; margin-bottom: 3vw;}
	footer .footer_box .copyright{font-size: 3vw; line-height: 1.3;}
}

.Button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

@charset "UTF-8";

.tac--sp {
    text-align: left;
}

@media screen and (max-width:750px){
    .tac--sp {
        text-align: center;
    }
}

/* スライダ */
.SpProductTitle__notice {
    display: inline-block;
    font-size: 14px;
}

.SpProductTitle__notice .SpProductTitle__notice--ndw {
    display: block;
}

.ProductTitle__notice {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
}

.ProductTitle__notice.ProductTitle__notice--ndw {
    display: block;
}

.ProductCardSlider {
    position: relative;
}


.ProductCardInfo__meta--mtLarge{
    margin-top: 15px;
    margin-bottom: 5px;
    height: 30px;
}

.ProductCardInfo__meta--mbLarge{
    margin-bottom: 23px;
    height: 30px;
}

.ContentGrid__notice {
    font-size: 12px;
    display: block;
}

.ContentGrid__indent {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

/* 詳細 */

.ProductDetailContent *+.ContentGrid.ContentGrid--1 {
    padding-top: 0;
    padding-bottom: 15px;
}
.Caption.Caption--large {
    font-size: 15px;
}

.Caption.Caption--center {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Caption + img {
    margin-top: 5px;
}

.ProductDetailContent img + p {
    margin-top: 5px;
}

.Lead {
    margin-top: 20px;
    margin-bottom: 6px;
}

.ProductNotice {
    display: flex;
    justify-content: flex-start;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: .01em;
    margin: 30px 30px 0 30px;
    color: #777;
}

.ProductNotice.ProductNotice--inAc {
    margin: 10px 0 -15px;
    color: #777;
    flex-wrap: wrap;
}

.ProductNotice__text {
    width: 48%;
}

.ProductNotice__text.ProductNotice__text--inAc {
    width: 100%;
}

.ProductNotice__text + .ProductNotice__text {
    margin-left: 4%;
}

.ProductNotice__text.ProductNotice__text--inAc + .ProductNotice__text.ProductNotice__text--inAc {
    margin-left: 0;
}

.ProductNotice__textDesc {
    margin-inline-start: 0;
}

.ProductNotice__listItem {
    padding-left: 1em;
    text-indent: -1em;
}

.ProductNotice__listItem::before {
    content: "・";
    font-size: 1em;
}

.ProductNotice__link {
    color: #777;
    transition: 0.3s;
    margin-top: 1em;
    display: inline-block;
}

.ProductNotice__link:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.ProductNotice__note {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.ProductNotice__note::before {
    content: "※";
    font-size: 1em;
    padding-bottom: 0;
}

@media screen and (max-width:750px){
    .ProductNotice {
        flex-wrap: wrap;
        margin: 10px 0 -30px;
        font-size: 10px;
        line-height: 1.5;
    }
    .ProductNotice__text {
        width: 100%;
    }
    .ProductNotice__text + .ProductNotice__text,
    .ProductNotice__text.ProductNotice__text--inAc + .ProductNotice__text.ProductNotice__text--inAc {
        margin-left: 0;
    }
    .ProductNotice__text span:not(:last-child) {
        padding-bottom: 10px;
    }
}

.HalfwayBtn:not(:first-child) {
    margin: 0;
    margin-top: 15px;
}

.ua-desktop .HalfwayBtn:hover::after {
    opacity: 0;
}

.HalfwayBtn::after {
  content: none;
}

.HalfwayBtn.HalfwayBtn--notFunction {
    font-family: "A1 Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    position: absolute;
    text-align: center;
    left: 51%;
    top: 80px;
    transform: translateX(-50%);
    display: block;
}

.HalfwayBtn.HalfwayBtn--notFunctionNdw {
    top: 40px;
}

.HalfwayBtn.HalfwayBtn--notFunction::before {
    width: calc(100% - 47px);
}

.HalfwayBtn__txt.HalfwayBtn__txt--notFunction {
    font-size: 25px;
}

@media screen and (max-width:750px){
    .HalfwayBtn.HalfwayBtn--notFunction {
        top: 20%;
        transform: translate(-50% , -50%);
        display: block;
        width: 220px;
    }

    .HalfwayBtn.HalfwayBtn--notFunctionNdw  {
        top: 12%;
    }

    .HalfwayBtn__txt.HalfwayBtn__txt--notFunction {
        font-size: 21px;
    }

    .HalfwayBtn.HalfwayBtn--notFunction::before {
        width: calc(100% - 45px);
    }
}
@charset "UTF-8";@import url(https://unpkg.com/normalize.css@8.0.0/normalize.css);@import url(https://fonts.googleapis.com/css?family=Quicksand);* {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    letter-spacing: .001em;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: none
}


body.open-sp-menu main {
    display: none
}

body.open-sp-menu .Footer {
    display: none
}

body.open-sp-menu .HeaderWrap {
    height: 100%
}

body.open-sp-menu .SpDomoHeaderScroller {
    display: block
}

body.open-sp-menu .BtnToggleSpMenu {
    width: 73px
}

body.open-sp-menu .BtnToggleSpMenuLabel--open {
    display: none
}

body.open-sp-menu .BtnToggleSpMenuLabel--close {
    display: flex
}

@media screen and (max-width: 1200px) {
    .ua-desktop body {
        overflow-x:auto
    }

    .ua-desktop body main {
        width: 1200px
    }
}

button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

a {
    -webkit-tap-highlight-color: transparent
}

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

h1,h2,h3,h4,h5,p {
    margin: 0
}

.Debug {
    background-color: rgba(0,0,0,.5);
    border: 1px solid #333;
    bottom: 0;
    color: #fff;
    padding: 5px;
    position: fixed;
    right: 0;
    z-index: 100
}

.Debug__title {
    font-size: 10px;
    user-select: none
}

.Debug__status {
    display: none;
    font-size: 12px;
    margin-top: 5px
}

.Debug--open {
    width: 25%
}

.Debug--open .Debug__status {
    display: block
}

@media screen and (max-width: 750px) {
    .show-pc {
        display:none
    }
}

.show-sp {
    display: none
}

@media screen and (max-width: 750px) {
    .show-sp {
        display:block
    }
}

.check-view {
    display: none;
    width: 1200px
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .check-view {
        width:1000px
    }
}

@media screen and (max-width: 750px) {
    .check-view {
        width:750px
    }
}

.ContentWidth {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ContentWidth {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .ContentWidth {
        padding-left:20px;
        padding-right: 20px
    }
}

.ContentWidth__inner {
    height: 100%;
    position: relative
}

.ContentWidth--wide {
    max-width: 1440px
}

.ContentWidth--middle {
    max-width: 950px
}

.ContentWidth--small {
    max-width: 800px
}

.BalloonLabel__txt,.BreadcrumbListItem__btn,.BtnBackToTop,.BtnToggleSpMenuLabel,.Caption,.CheckListItem,.ContentSwitcherInfoTitle__base,.ContentSwitcherTab__btn,.Copyright__txt,.CorporateNavListItem__btn,.Debug,.FooterNavItem,.HalfwayBtn,.InfoListItemContent,.LargeBtn,.LinkListItem__btn,.List,.PhilosophySpFooter,.ProductAttrIcon,.ProductCardAttention,.ProductCardInfo__desc,.ProductCardInfo__meta,.ProductDetailContent p,.ProductNavLabel,.ProductNavTop,.ProductPriceListItemValue__point,.ProductSection__attention,.ProductsGuideItemLabel__txt,.ProductsListItem__title,.RectLinkThumb__desc,.RectLinkThumb__title,.SpHeaderUI__link,.SpPrevNav__btn,.Table,.VoiceCardHead__author,.VoiceCardHead__date,.VoiceCard__point,.VoiceCard__txt,.font-def {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}

.EyecatchLinkItemBody,.GNavListItem__btn,.InquiryHead__lead,.ListNumber,.MenuItem__btn,.PhilosophySlogan__txt,.PhilosophyStatement,.font-serif,body {
    font-family: "A1 Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif
}

.H1 {
    font-size: 48px
}

@media screen and (max-width: 750px) {
    .H1 {
        font-size:24px
    }
}

.H2 {
    font-size: 36px
}

@media screen and (max-width: 750px) {
    .H2 {
        font-size:24px;
        line-height: 1.5
    }
}

.H3 {
    font-size: 24px
}

@media screen and (max-width: 750px) {
    .H3 {
        font-size:24px
    }
}

.LargeBtn {
    border-radius: 10px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2);
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 90px;
    line-height: 90px;
    min-width: 490px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .6s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1)
}

.LargeBtn::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .LargeBtn {
        font-size:21px;
        height: 70px;
        line-height: 70px;
        min-width: initial;
        min-width: auto;
        width: 100%
    }
}

.LargeBtn--60 {
    height: 60px;
    line-height: 60px
}

.LargeBtn--70 {
    height: 70px;
    line-height: 70px
}

.LargeBtn--full {
    min-width: initial;
    min-width: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .LargeBtn--sp-60 {
        height:60px;
        line-height: 60px
    }
}

.LargeBtn__bg {
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.LargeBtn__bg--red {
    background-image: linear-gradient(180deg,#f18687 0,#e4626c 100%);
    box-shadow: inset 0 -2px 0 0 #d45b64
}

.LargeBtn__bg--blue {
    background-image: linear-gradient(180deg,#b2c2cf 0,#96aabc 100%);
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.05)
}

.LargeBtn__bg--green {
    background-image: linear-gradient(180deg,#60c26b 0,#3f8445 100%);
    box-shadow: inset 0 -2px 0 0 #3f8445
}

.LargeBtn__bg--white {
    background-color: #fff
}

.LargeBtn__txt {
    position: relative
}

@media screen and (max-width: 750px) {
    .LargeBtn__txt--sp-15 {
        font-size:15px
    }
}

.LargeBtn__txt--contact {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width: 750px) {
    .LargeBtn__txt--contact {
        font-size:10px;
        left: 0;
        line-height: 1.5;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%
    }
}

.LargeBtn:active {
    transform: scale(.99,.99)
}

.LargeBtn:active::after {
    opacity: .1
}

.LargeBtn__thumb {
    border-radius: 5px 5px;
    box-shadow: 0 1px 16px 0 rgba(0,0,0,.2);
    display: inline-block;
    margin-right: 12px;
    overflow: hidden;
    position: relative
}

.LargeBtn__thumb img {
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .LargeBtn__thumb {
        margin-right:5px
    }
}

.LargeBtn--sticky-sample {
    align-items: center;
    display: flex;
    height: 70px;
    line-height: 1;
    min-width: initial;
    min-width: auto;
    padding: 8px 8px;
    text-align: left
}

@media screen and (max-width: 750px) {
    .LargeBtn--sticky-sample {
        height:60px;
        padding: 5px 0 5px 5px
    }
}

.LargeBtn__txt--sticky-sample {
    align-items: center;
    display: inline-block;
    font-size: 21px
}

@media screen and (max-width: 750px) {
    .LargeBtn__txt--sticky-sample {
        font-size:13px;
        line-height: 1.3
    }
}

.LargeBtn__thumb--sample {
    height: 54px;
    width: 100px
}

@media screen and (max-width: 750px) {
    .LargeBtn__thumb--sample {
        height:44px;
        width: 80px
    }
}

.HalfwayBtn {
    color: #000;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    position: relative;
    text-decoration: none
}

.HalfwayBtn::before {
    background-color: #aabdcd;
    content: '';
    height: 9px;
    left: 15px;
    opacity: .5;
    position: absolute;
    top: calc(50% + 5px);
    width: calc(100% - 30px)
}

.HalfwayBtn::after {
    background-color: #000;
    border-radius: 5px 5px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .6s cubic-bezier(.19,1,.22,1);
    width: 100%
}

@media screen and (max-width: 750px) {
    .HalfwayBtn::before {
        height:7px;
        top: calc(50% + 6px)
    }
}

.HalfwayBtn--21::before {
    top: calc(50% + 8px)
}

.HalfwayBtn--sp-18::before {
    height: 9px;
    top: calc(50% + 6px)
}

.HalfwayBtn:active::after {
    opacity: .05;
    transition: opacity .2s
}

.HalfwayBtn:not(:first-child) {
    margin: 0 0 0 10px
}

@media screen and (max-width: 750px) {
    .HalfwayBtn:not(:first-child) {
        margin:0
    }
}

.HalfwayBtn__txt {
    font-size: 18px;
    position: relative
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__txt {
        font-size:15px
    }
}

.HalfwayBtn__txt--21 {
    font-size: 21px
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__txt--sp-18 {
        font-size:18px
    }
}

.HalfwayBtn__arrow {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 20px;
    margin: -3px 0 0 7px;
    vertical-align: middle;
    width: 20px
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__arrow {
        height:16px;
        margin: 0 0 0 7px;
        width: 16px
    }
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__arrow--sp-18 {
        margin:-2px 0 0 7px
    }
}

.HalfwayBtn__arrow--right {
    transform: scale(.5,.5) rotate(-45deg)
}

.Icon {
    vertical-align: middle
}

.Icon--contact {
    height: auto;
    margin: -3px 4px 0 0;
    width: 14px
}

.ua-desktop .LargeBtn:hover {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.4);
    transition: box-shadow .2s,transform .2s
}

.ua-desktop .HalfwayBtn:hover::after {
    opacity: .05;
    transition: opacity .2s
}

.Card {
    border-radius: 10px 10px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow .6s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1);
    z-index: 1
}

.Card::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%;
    z-index: 2
}

a.Card:active {
    transform: scale(.99,.99)
}

a.Card:active::after {
    opacity: .1
}

.ua-desktop a.Card:hover {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s,transform .2s
}

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

.Card__img {
    height: 262px;
    overflow: hidden;
    width: 100%
}

.Card__img img {
    display: block;
    height: 100%;
    margin: 0 0 0 50%;
    transform: translate(-50%,0);
    width: auto
}

@media screen and (max-width: 750px) {
    .Card__img {
        height:210px
    }
}

.Card__img--row {
    height: 100%
}

@media screen and (max-width: 750px) {
    .Card__img--row {
        height:210px
    }
}

.Card__img--product-img {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    height: 367px
}

.Card__img--rect {
    height: auto
}

.Card__img--rect img {
    height: auto;
    width: 100%
}

.Card__title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.45;
    position: relative
}

.Card__title::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    bottom: 5px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: -7px;
    transform: scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .Card__title {
        font-size:24px
    }

    .Card__title::after {
        bottom: 7px;
        height: 26px;
        right: -4px;
        width: 26px
    }
}

.CardTitle {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.45;
    position: relative;
    width: 100%
}

@media screen and (max-width: 750px) {
    .CardTitle {
        font-size:24px
    }
}

.CardTitle--has-arrow::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    bottom: 5px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: -7px;
    transform: scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .CardTitle--has-arrow::after {
        bottom:3px;
        height: 26px;
        right: -9px;
        width: 26px
    }
}

.CardTitle--sp-has-arrow::after {
    display: none
}

@media screen and (max-width: 750px) {
    .CardTitle--sp-has-arrow::after {
        display:block
    }
}

.Card__body {
    background-color: #fff;
    height: 100%;
    padding: 25px 30px 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .Card__body {
        padding:25px 20px 23px 20px
    }
}

.Card__body--row {
    padding: 50px 80px 0 30px
}

.Card__body--row::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 36px
}

.Card__body--row .Card__title::after {
    display: none
}

@media screen and (max-width: 750px) {
    .Card__body--row {
        padding:25px 20px 23px 20px
    }

    .Card__body--row .Card__title::after {
        display: block
    }

    .Card__body--row::after {
        display: none
    }
}

@media screen and (max-width: 750px) {
    .Card__body--has-btn {
        padding:25px 20px 120px 20px
    }
}

.Card__body--howto {
    padding: 14px 30px 25px 30px
}

@media screen and (max-width: 750px) {
    .Card__body--howto {
        padding:14px 15px 15px 15px
    }

    .Card__body--howto p {
        font-size: 13px!important
    }
}

.Card__desc {
    color: #000;
    font-size: 18px;
    line-height: 1.45;
    margin: 20px 0 0 0
}

@media screen and (max-width: 750px) {
    .Card__desc {
        font-size:15px;
        line-height: 1.75
    }
}

.Card__btn {
    bottom: 30px;
    position: absolute;
    width: calc(100% - 60px)
}

@media screen and (max-width: 750px) {
    .Card__btn {
        width:calc(100% - 40px)
    }
}

.Card__btn--row {
    width: calc(100% - 110px)
}

.Card__layout--row {
    flex-wrap: nowrap;
    height: 275px
}

@media screen and (max-width: 750px) {
    .Card__layout--row {
        flex-wrap:wrap;
        height: auto
    }
}

.Card__layout--product {
    height: 367px
}

@media screen and (max-width: 750px) {
    .Card__layout--product {
        height:auto
    }
}

.Card__col {
    width: 100%
}

.Card__col:last-child {
    min-height: 268px
}

@media screen and (max-width: 750px) {
    .Card__col:last-child {
        min-height:initial;
        min-height: auto
    }
}

.Card__col--row {
    width: 50%
}

@media screen and (max-width: 750px) {
    .Card__col--row {
        width:100%
    }
}

.Card__col--product-img {
    width: 367px
}

@media screen and (max-width: 750px) {
    .Card__col--product-img {
        width:100%
    }
}

.Card__col--product-remain {
    width: calc(100% - 367px)
}

@media screen and (max-width: 750px) {
    .Card__col--product-remain {
        width:100%
    }
}

.Card__col--row:last-child {
    min-height: initial;
    min-height: auto
}

.CardRow {
    display: flex;
    position: relative
}

@media screen and (max-width: 750px) {
    .CardRow {
        flex-wrap:wrap
    }

    .CardRow .Card__img {
        height: auto
    }

    .CardRow .Card__img img {
        height: auto;
        width: 100%
    }
}

.CardRow--vertical {
    display: flex;
    flex-wrap: wrap
}

.CardCol {
    height: auto;
    position: relative;
    width: 100%
}

.CardCol:first-child {
    z-index: 2
}

.CardCol:last-child {
    z-index: 1
}

.CardCol--half {
    width: 50%
}

@media screen and (max-width: 750px) {
    .CardCol--half {
        width:100%
    }
}

.CardCol--rect {
    padding-top: calc(50% - 2px)
}

@media screen and (max-width: 750px) {
    .CardCol--rect {
        padding-top:calc(100% - 2px)
    }
}

.CardCol:first-child.CardCol--has-border::after {
    border: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .CardCol:first-child.CardCol--has-border::after {
        border-radius:10px 10px 0 0
    }
}

.CardBody {
    align-content: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 34px
}

@media screen and (max-width: 750px) {
    .CardBody {
        padding-bottom:30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }
}

.CardBody--has-arrow {
    padding-right: 80px
}

.CardBody--has-arrow::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .CardBody--has-arrow {
        padding-right:20px
    }

    .CardBody--has-arrow::after {
        display: none
    }
}

.CardTitle+.LargeBtn {
    margin-top: 20px
}

@media screen and (max-width: 750px) {
    .CardTitle+.LargeBtn {
        margin-top:22px
    }
}

.CardGrid {
    display: flex;
    margin: 0 -25px 0 -25px
}

@media screen and (max-width: 750px) {
    .CardGrid {
        flex-wrap:wrap;
        margin: 0
    }
}

.CardGrid__col {
    margin: 0 25px 0 25px;
    width: calc(50% - 50px)
}

@media screen and (max-width: 750px) {
    .CardGrid__col {
        margin:0;
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .CardGrid__col:not(:first-child) {
        margin-top:30px
    }
}

.ProductsThinCard {
    display: flex;
    position: relative
}

.ProductsThinCard .ProductsThinCard__image {
    flex-shrink: 0;
    width: 200px
}

@media screen and (max-width: 750px) {
    .ProductsThinCard .ProductsThinCard__image {
        width:100px
    }
}

.ProductsThinCard .ProductsThinCard__image img {
    display: block;
    height: auto;
    width: 100%
}

.ProductsThinCard .ProductsThinCard__title {
    align-items: center;
    color: #000;
    display: flex;
    flex-grow: 1;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 60px
}

@media screen and (max-width: 750px) {
    .ProductsThinCard .ProductsThinCard__title {
        font-size:12px;
        padding-left: 10px;
        padding-right: 40px
    }
}

.ProductsThinCard::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0,-50%) scale(.35,.35) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .ProductsThinCard::after {
        right:10px;
        transform: translate(0,-50%) scale(.25,.25) rotate(-45deg)
    }
}

.FirstCard {
    margin-bottom: 50px
}

@media screen and (max-width: 750px) {
    .FirstCard {
        margin-bottom:30px
    }
}

.Breadcrumb {
    margin: 30px 0 60px 0
}

@media screen and (max-width: 750px) {
    .Breadcrumb {
        display:none
    }
}

.BreadcrumbList {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.BreadcrumbListItem {
    position: relative
}

.BreadcrumbListItem:not(:last-child)::after {
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 15px
}

.BreadcrumbListItem:not(:first-child) {
    margin-left: 45px
}

.BreadcrumbListItem__btn {
    color: #777;
    font-size: 16px;
    text-decoration: none
}

.VoiceCard {
    background-color: #f5f5f5;
    border-radius: 10px 10px;
    padding: 30px 30px 25px 30px
}

@media screen and (max-width: 750px) {
    .VoiceCard {
        padding:20px 20px 17px 20px
    }
}

.VoiceCardHead {
    display: flex;
    justify-content: space-between
}

.VoiceCardHead__author {
    font-size: 18px
}

@media screen and (max-width: 750px) {
    .VoiceCardHead__author {
        font-size:15px
    }
}

.VoiceCardHead__date {
    color: #999;
    font-size: 15px
}

@media screen and (max-width: 750px) {
    .VoiceCardHead__date {
        font-size:12px
    }
}

.VoiceCard__star {
    margin-top: 10px
}

.VoiceCard__star img {
    display: inline-block;
    margin-right: 1px
}

.VoiceCard__point {
    color: #666;
    font-size: 17px;
    margin-top: 10px
}

@media screen and (max-width: 750px) {
    .VoiceCard__point {
        font-size:15px
    }
}

.VoiceCard__txt {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 26px
}

@media screen and (max-width: 750px) {
    .VoiceCard__txt {
        font-size:15px;
        line-height: 1.75
    }
}

.VoiceListItem:not(:first-child) {
    margin-top: 20px
}

.ListNumber {
    border: 2px solid #aabdcd;
    border-radius: 5px 5px;
    color: #768fa4;
    display: inline-block;
    letter-spacing: 0;
    position: relative;
    text-align: center
}

.ListNumber--14 {
    border: 2px solid #aabdcd;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    transform: scale(.5,.5);
    width: 28px
}

.ListNumber--17 {
    border: 1px solid #aabdcd;
    border-radius: 3px 3px;
    font-size: 10px;
    height: 17px;
    line-height: 15px;
    width: 17px
}

.ListNumber--20 {
    border: none;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 20px
}

.ListNumber--20::before {
    border: 3px solid #aabdcd;
    border-radius: 10px 10px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 200%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(.5,.5);
    width: 200%
}

.ListNumber--24 {
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    width: 24px
}

.ListNumber--32 {
    font-size: 20px;
    height: 32px;
    line-height: 28px;
    width: 32px
}

@media screen and (max-width: 750px) {
    .ListNumber--32 {
        font-size:14px;
        height: 24px;
        line-height: 20px;
        width: 24px
    }
}

.ListNumber--36 {
    font-size: 21px;
    height: 36px;
    line-height: 32px;
    width: 36px
}

@media screen and (max-width: 750px) {
    .ListNumber--36 {
        font-size:14px;
        height: 24px;
        line-height: 20px;
        width: 24px
    }
}

.ListNumber--40 {
    font-size: 24px;
    height: 40px;
    line-height: 36px;
    width: 40px
}

@media screen and (max-width: 750px) {
    .ListNumber--40 {
        font-size:14px;
        height: 24px;
        line-height: 20px;
        width: 24px
    }
}

.Table {
    border-right: 1px solid #ddd;
    border-spacing: 0;
    border-top: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.5;
    min-width: 100%;
    text-align: left;
    word-wrap: break-word
}

.Table td,.Table th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px
}

.Table tr {
    width: 100%
}

.Table td {
    vertical-align: top
}

.Table tbody th {
    background-color: #f5f5f5;
    font-weight: 700
}

.Table thead th {
    background-color: #eee
}

.Table caption {
    caption-side: bottom;
    font-size: .8em;
    margin-top: 1em;
    text-align: left
}

@media screen and (max-width: 750px) {
    .Table {
        font-size:13px
    }

    .Table td,.Table th {
        padding-left: 5px;
        padding-right: 5px
    }
}

.Table--no-border {
    border-right: none
}

.Table--no-border tbody td,.Table--no-border tbody th,.Table--no-border thead td,.Table--no-border thead th {
    border-left: none
}

.HeaderWrap {
    animation-duration: .5s;
    background-color: #fff;
    padding-bottom: 110px;
    position: relative;
    z-index: 100
}

@media screen and (max-width: 750px) {
    .HeaderWrap {
        left:0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .HeaderWrap {
        left:0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        width: 100%
    }
}

.SpDomoHeader {
    display: none;
    height: 100%
}

.SpDomoHeader>.ContentWidth {
    height: 60px
}

@media screen and (max-width: 750px) {
    .SpDomoHeader {
        display:block
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .SpDomoHeader {
        display:block
    }
}

.SpDomoHeaderContent {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between
}

.SpDomoHeaderScroller {
    background-color: #fff;
    display: none;
    height: calc(100% - 60px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

.SpHeaderUI {
    align-items: center;
    display: flex
}

.SpHeaderUI__link {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    height: 100%;
    margin: 0 10px 0 0;
    text-decoration: none;
    white-space: nowrap
}

.SpHeaderUI__link img {
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle
}

.BtnToggleSpMenu {
    height: 60px;
    outline: 0;
    position: relative;
    transition: width .3s;
    width: 59px
}

.BtnToggleSpMenuLabel {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.BtnToggleSpMenuLabel--close {
    display: none
}

.BtnToggleSpMenuLabel__icon {
    display: inline-block;
    margin: 0 7px 0 0;
    position: relative;
    vertical-align: middle
}

.BtnToggleSpMenuLabel__icon span,.BtnToggleSpMenuLabel__icon::after,.BtnToggleSpMenuLabel__icon::before {
    background-color: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.BtnToggleSpMenuLabel__icon::after,.BtnToggleSpMenuLabel__icon::before {
    content: ''
}

.BtnToggleSpMenuLabel__icon--open {
    display: inline-block;
    height: 11px;
    width: 14px
}

.BtnToggleSpMenuLabel__icon--open::before {
    top: 0
}

.BtnToggleSpMenuLabel__icon--open span {
    top: 5px
}

.BtnToggleSpMenuLabel__icon--open::after {
    bottom: 0
}

.BtnToggleSpMenuLabel__icon--close {
    height: 11px;
    width: 14px
}

.BtnToggleSpMenuLabel__icon--close::after,.BtnToggleSpMenuLabel__icon--close::before {
    top: 5px
}

.BtnToggleSpMenuLabel__icon--close::before {
    transform: rotate(-45deg)
}

.BtnToggleSpMenuLabel__icon--close::after {
    transform: rotate(45deg)
}

.Search {
    margin: 0 0 35px 0;
    padding: 14px 30px 0 30px
}

@media screen and (max-width: 750px) {
    .Search {
        margin:0 0 11px 0;
        padding: 10px 20px 0 20px
    }
}

.Search__form {
    position: relative
}

.Search__input {
    -webkit-appearance: none;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px 5px;
    color: #777;
    font-family: 'Helvetica Neue',Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
    font-size: 16px;
    height: 50px;
    outline: 0;
    padding: 20px;
    transition: border .7s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.Search__btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.Search__input:active,.Search__input:focus {
    border: 1px solid #ccc
}

.ua-desktop .Search__input:hover {
    border: 1px solid #ccc;
    transition: border 0s
}

.Footer {
    bottom: 0;
    left: 0;
    margin-top: 100px;
    position: absolute;
    transform: translate3d(0,0,0);
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 750px) {
    .Footer {
        margin-top:60px
    }
}

.Footer--no-margin {
    margin-top: 0
}

@media screen and (max-width: 750px) {
    .Footer--no-margin {
        margin-top:0
    }
}

.FooterContent {
    background-color: #f5f5f5
}

.FooterBottom {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 30px 0 50px 0;
    position: relative
}

@media screen and (max-width: 750px) {
    .FooterBottom {
        flex-wrap:wrap;
        margin-top: 30px;
        padding: 100px 0 0 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterBottom {
        flex-wrap:wrap;
        margin-top: 30px;
        padding: 100px 0 0 0
    }
}

.FooterRightNav {
    text-align: right
}

@media screen and (max-width: 750px) {
    .FooterRightNav {
        height:73px;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterRightNav {
        height:73px;
        width: 100%
    }
}

.BtnBackToTop {
    color: #777;
    font-size: 14px;
    transition: color .7s cubic-bezier(.19,1,.22,1)
}

.BtnBackToTop::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 3px;
    transform: scale(.5,.5) rotate(-135deg);
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
    vertical-align: middle;
    width: 15px
}

@media screen and (max-width: 750px) {
    .BtnBackToTop {
        height:100%;
        text-align: right;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .BtnBackToTop {
        height:100%;
        text-align: right;
        width: 100%
    }
}

.ua-desktop .BtnBackToTop:hover {
    color: #000;
    transition: color 0s
}

.ua-desktop .BtnBackToTop:hover::after {
    border-color: #000;
    transition: border-color 0s
}

.Copyright {
    background-color: #fff;
    height: 150px
}

@media screen and (max-width: 750px) {
    .Copyright {
        height:90px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Copyright {
        height:90px
    }
}

.Copyright__content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.Copyright__txt {
    color: #777;
    font-size: 10px;
    letter-spacing: .01em
}

.Copyright__txt br {
    display: none
}

@media screen and (max-width: 750px) {
    .Copyright__txt {
        line-height:1.4;
        text-align: right
    }

    .Copyright__txt br {
        display: block
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Copyright__txt {
        line-height:1.4;
        text-align: right
    }

    .Copyright__txt br {
        display: block
    }
}

@media screen and (max-width: 750px) {
    .InfoList {
        margin:0 -20px;
        width: calc(100% + 40px)
    }
}

.InfoListItem {
    border-bottom: 1px solid #ddd;
    position: relative
}

@media screen and (max-width: 750px) {
    .InfoListItem {
        border-bottom:none
    }

    .InfoListItem::after {
        background-color: #ddd;
        bottom: 0;
        content: '';
        height: 1px;
        position: absolute;
        right: 0;
        width: calc(100% - 20px)
    }
}

.InfoListItem__inner {
    display: flex
}

.InfoListItem__btn {
    align-items: center;
    display: flex;
    min-height: 80px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    width: 100%
}

.InfoListItem__btn::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .InfoListItem__btn {
        min-height:58px;
        padding: 16px 38px 16px 20px
    }

    .InfoListItem__btn::before {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 16px;
        top: 20px;
        transform: scale(.5,.5) rotate(-45deg);
        width: 15px
    }
}

.InfoListItem__btn:active::after {
    opacity: .05;
    transition: opacity .2s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .InfoListItem__btn:hover::after {
    opacity: .05;
    transition: opacity .2s cubic-bezier(.19,1,.22,1)
}

.InfoListItemContent {
    color: #000;
    display: flex;
    font-size: 18px;
    line-height: 1.4;
    position: relative
}

@media screen and (max-width: 750px) {
    .InfoListItemContent {
        font-size:15px;
        line-height: 1.6
    }
}

.InfoListItemContent--has-date {
    padding: 0 0 0 190px
}

@media screen and (max-width: 750px) {
    .InfoListItemContent--has-date {
        padding:0
    }
}

.InfoListItemContent__txt {
    position: relative
}

.InfoListItemContent__date {
    left: -190px;
    position: absolute;
    top: 0
}

@media screen and (max-width: 750px) {
    .InfoListItemContent__date {
        left:auto;
        position: relative;
        top: auto
    }
}

.TopProducts {
    margin-bottom: 45px;
    position: relative
}

@media screen and (max-width: 750px) {
    .TopProducts {
        margin-bottom:0
    }
}

.Products {
    margin: 0 -7px 0 -7px
}

@media screen and (max-width: 1130px) {
    .Products {
        margin:0 -50px 0 -50px;
        width: calc(100% + 100px)
    }
}

@media screen and (max-width: 750px) {
    .Products {
        margin:0 -30px 0 -30px;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: calc(100% + 60px)
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Products {
        margin:0 -30px 0 -30px;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: calc(100% + 60px)
    }
}

@media screen and (max-width: 750px) {
    .Products {
        margin:0 -20px 0 -20px;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        width: calc(100% + 40px)
    }
}

.Products--following-pagetitle {
    margin-bottom: 0;
    padding: 56px 0 0 0
}

@media screen and (max-width: 750px) {
    .Products--following-pagetitle {
        padding:46px 0 0 0
    }
}

.Products--following-subtitle {
    margin-bottom: 0;
    padding: 56px 0 0 0
}

@media screen and (max-width: 750px) {
    .Products--following-subtitle {
        padding:0
    }
}

@media screen and (max-width: 750px) {
    .Products--no-scroll {
        overflow-x:hidden
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Products--no-scroll {
        overflow-x:hidden
    }
}

@media screen and (max-width: 750px) {
    .Products--no-scroll {
        overflow-x:hidden
    }
}

@media screen and (max-width: 750px) {
    .Products:not(.Products--no-scroll) {
        display:none
    }
}

.ProductsList {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1130px) {
    .ProductsList {
        padding:0 20px
    }
}

@media screen and (max-width: 750px) {
    .ProductsList {
        justify-content:flex-start;
        padding: 20px 20px 10px 20px;
        width: auto
    }
}

.ProductsList--center {
    justify-content: center
}

@media screen and (max-width: 750px) {
    .ProductsList.InView {
        margin-left:50vw
    }
}

@media screen and (max-width: 750px) {
    .ProductsList.InView--show {
        margin-left:0;
        transition: margin-left .6s cubic-bezier(.23,1,.32,1) .15s
    }
}

.ProductsListItem {
    margin: 0 7px;
    width: calc(12.5% - 14px)
}

@media screen and (max-width: 750px) {
    .ProductsListItem {
        width:120px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem:last-child {
        padding-right:20px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem--no-scroll {
        margin-left:0;
        margin-right: 0;
        width: 30%
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem--no-scroll:last-child {
        padding-right:0
    }
}

.ProductsListItem--center:not(:first-child) {
    margin-left: 30px
}

.ProductsListItem__btn {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none
}

.ProductsListItem__hover {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px 10px;
    display: block;
    height: calc(100% + 20px);
    left: -10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    transition: .2s;
    width: calc(100% + 20px);
    z-index: 1
}

.ProductsListItem__btn:active .ProductsListItem__hover {
    opacity: 1
}

.ProductsListItem__img {
    height: 300px;
    position: relative;
    width: auto
}

@media screen and (max-width: 1130px) {
    .ProductsListItem__img {
        height:250px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img {
        height:200px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsListItem__img {
        height:200px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img {
        height:220px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img--no-scroll {
        height:auto;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsListItem__img--no-scroll {
        height:auto;
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img--no-scroll {
        height:auto;
        width: 100%
    }
}

.ProductsListItem__title {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin: 12px 0 0 0;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.ProductsListItem__title .ListNumber--17 {
    margin-right: 4px;
    margin-top: -4px;
    vertical-align: middle
}

@media screen and (max-width: 750px) {
    .ProductsListItem__title {
        font-size:12px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__title--sp-hidden {
        display:none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsListItem__title--sp-hidden {
        display:none
    }
}

.ProductsListItem__number {
    display: flex;
    justify-content: center;
    margin: 0 0 21px 0;
    padding-top: 10px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductsListItem__number {
        margin:0 0 8px 0
    }
}

.ProductsGuide {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    padding: 0 30px
}

@media screen and (max-width: 1130px) {
    .ProductsGuide {
        padding:0 50px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuide {
        margin:9px 0 0 0;
        padding: 0 20px
    }
}

.ProductsGuideItem::before {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 20px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem::before {
        height:10px
    }
}

.ProductsGuideItem--3 {
    padding-left: 20px;
    padding-right: 40px;
    width: 37.5%
}

@media screen and (max-width: 1130px) {
    .ProductsGuideItem--3 {
        padding-left:10px;
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--3 {
        padding-left:0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--3 {
        padding-left:0
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--3 {
        padding-left:10px;
        padding-right: 10px
    }
}

.ProductsGuideItem--4 {
    padding-left: 40px;
    padding-right: 40px;
    width: 50%
}

@media screen and (max-width: 1130px) {
    .ProductsGuideItem--4 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--4 {
        padding-left:20px;
        padding-right: 10px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--4 {
        padding-left:20px;
        padding-right: 10px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--4 {
        padding-left:10px;
        padding-right: 10px
    }
}

.ProductsGuideItem--1 {
    padding-left: 50px;
    padding-right: 10px;
    width: 12.5%
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--1 {
        padding-left:55px;
        padding-right: 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--1 {
        padding-left:55px;
        padding-right: 0
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--1 {
        padding-left:10px;
        padding-right: 10px
    }
}

.ProductsGuideItem--full {
    margin: 20px 0 0 0;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%
}

@media screen and (max-width: 1130px) {
    .ProductsGuideItem--full {
        padding-left:10px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--full {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--full {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--full {
        margin:0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.ProductsGuideItemLabel {
    display: flex;
    height: 35px;
    justify-content: center;
    margin: 14px 0 0 0;
    position: relative
}

@media screen and (max-width: 750px) {
    .ProductsGuideItemLabel {
        margin:10px 0 0 0
    }
}

.ProductsGuideItemLabel__txt {
    cursor: pointer;
    font-size: 15px;
    left: 50%;
    text-align: center;
    white-space: nowrap
}

.ProductsGuideItemLabel__txt::after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 11px;
    margin: 5px auto 0 auto;
    transform: rotate(45deg);
    width: 11px
}

@media screen and (max-width: 750px) {
    .ProductsGuideItemLabel__txt {
        font-size:10px;
        letter-spacing: -.01em
    }

    .ProductsGuideItemLabel__txt::after {
        height: 8px;
        margin: 1px auto 0 auto;
        width: 8px
    }
}

.ProductsGuideItemLabel__txt--no-arrow::after {
    display: none
}

.ua-desktop .ProductsListItem__btn:hover .ProductsListItem__hover {
    opacity: 1
}

.ua-desktop .ProductsGuideItemLabel__txt {
    transition: color .8s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .ProductsGuideItemLabel__txt:hover {
    color: #777;
    transition: color .1s cubic-bezier(.19,1,.22,1)
}

.SpProducts {
    display: none;
    margin: 0 -20px;
    overflow-x: hidden;
    padding: 0 30px;
    width: calc(100% + 40px)
}

.SpProducts .slick-arrow {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 40px
}

.SpProducts .slick-arrow::before {
    border-bottom: 2px solid #777;
    border-left: 2px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 20px
}

.SpProducts .slick-prev {
    left: -24px
}

.SpProducts .slick-prev::before {
    margin-left: 5px;
    transform: translate(-50%,-50%) rotate(45deg)
}

.SpProducts .slick-next {
    right: -24px
}

.SpProducts .slick-next::before {
    margin-left: -5px;
    transform: translate(-50%,-50%) rotate(-135deg)
}

.SpProducts .slick-list {
    overflow: visible
}

@media screen and (max-width: 750px) {
    .SpProducts {
        display:block
    }
}

@media screen and (max-width: 750px) {
    .SpProducts--following-pagetitle {
        padding:46px 30px 0 30px
    }
}

.SpProductsScroller {
    width: 100%
}

.Balloon {
    bottom: calc(100% - 40px);
    opacity: 0;
    padding: 0 0 15px 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    transform: scale(.5,.5);
    transform-origin: bottom center;
    transition: .3s cubic-bezier(.175,.885,.32,1.275);
    z-index: 2
}

@media screen and (max-width: 750px) {
    .Balloon {
        bottom:calc(100% - 26px);
        padding: 0 0 12px 0;
        right: -10px
    }
}

.Balloon__bg {
    background-color: #fff;
    border-radius: 33px 33px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .Balloon__bg {
        border-radius:25px 25px
    }
}

.Balloon__arrow {
    background-color: #fff;
    bottom: -10px;
    box-shadow: 5px 5px 6px 0 rgba(0,0,0,.03);
    height: 24px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0) rotate(45deg);
    width: 24px
}

@media screen and (max-width: 750px) {
    .Balloon__arrow {
        bottom:-7px;
        height: 16px;
        width: 16px
    }
}

.Balloon__main {
    align-items: center;
    display: flex;
    height: 66px;
    padding: 0 30px 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .Balloon__main {
        height:50px;
        padding: 0 20px 0 20px
    }
}

.Balloon__listnumber {
    position: relative
}

@media screen and (max-width: 750px) {
    .Balloon__listnumber {
        margin-top:-1px
    }
}

.BalloonLabel {
    display: inline-block;
    line-height: 1;
    margin-top: -5px;
    position: relative;
    vertical-align: middle
}

.BalloonLabel::before {
    background-color: #aabdcd;
    bottom: -2px;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    opacity: .5;
    position: absolute;
    transition: .4s cubic-bezier(.19,1,.22,1) .3s;
    width: 0
}

@media screen and (max-width: 750px) {
    .BalloonLabel::before {
        height:10px
    }
}

.BalloonLabel__txt {
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .BalloonLabel__txt {
        font-size:18px
    }
}

.Balloon.InView--show {
    opacity: 1;
    transform: scale(1,1)
}

.Balloon.InView--show .BalloonLabel::before {
    width: 100%
}

.Slider .slick-dots li button::before {
    background-color: #000;
    opacity: .1
}

.Slider .slick-dots li.slick-active button::before {
    background-color: #000;
    opacity: .5
}

.Slider--product-detail {
    height: 100%;
    left: 0;
    position: absolute!important;
    top: 0;
    width: 100%
}

.Slider--product-detail div {
    vertical-align: top
}

.Slider--product-detail img {
    display: block;
    height: auto;
    width: 100%
}

.Slider--product-detail a {
    display: block;
    transition: opacity .25s
}

.Slider--product-detail a:hover {
    opacity: .75
}

.Slider--product-detail .slick-list {
    height: 100%
}

.Slider--product-detail .slick-dots {
    bottom: 10px;
    position: absolute
}

.Slider--product-detail .slick-arrow {
    height: 170px;
    margin: -85px 0 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 85px
}

.Slider--product-detail .slick-arrow::before {
    box-sizing: border-box;
    content: '';
    display: block;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: border-color .5s cubic-bezier(.19,1,.22,1);
    width: 22px
}

@media screen and (max-width: 750px) {
    .Slider--product-detail .slick-arrow {
        display:none
    }
}

.Slider--product-detail .slick-prev {
    left: 0
}

.Slider--product-detail .slick-prev::before {
    border-left: 2px solid rgba(0,0,0,.25);
    border-top: 2px solid rgba(0,0,0,.25);
    margin: -11px -3px 0 0;
    right: 50%;
    transform: rotate(-45deg)
}

.Slider--product-detail .slick-next {
    right: 0
}

.Slider--product-detail .slick-next::before {
    border-right: 2px solid rgba(0,0,0,.25);
    border-top: 2px solid rgba(0,0,0,.25);
    left: 50%;
    margin: -11px 0 0 -3px;
    transform: rotate(45deg)
}

.Slider--product-detail .slick-disabled {
    pointer-events: none
}

.Slider--product-detail .slick-disabled::before {
    opacity: 0
}

@media screen and (max-width: 750px) {
    .Slider--product-detail .slick-dots {
        bottom:-27px
    }

    .Slider--product-detail .slick-dots li {
        margin-right: 0
    }

    .Slider--product-detail .slick-dots li button::before {
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
        width: 8px
    }
}

.ua-mobile .Slider--product-detail .slick-arrow {
    opacity: 1
}

.ua-desktop .Slider--product-detail:hover .slick-arrow {
    opacity: 1
}

.ua-desktop .Slider--product-detail .slick-arrow:hover::before {
    border-color: #000;
    transition: border-color .1s cubic-bezier(.19,1,.22,1)
}

.Slider--product-howto .slick-dots {
    margin-top: 14px
}

@media screen and (max-width: 750px) {
    .Slider--product-howto {
        padding-left:5px;
        padding-right: 5px
    }

    .Slider--product-howto .slick-list {
        overflow: visible!important
    }

    .Slider--product-howto .slick-slide {
        padding-left: 5px;
        padding-right: 5px
    }

    .Slider--product-howto .slick-slide>div {
        height: 100%
    }

    .Slider--product-howto .slick-dots li {
        margin-right: 0
    }

    .Slider--product-howto .slick-dots li button::before {
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
        width: 8px
    }
}

.CheckListItem {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 0 25px;
    position: relative
}

.CheckListItem::before {
    border-bottom: 3px solid #aabdcd;
    border-left: 3px solid #aabdcd;
    box-sizing: border-box;
    content: '';
    height: 12px;
    left: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg) scale(.5,.5);
    width: 24px
}

@media screen and (max-width: 750px) {
    .CheckListItem {
        font-size:15px;
        line-height: 1.4
    }
}

.CheckListItem:not(:first-child) {
    margin-top: 15px
}

@media screen and (max-width: 750px) {
    .CheckListItem:not(:first-child) {
        margin-top:13px
    }
}

@media screen and (max-width: 750px) {
    .EyecatchLinkWrap {
        margin-right:-20px
    }
}

.Products+.EyecatchLinkWrap {
    margin-top: 38px
}

@media screen and (max-width: 750px) {
    .Products+.EyecatchLinkWrap {
        margin-top:10px
    }
}

.EyecatchLinkItem__btn {
    color: #000;
    display: flex;
    text-decoration: none
}

.EyecatchLinkItemThumb {
    padding: 20px 30px 20px 0;
    width: 230px
}

@media screen and (max-width: 750px) {
    .EyecatchLinkItemThumb {
        padding:10px 16px 10px 0;
        width: 116px
    }
}

.EyecatchLinkItemThumb__img {
    border-radius: 10px;
    display: block;
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .EyecatchLinkItemThumb__img {
        border-radius:5px
    }
}

.EyecatchLinkItemBody {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    font-size: 36px;
    height: 164px;
    position: relative;
    width: calc(100% - 230px)
}

.EyecatchLinkItemBody::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .EyecatchLinkItemBody {
        font-size:16px;
        height: 82px;
        width: calc(100% - 116px)
    }

    .EyecatchLinkItemBody::after {
        height: 18px;
        right: 12px;
        width: 18px
    }
}

.LinkListWrap {
    display: block
}

@media screen and (max-width: 750px) {
    .LinkListWrap {
        margin-right:-20px
    }
}

.EyecatchLinkWrap+.LinkListWrap {
    margin-top: 60px
}

@media screen and (max-width: 750px) {
    .EyecatchLinkWrap+.LinkListWrap {
        margin-top:50px
    }
}

.LinkList {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -25px 0 -25px
}

@media screen and (max-width: 750px) {
    .LinkList {
        margin:0
    }
}

.LinkListItem {
    margin: 20px 25px 0 25px;
    width: calc(50% - 50px)
}

@media screen and (max-width: 750px) {
    .LinkListItem {
        margin:0;
        width: 100%
    }
}

.LinkListItem__btn {
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #000;
    display: flex;
    font-size: 18px;
    min-height: 60px;
    position: relative;
    text-decoration: none
}

.LinkListItem__btn::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 19px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 19px
}

@media screen and (max-width: 750px) {
    .LinkListItem__btn {
        font-size:14px;
        min-height: 50px
    }

    .LinkListItem__btn::after {
        height: 16px;
        right: 17px;
        width: 16px
    }
}

.ScrollWrap {
    position: relative;
    z-index: 1
}

.PhilosophyPage {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    display: block;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 200vh;
    width: 100%;
    z-index: 2
}

.PhilosophyPage>p {
    font-size: 30px;
    position: relative
}

.PhilosophyPage::before {
    background-color: #fff;
    background-image: linear-gradient(180deg,#f5f5f5 0,rgba(245,245,245,0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .PhilosophyPage {
        position:relative;
        top: auto
    }
}

.PhilosophyPage--end-scroll {
    bottom: 0;
    position: absolute;
    top: auto!important
}

@media screen and (max-width: 750px) {
    .PhilosophyPage--end-scroll {
        bottom:auto;
        position: relative
    }
}

.DomoThemeSectionHead {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%
}

.DomoThemeSectionHead__float {
    height: 100%;
    position: relative;
    width: 100%
}

.DomoThemeSectionHead__float .ContentWidth__inner {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.DomoThemeSectionHead__float::before {
    background-color: #fff;
    background-image: linear-gradient(180deg,#f5f5f5 0,rgba(245,245,245,0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoThemeSectionHead__float .ContentWidth__inner {
        align-items:flex-start;
        padding: 35% 0 0 0
    }
}

.DomoThemeSectionHead--fixed .DomoThemeSectionHead__float {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.DomoThemeSection__title {
    font-size: 48px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoThemeSection__title {
        font-size:30px
    }
}

.DomoThemeSection__title--alignright {
    padding-left: 50%;
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoThemeSection__title--alignright {
        padding-left:0
    }
}

.DomoThemeSectionMenu {
    margin-top: 50px;
    white-space: nowrap
}

.DomoThemeSectionMenu__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 12em
}

.DomoThemeSectionMenu button {
    counter-increment: section-menu;
    height: 3em;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: left;
    transition: opacity .25s
}

.DomoThemeSectionMenu button:hover {
    opacity: .5
}

.DomoThemeSectionMenu button:nth-child(n+5) {
    margin-left: 3.5em
}

.DomoThemeSectionMenu button::before {
    content: counter(section-menu);
    display: block;
    opacity: .35;
    position: absolute;
    right: calc(100% + .5em);
    transition: opacity .25s
}

@media screen and (max-width: 750px) {
    .DomoThemeSectionMenu {
        font-size:15px;
        margin-top: 35px;
        width: 100%
    }

    .DomoThemeSectionMenu__inner {
        left: -20px;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        padding-left: 20px;
        position: relative;
        width: calc(100% + 40px)
    }

    .DomoThemeSectionMenu button:nth-child(n+5) {
        margin-left: 3em
    }

    .DomoThemeSectionMenu button:nth-child(4n+1):nth-last-child(-n+4),.DomoThemeSectionMenu button:nth-child(4n+1):nth-last-child(-n+4)~button {
        padding-right: 20px
    }

    .DomoThemeSectionMenu button::before {
        display: inline;
        padding-right: .5em;
        position: relative;
        right: auto
    }
}

.DomoStory {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.DomoStory .ContentWidth__inner {
    align-items: center;
    display: flex
}

@media screen and (max-width: 750px) {
    .DomoStory .ContentWidth__inner {
        align-content:flex-start;
        align-items: flex-start;
        flex-wrap: wrap
    }
}

.DomoStoryTitle {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 40px;
    opacity: 0;
    transform: translate(0,1em);
    transition: opacity .7s cubic-bezier(.445,.05,.55,.95),transform 1.4s ease
}

@media screen and (max-width: 750px) {
    .DomoStoryTitle {
        font-size:24px;
        margin-bottom: 30px;
        padding: 80px 0 0 0
    }
}

.DomoStoryContent {
    display: flex;
    position: relative
}

.DomoStoryContent p {
    font-size: 18px;
    line-height: 2
}

@media screen and (max-width: 750px) {
    .DomoStoryContent {
        flex-wrap:wrap
    }
}

.DomoStoryContentTxt__message {
    font-size: 18px;
    line-height: 2;
    opacity: 0;
    transform: translate(0,1em);
    transition: opacity .7s cubic-bezier(.445,.05,.55,.95) .7s,transform 1.4s ease .7s
}

@media screen and (max-width: 750px) {
    .DomoStoryContentTxt__message {
        font-size:15px
    }
}

.DomoStoryContent__visual--alignright img {
    left: auto;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.DomoStoryContent[data-layout=img-left] .DomoStoryContent__col,.DomoStoryContent[data-layout=img-right] .DomoStoryContent__col {
    width: 50%
}

@media screen and (max-width: 750px) {
    .DomoStoryContent[data-layout=img-left] .DomoStoryContent__col,.DomoStoryContent[data-layout=img-right] .DomoStoryContent__col {
        width:100%
    }
}

.DomoStoryContent[data-layout=img-right] .DomoStoryContent__txt {
    padding-right: 50px
}

@media screen and (max-width: 750px) {
    .DomoStoryContent[data-layout=img-right] .DomoStoryContent__txt {
        padding-right:0
    }
}

.DomoStoryContent[data-layout=img-left] {
    flex-direction: row-reverse
}

.DomoStoryContentTxt {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    width: 50%
}

@media screen and (max-width: 750px) {
    .DomoStoryContentTxt {
        position:relative;
        top: 0;
        width: 100%;
        z-index: 2
    }
}

.DomoStoryContentVisual__inner {
    opacity: 0;
    text-align: center;
    transform: translate3d(0,-50%,0) scale(.95);
    transition: opacity 2s,transform 2s
}

@media screen and (max-width: 750px) {
    .DomoStoryContentVisual__inner {
        transform:translate3d(0,0,0);
        transition: opacity 2s ease 1s,transform 2s ease 1s
    }

    .DomoStoryContentVisual__inner img {
        margin-top: 0!important
    }
}

.DomoStoryContentVisual {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    width: 50%
}

.DomoStoryContentVisual.-alignleft .DomoStoryContentVisual__inner {
    text-align: left
}

.DomoStoryContentVisual.-alignright .DomoStoryContentVisual__inner {
    text-align: right
}

.DomoStoryContentVisual img {
    height: auto;
    max-width: 100%
}

@media screen and (max-width: 750px) {
    .DomoStoryContentVisual {
        margin-top:100px;
        padding-top: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.DomoStory[data-layout=img-right] .DomoStoryContentTxt {
    left: 0;
    padding-right: 20px
}

@media screen and (max-width: 750px) {
    .DomoStory[data-layout=img-right] .DomoStoryContentTxt {
        padding-right:0
    }
}

.DomoStory[data-layout=img-right] .DomoStoryContentVisual {
    padding-left: 40px;
    right: 0
}

.DomoStory[data-layout=img-left] .DomoStoryContentTxt {
    padding-left: 20px;
    right: 0
}

@media screen and (max-width: 750px) {
    .DomoStory[data-layout=img-left] .DomoStoryContentTxt {
        padding-left:0
    }
}

.DomoStory[data-layout=img-left] .DomoStoryContentVisual {
    left: 0;
    padding-right: 40px
}

.DomoStoryContentTxt__inner {
    transform: translate3d(0,-50%,0)
}

@media screen and (max-width: 750px) {
    .DomoStoryContentTxt__inner {
        transform:translate3d(0,0,0)
    }
}

.DomoStoryContentTxt__inner--alignright {
    text-align: right
}

.DomoStory--inview .DomoStoryTitle {
    opacity: 1;
    transform: translate(0,0)
}

.DomoStory--inview .DomoStoryContentTxt__message {
    opacity: 1;
    transform: translate(0,0)
}

.DomoStory--inview .DomoStoryContentVisual__inner {
    opacity: 1;
    transform: translate3d(0,-50%,0) scale(1)
}

@media screen and (max-width: 750px) {
    .DomoStory--inview .DomoStoryContentVisual__inner {
        transform:translate3d(0,-10%,0) scale(1)
    }
}

@media screen and (max-width: 750px) {
    .Accordion {
        margin-left:-20px;
        margin-right: -20px
    }
}

.AccordionBtn {
    font-size: 36px;
    outline: 0;
    position: relative;
    text-align: left;
    transition: color .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .AccordionBtn {
        font-size:24px;
        padding: 0 20px
    }
}

.ua-desktop .AccordionBtn:hover {
    color: #777
}

.AccordionBtn__icon {
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    width: 20px
}

.AccordionBtn__icon::after,.AccordionBtn__icon::before {
    background-color: #777;
    content: '';
    display: block;
    position: absolute
}

.AccordionBtn__icon::before {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%
}

.AccordionBtn__icon::after {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    transition: .2s;
    width: 2px
}

.Accordion__content {
    height: 1px;
    margin: 23px 0 0 0;
    overflow-y: hidden;
    position: relative
}

.Accordion__content::before {
    background-color: #ddd;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .Accordion__content {
        padding-left:20px;
        padding-right: 20px
    }

    .Accordion__content::before {
        right: 0;
        width: calc(100% - 20px)
    }
}

.Accordion--open .AccordionBtn__icon::after {
    height: 0;
    top: 50%
}

.Accordion--open .Accordion__content::before {
    opacity: 0
}

.PointChartItem {
    background-color: #f5f5f5;
    border-radius: 10px 10px;
    padding: 30px 20px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .PointChartItem {
        padding:17px 10px
    }
}

.PointChartItem+.PointChartItem {
    margin-top: 20px
}

@media screen and (max-width: 750px) {
    .PointChartItem+.PointChartItem {
        margin-top:16px
    }
}

.PointChart__arrow {
    display: block;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 100%
}

.PointChart__arrow::after {
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    width: 30px
}

@media screen and (max-width: 750px) {
    .PointChart__arrow {
        margin-bottom:15px;
        margin-top: 8px
    }

    .PointChart__arrow::after {
        height: 15px;
        width: 15px
    }
}

.ContentSwitcher {
    margin: 100px 0 0 0;
    padding: 104px 0 10px 0;
    position: relative
}

.ContentSwitcher::after {
    background-color: #f5f5f5;
    bottom: 0;
    content: '';
    height: 10px;
    left: 50%;
    margin: 0 0 0 -50vw;
    position: absolute;
    width: 100vw
}

@media screen and (max-width: 750px) {
    .ContentSwitcher {
        margin:50px 0 0 0;
        padding: 58px 0 10px 0
    }
}

.ContentSwitcherTab {
    height: 104px;
    left: 0;
    line-height: 104px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: height .2s cubic-bezier(.39,.575,.565,1),line-height .2s cubic-bezier(.39,.575,.565,1);
    width: 100%;
    z-index: 2
}

.ContentSwitcherTab::before {
    background-color: #f5f5f5;
    content: '';
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    transition: box-shadow .2s cubic-bezier(.39,.575,.565,1);
    width: 100vw
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab {
        height:58px;
        line-height: 58px
    }
}

.ContentSwitcherTab__btn {
    color: #777;
    display: inline-block;
    font-size: 24px;
    height: 100%;
    outline: 0;
    padding: 0 12px;
    position: relative;
    transition: color .2s cubic-bezier(.39,.575,.565,1)
}

.ContentSwitcherTab__btn::after {
    background-color: #aabdcd;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    transition: height .2s cubic-bezier(.39,.575,.565,1);
    width: 100%
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab__btn {
        font-size:15px;
        padding: 0 6px
    }
}

.ContentSwitcherTab__btn--current {
    color: #000
}

.ContentSwitcherTab__btn--current::after {
    height: 5px
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab__btn--current::after {
        height:3px
    }
}

.ContentSwitcherTab__btn:not(:last-child) {
    margin-right: 24px
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab__btn:not(:last-child) {
        margin-right:5px
    }
}

.ua-desktop .ContentSwitcherTab__btn:hover::after {
    height: 5px
}

.ContentSwitcherNav {
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,0);
    transition: opacity .3s;
    width: 100vw
}

.ContentSwitcherNav__el {
    display: flex;
    position: relative
}

.BtnContentSwitcherNav {
    align-items: center;
    display: flex;
    height: 100%
}

.BtnContentSwitcherNav::before {
    border-bottom: 3px solid #777;
    border-left: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
    width: 15px
}

.BtnContentSwitcherNav--left {
    padding-left: 40px
}

.BtnContentSwitcherNav--left::before {
    left: 20px;
    transform: scale(.5,.5) rotate(45deg)
}

@media screen and (max-width: 750px) {
    .BtnContentSwitcherNav--left {
        padding-left:20px
    }

    .BtnContentSwitcherNav--left::before {
        left: 7px
    }
}

.BtnContentSwitcherNav--right {
    padding-right: 40px
}

.BtnContentSwitcherNav--right::before {
    right: 20px;
    transform: scale(.5,.5) rotate(-135deg)
}

@media screen and (max-width: 750px) {
    .BtnContentSwitcherNav--right {
        padding-right:20px
    }

    .BtnContentSwitcherNav--right::before {
        right: 7px
    }
}

.BtnContentSwitcherNav__img {
    height: 50px;
    position: relative;
    width: 50px
}

.BtnContentSwitcherNav__img img {
    height: 95%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

@media screen and (max-width: 750px) {
    .BtnContentSwitcherNav__img {
        height:36px;
        width: 36px
    }
}

.ContentSwitcherInfo {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 0 0 20px;
    transition: opacity .3s
}

@media screen and (max-width: 750px) {
    .ContentSwitcherInfo {
        opacity:0
    }
}

.ContentSwitcherInfoIcon {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px 5px;
    height: 60px;
    text-align: center;
    width: 60px
}

.ContentSwitcherInfoIcon__img {
    height: 95%;
    width: auto
}

.ContentSwitcherInfoTitle {
    align-items: center;
    display: flex;
    padding: 0 0 0 10px
}

.ContentSwitcherInfoTitle__base {
    color: #777;
    font-size: 15px;
    margin-left: 4px
}

.ContentSwitcherHeight {
    z-index: 1
}

.ContentSwitcherPanel {
    display: none;
    opacity: 0;
    width: 100%
}

.ContentSwitcherPanel:first-child {
    display: block;
    opacity: 1
}

.ContentSwitcherTab--fixed {
    height: 80px;
    line-height: 80px;
    position: fixed
}

.ContentSwitcherTab--fixed::before {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2)
}

.ContentSwitcherTab--fixed .ContentSwitcherNav {
    opacity: 1
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab--fixed {
        height:58px;
        line-height: 58px
    }
}

.ContentSwitcherTab--bottom {
    bottom: 10px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: auto
}

.ContentSwitcherTab--bottom::before {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2)
}

.ContentSwitcherTab--bottom .ContentSwitcherNav {
    opacity: 1
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab--bottom {
        height:58px;
        line-height: 58px
    }
}

.Sticky {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99
}

.Sticky__inner {
    bottom: 0;
    position: absolute;
    transition: bottom .3s;
    width: 100%
}

.StickyContent--product-detail {
    padding: 0 20px 20px 20px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .StickyContent--product-detail {
        padding:0 20px 30px 20px
    }
}

.StickyContent--top {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .StickyContent--top {
        padding:0 20px 30px 20px
    }
}

.StickyPrimaryBtn {
    width: 306px
}

@media screen and (max-width: 750px) {
    .StickyPrimaryBtn {
        width:200px
    }
}

.StickyPrimaryBtn--sample {
    width: 411px
}

@media screen and (max-width: 750px) {
    .StickyPrimaryBtn--sample {
        width:200px
    }
}

@media screen and (max-width: 750px) {
    .StickyPrimaryBtn--sp-full {
        width:100%
    }
}

.StickyContactBtn {
    width: 150px
}

@media screen and (max-width: 750px) {
    .StickyContactBtn {
        width:80px
    }
}

.Modal {
    background-color: rgba(0,0,0,.4);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 101
}

.ModalLayout {
    height: 100%
}

.ModalLayout__width {
    height: 100%
}

.BtnCloseModal {
    background-color: rgba(0,0,0,.2);
    border-radius: 25px 25px;
    height: 50px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0,0,0);
    width: 50px
}

.BtnCloseModal::after,.BtnCloseModal::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px
}

.BtnCloseModal::before {
    transform: rotate(-45deg)
}

.BtnCloseModal::after {
    transform: rotate(45deg)
}

.ua-desktop .BtnCloseModal {
    transition: background-color .4s
}

.ua-desktop .BtnCloseModal::after,.ua-desktop .BtnCloseModal::before {
    transition: background-color .4s
}

.ua-desktop .BtnCloseModal:hover {
    background-color: #fff;
    transition: background-color .3s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .BtnCloseModal:hover::after,.ua-desktop .BtnCloseModal:hover::before {
    background-color: #000;
    transition: background-color .3s cubic-bezier(.19,1,.22,1)
}

.ModalLayout--panel {
    padding: 30px 0
}

@media screen and (max-width: 750px) {
    .ModalLayout--panel {
        padding:0
    }
}

.ModalLayout__width--panel {
    margin: 0 auto;
    max-width: 70vh;
    width: 600px
}

@media screen and (max-width: 750px) {
    .ModalLayout__width--panel {
        width:100%
    }
}

.ModalPanelContainer {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.ModalPanel {
    background-color: #fff;
    border-radius: 10px 10px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    max-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ModalPanel {
        border-radius:0 0;
        box-shadow: none
    }
}

.ModalPanel__scroller {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ModalPanelContent img {
    display: block;
    height: auto;
    width: 100%
}

.ModalPanelContent__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 30px 0
}

.ModalPanelContent__body {
    padding: 37px 16.6666667% 60px 16.6666667%
}

.ModalPanelContent__body p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.95
}

.ModalPanelContent__body p+.LargeBtn {
    margin-top: 32px
}

@media screen and (max-width: 750px) {
    .ModalPanelContent__body {
        padding:37px 20px 60px 20px
    }
}

.ModalPanelContent__link {
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.ModalPanel__close {
    position: absolute;
    right: 20px;
    top: 20px
}

.Modal__figure {
    display: block;
    height: auto;
    width: 100%
}

.CorporateHeader {
    background-color: #f5f5f5;
    height: 40px
}

@media screen and (max-width: 750px) {
    .CorporateHeader {
        display:none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .CorporateHeader {
        display:none
    }
}

.CorporateHeaderContent {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.CorporateLogo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 160px;
    width: 160px
}

@media screen and (max-width: 750px) {
    .CorporateLogo {
        min-width:120px;
        width: 120px
    }

    .CorporateLogo img {
        height: auto;
        width: 100%
    }
}

.CorporateNav {
    height: 100%
}

.CorporateNavList {
    display: flex;
    height: 100%
}

.CorporateNavListItem:not(:last-child) {
    margin-right: 26px
}

.CorporateNavListItem__btn {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.CorporateNavListItem__btn::after {
    background-color: #aabdcd;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: height .4s;
    width: 100%
}

.ua-desktop .CorporateNavListItem__btn:hover::after {
    height: 3px;
    transition: height .2s
}

.CorporateNavListItem.-current .CorporateNavListItem__btn::after {
    height: 3px
}

.DomoHeader {
    background-color: #fff;
    height: 110px;
    left: 0;
    position: absolute;
    top: 40px;
    transition: height .5s cubic-bezier(.19,1,.22,1);
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoHeader {
        display:none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .DomoHeader {
        display:none
    }
}

.DomoHeaderContent {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.Logo {
    margin-left: 0;
    min-width: 160px;
    transition: min-width .4s cubic-bezier(.19,1,.22,1),width .4s cubic-bezier(.19,1,.22,1),margin-left .4s cubic-bezier(.19,1,.22,1);
    width: 160px
}

.Logo img {
    display: block;
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .Logo {
        min-width:90px;
        width: 90px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Logo {
        min-width:90px;
        width: 90px
    }
}

.DomoHeader--fix {
    height: 80px;
    position: fixed;
    top: 0;
    transition: height 0s
}

.DomoHeader--fix .Logo {
    margin-left: 19px;
    min-width: 120px;
    width: 120px
}

@media screen and (max-width: 750px) {
    .DomoHeader--fix .Logo {
        margin-left:0;
        min-width: 90px;
        width: 90px
    }
}

.BtnToggleMenu {
    height: 100%;
    position: relative;
    width: 52px
}

.BtnToggleMenuIcon {
    height: 11px;
    left: 50%;
    margin-left: -7px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 14px
}

.BtnToggleMenuIcon span,.BtnToggleMenuIcon::after,.BtnToggleMenuIcon::before {
    background-color: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: background-color .7s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.BtnToggleMenuIcon::after,.BtnToggleMenuIcon::before {
    content: ''
}

.BtnToggleMenuIcon::before {
    top: 0
}

.BtnToggleMenuIcon::after {
    bottom: 0
}

.BtnToggleMenuIcon span {
    top: 5px
}

.ua-desktop .BtnToggleMenu:hover .BtnToggleMenuIcon span,.ua-desktop .BtnToggleMenu:hover .BtnToggleMenuIcon::after,.ua-desktop .BtnToggleMenu:hover .BtnToggleMenuIcon::before {
    background-color: #5e82a1;
    transition: background-color 0s
}

.Dropdown {
    display: none;
    left: 50%;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: calc(50% + 44px)
}

.Dropdown__arrow {
    height: 30px;
    left: -25px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    width: 50px;
    z-index: 2
}

.Dropdown__arrow::before {
    background-color: #fff;
    bottom: -20px;
    box-shadow: 6px -6px 10px -4px rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 30px;
    left: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    transform: rotate(-45deg);
    width: 30px
}

.Dropdown__content {
    background-color: #fff;
    border-radius: 10px 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    margin-left: -192px;
    padding: 15px 0 15px 0;
    width: 385px
}

.Dropdown__content--no-padding {
    padding: 0
}

.DropdownRow {
    display: flex;
    width: 100%
}

.DropdownColumn {
    padding: 14px 0 15px 0;
    width: 33.33%
}

.DropdownColumn:not(:last-child) {
    border-right: 10px solid #f5f5f5
}

.GNav {
    height: 100%
}

.GNavList {
    display: flex;
    height: 100%;
    margin-right: -19px
}

.GNavListItem {
    height: 100%;
    position: relative
}

.GNavListItem__icon {
    display: inline-block;
    vertical-align: middle
}

svg.GNavListItem__icon {
    fill: #000;
    transition: fill .7s cubic-bezier(.19,1,.22,1)
}

.GNavListItem__icon--login {
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px
}

.GNavListItem__icon--account {
    height: 12px;
    margin: 0 8px 0 0;
    width: 12px
}

.GNavListItem__btn {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 18px;
    height: 100%;
    padding-left: 16px;
    text-decoration: none;
    transition: color .7s cubic-bezier(.19,1,.22,1);
    white-space: nowrap
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .GNavListItem__btn {
        padding-left:7px
    }
}

.GNavListItem:not(:last-child) .GNavListItem__btn {
    padding-right: 16px
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .GNavListItem:not(:last-child) .GNavListItem__btn {
        padding-right:7px
    }
}

.ua-desktop .GNavListItem:hover svg.GNavListItem__icon {
    fill: #5e82a1;
    transition: fill 0s
}

.ua-desktop .GNavListItem:hover .GNavListItem__btn {
    color: #5e82a1;
    transition: color 0s
}

.MenuItem {
    padding: 0 0 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .MenuItem {
        padding:0 0 0 20px
    }
}

.MenuItem--sp-gray-current::before {
    background-color: #aabdcd;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px
}

.MenuItem__btn {
    color: #000;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-decoration: none
}

.MenuItem__btn>span {
    position: relative
}

.MenuItem__btn::before {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 100%;
    left: -30px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s cubic-bezier(.39,.575,.565,1);
    width: calc(100% + 30px);
    z-index: 0
}

.MenuItem__btn::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 15px
}

@media screen and (max-width: 750px) {
    .MenuItem__btn {
        font-family:'Helvetica Neue',Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
    }

    .MenuItem__btn::after {
        right: 17px
    }
}

.Menu {
    position: relative
}

.Menu+.Menu {
    border-top: 10px solid #f5f5f5
}

.Menu--sub .MenuItem {
    padding: 0 0 0 20px
}

.Menu--sub .MenuItem::after {
    background-color: #ddd;
    content: '';
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 20px)
}

.Menu--sub .MenuItem__btn::before {
    left: -50px;
    width: calc(100% + 50px)
}

.Menu--sub .MenuItem:first-child::after {
    width: calc(100%)
}

.Menu--sp-gray {
    background-color: #f5f5f5
}

.Menu--sp-gray .MenuItem__btn {
    color: #777
}

.Menu--sp-gray .MenuItem:last-child::before {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: calc(100% - 20px)
}

.Menu+.Menu--sp-gray {
    border-top: 23px solid #f5f5f5
}

.Menu:not(.Menu--sub)>.MenuItem:not(:first-child)::after {
    background-color: #ddd;
    content: '';
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 30px)
}

@media screen and (max-width: 750px) {
    .Menu:not(.Menu--sub)>.MenuItem:not(:first-child)::after {
        width:calc(100% - 20px)
    }
}

.Menu--large .MenuItem__btn {
    font-size: 18px;
    height: 59px;
    line-height: 59px
}

.MenuItem__btn:active::before {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .MenuItem__btn:hover::before {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.19,1,.22,1)
}

.SpMenuBottom {
    background-color: #f5f5f5;
    padding: 40px 20px
}

.Social {
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width: 750px) {
    .Social {
        justify-content:center;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Social {
        justify-content:center;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%
    }
}

.SocialItem:not(:first-child) {
    margin-left: 16px
}

.SocialItem__btn {
    align-items: center;
    display: flex;
    height: 40px;
    line-height: 1;
    width: 40px
}

.SocialItem__btn img {
    height: auto;
    vertical-align: middle;
    width: 100%
}

.InquiryHead {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px 0 30px 0
}

.InquiryHead__img {
    border-radius: 100%;
    height: 100px;
    overflow: hidden;
    width: 100px
}

.InquiryHead__img img {
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .InquiryHead__img {
        height:75px;
        min-width: 75px;
        width: 75px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryHead__img {
        height:75px;
        min-width: 75px;
        width: 75px
    }
}

.InquiryHead__lead {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55;
    margin-left: 32px
}

@media screen and (max-width: 750px) {
    .InquiryHead__lead {
        font-size:15px;
        margin-left: 10px
    }

    .InquiryHead__lead br {
        display: none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryHead__lead {
        font-size:15px;
        margin-left: 10px
    }

    .InquiryHead__lead br {
        display: none
    }
}

.InquiryList {
    display: flex
}

@media screen and (max-width: 750px) {
    .InquiryList {
        flex-wrap:wrap
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryList {
        flex-wrap:wrap
    }
}

.InquiryListItem {
    text-align: center;
    width: 25%
}

@media screen and (max-width: 750px) {
    .InquiryListItem {
        width:100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem {
        width:100%
    }
}

.InquiryListItem__btn {
    align-items: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 223px;
    padding: 40px 0 0 0;
    position: relative;
    text-decoration: none;
    transition: border-color .5s
}

@media screen and (max-width: 750px) {
    .InquiryListItem__btn {
        border-bottom:none;
        border-left: 1px solid #ddd;
        justify-content: flex-start;
        min-height: 70px;
        padding: 0
    }

    .InquiryListItem__btn::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 19px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 19px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__btn {
        border-bottom:none;
        border-left: 1px solid #ddd;
        justify-content: flex-start;
        min-height: 70px;
        padding: 0
    }

    .InquiryListItem__btn::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 19px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 19px
    }
}

.ua-desktop .InquiryListItem__btn:hover {
    border-color: #aaa!important;
    transition: border-color 0s
}

.ua-desktop .InquiryListItem__btn:hover::before {
    opacity: 1!important;
    transition: opacity 0s
}

.InquiryListItem:first-child .InquiryListItem__btn {
    border-left: 1px solid #ddd;
    border-radius: 10px 0 0 10px
}

@media screen and (max-width: 750px) {
    .InquiryListItem:first-child .InquiryListItem__btn {
        border-radius:10px 10px 0 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem:first-child .InquiryListItem__btn {
        border-radius:10px 10px 0 0
    }
}

.InquiryListItem:last-child .InquiryListItem__btn {
    border-radius: 0 10px 10px 0
}

@media screen and (max-width: 750px) {
    .InquiryListItem:last-child .InquiryListItem__btn {
        border-bottom:1px solid #ddd;
        border-radius: 0 0 10px 10px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem:last-child .InquiryListItem__btn {
        border-bottom:1px solid #ddd;
        border-radius: 0 0 10px 10px
    }
}

.InquiryListItem:not(:first-child) .InquiryListItem__btn::before {
    background-color: #aaa;
    content: '';
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: opacity .5s;
    width: 1px
}

.InquiryListItem__btn--disabled {
    pointer-events: none
}

@media screen and (max-width: 750px) {
    .InquiryListItem__body {
        align-items:center;
        display: flex
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__body {
        align-items:center;
        display: flex
    }
}

.InquiryListItem__icon {
    align-items: center;
    display: flex;
    height: 66px;
    justify-content: center;
    margin: 0 auto 0 auto;
    width: 60px
}

.InquiryListItem__icon img {
    height: auto;
    max-height: 100%;
    max-width: 100%
}

@media screen and (max-width: 750px) {
    .InquiryListItem__icon {
        transform:scale(.4,.4)
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__icon {
        transform:scale(.4,.4)
    }
}

.InquiryListItem__sp-right {
    margin-top: 30px
}

@media screen and (max-width: 750px) {
    .InquiryListItem__sp-right {
        margin-top:0;
        text-align: left
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__sp-right {
        margin-top:0;
        text-align: left
    }
}

.InquiryListItem__title {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 21px;
    font-weight: 700;
    width: 100%
}

@media screen and (max-width: 750px) {
    .InquiryListItem__title {
        font-size:18px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__title {
        font-size:18px
    }
}

.InquiryListItem__description {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 15px;
    margin-top: 8px
}

@media screen and (max-width: 750px) {
    .InquiryListItem__description {
        font-size:10px;
        margin-top: 5px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__description {
        font-size:10px;
        margin-top: 5px
    }
}

.FooterNav {
    line-height: 2.7
}

@media screen and (max-width: 750px) {
    .FooterNav {
        width:100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterNav {
        width:100%
    }
}

.FooterNavItem {
    color: #111;
    display: inline-block;
    font-size: 15px;
    margin-right: 26px;
    position: relative;
    text-decoration: none;
    transition: color .7s cubic-bezier(.19,1,.22,1)
}

@media screen and (max-width: 750px) {
    .FooterNavItem {
        font-size:13px;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        width: 100%
    }

    .FooterNavItem::before {
        background-color: #ddd;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: calc(100% + 30px)
    }

    .FooterNavItem::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 15px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterNavItem {
        font-size:13px;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        width: 100%
    }

    .FooterNavItem::before {
        background-color: #ddd;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: calc(100% + 30px)
    }

    .FooterNavItem::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 15px
    }
}

@media screen and (max-width: 750px) {
    .FooterNavItem::before {
        width:calc(100% + 20px)
    }
}

.ua-desktop .FooterNavItem:hover {
    color: #5e82a1;
    transition: color 0s
}

.Hero {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 33.333%;
    position: relative;
    transform: translate3d(0,0,0)
}

@media screen and (max-width: 750px) {
    .Hero {
        border-radius:0 0;
        margin: 0 -20px 0 -20px;
        padding-top: 62.5%
    }
}

.BtnBlock {
    display: flex;
    justify-content: center
}

.BtnBlock--halfway {
    margin-bottom: -8px;
    margin-top: 57px
}

.BtnBlock--halfway br {
    display: none
}

@media screen and (max-width: 750px) {
    .BtnBlock--halfway {
        display:block;
        margin-top: 34px;
        text-align: center
    }

    .BtnBlock--halfway br {
        display: block
    }
}

.BtnBlock--halfway-bottom-info {
    margin-top: 38px
}

@media screen and (max-width: 750px) {
    .BtnBlock--halfway-bottom-info {
        margin-top:15px
    }
}

@media screen and (max-width: 750px) {
    .BtnBlock--halfway-product-detail {
        margin-top:15px
    }
}

.CommonSection {
    padding: 50px 0 90px 0;
    position: relative
}

.CommonSection::after {
    background-color: #f5f5f5;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 100vw
}

@media screen and (max-width: 750px) {
    .CommonSection {
        padding:50px 0 50px 0
    }
}

.CommonSection--no-padding {
    padding: 0 0 10px 0
}

.CommonSection--no-padding-bottom {
    padding: 50px 0 0 0
}

@media screen and (max-width: 750px) {
    .CommonSection--no-padding-bottom {
        padding:30px 0 0 0
    }
}

.CommonSection--large-padding-top {
    padding-top: 100px
}

.CommonSection--no-border::after {
    display: none
}

.CommonSubsection+.CommonSubsection {
    margin-top: 100px
}

@media screen and (max-width: 750px) {
    .CommonSubsection+.CommonSubsection {
        margin-top:53px
    }
}

.CommonSubsection__title {
    font-size: 30px;
    line-height: 1
}

@media screen and (max-width: 750px) {
    .CommonSubsection__title {
        font-size:18px
    }
}

.CommonSubsection__content {
    padding-top: 20px
}

@media screen and (max-width: 750px) {
    .CommonSubsection__content {
        padding-top:30px
    }
}

.CommonSubsection__content--leave-title {
    padding-top: 50px
}

@media screen and (max-width: 750px) {
    .CommonSubsection__content--leave-title {
        padding-top:30px
    }
}

.TopSectionPhilosophy {
    padding: 100px 0
}

@media screen and (max-width: 750px) {
    .TopSectionPhilosophy {
        padding:30px 0 45px 0
    }
}

.TopSectionPhilosophy__bg {
    background-image: url(/assets/ps/domo/2020/images/top/philosophy-bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw
}

.TopSectionPhilosophy__logo {
    padding: 50px 0 0 0;
    position: relative;
    text-align: center
}

.TopSectionPhilosophy__logo img {
    height: auto;
    width: 182px
}

@media screen and (max-width: 750px) {
    .TopSectionPhilosophy__logo {
        padding:43px 0 0 0
    }

    .TopSectionPhilosophy__logo img {
        width: 124px
    }
}

.RectLinkWrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px 0 -8px
}

@media screen and (max-width: 1200px) {
    .RectLinkWrap {
        flex-wrap:wrap;
        justify-content: flex-start;
        margin: 0 -8px -30px -8px
    }
}

@media screen and (max-width: 750px) {
    .RectLinkWrap {
        margin:0 -5px -30px -5px
    }
}

.RectLinkWrap>* {
    margin: 0 8px 0 8px;
    width: calc(16.66% - 16px)
}

@media screen and (max-width: 1200px) {
    .RectLinkWrap>* {
        margin:0 8px 30px 8px;
        width: calc(25% - 16px)
    }
}

@media screen and (max-width: 750px) {
    .RectLinkWrap>* {
        margin:0 5px 30px 5px;
        width: calc(50% - 10px)
    }
}

.RectLink {
    display: block;
    text-decoration: none
}

.RectLinkThumb {
    border-radius: 10px 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%
}

.RectLinkThumb::after {
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.RectLinkThumb__img {
    display: block;
    height: auto;
    position: relative;
    transition: opacity .5s;
    width: 100%
}

.RectLinkThumb__title {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0 0 0
}

@media screen and (max-width: 750px) {
    .RectLinkThumb__title {
        font-size:13px;
        margin: 11px 0 0 0
    }
}

.RectLinkThumb__desc {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px
}

@media screen and (max-width: 750px) {
    .RectLinkThumb__desc {
        font-size:13px;
        line-height: 1.6;
        margin-top: 11px
    }
}

.RectLinkThumb__title+.RectLinkThumb__desc {
    margin-top: 0
}

@media screen and (max-width: 750px) {
    .RectLinkThumb__title+.RectLinkThumb__desc {
        margin-top:2px
    }
}

.ua-desktop .RectLink .RectLinkThumb__desc,.ua-desktop .RectLink .RectLinkThumb__title {
    transition: color .9s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .RectLink:hover .RectLinkThumb__desc,.ua-desktop .RectLink:hover .RectLinkThumb__title {
    color: #777;
    transition: color .1s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .RectLink:hover .RectLinkThumb__img {
    opacity: .8
}

.Slideshow {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.Slideshow__page {
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: transform 0s;
    width: 100%;
    z-index: 1
}

.Slideshow__page--fadein {
    transform: scale(1.05,1.05);
    transition: transform 8s linear
}

.Slideshow__page--intro.Slideshow__page--fadein {
    transform: scale(1.1,1.1)
}

.Slideshow__page[data-type=img] img {
    height: auto;
    width: 100%
}

.Slideshow__page[data-type=div] {
    align-items: center;
    background: #aabdcd;
    background-image: linear-gradient(180deg,#b2c2cf 0,#96aabc 100%);
    display: flex;
    height: 100%;
    justify-content: center
}

.Slideshow__page[data-type=div] img {
    height: auto;
    max-width: 600px;
    width: 600px
}

@media screen and (max-width: 750px) {
    .Slideshow__page[data-type=div] img {
        max-width:60%;
        width: 60%
    }
}

.PhilosophyHero {
    border-radius: 10px 10px;
    overflow: hidden;
    padding-top: 33.333%;
    position: relative
}

@media screen and (max-width: 750px) {
    .PhilosophyHero {
        border-radius:0;
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 62.5%
    }
}

.PhilosophyTitle {
    margin-top: 97px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .PhilosophyTitle {
        margin-top:70px
    }

    .PhilosophyTitle .H1 {
        font-size: 30px
    }
}

.PhilosophyStatement {
    margin-top: 90px
}

.PhilosophyStatement p {
    font-size: 24px;
    line-height: 2
}

.PhilosophyStatement p+p {
    margin-top: 50px
}

@media screen and (max-width: 750px) {
    .PhilosophyStatement {
        margin-top:60px
    }

    .PhilosophyStatement p {
        font-size: 18px;
        line-height: 2.25
    }

    .PhilosophyStatement p+p {
        margin-top: 40px
    }
}

.PhilosophySlogan {
    margin-bottom: 130px;
    margin-top: 133px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .PhilosophySlogan {
        margin-bottom:97px;
        margin-top: 57px
    }
}

.PhilosophySlogan__txt {
    font-size: 30px;
    letter-spacing: .07em;
    padding-left: 1em
}

@media screen and (max-width: 750px) {
    .PhilosophySlogan__txt {
        font-size:20px
    }
}

.PhilosophySlogan__logo {
    display: block;
    height: auto;
    margin: 40px auto 0 auto;
    width: 300px
}

@media screen and (max-width: 750px) {
    .PhilosophySlogan__logo {
        margin:22px auto 0 auto;
        width: 200px
    }
}

.PhilosophySticky {
    bottom: 0;
    height: 60px;
    left: 0;
    margin-bottom: -60px;
    position: fixed;
    transition: margin-bottom .4s;
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 750px) {
    .PhilosophySticky {
        display:none
    }
}

.PhilosophyStickySpWrap {
    height: 100%;
    position: relative
}

@media screen and (max-width: 750px) {
    .PhilosophyStickySpWrap {
        -webkit-overflow-scrolling:touch;
        overflow-x: scroll
    }
}

.PhilosophyStickyContent {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

@media screen and (max-width: 750px) {
    .PhilosophyStickyContent {
        justify-content:flex-start
    }
}

.PhilosophyIndicator {
    display: flex
}

.PhilosophyIndicatorSection {
    display: flex
}

.PhilosophyIndicatorSection__title {
    color: #777;
    font-size: 13px;
    line-height: 30px;
    margin: 0 12px 0 0;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection__title {
        color:rgba(0,0,0,.5);
        font-size: 11px;
        line-height: 20px;
        margin: 0 7px 0 0
    }
}

.PhilosophyIndicatorSection__btns {
    display: flex
}

.PhilosophyIndicatorSection__btns button {
    display: flex;
    height: 30px;
    opacity: .1;
    outline: 0;
    position: relative;
    width: 18px
}

.PhilosophyIndicatorSection__btns button::before {
    background-color: #000;
    border-radius: 50% 50%;
    content: '';
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    width: 8px
}

.PhilosophyIndicatorSection__btns button.-current {
    opacity: .3
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection__btns button {
        height:20px;
        pointer-events: none;
        width: 10px
    }

    .PhilosophyIndicatorSection__btns button::before {
        height: 10px;
        margin: -5px 0 0 -5px;
        transform: scale(.5,.5);
        width: 10px
    }
}

.ua-desktop .PhilosophyIndicatorSection__btns button {
    transition: opacity .8s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .PhilosophyIndicatorSection__btns button:hover {
    opacity: .3;
    transition: opacity .1s cubic-bezier(.19,1,.22,1)
}

.PhilosophyIndicatorSection:first-child {
    border-right: 1px solid rgba(0,0,0,.1);
    margin: 0 18px 0 0;
    padding: 0 18px 0 0
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection:first-child {
        margin:0 8px 0 0;
        padding: 0 6px 0 10px
    }
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection:last-child {
        padding:0 20px 0 0
    }
}

.BtnPhilosophySpNext {
    background-color: rgba(255,255,255,.5);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    bottom: calc(100% - 10px);
    color: rgba(0,0,0,.5);
    display: none;
    font-size: 11px;
    opacity: 0;
    outline: 0;
    padding: 0 calc(1em + 4px + 1em) 0 1em;
    position: absolute;
    right: 20px;
    top: -2em;
    transition: opacity .4s;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .BtnPhilosophySpNext {
        display:block
    }
}

.BtnPhilosophySpNext::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0,0,0,.25);
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%)
}

.BtnPhilosophySpNext--show {
    opacity: 1
}

.PhilosophyPc__inner {
    display: none
}

.PhilosophyPc .Footer {
    display: none
}

.PhilosophyPc--init .PhilosophyPc__inner {
    display: block
}

.PhilosophyPc--init .Footer {
    display: block
}

.PhilosophyPcHero {
    background: #eee;
    overflow: hidden;
    position: relative
}

.PhilosophyPcHero h1 {
    color: #fff;
    font-size: 48px;
    left: 50%;
    position: absolute;
    text-shadow: 0 0 24px #000,0 0 4px rgba(0,0,0,.4);
    top: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.PhilosophyPcHero__image {
    height: 115%;
    position: absolute;
    width: 100%
}

.PhilosophyPcHero__image img {
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 2s
}

.PhilosophyPcHero--loaded .PhilosophyPcHero__image img {
    opacity: 1
}

.PhilosophyPcStatement {
    font-size: 24px;
    line-height: 2;
    margin-top: 90px
}

.PhilosophyPcStatement__text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 2s,transform 2s
}

.PhilosophyPcStatement__text p+p {
    margin-top: 50px
}

.PhilosophyPcStatement--show .PhilosophyPcStatement__text {
    opacity: 1;
    transform: translateY(0)
}

.PhilosophyPcStatement__slogan {
    font-size: 30px;
    letter-spacing: .07em;
    margin: 130px;
    padding-left: 1em;
    text-align: center
}

.PhilosophyPcStatement__slogan img {
    display: block;
    height: auto;
    margin: 40px auto 0;
    width: 300px
}

.PhilosophyPcChapter {
    margin-top: 200px
}

.PhilosophyPcChapter>h1 {
    font-size: 36px;
    text-align: center;
    white-space: nowrap
}

.PhilosophyPcChapter>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto 0;
    width: 1100px
}

.PhilosophyPcChapter>ul>li {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 260px
}

.PhilosophyPcChapter>ul>li:nth-child(4n) {
    margin-right: 0
}

.PhilosophyPcChapter>ul>li:nth-child(4n+1):nth-last-child(-n+4),.PhilosophyPcChapter>ul>li:nth-child(4n+1):nth-last-child(-n+4)~li {
    margin-bottom: 0
}

.PhilosophyPcItem {
    height: 100%;
    opacity: 0
}

.PhilosophyPcItem--show {
    opacity: 1
}

.PhilosophyPcItem a {
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0,0,0,.1);
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow .2s,transform .2s;
    z-index: 1
}

.PhilosophyPcItem a:hover {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2)
}

.PhilosophyPcItem a:active {
    transform: scale(.99,.99)
}

.PhilosophyPcItem a::before {
    background: rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s;
    width: 100%;
    z-index: 1
}

.PhilosophyPcItem a:active::before {
    opacity: 1
}

.PhilosophyPcItem__image {
    background: #eee;
    position: relative
}

.PhilosophyPcItem__image::before {
    content: '';
    display: block;
    padding-top: 100%
}

.PhilosophyPcItem__image img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophyPcItem__title {
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 30px 20px 15px;
    position: relative
}

.PhilosophyPcItem__title::before {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    bottom: 0;
    content: '';
    display: block;
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(-13px,0,0) rotate(-45deg);
    width: 7px
}

.PhilosophyPcOverlay {
    background: rgba(0,0,0,.4);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .5s;
    width: 100%;
    z-index: 100
}

.PhilosophyPcOverlay--opened {
    opacity: 1;
    pointer-events: auto
}

.PhilosophyPcOverlay__slick {
    height: 100%
}

.PhilosophyPcOverlay__slick .slick-arrow {
    height: 170px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s;
    width: 85px
}

.PhilosophyPcOverlay__slick .slick-arrow::before {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 22px;
    left: 0;
    margin: auto;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s;
    width: 22px
}

.PhilosophyPcOverlay__slick .slick-arrow:hover::before {
    opacity: 1
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-prev {
    right: calc(50% + 300px)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-prev::before {
    transform: rotate(135deg)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-next {
    left: calc(50% + 300px)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-next::before {
    transform: rotate(-45deg)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
}

.PhilosophyPcOverlay__slick .slick-list {
    height: 100%
}

.PhilosophyPcOverlay__slick .slick-track {
    height: 100%
}

.PhilosophyPcOverlay__slick .slick-slide {
    opacity: 0;
    transform: scale(.9);
    transition: opacity .2s,transform .2s .1s
}

.PhilosophyPcOverlay__slick .slick-slide.slick-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s .5s,transform .5s .3s
}

.PhilosophyPcOverlay__slick .slick-slide>div {
    height: 100%
}

.PhilosophyPcOverlayItem {
    height: 100%
}

.PhilosophyPcOverlayItem__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.PhilosophyPcOverlayItem__inner>button {
    background: 0 0;
    border: none;
    cursor: pointer;
    height: 100%;
    outline: 0;
    position: absolute;
    width: 100%
}

.PhilosophyPcOverlayItem__card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0,0,0,.1);
    max-width: 70vh;
    overflow: hidden;
    position: relative;
    width: 600px
}

.PhilosophyPcOverlayItem__card>button {
    background: rgba(0,0,0,.2);
    border-radius: 100%;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: background-color .2s;
    width: 50px;
    z-index: 1
}

.PhilosophyPcOverlayItem__card>button:hover {
    background-color: #fff
}

.PhilosophyPcOverlayItem__card>button::after,.PhilosophyPcOverlayItem__card>button::before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .2s;
    width: 20px
}

.PhilosophyPcOverlayItem__card>button::before {
    transform: translate(-10px,-1px) rotate(45deg)
}

.PhilosophyPcOverlayItem__card>button::after {
    transform: translate(-10px,-1px) rotate(-45deg)
}

.PhilosophyPcOverlayItem__card>button:hover::after,.PhilosophyPcOverlayItem__card>button:hover::before {
    background-color: #000
}

.PhilosophyPcOverlayItem__scroller {
    max-height: calc(100vh - 60px);
    overflow-y: scroll
}

.PhilosophyPcOverlayItem__image {
    padding-top: 100%;
    position: relative
}

.PhilosophyPcOverlayItem__image img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophyPcOverlayItem__text {
    padding: 40px 16.6666667% 60px
}

.PhilosophyPcOverlayItem__title {
    font-size: 24px;
    line-height: 1.6
}

.PhilosophyPcOverlayItem__body {
    font-size: 15px;
    line-height: 1.95;
    margin-top: 30px
}

.PhilosophySp {
    display: none
}

.PhilosophySp--init {
    display: block
}

.PhilosophySpPages {
    background: #f5f5f5
}

.PhilosophySpPages__vcontainer {
    height: 100%;
    overflow: hidden;
    position: relative
}

.PhilosophySpPages__vpage {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.PhilosophySpPages__vpage--footer {
    background: 0 0
}

.PhilosophySpPages__vpage::after {
    border-bottom: 2px solid rgba(0,0,0,.25);
    border-right: 2px solid rgba(0,0,0,.25);
    bottom: 16px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 16px;
    left: calc(50% - 8px);
    pointer-events: none;
    position: absolute;
    transform: rotate(45deg);
    width: 16px
}

.PhilosophySpPages__vpage:last-child::after {
    content: none
}

.PhilosophySpHero {
    height: 100%;
    width: 100%
}

.PhilosophySpHero__image {
    height: 50%;
    position: relative;
    width: 100%
}

.PhilosophySpHero__image h1 {
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 24px #000,0 0 4px rgba(0,0,0,.4);
    white-space: nowrap;
    width: 100vw;
    z-index: 1
}

.PhilosophySpHero__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s;
    width: 100%
}

.PhilosophySpHero__image img.-loaded {
    opacity: 1
}

.PhilosophySpHero__statement {
    display: flex;
    flex-direction: column;
    height: calc(50% - 30px);
    justify-content: center;
    line-height: 2;
    opacity: 0;
    padding: 0 20px;
    transform: translateY(30px);
    transition: opacity 1s,transform 1s
}

.PhilosophySpHero__statement[data-size='5'] {
    font-size: 14px
}

.PhilosophySpHero__statement[data-size='4'] {
    font-size: 13px
}

.PhilosophySpHero__statement[data-size='3'] {
    font-size: 12px
}

.PhilosophySpHero__statement[data-size='2'] {
    font-size: 11px
}

.PhilosophySpHero__statement[data-size='1'] {
    font-size: 10px
}

.PhilosophySpHero__statement[data-size='0'] {
    font-size: 10px
}

.PhilosophySpHero--init .PhilosophySpHero__statement {
    opacity: 1;
    transform: translateY(0)
}

.PhilosophySpStatement {
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 2;
    opacity: 0;
    padding: 0 20px;
    transform: translateY(30px);
    transition: opacity 1s,transform 1s
}

.PhilosophySpStatement--init {
    opacity: 1;
    transform: translateY(0)
}

.PhilosophySpStatement__inner {
    padding-bottom: 35px
}

.PhilosophySpStatement__inner p+p {
    margin-top: 2em
}

.PhilosophySpStatement__slogan {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    margin-top: 3em
}

.PhilosophySpStatement__slogan div {
    text-indent: .5em
}

.PhilosophySpStatement__slogan img {
    display: block;
    height: auto;
    margin-top: .5em;
    width: 100px
}

.PhilosophySpStatement[data-size='5'] {
    font-size: 14px
}

.PhilosophySpStatement[data-size='4'] {
    font-size: 13px
}

.PhilosophySpStatement[data-size='3'] {
    font-size: 12px
}

.PhilosophySpStatement[data-size='3'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='3'] .PhilosophySpStatement__slogan {
    font-size: 9px
}

.PhilosophySpStatement[data-size='3'] .PhilosophySpStatement__slogan img {
    width: 80px
}

.PhilosophySpStatement[data-size='2'] {
    font-size: 11px
}

.PhilosophySpStatement[data-size='2'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='2'] .PhilosophySpStatement__slogan {
    font-size: 9px
}

.PhilosophySpStatement[data-size='2'] .PhilosophySpStatement__slogan img {
    width: 80px
}

.PhilosophySpStatement[data-size='1'] {
    font-size: 10px
}

.PhilosophySpStatement[data-size='1'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='1'] .PhilosophySpStatement__slogan {
    font-size: 8.5px
}

.PhilosophySpStatement[data-size='1'] .PhilosophySpStatement__slogan img {
    width: 80px
}

.PhilosophySpStatement[data-size='0'] {
    font-size: 10px
}

.PhilosophySpStatement[data-size='0'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='0'] .PhilosophySpStatement__slogan {
    display: none
}

.PhilosophySpChapter {
    height: 100%;
    opacity: 0;
    transition: opacity 1s
}

.PhilosophySpChapter--init {
    opacity: 1
}

.PhilosophySpChapter__header {
    box-sizing: border-box;
    display: flex;
    height: 45px;
    padding: 10px 20px 0
}

.PhilosophySpChapter__header h1 {
    flex-grow: 1;
    font-size: 18px;
    white-space: nowrap
}

.PhilosophySpChapter__header ul {
    display: flex;
    margin: 0 -5px 0 0;
    padding: 0
}

.PhilosophySpChapter__header li {
    list-style: none
}

.PhilosophySpChapter__header button {
    display: block;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    width: 18px
}

.PhilosophySpChapter__header button::before {
    background: rgba(0,0,0,.1);
    border-radius: 100%;
    content: '';
    display: block;
    height: 8px;
    left: 5px;
    position: absolute;
    top: calc(50% - 4px);
    transition: background-color .25s;
    width: 8px
}

.PhilosophySpChapter__header button.-selected::before {
    background: rgba(0,0,0,.5)
}

.PhilosophySpChapter__hslick {
    height: calc(100% - 45px);
    position: relative
}

.PhilosophySpChapter__hslick>.slick-list {
    height: 100%;
    position: relative
}

.PhilosophySpChapter__hslick>.slick-list>.slick-track {
    height: 100%
}

.PhilosophySpChapter__hslick>.slick-list>.slick-track>.slick-slide {
    height: 100%
}

.PhilosophySpChapter__hslick>.slick-list>.slick-track>.slick-slide>div {
    height: 100%
}

.PhilosophySpChapter__hpage {
    height: 100%;
    width: 100vw
}

.PhilosophySpChapter__hpage ul {
    box-sizing: border-box;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    padding: 0 10px 35px
}

.PhilosophySpChapter__hpage li {
    min-height: 0;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity
}

.PhilosophySpChapter--init .PhilosophySpChapter__hpage li {
    opacity: 1
}

.PhilosophySpItem {
    font-size: 13px;
    height: 100%;
    line-height: 1.5
}

.PhilosophySpItem a {
    border-radius: 5px;
    box-shadow: 0 2px 16px rgba(0,0,0,.1);
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.PhilosophySpItem a::after {
    background: rgba(0,0,0,0);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: background-color .2s,transform .2s;
    width: 100%
}

.PhilosophySpItem a:active {
    transform: scale(.97,.97)
}

.PhilosophySpItem a:active::after {
    background: rgba(0,0,0,.1)
}

.PhilosophySpItem__image {
    overflow: hidden;
    position: relative
}

.PhilosophySpItem__image::before {
    content: '';
    display: block;
    padding-top: 100%
}

.PhilosophySpItem__img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophySpItem__title {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 10px 20px 10px 10px;
    position: relative
}

.PhilosophySpItem__title::before {
    border-bottom: 1.5px solid rgba(0,0,0,.25);
    border-right: 1.5px solid rgba(0,0,0,.25);
    bottom: 0;
    content: '';
    display: block;
    height: .5em;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(-45deg);
    width: .5em
}

@media screen and (max-width: 374px) {
    .PhilosophySpItem {
        font-size:12px
    }

    .PhilosophySpItem__image::before {
        padding-top: 80%
    }

    .PhilosophySpItem__title br {
        display: none
    }
}

.PhilosophySpFooter {
    display: flex;
    flex-direction: column;
    height: 100%
}

.PhilosophySpFooter__list {
    align-items: center;
    color: #777;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 13px;
    justify-content: center;
    line-height: 1.5;
    padding-top: 30px;
    white-space: nowrap
}

.PhilosophySpFooter__ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0
}

.PhilosophySpFooter__li {
    list-style: none
}

.PhilosophySpFooter__a {
    align-items: center;
    color: inherit;
    display: flex;
    padding: .75em;
    text-decoration: none
}

.PhilosophySpFooter__a::after {
    border-bottom: 1.5px solid rgba(0,0,0,.25);
    border-right: 1.5px solid rgba(0,0,0,.25);
    content: '';
    display: block;
    height: .5em;
    margin-left: .5em;
    transform: rotate(-45deg);
    width: .5em
}

.PhilosophySpFooter__a[href='#top']::after {
    transform: translateY(30%) rotate(-135deg)
}

.PhilosophySpFooter__brand {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px 20px
}

.PhilosophySpFooter__img {
    display: block;
    height: auto;
    width: 100px
}

.PhilosophySpFooter__rights {
    color: rgba(0,0,0,.25);
    font-size: 10px;
    line-height: 1.5;
    margin-top: 2em;
    text-align: center
}

.PhilosophySpOverlay {
    background: #fff;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 1s;
    width: 100%;
    z-index: 100
}

.PhilosophySpOverlay--opened {
    opacity: 1;
    pointer-events: auto
}

.PhilosophySpOverlay__close-button {
    background: rgba(0,0,0,.2);
    border-radius: 100%;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    z-index: 1
}

.PhilosophySpOverlay__close-button::after,.PhilosophySpOverlay__close-button::before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    left: calc(50% - 10px);
    position: absolute;
    top: calc(50% - 1px);
    width: 20px
}

.PhilosophySpOverlay__close-button::before {
    transform: rotate(45deg)
}

.PhilosophySpOverlay__close-button::after {
    transform: rotate(-45deg)
}

.PhilosophySpOverlay__slick {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list>.slick-track {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list>.slick-track>.slick-slide {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list>.slick-track>.slick-slide>div {
    height: 100%
}

.PhilosophySpOverlay__slick .slick-arrow {
    height: 100px;
    position: absolute;
    top: calc(50vh - 50px);
    width: 30px
}

.PhilosophySpOverlay__slick .slick-arrow::before {
    border-right: 2px solid rgba(0,0,0,.3);
    border-top: 2px solid rgba(0,0,0,.3);
    content: '';
    display: block;
    height: 8px;
    left: calc(50% - 4px);
    position: absolute;
    top: calc(50% - 4px);
    width: 8px
}

.PhilosophySpOverlay__slick .slick-prev {
    left: 0
}

.PhilosophySpOverlay__slick .slick-prev::before {
    transform: translateX(-2px) rotate(-135deg)
}

.PhilosophySpOverlay__slick .slick-next {
    right: 0
}

.PhilosophySpOverlay__slick .slick-next::before {
    transform: translateX(2px) rotate(45deg)
}

.PhilosophySpOverlayItem {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.PhilosophySpOverlayItem__image {
    position: relative
}

.PhilosophySpOverlayItem__image::before {
    content: '';
    display: block;
    padding-top: 100%
}

.PhilosophySpOverlayItem__img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophySpOverlayItem__text {
    padding: 37px 20px 60px 20px
}

.PhilosophySpOverlayItem__title {
    font-size: 24px;
    line-height: 1.6
}

.PhilosophySpOverlayItem__body {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px
}

@media screen and (max-width: 750px) {
    .ProductSection {
        padding-top:22px
    }
}

.ProductSection-sub {
    padding: 100px 0 90px 0;
    position: relative
}

.ProductSection-sub::after {
    background-color: #f5f5f5;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 100vw
}

@media screen and (max-width: 750px) {
    .ProductSection-sub {
        padding:44px 0 60px 0
    }
}

.ProductSection-sub--last-item {
    padding: 100px 0 0 0
}

.ProductSection-sub--last-item::after {
    display: none
}

@media screen and (max-width: 750px) {
    .ProductSection-sub--last-item {
        padding:44px 0 0 0
    }
}

.ProductSection__attention {
    color: #777;
    font-size: 15px;
    line-height: 1.75;
    text-align: center
}

.Products+.ProductSection__attention {
    margin-top: 52px
}

@media screen and (max-width: 750px) {
    .Products+.ProductSection__attention {
        margin-top:30px
    }
}

.ProductSection__figure img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.ProductsStatement+.ProductSection__figure {
    margin-top: 60px
}

@media screen and (max-width: 750px) {
    .ProductsStatement+.ProductSection__figure {
        margin-top:38px
    }
}

.ProductsStatement {
    font-size: 21px;
    line-height: 2;
    margin-top: 60px
}

@media screen and (max-width: 750px) {
    .ProductsStatement {
        font-size:18px;
        line-height: 1.95;
        margin-top: 38px
    }

    .ProductsStatement br {
        display: none
    }
}

.ProductsStatement--invert-br br {
    display: none
}

@media screen and (max-width: 750px) {
    .ProductsStatement--invert-br br {
        display:block
    }
}

.ProductsStatement--nearby-title {
    margin-top: 37px
}

@media screen and (max-width: 750px) {
    .ProductsStatement--nearby-title {
        margin-top:27px
    }
}

.ProductCardList {
    margin: 60px 0 0 0
}

.ProductCardListItem {
    position: relative
}

.ProductCardListItem:not(:first-child) {
    margin-top: 50px
}

.ProductCardInfo {
    height: 100%;
    padding: 30px 30px 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .ProductCardInfo {
        padding:28px 0 24px 20px
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo--detail {
        padding:50px 0 30px 20px
    }
}

.ProductCardInfo__title {
    color: #000;
    font-size: 40px;
    position: relative
}

.ProductCardInfo__title br {
    display: none
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__title {
        display:none;
        font-size: 24px;
        padding: 0 0 0 30px
    }

    .ProductCardInfo__title br {
        display: block
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__title--list {
        display:block
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__title--bare {
        padding-left:0
    }
}

.ProductCardInfo__desc {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 25px
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__desc {
        font-size:15px;
        margin-top: 0
    }
}

.ProductCardInfo__listnumber {
    margin-right: 10px;
    margin-top: -11px;
    vertical-align: middle
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__listnumber {
        left:0;
        margin-top: 0;
        position: absolute;
        top: 1px
    }
}

.ProductCardInfo__checklist {
    margin-top: 25px
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__checklist {
        margin-top:0;
        padding-right: 20px
    }
}

.ProductCardAttention {
    color: #000;
    font-size: 12px;
    letter-spacing: .01em;
    margin-top: 15px
}

@media screen and (max-width: 750px) {
    .ProductCardAttention {
        font-size:10px;
        padding: 0 20px 0 0
    }
}

.ProductCardAttention__head {
    border: 1px solid #000;
    display: inline-block;
    padding: 3px 2px 2px 3px
}

.ProductCardAttention__sub {
    color: #777;
    line-height: 1.5;
    margin-top: 10px
}

.ProductCardInfo__bottom {
    align-items: flex-end;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__bottom {
        bottom:auto;
        margin-top: 35px;
        position: relative
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__bottom--detail {
        margin-top:29px
    }
}

.ProductCardInfo__more {
    text-align: center;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__more {
        margin:0 0 0 -20px;
        width: calc(100% + 20px)
    }
}

.ProductCardInfo__buy {
    padding: 0 30px
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__buy {
        padding:0 20px 0 0;
        width: 100%
    }
}

.ProductCardInfo__meta {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 18px;
    height: 60px;
    justify-content: space-between;
    letter-spacing: .05em;
    margin: 0 0 16px 0;
    padding: 0 30px 0 30px;
    position: relative;
    width: 100%
}

.ProductCardInfo__meta::after {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% - 30px)
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__meta {
        font-size:15px;
        margin: 0 0 8px 0;
        padding: 0 20px 0 0
    }

    .ProductCardInfo__meta::after {
        width: 100%
    }
}

.ProductCardInfo__meta--no-border::after {
    display: none
}

.ProductAttrIcon {
    background-color: red;
    border-radius: 3px 3px;
    color: #fff;
    font-weight: 700;
    height: 29px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
    width: 29px
}

@media screen and (max-width: 750px) {
    .ProductAttrIcon--detail {
        height:23px;
        line-height: 23px;
        width: 23px
    }
}

.ProductAttrIcon--night {
    background-color: #bb90e2
}

.ProductAttrIcon--morning {
    background-color: #f5a623
}

.ProductCardInfo__attr {
    display: flex
}

.ProductCardInfo__attr .ProductAttrIcon:not(:last-child) {
    margin-right: 10px
}

.ProductPriceList {
    padding: 0 0 20px 30px;
    position: relative;
    width: 100%
}

.ProductPriceList::after {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% - 30px)
}

@media screen and (max-width: 750px) {
    .ProductPriceList {
        padding:0
    }

    .ProductPriceList::after {
        width: 100%
    }
}

.ProductPriceList--small {
    padding: 0 0 14px 30px
}

@media screen and (max-width: 750px) {
    .ProductPriceList--small {
        padding:0 0 14px 0
    }
}

.ProductPriceListItem {
    color: #000;
    height: 34px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItem {
        height:58px;
        line-height: 58px
    }
}

.ProductPriceListItem--align-right {
    max-width: 370px;
    text-align: right
}

@media screen and (max-width: 750px) {
    .ProductPriceListItem--align-right {
        height:34px;
        line-height: 34px;
        padding: 0 20px 0 0
    }
}

.ProductPriceListItemValue {
    align-items: baseline;
    display: flex;
    font-feature-settings: 'halt';
    font-size: 32px;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue {
        font-size:24px
    }
}

.ProductPriceListItem--align-right .ProductPriceListItemValue {
    justify-content: flex-end
}

.ProductPriceListItemValue--small {
    font-size: 24px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue--small {
        font-size:17px
    }
}

.ProductPriceListItemValue__prefix {
    font-size: 18px;
    margin-right: 10px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue__prefix {
        font-size:15px;
        margin-right: 5px
    }
}

.ProductPriceList--small .ProductPriceListItemValue__prefix {
    font-size: 15px
}

@media screen and (max-width: 750px) {
    .ProductPriceList--small .ProductPriceListItemValue__prefix {
        font-size:13px
    }
}

.ProductPriceListItem--align-right .ProductPriceListItemValue__prefix {
    flex-grow: 1;
    text-align: left
}

.ProductPriceListItemValue__price {
    align-items: baseline;
    display: flex
}

.ProductPriceListItemValue__unit {
    font-size: 18px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue__unit {
        font-size:15px
    }
}

.ProductPriceList--small .ProductPriceListItemValue__unit {
    font-size: 15px
}

@media screen and (max-width: 750px) {
    .ProductPriceList--small .ProductPriceListItemValue__unit {
        font-size:13px
    }
}

.ProductPriceListItemValue__point {
    color: #9b9b9b;
    margin: 0 0 0 10px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue__point {
        margin:0 0 0 5px
    }
}

.StickyProductNav {
    background-color: #fff;
    height: 90px;
    left: 0;
    position: fixed;
    top: -90px;
    transition: top .5s cubic-bezier(.19,1,.22,1);
    width: 100%;
    z-index: 10
}

@media screen and (max-width: 750px) {
    .StickyProductNav {
        height:70px;
        top: -70px
    }
}

.StickyProductNav--fadein {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2);
    top: 0
}

.StickyProductNav__inner {
    height: 100%;
    position: relative
}

.StickyProductNav__scroller {
    height: 100%;
    position: relative
}

@media screen and (max-width: 750px) {
    .StickyProductNav__scroller {
        -webkit-overflow-scrolling:touch;
        overflow-x: scroll
    }
}

.StickyProductNavContent {
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 750px) {
    .StickyProductNavContent {
        justify-content:flex-start;
        padding: 0 20px 0 20px
    }
}

.ProductNavItem {
    padding: 0 5px;
    position: relative;
    width: 50px
}

@media screen and (max-width: 750px) {
    .ProductNavItem:last-child {
        padding-right:20px
    }
}

.ProductNavItem__btn {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    outline: 0;
    position: relative;
    width: 100%
}

.ProductNavItem__btn::after {
    background-color: #aabdcd;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductNavItem__btn {
        height:70px;
        min-width: 28px
    }
}

.ProductNavItem__img {
    display: block;
    height: 66px;
    padding: 2px 0 0 0;
    width: 100%
}

.ProductNavItem__img img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto
}

@media screen and (max-width: 750px) {
    .ProductNavItem__img {
        height:46px
    }
}

.ProductNavItem__number {
    height: 24px;
    width: 100%
}

.ProductNavItem__number .ListNumber {
    margin-top: -4px
}

.ProductNavItem--current .ProductNavItem__btn::after {
    height: 3px
}

.ua-desktop .ProductNavItem__btn:hover::after {
    height: 3px
}

.ProductNavLabel {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 13px;
    padding: 0 5px 0 0
}

@media screen and (max-width: 750px) {
    .ProductNavLabel {
        font-size:10px;
        white-space: nowrap
    }
}

.ProductNavLabel--split::before {
    background-color: #ddd;
    content: '';
    display: block;
    height: 70px;
    margin: 0 20px 0 15px;
    width: 1px
}

@media screen and (max-width: 750px) {
    .ProductNavLabel--split::before {
        height:50px;
        margin: 0 10px 0 15px
    }
}

.ProductNavLabel--split-large::before {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 90px;
    margin: 0 20px 0 15px;
    width: 10px
}

@media screen and (max-width: 750px) {
    .ProductNavLabel--split-large::before {
        height:70px;
        margin: 0 10px 0 15px
    }
}

.ProductNavTop {
    align-items: center;
    color: #000;
    display: none;
    font-size: 10px;
    padding: 0 20px 0 5px;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .ProductNavTop {
        display:flex
    }
}

.ProductNavTop::before {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 70px;
    margin: 0 10px 0 15px;
    width: 10px
}

.ProductNavTop::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 3px;
    margin-top: 3px;
    transform: scale(.5,.5) rotate(-135deg);
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
    vertical-align: middle;
    width: 10px
}

.ContentGrid__col {
    margin: 30px 15px 0 15px;
    width: calc(50% - 30px)
}

@media screen and (max-width: 750px) {
    .ContentGrid__col {
        margin:15px 0 0 0;
        width: 100%
    }
}

.ContentGrid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0 -15px
}

@media screen and (max-width: 750px) {
    .ContentGrid {
        margin:-15px 0 0 0
    }
}

.ContentGrid--3 .ContentGrid__col {
    width: calc(33.33% - 30px)
}

.ContentGrid--3 .ContentGrid__col--half {
    width: calc(50% - 30px)
}

@media screen and (max-width: 750px) {
    .ContentGrid--sp-2 {
        margin:-15px -5px 0 -5px
    }

    .ContentGrid--sp-2 .ContentGrid__col {
        margin: 15px 5px 0 5px;
        width: calc(50% - 10px)
    }

    .ContentGrid--sp-2 .ContentGrid__col p {
        font-size: 13px
    }
}

@media screen and (max-width: 750px) {
    .ContentGrid__col:first-child.ImgWrap {
        margin-bottom:19px
    }
}

.ContentGrid--howto-card {
    margin-top: -50px
}

@media screen and (max-width: 750px) {
    .ContentGrid--howto-card {
        margin-top:0
    }
}

.ContentGrid--howto-card.slick-slider {
    display: flex
}

@media screen and (max-width: 750px) {
    .ContentGrid--howto-card.slick-slider {
        display:block
    }
}

.ContentGrid__col--howto-card {
    margin-top: 50px
}

@media screen and (max-width: 750px) {
    .ContentGrid__col--howto-card {
        float:left;
        height: 100%;
        margin-top: 0;
        min-width: calc(75vw - 16px);
        padding: 0 8px 0 8px;
        width: calc(75vw - 16px)
    }
}

.ContentGrid__col--v-align-center {
    align-items: center;
    display: flex
}

.HasRoundBg {
    padding: 30px;
    position: relative
}

.HasRoundBg>* {
    position: relative
}

.HasRoundBg::before {
    background-color: #f5f5f5;
    border-radius: 10px 10px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .HasRoundBg {
        padding:20px
    }
}

.HasRoundBg+.HasRoundBg {
    margin-top: 30px
}

.Caption {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    text-align: center
}

@media screen and (max-width: 750px) {
    .Caption {
        font-size:10px;
        line-height: 1.7
    }
}

.Caption+p {
    margin-top: 40px
}

@media screen and (max-width: 750px) {
    .Caption+p {
        margin-top:15px
    }
}

.Lead {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 64px
}

@media screen and (max-width: 750px) {
    .Lead {
        font-size:18px;
        margin-bottom: 40px
    }
}

img+.Caption {
    margin-top: 5px
}

.List {
    font-size: 18px
}

.List>li {
    line-height: 1.8
}

@media screen and (max-width: 750px) {
    .List {
        font-size:15px
    }
}

.List--decimal {
    list-style-type: decimal;
    padding-left: 37px
}

.ProductDetailContent {
    padding: 63px 0 70px 0
}

.ProductDetailContent h2 {
    line-height: 1.5;
    margin-bottom: 36px
}

.ProductDetailContent h2:not(:first-child) {
    margin-top: 76px
}

.ProductDetailContent h3 {
    line-height: 1.5;
    margin-bottom: 36px
}

.ProductDetailContent p {
    font-size: 18px;
    line-height: 1.75
}

.ProductDetailContent p::after {
    clear: both;
    content: '';
    display: block
}

.ProductDetailContent .fs-small {
    font-size: 15px
}

.ProductDetailContent p+p {
    margin-top: 45px
}

.ProductDetailContent .ContentGrid p+p {
    margin-top: 30px
}

.ProductDetailContent *+.ContentGrid {
    padding-top: 30px
}

.ProductDetailContent .ContentGrid+.ContentGrid--3 {
    padding-top: 45px
}

.ProductDetailContent *+.Accordion {
    margin-top: 70px
}

.ProductDetailContent *+.List {
    margin-top: 37px
}

.ProductDetailContent *+.LargeBtn {
    margin-top: 50px
}

.ProductDetailContent :not(.HasRoundBg)+.HasRoundBg {
    margin-top: 70px
}

.ProductDetailContent .HasRoundBg+.HasRoundBg {
    margin-top: 30px
}

.ProductDetailContent video {
    border-radius: 10px 10px;
    height: auto;
    width: 100%
}

.ProductDetailContent img {
    border-radius: 10px 10px;
    height: auto;
    max-width: 100%
}

.ProductDetailContent .no-border-radius {
    border-radius: 0 0
}

@media screen and (max-width: 750px) {
    .ProductDetailContent {
        padding:39px 0 50px 0
    }

    .ProductDetailContent h2 {
        margin-bottom: 20px
    }

    .ProductDetailContent h2:not(:first-child) {
        margin-top: 54px
    }

    .ProductDetailContent p {
        font-size: 15px
    }

    .ProductDetailContent p+p {
        margin-top: 23px
    }

    .ProductDetailContent .ContentGrid p+p {
        margin-top: 26px
    }

    .ProductDetailContent *+.ContentGrid {
        padding-top: 20px
    }

    .ProductDetailContent .ContentGrid+.ContentGrid--3 {
        padding-top: 35px
    }

    .ProductDetailContent *+.Accordion {
        margin-top: 40px
    }

    .ProductDetailContent *+.List {
        margin-top: 25px
    }

    .ProductDetailContent *+.LargeBtn {
        margin-top: 30px
    }

    .ProductDetailContent :not(.HasRoundBg)+.HasRoundBg {
        margin-top: 40px
    }

    .ProductDetailContent .HasRoundBg+.HasRoundBg {
        margin-top: 20px
    }
}

.ImgWrap img {
    display: block;
    height: auto;
    width: 100%
}

.ImgWrap--small img {
    width: 180px
}

.ImgWrap--alignright {
    float: right
}

.img-small {
    height: auto;
    width: 180px
}

@media screen and (max-width: 750px) {
    .img-small {
        width:120px
    }
}

.alignright {
    float: right;
    margin: 0 0 10px 28px
}

@media screen and (max-width: 750px) {
    .alignright {
        margin:0 0 0 15px
    }
}

.SpSliderWrap {
    position: relative
}

@media screen and (max-width: 750px) {
    .SpSliderWrap {
        margin:-20px -20px 0 -20px;
        overflow-x: hidden;
        padding: 20px 20px 20px 20px
    }
}

@media screen and (max-width: 750px) {
    .SpSliderWrap__inner {
        left:0;
        overflow: visible;
        padding: 20px 0 0 0;
        position: absolute;
        top: 0
    }
}

.EmbedWrap {
    padding-top: 56.25%;
    position: relative
}

.EmbedWrap__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.EmbedWrap__inner iframe {
    height: 100%;
    width: 100%
}

.PostVoice {
    margin-top: 70px
}

@media screen and (max-width: 750px) {
    .PostVoice {
        margin-top:42px
    }
}

.ProductDetailBottom {
    padding: 70px 0 0 0
}

.ProductDetailBottom__point {
    font-size: 21px;
    line-height: 1.6;
    padding-bottom: 40px;
    padding-top: 77px;
    text-align: center
}

.ProductDetailBottom__products {
    margin-top: 60px
}

.SpPrevNav {
    display: none;
    padding: 26px 0 28px 0
}

@media screen and (max-width: 750px) {
    .SpPrevNav {
        display:block
    }
}

.SpPrevNav__btn {
    color: #777;
    font-size: 13px;
    text-decoration: none
}

.SpPrevNav__btn::before {
    border-bottom: 3px solid #777;
    border-left: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 16px;
    margin: -2px 3px 0 0;
    transform: rotate(45deg) scale(.5,.5);
    vertical-align: middle;
    width: 16px
}

.ProductIngredient {
    padding-top: 24px
}

.SpSliderDots {
    bottom: 10px;
    display: none;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 750px) {
    .SpSliderDots {
        display:block
    }
}

.SpSliderDots__btn {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px
}

.SpSliderDots__btn::before {
    background-color: #000;
    border-radius: 50% 50%;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    opacity: .1;
    position: absolute;
    top: 50%;
    width: 8px
}

.SpSliderDots__btn--current::before {
    opacity: .5
}

.SpProductTitle {
    display: none;
    margin-bottom: 20px
}

.SpProductTitle br {
    display: none
}

@media screen and (max-width: 750px) {
    .SpProductTitle {
        color:#000;
        display: block;
        font-size: 24px;
        padding: 0 0 0 30px;
        position: relative
    }

    .SpProductTitle br {
        display: block
    }
}

.SpProductTitle--bare {
    padding-left: 0
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto!important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto!important
    }
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg")
}

.slick-next,.slick-prev {
    border: none;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    transition: .2s;
    z-index: 1
}

.slick-next i,.slick-prev i {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

.slick-next i svg,.slick-prev i svg {
    display: block;
    fill: #fff;
    height: 24px;
    transition: .3s;
    width: 24px
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0
}

.slick-dots {
    display: block;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    display: block;
    height: 20px;
    line-height: 0;
    outline: 0;
    position: relative;
    width: 20px
}

.slick-dots li button::before {
    border-radius: 50% 50%;
    content: '';
    height: 12px;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px
}

.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track::after,.slick-track::before {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: 100vw
}

.title {
    color: #ff6a88;
    font-family: Quicksand,sans-serif;
    font-size: 3rem;
    margin: 0 0 3rem 0
}

.logo {
    margin: 0
}

.logo img {
    width: 8rem
}

.slick-slider {
    -ms-touch-action: auto;
    touch-action: auto
}

/*# sourceMappingURL=style.css.map */
@charset "UTF-8";@import url(https://unpkg.com/normalize.css@8.0.0/normalize.css);@import url(https://fonts.googleapis.com/css?family=Quicksand);* {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    letter-spacing: .001em;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: none
}

body.open-sp-menu main {
    display: none
}

body.open-sp-menu .Footer {
    display: none
}

body.open-sp-menu .HeaderWrap {
    height: 100%
}

body.open-sp-menu .SpDomoHeaderScroller {
    display: block
}

body.open-sp-menu .BtnToggleSpMenu {
    width: 73px
}

body.open-sp-menu .BtnToggleSpMenuLabel--open {
    display: none
}

body.open-sp-menu .BtnToggleSpMenuLabel--close {
    display: flex
}

@media screen and (max-width: 1200px) {
    .ua-desktop body {
        overflow-x:auto
    }

    .ua-desktop body main {
        width: 1200px
    }
}

button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

a {
    -webkit-tap-highlight-color: transparent
}

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

h1,h2,h3,h4,h5,p {
    margin: 0
}

.Debug {
    background-color: rgba(0,0,0,.5);
    border: 1px solid #333;
    bottom: 0;
    color: #fff;
    padding: 5px;
    position: fixed;
    right: 0;
    z-index: 100
}

.Debug__title {
    font-size: 10px;
    user-select: none
}

.Debug__status {
    display: none;
    font-size: 12px;
    margin-top: 5px
}

.Debug--open {
    width: 25%
}

.Debug--open .Debug__status {
    display: block
}

@media screen and (max-width: 750px) {
    .show-pc {
        display:none
    }
}

.show-sp {
    display: none
}

@media screen and (max-width: 750px) {
    .show-sp {
        display:block
    }
}

.check-view {
    display: none;
    width: 1200px
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .check-view {
        width:1000px
    }
}

@media screen and (max-width: 750px) {
    .check-view {
        width:750px
    }
}

.ContentWidth {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ContentWidth {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .ContentWidth {
        padding-left:20px;
        padding-right: 20px
    }
}

.ContentWidth__inner {
    height: 100%;
    position: relative
}

.ContentWidth--wide {
    max-width: 1440px
}

.ContentWidth--middle {
    max-width: 950px
}

.ContentWidth--small {
    max-width: 800px
}

.BalloonLabel__txt,.BreadcrumbListItem__btn,.BtnBackToTop,.BtnToggleSpMenuLabel,.Caption,.CheckListItem,.ContentSwitcherInfoTitle__base,.ContentSwitcherTab__btn,.Copyright__txt,.CorporateNavListItem__btn,.Debug,.FooterNavItem,.HalfwayBtn,.InfoListItemContent,.LargeBtn,.LinkListItem__btn,.List,.PhilosophySpFooter,.ProductAttrIcon,.ProductCardAttention,.ProductCardInfo__desc,.ProductCardInfo__meta,.ProductDetailContent p,.ProductNavLabel,.ProductNavTop,.ProductPriceListItemValue__point,.ProductSection__attention,.ProductsGuideItemLabel__txt,.ProductsListItem__title,.RectLinkThumb__desc,.RectLinkThumb__title,.SpHeaderUI__link,.SpPrevNav__btn,.Table,.VoiceCardHead__author,.VoiceCardHead__date,.VoiceCard__point,.VoiceCard__txt,.font-def {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}

.EyecatchLinkItemBody,.GNavListItem__btn,.InquiryHead__lead,.ListNumber,.MenuItem__btn,.PhilosophySlogan__txt,.PhilosophyStatement,.font-serif,body {
    font-family: "A1 Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif
}

.H1 {
    font-size: 48px
}

@media screen and (max-width: 750px) {
    .H1 {
        font-size:24px
    }
}

.H2 {
    font-size: 36px
}

@media screen and (max-width: 750px) {
    .H2 {
        font-size:24px;
        line-height: 1.5
    }
}

.H3 {
    font-size: 24px
}

@media screen and (max-width: 750px) {
    .H3 {
        font-size:24px
    }
}

.LargeBtn {
    border-radius: 10px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2);
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 90px;
    line-height: 90px;
    min-width: 490px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .6s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1)
}

.LargeBtn::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .LargeBtn {
        font-size:21px;
        height: 70px;
        line-height: 70px;
        min-width: initial;
        min-width: auto;
        width: 100%
    }
}

.LargeBtn--60 {
    height: 60px;
    line-height: 60px
}

.LargeBtn--70 {
    height: 70px;
    line-height: 70px
}

.LargeBtn--full {
    min-width: initial;
    min-width: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .LargeBtn--sp-60 {
        height:60px;
        line-height: 60px
    }
}

.LargeBtn__bg {
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.LargeBtn__bg--red {
    background-image: linear-gradient(180deg,#f18687 0,#e4626c 100%);
    box-shadow: inset 0 -2px 0 0 #d45b64
}

.LargeBtn__bg--blue {
    background-image: linear-gradient(180deg,#b2c2cf 0,#96aabc 100%);
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.05)
}

.LargeBtn__bg--green {
    background-image: linear-gradient(180deg,#60c26b 0,#3f8445 100%);
    box-shadow: inset 0 -2px 0 0 #3f8445
}

.LargeBtn__bg--white {
    background-color: #fff
}

.LargeBtn__txt {
    position: relative
}

@media screen and (max-width: 750px) {
    .LargeBtn__txt--sp-15 {
        font-size:15px
    }
}

.LargeBtn__txt--contact {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width: 750px) {
    .LargeBtn__txt--contact {
        font-size:10px;
        left: 0;
        line-height: 1.5;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%
    }
}

.LargeBtn:active {
    transform: scale(.99,.99)
}

.LargeBtn:active::after {
    opacity: .1
}

.LargeBtn__thumb {
    border-radius: 5px 5px;
    box-shadow: 0 1px 16px 0 rgba(0,0,0,.2);
    display: inline-block;
    margin-right: 12px;
    overflow: hidden;
    position: relative
}

.LargeBtn__thumb img {
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .LargeBtn__thumb {
        margin-right:5px
    }
}

.LargeBtn--sticky-sample {
    align-items: center;
    display: flex;
    height: 70px;
    line-height: 1;
    min-width: initial;
    min-width: auto;
    padding: 8px 8px;
    text-align: left
}

@media screen and (max-width: 750px) {
    .LargeBtn--sticky-sample {
        height:60px;
        padding: 5px 0 5px 5px
    }
}

.LargeBtn__txt--sticky-sample {
    align-items: center;
    display: inline-block;
    font-size: 21px
}

@media screen and (max-width: 750px) {
    .LargeBtn__txt--sticky-sample {
        font-size:13px;
        line-height: 1.3
    }
}

.LargeBtn__thumb--sample {
    height: 54px;
    width: 100px
}

@media screen and (max-width: 750px) {
    .LargeBtn__thumb--sample {
        height:44px;
        width: 80px
    }
}

.HalfwayBtn {
    color: #000;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    position: relative;
    text-decoration: none
}

.HalfwayBtn::before {
    background-color: #aabdcd;
    content: '';
    height: 9px;
    left: 15px;
    opacity: .5;
    position: absolute;
    top: calc(50% + 5px);
    width: calc(100% - 30px)
}

.HalfwayBtn::after {
    background-color: #000;
    border-radius: 5px 5px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .6s cubic-bezier(.19,1,.22,1);
    width: 100%
}

@media screen and (max-width: 750px) {
    .HalfwayBtn::before {
        height:7px;
        top: calc(50% + 6px)
    }
}

.HalfwayBtn--21::before {
    top: calc(50% + 8px)
}

.HalfwayBtn--sp-18::before {
    height: 9px;
    top: calc(50% + 6px)
}

.HalfwayBtn:active::after {
    opacity: .05;
    transition: opacity .2s
}

.HalfwayBtn:not(:first-child) {
    margin: 0 0 0 10px
}

@media screen and (max-width: 750px) {
    .HalfwayBtn:not(:first-child) {
        margin:0
    }
}

.HalfwayBtn__txt {
    font-size: 18px;
    position: relative
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__txt {
        font-size:15px
    }
}

.HalfwayBtn__txt--21 {
    font-size: 21px
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__txt--sp-18 {
        font-size:18px
    }
}

.HalfwayBtn__arrow {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 20px;
    margin: -3px 0 0 7px;
    vertical-align: middle;
    width: 20px
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__arrow {
        height:16px;
        margin: 0 0 0 7px;
        width: 16px
    }
}

@media screen and (max-width: 750px) {
    .HalfwayBtn__arrow--sp-18 {
        margin:-2px 0 0 7px
    }
}

.HalfwayBtn__arrow--right {
    transform: scale(.5,.5) rotate(-45deg)
}

.Icon {
    vertical-align: middle
}

.Icon--contact {
    height: auto;
    margin: -3px 4px 0 0;
    width: 14px
}

.ua-desktop .LargeBtn:hover {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.4);
    transition: box-shadow .2s,transform .2s
}

.ua-desktop .HalfwayBtn:hover::after {
    opacity: .05;
    transition: opacity .2s
}

.Card {
    border-radius: 10px 10px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow .6s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1);
    z-index: 1
}

.Card::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%;
    z-index: 2
}

a.Card:active {
    transform: scale(.99,.99)
}

a.Card:active::after {
    opacity: .1
}

.ua-desktop a.Card:hover {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s,transform .2s
}

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

.Card__img {
    height: 262px;
    overflow: hidden;
    width: 100%
}

.Card__img img {
    display: block;
    height: 100%;
    margin: 0 0 0 50%;
    transform: translate(-50%,0);
    width: auto
}

@media screen and (max-width: 750px) {
    .Card__img {
        height:210px
    }
}

.Card__img--row {
    height: 100%
}

@media screen and (max-width: 750px) {
    .Card__img--row {
        height:210px
    }
}

.Card__img--product-img {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    height: 367px
}

.Card__img--rect {
    height: auto
}

.Card__img--rect img {
    height: auto;
    width: 100%
}

.Card__title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.45;
    position: relative
}

.Card__title::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    bottom: 5px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: -7px;
    transform: scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .Card__title {
        font-size:24px
    }

    .Card__title::after {
        bottom: 7px;
        height: 26px;
        right: -4px;
        width: 26px
    }
}

.CardTitle {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.45;
    position: relative;
    width: 100%
}

@media screen and (max-width: 750px) {
    .CardTitle {
        font-size:24px
    }
}

.CardTitle--has-arrow::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    bottom: 5px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: -7px;
    transform: scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .CardTitle--has-arrow::after {
        bottom:3px;
        height: 26px;
        right: -9px;
        width: 26px
    }
}

.CardTitle--sp-has-arrow::after {
    display: none
}

@media screen and (max-width: 750px) {
    .CardTitle--sp-has-arrow::after {
        display:block
    }
}

.Card__body {
    background-color: #fff;
    height: 100%;
    padding: 25px 30px 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .Card__body {
        padding:25px 20px 23px 20px
    }
}

.Card__body--row {
    padding: 50px 80px 0 30px
}

.Card__body--row::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 36px
}

.Card__body--row .Card__title::after {
    display: none
}

@media screen and (max-width: 750px) {
    .Card__body--row {
        padding:25px 20px 23px 20px
    }

    .Card__body--row .Card__title::after {
        display: block
    }

    .Card__body--row::after {
        display: none
    }
}

@media screen and (max-width: 750px) {
    .Card__body--has-btn {
        padding:25px 20px 120px 20px
    }
}

.Card__body--howto {
    padding: 14px 30px 25px 30px
}

@media screen and (max-width: 750px) {
    .Card__body--howto {
        padding:14px 15px 15px 15px
    }

    .Card__body--howto p {
        font-size: 13px!important
    }
}

.Card__desc {
    color: #000;
    font-size: 18px;
    line-height: 1.45;
    margin: 20px 0 0 0
}

@media screen and (max-width: 750px) {
    .Card__desc {
        font-size:15px;
        line-height: 1.75
    }
}

.Card__btn {
    bottom: 30px;
    position: absolute;
    width: calc(100% - 60px)
}

@media screen and (max-width: 750px) {
    .Card__btn {
        width:calc(100% - 40px)
    }
}

.Card__btn--row {
    width: calc(100% - 110px)
}

.Card__layout--row {
    flex-wrap: nowrap;
    height: 275px
}

@media screen and (max-width: 750px) {
    .Card__layout--row {
        flex-wrap:wrap;
        height: auto
    }
}

.Card__layout--product {
    height: 367px
}

@media screen and (max-width: 750px) {
    .Card__layout--product {
        height:auto
    }
}

.Card__col {
    width: 100%
}

.Card__col:last-child {
    min-height: 268px
}

@media screen and (max-width: 750px) {
    .Card__col:last-child {
        min-height:initial;
        min-height: auto
    }
}

.Card__col--row {
    width: 50%
}

@media screen and (max-width: 750px) {
    .Card__col--row {
        width:100%
    }
}

.Card__col--product-img {
    width: 367px
}

@media screen and (max-width: 750px) {
    .Card__col--product-img {
        width:100%
    }
}

.Card__col--product-remain {
    width: calc(100% - 367px)
}

@media screen and (max-width: 750px) {
    .Card__col--product-remain {
        width:100%
    }
}

.Card__col--row:last-child {
    min-height: initial;
    min-height: auto
}

.CardRow {
    display: flex;
    position: relative
}

@media screen and (max-width: 750px) {
    .CardRow {
        flex-wrap:wrap
    }

    .CardRow .Card__img {
        height: auto
    }

    .CardRow .Card__img img {
        height: auto;
        width: 100%
    }
}

.CardRow--vertical {
    display: flex;
    flex-wrap: wrap
}

.CardCol {
    height: auto;
    position: relative;
    width: 100%
}

.CardCol:first-child {
    z-index: 2
}

.CardCol:last-child {
    z-index: 1
}

.CardCol--half {
    width: 50%
}

@media screen and (max-width: 750px) {
    .CardCol--half {
        width:100%
    }
}

.CardCol--rect {
    padding-top: calc(50% - 2px)
}

@media screen and (max-width: 750px) {
    .CardCol--rect {
        padding-top:calc(100% - 2px)
    }
}

.CardCol:first-child.CardCol--has-border::after {
    border: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .CardCol:first-child.CardCol--has-border::after {
        border-radius:10px 10px 0 0
    }
}

.CardBody {
    align-content: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 34px
}

@media screen and (max-width: 750px) {
    .CardBody {
        padding-bottom:30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }
}

.CardBody--has-arrow {
    padding-right: 80px
}

.CardBody--has-arrow::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .CardBody--has-arrow {
        padding-right:20px
    }

    .CardBody--has-arrow::after {
        display: none
    }
}

.CardTitle+.LargeBtn {
    margin-top: 20px
}

@media screen and (max-width: 750px) {
    .CardTitle+.LargeBtn {
        margin-top:22px
    }
}

.CardGrid {
    display: flex;
    margin: 0 -25px 0 -25px
}

@media screen and (max-width: 750px) {
    .CardGrid {
        flex-wrap:wrap;
        margin: 0
    }
}

.CardGrid__col {
    margin: 0 25px 0 25px;
    width: calc(50% - 50px)
}

@media screen and (max-width: 750px) {
    .CardGrid__col {
        margin:0;
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .CardGrid__col:not(:first-child) {
        margin-top:30px
    }
}

.ProductsThinCard {
    display: flex;
    position: relative
}

.ProductsThinCard .ProductsThinCard__image {
    flex-shrink: 0;
    width: 200px
}

@media screen and (max-width: 750px) {
    .ProductsThinCard .ProductsThinCard__image {
        width:100px
    }
}

.ProductsThinCard .ProductsThinCard__image img {
    display: block;
    height: auto;
    width: 100%
}

.ProductsThinCard .ProductsThinCard__title {
    align-items: center;
    color: #000;
    display: flex;
    flex-grow: 1;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 60px
}

@media screen and (max-width: 750px) {
    .ProductsThinCard .ProductsThinCard__title {
        font-size:12px;
        padding-left: 10px;
        padding-right: 40px
    }
}

.ProductsThinCard::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0,-50%) scale(.35,.35) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .ProductsThinCard::after {
        right:10px;
        transform: translate(0,-50%) scale(.25,.25) rotate(-45deg)
    }
}

.FirstCard {
    margin-bottom: 50px
}

@media screen and (max-width: 750px) {
    .FirstCard {
        margin-bottom:30px
    }
}

.Breadcrumb {
    margin: 30px 0 60px 0
}

@media screen and (max-width: 750px) {
    .Breadcrumb {
        display:none
    }
}

.BreadcrumbList {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.BreadcrumbListItem {
    position: relative
}

.BreadcrumbListItem:not(:last-child)::after {
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 15px
}

.BreadcrumbListItem:not(:first-child) {
    margin-left: 45px
}

.BreadcrumbListItem__btn {
    color: #777;
    font-size: 16px;
    text-decoration: none
}

.VoiceCard {
    background-color: #f5f5f5;
    border-radius: 10px 10px;
    padding: 30px 30px 25px 30px
}

@media screen and (max-width: 750px) {
    .VoiceCard {
        padding:20px 20px 17px 20px
    }
}

.VoiceCardHead {
    display: flex;
    justify-content: space-between
}

.VoiceCardHead__author {
    font-size: 18px
}

@media screen and (max-width: 750px) {
    .VoiceCardHead__author {
        font-size:15px
    }
}

.VoiceCardHead__date {
    color: #999;
    font-size: 15px
}

@media screen and (max-width: 750px) {
    .VoiceCardHead__date {
        font-size:12px
    }
}

.VoiceCard__star {
    margin-top: 10px
}

.VoiceCard__star img {
    display: inline-block;
    margin-right: 1px
}

.VoiceCard__point {
    color: #666;
    font-size: 17px;
    margin-top: 10px
}

@media screen and (max-width: 750px) {
    .VoiceCard__point {
        font-size:15px
    }
}

.VoiceCard__txt {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 26px
}

@media screen and (max-width: 750px) {
    .VoiceCard__txt {
        font-size:15px;
        line-height: 1.75
    }
}

.VoiceListItem:not(:first-child) {
    margin-top: 20px
}

.ListNumber {
    border: 2px solid #aabdcd;
    border-radius: 5px 5px;
    color: #768fa4;
    display: inline-block;
    letter-spacing: 0;
    position: relative;
    text-align: center
}

.ListNumber--14 {
    border: 2px solid #aabdcd;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    transform: scale(.5,.5);
    width: 28px
}

.ListNumber--17 {
    border: 1px solid #aabdcd;
    border-radius: 3px 3px;
    font-size: 10px;
    height: 17px;
    line-height: 15px;
    width: 17px
}

.ListNumber--20 {
    border: none;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 20px
}

.ListNumber--20::before {
    border: 3px solid #aabdcd;
    border-radius: 10px 10px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 200%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(.5,.5);
    width: 200%
}

.ListNumber--24 {
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    width: 24px
}

.ListNumber--32 {
    font-size: 20px;
    height: 32px;
    line-height: 28px;
    width: 32px
}

@media screen and (max-width: 750px) {
    .ListNumber--32 {
        font-size:14px;
        height: 24px;
        line-height: 20px;
        width: 24px
    }
}

.ListNumber--36 {
    font-size: 21px;
    height: 36px;
    line-height: 32px;
    width: 36px
}

@media screen and (max-width: 750px) {
    .ListNumber--36 {
        font-size:14px;
        height: 24px;
        line-height: 20px;
        width: 24px
    }
}

.ListNumber--40 {
    font-size: 24px;
    height: 40px;
    line-height: 36px;
    width: 40px
}

@media screen and (max-width: 750px) {
    .ListNumber--40 {
        font-size:14px;
        height: 24px;
        line-height: 20px;
        width: 24px
    }
}

.Table {
    border-right: 1px solid #ddd;
    border-spacing: 0;
    border-top: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.5;
    min-width: 100%;
    text-align: left;
    word-wrap: break-word
}

.Table td,.Table th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px
}

.Table tr {
    width: 100%
}

.Table td {
    vertical-align: top
}

.Table tbody th {
    background-color: #f5f5f5;
    font-weight: 700
}

.Table thead th {
    background-color: #eee
}

.Table caption {
    caption-side: bottom;
    font-size: .8em;
    margin-top: 1em;
    text-align: left
}

@media screen and (max-width: 750px) {
    .Table {
        font-size:13px
    }

    .Table td,.Table th {
        padding-left: 5px;
        padding-right: 5px
    }
}

.Table--no-border {
    border-right: none
}

.Table--no-border tbody td,.Table--no-border tbody th,.Table--no-border thead td,.Table--no-border thead th {
    border-left: none
}

.HeaderWrap {
    animation-duration: .5s;
    background-color: #fff;
    padding-bottom: 110px;
    position: relative;
    z-index: 100
}

@media screen and (max-width: 750px) {
    .HeaderWrap {
        left:0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .HeaderWrap {
        left:0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        width: 100%
    }
}

.SpDomoHeader {
    display: none;
    height: 100%
}

.SpDomoHeader>.ContentWidth {
    height: 60px
}

@media screen and (max-width: 750px) {
    .SpDomoHeader {
        display:block
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .SpDomoHeader {
        display:block
    }
}

.SpDomoHeaderContent {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between
}

.SpDomoHeaderScroller {
    background-color: #fff;
    display: none;
    height: calc(100% - 60px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

.SpHeaderUI {
    align-items: center;
    display: flex
}

.SpHeaderUI__link {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    height: 100%;
    margin: 0 10px 0 0;
    text-decoration: none;
    white-space: nowrap
}

.SpHeaderUI__link img {
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle
}

.BtnToggleSpMenu {
    height: 60px;
    outline: 0;
    position: relative;
    transition: width .3s;
    width: 59px
}

.BtnToggleSpMenuLabel {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.BtnToggleSpMenuLabel--close {
    display: none
}

.BtnToggleSpMenuLabel__icon {
    display: inline-block;
    margin: 0 7px 0 0;
    position: relative;
    vertical-align: middle
}

.BtnToggleSpMenuLabel__icon span,.BtnToggleSpMenuLabel__icon::after,.BtnToggleSpMenuLabel__icon::before {
    background-color: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.BtnToggleSpMenuLabel__icon::after,.BtnToggleSpMenuLabel__icon::before {
    content: ''
}

.BtnToggleSpMenuLabel__icon--open {
    display: inline-block;
    height: 11px;
    width: 14px
}

.BtnToggleSpMenuLabel__icon--open::before {
    top: 0
}

.BtnToggleSpMenuLabel__icon--open span {
    top: 5px
}

.BtnToggleSpMenuLabel__icon--open::after {
    bottom: 0
}

.BtnToggleSpMenuLabel__icon--close {
    height: 11px;
    width: 14px
}

.BtnToggleSpMenuLabel__icon--close::after,.BtnToggleSpMenuLabel__icon--close::before {
    top: 5px
}

.BtnToggleSpMenuLabel__icon--close::before {
    transform: rotate(-45deg)
}

.BtnToggleSpMenuLabel__icon--close::after {
    transform: rotate(45deg)
}

.Search {
    margin: 0 0 35px 0;
    padding: 14px 30px 0 30px
}

@media screen and (max-width: 750px) {
    .Search {
        margin:0 0 11px 0;
        padding: 10px 20px 0 20px
    }
}

.Search__form {
    position: relative
}

.Search__input {
    -webkit-appearance: none;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px 5px;
    color: #777;
    font-family: 'Helvetica Neue',Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
    font-size: 16px;
    height: 50px;
    outline: 0;
    padding: 20px;
    transition: border .7s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.Search__btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.Search__input:active,.Search__input:focus {
    border: 1px solid #ccc
}

.ua-desktop .Search__input:hover {
    border: 1px solid #ccc;
    transition: border 0s
}

.Footer {
    bottom: 0;
    left: 0;
    margin-top: 100px;
    position: absolute;
    transform: translate3d(0,0,0);
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 750px) {
    .Footer {
        margin-top:60px
    }
}

.Footer--no-margin {
    margin-top: 0
}

@media screen and (max-width: 750px) {
    .Footer--no-margin {
        margin-top:0
    }
}

.FooterContent {
    background-color: #f5f5f5
}

.FooterBottom {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 30px 0 50px 0;
    position: relative
}

@media screen and (max-width: 750px) {
    .FooterBottom {
        flex-wrap:wrap;
        margin-top: 30px;
        padding: 100px 0 0 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterBottom {
        flex-wrap:wrap;
        margin-top: 30px;
        padding: 100px 0 0 0
    }
}

.FooterRightNav {
    text-align: right
}

@media screen and (max-width: 750px) {
    .FooterRightNav {
        height:73px;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterRightNav {
        height:73px;
        width: 100%
    }
}

.BtnBackToTop {
    color: #777;
    font-size: 14px;
    transition: color .7s cubic-bezier(.19,1,.22,1)
}

.BtnBackToTop::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 3px;
    transform: scale(.5,.5) rotate(-135deg);
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
    vertical-align: middle;
    width: 15px
}

@media screen and (max-width: 750px) {
    .BtnBackToTop {
        height:100%;
        text-align: right;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .BtnBackToTop {
        height:100%;
        text-align: right;
        width: 100%
    }
}

.ua-desktop .BtnBackToTop:hover {
    color: #000;
    transition: color 0s
}

.ua-desktop .BtnBackToTop:hover::after {
    border-color: #000;
    transition: border-color 0s
}

.Copyright {
    background-color: #fff;
    height: 150px
}

@media screen and (max-width: 750px) {
    .Copyright {
        height:90px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Copyright {
        height:90px
    }
}

.Copyright__content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.Copyright__txt {
    color: #777;
    font-size: 10px;
    letter-spacing: .01em
}

.Copyright__txt br {
    display: none
}

@media screen and (max-width: 750px) {
    .Copyright__txt {
        line-height:1.4;
        text-align: right
    }

    .Copyright__txt br {
        display: block
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Copyright__txt {
        line-height:1.4;
        text-align: right
    }

    .Copyright__txt br {
        display: block
    }
}

@media screen and (max-width: 750px) {
    .InfoList {
        margin:0 -20px;
        width: calc(100% + 40px)
    }
}

.InfoListItem {
    border-bottom: 1px solid #ddd;
    position: relative
}

@media screen and (max-width: 750px) {
    .InfoListItem {
        border-bottom:none
    }

    .InfoListItem::after {
        background-color: #ddd;
        bottom: 0;
        content: '';
        height: 1px;
        position: absolute;
        right: 0;
        width: calc(100% - 20px)
    }
}

.InfoListItem__inner {
    display: flex
}

.InfoListItem__btn {
    align-items: center;
    display: flex;
    min-height: 80px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    width: 100%
}

.InfoListItem__btn::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .InfoListItem__btn {
        min-height:58px;
        padding: 16px 38px 16px 20px
    }

    .InfoListItem__btn::before {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 16px;
        top: 20px;
        transform: scale(.5,.5) rotate(-45deg);
        width: 15px
    }
}

.InfoListItem__btn:active::after {
    opacity: .05;
    transition: opacity .2s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .InfoListItem__btn:hover::after {
    opacity: .05;
    transition: opacity .2s cubic-bezier(.19,1,.22,1)
}

.InfoListItemContent {
    color: #000;
    display: flex;
    font-size: 18px;
    line-height: 1.4;
    position: relative
}

@media screen and (max-width: 750px) {
    .InfoListItemContent {
        font-size:15px;
        line-height: 1.6
    }
}

.InfoListItemContent--has-date {
    padding: 0 0 0 190px
}

@media screen and (max-width: 750px) {
    .InfoListItemContent--has-date {
        padding:0
    }
}

.InfoListItemContent__txt {
    position: relative
}

.InfoListItemContent__date {
    left: -190px;
    position: absolute;
    top: 0
}

@media screen and (max-width: 750px) {
    .InfoListItemContent__date {
        left:auto;
        position: relative;
        top: auto
    }
}

.TopProducts {
    margin-bottom: 45px;
    position: relative
}

@media screen and (max-width: 750px) {
    .TopProducts {
        margin-bottom:0
    }
}

.Products {
    margin: 0 -7px 0 -7px
}

@media screen and (max-width: 1130px) {
    .Products {
        margin:0 -50px 0 -50px;
        width: calc(100% + 100px)
    }
}

@media screen and (max-width: 750px) {
    .Products {
        margin:0 -30px 0 -30px;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: calc(100% + 60px)
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Products {
        margin:0 -30px 0 -30px;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: calc(100% + 60px)
    }
}

@media screen and (max-width: 750px) {
    .Products {
        margin:0 -20px 0 -20px;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        width: calc(100% + 40px)
    }
}

.Products--following-pagetitle {
    margin-bottom: 0;
    padding: 56px 0 0 0
}

@media screen and (max-width: 750px) {
    .Products--following-pagetitle {
        padding:46px 0 0 0
    }
}

.Products--following-subtitle {
    margin-bottom: 0;
    padding: 56px 0 0 0
}

@media screen and (max-width: 750px) {
    .Products--following-subtitle {
        padding:0
    }
}

@media screen and (max-width: 750px) {
    .Products--no-scroll {
        overflow-x:hidden
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Products--no-scroll {
        overflow-x:hidden
    }
}

@media screen and (max-width: 750px) {
    .Products--no-scroll {
        overflow-x:hidden
    }
}

@media screen and (max-width: 750px) {
    .Products:not(.Products--no-scroll) {
        display:none
    }
}

.ProductsList {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1130px) {
    .ProductsList {
        padding:0 20px
    }
}

@media screen and (max-width: 750px) {
    .ProductsList {
        justify-content:flex-start;
        padding: 20px 20px 10px 20px;
        width: auto
    }
}

.ProductsList--center {
    justify-content: center
}

@media screen and (max-width: 750px) {
    .ProductsList.InView {
        margin-left:50vw
    }
}

@media screen and (max-width: 750px) {
    .ProductsList.InView--show {
        margin-left:0;
        transition: margin-left .6s cubic-bezier(.23,1,.32,1) .15s
    }
}

.ProductsListItem {
    margin: 0 7px;
    width: calc(12.5% - 14px)
}

@media screen and (max-width: 750px) {
    .ProductsListItem {
        width:120px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem:last-child {
        padding-right:20px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem--no-scroll {
        margin-left:0;
        margin-right: 0;
        width: 30%
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem--no-scroll:last-child {
        padding-right:0
    }
}

.ProductsListItem--center:not(:first-child) {
    margin-left: 30px
}

.ProductsListItem__btn {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none
}

.ProductsListItem__hover {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px 10px;
    display: block;
    height: calc(100% + 20px);
    left: -10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    transition: .2s;
    width: calc(100% + 20px);
    z-index: 1
}

.ProductsListItem__btn:active .ProductsListItem__hover {
    opacity: 1
}

.ProductsListItem__img {
    height: 300px;
    position: relative;
    width: auto
}

@media screen and (max-width: 1130px) {
    .ProductsListItem__img {
        height:250px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img {
        height:200px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsListItem__img {
        height:200px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img {
        height:220px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img--no-scroll {
        height:auto;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsListItem__img--no-scroll {
        height:auto;
        width: 100%
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__img--no-scroll {
        height:auto;
        width: 100%
    }
}

.ProductsListItem__title {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin: 12px 0 0 0;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.ProductsListItem__title .ListNumber--17 {
    margin-right: 4px;
    margin-top: -4px;
    vertical-align: middle
}

@media screen and (max-width: 750px) {
    .ProductsListItem__title {
        font-size:12px
    }
}

@media screen and (max-width: 750px) {
    .ProductsListItem__title--sp-hidden {
        display:none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsListItem__title--sp-hidden {
        display:none
    }
}

.ProductsListItem__number {
    display: flex;
    justify-content: center;
    margin: 0 0 21px 0;
    padding-top: 10px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductsListItem__number {
        margin:0 0 8px 0
    }
}

.ProductsGuide {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    padding: 0 30px
}

@media screen and (max-width: 1130px) {
    .ProductsGuide {
        padding:0 50px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuide {
        margin:9px 0 0 0;
        padding: 0 20px
    }
}

.ProductsGuideItem::before {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 20px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem::before {
        height:10px
    }
}

.ProductsGuideItem--3 {
    padding-left: 20px;
    padding-right: 40px;
    width: 37.5%
}

@media screen and (max-width: 1130px) {
    .ProductsGuideItem--3 {
        padding-left:10px;
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--3 {
        padding-left:0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--3 {
        padding-left:0
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--3 {
        padding-left:10px;
        padding-right: 10px
    }
}

.ProductsGuideItem--4 {
    padding-left: 40px;
    padding-right: 40px;
    width: 50%
}

@media screen and (max-width: 1130px) {
    .ProductsGuideItem--4 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--4 {
        padding-left:20px;
        padding-right: 10px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--4 {
        padding-left:20px;
        padding-right: 10px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--4 {
        padding-left:10px;
        padding-right: 10px
    }
}

.ProductsGuideItem--1 {
    padding-left: 50px;
    padding-right: 10px;
    width: 12.5%
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--1 {
        padding-left:55px;
        padding-right: 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--1 {
        padding-left:55px;
        padding-right: 0
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--1 {
        padding-left:10px;
        padding-right: 10px
    }
}

.ProductsGuideItem--full {
    margin: 20px 0 0 0;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%
}

@media screen and (max-width: 1130px) {
    .ProductsGuideItem--full {
        padding-left:10px
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--full {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .ProductsGuideItem--full {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (max-width: 750px) {
    .ProductsGuideItem--full {
        margin:0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.ProductsGuideItemLabel {
    display: flex;
    height: 35px;
    justify-content: center;
    margin: 14px 0 0 0;
    position: relative
}

@media screen and (max-width: 750px) {
    .ProductsGuideItemLabel {
        margin:10px 0 0 0
    }
}

.ProductsGuideItemLabel__txt {
    cursor: pointer;
    font-size: 15px;
    left: 50%;
    text-align: center;
    white-space: nowrap
}

.ProductsGuideItemLabel__txt::after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 11px;
    margin: 5px auto 0 auto;
    transform: rotate(45deg);
    width: 11px
}

@media screen and (max-width: 750px) {
    .ProductsGuideItemLabel__txt {
        font-size:10px;
        letter-spacing: -.01em
    }

    .ProductsGuideItemLabel__txt::after {
        height: 8px;
        margin: 1px auto 0 auto;
        width: 8px
    }
}

.ProductsGuideItemLabel__txt--no-arrow::after {
    display: none
}

.ua-desktop .ProductsListItem__btn:hover .ProductsListItem__hover {
    opacity: 1
}

.ua-desktop .ProductsGuideItemLabel__txt {
    transition: color .8s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .ProductsGuideItemLabel__txt:hover {
    color: #777;
    transition: color .1s cubic-bezier(.19,1,.22,1)
}

.SpProducts {
    display: none;
    margin: 0 -20px;
    overflow-x: hidden;
    padding: 0 30px;
    width: calc(100% + 40px)
}

.SpProducts .slick-arrow {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 40px
}

.SpProducts .slick-arrow::before {
    border-bottom: 2px solid #777;
    border-left: 2px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 20px
}

.SpProducts .slick-prev {
    left: -24px
}

.SpProducts .slick-prev::before {
    margin-left: 5px;
    transform: translate(-50%,-50%) rotate(45deg)
}

.SpProducts .slick-next {
    right: -24px
}

.SpProducts .slick-next::before {
    margin-left: -5px;
    transform: translate(-50%,-50%) rotate(-135deg)
}

.SpProducts .slick-list {
    overflow: visible
}

@media screen and (max-width: 750px) {
    .SpProducts {
        display:block
    }
}

@media screen and (max-width: 750px) {
    .SpProducts--following-pagetitle {
        padding:46px 30px 0 30px
    }
}

.SpProductsScroller {
    width: 100%
}

.Balloon {
    bottom: calc(100% - 40px);
    opacity: 0;
    padding: 0 0 15px 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    transform: scale(.5,.5);
    transform-origin: bottom center;
    transition: .3s cubic-bezier(.175,.885,.32,1.275);
    z-index: 2
}

@media screen and (max-width: 750px) {
    .Balloon {
        bottom:calc(100% - 26px);
        padding: 0 0 12px 0;
        right: -10px
    }
}

.Balloon__bg {
    background-color: #fff;
    border-radius: 33px 33px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .Balloon__bg {
        border-radius:25px 25px
    }
}

.Balloon__arrow {
    background-color: #fff;
    bottom: -10px;
    box-shadow: 5px 5px 6px 0 rgba(0,0,0,.03);
    height: 24px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0) rotate(45deg);
    width: 24px
}

@media screen and (max-width: 750px) {
    .Balloon__arrow {
        bottom:-7px;
        height: 16px;
        width: 16px
    }
}

.Balloon__main {
    align-items: center;
    display: flex;
    height: 66px;
    padding: 0 30px 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .Balloon__main {
        height:50px;
        padding: 0 20px 0 20px
    }
}

.Balloon__listnumber {
    position: relative
}

@media screen and (max-width: 750px) {
    .Balloon__listnumber {
        margin-top:-1px
    }
}

.BalloonLabel {
    display: inline-block;
    line-height: 1;
    margin-top: -5px;
    position: relative;
    vertical-align: middle
}

.BalloonLabel::before {
    background-color: #aabdcd;
    bottom: -2px;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    opacity: .5;
    position: absolute;
    transition: .4s cubic-bezier(.19,1,.22,1) .3s;
    width: 0
}

@media screen and (max-width: 750px) {
    .BalloonLabel::before {
        height:10px
    }
}

.BalloonLabel__txt {
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .BalloonLabel__txt {
        font-size:18px
    }
}

.Balloon.InView--show {
    opacity: 1;
    transform: scale(1,1)
}

.Balloon.InView--show .BalloonLabel::before {
    width: 100%
}

.Slider .slick-dots li button::before {
    background-color: #000;
    opacity: .1
}

.Slider .slick-dots li.slick-active button::before {
    background-color: #000;
    opacity: .5
}

.Slider--product-detail {
    height: 100%;
    left: 0;
    position: absolute!important;
    top: 0;
    width: 100%
}

.Slider--product-detail div {
    vertical-align: top
}

.Slider--product-detail img {
    display: block;
    height: auto;
    width: 100%
}

.Slider--product-detail a {
    display: block;
    transition: opacity .25s
}

.Slider--product-detail a:hover {
    opacity: .75
}

.Slider--product-detail .slick-list {
    height: 100%
}

.Slider--product-detail .slick-dots {
    bottom: 10px;
    position: absolute
}

.Slider--product-detail .slick-arrow {
    height: 170px;
    margin: -85px 0 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 85px
}

.Slider--product-detail .slick-arrow::before {
    box-sizing: border-box;
    content: '';
    display: block;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: border-color .5s cubic-bezier(.19,1,.22,1);
    width: 22px
}

@media screen and (max-width: 750px) {
    .Slider--product-detail .slick-arrow {
        display:none
    }
}

.Slider--product-detail .slick-prev {
    left: 0
}

.Slider--product-detail .slick-prev::before {
    border-left: 2px solid rgba(0,0,0,.25);
    border-top: 2px solid rgba(0,0,0,.25);
    margin: -11px -3px 0 0;
    right: 50%;
    transform: rotate(-45deg)
}

.Slider--product-detail .slick-next {
    right: 0
}

.Slider--product-detail .slick-next::before {
    border-right: 2px solid rgba(0,0,0,.25);
    border-top: 2px solid rgba(0,0,0,.25);
    left: 50%;
    margin: -11px 0 0 -3px;
    transform: rotate(45deg)
}

.Slider--product-detail .slick-disabled {
    pointer-events: none
}

.Slider--product-detail .slick-disabled::before {
    opacity: 0
}

@media screen and (max-width: 750px) {
    .Slider--product-detail .slick-dots {
        bottom:-27px
    }

    .Slider--product-detail .slick-dots li {
        margin-right: 0
    }

    .Slider--product-detail .slick-dots li button::before {
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
        width: 8px
    }
}

.ua-mobile .Slider--product-detail .slick-arrow {
    opacity: 1
}

.ua-desktop .Slider--product-detail:hover .slick-arrow {
    opacity: 1
}

.ua-desktop .Slider--product-detail .slick-arrow:hover::before {
    border-color: #000;
    transition: border-color .1s cubic-bezier(.19,1,.22,1)
}

.Slider--product-howto .slick-dots {
    margin-top: 14px
}

@media screen and (max-width: 750px) {
    .Slider--product-howto {
        padding-left:5px;
        padding-right: 5px
    }

    .Slider--product-howto .slick-list {
        overflow: visible!important
    }

    .Slider--product-howto .slick-slide {
        padding-left: 5px;
        padding-right: 5px
    }

    .Slider--product-howto .slick-slide>div {
        height: 100%
    }

    .Slider--product-howto .slick-dots li {
        margin-right: 0
    }

    .Slider--product-howto .slick-dots li button::before {
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
        width: 8px
    }
}

.CheckListItem {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 0 25px;
    position: relative
}

.CheckListItem::before {
    border-bottom: 3px solid #aabdcd;
    border-left: 3px solid #aabdcd;
    box-sizing: border-box;
    content: '';
    height: 12px;
    left: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg) scale(.5,.5);
    width: 24px
}

@media screen and (max-width: 750px) {
    .CheckListItem {
        font-size:15px;
        line-height: 1.4
    }
}

.CheckListItem:not(:first-child) {
    margin-top: 15px
}

@media screen and (max-width: 750px) {
    .CheckListItem:not(:first-child) {
        margin-top:13px
    }
}

@media screen and (max-width: 750px) {
    .EyecatchLinkWrap {
        margin-right:-20px
    }
}

.Products+.EyecatchLinkWrap {
    margin-top: 38px
}

@media screen and (max-width: 750px) {
    .Products+.EyecatchLinkWrap {
        margin-top:10px
    }
}

.EyecatchLinkItem__btn {
    color: #000;
    display: flex;
    text-decoration: none
}

.EyecatchLinkItemThumb {
    padding: 20px 30px 20px 0;
    width: 230px
}

@media screen and (max-width: 750px) {
    .EyecatchLinkItemThumb {
        padding:10px 16px 10px 0;
        width: 116px
    }
}

.EyecatchLinkItemThumb__img {
    border-radius: 10px;
    display: block;
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .EyecatchLinkItemThumb__img {
        border-radius:5px
    }
}

.EyecatchLinkItemBody {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    font-size: 36px;
    height: 164px;
    position: relative;
    width: calc(100% - 230px)
}

.EyecatchLinkItemBody::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 36px
}

@media screen and (max-width: 750px) {
    .EyecatchLinkItemBody {
        font-size:16px;
        height: 82px;
        width: calc(100% - 116px)
    }

    .EyecatchLinkItemBody::after {
        height: 18px;
        right: 12px;
        width: 18px
    }
}

.LinkListWrap {
    display: block
}

@media screen and (max-width: 750px) {
    .LinkListWrap {
        margin-right:-20px
    }
}

.EyecatchLinkWrap+.LinkListWrap {
    margin-top: 60px
}

@media screen and (max-width: 750px) {
    .EyecatchLinkWrap+.LinkListWrap {
        margin-top:50px
    }
}

.LinkList {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -25px 0 -25px
}

@media screen and (max-width: 750px) {
    .LinkList {
        margin:0
    }
}

.LinkListItem {
    margin: 20px 25px 0 25px;
    width: calc(50% - 50px)
}

@media screen and (max-width: 750px) {
    .LinkListItem {
        margin:0;
        width: 100%
    }
}

.LinkListItem__btn {
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #000;
    display: flex;
    font-size: 18px;
    min-height: 60px;
    position: relative;
    text-decoration: none
}

.LinkListItem__btn::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 19px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 19px
}

@media screen and (max-width: 750px) {
    .LinkListItem__btn {
        font-size:14px;
        min-height: 50px
    }

    .LinkListItem__btn::after {
        height: 16px;
        right: 17px;
        width: 16px
    }
}

.ScrollWrap {
    position: relative;
    z-index: 1
}

.PhilosophyPage {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    display: block;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 200vh;
    width: 100%;
    z-index: 2
}

.PhilosophyPage>p {
    font-size: 30px;
    position: relative
}

.PhilosophyPage::before {
    background-color: #fff;
    background-image: linear-gradient(180deg,#f5f5f5 0,rgba(245,245,245,0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .PhilosophyPage {
        position:relative;
        top: auto
    }
}

.PhilosophyPage--end-scroll {
    bottom: 0;
    position: absolute;
    top: auto!important
}

@media screen and (max-width: 750px) {
    .PhilosophyPage--end-scroll {
        bottom:auto;
        position: relative
    }
}

.DomoThemeSectionHead {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%
}

.DomoThemeSectionHead__float {
    height: 100%;
    position: relative;
    width: 100%
}

.DomoThemeSectionHead__float .ContentWidth__inner {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.DomoThemeSectionHead__float::before {
    background-color: #fff;
    background-image: linear-gradient(180deg,#f5f5f5 0,rgba(245,245,245,0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoThemeSectionHead__float .ContentWidth__inner {
        align-items:flex-start;
        padding: 35% 0 0 0
    }
}

.DomoThemeSectionHead--fixed .DomoThemeSectionHead__float {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.DomoThemeSection__title {
    font-size: 48px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoThemeSection__title {
        font-size:30px
    }
}

.DomoThemeSection__title--alignright {
    padding-left: 50%;
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoThemeSection__title--alignright {
        padding-left:0
    }
}

.DomoThemeSectionMenu {
    margin-top: 50px;
    white-space: nowrap
}

.DomoThemeSectionMenu__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 12em
}

.DomoThemeSectionMenu button {
    counter-increment: section-menu;
    height: 3em;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: left;
    transition: opacity .25s
}

.DomoThemeSectionMenu button:hover {
    opacity: .5
}

.DomoThemeSectionMenu button:nth-child(n+5) {
    margin-left: 3.5em
}

.DomoThemeSectionMenu button::before {
    content: counter(section-menu);
    display: block;
    opacity: .35;
    position: absolute;
    right: calc(100% + .5em);
    transition: opacity .25s
}

@media screen and (max-width: 750px) {
    .DomoThemeSectionMenu {
        font-size:15px;
        margin-top: 35px;
        width: 100%
    }

    .DomoThemeSectionMenu__inner {
        left: -20px;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        padding-left: 20px;
        position: relative;
        width: calc(100% + 40px)
    }

    .DomoThemeSectionMenu button:nth-child(n+5) {
        margin-left: 3em
    }

    .DomoThemeSectionMenu button:nth-child(4n+1):nth-last-child(-n+4),.DomoThemeSectionMenu button:nth-child(4n+1):nth-last-child(-n+4)~button {
        padding-right: 20px
    }

    .DomoThemeSectionMenu button::before {
        display: inline;
        padding-right: .5em;
        position: relative;
        right: auto
    }
}

.DomoStory {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.DomoStory .ContentWidth__inner {
    align-items: center;
    display: flex
}

@media screen and (max-width: 750px) {
    .DomoStory .ContentWidth__inner {
        align-content:flex-start;
        align-items: flex-start;
        flex-wrap: wrap
    }
}

.DomoStoryTitle {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 40px;
    opacity: 0;
    transform: translate(0,1em);
    transition: opacity .7s cubic-bezier(.445,.05,.55,.95),transform 1.4s ease
}

@media screen and (max-width: 750px) {
    .DomoStoryTitle {
        font-size:24px;
        margin-bottom: 30px;
        padding: 80px 0 0 0
    }
}

.DomoStoryContent {
    display: flex;
    position: relative
}

.DomoStoryContent p {
    font-size: 18px;
    line-height: 2
}

@media screen and (max-width: 750px) {
    .DomoStoryContent {
        flex-wrap:wrap
    }
}

.DomoStoryContentTxt__message {
    font-size: 18px;
    line-height: 2;
    opacity: 0;
    transform: translate(0,1em);
    transition: opacity .7s cubic-bezier(.445,.05,.55,.95) .7s,transform 1.4s ease .7s
}

@media screen and (max-width: 750px) {
    .DomoStoryContentTxt__message {
        font-size:15px
    }
}

.DomoStoryContent__visual--alignright img {
    left: auto;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.DomoStoryContent[data-layout=img-left] .DomoStoryContent__col,.DomoStoryContent[data-layout=img-right] .DomoStoryContent__col {
    width: 50%
}

@media screen and (max-width: 750px) {
    .DomoStoryContent[data-layout=img-left] .DomoStoryContent__col,.DomoStoryContent[data-layout=img-right] .DomoStoryContent__col {
        width:100%
    }
}

.DomoStoryContent[data-layout=img-right] .DomoStoryContent__txt {
    padding-right: 50px
}

@media screen and (max-width: 750px) {
    .DomoStoryContent[data-layout=img-right] .DomoStoryContent__txt {
        padding-right:0
    }
}

.DomoStoryContent[data-layout=img-left] {
    flex-direction: row-reverse
}

.DomoStoryContentTxt {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    width: 50%
}

@media screen and (max-width: 750px) {
    .DomoStoryContentTxt {
        position:relative;
        top: 0;
        width: 100%;
        z-index: 2
    }
}

.DomoStoryContentVisual__inner {
    opacity: 0;
    text-align: center;
    transform: translate3d(0,-50%,0) scale(.95);
    transition: opacity 2s,transform 2s
}

@media screen and (max-width: 750px) {
    .DomoStoryContentVisual__inner {
        transform:translate3d(0,0,0);
        transition: opacity 2s ease 1s,transform 2s ease 1s
    }

    .DomoStoryContentVisual__inner img {
        margin-top: 0!important
    }
}

.DomoStoryContentVisual {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    width: 50%
}

.DomoStoryContentVisual.-alignleft .DomoStoryContentVisual__inner {
    text-align: left
}

.DomoStoryContentVisual.-alignright .DomoStoryContentVisual__inner {
    text-align: right
}

.DomoStoryContentVisual img {
    height: auto;
    max-width: 100%
}

@media screen and (max-width: 750px) {
    .DomoStoryContentVisual {
        margin-top:100px;
        padding-top: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.DomoStory[data-layout=img-right] .DomoStoryContentTxt {
    left: 0;
    padding-right: 20px
}

@media screen and (max-width: 750px) {
    .DomoStory[data-layout=img-right] .DomoStoryContentTxt {
        padding-right:0
    }
}

.DomoStory[data-layout=img-right] .DomoStoryContentVisual {
    padding-left: 40px;
    right: 0
}

.DomoStory[data-layout=img-left] .DomoStoryContentTxt {
    padding-left: 20px;
    right: 0
}

@media screen and (max-width: 750px) {
    .DomoStory[data-layout=img-left] .DomoStoryContentTxt {
        padding-left:0
    }
}

.DomoStory[data-layout=img-left] .DomoStoryContentVisual {
    left: 0;
    padding-right: 40px
}

.DomoStoryContentTxt__inner {
    transform: translate3d(0,-50%,0)
}

@media screen and (max-width: 750px) {
    .DomoStoryContentTxt__inner {
        transform:translate3d(0,0,0)
    }
}

.DomoStoryContentTxt__inner--alignright {
    text-align: right
}

.DomoStory--inview .DomoStoryTitle {
    opacity: 1;
    transform: translate(0,0)
}

.DomoStory--inview .DomoStoryContentTxt__message {
    opacity: 1;
    transform: translate(0,0)
}

.DomoStory--inview .DomoStoryContentVisual__inner {
    opacity: 1;
    transform: translate3d(0,-50%,0) scale(1)
}

@media screen and (max-width: 750px) {
    .DomoStory--inview .DomoStoryContentVisual__inner {
        transform:translate3d(0,-10%,0) scale(1)
    }
}

@media screen and (max-width: 750px) {
    .Accordion {
        margin-left:-20px;
        margin-right: -20px
    }
}

.AccordionBtn {
    font-size: 36px;
    outline: 0;
    position: relative;
    text-align: left;
    transition: color .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .AccordionBtn {
        font-size:24px;
        padding: 0 20px
    }
}

.ua-desktop .AccordionBtn:hover {
    color: #777
}

.AccordionBtn__icon {
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    width: 20px
}

.AccordionBtn__icon::after,.AccordionBtn__icon::before {
    background-color: #777;
    content: '';
    display: block;
    position: absolute
}

.AccordionBtn__icon::before {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%
}

.AccordionBtn__icon::after {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    transition: .2s;
    width: 2px
}

.Accordion__content {
    height: 1px;
    margin: 23px 0 0 0;
    overflow-y: hidden;
    position: relative
}

.Accordion__content::before {
    background-color: #ddd;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .Accordion__content {
        padding-left:20px;
        padding-right: 20px
    }

    .Accordion__content::before {
        right: 0;
        width: calc(100% - 20px)
    }
}

.Accordion--open .AccordionBtn__icon::after {
    height: 0;
    top: 50%
}

.Accordion--open .Accordion__content::before {
    opacity: 0
}

.PointChartItem {
    background-color: #f5f5f5;
    border-radius: 10px 10px;
    padding: 30px 20px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .PointChartItem {
        padding:17px 10px
    }
}

.PointChartItem+.PointChartItem {
    margin-top: 20px
}

@media screen and (max-width: 750px) {
    .PointChartItem+.PointChartItem {
        margin-top:16px
    }
}

.PointChart__arrow {
    display: block;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 100%
}

.PointChart__arrow::after {
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    width: 30px
}

@media screen and (max-width: 750px) {
    .PointChart__arrow {
        margin-bottom:15px;
        margin-top: 8px
    }

    .PointChart__arrow::after {
        height: 15px;
        width: 15px
    }
}

.ContentSwitcher {
    margin: 100px 0 0 0;
    padding: 104px 0 10px 0;
    position: relative
}

.ContentSwitcher::after {
    background-color: #f5f5f5;
    bottom: 0;
    content: '';
    height: 10px;
    left: 50%;
    margin: 0 0 0 -50vw;
    position: absolute;
    width: 100vw
}

@media screen and (max-width: 750px) {
    .ContentSwitcher {
        margin:50px 0 0 0;
        padding: 58px 0 10px 0
    }
}

.ContentSwitcherTab {
    height: 104px;
    left: 0;
    line-height: 104px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: height .2s cubic-bezier(.39,.575,.565,1),line-height .2s cubic-bezier(.39,.575,.565,1);
    width: 100%;
    z-index: 2
}

.ContentSwitcherTab::before {
    background-color: #f5f5f5;
    content: '';
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    transition: box-shadow .2s cubic-bezier(.39,.575,.565,1);
    width: 100vw
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab {
        height:58px;
        line-height: 58px
    }
}

.ContentSwitcherTab__btn {
    color: #777;
    display: inline-block;
    font-size: 24px;
    height: 100%;
    outline: 0;
    padding: 0 12px;
    position: relative;
    transition: color .2s cubic-bezier(.39,.575,.565,1)
}

.ContentSwitcherTab__btn::after {
    background-color: #aabdcd;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    transition: height .2s cubic-bezier(.39,.575,.565,1);
    width: 100%
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab__btn {
        font-size:15px;
        padding: 0 6px
    }
}

.ContentSwitcherTab__btn--current {
    color: #000
}

.ContentSwitcherTab__btn--current::after {
    height: 5px
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab__btn--current::after {
        height:3px
    }
}

.ContentSwitcherTab__btn:not(:last-child) {
    margin-right: 24px
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab__btn:not(:last-child) {
        margin-right:5px
    }
}

.ua-desktop .ContentSwitcherTab__btn:hover::after {
    height: 5px
}

.ContentSwitcherNav {
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,0);
    transition: opacity .3s;
    width: 100vw
}

.ContentSwitcherNav__el {
    display: flex;
    position: relative
}

.BtnContentSwitcherNav {
    align-items: center;
    display: flex;
    height: 100%
}

.BtnContentSwitcherNav::before {
    border-bottom: 3px solid #777;
    border-left: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
    width: 15px
}

.BtnContentSwitcherNav--left {
    padding-left: 40px
}

.BtnContentSwitcherNav--left::before {
    left: 20px;
    transform: scale(.5,.5) rotate(45deg)
}

@media screen and (max-width: 750px) {
    .BtnContentSwitcherNav--left {
        padding-left:20px
    }

    .BtnContentSwitcherNav--left::before {
        left: 7px
    }
}

.BtnContentSwitcherNav--right {
    padding-right: 40px
}

.BtnContentSwitcherNav--right::before {
    right: 20px;
    transform: scale(.5,.5) rotate(-135deg)
}

@media screen and (max-width: 750px) {
    .BtnContentSwitcherNav--right {
        padding-right:20px
    }

    .BtnContentSwitcherNav--right::before {
        right: 7px
    }
}

.BtnContentSwitcherNav__img {
    height: 50px;
    position: relative;
    width: 50px
}

.BtnContentSwitcherNav__img img {
    height: 95%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

@media screen and (max-width: 750px) {
    .BtnContentSwitcherNav__img {
        height:36px;
        width: 36px
    }
}

.ContentSwitcherInfo {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 0 0 20px;
    transition: opacity .3s
}

@media screen and (max-width: 750px) {
    .ContentSwitcherInfo {
        opacity:0
    }
}

.ContentSwitcherInfoIcon {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px 5px;
    height: 60px;
    text-align: center;
    width: 60px
}

.ContentSwitcherInfoIcon__img {
    height: 95%;
    width: auto
}

.ContentSwitcherInfoTitle {
    align-items: center;
    display: flex;
    padding: 0 0 0 10px
}

.ContentSwitcherInfoTitle__base {
    color: #777;
    font-size: 15px;
    margin-left: 4px
}

.ContentSwitcherHeight {
    z-index: 1
}

.ContentSwitcherPanel {
    display: none;
    opacity: 0;
    width: 100%
}

.ContentSwitcherPanel:first-child {
    display: block;
    opacity: 1
}

.ContentSwitcherTab--fixed {
    height: 80px;
    line-height: 80px;
    position: fixed
}

.ContentSwitcherTab--fixed::before {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2)
}

.ContentSwitcherTab--fixed .ContentSwitcherNav {
    opacity: 1
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab--fixed {
        height:58px;
        line-height: 58px
    }
}

.ContentSwitcherTab--bottom {
    bottom: 10px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: auto
}

.ContentSwitcherTab--bottom::before {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2)
}

.ContentSwitcherTab--bottom .ContentSwitcherNav {
    opacity: 1
}

@media screen and (max-width: 750px) {
    .ContentSwitcherTab--bottom {
        height:58px;
        line-height: 58px
    }
}

.Sticky {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99
}

.Sticky__inner {
    bottom: 0;
    position: absolute;
    transition: bottom .3s;
    width: 100%
}

.StickyContent--product-detail {
    padding: 0 20px 20px 20px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .StickyContent--product-detail {
        padding:0 20px 30px 20px
    }
}

.StickyContent--top {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
    width: 100%
}

@media screen and (max-width: 750px) {
    .StickyContent--top {
        padding:0 20px 30px 20px
    }
}

.StickyPrimaryBtn {
    width: 306px
}

@media screen and (max-width: 750px) {
    .StickyPrimaryBtn {
        width:200px
    }
}

.StickyPrimaryBtn--sample {
    width: 411px
}

@media screen and (max-width: 750px) {
    .StickyPrimaryBtn--sample {
        width:200px
    }
}

@media screen and (max-width: 750px) {
    .StickyPrimaryBtn--sp-full {
        width:100%
    }
}

.StickyContactBtn {
    width: 150px
}

@media screen and (max-width: 750px) {
    .StickyContactBtn {
        width:80px
    }
}

.Modal {
    background-color: rgba(0,0,0,.4);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 101
}

.ModalLayout {
    height: 100%
}

.ModalLayout__width {
    height: 100%
}

.BtnCloseModal {
    background-color: rgba(0,0,0,.2);
    border-radius: 25px 25px;
    height: 50px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0,0,0);
    width: 50px
}

.BtnCloseModal::after,.BtnCloseModal::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px
}

.BtnCloseModal::before {
    transform: rotate(-45deg)
}

.BtnCloseModal::after {
    transform: rotate(45deg)
}

.ua-desktop .BtnCloseModal {
    transition: background-color .4s
}

.ua-desktop .BtnCloseModal::after,.ua-desktop .BtnCloseModal::before {
    transition: background-color .4s
}

.ua-desktop .BtnCloseModal:hover {
    background-color: #fff;
    transition: background-color .3s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .BtnCloseModal:hover::after,.ua-desktop .BtnCloseModal:hover::before {
    background-color: #000;
    transition: background-color .3s cubic-bezier(.19,1,.22,1)
}

.ModalLayout--panel {
    padding: 30px 0
}

@media screen and (max-width: 750px) {
    .ModalLayout--panel {
        padding:0
    }
}

.ModalLayout__width--panel {
    margin: 0 auto;
    max-width: 70vh;
    width: 600px
}

@media screen and (max-width: 750px) {
    .ModalLayout__width--panel {
        width:100%
    }
}

.ModalPanelContainer {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.ModalPanel {
    background-color: #fff;
    border-radius: 10px 10px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    max-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ModalPanel {
        border-radius:0 0;
        box-shadow: none
    }
}

.ModalPanel__scroller {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ModalPanelContent img {
    display: block;
    height: auto;
    width: 100%
}

.ModalPanelContent__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 30px 0
}

.ModalPanelContent__body {
    padding: 37px 16.6666667% 60px 16.6666667%
}

.ModalPanelContent__body p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.95
}

.ModalPanelContent__body p+.LargeBtn {
    margin-top: 32px
}

@media screen and (max-width: 750px) {
    .ModalPanelContent__body {
        padding:37px 20px 60px 20px
    }
}

.ModalPanelContent__link {
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.ModalPanel__close {
    position: absolute;
    right: 20px;
    top: 20px
}

.Modal__figure {
    display: block;
    height: auto;
    width: 100%
}

.CorporateHeader {
    background-color: #f5f5f5;
    height: 40px
}

@media screen and (max-width: 750px) {
    .CorporateHeader {
        display:none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .CorporateHeader {
        display:none
    }
}

.CorporateHeaderContent {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.CorporateLogo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 160px;
    width: 160px
}

@media screen and (max-width: 750px) {
    .CorporateLogo {
        min-width:120px;
        width: 120px
    }

    .CorporateLogo img {
        height: auto;
        width: 100%
    }
}

.CorporateNav {
    height: 100%
}

.CorporateNavList {
    display: flex;
    height: 100%
}

.CorporateNavListItem:not(:last-child) {
    margin-right: 26px
}

.CorporateNavListItem__btn {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.CorporateNavListItem__btn::after {
    background-color: #aabdcd;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: height .4s;
    width: 100%
}

.ua-desktop .CorporateNavListItem__btn:hover::after {
    height: 3px;
    transition: height .2s
}

.CorporateNavListItem.-current .CorporateNavListItem__btn::after {
    height: 3px
}

.DomoHeader {
    background-color: #fff;
    height: 110px;
    left: 0;
    position: absolute;
    top: 40px;
    transition: height .5s cubic-bezier(.19,1,.22,1);
    width: 100%
}

@media screen and (max-width: 750px) {
    .DomoHeader {
        display:none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .DomoHeader {
        display:none
    }
}

.DomoHeaderContent {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.Logo {
    margin-left: 0;
    min-width: 160px;
    transition: min-width .4s cubic-bezier(.19,1,.22,1),width .4s cubic-bezier(.19,1,.22,1),margin-left .4s cubic-bezier(.19,1,.22,1);
    width: 160px
}

.Logo img {
    display: block;
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .Logo {
        min-width:90px;
        width: 90px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Logo {
        min-width:90px;
        width: 90px
    }
}

.DomoHeader--fix {
    height: 80px;
    position: fixed;
    top: 0;
    transition: height 0s
}

.DomoHeader--fix .Logo {
    margin-left: 19px;
    min-width: 120px;
    width: 120px
}

@media screen and (max-width: 750px) {
    .DomoHeader--fix .Logo {
        margin-left:0;
        min-width: 90px;
        width: 90px
    }
}

.BtnToggleMenu {
    height: 100%;
    position: relative;
    width: 52px
}

.BtnToggleMenuIcon {
    height: 11px;
    left: 50%;
    margin-left: -7px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 14px
}

.BtnToggleMenuIcon span,.BtnToggleMenuIcon::after,.BtnToggleMenuIcon::before {
    background-color: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: background-color .7s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.BtnToggleMenuIcon::after,.BtnToggleMenuIcon::before {
    content: ''
}

.BtnToggleMenuIcon::before {
    top: 0
}

.BtnToggleMenuIcon::after {
    bottom: 0
}

.BtnToggleMenuIcon span {
    top: 5px
}

.ua-desktop .BtnToggleMenu:hover .BtnToggleMenuIcon span,.ua-desktop .BtnToggleMenu:hover .BtnToggleMenuIcon::after,.ua-desktop .BtnToggleMenu:hover .BtnToggleMenuIcon::before {
    background-color: #5e82a1;
    transition: background-color 0s
}

.Dropdown {
    display: none;
    left: 50%;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: calc(50% + 44px)
}

.Dropdown__arrow {
    height: 30px;
    left: -25px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    width: 50px;
    z-index: 2
}

.Dropdown__arrow::before {
    background-color: #fff;
    bottom: -20px;
    box-shadow: 6px -6px 10px -4px rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 30px;
    left: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    transform: rotate(-45deg);
    width: 30px
}

.Dropdown__content {
    background-color: #fff;
    border-radius: 10px 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    margin-left: -192px;
    padding: 15px 0 15px 0;
    width: 385px
}

.Dropdown__content--no-padding {
    padding: 0
}

.DropdownRow {
    display: flex;
    width: 100%
}

.DropdownColumn {
    padding: 14px 0 15px 0;
    width: 33.33%
}

.DropdownColumn:not(:last-child) {
    border-right: 10px solid #f5f5f5
}

.GNav {
    height: 100%
}

.GNavList {
    display: flex;
    height: 100%;
    margin-right: -19px
}

.GNavListItem {
    height: 100%;
    position: relative
}

.GNavListItem__icon {
    display: inline-block;
    vertical-align: middle
}

svg.GNavListItem__icon {
    fill: #000;
    transition: fill .7s cubic-bezier(.19,1,.22,1)
}

.GNavListItem__icon--login {
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px
}

.GNavListItem__icon--account {
    height: 12px;
    margin: 0 8px 0 0;
    width: 12px
}

.GNavListItem__btn {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 18px;
    height: 100%;
    padding-left: 16px;
    text-decoration: none;
    transition: color .7s cubic-bezier(.19,1,.22,1);
    white-space: nowrap
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .GNavListItem__btn {
        padding-left:7px
    }
}

.GNavListItem:not(:last-child) .GNavListItem__btn {
    padding-right: 16px
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .GNavListItem:not(:last-child) .GNavListItem__btn {
        padding-right:7px
    }
}

.ua-desktop .GNavListItem:hover svg.GNavListItem__icon {
    fill: #5e82a1;
    transition: fill 0s
}

.ua-desktop .GNavListItem:hover .GNavListItem__btn {
    color: #5e82a1;
    transition: color 0s
}

.MenuItem {
    padding: 0 0 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .MenuItem {
        padding:0 0 0 20px
    }
}

.MenuItem--sp-gray-current::before {
    background-color: #aabdcd;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px
}

.MenuItem__btn {
    color: #000;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-decoration: none
}

.MenuItem__btn>span {
    position: relative
}

.MenuItem__btn::before {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 100%;
    left: -30px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s cubic-bezier(.39,.575,.565,1);
    width: calc(100% + 30px);
    z-index: 0
}

.MenuItem__btn::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
    width: 15px
}

@media screen and (max-width: 750px) {
    .MenuItem__btn {
        font-family:'Helvetica Neue',Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
    }

    .MenuItem__btn::after {
        right: 17px
    }
}

.Menu {
    position: relative
}

.Menu+.Menu {
    border-top: 10px solid #f5f5f5
}

.Menu--sub .MenuItem {
    padding: 0 0 0 20px
}

.Menu--sub .MenuItem::after {
    background-color: #ddd;
    content: '';
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 20px)
}

.Menu--sub .MenuItem__btn::before {
    left: -50px;
    width: calc(100% + 50px)
}

.Menu--sub .MenuItem:first-child::after {
    width: calc(100%)
}

.Menu--sp-gray {
    background-color: #f5f5f5
}

.Menu--sp-gray .MenuItem__btn {
    color: #777
}

.Menu--sp-gray .MenuItem:last-child::before {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: calc(100% - 20px)
}

.Menu+.Menu--sp-gray {
    border-top: 23px solid #f5f5f5
}

.Menu:not(.Menu--sub)>.MenuItem:not(:first-child)::after {
    background-color: #ddd;
    content: '';
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 30px)
}

@media screen and (max-width: 750px) {
    .Menu:not(.Menu--sub)>.MenuItem:not(:first-child)::after {
        width:calc(100% - 20px)
    }
}

.Menu--large .MenuItem__btn {
    font-size: 18px;
    height: 59px;
    line-height: 59px
}

.MenuItem__btn:active::before {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .MenuItem__btn:hover::before {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.19,1,.22,1)
}

.SpMenuBottom {
    background-color: #f5f5f5;
    padding: 40px 20px
}

.Social {
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width: 750px) {
    .Social {
        justify-content:center;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .Social {
        justify-content:center;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%
    }
}

.SocialItem:not(:first-child) {
    margin-left: 16px
}

.SocialItem__btn {
    align-items: center;
    display: flex;
    height: 40px;
    line-height: 1;
    width: 40px
}

.SocialItem__btn img {
    height: auto;
    vertical-align: middle;
    width: 100%
}

.InquiryHead {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px 0 30px 0
}

.InquiryHead__img {
    border-radius: 100%;
    height: 100px;
    overflow: hidden;
    width: 100px
}

.InquiryHead__img img {
    height: auto;
    width: 100%
}

@media screen and (max-width: 750px) {
    .InquiryHead__img {
        height:75px;
        min-width: 75px;
        width: 75px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryHead__img {
        height:75px;
        min-width: 75px;
        width: 75px
    }
}

.InquiryHead__lead {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55;
    margin-left: 32px
}

@media screen and (max-width: 750px) {
    .InquiryHead__lead {
        font-size:15px;
        margin-left: 10px
    }

    .InquiryHead__lead br {
        display: none
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryHead__lead {
        font-size:15px;
        margin-left: 10px
    }

    .InquiryHead__lead br {
        display: none
    }
}

.InquiryList {
    display: flex
}

@media screen and (max-width: 750px) {
    .InquiryList {
        flex-wrap:wrap
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryList {
        flex-wrap:wrap
    }
}

.InquiryListItem {
    text-align: center;
    width: 25%
}

@media screen and (max-width: 750px) {
    .InquiryListItem {
        width:100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem {
        width:100%
    }
}

.InquiryListItem__btn {
    align-items: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 223px;
    padding: 40px 0 0 0;
    position: relative;
    text-decoration: none;
    transition: border-color .5s
}

@media screen and (max-width: 750px) {
    .InquiryListItem__btn {
        border-bottom:none;
        border-left: 1px solid #ddd;
        justify-content: flex-start;
        min-height: 70px;
        padding: 0
    }

    .InquiryListItem__btn::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 19px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 19px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__btn {
        border-bottom:none;
        border-left: 1px solid #ddd;
        justify-content: flex-start;
        min-height: 70px;
        padding: 0
    }

    .InquiryListItem__btn::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 19px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 19px
    }
}

.ua-desktop .InquiryListItem__btn:hover {
    border-color: #aaa!important;
    transition: border-color 0s
}

.ua-desktop .InquiryListItem__btn:hover::before {
    opacity: 1!important;
    transition: opacity 0s
}

.InquiryListItem:first-child .InquiryListItem__btn {
    border-left: 1px solid #ddd;
    border-radius: 10px 0 0 10px
}

@media screen and (max-width: 750px) {
    .InquiryListItem:first-child .InquiryListItem__btn {
        border-radius:10px 10px 0 0
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem:first-child .InquiryListItem__btn {
        border-radius:10px 10px 0 0
    }
}

.InquiryListItem:last-child .InquiryListItem__btn {
    border-radius: 0 10px 10px 0
}

@media screen and (max-width: 750px) {
    .InquiryListItem:last-child .InquiryListItem__btn {
        border-bottom:1px solid #ddd;
        border-radius: 0 0 10px 10px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem:last-child .InquiryListItem__btn {
        border-bottom:1px solid #ddd;
        border-radius: 0 0 10px 10px
    }
}

.InquiryListItem:not(:first-child) .InquiryListItem__btn::before {
    background-color: #aaa;
    content: '';
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: opacity .5s;
    width: 1px
}

.InquiryListItem__btn--disabled {
    pointer-events: none
}

@media screen and (max-width: 750px) {
    .InquiryListItem__body {
        align-items:center;
        display: flex
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__body {
        align-items:center;
        display: flex
    }
}

.InquiryListItem__icon {
    align-items: center;
    display: flex;
    height: 66px;
    justify-content: center;
    margin: 0 auto 0 auto;
    width: 60px
}

.InquiryListItem__icon img {
    height: auto;
    max-height: 100%;
    max-width: 100%
}

@media screen and (max-width: 750px) {
    .InquiryListItem__icon {
        transform:scale(.4,.4)
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__icon {
        transform:scale(.4,.4)
    }
}

.InquiryListItem__sp-right {
    margin-top: 30px
}

@media screen and (max-width: 750px) {
    .InquiryListItem__sp-right {
        margin-top:0;
        text-align: left
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__sp-right {
        margin-top:0;
        text-align: left
    }
}

.InquiryListItem__title {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 21px;
    font-weight: 700;
    width: 100%
}

@media screen and (max-width: 750px) {
    .InquiryListItem__title {
        font-size:18px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__title {
        font-size:18px
    }
}

.InquiryListItem__description {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 15px;
    margin-top: 8px
}

@media screen and (max-width: 750px) {
    .InquiryListItem__description {
        font-size:10px;
        margin-top: 5px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .InquiryListItem__description {
        font-size:10px;
        margin-top: 5px
    }
}

.FooterNav {
    line-height: 2.7
}

@media screen and (max-width: 750px) {
    .FooterNav {
        width:100%
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterNav {
        width:100%
    }
}

.FooterNavItem {
    color: #111;
    display: inline-block;
    font-size: 15px;
    margin-right: 26px;
    position: relative;
    text-decoration: none;
    transition: color .7s cubic-bezier(.19,1,.22,1)
}

@media screen and (max-width: 750px) {
    .FooterNavItem {
        font-size:13px;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        width: 100%
    }

    .FooterNavItem::before {
        background-color: #ddd;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: calc(100% + 30px)
    }

    .FooterNavItem::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 15px
    }
}

@media screen and (min-width: 751px) and (max-width:1000px) {
    .FooterNavItem {
        font-size:13px;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        width: 100%
    }

    .FooterNavItem::before {
        background-color: #ddd;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: calc(100% + 30px)
    }

    .FooterNavItem::after {
        border-bottom: 3px solid #777;
        border-right: 3px solid #777;
        box-sizing: border-box;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%) scale(.5,.5) rotate(-45deg);
        width: 15px
    }
}

@media screen and (max-width: 750px) {
    .FooterNavItem::before {
        width:calc(100% + 20px)
    }
}

.ua-desktop .FooterNavItem:hover {
    color: #5e82a1;
    transition: color 0s
}

.Hero {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 33.333%;
    position: relative;
    transform: translate3d(0,0,0)
}

@media screen and (max-width: 750px) {
    .Hero {
        border-radius:0 0;
        margin: 0 -20px 0 -20px;
        padding-top: 62.5%
    }
}

.BtnBlock {
    display: flex;
    justify-content: center
}

.BtnBlock--halfway {
    margin-bottom: -8px;
    margin-top: 57px
}

.BtnBlock--halfway br {
    display: none
}

@media screen and (max-width: 750px) {
    .BtnBlock--halfway {
        display:block;
        margin-top: 34px;
        text-align: center
    }

    .BtnBlock--halfway br {
        display: block
    }
}

.BtnBlock--halfway-bottom-info {
    margin-top: 38px
}

@media screen and (max-width: 750px) {
    .BtnBlock--halfway-bottom-info {
        margin-top:15px
    }
}

@media screen and (max-width: 750px) {
    .BtnBlock--halfway-product-detail {
        margin-top:15px
    }
}

.CommonSection {
    padding: 50px 0 90px 0;
    position: relative
}

.CommonSection::after {
    background-color: #f5f5f5;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 100vw
}

@media screen and (max-width: 750px) {
    .CommonSection {
        padding:50px 0 50px 0
    }
}

.CommonSection--no-padding {
    padding: 0 0 10px 0
}

.CommonSection--no-padding-bottom {
    padding: 50px 0 0 0
}

@media screen and (max-width: 750px) {
    .CommonSection--no-padding-bottom {
        padding:30px 0 0 0
    }
}

.CommonSection--large-padding-top {
    padding-top: 100px
}

.CommonSection--no-border::after {
    display: none
}

.CommonSubsection+.CommonSubsection {
    margin-top: 100px
}

@media screen and (max-width: 750px) {
    .CommonSubsection+.CommonSubsection {
        margin-top:53px
    }
}

.CommonSubsection__title {
    font-size: 30px;
    line-height: 1
}

@media screen and (max-width: 750px) {
    .CommonSubsection__title {
        font-size:18px
    }
}

.CommonSubsection__content {
    padding-top: 20px
}

@media screen and (max-width: 750px) {
    .CommonSubsection__content {
        padding-top:30px
    }
}

.CommonSubsection__content--leave-title {
    padding-top: 50px
}

@media screen and (max-width: 750px) {
    .CommonSubsection__content--leave-title {
        padding-top:30px
    }
}

.TopSectionPhilosophy {
    padding: 100px 0
}

@media screen and (max-width: 750px) {
    .TopSectionPhilosophy {
        padding:30px 0 45px 0
    }
}

.TopSectionPhilosophy__bg {
    background-image: url(/assets/ps/domo/2020/images/top/philosophy-bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw
}

.TopSectionPhilosophy__logo {
    padding: 50px 0 0 0;
    position: relative;
    text-align: center
}

.TopSectionPhilosophy__logo img {
    height: auto;
    width: 182px
}

@media screen and (max-width: 750px) {
    .TopSectionPhilosophy__logo {
        padding:43px 0 0 0
    }

    .TopSectionPhilosophy__logo img {
        width: 124px
    }
}

.RectLinkWrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px 0 -8px
}

@media screen and (max-width: 1200px) {
    .RectLinkWrap {
        flex-wrap:wrap;
        justify-content: flex-start;
        margin: 0 -8px -30px -8px
    }
}

@media screen and (max-width: 750px) {
    .RectLinkWrap {
        margin:0 -5px -30px -5px
    }
}

.RectLinkWrap>* {
    margin: 0 8px 0 8px;
    width: calc(16.66% - 16px)
}

@media screen and (max-width: 1200px) {
    .RectLinkWrap>* {
        margin:0 8px 30px 8px;
        width: calc(25% - 16px)
    }
}

@media screen and (max-width: 750px) {
    .RectLinkWrap>* {
        margin:0 5px 30px 5px;
        width: calc(50% - 10px)
    }
}

.RectLink {
    display: block;
    text-decoration: none
}

.RectLinkThumb {
    border-radius: 10px 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%
}

.RectLinkThumb::after {
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.RectLinkThumb__img {
    display: block;
    height: auto;
    position: relative;
    transition: opacity .5s;
    width: 100%
}

.RectLinkThumb__title {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0 0 0
}

@media screen and (max-width: 750px) {
    .RectLinkThumb__title {
        font-size:13px;
        margin: 11px 0 0 0
    }
}

.RectLinkThumb__desc {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px
}

@media screen and (max-width: 750px) {
    .RectLinkThumb__desc {
        font-size:13px;
        line-height: 1.6;
        margin-top: 11px
    }
}

.RectLinkThumb__title+.RectLinkThumb__desc {
    margin-top: 0
}

@media screen and (max-width: 750px) {
    .RectLinkThumb__title+.RectLinkThumb__desc {
        margin-top:2px
    }
}

.ua-desktop .RectLink .RectLinkThumb__desc,.ua-desktop .RectLink .RectLinkThumb__title {
    transition: color .9s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .RectLink:hover .RectLinkThumb__desc,.ua-desktop .RectLink:hover .RectLinkThumb__title {
    color: #777;
    transition: color .1s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .RectLink:hover .RectLinkThumb__img {
    opacity: .8
}

.Slideshow {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.Slideshow__page {
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: transform 0s;
    width: 100%;
    z-index: 1
}

.Slideshow__page--fadein {
    transform: scale(1.05,1.05);
    transition: transform 8s linear
}

.Slideshow__page--intro.Slideshow__page--fadein {
    transform: scale(1.1,1.1)
}

.Slideshow__page[data-type=img] img {
    height: auto;
    width: 100%
}

.Slideshow__page[data-type=div] {
    align-items: center;
    background: #aabdcd;
    background-image: linear-gradient(180deg,#b2c2cf 0,#96aabc 100%);
    display: flex;
    height: 100%;
    justify-content: center
}

.Slideshow__page[data-type=div] img {
    height: auto;
    max-width: 600px;
    width: 600px
}

@media screen and (max-width: 750px) {
    .Slideshow__page[data-type=div] img {
        max-width:60%;
        width: 60%
    }
}

.PhilosophyHero {
    border-radius: 10px 10px;
    overflow: hidden;
    padding-top: 33.333%;
    position: relative
}

@media screen and (max-width: 750px) {
    .PhilosophyHero {
        border-radius:0;
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 62.5%
    }
}

.PhilosophyTitle {
    margin-top: 97px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .PhilosophyTitle {
        margin-top:70px
    }

    .PhilosophyTitle .H1 {
        font-size: 30px
    }
}

.PhilosophyStatement {
    margin-top: 90px
}

.PhilosophyStatement p {
    font-size: 24px;
    line-height: 2
}

.PhilosophyStatement p+p {
    margin-top: 50px
}

@media screen and (max-width: 750px) {
    .PhilosophyStatement {
        margin-top:60px
    }

    .PhilosophyStatement p {
        font-size: 18px;
        line-height: 2.25
    }

    .PhilosophyStatement p+p {
        margin-top: 40px
    }
}

.PhilosophySlogan {
    margin-bottom: 130px;
    margin-top: 133px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .PhilosophySlogan {
        margin-bottom:97px;
        margin-top: 57px
    }
}

.PhilosophySlogan__txt {
    font-size: 30px;
    letter-spacing: .07em;
    padding-left: 1em
}

@media screen and (max-width: 750px) {
    .PhilosophySlogan__txt {
        font-size:20px
    }
}

.PhilosophySlogan__logo {
    display: block;
    height: auto;
    margin: 40px auto 0 auto;
    width: 300px
}

@media screen and (max-width: 750px) {
    .PhilosophySlogan__logo {
        margin:22px auto 0 auto;
        width: 200px
    }
}

.PhilosophySticky {
    bottom: 0;
    height: 60px;
    left: 0;
    margin-bottom: -60px;
    position: fixed;
    transition: margin-bottom .4s;
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 750px) {
    .PhilosophySticky {
        display:none
    }
}

.PhilosophyStickySpWrap {
    height: 100%;
    position: relative
}

@media screen and (max-width: 750px) {
    .PhilosophyStickySpWrap {
        -webkit-overflow-scrolling:touch;
        overflow-x: scroll
    }
}

.PhilosophyStickyContent {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

@media screen and (max-width: 750px) {
    .PhilosophyStickyContent {
        justify-content:flex-start
    }
}

.PhilosophyIndicator {
    display: flex
}

.PhilosophyIndicatorSection {
    display: flex
}

.PhilosophyIndicatorSection__title {
    color: #777;
    font-size: 13px;
    line-height: 30px;
    margin: 0 12px 0 0;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection__title {
        color:rgba(0,0,0,.5);
        font-size: 11px;
        line-height: 20px;
        margin: 0 7px 0 0
    }
}

.PhilosophyIndicatorSection__btns {
    display: flex
}

.PhilosophyIndicatorSection__btns button {
    display: flex;
    height: 30px;
    opacity: .1;
    outline: 0;
    position: relative;
    width: 18px
}

.PhilosophyIndicatorSection__btns button::before {
    background-color: #000;
    border-radius: 50% 50%;
    content: '';
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    width: 8px
}

.PhilosophyIndicatorSection__btns button.-current {
    opacity: .3
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection__btns button {
        height:20px;
        pointer-events: none;
        width: 10px
    }

    .PhilosophyIndicatorSection__btns button::before {
        height: 10px;
        margin: -5px 0 0 -5px;
        transform: scale(.5,.5);
        width: 10px
    }
}

.ua-desktop .PhilosophyIndicatorSection__btns button {
    transition: opacity .8s cubic-bezier(.19,1,.22,1)
}

.ua-desktop .PhilosophyIndicatorSection__btns button:hover {
    opacity: .3;
    transition: opacity .1s cubic-bezier(.19,1,.22,1)
}

.PhilosophyIndicatorSection:first-child {
    border-right: 1px solid rgba(0,0,0,.1);
    margin: 0 18px 0 0;
    padding: 0 18px 0 0
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection:first-child {
        margin:0 8px 0 0;
        padding: 0 6px 0 10px
    }
}

@media screen and (max-width: 750px) {
    .PhilosophyIndicatorSection:last-child {
        padding:0 20px 0 0
    }
}

.BtnPhilosophySpNext {
    background-color: rgba(255,255,255,.5);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    bottom: calc(100% - 10px);
    color: rgba(0,0,0,.5);
    display: none;
    font-size: 11px;
    opacity: 0;
    outline: 0;
    padding: 0 calc(1em + 4px + 1em) 0 1em;
    position: absolute;
    right: 20px;
    top: -2em;
    transition: opacity .4s;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .BtnPhilosophySpNext {
        display:block
    }
}

.BtnPhilosophySpNext::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0,0,0,.25);
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%)
}

.BtnPhilosophySpNext--show {
    opacity: 1
}

.PhilosophyPc__inner {
    display: none
}

.PhilosophyPc .Footer {
    display: none
}

.PhilosophyPc--init .PhilosophyPc__inner {
    display: block
}

.PhilosophyPc--init .Footer {
    display: block
}

.PhilosophyPcHero {
    background: #eee;
    overflow: hidden;
    position: relative
}

.PhilosophyPcHero h1 {
    color: #fff;
    font-size: 48px;
    left: 50%;
    position: absolute;
    text-shadow: 0 0 24px #000,0 0 4px rgba(0,0,0,.4);
    top: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.PhilosophyPcHero__image {
    height: 115%;
    position: absolute;
    width: 100%
}

.PhilosophyPcHero__image img {
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 2s
}

.PhilosophyPcHero--loaded .PhilosophyPcHero__image img {
    opacity: 1
}

.PhilosophyPcStatement {
    font-size: 24px;
    line-height: 2;
    margin-top: 90px
}

.PhilosophyPcStatement__text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 2s,transform 2s
}

.PhilosophyPcStatement__text p+p {
    margin-top: 50px
}

.PhilosophyPcStatement--show .PhilosophyPcStatement__text {
    opacity: 1;
    transform: translateY(0)
}

.PhilosophyPcStatement__slogan {
    font-size: 30px;
    letter-spacing: .07em;
    margin: 130px;
    padding-left: 1em;
    text-align: center
}

.PhilosophyPcStatement__slogan img {
    display: block;
    height: auto;
    margin: 40px auto 0;
    width: 300px
}

.PhilosophyPcChapter {
    margin-top: 200px
}

.PhilosophyPcChapter>h1 {
    font-size: 36px;
    text-align: center;
    white-space: nowrap
}

.PhilosophyPcChapter>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto 0;
    width: 1100px
}

.PhilosophyPcChapter>ul>li {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 260px
}

.PhilosophyPcChapter>ul>li:nth-child(4n) {
    margin-right: 0
}

.PhilosophyPcChapter>ul>li:nth-child(4n+1):nth-last-child(-n+4),.PhilosophyPcChapter>ul>li:nth-child(4n+1):nth-last-child(-n+4)~li {
    margin-bottom: 0
}

.PhilosophyPcItem {
    height: 100%;
    opacity: 0
}

.PhilosophyPcItem--show {
    opacity: 1
}

.PhilosophyPcItem a {
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0,0,0,.1);
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow .2s,transform .2s;
    z-index: 1
}

.PhilosophyPcItem a:hover {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2)
}

.PhilosophyPcItem a:active {
    transform: scale(.99,.99)
}

.PhilosophyPcItem a::before {
    background: rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s;
    width: 100%;
    z-index: 1
}

.PhilosophyPcItem a:active::before {
    opacity: 1
}

.PhilosophyPcItem__image {
    background: #eee;
    position: relative
}

.PhilosophyPcItem__image::before {
    content: '';
    display: block;
    padding-top: 100%
}

.PhilosophyPcItem__image img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophyPcItem__title {
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 30px 20px 15px;
    position: relative
}

.PhilosophyPcItem__title::before {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    bottom: 0;
    content: '';
    display: block;
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(-13px,0,0) rotate(-45deg);
    width: 7px
}

.PhilosophyPcOverlay {
    background: rgba(0,0,0,.4);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .5s;
    width: 100%;
    z-index: 100
}

.PhilosophyPcOverlay--opened {
    opacity: 1;
    pointer-events: auto
}

.PhilosophyPcOverlay__slick {
    height: 100%
}

.PhilosophyPcOverlay__slick .slick-arrow {
    height: 170px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s;
    width: 85px
}

.PhilosophyPcOverlay__slick .slick-arrow::before {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 22px;
    left: 0;
    margin: auto;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s;
    width: 22px
}

.PhilosophyPcOverlay__slick .slick-arrow:hover::before {
    opacity: 1
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-prev {
    right: calc(50% + 300px)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-prev::before {
    transform: rotate(135deg)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-next {
    left: calc(50% + 300px)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-next::before {
    transform: rotate(-45deg)
}

.PhilosophyPcOverlay__slick .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
}

.PhilosophyPcOverlay__slick .slick-list {
    height: 100%
}

.PhilosophyPcOverlay__slick .slick-track {
    height: 100%
}

.PhilosophyPcOverlay__slick .slick-slide {
    opacity: 0;
    transform: scale(.9);
    transition: opacity .2s,transform .2s .1s
}

.PhilosophyPcOverlay__slick .slick-slide.slick-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s .5s,transform .5s .3s
}

.PhilosophyPcOverlay__slick .slick-slide>div {
    height: 100%
}

.PhilosophyPcOverlayItem {
    height: 100%
}

.PhilosophyPcOverlayItem__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.PhilosophyPcOverlayItem__inner>button {
    background: 0 0;
    border: none;
    cursor: pointer;
    height: 100%;
    outline: 0;
    position: absolute;
    width: 100%
}

.PhilosophyPcOverlayItem__card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0,0,0,.1);
    max-width: 70vh;
    overflow: hidden;
    position: relative;
    width: 600px
}

.PhilosophyPcOverlayItem__card>button {
    background: rgba(0,0,0,.2);
    border-radius: 100%;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: background-color .2s;
    width: 50px;
    z-index: 1
}

.PhilosophyPcOverlayItem__card>button:hover {
    background-color: #fff
}

.PhilosophyPcOverlayItem__card>button::after,.PhilosophyPcOverlayItem__card>button::before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .2s;
    width: 20px
}

.PhilosophyPcOverlayItem__card>button::before {
    transform: translate(-10px,-1px) rotate(45deg)
}

.PhilosophyPcOverlayItem__card>button::after {
    transform: translate(-10px,-1px) rotate(-45deg)
}

.PhilosophyPcOverlayItem__card>button:hover::after,.PhilosophyPcOverlayItem__card>button:hover::before {
    background-color: #000
}

.PhilosophyPcOverlayItem__scroller {
    max-height: calc(100vh - 60px);
    overflow-y: scroll
}

.PhilosophyPcOverlayItem__image {
    padding-top: 100%;
    position: relative
}

.PhilosophyPcOverlayItem__image img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophyPcOverlayItem__text {
    padding: 40px 16.6666667% 60px
}

.PhilosophyPcOverlayItem__title {
    font-size: 24px;
    line-height: 1.6
}

.PhilosophyPcOverlayItem__body {
    font-size: 15px;
    line-height: 1.95;
    margin-top: 30px
}

.PhilosophySp {
    display: none
}

.PhilosophySp--init {
    display: block
}

.PhilosophySpPages {
    background: #f5f5f5
}

.PhilosophySpPages__vcontainer {
    height: 100%;
    overflow: hidden;
    position: relative
}

.PhilosophySpPages__vpage {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.PhilosophySpPages__vpage--footer {
    background: 0 0
}

.PhilosophySpPages__vpage::after {
    border-bottom: 2px solid rgba(0,0,0,.25);
    border-right: 2px solid rgba(0,0,0,.25);
    bottom: 16px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 16px;
    left: calc(50% - 8px);
    pointer-events: none;
    position: absolute;
    transform: rotate(45deg);
    width: 16px
}

.PhilosophySpPages__vpage:last-child::after {
    content: none
}

.PhilosophySpHero {
    height: 100%;
    width: 100%
}

.PhilosophySpHero__image {
    height: 50%;
    position: relative;
    width: 100%
}

.PhilosophySpHero__image h1 {
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 24px #000,0 0 4px rgba(0,0,0,.4);
    white-space: nowrap;
    width: 100vw;
    z-index: 1
}

.PhilosophySpHero__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s;
    width: 100%
}

.PhilosophySpHero__image img.-loaded {
    opacity: 1
}

.PhilosophySpHero__statement {
    display: flex;
    flex-direction: column;
    height: calc(50% - 30px);
    justify-content: center;
    line-height: 2;
    opacity: 0;
    padding: 0 20px;
    transform: translateY(30px);
    transition: opacity 1s,transform 1s
}

.PhilosophySpHero__statement[data-size='5'] {
    font-size: 14px
}

.PhilosophySpHero__statement[data-size='4'] {
    font-size: 13px
}

.PhilosophySpHero__statement[data-size='3'] {
    font-size: 12px
}

.PhilosophySpHero__statement[data-size='2'] {
    font-size: 11px
}

.PhilosophySpHero__statement[data-size='1'] {
    font-size: 10px
}

.PhilosophySpHero__statement[data-size='0'] {
    font-size: 10px
}

.PhilosophySpHero--init .PhilosophySpHero__statement {
    opacity: 1;
    transform: translateY(0)
}

.PhilosophySpStatement {
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 2;
    opacity: 0;
    padding: 0 20px;
    transform: translateY(30px);
    transition: opacity 1s,transform 1s
}

.PhilosophySpStatement--init {
    opacity: 1;
    transform: translateY(0)
}

.PhilosophySpStatement__inner {
    padding-bottom: 35px
}

.PhilosophySpStatement__inner p+p {
    margin-top: 2em
}

.PhilosophySpStatement__slogan {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    margin-top: 3em
}

.PhilosophySpStatement__slogan div {
    text-indent: .5em
}

.PhilosophySpStatement__slogan img {
    display: block;
    height: auto;
    margin-top: .5em;
    width: 100px
}

.PhilosophySpStatement[data-size='5'] {
    font-size: 14px
}

.PhilosophySpStatement[data-size='4'] {
    font-size: 13px
}

.PhilosophySpStatement[data-size='3'] {
    font-size: 12px
}

.PhilosophySpStatement[data-size='3'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='3'] .PhilosophySpStatement__slogan {
    font-size: 9px
}

.PhilosophySpStatement[data-size='3'] .PhilosophySpStatement__slogan img {
    width: 80px
}

.PhilosophySpStatement[data-size='2'] {
    font-size: 11px
}

.PhilosophySpStatement[data-size='2'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='2'] .PhilosophySpStatement__slogan {
    font-size: 9px
}

.PhilosophySpStatement[data-size='2'] .PhilosophySpStatement__slogan img {
    width: 80px
}

.PhilosophySpStatement[data-size='1'] {
    font-size: 10px
}

.PhilosophySpStatement[data-size='1'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='1'] .PhilosophySpStatement__slogan {
    font-size: 8.5px
}

.PhilosophySpStatement[data-size='1'] .PhilosophySpStatement__slogan img {
    width: 80px
}

.PhilosophySpStatement[data-size='0'] {
    font-size: 10px
}

.PhilosophySpStatement[data-size='0'] .PhilosophySpStatement__inner p+p {
    margin-top: 1.5em
}

.PhilosophySpStatement[data-size='0'] .PhilosophySpStatement__slogan {
    display: none
}

.PhilosophySpChapter {
    height: 100%;
    opacity: 0;
    transition: opacity 1s
}

.PhilosophySpChapter--init {
    opacity: 1
}

.PhilosophySpChapter__header {
    box-sizing: border-box;
    display: flex;
    height: 45px;
    padding: 10px 20px 0
}

.PhilosophySpChapter__header h1 {
    flex-grow: 1;
    font-size: 18px;
    white-space: nowrap
}

.PhilosophySpChapter__header ul {
    display: flex;
    margin: 0 -5px 0 0;
    padding: 0
}

.PhilosophySpChapter__header li {
    list-style: none
}

.PhilosophySpChapter__header button {
    display: block;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    width: 18px
}

.PhilosophySpChapter__header button::before {
    background: rgba(0,0,0,.1);
    border-radius: 100%;
    content: '';
    display: block;
    height: 8px;
    left: 5px;
    position: absolute;
    top: calc(50% - 4px);
    transition: background-color .25s;
    width: 8px
}

.PhilosophySpChapter__header button.-selected::before {
    background: rgba(0,0,0,.5)
}

.PhilosophySpChapter__hslick {
    height: calc(100% - 45px);
    position: relative
}

.PhilosophySpChapter__hslick>.slick-list {
    height: 100%;
    position: relative
}

.PhilosophySpChapter__hslick>.slick-list>.slick-track {
    height: 100%
}

.PhilosophySpChapter__hslick>.slick-list>.slick-track>.slick-slide {
    height: 100%
}

.PhilosophySpChapter__hslick>.slick-list>.slick-track>.slick-slide>div {
    height: 100%
}

.PhilosophySpChapter__hpage {
    height: 100%;
    width: 100vw
}

.PhilosophySpChapter__hpage ul {
    box-sizing: border-box;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    padding: 0 10px 35px
}

.PhilosophySpChapter__hpage li {
    min-height: 0;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity
}

.PhilosophySpChapter--init .PhilosophySpChapter__hpage li {
    opacity: 1
}

.PhilosophySpItem {
    font-size: 13px;
    height: 100%;
    line-height: 1.5
}

.PhilosophySpItem a {
    border-radius: 5px;
    box-shadow: 0 2px 16px rgba(0,0,0,.1);
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.PhilosophySpItem a::after {
    background: rgba(0,0,0,0);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: background-color .2s,transform .2s;
    width: 100%
}

.PhilosophySpItem a:active {
    transform: scale(.97,.97)
}

.PhilosophySpItem a:active::after {
    background: rgba(0,0,0,.1)
}

.PhilosophySpItem__image {
    overflow: hidden;
    position: relative
}

.PhilosophySpItem__image::before {
    content: '';
    display: block;
    padding-top: 100%
}

.PhilosophySpItem__img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophySpItem__title {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 10px 20px 10px 10px;
    position: relative
}

.PhilosophySpItem__title::before {
    border-bottom: 1.5px solid rgba(0,0,0,.25);
    border-right: 1.5px solid rgba(0,0,0,.25);
    bottom: 0;
    content: '';
    display: block;
    height: .5em;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(-45deg);
    width: .5em
}

@media screen and (max-width: 374px) {
    .PhilosophySpItem {
        font-size:12px
    }

    .PhilosophySpItem__image::before {
        padding-top: 80%
    }

    .PhilosophySpItem__title br {
        display: none
    }
}

.PhilosophySpFooter {
    display: flex;
    flex-direction: column;
    height: 100%
}

.PhilosophySpFooter__list {
    align-items: center;
    color: #777;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 13px;
    justify-content: center;
    line-height: 1.5;
    padding-top: 30px;
    white-space: nowrap
}

.PhilosophySpFooter__ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0
}

.PhilosophySpFooter__li {
    list-style: none
}

.PhilosophySpFooter__a {
    align-items: center;
    color: inherit;
    display: flex;
    padding: .75em;
    text-decoration: none
}

.PhilosophySpFooter__a::after {
    border-bottom: 1.5px solid rgba(0,0,0,.25);
    border-right: 1.5px solid rgba(0,0,0,.25);
    content: '';
    display: block;
    height: .5em;
    margin-left: .5em;
    transform: rotate(-45deg);
    width: .5em
}

.PhilosophySpFooter__a[href='#top']::after {
    transform: translateY(30%) rotate(-135deg)
}

.PhilosophySpFooter__brand {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px 20px
}

.PhilosophySpFooter__img {
    display: block;
    height: auto;
    width: 100px
}

.PhilosophySpFooter__rights {
    color: rgba(0,0,0,.25);
    font-size: 10px;
    line-height: 1.5;
    margin-top: 2em;
    text-align: center
}

.PhilosophySpOverlay {
    background: #fff;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 1s;
    width: 100%;
    z-index: 100
}

.PhilosophySpOverlay--opened {
    opacity: 1;
    pointer-events: auto
}

.PhilosophySpOverlay__close-button {
    background: rgba(0,0,0,.2);
    border-radius: 100%;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    z-index: 1
}

.PhilosophySpOverlay__close-button::after,.PhilosophySpOverlay__close-button::before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    left: calc(50% - 10px);
    position: absolute;
    top: calc(50% - 1px);
    width: 20px
}

.PhilosophySpOverlay__close-button::before {
    transform: rotate(45deg)
}

.PhilosophySpOverlay__close-button::after {
    transform: rotate(-45deg)
}

.PhilosophySpOverlay__slick {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list>.slick-track {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list>.slick-track>.slick-slide {
    height: 100%
}

.PhilosophySpOverlay__slick>.slick-list>.slick-track>.slick-slide>div {
    height: 100%
}

.PhilosophySpOverlay__slick .slick-arrow {
    height: 100px;
    position: absolute;
    top: calc(50vh - 50px);
    width: 30px
}

.PhilosophySpOverlay__slick .slick-arrow::before {
    border-right: 2px solid rgba(0,0,0,.3);
    border-top: 2px solid rgba(0,0,0,.3);
    content: '';
    display: block;
    height: 8px;
    left: calc(50% - 4px);
    position: absolute;
    top: calc(50% - 4px);
    width: 8px
}

.PhilosophySpOverlay__slick .slick-prev {
    left: 0
}

.PhilosophySpOverlay__slick .slick-prev::before {
    transform: translateX(-2px) rotate(-135deg)
}

.PhilosophySpOverlay__slick .slick-next {
    right: 0
}

.PhilosophySpOverlay__slick .slick-next::before {
    transform: translateX(2px) rotate(45deg)
}

.PhilosophySpOverlayItem {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.PhilosophySpOverlayItem__image {
    position: relative
}

.PhilosophySpOverlayItem__image::before {
    content: '';
    display: block;
    padding-top: 100%
}

.PhilosophySpOverlayItem__img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.PhilosophySpOverlayItem__text {
    padding: 37px 20px 60px 20px
}

.PhilosophySpOverlayItem__title {
    font-size: 24px;
    line-height: 1.6
}

.PhilosophySpOverlayItem__body {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px
}

@media screen and (max-width: 750px) {
    .ProductSection {
        padding-top:22px
    }
}

.ProductSection-sub {
    padding: 100px 0 90px 0;
    position: relative
}

.ProductSection-sub::after {
    background-color: #f5f5f5;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 100vw
}

@media screen and (max-width: 750px) {
    .ProductSection-sub {
        padding:44px 0 60px 0
    }
}

.ProductSection-sub--last-item {
    padding: 100px 0 0 0
}

.ProductSection-sub--last-item::after {
    display: none
}

@media screen and (max-width: 750px) {
    .ProductSection-sub--last-item {
        padding:44px 0 0 0
    }
}

.ProductSection__attention {
    color: #777;
    font-size: 15px;
    line-height: 1.75;
    text-align: center
}

.Products+.ProductSection__attention {
    margin-top: 52px
}

@media screen and (max-width: 750px) {
    .Products+.ProductSection__attention {
        margin-top:30px
    }
}

.ProductSection__figure img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.ProductsStatement+.ProductSection__figure {
    margin-top: 60px
}

@media screen and (max-width: 750px) {
    .ProductsStatement+.ProductSection__figure {
        margin-top:38px
    }
}

.ProductsStatement {
    font-size: 21px;
    line-height: 2;
    margin-top: 60px
}

@media screen and (max-width: 750px) {
    .ProductsStatement {
        font-size:18px;
        line-height: 1.95;
        margin-top: 38px
    }

    .ProductsStatement br {
        display: none
    }
}

.ProductsStatement--invert-br br {
    display: none
}

@media screen and (max-width: 750px) {
    .ProductsStatement--invert-br br {
        display:block
    }
}

.ProductsStatement--nearby-title {
    margin-top: 37px
}

@media screen and (max-width: 750px) {
    .ProductsStatement--nearby-title {
        margin-top:27px
    }
}

.ProductCardList {
    margin: 60px 0 0 0
}

.ProductCardListItem {
    position: relative
}

.ProductCardListItem:not(:first-child) {
    margin-top: 50px
}

.ProductCardInfo {
    height: 100%;
    padding: 30px 30px 0 30px;
    position: relative
}

@media screen and (max-width: 750px) {
    .ProductCardInfo {
        padding:28px 0 24px 20px
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo--detail {
        padding:50px 0 30px 20px
    }
}

.ProductCardInfo__title {
    color: #000;
    font-size: 40px;
    position: relative
}

.ProductCardInfo__title br {
    display: none
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__title {
        display:none;
        font-size: 24px;
        padding: 0 0 0 30px
    }

    .ProductCardInfo__title br {
        display: block
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__title--list {
        display:block
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__title--bare {
        padding-left:0
    }
}

.ProductCardInfo__desc {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 25px
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__desc {
        font-size:15px;
        margin-top: 0
    }
}

.ProductCardInfo__listnumber {
    margin-right: 10px;
    margin-top: -11px;
    vertical-align: middle
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__listnumber {
        left:0;
        margin-top: 0;
        position: absolute;
        top: 1px
    }
}

.ProductCardInfo__checklist {
    margin-top: 25px
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__checklist {
        margin-top:0;
        padding-right: 20px
    }
}

.ProductCardAttention {
    color: #000;
    font-size: 12px;
    letter-spacing: .01em;
    margin-top: 15px
}

@media screen and (max-width: 750px) {
    .ProductCardAttention {
        font-size:10px;
        padding: 0 20px 0 0
    }
}

.ProductCardAttention__head {
    border: 1px solid #000;
    display: inline-block;
    padding: 3px 2px 2px 3px
}

.ProductCardAttention__sub {
    color: #777;
    line-height: 1.5;
    margin-top: 10px
}

.ProductCardInfo__bottom {
    align-items: flex-end;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__bottom {
        bottom:auto;
        margin-top: 35px;
        position: relative
    }
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__bottom--detail {
        margin-top:29px
    }
}

.ProductCardInfo__more {
    text-align: center;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__more {
        margin:0 0 0 -20px;
        width: calc(100% + 20px)
    }
}

.ProductCardInfo__buy {
    padding: 0 30px
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__buy {
        padding:0 20px 0 0;
        width: 100%
    }
}

.ProductCardInfo__meta {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 18px;
    height: 60px;
    justify-content: space-between;
    letter-spacing: .05em;
    margin: 0 0 16px 0;
    padding: 0 30px 0 30px;
    position: relative;
    width: 100%
}

.ProductCardInfo__meta::after {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% - 30px)
}

@media screen and (max-width: 750px) {
    .ProductCardInfo__meta {
        font-size:15px;
        margin: 0 0 8px 0;
        padding: 0 20px 0 0
    }

    .ProductCardInfo__meta::after {
        width: 100%
    }
}

.ProductCardInfo__meta--no-border::after {
    display: none
}

.ProductAttrIcon {
    background-color: red;
    border-radius: 3px 3px;
    color: #fff;
    font-weight: 700;
    height: 29px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
    width: 29px
}

@media screen and (max-width: 750px) {
    .ProductAttrIcon--detail {
        height:23px;
        line-height: 23px;
        width: 23px
    }
}

.ProductAttrIcon--night {
    background-color: #bb90e2
}

.ProductAttrIcon--morning {
    background-color: #f5a623
}

.ProductCardInfo__attr {
    display: flex
}

.ProductCardInfo__attr .ProductAttrIcon:not(:last-child) {
    margin-right: 10px
}

.ProductPriceList {
    padding: 0 0 20px 30px;
    position: relative;
    width: 100%
}

.ProductPriceList::after {
    background-color: #ddd;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% - 30px)
}

@media screen and (max-width: 750px) {
    .ProductPriceList {
        padding:0
    }

    .ProductPriceList::after {
        width: 100%
    }
}

.ProductPriceList--small {
    padding: 0 0 14px 30px
}

@media screen and (max-width: 750px) {
    .ProductPriceList--small {
        padding:0 0 14px 0
    }
}

.ProductPriceListItem {
    color: #000;
    height: 34px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItem {
        height:58px;
        line-height: 58px
    }
}

.ProductPriceListItem--align-right {
    max-width: 370px;
    text-align: right
}

@media screen and (max-width: 750px) {
    .ProductPriceListItem--align-right {
        height:34px;
        line-height: 34px;
        padding: 0 20px 0 0
    }
}

.ProductPriceListItemValue {
    align-items: baseline;
    display: flex;
    font-feature-settings: 'halt';
    font-size: 32px;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue {
        font-size:24px
    }
}

.ProductPriceListItem--align-right .ProductPriceListItemValue {
    justify-content: flex-end
}

.ProductPriceListItemValue--small {
    font-size: 24px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue--small {
        font-size:17px
    }
}

.ProductPriceListItemValue__prefix {
    font-size: 18px;
    margin-right: 10px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue__prefix {
        font-size:15px;
        margin-right: 5px
    }
}

.ProductPriceList--small .ProductPriceListItemValue__prefix {
    font-size: 15px
}

@media screen and (max-width: 750px) {
    .ProductPriceList--small .ProductPriceListItemValue__prefix {
        font-size:13px
    }
}

.ProductPriceListItem--align-right .ProductPriceListItemValue__prefix {
    flex-grow: 1;
    text-align: left
}

.ProductPriceListItemValue__price {
    align-items: baseline;
    display: flex
}

.ProductPriceListItemValue__unit {
    font-size: 18px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue__unit {
        font-size:15px
    }
}

.ProductPriceList--small .ProductPriceListItemValue__unit {
    font-size: 15px
}

@media screen and (max-width: 750px) {
    .ProductPriceList--small .ProductPriceListItemValue__unit {
        font-size:13px
    }
}

.ProductPriceListItemValue__point {
    color: #9b9b9b;
    margin: 0 0 0 10px
}

@media screen and (max-width: 750px) {
    .ProductPriceListItemValue__point {
        margin:0 0 0 5px
    }
}

.StickyProductNav {
    background-color: #fff;
    height: 90px;
    left: 0;
    position: fixed;
    top: -90px;
    transition: top .5s cubic-bezier(.19,1,.22,1);
    width: 100%;
    z-index: 10
}

@media screen and (max-width: 750px) {
    .StickyProductNav {
        height:70px;
        top: -70px
    }
}

.StickyProductNav--fadein {
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.2);
    top: 0
}

.StickyProductNav__inner {
    height: 100%;
    position: relative
}

.StickyProductNav__scroller {
    height: 100%;
    position: relative
}

@media screen and (max-width: 750px) {
    .StickyProductNav__scroller {
        -webkit-overflow-scrolling:touch;
        overflow-x: scroll
    }
}

.StickyProductNavContent {
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 750px) {
    .StickyProductNavContent {
        justify-content:flex-start;
        padding: 0 20px 0 20px
    }
}

.ProductNavItem {
    padding: 0 5px;
    position: relative;
    width: 50px
}

@media screen and (max-width: 750px) {
    .ProductNavItem:last-child {
        padding-right:20px
    }
}

.ProductNavItem__btn {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    outline: 0;
    position: relative;
    width: 100%
}

.ProductNavItem__btn::after {
    background-color: #aabdcd;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: .2s;
    width: 100%
}

@media screen and (max-width: 750px) {
    .ProductNavItem__btn {
        height:70px;
        min-width: 28px
    }
}

.ProductNavItem__img {
    display: block;
    height: 66px;
    padding: 2px 0 0 0;
    width: 100%
}

.ProductNavItem__img img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto
}

@media screen and (max-width: 750px) {
    .ProductNavItem__img {
        height:46px
    }
}

.ProductNavItem__number {
    height: 24px;
    width: 100%
}

.ProductNavItem__number .ListNumber {
    margin-top: -4px
}

.ProductNavItem--current .ProductNavItem__btn::after {
    height: 3px
}

.ua-desktop .ProductNavItem__btn:hover::after {
    height: 3px
}

.ProductNavLabel {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 13px;
    padding: 0 5px 0 0
}

@media screen and (max-width: 750px) {
    .ProductNavLabel {
        font-size:10px;
        white-space: nowrap
    }
}

.ProductNavLabel--split::before {
    background-color: #ddd;
    content: '';
    display: block;
    height: 70px;
    margin: 0 20px 0 15px;
    width: 1px
}

@media screen and (max-width: 750px) {
    .ProductNavLabel--split::before {
        height:50px;
        margin: 0 10px 0 15px
    }
}

.ProductNavLabel--split-large::before {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 90px;
    margin: 0 20px 0 15px;
    width: 10px
}

@media screen and (max-width: 750px) {
    .ProductNavLabel--split-large::before {
        height:70px;
        margin: 0 10px 0 15px
    }
}

.ProductNavTop {
    align-items: center;
    color: #000;
    display: none;
    font-size: 10px;
    padding: 0 20px 0 5px;
    white-space: nowrap
}

@media screen and (max-width: 750px) {
    .ProductNavTop {
        display:flex
    }
}

.ProductNavTop::before {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 70px;
    margin: 0 10px 0 15px;
    width: 10px
}

.ProductNavTop::after {
    border-bottom: 3px solid #777;
    border-right: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 3px;
    margin-top: 3px;
    transform: scale(.5,.5) rotate(-135deg);
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
    vertical-align: middle;
    width: 10px
}

.ContentGrid__col {
    margin: 30px 15px 0 15px;
    width: calc(50% - 30px)
}

@media screen and (max-width: 750px) {
    .ContentGrid__col {
        margin:15px 0 0 0;
        width: 100%
    }
}

.ContentGrid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0 -15px
}

@media screen and (max-width: 750px) {
    .ContentGrid {
        margin:-15px 0 0 0
    }
}

.ContentGrid--3 .ContentGrid__col {
    width: calc(33.33% - 30px)
}

.ContentGrid--3 .ContentGrid__col--half {
    width: calc(50% - 30px)
}

@media screen and (max-width: 750px) {
    .ContentGrid--sp-2 {
        margin:-15px -5px 0 -5px
    }

    .ContentGrid--sp-2 .ContentGrid__col {
        margin: 15px 5px 0 5px;
        width: calc(50% - 10px)
    }

    .ContentGrid--sp-2 .ContentGrid__col p {
        font-size: 13px
    }
}

@media screen and (max-width: 750px) {
    .ContentGrid__col:first-child.ImgWrap {
        margin-bottom:19px
    }
}

.ContentGrid--howto-card {
    margin-top: -50px
}

@media screen and (max-width: 750px) {
    .ContentGrid--howto-card {
        margin-top:0
    }
}

.ContentGrid--howto-card.slick-slider {
    display: flex
}

@media screen and (max-width: 750px) {
    .ContentGrid--howto-card.slick-slider {
        display:block
    }
}

.ContentGrid__col--howto-card {
    margin-top: 50px
}

@media screen and (max-width: 750px) {
    .ContentGrid__col--howto-card {
        float:left;
        height: 100%;
        margin-top: 0;
        min-width: calc(75vw - 16px);
        padding: 0 8px 0 8px;
        width: calc(75vw - 16px)
    }
}

.ContentGrid__col--v-align-center {
    align-items: center;
    display: flex
}

.HasRoundBg {
    padding: 30px;
    position: relative
}

.HasRoundBg>* {
    position: relative
}

.HasRoundBg::before {
    background-color: #f5f5f5;
    border-radius: 10px 10px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 750px) {
    .HasRoundBg {
        padding:20px
    }
}

.HasRoundBg+.HasRoundBg {
    margin-top: 30px
}

.Caption {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    text-align: center
}

@media screen and (max-width: 750px) {
    .Caption {
        font-size:10px;
        line-height: 1.7
    }
}

.Caption+p {
    margin-top: 40px
}

@media screen and (max-width: 750px) {
    .Caption+p {
        margin-top:15px
    }
}

.Lead {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 64px
}

@media screen and (max-width: 750px) {
    .Lead {
        font-size:18px;
        margin-bottom: 40px
    }
}

img+.Caption {
    margin-top: 5px
}

.List {
    font-size: 18px
}

.List>li {
    line-height: 1.8
}

@media screen and (max-width: 750px) {
    .List {
        font-size:15px
    }
}

.List--decimal {
    list-style-type: decimal;
    padding-left: 37px
}

.ProductDetailContent {
    padding: 63px 0 70px 0
}

.ProductDetailContent h2 {
    line-height: 1.5;
    margin-bottom: 36px
}

.ProductDetailContent h2:not(:first-child) {
    margin-top: 76px
}

.ProductDetailContent h3 {
    line-height: 1.5;
    margin-bottom: 36px
}

.ProductDetailContent p {
    font-size: 18px;
    line-height: 1.75
}

.ProductDetailContent p::after {
    clear: both;
    content: '';
    display: block
}

.ProductDetailContent .fs-small {
    font-size: 15px
}

.ProductDetailContent p+p {
    margin-top: 45px
}

.ProductDetailContent .ContentGrid p+p {
    margin-top: 30px
}

.ProductDetailContent *+.ContentGrid {
    padding-top: 30px
}

.ProductDetailContent .ContentGrid+.ContentGrid--3 {
    padding-top: 45px
}

.ProductDetailContent *+.Accordion {
    margin-top: 70px
}

.ProductDetailContent *+.List {
    margin-top: 37px
}

.ProductDetailContent *+.LargeBtn {
    margin-top: 50px
}

.ProductDetailContent :not(.HasRoundBg)+.HasRoundBg {
    margin-top: 70px
}

.ProductDetailContent .HasRoundBg+.HasRoundBg {
    margin-top: 30px
}

.ProductDetailContent video {
    border-radius: 10px 10px;
    height: auto;
    width: 100%
}

.ProductDetailContent img {
    border-radius: 10px 10px;
    height: auto;
    max-width: 100%
}

.ProductDetailContent .no-border-radius {
    border-radius: 0 0
}

@media screen and (max-width: 750px) {
    .ProductDetailContent {
        padding:39px 0 50px 0
    }

    .ProductDetailContent h2 {
        margin-bottom: 20px
    }

    .ProductDetailContent h2:not(:first-child) {
        margin-top: 54px
    }

    .ProductDetailContent p {
        font-size: 15px
    }

    .ProductDetailContent p+p {
        margin-top: 23px
    }

    .ProductDetailContent .ContentGrid p+p {
        margin-top: 26px
    }

    .ProductDetailContent *+.ContentGrid {
        padding-top: 20px
    }

    .ProductDetailContent .ContentGrid+.ContentGrid--3 {
        padding-top: 35px
    }

    .ProductDetailContent *+.Accordion {
        margin-top: 40px
    }

    .ProductDetailContent *+.List {
        margin-top: 25px
    }

    .ProductDetailContent *+.LargeBtn {
        margin-top: 30px
    }

    .ProductDetailContent :not(.HasRoundBg)+.HasRoundBg {
        margin-top: 40px
    }

    .ProductDetailContent .HasRoundBg+.HasRoundBg {
        margin-top: 20px
    }
}

.ImgWrap img {
    display: block;
    height: auto;
    width: 100%
}

.ImgWrap--small img {
    width: 180px
}

.ImgWrap--alignright {
    float: right
}

.img-small {
    height: auto;
    width: 180px
}

@media screen and (max-width: 750px) {
    .img-small {
        width:120px
    }
}

.alignright {
    float: right;
    margin: 0 0 10px 28px
}

@media screen and (max-width: 750px) {
    .alignright {
        margin:0 0 0 15px
    }
}

.SpSliderWrap {
    position: relative
}

@media screen and (max-width: 750px) {
    .SpSliderWrap {
        margin:-20px -20px 0 -20px;
        overflow-x: hidden;
        padding: 20px 20px 20px 20px
    }
}

@media screen and (max-width: 750px) {
    .SpSliderWrap__inner {
        left:0;
        overflow: visible;
        padding: 20px 0 0 0;
        position: absolute;
        top: 0
    }
}

.EmbedWrap {
    padding-top: 56.25%;
    position: relative
}

.EmbedWrap__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.EmbedWrap__inner iframe {
    height: 100%;
    width: 100%
}

.PostVoice {
    margin-top: 70px
}

@media screen and (max-width: 750px) {
    .PostVoice {
        margin-top:42px
    }
}

.ProductDetailBottom {
    padding: 70px 0 0 0
}

.ProductDetailBottom__point {
    font-size: 21px;
    line-height: 1.6;
    padding-bottom: 40px;
    padding-top: 77px;
    text-align: center
}

.ProductDetailBottom__products {
    margin-top: 60px
}

.SpPrevNav {
    display: none;
    padding: 26px 0 28px 0
}

@media screen and (max-width: 750px) {
    .SpPrevNav {
        display:block
    }
}

.SpPrevNav__btn {
    color: #777;
    font-size: 13px;
    text-decoration: none
}

.SpPrevNav__btn::before {
    border-bottom: 3px solid #777;
    border-left: 3px solid #777;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 16px;
    margin: -2px 3px 0 0;
    transform: rotate(45deg) scale(.5,.5);
    vertical-align: middle;
    width: 16px
}

.ProductIngredient {
    padding-top: 24px
}

.SpSliderDots {
    bottom: 10px;
    display: none;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 750px) {
    .SpSliderDots {
        display:block
    }
}

.SpSliderDots__btn {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px
}

.SpSliderDots__btn::before {
    background-color: #000;
    border-radius: 50% 50%;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    opacity: .1;
    position: absolute;
    top: 50%;
    width: 8px
}

.SpSliderDots__btn--current::before {
    opacity: .5
}

.SpProductTitle {
    display: none;
    margin-bottom: 20px
}

.SpProductTitle br {
    display: none
}

@media screen and (max-width: 750px) {
    .SpProductTitle {
        color:#000;
        display: block;
        font-size: 24px;
        padding: 0 0 0 30px;
        position: relative
    }

    .SpProductTitle br {
        display: block
    }
}

.SpProductTitle--bare {
    padding-left: 0
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto!important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto!important
    }
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg")
}

.slick-next,.slick-prev {
    border: none;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    transition: .2s;
    z-index: 1
}

.slick-next i,.slick-prev i {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

.slick-next i svg,.slick-prev i svg {
    display: block;
    fill: #fff;
    height: 24px;
    transition: .3s;
    width: 24px
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0
}

.slick-dots {
    display: block;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    display: block;
    height: 20px;
    line-height: 0;
    outline: 0;
    position: relative;
    width: 20px
}

.slick-dots li button::before {
    border-radius: 50% 50%;
    content: '';
    height: 12px;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px
}

.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track::after,.slick-track::before {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: 100vw
}

.title {
    color: #ff6a88;
    font-family: Quicksand,sans-serif;
    font-size: 3rem;
    margin: 0 0 3rem 0
}

.logo {
    margin: 0
}

.logo img {
    width: 8rem
}

.slick-slider {
    -ms-touch-action: auto;
    touch-action: auto
}

/*# sourceMappingURL=style.css.map */
    #syosai .Button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 22px;
        font-size: 20px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        cursor: pointer;
    }

    #syosai h2 {
        font-size: 26px;
    }


    #syosai ul {
        padding-left: 0px;
    }


    #syosai .Table {
        border-right: 1px solid #ddd;
        border-spacing: 0;
        border-top: 1px solid #ddd;
        font-size: 15px;
        line-height: 1.5;
        min-width: 100%;
        text-align: left;
        word-wrap: break-word
    }

    #syosai .Table td,
    #syosai .Table th {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding: 10px
    }

    #syosai .Table td {
        vertical-align: top
    }

    #syosai .Table thead th {
        background-color: #eee
    }

    #syosai h2 {
        display: block;
        font-size: 1.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }

    #syosai dl {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    #syosai dd {
        display: block;
        margin-inline-start: 40px;
    }

    #syosai ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    #syosai li {
        display: list-item;
        list-style-type: disc;
        text-align: -webkit-match-parent;
    }

    #syosai colgroup {
        display: table-column-group;
    }

    #syosai thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }

    #syosai tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    #syosai th {
        display: table-cell;
        vertical-align: inherit;
        font-weight: bold;
        text-align: -internal-center;
    }

    #syosai a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }

    #syosai, #syosai .Table {
        font-family: sans-serif !important;
    }

#syosai{
     margin-top: 10px;   
}

#CTA_banner{
    background-color: #c9c9c9ad;
	text-align: center;
 	position:fixed;
    z-index:50;
    bottom:0;
    width:100%;
}

#CTA_banner img{
    margin:4px 0;
    width:80%;
    max-width:420px;
}