/***************************/
/* 共通設定                */
/***************************/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #222222;
}
.btn-default .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.pull-right {
  float: right !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/***************************/
/* テーマ設定                */
/***************************/
/* 画面遷移エフェクト無効 */
.l-wrapper-none {
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 1.6s;
  transition: 1.6s; }
  .l-wrapper-none.is-complete {
    opacity: 1; }
  .l-wrapper-none.is-remove {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }

/***************************/
/* LINE ID 連携（PC）       */
/***************************/
/* カート画面 */
.line_ec .button-container {
  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 .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}

@media screen and (min-width: 480px) {
  .line_ec .button-container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_ec .button-container .after-btn-line {
    width: 40px;
  }
}

/* 注文情報入力画面 */
.alert {
  text-align: left;
  padding-right: 55px;
  padding-left: 55px;
  margin: 40px 0;
}
.alert > div > p {
  margin-bottom: 10.5px;
}
.alert > div > p > strong {
  font-weight: bold;
}
.alert > div > ul {
  padding-inline-start: 40px;
}
.alert > div > ul > li {
  list-style: disc;
  margin-bottom: 10.5px;
}
 #new-view img {
   pointer-events: auto;
 }
.line_new_ec {
  margin: 0 auto;
  width: 60%;
}
.line_new_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_new_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_new_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_new_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_new_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}

@media screen and (min-width: 350px) {
  .line_new_ec .button-container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_new_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_new_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_new_ec .button-container .after-btn-line {
    width: 40px;
  }
}

/***************************/
/* LINE ID 連携（SP）       */
/***************************/
/* カート画面 */
.line_sp_ec .button-container {
  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-btn-line {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_sp_ec .button-container .button .after-btn-line {
  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 {
  background-color: #31ae36;
}
.line_sp_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}
@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_sp_ec .button-container {
    margin: 5px;
  }
  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_sp_ec .button-container .button .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_sp_ec .button-container .button .after-btn-line {
    width: 40px;
  }
}

/**************/
/* Amazon Pay */
/**************/
#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}
#walletWidgetDiv {
  min-width: 300px;
  max-width:600px;
  min-height: 228px;
  max-height: 400px;
  margin-bottom: 15px;
}
#consentWidgetDiv {
  min-width: 300px;
  max-width:600px;
  min-height: 165px;
  max-height: 400px;
}

.consent_wrapper {
  margin-bottom: 10px;
}

/* Mobile optimized and small window */
#addressBookWidgetDiv {
  width: 100%;
  height: 228px;
}
#walletWidgetDiv {
  width: 100%;
  height: 228px;
}
#consentWidgetDiv {
  width: 100%;
  height: 165px;
}
/* Desktop and tablet */
@media only screen and (min-width: 768px) {
  #addressBookWidgetDiv {
    width: 400px;
    height: 228px;
  }
  #walletWidgetDiv {
    width: 400px;
    height: 228px;
  }
  #consentWidgetDiv {
    width: 400px;
    height: 165px;
  }
}

/*****************************/
/* チェックボックスバリデーション */
/*****************************/
.check_agree .formError {
  top:-20px !important;
  right:-20px !important;
}
.c-form_table__checkbox input {
  min-width: 20px;
}

/*******************************/
/* 郵便番号、電話番号バリデーション */
/*******************************/
.smart_phone .formError{
  top:-30px !important;
}

/*******************************/
/* shop/snippets/_product.html */
/*******************************/
.c-product_item {
  position: relative;
}

.c-product_item__inner {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.c-product_item__inner__eyecatch__favorite {
  position: absolute;
  z-index: 99;
}

.product_description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 720px) {
  .p-new_product [data-slides="1"] .product_description, .p-new_product [data-slides="2"] .product_description {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

/**************************************/
/* shop/sections/_pickup_product.html */
/**************************************/
.p-pickup_product__inner {
  max-width: initial;
}

/**************************************/
/* shop/customer/invite_coupons.html */
/**************************************/
.p-invite_coupon__list {
  margin-top: 30px; }

.invite_coupon__table {
  table-layout: fixed;
}

.w20 {
  width: 20%;
}

.w40 {
  width: 40%;
}

/**************************************/
/* shop/sections/category_panel.liquid */
/**************************************/
.p-category_panel__block--1 {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 720px) {
    .p-category_panel__block--1 {
      height: 0;
      padding-top: 60%; } }
  .p-category_panel__block--1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
    @media screen and (max-width: 720px) {
      .p-category_panel__block--1:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%); } }
  .p-category_panel__block--1 {
    width: 100%; }

/**************************************/
/* shop/sections/products_show_content.liquid */
/**************************************/
.c-product_img__slider__track__list__item__inner {
  background-size: contain !important;
}
.c-product_img__thumbnail__track__list__item__inner {
  background-size: contain !important;
}

/**************************************/
/* バグ解消するまで表示するメッセージ      */
/**************************************/
.customize_notice p {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 3px;
  color: #999;
}
/**************************************/
/* shop/snippets/_preview_footer.html.liquid */
/**************************************/
.preview-nav {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px;
  background-color: #eeeeee;
  opacity: 0.8;
  height: 50px;
  border-color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
}
.preview-btn-col {
  text-align: right;
}

/**************************************/
/* shop/sections/new_product.liquid */
/* 2021/11/4: 暫定対応のため追加 */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/**************************************/
.temp-new_product_slider {
  flex-wrap: wrap;
  justify-content: initial;
}

/**************************************/
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_submit .c-form_input {
  position: relative;
}
@media screen and (max-width: 720px) {
  .c-cart_submit .c-form_input .customer_emailformError {
    top: -33px !important; }
  .c-cart_submit .c-form_input .customer_passwordformError {
    top: -25px !important; } }

/**************************************/
/* shop/contacts/draft.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel01formError {
    top: -33px !important; }
  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel02formError {
    top: -33px !important; }
  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel03formError {
    top: -33px !important; }
  #contacts-form-view .c-form_table .contact_customer_attributes_emailformError {
    top: -33px !important; }
  #contacts-form-view .c-form_table__newsletter .agreeformError {
    top: -44px !important; } }

/**************************************/
/* shop/customers/registrations/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana01formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana02formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip01formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip02formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel01formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel02formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel03formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_emailformError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_passwordformError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__newsletter .agreeformError {
    top: 55px !important; } }

/**************************************/
/* shop/customers/passwords/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-password-new-view .p-account_form__inner .customer_emailformError {
    top: -33px !important; } }

/**************************************/
/* shop/customers/passwords/edit.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-password-edit-view .p-account_form__inner .passwordformError {
    top: -33px !important; }
  #customers-password-edit-view .p-account_form__inner .customer_password_confirmationformError {
    top: -33px !important; } }

/**************************************/
/* 区切り線デザイン                      */
/**************************************/
.section_line {
  border: solid;
  border-width: 1px;
}

/************************************************************/
/* 関連商品デザイン                                            */
/* shop/sections/products_show_recommend.liquid             */
/* shop/sections/carts_show_recommend.liquid                */
/* 2021/11/17: 暫定対応のため追加                              */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/************************************************************/
.p-recommend_product__inner__list {
  justify-content: space-evenly;
}

/**************************************/
/* カートデザイン */
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_item__action__delete > .hide {
  visibility: hidden;
}

/**************************************/
/* セット一覧デザイン */
/* shop/sets/index.html.liquid */
/**************************************/
.price > .origin {
  text-decoration: line-through;
  margin-right: 10px;
}

/**************************************/
/* セット選択画面、セット編集画面　SKUデザイン */
/* shop/sets/show.html.liquid　*/
/* shop/customer/subs_orders/sets/edit.html.liquid　*/
/**************************************/
.fieldset .option_template_basic_theme[style*='display: block']{
  display: flex !important;
}

/***************************************************************/
/* ec_force/shop/customer/subs_orders/variants/show.html.liquid*/
/***************************************************************/
#btn-minus,
#btn-plus{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 35px;
  height: 33px;
  font-size: 24px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4F3E3E;
}

#btn-minus {
  left: 0;
}

#btn-minus:hover {
  opacity: 0.4;
}

#btn-plus {
  right: 0;
}

#btn-plus:hover {
  opacity: 0.4;
}

