/* zip:20260722 */
/***************************/
/* 共通設定                */
/***************************/
.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: #174789;
  color: #fff;
  border-radius: 3px;
  transition: background 0.7s, color 0.7s;
}
.btn_apply_coupon:hover {
  background-color: #fff;
  color: #174789;
}

.btn_applied_coupon {
  background-color: #F5F8FA;
  border: none;
  color: #174789;
  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%;
}

/************************************************************/
/* andpc brand CSS
/* Ported from andpc Shopify theme
/************************************************************/

/* utility */
/* breakpoints: sp <= 768px | tablet 769-1024px | pc >= 1025px */
.pc-only { display: block; }
.sp-only { display: none; }
.tablet-only { display: none; }
@media (min-width: 48.0625em) and (max-width: 64em) {
  .pc-only { display: none; }
  .sp-only { display: none; }
  .tablet-only { display: block; }
}
@media (max-width: 48em) {
  .pc-only { display: none; }
  .sp-only { display: block; }
  .tablet-only { display: none; }
}

/* section title */
.title_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-block-start: 64px;
}
@media (max-width: 48em) {
  .title_block {
    margin-block-start: 48px;
    gap: 13px;
  }
}
.contaents_title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin: 0;
}
@media (max-width: 48em) {
  .contaents_title { font-size: 24px; letter-spacing: 0.48px; }
}
.contants_sub_title {
  color: #607ea7;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 48em) {
  .contants_sub_title { font-size: 13px; }
}
.contaents_title_blue {
  color: #1a3461;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contaents_title_blue img { flex-shrink: 0; width: auto; height: auto; }
.contaents_title_blue .footer_benefits_title_logo,
.footer_benefits_title .footer_benefits_title_logo { width: 80px !important; height: 25px !important; }
.contaents_title_blue .footer_benefits_title_bookmark,
.footer_benefits_title .footer_benefits_title_bookmark { width: 14px !important; height: 19px !important; }

/* FV slider */
.fv-images {
  padding-block: 40px;
}
@media (max-width: 48em) {
  .fv-images { padding-block: 48px; }
}
.fv-image-list picture {
  display: block;
  width: 100%;
}
.fv-image-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* index btn area */
.index-btn-block {
  background-color: #e2e7ee;
  padding-block: 10px;
}
@media (max-width: 48em) {
  /* SP: Figma sp-3btn (258:8955) 上10px / 下32px / 左右20px */
  .index-btn-block {
    padding-inline: 20px;
    padding-top: 10px;
    padding-bottom: 32px;
  }
}
.index-btn-lists {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  width: min(1100px, 90%);
  margin-inline: auto;
}
@media (max-width: 48em) {
  .index-btn-lists { width: 100%; }
}
.index-btn-list { list-style: none; }
.index-btn-link {
  background-color: #fff;
  display: block;
  color: #174789;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding-block: 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.index-btn-link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #c5c5c5;
  border-top: 2px solid #c5c5c5;
}
@media (max-width: 48em) {
  .index-btn-link {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* SP: 矢印は5x7.4px相当・ボタン幅の約10%内側 (Figma 258:8955) */
  .index-btn-link::after {
    right: 11px;
    width: 5px;
    height: 5px;
    border-right-width: 1.5px;
    border-top-width: 1.5px;
  }
}

/* index category */
.index_category {
}
@media (max-width: 48em) {
  .index_category { padding-inline: 20px; }
}
.index_category_contents {
  width: min(1098px, 100%);
  padding-block-end: 104px;
  margin-block-start: 48px;
  margin-inline: auto;
}
@media (max-width: 48em) {
  .index_category_contents {
    margin-block-start: 32px;
    padding-block-end: 48px;
  }
}
.index_category_tabs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.index_category_tab {
  cursor: pointer;
  color: #ababb2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-block-end: 16px;
  border-block-end: 1px solid #e6e6e6;
}
@media (max-width: 48em) {
  .index_category_tab {
    font-size: 14px;
    padding-block-end: 12px;
  }
}
.index_category_tab.active,
.index_category_tab[class*="active"] {
  color: #1a3461;
  border-block-end: 4px solid #1a3461;
}
.index_category_childs_block { margin-block-start: 31px; }
.index_category_child_inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
@media (min-width: 48.0625em) and (max-width: 64em) {
  .index_category_child_inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}
@media (max-width: 48em) {
  .index_category_child_inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 7.5px;
  }
}
.index_category_child_inner a {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 16px;
  background: #f5f5f7;
  padding-block: 25px 20px;
  text-decoration: none;
  gap: 28px;
}
@media (max-width: 48em) {
  .index_category_child_inner a {
    padding-block: 12px 13px;
    gap: 8px;
  }
}
.index_category_child_inner img {
  height: 64px;
  width: auto;
}
@media (max-width: 48em) {
  .index_category_child_inner img { height: 30px; width: auto; }
}
.index_category_child_title {
  color: var(--main-text, #2A2A2A);
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  margin-block: 19px 0;
  padding-inline: 0;
}
/* カテゴリ名の改行出し分け（snippets/_category_title.html.liquid） */
.cat_br_sp { display: none; }
@media (max-width: 48em) {
  /* SP: Figma 1:1723 ほか カード78px / line-height 1.2 */
  .index_category_child_title {
    font-size: 9px;
    margin-block: 7px 0;
    padding-inline: 0;
    line-height: 1.2;
  }
  .cat_br_pc { display: none; }
  .cat_br_sp { display: inline; }
  /* 中古の長いカテゴリ名のみ 8px */
  .index_category_child_title .cat_title_sm { font-size: 8px; }
}

/* index ranking */
.index_raiking {
}
.index_ranking_contents {
  width: 100%;
  padding-block-end: 104px;
  margin-block-start: 48px;
  margin-inline: auto;
}
@media (max-width: 48em) {
  .index_ranking_contents {
    margin-block-start: 32px;
    padding-block-end: 48px;
  }
}
.index_ranking_tabs {
  width: min(1100px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.index_tab {
  cursor: pointer;
  color: #ababb2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-block-end: 16px;
  border-block-end: 1px solid #e6e6e6;
}
@media (max-width: 48em) {
  .index_tab {
    font-size: 14px;
    padding-block-end: 12px;
  }
}
.index_tab.active {
  color: #1a3461;
  border-block-end: 4px solid #1a3461;
}
.index_list_childs_block { margin-block-start: 31px; }
.index_ranking_child {
  position: relative;
}
.ranking_link {
  position: relative;
  text-decoration: none;
}
.ranking_link::after {
  content: "";
  position: absolute;
  width: 64px;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  padding-block-start: 4px;
  padding-inline-start: 8px;
  background-color: #e0e0e0;
}
@media (max-width: 48em) {
  .ranking_link::after {
    width: 40px;
    font-size: 16px;
    padding-block-start: 3px;
    padding-inline-start: 5px;
  }
}
.rank1::after { content: "1"; background-color: #ad9b49; color: #fff; }
.rank2::after { content: "2"; background-color: #949fad; color: #fff; }
.rank3::after { content: "3"; background-color: #b38067; color: #fff; }
.rank4::after { content: "4"; background-color: #323232; color: #fff; }
.rank5::after { content: "5"; }
.rank6::after { content: "6"; }
.rank7::after { content: "7"; }
.rank8::after { content: "8"; }
.rank9::after { content: "9"; }
.rank10::after { content: "10"; }
.ranking_link_inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 48em) {
  .ranking_link_inner { gap: 4px; }
}
.raiking_img {
  flex-grow: 1;
  aspect-ratio: 352/300;
  overflow: hidden;
  background-color: #fff;
}
.raiking_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_ranking_child_title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 48em) {
  .index_ranking_child_title { font-size: 13px; }
}
.index_ranking_child_price {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0 0;
}
@media (max-width: 48em) {
  .index_ranking_child_price { font-size: 13px; }
}
.index_ranking_child_desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 48em) {
  .index_ranking_child_desc { font-size: 14px; }
}
.ranking-swiper-button-prev,
.ranking-swiper-button-next {
  position: absolute;
  top: 142px;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(26, 52, 97, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking-swiper-button-prev img,
.ranking-swiper-button-next img {
  width: 11px;
  height: 19px;
}
.ranking-swiper-button-next img {
  transform: scaleX(-1);
}
@media (min-width: 48.0625em) and (max-width: 64em) {
  .ranking-swiper-button-prev,
  .ranking-swiper-button-next { top: 120px; }
}
@media (max-width: 48em) {
  .ranking-swiper-button-prev,
  .ranking-swiper-button-next { top: 80px; width: 32px; height: 32px; }
  .ranking-swiper-button-prev img,
  .ranking-swiper-button-next img { width: 9px; height: 15px; }
}
.ranking-swiper-button-prev { left: 8px; }
.ranking-swiper-button-next { right: 8px; }

/* index about */
.index_about_movie {
  width: min(654px, 90%);
  margin-inline: auto;
  margin-block-start: 40px;
}
@media (max-width: 48em) {
  .index_about_movie { width: min(335px, 90%); }
}
.index_about_play {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 654/339;
  border-radius: 12px;
  overflow: hidden;
  background-color: #9a9a9a;
  text-decoration: none;
}
.index_about_play.js-movie-play {
  cursor: pointer;
}
.index_about_movie_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.index_about_movie_label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  letter-spacing: 30px;
  text-indent: 30px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .index_about_movie_label {
    font-size: 18px;
    letter-spacing: 18px;
    text-indent: 18px;
  }
}
.index_about_play_btn {
  position: absolute;
  top: calc(50% + 24px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 52px;
  height: 60px;
  pointer-events: none;
  transition: transform 0.2s ease;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
@media (max-width: 48em) {
  .index_about_play_btn {
    width: 36px;
    height: 42px;
    top: calc(50% + 16px);
  }
}
.index_about_play.js-movie-play:hover .index_about_play_btn {
  transform: translate(-50%, 0) scale(1.1);
}

/* movie modal */
.c-movie_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9000;
  align-items: center;
  justify-content: center;
}
.c-movie_modal.is-open { display: flex; }
.c-movie_modal__inner {
  position: relative;
  width: min(854px, 92vw);
  aspect-ratio: 16/9;
}
.c-movie_modal__inner__close {
  position: absolute;
  top: -44px;
  right: 0;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.c-movie_modal__inner__content,
#ytplayer-modal {
  width: 100%;
  height: 100%;
}
#ytplayer-modal iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* index benefits */
.index_benefits {
  background: #dce8f5;
  padding-block: 24px 31px;
  margin-block-start: 80px;
}
@media (max-width: 48em) {
  .index_benefits {
    margin-block-start: 48px;
    padding-block: 24px;
  }
}
.index_benefits_contents {
  margin-block-start: 20px;
  display: flex;
  gap: 41px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 48em) {
  .index_benefits_contents {
    flex-direction: column;
    padding-inline: 36px;
    gap: 10px;
  }
}
.index_benefits_block {
  display: flex;
  gap: 41px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 48em) {
  .index_benefits_block:not(:first-child) {
    padding-inline-start: 41px;
  }
  .index_benefits_block:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #607ea7;
    opacity: 0.5;
    left: 0;
    top: 0;
  }
}
@media (max-width: 48em) {
  /* SP: Figma 258:8796 アイコン40x40・左揃え・テキスト左端60px */
  .index_benefits_block {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .index_benefits_icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index_benefits_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .index_benefits_block:not(:first-child) {
    padding-block-start: 10px;
    align-self: start;
  }
  .index_benefits_block:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #607ea7;
    opacity: 0.5;
  }
}
/* SP専用の改行はPCでは無効 */
.benefits_br_sp { display: none; }
.index_benefits_text {
  color: #1a3461;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 48em) {
  /* SP: 改行位置をFigma 258:8796 に合わせて切り替え */
  .benefits_br_pc { display: none; }
  .benefits_br_sp { display: inline; }
  /* SP: Figma 258:8796 14px / line-height 1.4 / letter-spacing 0.28px */
  .index_benefits_text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.28px;
    flex: 1 1 auto;
  }
}
.benefits_button {
  margin-block-start: 32px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 48em) {
  .benefits_button { margin-block-start: 16px; }
}
.benefits_button a {
  padding: 12px 90px;
  border: 1px solid #1a3461;
  border-radius: 8px;
  color: #1a3461;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.7s, color 0.7s;
}
.benefits_button a:hover {
  background: #1a3461;
  color: #fff;
}
.benefits_button a:hover .benefits_button_icon {
  filter: brightness(0) invert(1);
}
.benefits_button_icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
@media (max-width: 48em) {
  .benefits_button a {
    padding: 8px 38px;
    font-size: 14px;
  }
  .benefits_button_icon {
    width: 16px;
    height: 16px;
  }
}

/* index feature */
.index_feature_contents { margin-block-start: 56px; }
@media (max-width: 48em) {
  .index_feature_contents {
    margin-block-start: 32px;
    padding-inline: 20px;
  }
}
.index_feature_contents_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(1100px, 100%);
  margin-inline: auto;
}
@media (max-width: 48em) {
  .index_feature_contents_inner { gap: 20px; }
}
.index_feature_contents_item {
  padding-block-end: 24px;
  border-block-end: 1px solid #c8c8c8;
  display: flex;
  gap: 48px;
}
@media (max-width: 48em) {
  .index_feature_contents_item {
    flex-direction: column;
    gap: 16px;
    padding-block-end: 20px;
  }
}
.index_feature_contents_item_image {
  width: 300px;
  aspect-ratio: 300 / 194;
  flex-shrink: 0;
}
@media (max-width: 48em) {
  .index_feature_contents_item_image {
    width: 100%;
    max-width: 335px;
    aspect-ratio: 335 / 200;
    margin-inline: auto;
  }
}
.index_feature_contents_item_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_feature_contents_item_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e9eef2;
  color: #888;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .index_feature_contents_item_placeholder { font-size: 12px; }
}
.index_feature_contents_item_content {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media (max-width: 48em) {
  .index_feature_contents_item_content { gap: 10px; }
}
.index_feature_contents_item_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 48em) {
  .index_feature_contents_item_title { font-size: 18px; }
}
.index_feature_contents_item_subtitle {
  color: #1a3461;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.index_feature_contents_item_subtitle img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 48em) {
  .index_feature_contents_item_subtitle { font-size: 16px; line-height: 160%; gap: 8px; }
}
.index_featre_contents_item_description {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.index_featre_contents_item_description p { margin: 0; }
.index_featre_contents_item_description p + p { margin-block-start: 0.5em; }
@media (max-width: 48em) {
  .index_featre_contents_item_description { font-size: 14px; line-height: 140%; }
}
.index_footer_bnr {
  margin-block-start: 80px;
  width: min(1100px, 100%);
  margin-inline: auto;
}
@media (max-width: 48em) {
  .index_footer_bnr {
    margin-block-start: 64px;
    padding-inline: 20px;
  }
}
.index_footer_bnr a {
  display: block;
  transition: opacity 0.7s;
}
.index_footer_bnr a:hover {
  opacity: 0.5;
}
.index_footer_bnr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* index magazine */
.index_magazine {
  background: #f4f7f9;
  padding-block: 64px 104px;
}
@media (max-width: 48em) {
  .index_magazine { padding-block: 64px 62px; }
}
.index_magazine_contents { margin-block-start: 40px; }
@media (max-width: 48em) {
  .index_magazine_contents { margin-block-start: 32px; }
}
.index_magazine_contents_inner {
  width: min(1100px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  box-sizing: border-box;
}
@media (max-width: 48em) {
  .index_magazine_contents_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    padding-inline: 20px;
  }
}
.index_magazine_contents_item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding-block-end: 22px;
}
.index_magazine_contents_item a { text-decoration: none; display: block; }
.index_magazine_contents_item img {
  display: block;
  width: 100%;
  aspect-ratio: 326 / 200;
  object-fit: cover;
}
.index_magazine_contents_item_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 326 / 200;
  background: #e9eef2;
  color: #888;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .index_magazine_contents_item img,
  .index_magazine_contents_item_placeholder { aspect-ratio: 148 / 104; }
  .index_magazine_contents_item_placeholder { font-size: 12px; }
}
.index_magazine_contents_item_title {
  margin-block-start: 16px;
  padding-inline: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.index_magazine_contents_item_description {
  margin-block-start: 8px;
  padding-inline: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

/* index child link */
.index_child_link {
  width: 300px;
  margin-block-start: 50px;
  margin-inline: auto;
}
@media (max-width: 48em) {
  .index_child_link { margin-block-start: 32px; }
}
.index_child_link a {
  display: block;
  width: 100%;
  padding-block: 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  background: #1a3461;
  border: 1px solid #1a3461;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.7s, color 0.7s;
}
.index_child_link a:hover {
  background: transparent;
  color: #1a3461;
}

/* footer benefits */
.footer_benefits_outer {
  padding-block: 32px 55px;
  background-color: #f5f5f7;
  margin-block-start: 160px;
}
@media (max-width: 48em) {
  .footer_benefits_outer { margin-block-start: 53px; }
}
.footer_benefits_title {
  width: min(1100px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8.5px;
}
@media (max-width: 48em) {
  .footer_benefits_title { justify-content: center; }
}
.footer_benefits_contents {
  width: min(1100px, 100%);
  margin-inline: auto;
  margin-block-start: 20px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: start;
}
@media (max-width: 48em) {
  .footer_benefits_contents {
    gap: 12px;
    flex-direction: column;
    margin-block-start: 32px;
    padding-inline: 28px;
    align-items: start;
  }
}
.footer_benefits_block {
  display: flex;
  gap: 17px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 48em) {
  .footer_benefits_block:not(:first-child) {
    padding-inline-start: 32px;
  }
  .footer_benefits_block:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #607ea7;
    opacity: 0.5;
    left: 0;
    top: 0;
  }
}
@media (max-width: 48em) {
  .footer_benefits_block:not(:first-child) {
    padding-block-start: 12px;
  }
  .footer_benefits_block:not(:first-child)::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #607ea7;
    opacity: 0.5;
    left: 0;
    top: 0;
  }
}
.footer_benefits_text {
  color: #1a3461;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 48em) {
  .footer_benefits_text { font-size: 15px; }
}
.footer_benefits_text_title {
  color: #1a3461;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  margin-block: 0 7px;
  border-bottom: 1px solid #1a3461;
}

/* =====================
   andpc CSS variables
   ===================== */
:root {
  --rem: 1px;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Figtree", sans-serif;
  --color-black: 24, 24, 24;
  --color-white: 255, 255, 255;
  --color-primary: 23, 71, 137;
  --color-secondary: 52, 134, 246;
  --color-gray: 124, 124, 124;
  --color-gray2: 226, 231, 238;
  --color-light-gray: 243, 244, 245;
  --color-light-blue: 249, 251, 252;

  /* ecforceデフォルトアクセント色(#386F81)をprimary色(#174789)へ上書き */
  --Accent-2: #174789;
  --Link: #174789;
  --color-btn-bg: #174789;
  --color-text-link: #174789;
  --color-page-accent: #174789;
}
@media (max-width: 70em) {
  :root { --rem: calc(100vw / 1120); }
}
@media (max-width: 48em) {
  :root { --rem: calc(100vw / 375); }
}

/* =====================
   andpc header
   ===================== */
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.header-wrap {
  background: rgba(var(--color-white), 1);
  width: 100%;
  box-sizing: border-box;
  @media (max-width: 48em) {
    display: flex;
    flex-direction: column;
    gap: calc(var(--rem) * 23);
  }
}
.header-inner {
  margin-inline: auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (max-width: 48em) {
    width: 100%;
    max-width: 100%;
  }
}
.header-logo {
  width: calc(var(--rem) * 128);
  height: calc(var(--rem) * 40);
  @media (max-width: 48em) {
    width: calc(var(--rem) * 69);
    height: calc(var(--rem) * 22);
    margin-inline: auto;
  }
  a {
    svg {
      width: 100%;
      height: 100%;
      fill: rgba(var(--color-primary), 1);
      transition: all 0.7s;
    }
    &:hover {
      svg {
        fill: rgba(var(--color-primary), 0.5);
      }
    }
  }
}
.header-search {
  width: calc(var(--rem) * 340);
  background-color: rgba(var(--color-gray), 0.1);
  padding: calc(var(--rem) * 5.5) calc(var(--rem) * 20);
  border-radius: calc(var(--rem) * 4);
  border: solid calc(var(--rem) * 1) rgba(var(--color-gray), 0.3);
  box-sizing: border-box;
  @media (max-width: 48em) {
    padding: calc(var(--rem) * 5.5) calc(var(--rem) * 12);
  }
  form {
    display: flex;
    justify-content: space-between;
  }
  input {
    &[type="search"] {
      color: rgba(var(--color-gray), 1);
      font-family: var(--font-ja);
      font-size: calc(var(--rem) * 14);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 21px */
      letter-spacing: -0.154px;
      border: none;
      outline: none;
      background-color: transparent !important;
      border: none;
      outline: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      flex-grow: 1;
      width: 100%;
    }
  }
  button {
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
  }
}
.header-menu {
  @media (max-width: 48em) {
    display: flex;
    gap: calc(var(--rem) * 13);
    position: fixed;
    background-color: rgba(var(--color-black), 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }
}
.header-menu-inner {
  @media (max-width: 48em) {
    background-color: rgba(var(--color-white), 1);
    width: calc(100% - calc(var(--rem) * 49));
    height: 100vh;
    z-index: 999;
    padding: calc(var(--rem) * 14) calc(var(--rem) * 25);
    overflow-y: auto;
  }
  .header-logo {
    @media (max-width: 48em) {
      width: calc(var(--rem) * 69);
      height: calc(var(--rem) * 22);
    }
    a {
      svg {
        width: 100%;
        height: 100%;
        fill: rgba(var(--color-primary), 1);
        transition: all 0.7s;
      }
    }
  }
  nav {
    @media (max-width: 48em) {
      margin-block-start: calc(var(--rem) * 23);
    }
  }
}
.header-menu-close {
  width: calc(var(--rem) * 20);
  height: calc(var(--rem) * 20);
  position: relative;
  margin-block-start: calc(var(--rem) * 16);
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: calc(var(--rem) * 28);
    height: calc(var(--rem) * 1);
    background-color: rgba(var(--color-white), 1);
  }
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: calc(var(--rem) * 28);
    height: calc(var(--rem) * 1);
    background-color: rgba(var(--color-white), 1);
  }
}
.header-menu-btn-block {
  display: flex;
  align-items: center;
  gap: calc(var(--rem) * 16);
}
.header-menu-btn {
  width: calc(var(--rem) * 22);
  height: calc(var(--rem) * 22);
  cursor: pointer;
  &.open {
    svg {
      fill: rgba(var(--color-white), 1);
    }
  }
  svg {
    fill: rgba(var(--color-black), 1);
  }
}
.header-menu-lists {
  display: flex;
  gap: calc(var(--rem) * 24);
  list-style: none;
  margin: 0;
  padding: 0;
  @media (max-width: 48em) {
    flex-direction: column;
    gap: calc(var(--rem) * 14);
  }
}

.header-menu-list {
  position: relative;
  @media (max-width: 48em) {
    border-bottom: solid 1px rgba(var(--color-gray), 0.3);
    padding-block-end: calc(var(--rem) * 20);
    padding-inline: calc(var(--rem) * 14);
  }
  &.contact-wrap {
    @media (max-width: 48em) {
      border: none;
      margin-block-start: calc(var(--rem) * 18);
      display: flex;
      flex-direction: column;
      gap: calc(var(--rem) * 32);
      padding-inline: 0;
    }
  }
}
.content-inner-login-block {
  width: fit-content;
  margin-inline: auto;
  a {
    padding: calc(var(--rem) * 6) calc(var(--rem) * 10);
    border: solid calc(var(--rem) * 1) rgba(var(--color-primary), 1);
    margin-inline: auto;
    transition: all 0.7s;
    display: inline-block;
    &:hover {
      background-color: rgba(var(--color-primary), 1);
      color: rgba(var(--color-white), 1);
    }
  }
}
.header-menu-link {
  color: rgba(var(--color-black), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  text-decoration: none;
  transition: all 0.7s;
  a {
    color: rgba(var(--color-black), 1);
    transition: all 0.7s;
    &:hover {
      color: rgba(var(--color-primary), 1);
    }
  }
  @media (max-width: 48em) {
    font-size: calc(var(--rem) * 16);
    letter-spacing: -0.154px;
    color: rgba(var(--color-primary), 1);
  }
  &:hover {
    color: rgba(var(--color-primary), 1);
  }
}
.header-contact {
  color: rgba(var(--color-white), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  text-decoration: none;
  transition: all 0.7s;
  padding: calc(var(--rem) * 10.5) calc(var(--rem) * 14);
  background-color: rgba(var(--color-primary), 1);
  border-radius: calc(var(--rem) * 9999);
  border: solid calc(var(--rem) * 1) rgba(var(--color-primary), 1);
  text-align: center;

  &:hover {
    color: rgba(var(--color-primary), 1);
    background-color: transparent;
  }
}

.header-cart {
  svg {
    fill: rgba(var(--color-black), 1);
    transition: all 0.7s;
  }
  &:hover {
    svg {
      fill: rgba(var(--color-primary), 1);
    }
  }
}

/* =====================
   andpc footer
   ===================== */
.footer_benefits_outer {
  padding-block: calc(var(--rem) * 32) calc(var(--rem) * 55);
  background-color: rgba(var(--color-light-gray), 1);
  margin-block-start: calc(var(--rem) * 160);
  @media (max-width: 48em) {
    margin-block-start: calc(var(--rem) * 53);
  }
}
.footer_benefits_title {
  svg {
    width: calc(var(--rem) * 108);
    fill: rgba(var(--color-primary), 1);
  }

  width: min(calc(var(--rem) * 1100), 100%);
  margin-inline: auto;
  .contaents_title_blue {
    color: rgba(var(--color-primary), 1);
    font-family: var(--font-ja);
    font-size: calc(var(--rem) * 20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width: 48em) {
      font-size: calc(var(--rem) * 18);
    }
  }
  display: flex;
  justify-content: start;
  align-items: center;
  gap: calc(var(--rem) * 8.5);
  @media (max-width: 48em) {
    justify-content: center;
    img {
      width: calc(var(--rem) * 13);
      height: calc(var(--rem) * 17);
    }
  }
}
.footer_benefits {
  background: rgba(var(--color-light-blue), 1);
  padding-block: calc(var(--rem) * 24) calc(var(--rem) * 31);
  margin-block-start: calc(var(--rem) * 80);
}
.footer_benefits_contents {
  width: min(calc(var(--rem) * 1100), 100%);
  margin-inline: auto;
  margin-block-start: calc(var(--rem) * 20);
  display: flex;
  gap: calc(var(--rem) * 32);
  align-items: center;
  justify-content: start;
  @media (max-width: 48em) {
    gap: calc(var(--rem) * 12);
    flex-direction: column;
    margin-block-start: calc(var(--rem) * 32);
    padding-inline: calc(var(--rem) * 28);
    align-items: start;
  }
}
.footer_benefits_block {
  display: flex;
  gap: calc(var(--rem) * 17);
  justify-content: center;
  align-items: center;
  position: relative;
  @media (min-width: 48em) {
    &:not(:first-child) {
      padding-inline-start: calc(var(--rem) * 32);
      &::after {
        content: "";
        position: absolute;
        width: calc(var(--rem) * 1);
        height: 100%;
        background-color: #607ea7;
        opacity: 0.5;
        left: 0;
        top: 0;
      }
    }
  }
  @media (max-width: 48em) {
    &:not(:first-child) {
      padding-block-start: calc(var(--rem) * 12);
      padding-inline-start: calc(var(--rem) * 0);
      &::after {
        content: "";
        position: absolute;
        height: calc(var(--rem) * 1);
        width: 100%;
        background-color: #607ea7;
        opacity: 0.5;
        left: 0;
        top: 0;
      }
    }
  }
}
.footer_benefits_icon {
  @media (max-width: 48em) {
    width: calc(var(--rem) * 72);
    img {
      width: 100%;
      height: 100%;
      display: block;
    }
  }
}
.footer_benefits_text {
  color: rgba(var(--color-primary), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 16);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  @media (max-width: 48em) {
    font-size: calc(var(--rem) * 15);
    letter-spacing: 0.3px;
  }
}
.footer_benefits_text_title {
  color: rgba(var(--color-primary), 1);
  text-align: left;
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 16);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  margin-block: 0 calc(var(--rem) * 7);
  width: fit-content;
  border-bottom: 1px solid rgba(var(--color-primary), 1);
}
.footer {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-white), 1);

  /* override bundle.css defaults so layout below is clean */
  & .c-footer_menu__list__item__inner::after { content: none; }
  & .c-footer_menus,
  & .c-footer_menu,
  & .c-footer_menu__title,
  & .c-footer_menu__list,
  & .c-footer_category,
  & .c-footer_category__list { all: unset; display: revert; }
}
.footer-inner {
  width: min(calc(var(--rem) * 1100), 100%);
  margin-inline: auto;
  padding: calc(var(--rem) * 66) calc(var(--rem) * 20);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: calc(var(--rem) * 40);
  box-sizing: border-box;
  @media (max-width: 48em) {
    flex-direction: column;
    align-items: stretch;
    padding-block: calc(var(--rem) * 40) calc(var(--rem) * 42);
    gap: calc(var(--rem) * 32);
  }
}
.footer-logo {
  flex-shrink: 0;
  align-self: center;
  width: calc(var(--rem) * 120);
  color: rgba(var(--color-white), 1);
  @media (max-width: 48em) {
    align-self: center;
    width: calc(var(--rem) * 100);
  }
  svg {
    display: block;
    width: 100%;
    height: auto;
    fill: currentColor;
  }
}
.footer-menu {
  flex: 1;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--rem) * 24) calc(var(--rem) * 64);
  @media (max-width: 48em) {
    justify-content: flex-start;
    gap: calc(var(--rem) * 20) calc(var(--rem) * 32);
  }
}
.footer-menu-col {
  min-width: 0;
}
.footer-menu-head {
  margin: 0 0 calc(var(--rem) * 12);
  color: rgba(var(--color-white), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 13);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
.footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--rem) * 18);
  @media (max-width: 48em) {
    gap: calc(var(--rem) * 14);
  }
}
.footer-menu-list li {
  margin: 0;
}
.footer-link {
  color: rgba(var(--color-light-gray), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 14);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.4s;
  @media (max-width: 48em) {
    font-size: calc(var(--rem) * 13);
  }
  &:hover {
    opacity: 0.7;
    color: rgba(var(--color-light-gray), 1);
  }
}
.footer-link--sub {
  padding-inline-start: calc(var(--rem) * 12);
  opacity: 0.85;
}
.footer-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(var(--rem) * 16);
  @media (max-width: 48em) {
    align-items: center;
  }
}
.footer-sns {
  display: flex;
  gap: calc(var(--rem) * 16);
}
.footer-sns:empty {
  display: none;
}
.footer-sns__item {
  color: rgba(var(--color-white), 1);
  font-size: calc(var(--rem) * 20);
  line-height: 1;
  transition: opacity 0.4s;
  &:hover { opacity: 0.6; }
  i {
    color: inherit;
  }
}
.footer-copyright {
  color: rgba(var(--color-light-gray), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 13);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
  @media (max-width: 48em) {
    text-align: center;
  }
}

