@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
/***************************/
/* 共通設定                */
/***************************/
.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;
}
.word-break-all {
  word-break: break-all;
}
.text-center {
  text-align: center;
}
.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;
}
/***************************/
/* padding-bottom XX       */
/***************************/
.pb5 { padding-bottom: 5px; }

/***************************/
/* テーマ設定                */
/***************************/
/* 画面遷移エフェクト無効 */
.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%;
  max-width: 600px; /* Amazon Pay ログインボタンが max-width: 600px を持っているため */
  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 V2 ID 連携        */
/***************************/
.amazon_pay_v2_ec {
  padding-top: 10px;
}

#customers-sessions-sign-in-view .amazon_pay_v2_ec {
  margin: 0 auto;
  width: 60%;
}

#cart-show-view .amazon_pay_v2_ec {
  width: 100%;
}

.amazon_pay_v2_ec #AmazonPayLoginBtnMainArea {
  display: contents;
}

.amazon_pay_v2_ec #AmazonLoginButtonMain {
  width: 100% !important;
  max-width: 600px; /* amazon ログインボタンが max-width: 600px を持っているため */
}

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

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

.amazon_pay_v2_sp_ec {
  padding-top: 10px;
}

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

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

/**************/
/* 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/orders/_view_coupon.html */
/**************************************/
.coupon_box {
  border: #ccc solid 1px;
  border-radius: 3px;
  margin: 10px 0px;
  padding: 10px;
  display: grid;
}

.first_line_wrapper {
  display: flex;
}

.coupon_discount_amount {
  align-content: center;
  margin-right: 5px;
  width: fit-content;
  padding-bottom: 5px;
  font-size: larger;
}

.coupon_expiration_date {
  align-content: center;
  padding: 5px 0px;
}

.coupon_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-content: center;
  padding-top: 5px;
  border-radius: 3px;
}

.btn_apply_coupon {
  width: 5rem;
  margin-left: auto;
  cursor: pointer;
  height:auto;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: small;
  background-color: #386F81;
  color: #fff;
  border-radius: 3px;
}

.btn_applied_coupon {
  background-color: #F5F8FA;
  border: none;
  color: #386F81;
  height:auto;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: small;
}

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

/************************************************************/
/* 取り消し線
/************************************************************/
.u-text-line-through {
  text-decoration: line-through;
}

/**************************************/
/* バグ解消するまで表示するメッセージ      */
/**************************************/
.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; } }

.p-cart_content__inner {
  padding-bottom: 20px;
}

.p-cart_content .c-cart_submit {
  padding-bottom: 20px;
}

@media screen and not (min-width: 1024px) {
  .p-cart_content .c-cart_submit {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/**************************************/
/* 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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#btn-minus:hover {
  opacity: 0.4;
}
#btn-plus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#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
/************************************************************/
@media screen and (max-width: 480px) {
  .smaregi_barcode {
    width: 70%;
    margin: auto;
    text-align: center;
  }
}

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

/************************************************************/
/* 動画アップロード
/* shop/sections/video.liquid
/************************************************************/
.mw-100 {
  max-width: 100%;
}

.mh-100 {
  max-height: 100%;
}


/************************************************************/
/* 追加
/************************************************************/
.glu_miu_lp,
.glu_miu_lp * {
  box-sizing: border-box;
}

.glu_miu_lp {
  width: 100%;
  overflow: hidden;
  color: #1f1f1f;
  background: #fff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 2;
}

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

.glu_miu_lp a {
  color: inherit;
  text-decoration: none;
}

.glu_miu_lp h1,
.glu_miu_lp h2,
.glu_miu_lp h3,
.glu_miu_lp p,
.glu_miu_lp ul {
  margin: 0;
  padding: 0;
}

.glu_miu_lp ul {
  list-style: none;
}

.glu_miu_inner,
.glu_miu_mv_inner {
  width: min(1200px, calc(100% - 100px));
  margin: 0 auto;
}

.glu_miu_big_en,
.glu_miu_en_sub,
.glu_miu_mv_en,
.glu_miu_what_title h2,
.p-new_product__title__en,
.p-new_product__title__jp {
  font-family: "Poiret One", sans-serif !important;
  font-weight: 400 !important;
}

.glu_miu_big_en {
  color: #bdb3e9;
  font-size: clamp(72px, 6.3vw, 121px);
  line-height: .95;
  text-transform: uppercase;
}

.glu_miu_en_sub {
  color: #a2a2a2;
  font-size: clamp(52px, 4.6vw, 88px);
  line-height: 1;
}

.glu_miu_placeholder {
  width: 100%;
  background: #afafaf;
  border-radius: 0 40px;
}

.glu_miu_pink {
  color: #ff6eb3;
}

.glu_miu_note_num {
  margin-left: 2px;
  font-size: .5em;
  font-weight: 400;
  line-height: 1;
  vertical-align: super;
}

.glu_miu_site_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  border: 0;
}

.glu_miu_site_header_inner {
  width: min(1200px, calc(100% - 100px));
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.glu_miu_site_header_logo {
  color: #222;
  font-family: "Poiret One", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none;
}

.glu_miu_site_header_nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.glu_miu_site_header_nav a {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 19px;
  text-decoration: none;
}

.glu_miu_site_header_cart {
  position: relative;
}

.glu_miu_site_header_cart a {
  position: relative;
}

.glu_miu_site_header_count {
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  position: absolute;
  top: -6px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #bdb3e9;
  border-radius: 50%;
  font-family: sans-serif;
  font-size: 9px;
  line-height: 1;
}

.glu_miu_mv {
  min-height: 950px;
  position: relative;
  background-image: var(--glu-soft-bg);
  background-size: cover;
  background-position: center;
}

.glu_miu_mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--glu-wave-bg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.glu_miu_mv_inner {
  min-height: 950px;
  position: relative;
  z-index: 3;
}

.glu_miu_mv_text {
  padding-top: 190px;
}

.glu_miu_mv_text h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .04em;
}

.glu_miu_mv_text > p:not(.glu_miu_mv_en) {
  margin-top: 28px;
  font-size: 24px;
}

.glu_miu_mv_badges {
  display: flex;
  gap: 22px;
  margin-top: 38px;
}

.glu_miu_mv_badges span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, .85);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1.2;
}

