/***************************/
/* 共通設定                */
/***************************/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #222222;
}
.btn-default .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.pull-right {
  float: right !important;
}
.word-break-all {
  word-break: break-all;
}
.text-center {
  text-align: center;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/***************************/
/* padding-bottom XX       */
/***************************/
.pb5 { padding-bottom: 5px; }

/***************************/
/* テーマ設定                */
/***************************/
/* 画面遷移エフェクト無効 */
.l-wrapper-none {
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 1.6s;
  transition: 1.6s; }
  .l-wrapper-none.is-complete {
    opacity: 1; }
  .l-wrapper-none.is-remove {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }

/***************************/
/* LINE ID 連携（PC）       */
/***************************/
/* カート画面 */
.line_ec .button-container {
  width: 100%;
}
.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 600px; /* Amazon Pay ログインボタンが max-width: 600px を持っているため */
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.line_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}

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

/* 注文情報入力画面 */
.alert {
  text-align: left;
  padding-right: 55px;
  padding-left: 55px;
  margin: 40px 0;
}
.alert > div > p {
  margin-bottom: 10.5px;
}
.alert > div > p > strong {
  font-weight: bold;
}
.alert > div > ul {
  padding-inline-start: 40px;
}
.alert > div > ul > li {
  list-style: disc;
  margin-bottom: 10.5px;
}
 #new-view img {
   pointer-events: auto;
 }
.line_new_ec {
  margin: 0 auto;
  width: 60%;
}
.line_new_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.line_new_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_new_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_new_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_new_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}

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

/***************************/
/* LINE ID 連携（SP）       */
/***************************/
/* カート画面 */
.line_sp_ec .button-container {
  width: 100%;
}
.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.line_sp_ec .button-container .button .before-btn-line {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_sp_ec .button-container .button .after-btn-line {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_sp_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}
@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_sp_ec .button-container {
    margin: 5px;
  }
  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_sp_ec .button-container .button .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_sp_ec .button-container .button .after-btn-line {
    width: 40px;
  }
}

/***************************/
/* Amazon Pay V2 ID 連携        */
/***************************/
.amazon_pay_v2_ec {
  padding-top: 10px;
}

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

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

.amazon_pay_v2_ec #AmazonPayLoginBtnMainArea {
  display: contents;
}

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

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

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

.amazon_pay_v2_sp_ec {
  padding-top: 10px;
}

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

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

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

.consent_wrapper {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.invite_coupon__table {
  table-layout: fixed;
}

.w20 {
  width: 20%;
}

.w40 {
  width: 40%;
}

/**************************************/
/* shop/orders/_view_coupon.html */
/**************************************/
.coupon_box {
  border: #ccc solid 1px;
  border-radius: 3px;
  margin: 10px 0px;
  padding: 10px;
  display: grid;
}

.first_line_wrapper {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***************************************************************/
/* ec_force/shop/customer/subs_orders/variants/show.html.liquid*/
/***************************************************************/
#btn-minus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#btn-minus:hover {
  opacity: 0.4;
}
#btn-plus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#btn-plus:hover {
  opacity: 0.4;
}

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

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

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

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

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

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

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

/************************************************************/
/* スマレジ会員バーコード表示
/* shop/customer/smaregi/show.html.liquid
/************************************************************/
@media screen and (max-width: 480px) {
  .smaregi_barcode {
    width: 70%;
    margin: auto;
    text-align: center;
  }
}

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

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

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

/* --------------------------------------------------
   購入履歴カード（ nyaoraカラー）
   -------------------------------------------------- */
.p-mypage-order-card {
  background: #ffffff;
  border: 1px solid #e5ecee;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 93, 126, 0.04);
}

/* 発送準備中（注文確定・受注承認）の枠線強調 */
.p-mypage-order-card.is-preparing {
  border: 2px solid #E07A5F !important; /* nyaoraのテラコッタ・コーラル */
  background: #fffdfc;
  box-shadow: 0 4px 14px rgba(224, 122, 95, 0.12);
}