/* =====================
   andpc PC nav overrides
   ===================== */
.header-menu.pc-only {
  display: flex;
  align-items: center;
  gap: calc(var(--rem) * 24);
  flex: 1;
  justify-content: center;
}
.header-menu-item {
  position: relative;
}
.header-menu-item a {
  color: rgba(var(--color-black), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 15);
  font-weight: 700;
  text-decoration: none;
  padding: calc(var(--rem) * 8) 0;
  display: block;
  transition: color 0.3s;
}
.header-menu-item a:hover,
.header-menu-item a.active {
  color: rgba(var(--color-primary), 1);
}
.header-menu-subs {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: rgba(var(--color-white), 1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  min-width: calc(var(--rem) * 200);
  padding: calc(var(--rem) * 12) 0;
}
.header-menu-subs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header-menu-sub-child a {
  display: block;
  padding: calc(var(--rem) * 8) calc(var(--rem) * 20);
  color: rgba(var(--color-black), 1);
  font-family: var(--font-ja);
  font-size: calc(var(--rem) * 14);
  text-decoration: none;
  transition: all 0.2s;
}
.header-menu-sub-child a:hover {
  color: rgba(var(--color-primary), 1);
  background: rgba(var(--color-primary), 0.05);
}

/* === Figma Header Layout === */
.l-header__inner {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 0 24px !important;
  height: 80px !important;
  min-height: 80px !important;
  max-height: none !important;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 1100px) {
  .l-header__inner { padding: 0 170px !important; }
}
.header-logo {
  flex-shrink: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.header-logo a { display: block; line-height: 0; }
.header-logo img { display: block; width: 128px; height: 40px; }
.header-search {
  flex: 1;
  max-width: 340px;
  display: flex;
  align-items: center;
  height: 32px;
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 0 8px 0 16px;
  gap: 4px;
}
.header-search__input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #2a2a2a;
  outline: none;
  min-width: 0;
}
.header-search__input::placeholder { color: #7c7c7c; }
.header-search__btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  flex-shrink: 0;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-nav__link {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  white-space: nowrap;
  text-decoration: none;
}
.header-nav__link:hover { color: #174789; }
.header-nav__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #174789;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 130px;
  padding: 0 24px;
  height: 40px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}
.header-nav__contact:hover { opacity: 0.85; }
.header-hamburger { flex-shrink: 0; }

/* === FV Slider === */
.fv-images {
  background: #f9f9f9;
  padding: 40px 0 48px;
  position: relative;
  overflow: hidden;
}
.fv-swiper { overflow: visible; }
.fv-image-list {
  border-radius: 6px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1;
}
.fv-image-list picture { display: block; width: 100%; height: 100%; }
.fv-image-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv-image-list a { display: block; width: 100%; height: 100%; }
@media (min-width: 750px) {
  .fv-images { padding: 40px 46px 56px; }
}
.fv-swiper .swiper-pagination {
  margin-top: 16px;
  position: relative;
  text-align: center;
  bottom: auto;
}
.fv-swiper .swiper-pagination-bullet { background: #174789; opacity: 0.3; }
.fv-swiper .swiper-pagination-bullet-active { opacity: 1; }
/* pagination.type: 'custom' はコンテナが .swiper-pagination-custom になり、
   Swiper 標準の .swiper-pagination-bullets 前提のマージンが効かないため補う */
.fv-swiper .swiper-pagination-custom .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}

/* === FV Slide overlay text === */
.fv-image-list {
  position: relative;
}
.fv-slide-info {
  position: absolute;
  bottom: 32px;
  left: 24px;
  right: 24px;
  color: #fff;
  pointer-events: none;
}
.fv-slide-subtitle {
  font-size: 13px;
  margin-bottom: 8px;
  opacity: 0.9;
}
.fv-slide-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.fv-slide-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 14px;
  backdrop-filter: blur(4px);
}

/* === Products listing page === */
.products-page-header {
  padding: 40px 0 24px;
}
@media screen and (min-width: 720px) {
  .products-page-header {
    width: 1100px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 719px) {
  .products-page-header {
    width: 100%;
    padding: 20px 15px;
  }
}

.products-breadcrumb {
  font-size: 10px;
  color: #adadad;
  letter-spacing: 0.2px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.products-breadcrumb a {
  color: #adadad;
  text-decoration: none;
}

.products-page-title {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 16px;
}

.products-header-divider {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 0;
}

.products-layout {
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
}
@media screen and (min-width: 720px) {
  .products-layout {
    gap: 58px;
    width: 1100px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 719px) {
  .products-layout {
    width: 100%;
    padding: 20px 15px;
  }
}

.p-product_list {
  padding: 0;
}

.products-sidebar-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  margin-bottom: 16px;
  width: 100%;
}

.products-sidebar {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: 16px;
}

.products-main {
  flex: 1;
  min-width: 0;
}

.sidebar-section {
  margin-bottom: 0;
}

.sidebar-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: 0.28px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}

.sidebar-section:first-child .sidebar-section-title {
  border-top: none;
  padding-top: 0;
}

.sidebar-search-form { }

.sidebar-search-inner {
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  overflow: hidden;
  background: #fafafa;
}

.sidebar-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}

.sidebar-search-btn {
  padding: 8px 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}

.sidebar-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-cat-item {
}

.sidebar-cat-link {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  color: #2a2a2a;
  letter-spacing: 0.24px;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.15s;
}

.sidebar-cat-link:hover { color: #174789; }
.sidebar-cat-link.is-active { color: #174789; font-weight: 700; }

.sidebar-cat-parent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-cat-toggle {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #666;
  flex-shrink: 0;
}

.sidebar-cat-children {
  list-style: none;
  padding: 0 0 4px 12px;
  margin: 0;
}

.sidebar-cat-child-item { }

.sidebar-cat-link--child {
  padding: 6px 0 6px 0;
  font-size: 12px;
  color: #555;
  letter-spacing: 0.24px;
}

.sidebar-cat-link--child:hover { color: #174789; }

/* SP: sidebar hidden by default, toggle visible */
@media (max-width: 749px) {
  .products-layout {
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
  }
  .products-sidebar-toggle {
    display: flex;
  }
  .products-sidebar {
    width: 100%;
    position: static;
    display: none;
    margin-bottom: 24px;
  }
  .products-sidebar.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #fff;
    margin-bottom: 0;
    width: 100%;
  }
  .products-sidebar.is-open .sp-filter-overlay-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    padding: 16px 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .sp-filter-overlay-header__title {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
  }
  .sp-filter-overlay-header__close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #2a2a2a;
    line-height: 0;
  }
  .products-sidebar.is-open .filter-form {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0 20px 88px;
  }
  .products-sidebar.is-open .filter-submit {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    z-index: 1001;
  }
}

/* =====================
   andpc article detail (お知らせ詳細ページ)
   ===================== */
.p-page_article__inner {
  max-width: 720px !important;
}
.p-page_article__inner img,
.p-page_article__inner input[type="image"] {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}

/* === c-article_nav ボタン: primary色 + ホバー反転 === */
.c-article_nav__inner__prev,
.c-article_nav__inner__next {
  background: #174789 !important;
  color: #fff !important;
  border: 1px solid #174789 !important;
  transition: background 0.7s, color 0.7s !important;
}
.c-article_nav__inner__prev:hover,
.c-article_nav__inner__next:hover {
  background: #fff !important;
  color: #174789 !important;
  opacity: 1 !important;
}

/* === /shop/cart + cart-modal: ボタン背景をprimary（削除系除外） === */
#cart-show-view .l-container__row button:not(.c-cart_item__action__delete__btn),
#cart-show-view .l-container__row input[type="submit"],
#cart-show-view .l-container__row a.u-color__btn--bg:not(.c-cart_item__action__delete__btn),
#cart-show-view .l-container__row .u-color__btn--bg:not(.c-cart_item__action__delete__btn),
#cart-modal-view button:not(.c-cart_item__action__delete__btn),
#cart-modal-view input[type="submit"],
#cart-modal-view a.u-color__btn--bg:not(.c-cart_item__action__delete__btn),
#cart-modal-view .u-color__btn--bg:not(.c-cart_item__action__delete__btn) {
  background-color: #174789 !important;
}
#cart-show-view .c-cart_item__action__delete,
#cart-show-view .c-cart_item__delete,
#cart-modal-view .c-cart_item__action__delete,
#cart-modal-view .c-cart_item__delete {
  background-color: unset !important;
}