.glu_miu_mv_en {
  margin-top: 130px;
  color: #fff;
  font-size: clamp(92px, 7vw, 135px);
  line-height: 1;
}

.glu_miu_mv_product {
  width: 420px;
  position: absolute;
  top: 70px;
  right: 20px;
}

.glu_miu_what {
  padding: 220px 0 170px;
  background-image: var(--glu-feature-bg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.glu_miu_what_intro {
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  gap: 100px;
  align-items: start;
}

.glu_miu_what_title .glu_miu_en_sub {
  font-size: 76px;
}

.glu_miu_what_title h2 {
  width: max-content;
  margin-top: 25px;
  color: #bdb3e9;
  font-size: 112px;
  line-height: 1.05;
  white-space: nowrap;
}

.glu_miu_what_text {
  max-width: 570px;
  padding-top: 0;
}

.glu_miu_what_text h3 {
  margin-bottom: 32px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.65;
}

.glu_miu_what_text h3 span {
  color: #ff6eb3;
}

.glu_miu_what_text p + p {
  margin-top: 18px;
}

.glu_miu_feature_visual {
  width: 100%;
  margin-top: 140px;
  overflow: hidden;
}

.glu_miu_feature_track {
  width: max-content;
  display: flex;
  gap: 30px;
  animation: glu_miu_feature_slide 30s linear infinite;
}

.glu_miu_feature_slide {
  width: 350px;
  height: 365px;
  flex-shrink: 0;
  background: #afafaf;
  border-radius: 12px;
}

@keyframes glu_miu_feature_slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 15px));
  }
}

.glu_miu_feature_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}

.glu_miu_feature_card {
  min-height: 220px;
  padding: 36px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  line-height: 1.6;
}

.glu_miu_feature_card h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

section:has(.p-new_product) .l-container__row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-new_product {
  width: min(1200px, calc(100% - 100px));
  margin: 0 auto;
  padding: 190px 0 210px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 65px;
  align-items: start;
}

.p-new_product__title {
  margin: 0;
  overflow: visible;
  text-align: left;
}