/* 「発送準備中のご注文」バッジ */
.p-mypage-order-card__badge {
  display: inline-block;
  background: #E07A5F;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

/* 「〇月〇日（〇）お届け予定」の大きな日付 */
.p-mypage-order-card__date-large {
  font-size: 18px;
  font-weight: bold;
  color: #005d7e; /* nyaoraのディープティールブルー */
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #edf2f4;
}

/* ステータス情報 */
.p-mypage-order-card__head {
  margin-bottom: 12px;
}

.p-mypage-order-card__head__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #6d7d85;
}

.p-mypage-order-card__number {
  background: #f4f7f8;
  padding: 3px 8px;
  border-radius: 4px;
}

/* 商品情報 */
.p-mypage-order-card__items {
  margin-bottom: 12px;
}

.p-mypage-order-card__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #edf2f4;
}

.p-mypage-order-card__item__img {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e5ecee;
  flex-shrink: 0;
}

.p-mypage-order-card__item__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.p-mypage-order-card__item__name {
  font-size: 14px;
  font-weight: bold;
  color: #2b303a;
}

.p-mypage-order-card__item__order-number {
  font-size: 11px;
  color: #839197;
}

/* キャンセル不可の注意書き */
.p-mypage-order-card__caution {
  font-size: 11px;
  color: #E07A5F;
  margin: 10px 0 12px;
  line-height: 1.5;
}

/* 詳細ボタン */
.p-mypage-order-card__btn {
  display: block;
  text-align: center;
  background-color: #005d7e !important; /* メインカラー */
  color: #ffffff !important;
  padding: 11px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-mypage-order-card__btn:hover {
  opacity: 0.9;
}

/* 「他の購入履歴を見る」リンク */
.p-mypage-order-list__more {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #6d7d85;
  margin-top: 8px;
  text-decoration: underline;
}

.p-mypage-order-list__more:hover {
  color: #005d7e;
}

/* ==========================================================================
   スマホ下部メニュー専用スタイル（既存の customer_sidebar を美しく表示）
   ========================================================================== */

/* 1. PC（769px以上）では下部メニューを非表示にする（二重表示防止） */
@media screen and (min-width: 769px) {
  .mypage-sp-menu-section {
    display: none !important;
  }
}

/* 2. スマホ（768px以下）でのみ下部に表示し、最初から一覧を開いた状態にする */
@media screen and (max-width: 768px) {
  .mypage-sp-menu-section {
    display: block !important;
    margin-top: 36px;
  }

  /* セクション見出し（マイページメニュー） */
  .mypage-sp-menu-section .mypage-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #005d7e;
    margin-bottom: 12px;
    border-bottom: 1px solid #C5A059;
    padding-bottom: 8px;
  }

  /* 「メニュー ＋」のアコーディオントグルボタンを非表示にする */
  .mypage-sp-menu-section .c-account_menu__toggle-button {
    display: none !important;
  }

  /* メニューリストを最初から常時展開し、角丸カード化する */
  .mypage-sp-menu-section .c-account_menu__list {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #e2eaed;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 93, 126, 0.04);
  }

  /* リスト項目 */
  .mypage-sp-menu-section .c-account_menu__item {
    border-bottom: 1px solid #f0f4f5;
  }

  .mypage-sp-menu-section .c-account_menu__item:last-child {
    border-bottom: none;
  }

  /* 大項目（お買い物情報、お客様情報など） */
  .mypage-sp-menu-section .c-account_menu__content.--main-heading {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafb;
    font-size: 13px;
    font-weight: 700;
    color: #005d7e !important;
    text-decoration: none;
    border-left: 3px solid #005d7e;
  }

  /* 小項目リンク（定期便情報、購入履歴、会員情報変更など） */
  .mypage-sp-menu-section .c-account_menu__content.--sub-heading {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-size: 14px;
    color: #2b303a !important;
    text-decoration: none;
    transition: background 0.15s;
    position: relative;
  }

  /* タップしたときのフィードバック */
  .mypage-sp-menu-section .c-account_menu__content.--sub-heading:active {
    background: #f0f5f7;
  }

  /* 右側の矢印アイコン（タップしやすさを演出） */
  .mypage-sp-menu-section .c-account_menu__content.--sub-heading::after {
    content: "›";
    position: absolute;
    right: 18px;
    font-size: 18px;
    color: #C5A059; /* nyaoraゴールド */
    font-weight: bold;
  }

  /* 区切り線 */
  .mypage-sp-menu-section .c-account_menu__content.--separator {
    height: 6px;
    background: #f4f7f8;
    border: none;
  }

  /* ログアウトエリア */
  .mypage-sp-menu-section .c-account_menu__content.--logout {
    padding: 16px;
    background: #f8fafb;
  }

  .mypage-sp-menu-section .c-account_menu__logout {
    display: block;
    text-align: center;
    background: #6d7d85;
    color: #ffffff !important;
    padding: 11px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
  }
}