#cart-modal-view .c-billing_list__detail.u-color__border--border { display: none !important; }
#cart-modal-view .c-billing_list__detail__bottom__border.u-color__border--border,
#cart-show-view .c-billing_list__detail__bottom__border.u-color__border--border { display: none !important; }

/* sticky footer */
.l-wrapper,
.l-wrapper-none {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}
.l-main-grow {
  flex: 1 0 auto;
}

#product_reviews { display: none !important; }

/* カート系ボタン primary統一 */
.c-cart_submit__block__submit,
.c-cart_item__info__quantity__submit {
  background: #174789 !important;
  color: #fff !important;
  border: 1px solid #174789;
  transition: background 0.7s, color 0.7s;
}
.c-cart_submit__block__submit:hover,
.c-cart_item__info__quantity__submit:hover {
  background: #fff !important;
  color: #174789 !important;
}

/* 購入フロー submitボタン primary統一 */
.p-checkout__bottom__submit,
.p-checkout_confirm__inner__list__block__submit {
  background: #174789 !important;
  color: #fff !important;
  border: 1px solid #174789;
  transition: background 0.7s, color 0.7s;
}
.p-checkout__bottom__submit:hover,
.p-checkout_confirm__inner__list__block__submit:hover {
  background: #fff !important;
  color: #174789 !important;
}