/************************************************************/
/* ecforce_paymentsデザイン
/* shop/orders/_view_payment_information.html.liquid
/* shop/customer/cards/index.html.liquid
/* font系のstyleはカード名義のみ適用で、他はiframeで表示されているため適用されません
/************************************************************/
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-name,
.ecforce-payment-card-cvv {
  height: 40px !important;
  padding: 10px 20px !important;
  color: #9A9A9A !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  background: #FFFFFF !important;
  border-color: #BDC1C2 !important;
  border: 1px solid #cccccc !important;
  width: 100%;
}

/************************************************************/
/* 注文情報確認画面(shop/order/confirm), [カスタマイズ]注文情報確認画面(admin/themes/:id/customize?screen=order_confirmation)
/* shop/sections/order_confirmation_button.liquid
/************************************************************/
section[data-section-id="order_confirmation_button"] {
  text-align: center;
}
section[data-section-id="order_confirmation_button"] .p-checkout_confirm__inner__list__block--bottom {
  margin-bottom: 20px;
}
@media screen and (max-width: 718px) {
  .p-checkout_confirm__inner__list__block--bottom.float_checked {
    display: none;
  }
}

/* 注意喚起文 */
.p-checkout_confirm__caution__block {
  margin: 0 auto 40px;
  padding: 18px 20px 19px;
  border: thin solid #D8DDDF;
}
.p-checkout_confirm__caution__pc {
  display: block;
}
.p-checkout_confirm__caution__sp {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-checkout_confirm__caution__block {
    padding: 18px 15px 20px;
  }
  .p-checkout_confirm__caution__pc {
    display: none;
  }
  .p-checkout_confirm__caution__sp {
    display: block;
  }
}

/************************************************************/
/* 商品詳細画面
/* shop/products/show.html.liquid
/************************************************************/
.c-product_img__slider--thumbnail .c-product_img__item img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/************************************************************/
/* ショップフォーム設定 > 都道府県と住所1の入力不可設定=>有効
/* shop/customers/registrations/new.html.liquid
/* shop/customer/shipping_addresses/_form.html.liquid
/* shop/customer/subs_orders/shipping_addresses/edit.html.liquid
/* shop/customer/orders/shipping_addresses/edit.html.liquid
/* shop/customer/base/edit.html.liquid
/* shop/orders/_view_billing_information.html.liquid
/* shop/orders/_view_shipping_information.html.liquid
/************************************************************/
.disabled-input-shop {
  pointer-events: none;
}

select.disabled-input-shop {
  background-color: #ccc !important;
}

input.disabled-input-shop {
  background-color: #ccc !important;
}

/************************************************************/
/* スマレジ会員バーコード表示
/* shop/customer/smaregi/show.html.liquid
/************************************************************/
.btn_smaregi_barcode {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
}

@media screen and (max-width: 480px) {
  .smaregi_barcode {
    width: 60%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .smaregi_barcode {
    width: 480px;
    margin: 5%;
  }
  .smaregi_barcode img {
    width: 60%;
    text-align: center;
  }
}

/************************************************************/
/* 2024.05
/* 新規テーマ構築
/************************************************************/

.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color:#fff;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/loading_background.png) no-repeat center center;
  background-size:  cover;
}

.loading.is-close {
  -webkit-animation-name: animation-loading;
  animation-name: animation-loading;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animation-loading {
  0% {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animation-loading {
  0% {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.loading__logo {
  position: absolute;
  max-width: 288px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--back, radial-gradient(41.84% 44.98% at 50% 42.4%, rgba(255, 255, 255, 0) 0%, rgba(234, 225, 222, 0.5) 50%, #EDE2E0 100%));
}

.background--gradation {
  background: transparent;
}

.js-scroll-target {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.js-scroll-target.js-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/****************************************** 00.header ******************************************/
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 40px);
  margin: 20px auto 0;
}

.site-logo {
  max-width: 202px;
  margin: 0
}

.site-logo__link {
  display: block;
  line-height: 1
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1500
}

.header-menu--sp {
  display: none;
  margin-bottom: 40px;
}

.header-menu__icon {
  margin-left: 20px;
  width: 32px;
  height: 32px
}

.header-menu__icon svg {
  overflow: initial
}

.header-menu__icon path {
  fill: #86747F
}

.header-menu__icon circle {
  stroke: #86747F;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.header-menu__icon:hover circle {
  stroke-width: 2px
}

.header-menu__icon a,
.header-menu__icon span {
  line-height: 1;
  display: block
}

.header-menu__icon.js-active path {
  fill: #fff
}

.header-menu__icon.js-active circle {
  stroke: #fff
}

.header-menu__icon--ham {
  border: 1px solid #86747F
}

.menu-button:hover {
  cursor: pointer
}

.site-navigation {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/bg_menu_sp.jpg);
  background-position: 0 0;
  background-size: cover;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  visibility: hidden
}

.site-navigation.js-active {
  opacity: 1;
  visibility: visible
}

.site-navigation-container {
  max-width: 468px;
  background-size: cover;
  margin-left: auto;
  height: 100vh;
  padding: 120px 40px 60px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-menu-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none
}

.site-menu-list__item {
  margin-bottom: 32px
}

.site-menu-list__item:last-of-type {
  margin-bottom: 0
}

.site-menu-list__link {
  color: #fff;
  line-height: 1.2;
  font-size: 40px;
  letter-spacing: 0.16em;
  text-decoration: none
}

.site-menu-list__link span {
  display: block;
  line-height: 1.43;
  font-size: 16px;
  letter-spacing: 0.12em
}

.site-menu-sublist {
  padding: 0;
  margin: 0 0 30px;
  list-style: none
}

.site-menu-sublist__item {
  margin-bottom: 20px;
  line-height: 1
}

.site-menu-sublist__item:last-of-type {
  margin-bottom: 0
}

.site-menu-sublist__link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em
}

.site-menu--sns{
  width: 30px;
}

.navigation-logo {
  position: absolute;
  left: 90px;
  bottom: 65px;
  z-index: 1;
  max-width: 240px
}

.navigation-logo__link {
  display: block
}

@media only screen and (min-width:958px) {
  .site-navigation {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/bg_menu_pc.png);
    background-position: 0 0;
    background-size: cover;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    visibility: hidden
  }
}

@media only screen and (max-width: 959px){
  .site-header {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .site-logo {
    max-width: 168px
  }

  .site-navigation-container {
    padding: 14px 5.3vw 40px;
    overflow-y: scroll;
  }

  .site-menu-list {
    margin-bottom: 35px
  }

  .site-menu-list__item {
    margin-bottom: 22px
  }

  .site-menu-sublist {
    margin-bottom: 35px
  }

  .site-menu-sublist__item {
    margin-bottom: 18px
  }

  .navigation-logo {
    display: none
  }

  .header-menu--sp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-navigation-container .site-menu{
    overflow-y: scroll;
  }
}

/****************************************** 00.footer ******************************************/

.site-footer {
  padding-top: 53.95%;
  min-height: 780px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/bg_footer.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.footer-contents {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 0 120px 116px;
  margin: auto;
  z-index: 1
}

.footer_container{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 35px;
}

.footer-contents__logo {
  max-width: 292px;
  margin-bottom: 35px;
  display: block
}

.l-footer__menu{
  gap: 16px;
  position: relative;
}

.footer-contents-nav {
  margin-bottom: 20px
}

.footer-contents-nav__list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-contents-nav__item {
  margin-bottom: 15px;
  line-height: 1;
  color:#86747F;
}

.footer-contents-nav__item:last-of-type {
  margin-bottom: 0
}

.footer-contents-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  color:#86747F;
}

.footer-contents-sns{
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.copyright {
  font-size: 12px;
  margin: 0;
  line-height: 1;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .site-footer {
    min-height: auto;
    background-size: 100%;
    padding: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/footer_sp.png);
    padding-top: 160%
  }

  .footer-contents {
    padding: 0 9.33vw 14vw;
  }

  .footer-contents__logo {
    max-width: 215px;
    margin-bottom: 25px
  }

  .footer-contents-nav {
    margin-bottom: 20px
  }

  .footer-contents-nav__link {
    font-size: 14px;
    color:#86747F;
  }

  .footer-contents-sns-icon {
    max-width: 26px
  }

  .footer-contents-sns{
    bottom: -30px;
    left: 0;
    right: auto;
  }

  .copyright {
    font-size: 10px;
    bottom: 30px
  }

  .footer_container{
    margin-bottom: 55px;
  }
}

/****************************************** 01.top - common ******************************************/

.index-headling {
  font-weight: 600;
  color: #86747F;
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1
}

.default-max-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100vw - 6.4% * 2);
  margin-left: auto;
  margin-right: auto
}

@media only screen and (min-width:960px),
print {
  .default-max-width {
    width: calc(100vw - 20px * 2);
    max-width: 1000px
  }
}

@media only screen and (max-width:959px) {
  .default-max-width.has-mobile-full {
      max-width: 100%
  }

  .index-headling {
    font-size: 16px;
  }
}

.button {
  cursor: pointer;
  display: inline-block;
  min-width: 120px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: solid 1px #B29AA0;
  color: #B29AA0;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0 15px;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.button .button-arrow {
  padding-right: 30px;
  position: relative;
  font-family: "Lato", sans-serif;
}

.button .button-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #B29AA0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3px;
  z-index: 1
}