/* ==========================================================================
   定期注文一覧画面：「詳細を見る」ボタン
   ========================================================================== */
.btn-subs-detail {
  display: inline-block !important;
  background-color: #005d7e !important; /* nyaoraのティールブルー */
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  box-shadow: 0 1px 3px rgba(0, 93, 126, 0.15) !important;
  transition: opacity 0.2s ease !important;
  box-sizing: border-box !important;
}

.btn-subs-detail:hover {
  opacity: 0.88 !important;
}

/* スマホ表示時 */
@media screen and (max-width: 768px) {
  .btn-subs-detail {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
    margin-top: 6px !important;
  }
}


/* ==========================================================================
   スマホ上部「マイページメニュー」ボタン（グレー → ディープティールブルー）
   ========================================================================== */
.c-account_menu__toggle-button,
.p-account__inner__menu .c-account_menu__toggle-button,
button.c-account_menu__toggle-button {
  background-color: #005d7e !important; /* nyaoraのティールブルー */
  color: #ffffff !important;
  border: none !important;
  transition: opacity 0.2s ease !important;
}

/* タップ時のフィードバック */
.c-account_menu__toggle-button:hover,
.c-account_menu__toggle-button:active {
  opacity: 0.9 !important;
}

/* ボタン内の文字と「＋」「−」アイコンを真っ白に */
.c-account_menu__toggle-button-text,
.c-account_menu__toggle-button-icon,
.c-account_menu__toggle-button i {
  color: #ffffff !important;
}

/* ==========================================================================
マイページ サイドメニュー一括青色化（NYAORA用・全ページ共通・完全版）
========================================================================== */
.p-account__inner__menu,
.p-account__inner__menu a,
.p-account__inner__menu span,
.p-account__inner__menu li,
.p-account__inner__menu div,
.c-account_menu__content,
.c-account_menu__item a,
.c-account_menu__sub-item a {
color: #005d7e !important;
}

/* アイコンやSVGのカラーも統一 */
.p-account__inner__menu svg,
.p-account__inner__menu path {
fill: #005d7e !important;
stroke: #005d7e !important;
}

/* ホバー時やアクティブ時の挙動 */
.p-account__inner__menu a:hover,
.c-account_menu__item a:hover {
opacity: 0.75 !important;
color: #005d7e !important;
}

/* ==========================================================================
   解約・休止フォーム（One8Dog完全準拠スタイル）
   ========================================================================== */

/* ▼▼ ページタイトル（サイドメニューと同色の青＋明朝体） ▼▼ */
.p-account__inner__content__title {
  color: var(--color-btn-bg) !important;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif !important;
}