/* マイページ系ボタン primary統一 */
.p-account_form__inner__bottom__mailbtn,
.p-account__inner__content__form__bottom__btn,
.p-account__inner__content__copy__btn,
.p-address_list__add,
.p-payment_list__add__btn,
.p-payment_list__add__win__form__bottom__btn,
.p-mypage__block__subscription__item__btn,
.p-subscription_detail__block__bottom__btn,
.p-subscription_detail__block__head__btn,
.p-history_detail__block__head__btn,
.p-delivery_cycle__button,
.p-review__inner__entry__content__form__submit {
  background: #174789 !important;
  color: #fff !important;
  border: 1px solid #174789;
  transition: background 0.7s, color 0.7s;
}
.p-account_form__inner__bottom__mailbtn:hover,
.p-account__inner__content__form__bottom__btn:hover,
.p-account__inner__content__copy__btn:hover,
.p-address_list__add:hover,
.p-payment_list__add__btn:hover,
.p-payment_list__add__win__form__bottom__btn:hover,
.p-mypage__block__subscription__item__btn:hover,
.p-subscription_detail__block__bottom__btn:hover,
.p-subscription_detail__block__head__btn:hover,
.p-history_detail__block__head__btn:hover,
.p-delivery_cycle__button:hover,
.p-review__inner__entry__content__form__submit:hover {
  background: #fff !important;
  color: #174789 !important;
}