.button .button-arrow span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B29AA0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1
}

.button .button-arrow span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: solid 1px #B29AA0;
  width: 2px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s
}

.button:hover {
  border: solid 2px #B29AA0
}

.button:hover .button-arrow span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: solid 1px #B29AA0;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.button--header {
  background-color: transparent;
  border: 1px solid #86747F;
  color: #86747F;
  padding: 0
}

@media only screen and (max-width:959px) {
  .button--header {
    min-width: 140px;
    font-size: 24px;
    line-height: 1.5;
    padding: 2px 0
  }
}

.button--header .button-arrow:before {
  background-color: #86747F
}

.button--header .button-arrow span {
  background-color: #86747F
}

.button--header .button-arrow span:after {
  border: solid 1px #86747F
}

.button--header:hover {
  border: solid 2px #86747F
}

.button--header:hover .button-arrow span:after {
  border: solid 1px #86747F
}

.button--header.js-active {
  color: #fff;
  border: 1px solid #fff
}

.button--header.js-active .button-arrow:before {
  background-color: #fff
}

.button--header.js-active .button-arrow span {
  background-color: #fff
}

.button--header.js-active .button-arrow span:after {
  border: solid 1px #fff
}

.button--header.js-active:hover {
  border: solid 2px #fff
}

.button--header.js-active:hover .button-arrow span:after {
  border: solid 1px #fff
}

/****************************************** 01.top - hero ******************************************/

.index-hero {
  position: relative;
  z-index: 10
}

.index-hero__item {
  overflow: hidden
}

.index-hero__item img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[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 {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0
}

.slick-dots li {
  position: relative;
  height: 18px;
  width: 18px;
  margin: 20px 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #B29AA0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 18px;
  width: 18px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li.slick-active button {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_perl.png);
  background-size: cover
}

/****************************************** 01.top - item ******************************************/
.index-item .index-concept-container {
  padding: 10rem 0 0;
}
.index-item .index-concept-container:after {
  display: none;
}

.item__column {
  column-gap: 24px;
  display: grid;
  grid-template-columns: 578px auto;
  margin-top: 64px;
}

.itemBox {
  background: linear-gradient(-40deg, rgba(255, 230, 208, .2) 0%, rgba(255, 230, 208, 0) 12%, rgba(255, 230, 208, .2) 43%, rgba(255, 230, 208, 0) 86%, rgba(255, 230, 208, .2) 100%);
  border: 1px solid #b29aa0;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  padding: 32px;
}

.itemBox-head__title {
  color: #4f3e3e;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.itemBox-head__title span {
  display: inline-block;
  position: relative;
  text-align: center;
}

.itemBox-head__title span::before {
  background: #4f3e3e;
  content: "";
  height: 80%;
  left: -24px;
  position: absolute;
  top: 10%;
  transform: rotate(-30deg);
  width: 1px;
}

.itemBox-head__title span::after {
  background: #4f3e3e;
  content: "";
  height: 80%;
  position: absolute;
  right: -24px;
  top: 10%;
  transform: rotate(30deg);
  width: 1px;
}

.itemBox-head__word {
  color: #4f3e3e;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.itemBox-price__inner {
  column-gap: 40px;
  display: flex;
  justify-content: center;
}

.itemBox-body__title {
  color: #4f3e3e;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.itemBox-body__word {
  color: #4f3e3e;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}

.itemBox-body__lead {
  color: #4f3e3e;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
}

.itemBox-price {
  border-top: 1px solid #b29aa0;
  margin-top: 32px;
  padding-top: 32px;
}

.itemBox-priceBox__list {
  column-gap: 2px;
  display: flex;
}

.itemBox-priceBox__list li {
  background: #86747f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
}

.itemBox-priceBox__word {
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
}

.itemBox-priceBox__word span {
  font-size: 30px;
  font-weight: bold;
  margin: 0 4px;
}

.itemBox-priceBox__word.is-red span {
  color: #cf3d1d;
}

.itemBox-priceBox__button {
  margin-top: 8px;
  text-align: center;
}

.itemBox-priceBox__button .product-main__submit.width280 {
  width: 280px;
}

@media only screen and (max-width:959px) {
  .index-item {
    padding: 67px 0 40px;
  }

  .item__column {
    grid-template-columns: 100%;
    row-gap: 16px;
      margin-top: 40px;
  }

  .itemBox {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 24px 16px;
  }

  .itemBox-head__title {
    font-size: 18px;
  }

  .itemBox-head__title span::before {
    height: 70%;
    top: 15%;
  }

  .itemBox-head__title span::after {
    height: 70%;
    top: 15%;
  }

  .itemBox-head__word {
    font-size: 18px;
  }

  .itemBox-price__inner {
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .itemBox-body__title {
    color: #4f3e3e;
    font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }

  .itemBox-body__word {
    color: #4f3e3e;
    font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    text-align: center;
  }

  .itemBox-body__lead {
    color: #4f3e3e;
    font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
  }

  .itemBox-price {
    border-top: 1px solid #b29aa0;
    margin-top: 32px;
    padding-top: 32px;
  }

  .itemBox-priceBox__list {
    column-gap: 2px;
    display: flex;
  }

  .itemBox-priceBox__list li {
    background: #86747f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
  }

  .itemBox-priceBox__word {
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
  }

  .itemBox-priceBox__word span {
    font-size: 30px;
    font-weight: bold;
    margin: 0 4px;
  }

  .itemBox-priceBox__word.is-red span {
    color: #cf3d1d;
  }

  .itemBox-priceBox__button .product-main__submit {
    font-size: 12px;
    margin: 15px auto;
    padding: 15px 40px;
    width: 280px;
  }

  .itemBox-priceBox__button {
    margin-top: 8px;
    text-align: center;
  }

  .itemBox-priceBox__button .product-main__submit.width280 {
    font-size: 12px;
    padding: 15px 40px;
    width: 280px;
  }
}

/****************************************** 01.top - concept ******************************************/

.index-concept {
  padding: 102px 20px 112px
}

.index-concept-container {
  position: relative;
  padding: 464px 0 1035px
}

.index-concept-container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/concept_pc.png) no-repeat;
  background-size: cover;
  z-index: -1
}

.index-concept__title {
  font: 700 30px/1.66 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  margin: 40px 0 20px;
  color: #4F3E3E;
}

.index-concept__text {
  font: 500 14px/3.6 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.16em;
  margin: 20px 0 40px;
  color: #4F3E3E;
}

@media only screen and (max-width:959px) {
  .index-concept {
    padding: 67px 0 40px
  }

  .index-concept-container {
    padding: 110px 0 280px
  }

  .index-concept-container:after {
    right: -6.4%;
    left: -6%;
    width: auto;
    background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/concept_sp.png) no-repeat top center;
    height: 100%;
    bottom: auto;
    background-size: contain
  }

  .index-concept__title {
    margin-top: 35px;
    font-size: 24px;
  }

  .index-concept__text {
    line-height: 1.85;
    margin-bottom: 57px
  }
}

/****************************************** 01.top - thought ******************************************/

