/***************************/
/* 共通設定                */
/***************************/
.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%;
}

:root {
  --color_2c3e50: #2c3e50;
  --color_ecf0f1: #ecf0f1;
  --backColor: rgb(247, 249, 252);
  --backColor: rgb(255 255 255);
  --fontColor: rgb(38 39 43);
  --linkColor: rgb(0 148 194);
  --mainColor: rgb(38 39 43);
  --gothic : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --mincho : '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --marumozi: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* -- wrap-size -- */
.wrap {
  width: var(--warp-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.inner{
    width: var(--inner-size);
    margin-left: auto;
    margin-right: auto;
}

.width100{width:100%;}
.width90{width:90%;}
.width80{width:80%;}
.width70{width:70%;}
.width60{width:60%;}
.width50{width:50%;}
.width40{width:40%;}
.width30{width:30%;}
.width20{width:20%;}
.width10{width:10%;}

@media screen and (max-width:900px){
  .wrap{
    width: 96%;
  }
  .inner{
    width: 100%;
  }
}

a.link {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a.link:hover,
a.link:focus,
a.link:active {
  outline: none;
  text-decoration: none;
}

a.link:hover {
  opacity: 0.5;
}

.link{
  color: var(--linkColor);
  text-decoration: underline;
}

a.link:hover{
  opacity: 0.5;
}

/* Danger ボタン */
.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: rgba(0, 0, 0, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25;
}

/* Success ボタン */
.btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: rgba(0, 0, 0, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
    background-color: #408140;
}

/* Info ボタン */
.btn-info {
    background-color: #49afcd;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-color: rgba(0, 0, 0, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c;
}

/* Inverse ボタン */
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-color: rgba(0, 0, 0, 0.1);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808;
}

/* Secondary ボタン（シンプル） */
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-lg{
  padding: .5rem .7rem !important;
  border-radius: 6px !important;
  font-size: 95% !important;
}

.error-alert{
  color:#ff0000;
  margin-top:.4em;
}

/* ラジオボタン01 */
.radio1 input[type=radio] {
    display: none;
}
.radio1 label{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 1px 30px;
    position: relative;
    width: auto;
}
.radio1 label::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio1 label::after {
    background: var(--linkColor);
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
.radio1 input[type=radio]:checked + label::after {
    opacity: 1;
}

/* -- テーブル -- */
table,
thead,
tbody{
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis; 
}

table{
  text-align:left; 
}

table.table-bordered{
  border: 1px solid #efefef;
}

table.table-striped tr:nth-child(even){
  background: #efefef;
}

table.table-bordered th,
table.table-bordered td{
  border: 1px solid #efefef;
}

th,td{
  padding:0.5vw 0.5vw; 
  vertical-align: middle;
  font-size:92%;
}

th a,td a{
  font-size:92%;
}

th{
    font-weight : bold;
}

.table th,
.table td {
  border-bottom: .8px solid #ddd;
  background-color: #fff;
}

.table-design1 th,
.table-design1 td {
  padding: .5rem 1rem;
   border-bottom: .5px solid #ddd;
}

.table-design1 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* ヘッダーのスタイル */
.table-design1 th {
  background-color: #f4f4f4;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#f7f6f6, #ededed);
}

/* 行のホバーエフェクト */
.table-design1 tr:hover {
  background-color: #f1f1f1;
}

/* 奇数・偶数行の背景色を交互に変更 */
.table-design1 tr:nth-child(odd) {
  background-color: #fafafa;
}

.table-design1 tr:nth-child(even) {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
    .table-wrapper {
      max-width:800px;
      overflow-x: auto;
    }
}

blockquote{
  text-align: justify;
  background-color: #f5f5f5;
  padding: 25px;
  margin: 20px 0 20px 0;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

blockquote *{
  background:none !important;
  box-sizing: border-box !important;
  outline: none !important;
  list-style: none !important;
  font-kerning: auto !important;
  font-style: normal !important;
  text-decoration: none !important;
  font: inherit !important;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y:scroll;
}

/* flex-wrap */
.wrap-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

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

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

/* align-items */
.align-items-flex-start {
  display: flex;
  align-items: flex-start;
}

.align-items-flex-end {
  display: flex;
  align-items: flex-end;
}

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

.align-items-baseline {
  display: flex;
  align-items: baseline;
}

.align-items-stretch {
  display: flex;
  align-items: stretch;
}

/* align-content */
.align-content-flex-start {
  display: flex;
  align-content: flex-start;
}

.align-content-flex-end {
  display: flex;
  align-content: flex-end;
}

.align-content-center {
  display: flex;
  align-content: center;
}

.align-content-space-between {
  display: flex;
  align-content: space-between;
}

.align-content-space-around {
  display: flex;
  align-content: space-around;
}

.align-content-stretch {
  display: flex;
  align-content: stretch;
}

.justify-content-stretch {
  display: flex;
  justify-content: stretch;
}

.justify-content-start {
  display: flex;
  justify-content: flex-start ;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end ;
}

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

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

.justify-content-space-around {
  display: flex;
  justify-content: space-around ;
}

.row-reverse{
  flex-direction: row-reverse !important;
}

.column-reverse{
  flex-direction: column-reverse !important; 
}

/* -- パンくずリスト -- */

.breadcrumb *{
  font-size: 92%;
}

.breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}

.breadcrumb ol > * + *:before{
  content: ">";
  margin-left:.5rem;
  margin-right:.5rem;
}

.breadcrumb ol a{
  color: var(--linkColor);
  text-decoration:underline;
}

.breadcrumb ol span,
.breadcrumb ol .active{
  font-weight: bold;
}

/* 共通スタイル: ウェイトと行の高さ */
.font-size1,
.font-size2,
.font-size3,
.font-size4,
.font-size5,
.font-size6 {
  font-weight: 300;
  line-height: 1.2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
}

/* フォントサイズ（レスポンシブ対応） */
.font-size1 { font-size: calc(1.625rem + 4.5vw); }
.font-size2 { font-size: calc(1.575rem + 3.9vw); }
.font-size3 { font-size: calc(1.525rem + 3.3vw); }
.font-size4 { font-size: calc(1.475rem + 2.7vw); }
.font-size5 { font-size: calc(1.425rem + 2.1vw); }
.font-size6 { font-size: calc(1.375rem + 1.5vw); }

/* 見出しスタイル（レスポンシブ対応） */
.h1 { font-size: calc(1.375rem + 1.5vw); }
.h2 { font-size: calc(1.325rem + 0.9vw); }
.h3 { font-size: calc(1.3rem + 0.6vw); }
.h4 { font-size: calc(1.275rem + 0.3vw); }
.h5 { font-size: 1.25rem; }
.h6 { font-size: 1rem; }

.font-size80{
  font-size: 80%;
}

.font-size50{
  font-size: 50%;
}

/* メディアクエリ: 1280px以上で固定サイズに */
@media screen and (min-width: 1280px) {
  .font-size1 { font-size: 5rem; }
  .font-size2 { font-size: 4.5rem; }
  .font-size3 { font-size: 4rem; }
  .font-size4 { font-size: 3.5rem; }
  .font-size5 { font-size: 3rem; }
  .font-size6 { font-size: 2.5rem; }

  .h1 { font-size: 2.5rem; }
  .h2 { font-size: 2rem; }
  .h3 { font-size: 1.75rem; }
  .h4 { font-size: 1.5rem; }
  .h5 { font-size: 1.25rem; }
  .h6 { font-size: 1rem; }
}

.read-text{
  text-align:justify;
  margin-bottom: .8rem;
}

.read-text a{
  text-decoration: underline;
  color: var(--linkColor);
}

.textAlign-center{text-align:center;}
.textAlign-left{text-align:left;}
.textAlign-right{text-align:right;}
.textAlign-justify{text-align:justify;}

.opacity-1 {opacity: 1;}
.opacity-8 {opacity: 0.8;}
.opacity-6 {opacity: 0.6;}
.opacity-4 {opacity: 0.4;}
.opacity-2 {opacity: 0.2;}
.opacity-0 {opacity: 0;}

/* -- space -- */
.space1 > * + *{margin-top: .5rem;}
.space2 > * + *{margin-top: 1rem;}
.space3 > * + *{margin-top: 1.5rem;}
.space4 > * + *{margin-top: 2rem;}
.space5 > * + *{margin-top: 2.5rem;}

.mt-1{margin-top: .5rem;}
.mt-2{margin-top: 1rem;}
.mt-3{margin-top: 2.5rem;}
.mt-4{margin-top: 2rem;}
.mt-5{margin-top: 2.5rem;}
.mb-1{margin-bottom: .5rem;}
.mb-2{margin-bottom: 1rem;}
.mb-3{margin-bottom: 1.5rem;}
.mb-4{margin-bottom: 2rem;}
.mb-5{margin-bottom: 2,5rem;}

.mlr-auto{margin-left: auto;margin-right: auto;}

.pt-1{margin-top: .5rem;}
.pt-2{margin-top: 1rem;}
.pt-3{margin-top: 2.5rem;}
.pt-4{margin-top: 2rem;}
.pt-5{margin-top: 2.5rem;}
.pb-1{margin-bottom: .5rem;}
.pb-2{margin-bottom: 1rem;}
.pb-3{margin-bottom: 1.5rem;}
.pb-4{margin-bottom: 2rem;}
.pb-5{margin-bottom: 2,5rem;}

.ptb-1{padding-top:.5rem; padding-bottom:.5rem;}
.ptb-2{padding-top:1rem; padding-bottom:1rem;}
.ptb-3{padding-top:1.5rem; padding-bottom:1.5rem;}
.ptb-4{padding-top:2rem; padding-bottom:2rem;}
.ptb-5{padding-top:2.5rem; padding-bottom:2.5rem;}

@media (max-width: 640px) {
  /* -- space -- */
.space1 > * + *{margin-top: calc(1rem - 1%);}
.space2 > * + *{margin-top: calc(2rem - 3%);}
.space3 > * + *{margin-top: calc(3rem - 5%);}
.space4 > * + *{margin-top: calc(4rem - 7%);}
.space5 > * + *{margin-top: calc(5rem - 9%);}

.mt-1{margin-top: calc(1rem - 1%);}
.mt-2{margin-top: calc(2rem - 3%);}
.mt-3{margin-top: calc(3rem - 5%);}
.mt-4{margin-top: calc(4rem - 7%);}
.mt-5{margin-top: calc(5rem - 9%);}
.mb-1{margin-bottom: calc(1rem - 1%);}
.mb-2{margin-bottom: calc(2rem - 3%);}
.mb-3{margin-bottom: calc(3rem - 5%);}
.mb-4{margin-bottom: calc(4rem - 7%);}
.mb-5{margin-bottom: calc(5rem - 9%);}

.pt-1{padding-top: calc(1rem - 1%);}
.pt-2{padding-top: calc(2rem - 3%);}
.pt-3{padding-top: calc(3rem - 5%);}
.pt-4{padding-top: calc(4rem - 7%);}
.pt-5{padding-top: calc(5rem - 9%);}
.pb-1{padding-bottom: calc(1rem - 1%);}
.pb-2{padding-bottom: calc(2rem - 3%);}
.pb-3{padding-bottom: calc(3rem - 5%);}
.pb-4{padding-bottom: calc(4rem - 7%);}
.pb-5{padding-bottom: calc(5rem - 9%);}

.ptb-1{padding-top: calc(1rem - 1%); padding-bottom: calc(1rem - 1%);}
.ptb-2{padding-top: calc(2rem - 3%); padding-bottom: calc(2rem - 3%);}
.ptb-3{padding-top: calc(3rem - 5%); padding-bottom: calc(3rem - 5%);}
.ptb-4{padding-top: calc(4rem - 7%); padding-bottom: calc(4rem - 7%);}
.ptb-5{padding-top: calc(5rem - 9%); padding-bottom: calc(5rem - 9%);}
}

/* -- load object -- */
#loading-screen {
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffff;
  transition: all .7s ease;
}

.spinner {
  border: 8px solid #ededed;
  border-top: 8px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

/* アニメーションの定義 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* -- pager -- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li a:hover,
.pagination li.active span{
  background-color: #e4e4e4;
}

/* 非アクティブなリンクのスタイル */
.pagination li.disabled a,
.pagination li.disabled span {
  font-weight:bold;
}

.table-pagination b,
.table-pagination a{
  font-size:90%;
  padding:10px;
  border-radius:3px;
}

.table-pagination b.active{
  color:var(--linkColor);
  font-size:100%;
}

/* レスポンシブ対応 */
@media (max-width: 840px) {
  .pagination li a,
  .pagination li span {
      padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .pagination li a,
  .pagination li span {
      padding: 6px 3px;
  }
}

/* -- menu -- */
.hanbager-menu{
  display: none;
}

@media (max-width: 840px) {
  .hanbager-menu,
  .hanbager-menu > * {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hanbager-menu{
    position: relative;
    width: 50px;
    height: 44px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .hanbager-menu > * {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .hanbager-menu > *:nth-of-type(1) {
    top: 0;
  }
  .hanbager-menu > *:nth-of-type(2) {
    top: 20px;
  }
  .hanbager-menu > *:nth-of-type(3) {
    bottom: 0;
  }
  .hanbager-menu:hover > *:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
  }
  .hanbager-menu:hover > *:nth-of-type(2) {
    opacity: 0;
  }
  .hanbager-menu:hover > *:nth-of-type(3) {
    transform: translateY(-20px) rotate(45deg);
  }
}

.badge{
  background-color:#000;
  color:#fff;
  padding:.5em .5em;
  border-radius:.4em;
  font-size: 0.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-left: .4em;
}

.bg-img{
  position: relative;
  max-width:900px;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}

.bg-img img{
  opacity: 1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: transform 1.5s ease, opacity 2s ease;
  background-color: #000
}

.searchBox{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 30px;
  border: 1px solid rgb(206, 212, 218);
  padding-left:.5em;
  background: #fff;
}

.searchBox input,
.searchBox input:focus{
  border:none;
  outline:none;
  box-sizing: content-box;
  background: none !important;
  height: 1.7em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
}

.list-group-item {
    background: rgb(255, 255, 255);
    padding: 0px;
    list-style: none;
    border-radius: 6px;
    border: 1px solid rgb(227, 232, 238);
    overflow-y: scroll;
}

.list-group-item > * {
    display: flex;
    height: 3em;
    padding: .8rem .8rem;
    border-bottom: 1px solid rgb(227, 232, 238);
    -webkit-box-align: center;
    align-items: center;
}

.dismissible{
  padding: 0.4rem 1rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(223, 225, 229);
  border-radius: 6px;
  font-size:90%;
}

.dismissible-alert{
    color: rgb(247, 45, 60);
    background-color: rgb(255, 235, 239);
    text-align:center;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.4rem 1rem;
    border: 1px solid rgb(247, 45, 60);
    font-size:90%;
  }

.dismissible-alert a{
  color: rgb(247, 45, 60);
  text-decoration:underline;
}

.check-bar > input + span{
  position: relative;
  padding: 10px 10px 10px 45px;
  transition: .3s;
  color: #444;
  background: #f9f7f3;
  display: inline-block;
  line-height: 1.7;
  width: 100%;
  border-radius: 5px;
}

.check-bar input{
  display:none;
}

.check-bar > input:checked + span {
  background: #ff5353;
  color: #fff;
}

.check-bar > input + span:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 30px;
  margin: auto 0;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
}

.check-bar > input + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  width: 13px;
  height: 13px;
  background: #aaa;
  border-radius: 50%;
  transition: .2s;
}

.check-bar > input:checked + span::before {
  border: 1px solid #caa4c0;
}

.check-bar > input:checked + span::after {
  left: 25px;
  background: #ff5353;
} 
  
.grid-center > *{
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-space10{--grid-space:10px;}
.grid-space15{--grid-space:15px;}
.grid-space20{--grid-space:20px;}

.grid2,
.grid3,
.grid4,
.grid5 {
  gap: var(--grid-space);
}

.grid2 > * {flex-basis: calc((100% - var(--grid-space)*1) / 2);}
.grid3 > * {flex-basis: calc((100% - var(--grid-space)*2) / 3);}
.grid4 > * {flex-basis: calc((100% - var(--grid-space)*3) / 4);}
.grid5 > * {flex-basis: calc((100% - var(--grid-space)*4) / 5);}

.grid_1-4{
  display:grid;
  grid-template-columns: 1fr 4fr;
  gap: var(--grid-space);
}

.grid_4-1{
  display:grid;
  grid-template-columns: 4fr 1fr;
  gap: var(--grid-space);
}

.grid_3-2{
  display:grid;
  grid-template-columns: 3fr 2fr; 
  gap: var(--grid-space);
}

.grid_2-3{
  display:grid;
  grid-template-columns: 2fr 3fr; 
  gap: var(--grid-space);
}

.grid_5-1{
  display:grid;
  grid-template-columns: 5fr 1fr;
  gap: var(--grid-space);
}

.grid_1-5{
  display:grid;
  grid-template-columns: 1fr 5fr;
  gap: var(--grid-space);
}

.grid_1-9{
  display:grid;
  grid-template-columns: 1fr 9fr;
  gap: var(--grid-space);
}

.grid_9-1{
  display:grid;
  grid-template-columns: 9fr 1fr;
  gap: var(--grid-space);
}

@media (max-width: 800px) {
  .grid100-800px{
    gap: 0px;
    grid-template-columns: none;
    display: block;
  }
  .grid100-800px > *{
    flex-basis: 100%;
  }
  .grid100-800px > *+*{
    margin-top:1em;
  }
}

.broad-box{
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

/* -------------- カスタム設定 ---------------- */


.l-footer__logo{
  margin-left:auto;
  margin-right:auto;
}

.c-footer_menu__title.u-font--subhead.footer_head{
  display:none;
}

.c-footer_menu__list{
   width: auto;
}

.c-footer_menu.u-color__border--border{
  justify-content: center;
}

.l-footer__info__store .footer_body{
  text-align:center;
  display:blockl;
  width:100%;
}

.c-footer_menu__list li:last-child .c-footer_menu__list__item__inner::after {
    content: "";
}