.p-new_product__title .p-new_product__title__en,
.p-new_product__title .p-new_product__title__jp {
  width: max-content;
  max-width: none;
  display: block !important;
  font-size: 82px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.p-new_product__title .p-new_product__title__en {
  color: #a2a2a2 !important;
}

.p-new_product__title .p-new_product__title__jp {
  color: #bdb3e9 !important;
}

.p-new_product__slider,
.p-new_product__slider__track {
  width: 100%;
}

.p-new_product__slider__track__list {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  margin: 0 !important;
  padding: 0 !important;
}

.p-new_product__slider__track__list__item {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-new_product .c-product_item {
  width: 100%;
}

.p-new_product .c-product_item__inner__eyecatch {
  width: 100%;
  position: relative;
}

.p-new_product .c-product_item__inner__eyecatch__img {
  width: 100%;
  overflow: hidden;
}

.p-new_product .c-product_item__inner__eyecatch__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-new_product .c-product_item__actions {
  display: none;
}

.p-new_product .c-product_item__inner__content {
  padding-top: 25px;
}

.p-new_product .c-product_item__inner__title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.p-new_product .c-product_item__inner__price {
  margin-top: 7px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.p-new_product .product_description {
  margin-top: 14px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.p-new_product__more {
  display: none;
}

.glu_miu_lifestyle {
  padding: 210px 0 230px;
}

.glu_miu_lifestyle_inner {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 120px;
  align-items: start;
}

.glu_miu_lifestyle_left h2 {
  margin-bottom: 55px;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.5;
}

.glu_miu_lifestyle_left h2 span {
  color: #ff6eb3;
}

.glu_miu_lifestyle_photo {
  height: 490px;
}

.glu_miu_lifestyle_right {
  max-width: 620px;
  position: relative;
}

.glu_miu_lifestyle_right .glu_miu_big_en {
  font-size: 86px;
  line-height: .95;
  white-space: nowrap;
}

.glu_miu_big_en_gray {
  color: #a2a2a2;
}

.glu_miu_lifestyle_right h3 {
  margin: 38px 0 24px;
  font-size: 30px;
  font-weight: 400;
}

.glu_miu_lifestyle_right p:not(.glu_miu_big_en) + p {
  margin-top: 16px;
}

.glu_miu_bubbles span {
  display: block;
  position: absolute;
  background: #afafaf;
  border-radius: 50%;
}

.glu_miu_bubbles span:nth-child(1) {
  width: 130px;
  height: 130px;
  top: 15px;
  right: -125px;
}

.glu_miu_bubbles span:nth-child(2) {
  width: 185px;
  height: 185px;
  top: 250px;
  right: -150px;
}

.glu_miu_bubbles span:nth-child(3) {
  width: 110px;
  height: 110px;
  top: 470px;
  right: -40px;
}

.glu_miu_story {
  padding: 210px 0 240px;
  background-image: var(--glu-wave-bg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.glu_miu_story_top {
  display: grid;
  grid-template-columns: minmax(0, 620px) 430px;
  gap: 100px;
  align-items: center;
}

.glu_miu_story_text .glu_miu_en_sub {
  font-size: 68px;
  white-space: nowrap;
}

.glu_miu_story_text .glu_miu_big_en {
  margin-top: 8px;
  font-size: 100px;
}

.glu_miu_story_text h3 {
  margin: 38px 0 27px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
}

.glu_miu_story_text > p:not(.glu_miu_en_sub):not(.glu_miu_big_en) + p {
  margin-top: 14px;
}

.glu_miu_story_photo {
  height: 490px;
}

.glu_miu_story_detail {
  padding: 190px 0 210px;
}

.glu_miu_story_detail_inner {
  display: grid;
  grid-template-columns: 430px minmax(0, 620px);
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.glu_miu_story_detail_photo {
  height: 490px;
}

.glu_miu_story_detail_text h3 {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
}

.glu_miu_story_detail_text h3 span {
  color: #ff6eb3;
}

.glu_miu_story_detail_text p + p {
  margin-top: 14px;
}

.glu_miu_about {
  padding: 190px 0 210px;
  background-image: var(--glu-wave-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.glu_miu_about_heading {
  margin-bottom: 65px;
  text-align: center;
}

.glu_miu_about_heading .glu_miu_big_en {
  font-size: 100px;
  white-space: nowrap;
}

.glu_miu_about_heading > div {
  max-width: 720px;
  margin: 0 auto;
}

.glu_miu_about_heading h3 {
  margin: 30px 0 16px;
  font-size: 30px;
  font-weight: 400;
}

.glu_miu_about_grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.glu_miu_about_card {
  min-height: 245px;
  padding: 34px;
  background: rgba(255, 255, 255, .94);
  border-radius: 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

.glu_miu_about_num {
  color: #ff6eb3;
  font-size: 25px;
  line-height: 1;
  position: relative;
}

.glu_miu_about_num::after {
  content: "";
  width: 28px;
  height: 1px;
  display: block;
  margin-top: 10px;
  background: #bdb3e9;
}

.glu_miu_about_card h3 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 400;
}

.glu_miu_about_en {
  color: #a2a2a2;
  font-size: 13px;
}

.glu_miu_about_en::after {
  content: "";
  width: 28px;
  height: 1px;
  display: block;
  margin-top: 20px;
  background: #bdb3e9;
}

.glu_miu_about_card > p:last-child {
  margin-top: 32px;
}

.glu_miu_note {
  width: 100%;
  margin: 28px 0 0 !important;
  font-size: 12px;
  text-align: center;
}

.glu_miu_subscription {
  padding: 200px 0;
}

.glu_miu_subscription_inner {
  display: grid;
  grid-template-columns: minmax(0, 570px) 450px;
  gap: 100px;
  align-items: center;
}

.glu_miu_subscription .glu_miu_big_en {
  font-size: 86px;
  white-space: nowrap;
}

.glu_miu_subscription_text h3 {
  margin: 30px 0 24px;
  font-size: 30px;
  font-weight: 400;
}

.glu_miu_subscription_box {
  margin-top: 35px;
  padding: 27px 40px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
}

.glu_miu_subscription_box li {
  position: relative;
  padding-left: 28px;
}

.glu_miu_subscription_box li::before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  top: .55em;
  left: 0;
  background-image: var(--glu-icon-check);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.glu_miu_btn {
  width: min(100%, 300px);
  min-width: 300px;
  min-height: 65px;
  padding: 15px 36px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 15px;
}

.glu_miu_btn::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.glu_miu_btn_dark {
  color: #fff !important;
  background: #222;
}

.glu_miu_btn_light {
  color: #222 !important;
  background: #fff;
  border: 1px solid #aaa;
}

.glu_miu_btn_light::before {
  border-color: #222;
}

.glu_miu_subscription_text .glu_miu_btn {
  margin-top: 42px;
}

.glu_miu_subscription_photo {
  height: 470px;
}

.glu_miu_routine {
  padding: 200px 0 225px;
  background-image: var(--glu-wave-bg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.glu_miu_routine > .glu_miu_inner > .glu_miu_en_sub {
  font-size: 68px;
}

.glu_miu_routine > .glu_miu_inner > .glu_miu_big_en {
  margin-top: 10px;
  font-size: 88px;
  white-space: nowrap;
}

.glu_miu_routine_inner {
  display: grid;
  grid-template-columns: 540px 450px;
  gap: 85px;
  margin-top: 55px;
}

.glu_miu_routine_text h3 {
  font-size: 30px;
  font-weight: 400;
}

.glu_miu_routine_text > p {
  margin-top: 20px;
}

.glu_miu_routine_card {
  width: 100%;
  max-width: 550px;
  margin-top: 40px;
  padding: 34px 40px 40px;
  background: rgba(255, 255, 255, .95);
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.glu_miu_routine_tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 42px;
}

.glu_miu_routine_tab {
  padding: 0 0 14px;
  position: relative;
  color: #a2a2a2;
  background: none;
  border: 0;
  border-bottom: 1px solid #a2a2a2;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.4;
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease;
}

.glu_miu_routine_tab.is_active {
  color: #ff69ad;
  border-color: #ff69ad;
}

.glu_miu_routine_tab.is_active::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #ff69ad;
}

.glu_miu_routine_panel {
  display: none;
}

.glu_miu_routine_panel.is_active {
  display: block;
}

.glu_miu_routine_thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1.38 / 1;
  border-radius: 18px;
}

.glu_miu_routine_info {
  margin-top: 35px !important;
}

.glu_miu_routine_info li {
  min-height: 32px;
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.6;
}

.glu_miu_routine_info li + li {
  margin-top: 8px;
}

.glu_miu_routine_info li::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.glu_miu_routine_info_amount::before {
  width: 20px;
  height: 20px;
  top: 7px;
  background-image: var(--glu-icon-01);
}

.glu_miu_routine_info_timing::before {
  width: 20px;
  height: 20px;
  top: 7px;
  background-image: var(--glu-icon-02);
}

.glu_miu_routine_info_how::before {
  width: 15px;
  height: 19px;
  top: 7px;
  left: 2px;
  background-image: var(--glu-icon-03);
}

.glu_miu_routine_photo {
  height: 540px;
}

.glu_miu_voice {
  padding: 175px 0 165px;
}

.glu_miu_center_title {
  text-align: center;
}

.glu_miu_center_title .glu_miu_big_en {
  font-size: 94px;
}

.glu_miu_center_title > p {
  margin-top: 12px;
  font-size: 24px;
}

.glu_miu_voice_grid {
  max-width: 1050px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glu_miu_voice_card {
  min-height: 205px;
  padding: 32px;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.glu_miu_stars {
  margin-bottom: 20px;
  color: #fdcde4;
  letter-spacing: .2em;
}

.glu_miu_voice_card span {
  display: block;
  margin-top: 25px;
  font-size: 13px;
}

.glu_miu_information {
  padding: 165px 0 180px;
}

.glu_miu_information .glu_miu_inner {
  max-width: 1080px;
}

.glu_miu_category {
  margin: 40px 0 50px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.glu_miu_category_tab {
  min-width: 110px;
  padding: 9px 20px;
  color: #a2a2a2;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.glu_miu_category_tab.is_active {
  color: #222;
  background: #ededed;
}

.glu_miu_info_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.glu_miu_info_card.is_hidden {
  display: none;
}

.glu_miu_info_card .glu_miu_placeholder {
  height: 245px;
  border-radius: 0;
}

.glu_miu_info_card > p {
  margin-top: 20px;
  font-size: 13px;
}

.glu_miu_info_card h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.glu_miu_faq {
  padding: 165px 0 190px;
}

.glu_miu_faq .glu_miu_inner {
  max-width: 1000px;
}

.glu_miu_faq_list {
  margin-top: 55px;
}

.glu_miu_faq_item {
  border-bottom: 1px solid #ddd;
}

.glu_miu_question {
  width: 100%;
  padding: 27px 50px 27px 0;
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  color: #222;
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  cursor: pointer;
}

.glu_miu_question > span {
  color: #bdb3e9;
}

.glu_miu_question i {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.glu_miu_question i::before,
.glu_miu_question i::after {
  content: "";
  position: absolute;
  background: #a2a2a2;
  transition: transform .3s ease;
}

.glu_miu_question i::before {
  width: 18px;
  height: 1px;
  top: 8px;
  left: 0;
}

.glu_miu_question i::after {
  width: 1px;
  height: 18px;
  top: 0;
  left: 8px;
}

.glu_miu_faq_item.is_open .glu_miu_question i::after {
  transform: rotate(90deg);
}

.glu_miu_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.glu_miu_answer_inner {
  padding: 0 50px 28px 40px;
  display: grid;
  grid-template-columns: 40px 1fr;
}

.glu_miu_answer_inner > span {
  color: #ff6eb3;
}

.glu_miu_faq_btn {
  margin: 60px auto 0;
  display: flex;
}

.glu_miu_follow {
  padding: 175px 0 200px;
}

.glu_miu_follow .glu_miu_inner {
  max-width: 1000px;
}

.glu_miu_social_links {
  margin: 38px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.glu_miu_social_links a {
  min-width: 145px;
  padding: 9px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
}

.glu_miu_instagram_grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.glu_miu_instagram_grid .glu_miu_placeholder {
  aspect-ratio: 1 / 1;
  border-radius: 0;
}

.glu_miu_cta {
  padding: 165px 0 190px;
  background-image: var(--glu-cta-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.glu_miu_cta_inner {
  text-align: center;
}

.glu_miu_cta .glu_miu_big_en {
  font-size: 94px;
  white-space: nowrap;
}

.glu_miu_cta_inner h3 {
  margin-top: 26px;
  font-size: 30px;
  font-weight: 400;
}

.glu_miu_cta_inner > p {
  margin-top: 20px;
}

.glu_miu_cta_buttons {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.glu_miu_site_footer {
  width: 100%;
  padding: 85px 0 0;
  color: #fff;
  background: #252525;
}

.glu_miu_site_footer_inner {
  width: min(1200px, calc(100% - 100px));
  margin: 0 auto;
}

.glu_miu_site_footer_main {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 85px;
  padding-bottom: 70px;
}

.glu_miu_site_footer_brand {
  min-width: 0;
}

.glu_miu_site_footer_logo {
  width: 170px;
  display: block;
}

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

.glu_miu_site_footer_brand > p {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.9;
}

.glu_miu_site_footer_social {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.glu_miu_site_footer_social a {
  min-width: 72px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 20px;
  font-family: "Poiret One", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  text-decoration: none;
}

.glu_miu_site_footer_nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.glu_miu_site_footer_nav_item h3 {
  margin: 0 0 25px;
  color: #fff;
  font-family: "Poiret One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
}

.glu_miu_site_footer_nav_item > div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.glu_miu_site_footer_nav_item a {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
}

.glu_miu_site_footer_nav_item a + a {
  margin-top: 13px;
}

.glu_miu_site_footer_bottom {
  min-height: 85px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.glu_miu_site_footer_bottom > p {
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
}

.glu_miu_site_footer_policy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.glu_miu_site_footer_policy a,
.glu_miu_site_footer_policy span {
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  text-decoration: none;
}

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

.glu_miu_lp {
  font-size: 14px;
  line-height: 1.9;
}
.glu_miu_inner,
.glu_miu_mv_inner {
  width: calc(100% - 40px);
}
.glu_miu_site_header_inner {
  width: calc(100% - 40px);
  height: 60px;
}
.glu_miu_site_header_logo {
  font-size: 22px;
}
.glu_miu_site_header_logo img {
  width: 110px;
  height: auto;
}
.glu_miu_site_header_nav {
  gap: 14px;
}
.glu_miu_site_header_nav a {
  width: 26px;
  height: 26px;
  font-size: 16px;
}
.glu_miu_site_header_count {
  min-width: 15px;
  height: 15px;
  top: -4px;
  right: -6px;
  font-size: 8px;
}
.glu_miu_mv {
  min-height: 640px;
}
.glu_miu_mv_inner {
  min-height: 640px;
}
.glu_miu_mv_text {
  padding-top: 48px;
}
.glu_miu_mv_text h1 {
  font-size: 29px;
  line-height: 1.55;
}
.glu_miu_mv_text > p:not(.glu_miu_mv_en) {
  margin-top: 13px;
  font-size: 14px;
}
.glu_miu_mv_badges {
  gap: 8px;
  margin-top: 20px;
}
.glu_miu_mv_badges span {
  width: 54px;
  height: 54px;
  font-size: 8px;
}
.glu_miu_mv_product {
  width: 175px;
  top: 245px;
  right: 0;
}
.glu_miu_mv_en {
  margin-top: 265px;
  font-size: 40px;
}
.glu_miu_what {
  padding: 75px 0 80px;
}
.glu_miu_what_intro {
  grid-template-columns: 1fr;
  gap: 30px;
}
.glu_miu_what_title .glu_miu_en_sub {
  font-size: 43px;
}
.glu_miu_what_title h2 {
  width: auto;
  margin-top: 8px;
  font-size: 60px;
  line-height: .98;
  white-space: normal;
}
.glu_miu_what_text {
  padding-top: 0;
}
.glu_miu_what_text h3 {
  margin-bottom: 20px;
  font-size: 21px;
}
.glu_miu_what_text p {
  font-size: 13px;
}
.glu_miu_what_text br {
  display: none;
}
.glu_miu_feature_visual {
  margin-top: 55px;
}
.glu_miu_feature_track {
  gap: 15px;
}
.glu_miu_feature_slide {
  width: 210px;
  height: 220px;
}
.glu_miu_feature_cards {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 22px;
}
.glu_miu_feature_card {
  min-height: auto;
  padding: 24px 20px;
}
.glu_miu_feature_card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.glu_miu_feature_card p {
  font-size: 12px;
}
.p-new_product {
  width: calc(100% - 40px);
  height: auto !important;
  min-height: 0 !important;
  padding: 75px 0 90px;
  display: block !important;
}
.p-new_product__title {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 30px !important;
}
.p-new_product__title .p-new_product__title__en,
.p-new_product__title .p-new_product__title__jp {
  width: auto;
  font-size: 48px !important;
  line-height: .95 !important;
  white-space: nowrap;
}
.p-new_product__slider,
.p-new_product__slider__track {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  position: static !important;
  overflow: visible !important;
  transform: none !important;
}
.p-new_product__slider__track__list,
.p-new_product .temp-new_product_slider {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 38px !important;
  position: static !important;
  transform: none !important;
}
.p-new_product__slider__track__list__item {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  float: none !important;
}
.p-new_product .c-product_item {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  position: relative !important;
}
.p-new_product .c-product_item__inner__eyecatch {
  width: 100%;
  max-width: 300px;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto;
}
.p-new_product .c-product_item__inner__eyecatch__img {
  height: auto !important;
}
.p-new_product .c-product_item__inner__eyecatch__img img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.p-new_product .c-product_item__inner__content {
  max-width: 300px;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto;
  padding-top: 16px;
}
.p-new_product .c-product_item__inner__title {
  font-size: 14px;
}
.p-new_product .c-product_item__inner__price {
  font-size: 12px;
}
.p-new_product .product_description {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.7;
}
.glu_miu_lifestyle {
  padding: 80px 0 90px;
}
.glu_miu_lifestyle_inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.glu_miu_lifestyle_left h2 {
  margin-bottom: 25px;
  font-size: 26px;
}
.glu_miu_lifestyle_photo {
  height: 320px;
}
.glu_miu_lifestyle_right .glu_miu_big_en {
  font-size: 49px;
  line-height: .95;
  white-space: normal;
}
.glu_miu_lifestyle_right h3 {
  margin: 25px 0 17px;
  font-size: 21px;
}
.glu_miu_lifestyle_right p:not(.glu_miu_big_en) {
  font-size: 13px;
}
.glu_miu_bubbles {
  display: none;
}
.glu_miu_story {
  padding: 80px 0 90px;
}
.glu_miu_story_top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.glu_miu_story_text .glu_miu_en_sub {
  font-size: 41px;
  white-space: normal;
}
.glu_miu_story_text .glu_miu_big_en {
  margin-top: 5px;
  font-size: 60px;
}
.glu_miu_story_text h3 {
  margin: 23px 0 17px;
  font-size: 21px;
}
.glu_miu_story_text > p:not(.glu_miu_en_sub):not(.glu_miu_big_en) {
  font-size: 13px;
}
.glu_miu_story_photo {
  height: 320px;
}
.glu_miu_story_detail {
  padding: 80px 0;
}
.glu_miu_story_detail_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.glu_miu_story_detail_photo {
  height: 320px;
}
.glu_miu_story_detail_text h3 {
  margin-bottom: 20px;
  font-size: 21px;
}
.glu_miu_story_detail_text p {
  font-size: 13px;
}
.glu_miu_about {
  padding: 80px 0 90px;
}
.glu_miu_about_heading {
  margin-bottom: 34px;
}
.glu_miu_about_heading .glu_miu_big_en {
  font-size: 49px;
  white-space: nowrap;
}
.glu_miu_about_heading h3 {
  margin: 20px 0 10px;
  font-size: 21px;
}
.glu_miu_about_heading p {
  font-size: 13px;
}
.glu_miu_about_heading br {
  display: none;
}
.glu_miu_about_grid {
  grid-template-columns: 1fr;
  gap: 14px;
}
.glu_miu_about_card {
  min-height: auto;
  padding: 23px 20px;
}
.glu_miu_about_num {
  font-size: 20px;
}
.glu_miu_about_card h3 {
  font-size: 18px;
}
.glu_miu_about_card > p:last-child {
  margin-top: 20px;
  font-size: 12px;
}
.glu_miu_note {
  margin-top: 22px !important;
  font-size: 10px;
  text-align: left;
}
.glu_miu_subscription {
  padding: 80px 0 90px;
}
.glu_miu_subscription_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.glu_miu_subscription .glu_miu_big_en {
  font-size: 44px;
  white-space: nowrap;
}
.glu_miu_subscription_text h3 {
  margin: 20px 0 15px;
  font-size: 21px;
}
.glu_miu_subscription_text > p {
  font-size: 13px;
}
.glu_miu_subscription_box {
  margin-top: 25px;
  padding: 22px 20px;
}
.glu_miu_subscription_box li {
  font-size: 12px;
}
.glu_miu_subscription_text .glu_miu_btn {
  margin-top: 28px;
}
.glu_miu_subscription_photo {
  height: 320px;
}
.glu_miu_btn {
  width: 220px;
  min-width: 220px;
  min-height: 50px;
  padding: 12px 30px;
  font-size: 12px;
}
.glu_miu_routine {
  padding: 80px 0 90px;
}
.glu_miu_routine > .glu_miu_inner > .glu_miu_en_sub {
  font-size: 40px;
}
.glu_miu_routine > .glu_miu_inner > .glu_miu_big_en {
  margin-top: 5px;
  font-size: 44px;
  line-height: 1;
  white-space: normal;
}
.glu_miu_routine_inner {
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}
.glu_miu_routine_text h3 {
  font-size: 21px;
}
.glu_miu_routine_text > p {
  margin-top: 12px;
  font-size: 13px;
}
.glu_miu_routine_card {
  max-width: none;
  margin-top: 25px;
  padding: 22px 16px 25px;
  border-radius: 15px;
}
.glu_miu_routine_tabs {
  gap: 12px;
  margin-bottom: 25px;
}
.glu_miu_routine_tab {
  padding-bottom: 9px;
  font-size: 14px;
}
.glu_miu_routine_thumb {
  border-radius: 10px;
}
.glu_miu_routine_info {
  margin-top: 18px !important;
}
.glu_miu_routine_info li {
  min-height: 28px;
  padding-left: 32px;
  font-size: 11px;
}
.glu_miu_routine_photo {
  height: 340px;
}
.glu_miu_voice {
  padding: 75px 0 80px;
}
.glu_miu_center_title .glu_miu_big_en {
  font-size: 48px;
}
.glu_miu_center_title > p {
  margin-top: 9px;
  font-size: 17px;
}
.glu_miu_voice_grid {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 32px;
}
.glu_miu_voice_card {
  min-height: auto;
  padding: 22px 20px;
}
.glu_miu_voice_card p {
  font-size: 12px;
}
.glu_miu_voice_card span {
  font-size: 11px;
}
.glu_miu_information {
  padding: 75px 0 85px;
}
.glu_miu_category {
  margin: 25px 0 30px;
  flex-wrap: wrap;
  gap: 7px;
}
.glu_miu_category_tab {
  min-width: auto;
  padding: 6px 12px;
  font-size: 11px;
}
.glu_miu_info_grid {
  grid-template-columns: 1fr;
  gap: 25px;
}
.glu_miu_info_card .glu_miu_placeholder {
  height: 200px;
}
.glu_miu_info_card > p {
  margin-top: 12px;
  font-size: 11px;
}
.glu_miu_info_card h3 {
  font-size: 13px;
}
.glu_miu_faq {
  padding: 75px 0 85px;
}
.glu_miu_faq_list {
  margin-top: 30px;
}
.glu_miu_question {
  padding: 17px 34px 17px 0;
  grid-template-columns: 28px 1fr;
  font-size: 12px;
}
.glu_miu_answer_inner {
  padding: 0 30px 18px 28px;
  grid-template-columns: 28px 1fr;
  font-size: 11px;
}
.glu_miu_faq_btn {
  margin-top: 30px;
}
.glu_miu_follow {
  padding: 75px 0 85px;
}
.glu_miu_social_links {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.glu_miu_social_links a {
  min-width: 0;
  padding: 8px 10px;
  font-size: 11px;
}
.glu_miu_instagram_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
.glu_miu_cta {
  padding: 75px 0 85px;
}
.glu_miu_cta .glu_miu_big_en {
  font-size: 44px;
  line-height: 1;
  white-space: normal;
}
.glu_miu_cta_inner h3 {
  margin-top: 18px;
  font-size: 21px;
}
.glu_miu_cta_inner > p {
  margin-top: 15px;
  font-size: 12px;
}
.glu_miu_cta_buttons {
  margin-top: 28px;
  flex-direction: column;
  gap: 12px;
}
.glu_miu_site_footer {
  padding-top: 52px;
}
.glu_miu_site_footer_inner {
  width: calc(100% - 40px);
}
.glu_miu_site_footer_main {
  grid-template-columns: 1fr;
  gap: 42px;
  padding-bottom: 42px;
}
.glu_miu_site_footer_logo {
  width: 140px;
}
.glu_miu_site_footer_brand > p {
  margin-top: 22px;
  font-size: 11px;
}
.glu_miu_site_footer_social {
  margin-top: 25px;
  gap: 8px;
}
.glu_miu_site_footer_social a {
  min-width: auto;
  padding: 6px 10px;
  font-size: 9px;
}
.glu_miu_site_footer_nav {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 16px;
}
.glu_miu_site_footer_nav_item h3 {
  margin-bottom: 15px;
  font-size: 15px;
}
.glu_miu_site_footer_nav_item > div {
  padding-left: 12px;
}
.glu_miu_site_footer_nav_item a {
  font-size: 10px;
}
.glu_miu_site_footer_nav_item a + a {
  margin-top: 10px;
}
.glu_miu_site_footer_bottom {
  min-height: 0;
  padding: 20px 0 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.glu_miu_site_footer_policy {
  flex-wrap: wrap;
  gap: 8px;
}
.glu_miu_site_footer_policy a,
.glu_miu_site_footer_policy span,
.glu_miu_site_footer_bottom > p {
  font-size: 9px;
}
}

.glu_miu_header_space {
  height: 120px;
}

@media screen and (max-width: 767px) {
.glu_miu_header_space {
  height: 85px;
}
}

/* 固定ページ共通用（仮） */

.glu_miu_page {
  width: min(1000px, calc(100% - 80px));
  margin: 0 auto;
  padding: 140px 0 130px;
  color: #222;
  font-size: 16px;
  line-height: 2;
}

.glu_miu_page h1,
.glu_miu_page h2,
.glu_miu_page h3,
.glu_miu_page p,
.glu_miu_page ul,
.glu_miu_page ol,
.glu_miu_page table {
  margin-top: 0;
}

.glu_miu_page h1 {
  margin-bottom: 55px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
}

.glu_miu_page h2 {
  margin: 60px 0 25px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
}

.glu_miu_page h3 {
  margin: 45px 0 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.glu_miu_page p {
  margin-bottom: 20px;
}

.glu_miu_page strong {
  font-size: 18px;
  font-weight: 500;
}

.glu_miu_page ul,
.glu_miu_page ol {
  margin-bottom: 30px;
  padding-left: 1.5em;
}

.glu_miu_page li + li {
  margin-top: 8px;
}

.glu_miu_page a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.glu_miu_page table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  font-size: 15px;
}

.glu_miu_page th,
.glu_miu_page td {
  padding: 18px 22px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.glu_miu_page th {
  width: 190px;
  font-weight: 500;
  background: #f8f6fc;
}

@media (max-width:767px) {
.glu_miu_page {
  width: calc(100% - 40px);
  padding: 100px 0 90px;
  font-size: 14px;
  line-height: 1.9;
}
.glu_miu_page h1 {
  margin-bottom: 35px;
  font-size: 28px;
}
.glu_miu_page h2 {
  margin: 45px 0 20px;
  font-size: 23px;
}
.glu_miu_page h3 {
  margin: 35px 0 15px;
  font-size: 18px;
}
.glu_miu_page p {
  margin-bottom: 16px;
}
.glu_miu_page strong {
  font-size: 16px;
}
.glu_miu_page table {
  font-size: 13px;
}
.glu_miu_page th,
.glu_miu_page td {
  padding: 13px 12px;
}
.glu_miu_page th {
  width: 105px;
}
}