.index-thought {
  padding: 0 20px
}

.index-thought-container {
  padding: 200px 0 580px;
  position: relative
}

.index-thought__text {
  max-width: 675px;
  margin: auto;
  position: sticky;
  top: 50%;
  z-index: 20;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.index-thought__image {
  max-width: 433px;
  margin: auto;
  position: sticky;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s
}

.index-thought__image.js-fade {
  opacity: 1
}

.index-thought__suiteki {
  max-width: 584px;
  margin: auto;
  position: sticky;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

@media only screen and (max-width:959px) {
  .index-thought {
    padding: 0
  }

  .index-thought-container {
    padding: 44px 0 150px;
    max-width: calc(100vw - 9.6%)
  }

  .index-thought__image {
    max-width: 220px
  }

  .index-thought__suiteki {
    max-width: 300px
  }
}

/****************************************** 01.top - product ******************************************/

.index-product {
  padding: 0 20px
}

.index-product-container {
  padding: 350px 0 800px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_index_product_pc.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 635px
}

.index-product__title {
  font: 900 38px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 78px 0 24px;
  letter-spacing: 0.1em;
  color: #4F3E3E;
}

.index-product__text {
  font: 500 20px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
  margin: 0 0 6px;
  line-height: 1.3
}

.index-product__supll {
  letter-spacing: 0.1em;
  margin: 6px 0 22px;
  font: 400 20px/1.6 "Poppins", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
}

.index-product__supll span {
  letter-spacing: normal;
  font-size: 18px;
}

@media only screen and (max-width:959px) {
  .index-product-container {
    padding: 100px 0 800px;
    background-position: left bottom;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_index_product_pc.png);
    background-size: 330px
  }

  .index-product__title {
    margin: 35px 0 20px;
    font-size: 30px;
  }

  .index-product__text {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .index-product__supll {
    margin: 20px 0 30px;
    font: 400 18px/1.77 "Poppins", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  .index-product__supll span {
    font-size: 16px;
    line-height: 2
  }
}

/****************************************** 01.top - news ******************************************/

.p-news{
  padding: 0 20px;
  margin-top: -300px;
  position: relative;
  z-index: 10;
}

.p-news__inner {
  max-width: 1000px;
  margin: 0 auto 78px;
  padding: 0
}

.p-news__inner__list{
  margin-bottom: 80px;
}

.p-news__inner__title__en {
  font-weight: 600;
  color: #86747F;
  margin: 0 0 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
}

.c-news_item {
  border-bottom: 1px solid #B29AA0
}

.c-news_item__inner {
  padding: 25px 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #86747F;
}

.c-news_item__inner__date {
  color: #4F3E3E;
  margin: 0;
  width: 113px;
  font-size: 12px;
  line-height: 1.66;
  font-family: "Poppins", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-news_item__inner__title {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  width: calc(100% - 113px);
  color: #4F3E3E;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.index-news__button {
  text-align: right
}

@media only screen and (max-width: 959px) {
  .p-news {
    padding: 0 20px;
    margin-top: -180px;
  }

  .p-news__inner {
    margin: 35px 0 40px;
  }

  .c-news_item__inner {
    display: block;
    padding: 21px 0
  }

  .c-news_item__inner__date {
    font-size: 14px;
    line-height: 1.42;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Poppins", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  .c-news_item__inner__title {
    font-size: 14px;
    width: 100%;
    line-height: 1.42
  }

  .p-news__inner__list{
    margin-bottom: 40px;
  }
}

/****************************************** 02.page - common ******************************************/

.page-container{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 200px;
}

.page-headline {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 700;
  margin: 0;
  color: #86747F;
  border-bottom: 1px solid #B29AA0
}

.page-contents{
  padding: 40px 20px 0;
}

.page-contents dl {
  display: -webkit-box;
  display: flex;
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4F3E3E;
}

.page-contents dt {
  width: 165px;
  font-weight: 700
}

.page-contents dd {
  width: calc(100% - 165px);
  font-weight: 500;
  margin: 0
}

@media only screen and (max-width:959px) {
  .page-container{
    padding-top: 100px;
  }

  .page-contents{
    padding: 40px 15px 0;
  }

  .page-headline {
    padding: 0 5px 20px;
    font-size: 16px;
    line-height: 1.25
  }

  .page-headline__houjin{
    font-size: 12px!important;
  }

  .page-contents dl {
    margin-bottom: 30px;
  }

  .page-contents dt {
    width: 110px;
    font-size: 15px;
  }

  .page-contents dd {
    width: calc(100% - 100px);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: initial
  }
}

/****************************************** 03.NEWS ******************************************/

.p-news.archive,
.info-wrap{
  margin: 220px 0 0;
}

.index-news__body{
  margin-top: 53px;
}

.index-news-head {
  border-bottom: 1px solid #B29AA0;
  padding: 25px 20px 23px;
  display: -webkit-box;
  display: flex;
}

.index-news-head__date {
  color: #4F3E3E;
  margin: 0;
  width: 113px;
  font-size: 12px;
  line-height: 1.66;
  font-family: "Poppins", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.index-news-head__title {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  width: calc(100% - 113px);
  color: #4F3E3E
}

@media only screen and (max-width:959px) {
  .p-news.archive,
  .info-wrap{
    margin-top: 100px;
    padding-bottom: 0;
  }

  .index-news__body{
    margin: 20px 0 0;
  }

  .index-news-head {
    display: block;
    padding: 21px 0
  }

  .index-news-head__date {
    font-size: 14px;
    line-height: 1.42;
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .index-news-head__title {
    font-size: 14px;
    width: 100%;
    line-height: 1.42
  }
}

/****************************************** 04.LAW-INFOS ******************************************/

.law-infos-table{
  margin-top: 40px;
}

.law-infos-table__th{
  white-space: nowrap;
  color: #4F3E3E;
  text-align: left;
  padding: 15px 20px;
  vertical-align: top;
  line-height: 1.8;
  font-weight: bold;
}

.law-infos-table__td{
  color: #4F3E3E;
  padding: 15px 20px;
  line-height: 1.8;
}

.law-infos-table__td a{
  text-decoration: underline;
}

.law-infos-table__td a:hover{
  text-decoration: none;
}

@media only screen and (max-width:959px) {
  .p-page_table__inner .page-headline{
    margin: 0 -15px;
  }

  .law-infos-table__th,
  .law-infos-table__td{
    display: block;
    padding: 0;
  }

  .law-infos-table__td{
    margin-bottom: 20px;
  }
}

/****************************************** 05.CUSTOMER TERM ******************************************/

.p-page_content__inner .customer-term-desc{
  margin: 50px 0;
}

.customer-term-list__item{
  counter-increment: ctl;
}

.customer-term-list__h2{
  color: #4F3E3E;
}

.customer-term-list__h3{
  font-size: 20px;
  color: #4F3E3E;
  margin-top: 55px;
  border: solid 1px #4F3E3E;
  padding: 6px 10px;
}

.customer-term-list__h3_2{
  font-size: 16px;
  font-weight: bold;
  color: #655c5c;
  margin-top: 25px;
}

.customer-term-list__item .customer-term-list__h3::before{
  content: counter(ctl) ".";
  margin-right: 10px;
}

.customer-term-list__ul{
  padding-left: 25px;
  margin-top: 10px;
}

.customer-term-list__li{
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 8px;
  color: #4F3E3E;
}

/****************************************** 06.REFUND POLICY ******************************************/

.policy__h2{
  font-size: 24px;
  font-weight: 700;
  color: #86747F;
  margin-bottom: 30px;
}

.policy__h2:not(:first-child){
  margin-top: 60px;
}

.policy__h3{
  font-size: 20px;
  margin-top: 25px;
  color: #4F3E3E;
}

.policy__p{
  margin: 14px 0;
  color: #4F3E3E;
  line-height: 1.8;
}

.policy__ul{
  padding-left: 25px;
  margin-top: 10px;
  color: #4F3E3E;
}

.policy__li{
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 8px;
}

@media only screen and (max-width:959px) {
  .policy__h3{
    font-size: 17px;
    font-weight: 700;
  }
}

/****************************************** 07.CONCEPT ******************************************/

.concept-contents {
  padding: 150px 0 270px;
}

.concept-brand {
  padding-bottom: 143px;
  position: relative
}

.concept-brand__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin: 40px 0 0;
  color: #4F3E3E;
}

.concept-brand__title span {
  font-size: 34px;
}

.concept-brand__visual {
  position: relative;
  margin-top: -130px
}

.concept-brand__glass {
  width: 69%;
  display: inline-block;
  margin-left: 120px
}

.concept-brand__droplets {
  position: absolute;
  width: 85.4%;
  top: -90px;
  left: 20px;
  z-index: 1
}

.concept-brand__products {
  position: absolute;
  z-index: 1;
  width: 74%;
  top: 210px;
  left: 24px
}

.concept-brand__explanation {
  margin: 140px 0 0 auto;
  max-width: 470px;
  font: 500 20px/1.5 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
  color: #4F3E3E;
}

.concept-brand__explanation span {
  margin-bottom: 30px;
  display: block
}

.concept-brand__explanation span:last-of-type {
  margin: 0
}

.concept-brand__explanation .annotation {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding-left: 11px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/icon_clover.svg) no-repeat left bottom;
  background-size: 8px;
  -webkit-transform: translate(-21px, -10px);
  transform: translate(-21px, -10px)
}

.annotation {
  display: inline-block;
  margin: 0 -14px 0 24px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding-left: 11px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/icon_clover.svg) no-repeat left bottom;
  background-size: 8px;
  -webkit-transform: translate(-21px, -10px);
  transform: translate(-21px, -10px)
}

.concept-brand__suppl {
  font: 400 11px/1 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: .1em;
  position: absolute;
  left: calc(50% + 22.6vw);
  right: 0;
  bottom: 50px;
  z-index: 1;
  margin: 0;
  padding-left: 11px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/icon_clover.svg) no-repeat left 2px top;
  background-size: 8px;
}

.concept-about {
  margin-bottom: 65px
}

.concept-about__inner {
  padding: 175px 0 167px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.concept-about__image {
  max-width: 672px
}

.concept-about__text {
  font: 500 20px/1.6 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: .12em;
  color: #4F3E3E;
}

.concept-about__text span {
  display: block;
  margin-bottom: 30px
}

.concept-about__text span:last-of-type {
  margin-bottom: 0;
}

.concept-message__inner {
  position: relative
}

.concept-message__detail {
  max-width: 500px
}

.concept-message__headline {
  font: 500 20px/1.8 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: .1em;
  margin: 30px 0;
  color: #4F3E3E;
}

.concept-message__text {
  font: 500 14px/1.57 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 0 54px;
  color: #4F3E3E;
}

.concept-message__text {
  letter-spacing: .16em;
  margin-bottom: 40px
}

.concept-message__text span {
  display: block;
  margin-bottom: 22px
}

.concept-message__text span:last-of-type {
  margin-bottom: 0
}

.concept-message-visual {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: -30px
}

.message-visual__image {
  max-width: 635px;
}

.message-visual__text {
  font: 500 14px/1.5 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: right;
  letter-spacing: .12em;
  margin: 0;
  color: #4F3E3E;
}

.message-visual__text span {
  font-size: 20px;
  margin-left: 20px
}

.concept-message-product {
  display: block;
  position: relative;
  z-index: 10;
}

.message-product__image {
  max-width: 320px;
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px)
}

.message-product__text {
  font: 500 20px/1.8 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: absolute;
  z-index: 1;
  letter-spacing: .1em;
  top: 40px;
  left: 150px;
  margin: 0;
  color: #4F3E3E;
}

@media only screen and (max-width:959px) {
  .concept-contents {
    padding: 170px 0 110px
  }

  .concept-brand {
    padding-bottom: 100px
  }

  .concept-brand__title {
    padding-bottom: 0;
    font-size: 22px;
    margin-top: 20px;
  }

  .concept-brand__title span {
    font-size: 26px;
  }

  .concept-brand__visual {
    margin: 0 0 90px
  }

  .concept-brand__glass {
    margin: auto;
    width: 66.2%;
    display: block
  }

  .concept-brand__droplets {
    width: 80%;
    left: 5%;
    top: 1%;
  }

  .concept-brand__products {
    width: 70.7%;
    top: 20%;
    left: 8%
  }

  .concept-brand__explanation {
    margin: 0 0 80px;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.14em;
    line-height: 1.875;
  }

  .concept-brand__explanation span {
    margin-bottom: 40px
  }

  .concept-brand__explanation .annotation {
    -webkit-transform: translate(-15px, -10px);
    transform: translate(-15px, -10px);
  }

  .annotation {
    -webkit-transform: translate(-5px, -10px);
    transform: translate(-5px, -10px);
    margin: 0 -5px 0 10px;
  }

  .concept-brand__suppl {
    position: initial;
  }

  .concept-about {
    margin-bottom: 180px
  }

  .concept-about__inner {
    position: initial;
    display: block;
    padding: 0
  }

  .concept-about__image {
    padding-top: 100px;
    margin-bottom: 50px
  }

  .concept-about__text {
    font-size: 16px;
    line-height: 2;
  }

  .concept-message__detail {
    max-width: 100%
  }

  .concept-message__headline {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2
  }

  .concept-message-visual {
    position: initial;
    text-align: right
  }

  .message-visual__image {
    max-width: 400px
  }

  .message-visual__text {
    text-align: left;
    display: inline-block;
    margin-top: -30px;
    line-height: 1.5
  }

  .message-visual__text span {
    display: block;
    font-size: 16px;
    margin-left: 0
  }

  .concept-message-product {
    max-width: 320px;
    margin: 0 auto 15px
  }

  .message-product__image {
    max-width: 263px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
  }

  .message-product__text {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.875;
    top: 7px;
    left: 150px;
    right: auto
  }
}

/****************************************** 08.CART ******************************************/

.p-page_header.cart-show-view{
  padding: 50px 0 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-container__row.cart-show-view{
  border-bottom: 1px solid #B29AA0;
  padding: 100px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/****************************************** 09.MYPAGE ******************************************/

#customers-sessions-sign-in-view{
  padding-top: 200px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#customers-sessions-sign-in-view .p-page_header{
  padding: 0;
}

.p-login__inner__login__bottom__submit,
.p-login__inner__registration__bottom__btn,
.p-account_form__inner__bottom__btn,
.p-account__inner__content__form__bottom__btn{
  display: block;
  max-width: 350px;
  width: 100%;
  font: 700 16px/1 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 100px;
  background-color: #4F3E3E;
  color: #fff;
  text-decoration: none;
  padding: 21px 40px;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 0 auto 10px;
  cursor: pointer
}

.p-login__inner__login__bottom__submit:hover,
.p-login__inner__registration__bottom__btn:hover,
.p-account_form__inner__bottom__btn:hover{
  opacity: .7;
}

@media only screen and (max-width:959px) {
  .p-login__inner__login__bottom__submit,
  .p-login__inner__registration__bottom__btn,
  .p-account_form__inner__bottom__btn{
    max-width: 300px;
    padding: 14px 40px
  }

  #customers-sessions-sign-in-view{
    padding-top: 50px;
  }
}

/****************************************** 10.SIRNUP ******************************************/

#customers-registrations-sign-up-view{
  padding-top: 100px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.btn-signin{
  margin-bottom: 60px;
  text-align: center;
}

.btn-signin a{
  font: 700 16px/1 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #86747F;
  border: solid 1px #86747F;
  display: inline-block;
  padding: 15px 80px;
  border-radius: 50px;
  transition: all .2s;
}

.btn-signin a:hover{
  color: #fff;
  background-color: #86747F;
}

@media only screen and (max-width:959px) {
  .btn-signin{
    padding: 0 15px;
  }

  .btn-signin a{
    font-size: 14px;
    padding: 15px 30px;
  }
}

/****************************************** 11.CUSTOMER ******************************************/

.p-address_list{
  text-align: left;
}

.p-address_list a{
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font: 700 16px/1 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 100px;
  background-color: #4F3E3E;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  cursor: pointer;
  height: auto;
}

.p-address_list a:hover{
  opacity: .7;
}

/****************************************** 12.FORM ******************************************/

#contacts-form-view{
  padding-top: 50px;
}

.page-headline.from{
  margin-bottom: 40px;
}

.page-headline.from.new-form{
  margin-bottom: 15px;
}

.page-headline__houjin{
  font-size: 14px;
}

.contacts-form-confirm{
  padding-top: 110px;
}

.p-page_header__inner{
  width: 100%;
  margin: 0 auto;
  padding-top: 110px;
}

.p-page_header__inner .page-headline{
  text-align: center;
}

.p-page_header__inner .signin{
  margin-top: 30px;
}

/****************************************** 13.PASSWORD RESET ******************************************/

.p-page_header__inner__title{
  text-align: center;
  padding: 0 40px 20px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 700;
  margin: 0 auto;
  color: #86747F;
  border-bottom: 1px solid #B29AA0;
  max-width: fit-content;
}

.p-account_form__inner__bottom__mailbtn{
  max-width: fit-content;
  width: 100%;
  font: 700 16px/1 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 100px;
  background-color: #4F3E3E;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  cursor: pointer;
  height: auto;
}

@media only screen and (max-width:959px) {
  .p-account_form__inner__bottom__mailbtn{
    font-size: 13px;
  }
}

/****************************************** 14.PRODUCT ******************************************/

.product-main {
  min-height: 100vh;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_product_main_pc.jpg) no-repeat center bottom;
  background-size: cover;
  display: grid;
  place-items: center;
}