/* 解約・休止ボタングループ */
.p-cancel-intent {
  margin-bottom: 32px;
}
.p-cancel-intent__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.p-cancel-intent__btn {
  padding: 12px 28px;
  font-size: 14px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  border-radius: 4px;
  cursor: pointer;
  background: #FFFFFF;
  color: var(--color-btn-bg);
  border: 1px solid var(--color-input-border);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.p-cancel-intent__btn[aria-pressed="true"],
.p-cancel-intent__btn:hover {
  background: var(--color-btn-bg);
  color: #FFFFFF !important;
  border-color: var(--color-btn-bg);
}
@media screen and (max-width: 720px) {
  .p-cancel-intent__btns {
    flex-direction: column;
  }
  .p-cancel-intent__btn {
    width: 100%;
    text-align: center;
  }
}

/* 大カテゴリー アコーディオン */
.p-cancel-reason-category {
  margin-bottom: 8px;
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  overflow: hidden;
}
.p-cancel-reason-category__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  text-align: left;
}
/* 見出し文字は通常テキスト色（黒系） */
.p-cancel-reason-category__head__text {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}
.p-cancel-reason-category__head__icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 12px;
}
.p-cancel-reason-category__head__icon::before,
.p-cancel-reason-category__head__icon::after {
  content: "";
  position: absolute;
  background: var(--color-btn-bg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-cancel-reason-category__head__icon::before {
  width: 14px;
  height: 2px;
}
.p-cancel-reason-category__head__icon::after {
  width: 2px;
  height: 14px;
  transition: transform 0.2s;
}
.p-cancel-reason-category__head[aria-expanded="true"] .p-cancel-reason-category__head__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-cancel-reason-category__body {
  padding: 4px 16px 16px 16px;
  border-top: 1px solid var(--color-input-border);
}
.p-cancel-reason-category__body .c-form_table__checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.p-cancel-reason-category__body .c-form_table__checkbox__text {
  font-size: 14px;
}
.p-cancel-reason-category__body .c-form_table__checkbox input[type="checkbox"] {
  display: inline-block !important;
  width: 22px;
  height: 22px;
  margin: 0;
  flex-shrink: 0;
}

/* スキップ案内ブロック */
#skip-suggestion-block {
  background-color: #f8fcf8;
  border: 2px solid var(--color-btn-bg);
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  animation: cancelFadeIn 0.3s ease-in-out;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.skip-name {
  font-weight: bold;
  font-size: 17px;
  color: #333;
  display: inline-block;
  margin-bottom: 8px;
}
.skip-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.8;
}
.skip-highlight {
  font-weight: bold;
  color: #222;
  border-bottom: 2px solid var(--color-btn-bg);
  padding-bottom: 2px;
}
.skip-strong {
  font-weight: bold;
  color: #222;
  font-size: 1.05em;
}
.skip-btn {
  display: block;
  text-align: center;
  background-color: var(--color-btn-bg);
  color: #FFFFFF !important;
  padding: 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: opacity 0.2s;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.skip-btn:hover {
  opacity: 0.8;
}
@keyframes cancelFadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 解約・休止リンク（目立たないグレー・本文同等） */
.js-submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.submit-as-link {
  background: transparent !important;
  border: none !important;
  color: #666666 !important; /* 目立たない色に戻す */
  text-decoration: underline !important;
  font-size: 14px !important;
  cursor: pointer;
  padding: 10px;
  transition: opacity 0.2s;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.submit-as-link:hover {
  opacity: 0.7;
}

/* ==========================================================================
   サイドメニュー ログアウトボタンの文字色修正（白文字化）
   ========================================================================== */
.p-account__inner__menu .c-account_menu__content.--logout a,
.p-account__inner__menu .c-account_menu__content.--logout span,
.p-account__inner__menu .c-account_menu__content.--logout .c-account_menu__text {
  color: #FFFFFF !important;
}

/* ホバー時も白色を維持 */
.p-account__inner__menu .c-account_menu__content.--logout a:hover,
.p-account__inner__menu .c-account_menu__content.--logout a:hover span {
  color: #FFFFFF !important;
}

/* スマホ版メニューボタンの文字とアイコンを白色に固定 */
.c-account_menu__toggle-button,
.c-account_menu__toggle-button span,
.c-account_menu__toggle-button .c-account_menu__toggle-button-text,
.c-account_menu__toggle-button i {
  color: #ffffff !important;
}

/* ==========================================================================
   会員情報変更画面：退会リンク（One8Dog完全一致：すぐ下・水色・下線・小さめ）
   ========================================================================== */
/* 親要素とボタンの余計な隙間をリセット */
.p-account__inner__content__form__bottom {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
}
.p-account__inner__content__form__bottom__btn {
  margin-bottom: 0 !important;
}

/* 退会するリンク本体（One8Dogと完全一致） */
.p-account__inner__content__form__bottom__leave {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #0084b4 !important; /* One8Dogと同じクリックできる水色 */
  text-decoration: underline !important; /* しっかり下線 */
  font-size: 12px !important; /* 小さめの文字サイズ */
  font-weight: normal !important;
  padding: 0 !important;
  margin: 12px auto 0 auto !important; /* 保存するボタンのすぐ下に配置 */
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: opacity 0.2s;
  font-family: inherit;
}

.p-account__inner__content__form__bottom__leave:hover {
  opacity: 0.7 !important;
  color: #0084b4 !important;
  background: transparent !important;
}

/* ==========================================================================
   ログイン画面：One8Dog完全準拠（縦並びフォーム ＆ ボタン横幅いっぱい）
   ========================================================================== */

/* LINEログインボタンの色をOne8Dogと同じグリーンに */
#customers-sessions-sign-in-view .line_new_ec .button-container .btn-line {
  background-color: #31ae36 !important;
}

/* LINEログインボタンをログインボタンと同じ横幅いっぱいに */
#customers-sessions-sign-in-view .line_new_ec {
  width: 100% !important;
  margin: 0 0 24px 0 !important;
}

/* LINEログインボタンの高さ・文字を One8Dog と同じ見た目に */
#customers-sessions-sign-in-view .line_new_ec .button-container .button {
  height: 56px !important;
  line-height: 56px !important;
  padding-left: 56px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
#customers-sessions-sign-in-view .line_new_ec .button-container .before-btn-line {
  width: 56px !important;
  height: 56px !important;
}
#customers-sessions-sign-in-view .line_new_ec .button-container .after-btn-line {
  width: 56px !important;
}