.c-account_menu__logout {
  background: #174789 !important;
  border: 1px solid #174789;
  transition: background 0.7s, color 0.7s;
}
.c-account_menu__logout .c-account_menu__text {
  color: #fff !important;
  transition: color 0.7s;
}
.c-account_menu__logout:hover {
  background: #fff !important;
}
.c-account_menu__logout:hover .c-account_menu__text {
  color: #174789 !important;
}

#customers-sessions-sign-in-view input.customers_sessions_login_btn,
#customers-sessions-sign-in-view .p-login__inner__registration__bottom__btn,
#customers-registrations-sign-up-view input.customers_registration_btn,
#customers-registrations-sign-up-view .p-account_form__inner__bottom__btn {
  background: #174789 !important;
  color: #fff !important;
  border: 1px solid #174789;
  transition: background 0.7s, color 0.7s;
}
#customers-sessions-sign-in-view input.customers_sessions_login_btn:hover,
#customers-sessions-sign-in-view .p-login__inner__registration__bottom__btn:hover,
#customers-registrations-sign-up-view input.customers_registration_btn:hover,
#customers-registrations-sign-up-view .p-account_form__inner__bottom__btn:hover {
  background: #fff !important;
  color: #174789 !important;
}

/* お問い合わせ（contact/draft）ボタン primary統一 */
#contacts-form-view .p-account_form__inner__bottom__btn,
.p-contact__link__btn {
  background: #174789 !important;
  color: #fff !important;
  border: 1px solid #174789;
  transition: background 0.7s, color 0.7s;
}
#contacts-form-view .p-account_form__inner__bottom__btn:hover,
.p-contact__link__btn:hover {
  background: #fff !important;
  color: #174789 !important;
}