.product-main-contents {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.product-main-introduction{
  padding-top: 80px;
}

.product-main-introduction__catch {
  font: 700 28px/1.66 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.14em;
  margin: 40px 0;
  color: #4F3E3E;
}

.product-main-detail {
  padding-top: 70px;
  width:326px;
}

.product-main-detail__name {
  font: 900 38px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin: 0 0 2px;
  color: #4F3E3E;
}

.product-main-detail__subname {
  font: 700 20px/1.3 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 0 14px;
  color: #4F3E3E;
}

.product-main-meta {
  font: 400 14px/2.3 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  color: #4F3E3E;
}

.product-main-meta__size {
  margin: 0;
  padding-right: 27px;
  position: relative;
}

.product-main-meta__size:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #4F3E3E;
  width: 20px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3px;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

.product-main-meta__made {
  margin: 0
}

.product-main-campaign {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px
}

.product-main-campaign__tag {
  text-align: center;
  width: 50px;
  height: 50px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_polygon.svg) no-repeat;
  background-size: cover;
  color: #fff;
  font: 700 14px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0
}

.product-main-campaign__tag span {
  font-size: 16px;
}

.product-main-campaign__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0
}

.product-main-number {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.product-main-price {
  margin: 0 0 25px;
  font: 500 10px/3.3 "Poppins", "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
}

.product-main-price strong {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .1em;
}

.product-main-price span {
  background-color: #86747F;
  color: #fff;
  font: 400 12px/1 "Poppins", "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 3px 7px 5px;
  border-radius: 4px;
  margin-left: 5px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  display: inline-block
}

.product-main-price__yuan {
  font-weight: 500;
  font-size: 10px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #4F3E3E;
}

.product-main-price__yuan span {
  text-decoration: line-through;
  font: 500 20px/1.6 "Poppins", "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin: 0 7px
}

.product-main__button{
  margin: 15px 0;
}

.product-main__submit {
  display: block;
  width: 232px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #4F3E3E;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.product-main__submit span {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1
}

.product-main__submit span:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.product-main__submit:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 34px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px
}