/* 2. メールアドレス・パスワードを「上が文字、下に入力枠（四角）」の縦並びに変更 */
.p-login__inner__login .c-form_table,
.p-login__inner__login .c-form_table tbody,
.p-login__inner__login .c-form_table tr,
.p-login__inner__login .c-form_table th,
.p-login__inner__login .c-form_table td {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* ラベル（文字）の余白 */
.p-login__inner__login .c-form_table th {
  padding-top: 10px !important;
  padding-bottom: 6px !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: #333333 !important;
}

/* 入力枠の余白 */
.p-login__inner__login .c-form_table td {
  padding-top: 0 !important;
  padding-bottom: 12px !important;
}

/* 入力枠（四角）を横幅いっぱいに広げる */
.p-login__inner__login .c-form_table input.u-text--input {
  width: 100% !important;
  max-width: 100% !important;
  height: 44px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  border: 1px solid #c9d2d6 !important;
  border-radius: 2px !important;
}

/* ログイン状態保持チェックボックス */
.p-login__inner__login .c-form_table .c-form_table__checkbox {
  margin-top: 6px !important;
  margin-bottom: 12px !important;
}

/* ログイン青ボタンを横幅いっぱいに */
.p-login__inner__login .p-login__inner__login__bottom__submit {
  width: 100% !important;
  display: block !important;
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 !important;
  font-size: 15px !important;
  border-radius: 4px !important;
}

/* パスワードをお忘れの方を中央揃えに */
.p-login__inner__login .p-login__inner__login__bottom__forget {
  display: block !important;
  text-align: center !important;
  margin-top: 14px !important;
  font-size: 13px !important;
}