/*********************************************************************/
/* AP-001: 商品一覧ページ 商品グリッド (Figma node 258:6971)             */
/* products_index_content.liquid の .p-product_list__list を対象      */
/* 3列グリッド / カード幅240px / カラム間ギャップ40px / 行下ディバイダー */
/*********************************************************************/
@media screen and (min-width: 720px) {
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list {
    display: grid !important;
    grid-template-columns: repeat(3, 240px) !important;
    column-gap: 40px !important;
    row-gap: 0 !important;
  }
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list__item {
    width: 240px !important;
    max-width: 240px !important;
    margin: 0 !important;
    padding: 24px 0 !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}

/* カード画像: 240×240 正方形 / object-fit: cover */
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__eyecatch {
  aspect-ratio: 1 / 1 !important;
}
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__eyecatch__img {
  aspect-ratio: 1 / 1 !important;
}
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__eyecatch__img__primary,
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__eyecatch__img__hover {
  object-fit: cover !important;
}

/* カード内テキスト: 画像→8px→商品名→価格行 */
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__content {
  margin-top: 8px;
}
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__title {
  font-size: 14px;
  line-height: 1.3;
  color: #181818;
  word-break: break-all;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__price {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__price .price,
.p-product_list[data-section-id="products_index_content"] .c-product_item__inner__price .sale {
  font-size: 15px;
  font-weight: bold;
  color: #181818;
}

/*********************************************************************/
/* AP-001: 商品一覧 絞り込みサイドバー (Figma node 304:10965)            */
/* _filter_sidebar.html.liquid のクラスをそのまま対象。                */
/* 構造・ロジック（case文/product_labels動的抽出）は変更せず見た目のみ。 */
/* 同スニペット内の <style> インライン定義より後に読み込まれる保証が   */
/* ないため、!important で確実に上書きする。                          */
/*********************************************************************/
aside.products-sidebar .filter-sec {
  border-bottom: 1px solid #e6e6e6 !important;
}
aside.products-sidebar .filter-sec__ttl {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important; /* 25.2px = 180% */
  color: #2a2a2a !important;
  letter-spacing: normal !important;
}
aside.products-sidebar .filter-checks {
  gap: 8px !important;
}
aside.products-sidebar .filter-check {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important; /* 14.4px = 120% */
  letter-spacing: normal !important;
  color: #2a2a2a !important;
}
aside.products-sidebar .filter-check input {
  width: 17px !important;
  height: 16px !important;
  border-radius: 2px !important;
  border: 1px solid rgb(204, 204, 204) !important;
  background: #fff !important;
}
aside.products-sidebar .filter-check input:checked {
  border-color: rgba(var(--color-secondary), 1) !important;
  background: rgba(var(--color-secondary), 1) !important;
}

/*********************************************************************/
/* AP-001: カテゴリページ ページヘッダー（タイトル＋パンくず）           */
/* Figma node 304:10966 に合わせたスタイル調整。                       */
/* product_categories_show_first_view.liquid / _category_breadcrumbs_pc.html.liquid */
/* のHTML構造・Liquid変数・render_product_category_breadcrumbsフィルタは */
/* 変更せず、見た目のみ theme.css で上書きする。                       */
/* .p-page_header / .c-breadcrumbs 系クラスはログインページや商品詳細   */
/* ページなど他箇所でも使い回されているため、data-section-id や         */
/* .p-breadcrumbs--pc でこのカテゴリページに限定してスコープする。      */
/*********************************************************************/
@media screen and (min-width: 720px) {
  [data-section-id='product_categories_show_first_view'] .p-page_header {
    width: 1100px;
    max-width: 100%;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
  [data-section-id='product_categories_show_first_view'] .p-page_header__inner__title {
    font-size: 28px;
    line-height: 42px;
  }
}
[data-section-id='product_categories_show_first_view'] .p-page_header__inner__title {
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

/* パンくず（PC）: .p-breadcrumbs--pc は searches/show・product_categories/show の */
/* 2ページのみで使用。products-layout と同じ1100px幅・中央寄せに揃え、           */
/* タイトルとの間隔を約30pxに調整（従来の margin-bottom:-20px / padding:20px 40px */
/* という負のマージン実装を解消）。                                            */
.p-breadcrumbs.p-breadcrumbs--pc {
  width: 1100px;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0;
}
.p-breadcrumbs--pc .c-breadcrumbs__item__inner,
.p-breadcrumbs--pc .c-breadcrumbs__item a {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(173, 173, 173);
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-breadcrumbs--pc .c-breadcrumbs__item:not(:last-child):after {
  color: rgb(173, 173, 173);
}

/*********************************************************************/
/* AP-001: 商品一覧/カテゴリページ SP版 (Figma node 313:10985)          */
/* PC版（本ファイル上部 720px〜実装）に対応するSP版（〜719px）。         */
/* プロジェクト既存のブレークポイント慣習（bundle.cssの                */
/* max-width:719px / min-width:720px）に合わせる。                     */
/* ダミー文言（モバイルバッテリー等のFigmaプレースホルダー）は使用せず、 */
/* 既存の動的Liquid変数・HTML構造はそのまま。見た目のみ上書き。          */
/*********************************************************************/

/* ページヘッダー タイトル（SP） */
@media screen and (max-width: 719px) {
  [data-section-id='product_categories_show_first_view'] .p-page_header__inner__title {
    font-size: 18px;
    line-height: 27px; /* 1.5 */
  }
}

/* パンくず（SP）: .p-breadcrumbs--sp は searches/show・product_categories/show の */
/* 2ページのみで使用（bundle.cssでmin-width:720pxではdisplay:noneのため            */
/* メディアクエリ不要）。PCの.p-breadcrumbs--pcルールと対になる実装。              */
.p-breadcrumbs--sp .c-breadcrumbs__item__inner,
.p-breadcrumbs--sp .c-breadcrumbs__item a {
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px; /* 1.6 */
  color: rgb(173, 173, 173);
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-breadcrumbs--sp .c-breadcrumbs__item:not(:last-child):after {
  color: rgb(173, 173, 173);
}

/* 商品グリッド（SP・2列）: products_index_content.liquid の                     */
/* .p-product_list__list を対象。既存の.medium-up--one-N（product_size設定値に   */
/* 連動）による幅・余白計算を、PC版と同様グリッド指定で明示的に上書きする。       */
@media screen and (max-width: 719px) {
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 19px !important;
    row-gap: 0 !important;
  }
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  /* PC版には無い、2列間の縦ディバイダー線（奇数＝左列カードの右端に配置） */
  .p-product_list[data-section-id="products_index_content"] .p-product_list__list__item:nth-child(odd):not(:last-child) {
    border-right: 1px solid #e6e6e6;
  }

  /* カード内テキスト（SP用サイズ調整） */
  .p-product_list[data-section-id="products_index_content"] .c-product_item__inner__title {
    font-size: 13px;
    line-height: 1.3; /* 16.9px */
  }
  .p-product_list[data-section-id="products_index_content"] .c-product_item__inner__price {
    line-height: 1.5;
  }
  .p-product_list[data-section-id="products_index_content"] .c-product_item__inner__price .price,
  .p-product_list[data-section-id="products_index_content"] .c-product_item__inner__price .sale {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5; /* 22.5px */
  }
}

/* カテゴリページの「全N件」ツールバー: PCはtop 0、SPは30px（u-margin__top--30のまま） */
@media screen and (min-width: 720px) {
  .p-product_list[data-section-id="products_index_content"] .l-container__row.u-margin__top--30:has(.p-category_tool) {
    margin-top: 0;
  }
  /* 商品グリッド本体（ul.p-product_list__list）を包むラッパーも同様にPCはtop 0 */
  .p-product_list[data-section-id="products_index_content"] .l-container__row.u-margin__top--30:has(> .p-product_list__list) {
    margin-top: 0;
  }
}

/* 商品一覧ページ（products/index, product_categories/show, searches/show）の左右余白 */
.l-container:has(.products-layout) {
  padding-inline: 20px;
}

/* カートページの入力欄ボーダー色を黒に */
.p-cart_content .u-color__border--input {
  border-color: #000;
}

/* === /shop/order/confirm: ボタン背景をprimary === */
#confirm-view a.u-color__btn--bg,
#confirm-view .u-color__btn--bg,
.p-checkout__bottom__submit,
.p-checkout__bottom__submit.u-color__btn--bg,
#submit.p-checkout__bottom__submit,
.p-checkout_confirm__inner__list__block__submit {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
#confirm-view a.u-color__btn--bg:hover,
#confirm-view .u-color__btn--bg:hover,
.p-checkout__bottom__submit:hover,
.p-checkout__bottom__submit.u-color__btn--bg:hover,
#submit.p-checkout__bottom__submit:hover,
.p-checkout_confirm__inner__list__block__submit:hover {
  background-color: #fff !important;
  color: #174789 !important;
}

/* 購入ステップインジケーター（現在地・完了）もprimary */
.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
  background-color: #174789 !important;
}

/* 完了ページ（注文/お問い合わせ）の「トップに戻る」ボタンもprimary */
.p-page_header__inner__btn.u-color__btn--bg {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.p-page_header__inner__btn.u-color__btn--bg:hover {
  background-color: #fff !important;
  color: #174789 !important;
}

/* 注文履歴（詳細を見る/変更する）ボタンもprimary */
.p-order_history_summary__show-details.c-button.--primary {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.p-order_history_summary__show-details.c-button.--primary:hover {
  background-color: #fff !important;
  color: #174789 !important;
}
.p-history_detail__block__head__btn.u-color__btn--bg {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.p-history_detail__block__head__btn.u-color__btn--bg:hover {
  background-color: #fff !important;
  color: #174789 !important;
}

/* =====================================================
   #386F81(ecforceデフォルトアクセント色)→primary(#174789)統一
   bundle.css/util.cssの直書き#386F81・CSS変数フォールバック値の
   個別セレクタ上書き(保険)。CSS変数自体は上のCSS変数再定義ブロックで対応済み。
   ===================================================== */

/* --- bundle.css 直書き#386F81(パターンB) --- */
.c-product_info__form__subsdetail__input__inputwrap > label > .frame:before {
  background-color: #174789 !important;
}
.c-product_info__form__subsdetail__input__inputwrap > label input[type=radio]:checked + .frame {
  border-color: #174789 !important;
}
.c-form_table__how_to_receive > label > .frame:before {
  background-color: #174789 !important;
}
.c-form_table__how_to_receive > label input[type=radio]:checked + .frame {
  border-color: #174789 !important;
}
.c-review_item_detail__button.--useful {
  color: #174789 !important;
  border-color: #174789 !important;
}
#cv-xsells-view .product-badge-for-delivery-group,
#cv-xsells-view .concurrent-purchase-group-badge-zone,
.c-badge--delivery-group {
  color: #174789 !important;
  border-color: #174789 !important;
}

/* --- var(--Accent-2 / --Link / --color-btn-bg / --color-text-link / --color-page-accent, #386f81)
       フォールバックを参照している主要セレクタの個別上書き(パターンA保険) --- */
.c-button.--primary,
.c-button.--colorized {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.c-button.--primary:hover,
.c-button.--colorized:hover {
  background-color: #fff !important;
  color: #174789 !important;
}
.c-link,
.c-link.--text:hover {
  color: #174789 !important;
}
.p-selected_set_products__text.--show-products,
.p-selected_set_products__text.--clear-products {
  color: #174789 !important;
}
.p-exclude-filter-modal__item:hover,
.p-exclude-filter-modal__item.--selected,
.p-exclude-filter-modal__checkbox:checked,
.p-exclude-filter-modal__checkbox.--checked,
.p-exclude-filter-modal__item.--selected .p-exclude-filter-modal__checkbox,
.p-exclude-filter-modal__item.--selected .p-exclude-filter-modal__checkbox::after {
  border-color: #174789 !important;
}
.p-exclude-filter-modal__item.--selected,
.p-exclude-filter-modal__item.--selected .p-exclude-filter-modal__label {
  color: #174789 !important;
}
.c-coupon__copy {
  background: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.c-coupon__copy:hover {
  background: #fff !important;
  color: #174789 !important;
}
.c-review_item_detail__text.--thanks .u-icon--checkmark::before {
  background-color: #174789 !important;
}
.c-cart_item--table .cv_xsell_variant_remove {
  color: #174789 !important;
}
.p-search_menu__checkbox:checked + .p-search_menu__label {
  border-color: #174789 !important;
  background-color: #174789 !important;
}
.c-modal__button.--ok,
.c-modal__button--ok {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.c-modal__button.--ok:hover,
.c-modal__button--ok:hover {
  background-color: #fff !important;
  color: #174789 !important;
}
.c-product_ranking[data-is-top-three]::before {
  border-color: #174789 !important;
}
.p-gift__button.--next,
.p-gift__button.--submit,
.p-gift__button.--out-of-stock {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
/* --out-of-stock は常時disabledの状態表示ボタンのためホバー反転対象外 */
.p-gift__button.--next:hover,
.p-gift__button.--submit:hover {
  background-color: #fff !important;
  color: #174789 !important;
}
.p-cart_content__message-body,
.c-product_info__notice,
.p-gift_preview__text.--part-of-noshi {
  color: #174789 !important;
}
.p-gift_preview__text.u-icon--check_circle::before {
  background-color: #174789 !important;
}
.c-product_item__inner__eyecatch__tags__preorder,
.c-product_info__preorder,
.c-cart_item__info__preorder {
  background-color: #174789 !important;
}

/* --- util.css 直書き#386F81(ユーティリティクラス。事前調査で未検出だったため追加確認して対応) --- */
.u-color__text--accent,
.u-color__text--link {
  color: #174789 !important;
}
.u-color__bg--accent,
.u-color__bg--link {
  background: #174789 !important;
}
.u-color__border--accent,
.u-color__border--link {
  border-color: #174789 !important;
}

/* マイページ（アカウント編集）保存ボタンもprimary */
.p-account__inner__content__form__bottom__btn.u-color__btn--bg {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.p-account__inner__content__form__bottom__btn.u-color__btn--bg:hover {
  background-color: #fff !important;
  color: #174789 !important;
}

/* お問い合わせページ「よくあるご質問」ボタンもprimary */
.p-contact__link__btn.u-color__btn--bg {
  background-color: #174789 !important;
  color: #fff !important;
  transition: background 0.7s, color 0.7s;
}
.p-contact__link__btn.u-color__btn--bg:hover {
  background-color: #fff !important;
  color: #174789 !important;
}

/* 商品一覧（カテゴリページ）ヘッダー下の余白 */
[data-section-id='product_categories_show_first_view'] .p-page_header__inner {
  margin-bottom: 16px;
}

/* AP-001: 注文確認ページ（/shop/order/confirm）の税率内訳（10%外税 / 8%外税）を非表示 */
#confirm-view ul.c-billing_list__detail__top__border:has(.c-billing_list__detail__item__tax) {
  display: none;
}

/* 商品詳細: 純正レビューセクション非表示（自作タブ products_show_tabs がレビュー担当） */
[data-section-type="products_show_review"]{display:none!important;}

/*********************************************************************/
/* AP-001: 商品詳細 パンくず（PC）長い商品名を行内で折り返す            */
/* bundle.css の .c-breadcrumbs は display:flex / flex-wrap:wrap、      */
/* .c-breadcrumbs__item は inline-flex。flex item は分割できないため、  */
/* 商品名が1行に収まらないと li ごと次行へ落ち、区切り「›」だけが       */
/* 前行末尾に取り残される。inline レイアウトに戻して商品名テキスト自体を */
/* 「›」の直後から折り返させる。products/show.html.liquid の            */
/* .p-product_content__breadcrumbs--pc に限定してスコープする。          */
/*********************************************************************/
.p-product_content__breadcrumbs--pc .c-breadcrumbs {
  display: block;
}
.p-product_content__breadcrumbs--pc .c-breadcrumbs__item {
  display: inline;
}
.p-product_content__breadcrumbs--pc .c-breadcrumbs__item:not(:last-child):after {
  vertical-align: middle;
}
.p-product_content__breadcrumbs--pc .c-breadcrumbs__item:last-child {
  overflow-wrap: anywhere;
}