.product-main__submit:hover span:after {
  width: 16px;
  height: 16px
}

.product-main__submit-stop {
    background-color: #86747f;
    opacity: 0.7;
    pointer-events: none;
}

.product-main__text-stop {
    color: #86747f;
    font-size: 0.8rem;
}

.product-main__text-stop span {
    color: #86747f;
}

.wrap-discount{
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}

.wrap-discount__icon{
  width: 54px;
}

.wrap-discount__text{
  font: 700 12px/1.66 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
  text-align: center;
  padding-left: 10px;
}

.wrap-discount__text strong{
  font-size: 18px;
  letter-spacing: 1px;
}

.product-normal-price{
  font: 700 11px/1.66 "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.product-normal-price__price{
  font: 400 21px/1.6 "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 5px;
  text-decoration: line-through;
}

.c-product_info__form__buttons{
  display: none;
}

.product-main__link {
  margin: 30px 0;
  font-size: 15px;
  font-weight: bold;
}

.product-main__link a{
  color: #4F3E3E;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.product-main__link select {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.product-main__link button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4F3E3E
}

.product-main__link button:hover {
  cursor: pointer;
  text-decoration: none
}

.product-main__attention {
    margin-top: 2rem;
}

.product-main__attention li{
  color: #4F3E3E;
  letter-spacing: 0.03em;
  font: 400 13.3px/25px "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/icon_clover.svg) no-repeat left top 7px;
  padding-left: 14px;
}

.view_sp{
  display: none;
}

@media only screen and (max-width:1440px) {
  .product-main-contents {
    width: 70%;
  }
}

@media only screen and (max-width:959px) {
  .product-main {
    background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_product_main_sp.jpg) no-repeat left top;
    background-size: cover;
  }

  .product-main-contents {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding: 30% 8vw 15%;
    bottom: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .product-main-introduction{
    padding: 0;
  }

  .product-main-introduction__catch {
    font-size: 22px;
    line-height: 1.81;
    margin: 20px 0 45px
  }

  .product-main-detail {
    padding-top: 0px;
    margin-top:70px;
  }

  .product-main-detail__name {
    font-size: 24px;
    margin-bottom: 5px;
    padding-left: 34%
  }

  .product-main-detail__subname {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.625;
    padding-left: 34%
  }

  .product-main-meta {
    font-size: 12px;
    line-height: 2.6;
    margin-bottom: 25px;
    padding-left: 34%
  }

  .wrap-discount{
    padding-left: 34%;
  }

  .product-normal-price{
    padding-left: 35%;
  }

  .product-main-meta__size {
    padding-right: 20px
  }

  .product-main-meta__size:after {
    width: 16px
  }

  .product-main-campaign {
    margin-bottom: 5px;
    padding-left: 34%
  }

  .product-main-campaign__tag {
    margin-right: 7px
  }

  .product-main-campaign__text {
    font-size: 14px;
    line-height: 1.3
  }

  .product-main-price {
    margin-bottom: 10px;
    padding-left: 35%;
  }

  .product-main-price span {
    font-size: 10px;
    padding: 4px;
    margin-left: 3px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  .view_sp{
    display: block;
  }

  .view_pc{
    display: none;
  }

  .product-main-price__yuan {
    padding-left: 34%;
  }

  .product-main__submit {
    width: 300px;
    max-width: 100%;
    margin: 25px auto;
    text-align: center;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 13px 40px;
  }

  .product-main__submit span {
    width: 8px;
    height: 8px
  }

  .product-main__submit span:after {
    width: 8px;
    height: 8px
  }

  .product-main__link {
    text-align: center;
    margin-bottom: 45px
  }

  .product__description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
  }
}

/* product-catch */
.product-catch {
  background: rgb(231, 221, 213);
  background: linear-gradient(90deg, rgba(231, 221, 213, .3) 0%, rgba(231, 221, 213, .3) 25%, rgba(231, 221, 213, .3) 50%, rgba(231, 221, 213, .3) 75%, rgba(231, 221, 213, .3) 100%);
  padding: 20px 0;
}

.product-catch__inner {
  display: flex;
  justify-content: center;
}

.product-catchBox {
  align-items: center;
  column-gap: 40px;
  display: flex;
}

.product-catchBox__thumnail img {
  height: 200px;
  object-fit: cover;
  width: 200px;
}

.product-catchBoxDetails__title {
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.product-catchBoxDetails__details {
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

.product-catchBoxDetails__price {
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-top: 8px;
}

.product-catchBoxDetails__price small {
  font-size: 10px;
}

.product-catchBoxDetails__price span {
  background: #86747f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 1px 5px;
}

.product-catchBoxDetails__button {
  margin-top: 8px;
}

@media only screen and (max-width:959px) {
  .product-catch {
    padding: 20px;
  }

  .product-catch__inner {
    flex-wrap: wrap;
  }

  .product-catchBox {
        align-items: center;
        column-gap: 40px;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
  }

  .product-catchBox__thumnail img {
    height: 200px;
    object-fit: cover;
    width: 200px;
  }

  .product-catchBoxDetails__title {
    font-size: 20px;
    font-weight: bold;
  }

  .product-catchBoxDetails__details {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
  }

  .product-catchBoxDetails__price {
    font-size: 32px;
    font-weight: 400;
    margin-top: 8px;
  }

  .product-catchBoxDetails__price small {
    font-size: 10px;
  }

  .product-catchBoxDetails__price span {
    background: #86747f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 5px;
  }
}

.product-detail {
  padding: 160px 20px 0;
}

.product-detail-nav {
  display: -webkit-box;
  display: flex;
  padding: 0 0 80px;
  border-bottom: 1px solid #B29AA0;
  margin-bottom: 94px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10%
}

.product-detail-nav__link {
  display: block;
  text-decoration: none;
  color: #B29AA0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #86747F;
  position: relative
}

.product-detail-nav__link:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-color: #B29AA0;
  border-radius: 50%;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: -20px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.product-detail-nav__link span {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #86747F;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  top: 3px;
  bottom: 0;
  margin: auto;
  right: -60px
}

.product-detail-nav__link:hover {
  cursor: pointer;
  font-weight: 700
}

.product-detail-nav__link:hover:before {
  opacity: 1
}

.product-detail-nav__link.is-active {
  font-weight: 700
}

.product-detail-nav__link.is-active:before {
  opacity: 1
}

.product-detail-nav__link.is-active span:after {
  opacity: 0
}

@media only screen and (max-width:959px) {
  .product-detail {
    padding: 60px 0 100px;
  }

  .product-detail-nav {
    display: block;
    padding: 0 10.6vw 40px;
    margin-bottom: 100px
  }

  .product-detail-nav__item{
    margin-bottom: 20px;
  }

  .product-detail-nav__link {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .product-detail-nav__link:last-of-type {
    margin-bottom: 0
  }

  .product-detail-nav__link:before {
    left: 0
  }

  .product-detail-nav__link span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 10px;
    right: -21px
  }

  .product-detail-nav__link span:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #86747F;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
  }
}



.product-detail-contents {
  overflow: hidden
}

.product-detail-contents__item {
  display: none
}

.product-detail-contents__item.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.product-introduction__head {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 190px;
  position: relative
}

.product-introduction__headline {
  font: 700 20px/1.5 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  color: #4F3E3E;
}

.product-introduction__explanation {
  font: 500 16px/2.1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
  z-index: 10;
  color: #4F3E3E;
}

.product-introduction__visual {
  position: absolute;
  z-index: 1;
  left: 190px;
  width: 635px;
  bottom: -260px
}

.product-introduction__list {
  margin: 60px 0 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.product-introduction__item {
  max-width: 400px;
  width: 100%
}

.product-introduction__item--w {
  max-width: 760px
}

.product-introduction__inner {
  padding: 0 30px
}

.product-introduction__number {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  position: relative;
  letter-spacing: .1em;
  font-weight: 700;
  color: #86747F;
  z-index: 10
}

.product-introduction__number:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: cover
}

.product-introduction__number--01:after {
  width: 63px;
  height: 58px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_introduction_number_01.png) no-repeat top left;
  background-size: contain;
  top: -14px;
  left: -15px
}

.product-introduction__number--02:after {
  width: 78px;
  height: 63px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_introduction_number_02.png) no-repeat top left;
  background-size: contain;
  top: -24px;
  left: -18px
}

.product-introduction__number--03:after {
  width: 111px;
  height: 105px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/img_introduction_number_03.png) no-repeat top left;
  background-size: contain;
  top: -49px;
  left: -27px
}

.product-introduction__text {
  font: 400 14px/1.85 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
  color: #4F3E3E;
}

.product-introduction__image {
  margin: 30px auto 0
}

.product-introduction__image--w {
  max-width: 600px;
  margin-top: 40px
}

.product-introduction__image--03 img{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.product-introduction__suppl {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
  margin: 30px 0 0
}

.product-introduction__suppl span {
  padding-left: 15px;
  background: url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/images/icon_clover.svg) no-repeat top 3px left 2px;
  background-size: 8px;
  display: inline-block;
  text-align: left;
  color: #4F3E3E;
}

.product-use__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 60px 165px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 80px
}

.product-use__item {
  max-width: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.product-use__head {
  display: -webkit-box;
  display: flex;
  gap: 23px;
  margin-bottom: 10px
}

.product-use__number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  margin: 0;
  padding-top: 3px;
  color: #86747F
}

.product-use__text {
  font: 400 14px/1.85 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  color: #4F3E3E;
}

.product-use__image {
  margin-top: auto
}

.product-use__explanation {
  font: 500 16px/1.625 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin: 80px 0 125px;
  color: #4F3E3E;
}

.product-info__head {
  display: -webkit-box;
  display: flex;
  gap: 80px
}

.product-info-spec {
  max-width: 445px;
  padding: 0;
  margin-bottom: 120px
}

.product-info-spec__item {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #E1D6DD;
  padding: 0 20px 30px;
  margin-bottom: 40px;
  list-style: none
}

.product-info-spec__title {
  font: 700 14px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  letter-spacing: 0.08em;
  width: 170px;
  color: #4F3E3E;
}

.product-info-spec__text {
  font: 500 14px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: calc(100% - 170px);
  margin: 0;
  color: #4F3E3E;
  letter-spacing: 0.08em
}

.product-info-component {
  max-width: 470px
}

.product-info-component__title {
  font: 700 14px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 0 25px;
  color: #4F3E3E;
  letter-spacing: 0.08em
}

.product-info-component__text {
  font: 500 14px/1.7 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: -0.04em;
  color: #4F3E3E;
  margin: 0
}

.product-info__contents {
  margin-top: 120px
}

.product-info__headline {
  font: 700 20px/2 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  padding: 0 40px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E1D6DD;
  color: #4F3E3E;
}

.product-info__text {
  font: 500 16px/2.375 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0 40px;
  color: #4F3E3E;
}

.product-faq {
  padding: 0 30px
}

.product-faq__list {
  padding: 0 40px;
  list-style: none
}

.product-faq__item {
  margin-bottom: 50px
}

.product-faq__item:last-of-type {
  margin-bottom: 0
}

.product-faq__title {
  font: 700 16px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 0 18px;
  color: #4F3E3E;
  letter-spacing: 0.08em;
  position: relative
}

.product-faq__title:after {
  content: "Q";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: -42px;
  top: -2px;
  color: #86747F
}

.product-faq__text {
  font: 400 14px/1.8 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
  margin: 0
}

.product-store__list {
  list-style: none;
  padding: 0;
  margin-bottom: 100px
}

.product-store__item {
  margin-bottom: 26px
}

.product-store__item:last-of-type {
  margin-bottom: 0
}

.product-store__headline {
  font: 700 18px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
  letter-spacing: 0.08em;
  padding: 18px 20px;
  position: relative;
  margin: 0;
  background-color: #E1D6DD
}

.product-store__headline:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #86747F;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1
}

.product-store__headline:after {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #86747F;
  position: absolute;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.product-store__headline.is-open:after {
  opacity: 0
}

.product-store__headline:hover {
  cursor: pointer
}

.product-store__box {
  padding: 40px 20px 14px;
  display: none
}

.product-store__title {
  font: 700 16px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4F3E3E;
  letter-spacing: 0.08em;
  margin: 40px 0 20px
}

.product-store__contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding-right: 60px;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  font: 500 14px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-decoration: none;
  color: #4F3E3E;
}

.product-store__contents:last-of-type {
  margin-bottom: 0
}

.product-store__contents .product-store__arrow {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #B29AA0;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0
}

.product-store__contents .product-store__arrow:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #B29AA0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.product-store__contents:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #B29AA0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3px;
  z-index: 1
}

.product-store__contents:hover .product-store__arrow:after {
  width: 12px;
  height: 12px
}

.product-store__name {
  width: 420px;
  margin: 0;
  line-height: 1
}

.product-store__address {
  width: calc(100% - 420px);
  margin: 0
}

.product-store__address span {
  display: block;
  margin-top: 5px
}

.product-store__suppl {
  font: 500 16px/1 "Lato", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #4F3E3E;
  letter-spacing: 0.1em;
  margin: 0 0 20px
}

.page-button {
  display: block;
  max-width: 350px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #4F3E3E;
  color: #fff;
  text-decoration: none;
  padding: 21px 40px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: auto
}

.page-button span {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1
}

.page-button span:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.page-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px
}

.page-button:hover {
  cursor: pointer
}

.page-button:hover span:after {
  width: 16px;
  height: 16px
}

.page-button--sm {
  max-width: 235px;
  text-align: left;
  padding: 21px 70px
}

@media only screen and (max-width:959px) {
  .product-detail-contents__item {
    padding: 0 10.6vw
  }

  .product-detail-contents__item--w {
    padding: 0 5.3vw
  }

  .product-introduction__head {
    max-width: 100%;
    margin-bottom: 400px
  }

  .product-introduction__headline {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 30px
  }

  .product-introduction__explanation {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.02em
  }

  .product-introduction__visual {
    width: 480px;
    left: 48%;
    bottom: 30px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
  }

  .product-introduction__list {
    display: block;
    margin-top: 40px
  }

  .product-introduction__item--w {
    max-width: 100%
  }

  .product-introduction__item {
    max-width: 100%;
    margin-bottom: 100px
  }

  .product-introduction__item:last-of-type {
    margin-bottom: 0
  }

  .product-introduction__inner {
    padding: 0
  }

  .product-introduction__number {
    font-size: 16px
  }

  .product-introduction__number--01:after {
    width: 48px;
    height: 44px;
    top: -10px;
    left: -11px
  }

  .product-introduction__number--02:after {
    width: 64px;
    height: 52px;
    top: -20px;
    left: -15px
  }

  .product-introduction__number--03:after {
    width: 86px;
    height: 82px;
    top: -37px;
    left: -20px
  }

  .product-introduction__text {
    font-size: 14px;
    margin-top: 40px
  }

  .product-introduction__image {
    margin-top: 40px;
    max-width: 600px
  }

  .product-introduction__suppl span {
    font-size: 10px
  }

  .product-use__list {
    display: block;
    margin-bottom: 54px
  }

  .product-use__item {
    display: block;
    margin: 0 auto 65px
  }

  .product-use__item:last-of-type {
    margin-bottom: 0
  }

  .product-use__head {
    display: block;
    margin-bottom: 12px
  }

  .product-use__number {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px
  }

  .product-use__image {
    width: calc(100% + 10.6vw);
    position: relative;
    max-width: 500px;
    left: -5.3vw
  }

  .product-use__explanation {
    font-size: 15px;
    line-height: 1.73;
    margin: 50px 0 60px;
  }

  .product-info__head {
    display: block;
    margin-bottom: 80px
  }

  .product-info-spec {
    width: 100%;
    margin-bottom: 70px
  }

  .product-info-spec__item {
    padding: 0 0 30px;
    margin-bottom: 30px
  }

  .product-info-spec__item:last-of-type {
    margin-bottom: 0
  }

  .product-info-spec__title {
    width: 90px
  }

  .product-info-spec__text {
    width: calc(100% - 90px)
  }

  .product-info-component {
    max-width: 100%
  }

  .product-info-component__title {
    margin-bottom: 20px
  }

  .product-info__contents {
    margin-top: 80px
  }

  .product-info__headline {
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0 0 10px;
    margin-bottom: 20px;
  }

  .product-info__text {
    font-size: 14px;
    line-height: 2;
    padding: 0
  }

  .product-faq {
    padding: 0
  }

  .product-faq__list {
    padding: 0 0 0 20px
  }

  .product-faq__item {
    margin-bottom: 40px
  }

  .product-faq__title {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .product-faq__title:after {
    top: -3px;
    left: -36px
  }

  .product-faq__text {
    line-height: 1.71
  }

  .product-store__list {
    margin-bottom: 80px
  }

  .product-store__item {
    margin-bottom: 30px
  }

  .product-store__headline {
    font-size: 16px;
    padding: 16px 20px
  }

  .product-store__headline:before {
    right: 20px
  }

  .product-store__headline:after {
    right: 29px
  }

  .product-store__box {
    padding: 40px 20px 50px
  }

  .product-store__title {
    margin: 30px 0
  }

  .product-store__contents {
    display: block;
    font-size: 12px;
    padding: 0;
    margin-bottom: 40px
  }

  .product-store__contents .product-store__arrow {
    top: auto;
    width: 8px;
    height: 8px;
    bottom: 3px
  }

  .product-store__contents:after {
    top: auto;
    bottom: 6px
  }

  .product-store__name {
    width: 100%;
    font-size: 14px;
    margin-bottom: 14px
  }

  .product-store__address {
    width: 100%;
    line-height: 1.3
  }

  .product-store__address span {
    margin-top: 14px
  }

  .product-store__suppl {
    font-size: 14px;
    margin-bottom: 30px
  }

  .page-button {
    max-width: 300px;
    padding: 14px 40px
  }

  .page-button span {
    width: 8px;
    height: 8px
  }

  .page-button span:after {
    width: 8px;
    height: 8px
  }

  .page-button--sm {
    max-width: 300px;
    padding: 14px 100px
  }
}

@-webkit-keyframes displayAnime {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes displayAnime {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}


/* faq */

.index-headling {
  font-weight: 600;
  color: #86747F;
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1
}

@media only screen and (max-width:959px) {
  .index-headling {
    font-size: 16px;
  }
}

.anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 70px;
  padding: 0 0 50px;
  border-bottom: 1px solid #B29AA0;
  list-style: none;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:959px) {
  .anchor-nav {
    display: block;
    margin: 50px 0
  }
}

@media only screen and (max-width:959px) {
  .anchor-nav-item {
    margin-bottom: 20px
  }

  .anchor-nav-item:last-of-type {
    margin-bottom: 0
  }

  .anchor-nav-item .button{
    line-height: 140%;
    padding: 8px 15px 8px 20px;
    height: auto;
    font-size: 15px;
  }
}

.faq-title {
  margin: 120px 0 40px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  color: #4F3E3E;
}

@media only screen and (max-width:959px) {
  .faq-title {
    margin: 80px 0 30px;
    font-size: 16px;
    letter-spacing: 0.1em
  }
}

.faq-title:first-of-type {
  margin-top: 0
}

.faq-list {
  list-style: none;
  padding: 0
}

.faq-item {
  margin-bottom: 26px
}

@media only screen and (max-width:959px) {
  .faq-item {
    margin-bottom: 20px
  }
}

.faq-item:last-of-type {
  margin-bottom: 0
}

.faq-headline {
  padding: 20px 50px;
  background-color: #E1D6DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  margin: 0;
  color: #4F3E3E;
}

@media only screen and (max-width:959px) {
  .faq-headline {
    padding: 15px 50px;
    line-height: 1.2;
    font-size: 15px;
  }
}

.faq-headline span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 1;
  color: #86747F
}

@media only screen and (max-width:959px) {
  .faq-headline span {
    top: 15px
  }
}

.faq-headline:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #86747F;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1
}

@media only screen and (max-width:959px) {
  .faq-headline:before {
    right: 20px
  }
}

.faq-headline:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #86747F;
  right: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s
}

@media only screen and (max-width:959px) {
  .faq-headline:after {
    right: 29px
  }
}

.faq-headline.is-open:after {
  opacity: 1
}

.faq-headline:hover {
  cursor: pointer
}

.faq-contents {
  padding: 20px 50px 14px;
  display: none
}

@media only screen and (max-width:959px) {
  .faq-contents {
    padding: 20px 20px 10px
  }
}

.faq-text {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.85;
  color: #4F3E3E;
}

@media only screen and (max-width:959px) {
  .faq-text {
    line-height: 1.57;
    letter-spacing: -0.02em
  }
}

.faq-text:first-of-type {
  margin-top: 0
}

.faq-text small {
  font-size: 12px;
  line-height: 2.16
}

@media only screen and (max-width:959px) {
  .faq-text small {
    line-height: 1.83
  }
}

.faq-text a {
  text-decoration: underline
}

.faq-text a:hover {
  text-decoration: none
}