/***************************/
/* 共通設定                */
/***************************/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}

.btn-default:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #222222;
}

.btn-default .badge {
  color: #222222;
  background-color: #ffffff;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.pull-right {
  float: right !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.l-wrapper-none.is-complete {
  opacity: 1;
}

.l-wrapper-none.is-remove {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***************************/
/* LINE ID 連携（PC）       */
/***************************/
/* カート画面 */
.line_ec .button-container {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}

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

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .after-btn-line {
    width: 40px;
  }
}

/* 注文情報入力画面 */
.alert {
  text-align: left;
  padding-right: 55px;
  padding-left: 55px;
  margin: 40px 0;
}

.alert>div>p {
  margin-bottom: 10.5px;
}

.alert>div>p>strong {
  font-weight: bold;
}

.alert>div>ul {
  padding-inline-start: 40px;
}

.alert>div>ul>li {
  list-style: disc;
  margin-bottom: 10.5px;
}

#new-view img {
  pointer-events: auto;
}

.line_new_ec {
  margin: 0 auto;
  width: 60%;
  max-width: 226px;
}

.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: #28C655;
}

.line_new_ec .button-container .btn-line .after-btn-line {
  border-color: #28C655;
}

@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: 50px;
    padding-left: 50px;
    height: 50px;
  }

  .line_new_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px;
  }

  .line_new_ec .button-container .after-btn-line {
    width: 40px;
  }
}

/***************************/
/* LINE ID 連携（SP）       */
/***************************/
/* カート画面 */
.line_sp_ec .button-container {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button .before-btn-line {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button .after-btn-line {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053;
}

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

  .line_sp_ec .button-container {
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button .before-btn-line {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button .after-btn-line {
    width: 40px;
  }
}

/**************/
/* Amazon Pay */
/**************/
#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}

#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
  margin-bottom: 15px;
}

#consentWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 165px;
  max-height: 400px;
}

.consent_wrapper {
  margin-bottom: 10px;
}

/* Mobile optimized and small window */
#addressBookWidgetDiv {
  width: 100%;
  height: 228px;
}

#walletWidgetDiv {
  width: 100%;
  height: 228px;
}

#consentWidgetDiv {
  width: 100%;
  height: 165px;
}

/* Desktop and tablet */
@media only screen and (min-width: 768px) {
  #addressBookWidgetDiv {
    width: 400px;
    height: 228px;
  }

  #walletWidgetDiv {
    width: 400px;
    height: 228px;
  }

  #consentWidgetDiv {
    width: 400px;
    height: 165px;
  }
}

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

.c-form_table__checkbox input {
  min-width: 20px;
}

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

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

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

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

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

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

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

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

.invite_coupon__table {
  table-layout: fixed;
}

.w20 {
  width: 20%;
}

.w40 {
  width: 40%;
}

/**************************************/
/* shop/sections/category_panel.liquid */
/**************************************/
.p-category_panel__block--1 {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 720px) {
  .p-category_panel__block--1 {
    height: 0;
    padding-top: 60%;
  }
}

.p-category_panel__block--1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

@media screen and (max-width: 720px) {
  .p-category_panel__block--1:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  }
}

.p-category_panel__block--1 {
  width: 100%;
}

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

.c-product_img__thumbnail__track__list__item__inner {
  background-size: contain !important;
}

/**************************************/
/* バグ解消するまで表示するメッセージ      */
/**************************************/
.customize_notice p {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 3px;
  color: #999;
}

/**************************************/
/* shop/snippets/_preview_footer.html.liquid */
/**************************************/
.preview-nav {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px;
  background-color: #eeeeee;
  opacity: 0.8;
  height: 50px;
  border-color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
}

.preview-btn-col {
  text-align: right;
}

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

/**************************************/
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_submit .c-form_input {
  position: relative;
}

@media screen and (max-width: 720px) {
  .c-cart_submit .c-form_input .customer_emailformError {
    top: -33px !important;
  }

  .c-cart_submit .c-form_input .customer_passwordformError {
    top: -25px !important;
  }
}

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

  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel02formError {
    top: -33px !important;
  }

  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel03formError {
    top: -33px !important;
  }

  #contacts-form-view .c-form_table .contact_customer_attributes_emailformError {
    top: -33px !important;
  }

  #contacts-form-view .c-form_table__newsletter .agreeformError {
    top: -44px !important;
  }
}

/**************************************/
/* shop/customers/registrations/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana01formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana02formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip01formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip02formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel01formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel02formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel03formError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table .customer_emailformError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table .customer_passwordformError {
    top: -33px !important;
  }

  #customers-registrations-sign-up-view .c-form_table__newsletter .agreeformError {
    top: 55px !important;
  }
}

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

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

  #customers-password-edit-view .p-account_form__inner .customer_password_confirmationformError {
    top: -33px !important;
  }
}

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

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

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

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

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

/***************************************************************/
/* ec_force/shop/customer/subs_orders/variants/show.html.liquid*/
/***************************************************************/
#btn-minus {
  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/products/show.html.liquid
/************************************************************/

h1.mypage-h1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 80px;
  font-weight: bold;
}

.mypage_login-conts {
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  padding: 40px 10px;
  margin-top: 20px;
}

.header__menu__list a {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .header__menu__list a, .header__cart__btn, .header__customer__btn {
    font-size: calc(16/1200*100vw);
  }

  body .header__menu__item:not(:first-of-type) {
    margin-left: calc(34/1200*100vw);
  }
}


/************************************************************/
/* テンプレート用追加css
/************************************************************/

/* common */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Noto Sans JP', sans-serif;
}

/* header */
img {
  -webkit-backface-visibility: hidden;
}

header {
  width: 100%;
  height: auto;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 50px 0 55px;
}

.header__hamburger {
  display: none;
}

.header__logo {
  width: 97px;
  height: auto;
}

.header__logo a {
  display: block;
  width: 100%;
  height: auto;
}

.header__logo a img {
  width: 100%;
  height: auto;
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}

.header__menu__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.header__menu__item:not(:first-of-type) {
  margin-left: 34px;
}

.header__menu__item a {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  transition: 0.25s;
}

.header__menu__item a:hover {
  color: #a3a4a6;
}

.header__customer {
  width: 128px;
  height: 36px;
  margin-left: 40px;
}

.header__customer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background-color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  transition: 0.25s;
}

.header__customer__btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.header__customer__btn svg {
  width: 22px;
  height: auto;
  margin-right: 9px;
  fill: #fff;
  transition: 0.25s;
}

.header__customer__btn:hover svg {
  fill: #ffffff;
}

.header__cart {
  width: 107px;
  height: 36px;
  margin-left: 10px;
}

.header__cart__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background-color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
  transition: 0.25s;
}

.header__cart__btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.header__cart__btn img {
  display: none;
}

.header__cart__btn .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  border-radius: 12px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0em;
  position: absolute;
  top: -12px;
  right: 0;
}

@media screen and (max-width: 719px) {
  .header__inner {
    width: 100%;
    height: 70px;
    padding: 0 25px 0 22px;
  }

  .header__hamburger {
    display: block;
  }

  .header__hamburger .u-icon--menu {
    font-size: 23px;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__menu__list {
    display: none;
  }

  .header__customer {
    width: 45px;
    height: 45px;
    margin-left: 0px;
  }

  .header__customer__btn {
    border-radius: 22.5px;
  }

  .header__customer__btn:hover {
    border-radius: 22.5px;
    background-color: #f5f5f5;
  }

  .header__customer__btn svg {
    width: 25px;
    margin-right: 0px;
    fill: #fff;
  }

  .header__customer__btn:hover svg {
    fill: #000000;
  }

  .header__customer__btn__txt {
    display: none;
  }

  .header__cart {
    width: 45px;
    height: 45px;
  }

  .header__cart__btn {
    padding: 2px 2px 0 0;
    border-radius: 22.5px;
  }

  .header__cart__btn:hover {
    background-color: #f5f5f5;
  }

  .header__cart__btn img {
    display: block;
    width: 22px;
    height: auto;
  }

  .header__cart__btn .count {
    width: 17px;
    height: 17px;
    padding-bottom: 1px;
    border-radius: 13.5px;
    font-size: 12px;
    position: absolute;
    top: -3px;
    right: -4px;
  }

  .header__cart__btn__txt {
    display: none;
  }
}

.c-gmenu02 {
  display: none;
}

@media screen and (max-width: 719px) {
  .c-gmenu {
    top: 69px;
  }

  .c-gmenu__container {
    width: 100% !important;
  }

  .c-gmenu__container__inner {
    padding: 25px 10.444% 20px;
  }

  .gmenu__list {
    width: 100%;
    height: auto;
  }

  .gmenu__item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #000000;
  }

  .gmenu__item__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 62px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  span.gmenu__item__link {
    position: relative;
  }

  span.gmenu__item__link img {
    width: 15px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(50%, -50%) rotate(180deg);
    transition: 0.25s;
  }

  span.gmenu__item__link.active img {
    transform: translate(50%, -50%) rotate(0deg);
  }

  .gmenu__item__child {
    display: none;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7e7e7;
  }

  .gmenu__item__child__list {
    width: 100%;
    height: auto;
  }

  .gmenu__item__child__item {
    width: 100%;
    height: auto;
  }

  .gmenu__item__child__item:not(:last-of-type) {
    border-bottom: 1px dotted #e7e7e7;
  }

  .gmenu__item__child__item__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
  }

  .c-gmenu__container__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px !important;
    height: 35px !important;
    left: 15px !important;
    right: auto !important;
    top: -53px;
    z-index: 50;
    background: #fff;
  }

  .c-gmenu__close__icon {
    width: 26px;
    height: 2px;
    position: relative;
  }

  .c-gmenu__close__icon::before,
  .c-gmenu__close__icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .c-gmenu__close__icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .c-gmenu__close__icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* footer */
footer.l-footer {
  display: block;
  width: 100%;
  height: auto;
  padding: 55px 0 160px !important;
  border: none;
}

.footer__linktop {
  display: none;
}

.footer__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 100px;
  height: auto;
  font-family: "Noto Serif JP", serif;
}

.footer__logo {
  width: 97px;
  height: auto;
  margin: 0 auto 0 0;
}

.footer__logo a {
  display: block;
  width: 100%;
  height: auto;
}

.footer__logo a img {
  width: 100%;
  height: auto;
}

.footer__main_menu {
  width: auto;
  height: auto;
}

.footer__main_menu__list {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer__main_menu__item:not(:last-of-type) {
  margin-bottom: 12px;
}

.footer__main_menu__item a {
  color: #000000;
  transition: 0.25s;
}

.footer__main_menu__item a:hover {
  color: #a3a4a6;
}

.footer__sub_menu {
  width: auto;
  height: auto;
  margin-left: 35px;
}

.footer__sub_menu .footer__title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}

.footer__sub_menu__list {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
}

.footer__sub_menu__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer__sub_menu__item a {
  color: #000000;
  transition: 0.25s;
}

.footer__sub_menu__item a:hover {
  color: #a3a4a6;
}

.footer__copyright {
  width: 100%;
  height: auto;
  margin: 83px auto 0;
}

.footer__copyright__txt {
  width: 100%;
  height: auto;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 719px) {
  footer.l-footer {
    padding: 40px 0 160px !important;
  }

  .footer__linktop {
    display: block;

    a {
      display: block;
      margin-bottom: 30px;
      padding: 15px 20px;
      background: #000;
      color: #fff;
      text-align: left;
      font-weight: bold;
      line-height: 1;
    }
  }

  .footer__inner {
    padding: 0 24px;
    flex-direction: column;
  }

  .footer__logo {
    width: 154px;
    margin: 0 auto 45px;
  }

  .footer__main_menu {
    width: 100%;
    margin-bottom: 32px;
  }

  .footer__main_menu__list {
    font-size: 18px;
    text-align: center;
  }

  .footer__main_menu__item {
    border-bottom: 1px solid #d9d9d9;
  }

  .footer__main_menu__item:not(:last-of-type) {
    margin-bottom: 0px;
    border: none;
  }

  .footer__main_menu__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
  }

  .footer__main_menu__item a:hover {
    color: #000000;
  }

  .footer__sub_menu {
    width: 50%;
    height: auto;
    margin: 0 auto 20px !important;
    box-sizing: border-box;
    padding-right: 10px;
  }

  .footer__sub_menu__list {
    text-align: center;
  }

  .footer__sub_menu__item:not(:last-of-type) {
    margin-bottom: 18px;
  }

  .footer__sub_menu__item a:hover {
    color: #000000;
  }

  .footer__copyright {
    margin: 0 auto;
  }
}

.c-gmenu02.active {
  left: 0;
  opacity: 1;
  transform: none;
  transition: left 0s, opacity 0.4s, transform 0.4s;
}

.c-announce_bar {
  display: none;
}

#hero {
  width: 100%;
  height: auto;
}

.hero__inner {
  width: 100%;
  height: auto;
}

.hero__slider {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__slider__txt {
  width: 404px;
  height: auto;
  position: absolute;
  bottom: 205px;
  left: 49px;
  z-index: 5;
}

.hero__slider__txt img {
  width: 100%;
  height: auto;
}

.hero__slider__sub__txt {
  width: 463px;
  height: auto;
  position: absolute;
  top: 49px;
  right: 49px;
  z-index: 5;
}

.hero__slider__list {
  width: 100%;
  height: auto;
}

.hero__slider__item {
  border: none !important;
}

.hero__slider__item img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  padding: 0;
  border-radius: 33px;
  background-color: #ffffff !important;
  position: absolute;
  top: auto;
  right: 50px;
  left: auto;
  z-index: 5;
  transition: .25s;
}

.slick-arrow:hover {
  background-color: #000000 !important;
}

.slick-arrow::before {
  display: none;
}

.slick-prev {
  padding-bottom: 2px;
  bottom: 233px;
}

.slick-next {
  padding-top: 2px;
  bottom: 175px;
}

.slick-arrow svg {
  width: 13px;
  height: auto;
  fill: #000000 !important;
}

.slick-arrow:hover svg {
  fill: #ffffff !important;
}

.hero__slider__cart {
  width: 100%;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.hero__slider__cart .inner {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  align-items: center;
  height: 130px;
  justify-content: space-between;
}

.hero__slider__cart .inner>.title {
  position: absolute;
  left: 0;
  bottom: 66px;
  transform: rotate(-90deg);
  font-size: 12px;
  padding-left: 0;
}

.hero__slider__cart .inner>.title:before {
  width: 1px;
  height: 45px;
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: -12px;
  background: #000;
  transform: rotate(-90deg)
}

.hero__slider__cart .inner>.cart__list {
  display: flex;
  align-items: center;
  padding-left: 70px;
  max-width: 830px;
}

.hero__slider__cart .inner>.cart__list .list {
  width: 160px;
  height: 70px;
  margin-right: 30px;
}

.hero__slider__cart .inner>.cart__list .list .bg {
  width: 160px;
  height: 70px;
  background-color: #fff;
  border-radius: 35px;
  display: flex;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  align-items: center;
}

.hero__slider__cart .inner>.cart__list .list .bg>.img {
  width: 30px;
  position: relative;
  margin-right: 10px;
  height: 70px;
}

.hero__slider__cart .inner>.cart__list .list .bg>.img img {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 5px;
  width: 27px;
}

.hero__slider__cart .inner>.cart__list .list .bg>.quantity {
  font-weight: bold;
  font-size: 16px;
}

.hero__slider__cart .inner>.cart__list .list .bg>.delete {
  width: 29px;
  height: 29px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: 0.3s;
}

.hero__slider__cart .inner>.cart__list .list .bg>.delete:hover {
  cursor: pointer;
  opacity: 0.5;
}

.hero__slider__cart .inner>.cart__info {
  display: flex;
  align-items: center;
  width: 430px;
  height: 90px;
}

.hero__slider__cart .inner>.cart__info .item,
.hero__slider__cart .inner>.cart__info .price {
  width: 125px;
  border-left: 1px solid #000;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__slider__cart .inner>.cart__info .item span.bg,
.hero__slider__cart .inner>.cart__info .price span.bg {
  width: 88px;
  height: 24px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  padding: 0 5px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.hero__slider__cart .inner>.cart__info .item span.fs24,
.hero__slider__cart .inner>.cart__info .price span.fs24 {
  font-size: 24px;
}

.hero__slider__cart .inner>.cart__info .procedure {
  border-left: 1px solid #000;
  font-size: 12px;
  text-align: center;
  position: relative;
  font-weight: bold;
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__slider__cart .inner>.cart__info .procedure span {
  font-size: 20px;
}

.hero__slider__cart .inner>.cart__info .procedure:after {
  content: '';
  display: inline-block;
  background-image: url(../../../../img/top/top_cart_arrow_icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#top-product, #top-blog {
  width: 100%;
  padding: 120px 0;
}

#top-product .top-product__inner, #top-blog .top-blog__inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#top-product .top-product__inner h2, #top-blog .top-blog__inner h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 40px;
}

#top-product .top-product__inner h2 span, #top-blog .top-blog__inner h2 span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#top-product .top-product__inner .all__link, #top-blog .top-blog__inner .all__link {
  width: 190px;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

#top-product .top-product__inner .all__link:after, #top-blog .top-blog__inner .all__link:after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#top-product .top-product__inner .item__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#top-product .top-product__inner .item__list .item {
  width: 235px;
  margin-right: 2%;
  text-align: center;
}

#top-product .top-product__inner .item__list .item:nth-child(4) {
  margin-right: 0;
}

#top-product .top-product__inner .item__list .item>.img {
  width: 100%;
  margin-bottom: 10px;
}

#top-product .top-product__inner .item__list .item>.img img {
  width: 100%;
}

#top-product .top-product__inner .item__list .item>.item__name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#top-product .top-product__inner .item__list .item>.item__capacity {
  font-size: 12px;
  margin-bottom: 15px;
  color: #999:
}

#top-product .top-product__inner .item__list .item>.btn {
  border: 1px solid #000;
  padding: 10px 5px;
  display: flex;
  margin-bottom: 5px;
  font-weight: bold;
  align-items: center;
}

#top-product .top-product__inner .item__list .item>.btn>.cart {
  width: 50%;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
}

#top-product .top-product__inner .item__list .item>.btn>.price {
  width: 50%;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  border-left: 1px solid;
}

#top-product .top-product__inner .item__list .item>.btn>.price span {
  font-size: 10px;
}

#top-product .top-product__inner .item__list .item>.about {
  font-size: 10px;
  text-decoration: none;
}

#top-product .top-product__inner .item__list .item>.about .icon {
  width: 17px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

#top-blog .top-blog__inner .blog__list {
  display: flex;
  justify-content: space-between;
}

#top-blog .top-blog__inner .blog__list>div {
  width: 31%;
}

#top-blog .top-blog__inner .blog__list>div a {
  display: block;
  width: 100%;
}

#top-blog .top-blog__inner .blog__list>div .img {
  margin-bottom: 10px;
}

#top-blog .top-blog__inner .blog__list>div .title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

#top-blog .top-blog__inner .blog__list>div .cat {
  font-size: 12px;
  color: #999999;
}

#top-bnr__area {
  width: 100%;
  padding: 0 0 120px;
}

#top-bnr__area .top-bnr__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#top-bnr__area .top-bnr__inner .bnr__list {
  display: flex;
  flex-wrap: wrap;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr01 {
  width: 100%;
  display: flex;
  height: 490px;
  margin-bottom: 20px;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(1) {
  background-image: url(../../../../img/top/aboutus.png);
  height: 490px;
  background-size: cover;
  background-position: center;
  width: 50%;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(2) {
  background: #A3A4A6;
  height: 490px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 50%;
  color: #fff;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(2) .title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(2) .btn {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  width: 235px;
  height: 55px;
  border: 1px solid #fff;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-bnr__area .top-bnr__inner .bnr__list.between {
  justify-content: space-between;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr02 {
  background-image: url(../../../../img/top/product_all.png);
  height: 490px;
  background-size: cover;
  background-position: center;
  width: 49%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr03 {
  background-image: url(../../../../img/top/product_all02.png);
  height: 490px;
  background-size: cover;
  background-position: center;
  width: 49%;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr02>div {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr02>div .title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

#top-bnr__area .top-bnr__inner .bnr__list .bnr02>div .btn {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  width: 235px;
  height: 55px;
  border: 1px solid #fff;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-bnr {
  width: 100%;
  padding: 0 0 120px;
}

#top-product .top-product__inner .item__list .item>.btn:hover {
  background-color: #999999;
}

.sp {
  display: none !important;
}

/* モーダル */
.bl_modal_h3title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(24/16);
  letter-spacing: 0.07em;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.bl_modal_list {
  margin-top: 20px;
  text-align: left;
  height: 360px;
  overflow-y: scroll;
  padding-right: 16px;
}

.bl_modal_item+.bl_modal_item {
  margin-top: 32px;
}

.bl_modal_h4title {
  font-weight: 500;
  font-size: 14px;
  line-height: calc(24/14);
  letter-spacing: 0.07em;
  color: #000000;
}

.bl_modal_text {
  font-weight: 500;
  font-size: 14px;
  line-height: calc(24/14);
  letter-spacing: 0.07em;
  color: #000000;
}

.js_modal_content {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.8);
  display: grid;
  place-items: center;
}

.js_modal_target {
  background: #fff;
  padding: 30px 50px 24px;
  width: min(90%, 800px);
  margin: auto;
  position: relative;
}

.js_modal_close {
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: calc(21/14);
  color: #fff;
  background: #000;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  right: -23px;
  top: -23px;
}

.js_modal_content.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.bl_modal_address_name,
.bl_modal_address_addressnumber,
.bl_modal_address_address,
.bl_modal_address_tel {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #E6E6E6;
}

.js_modal_text {
  cursor: pointer;
}

.bl_aboutus_title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.bl_aboutus_text {
  font-size: 12px;
}

.bl_product_text {
  margin-bottom: 16px;
}

.single_link {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
  padding-right: 10px;
}

.single_link::before {
  content: url("../../../../img/top/icon-arrow_right.png");
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 10px;
  line-height: 1;
  transform: translateY(-50%);
}

.about--pc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.about--pc .icon {
  width: 17px;
  margin-left: 5px px;
  display: inline-block;
  vertical-align: middle;
}

.about--sp {
  display: none;
  font-size: 10px;
}

@media screen and (max-width: 719px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .single_link {
    margin-bottom: 15px;
  }

  .about--pc {
    display: none;
  }

  .about--sp {
    display: block;
    margin-top: 10px;
  }

  .hero__slider__txt {
    width: 209px;
    bottom: 234px;
    left: 20px;
  }

  .hero__slider__sub__txt {
    width: 209px;
    top: 20px;
    right: 20px;
  }

  .slick-arrow {
    right: 20px;
  }

  .slick-prev {
    bottom: 283px
  }

  .slick-next {
    bottom: 225px;
  }

  .hero__slider__cart {
    height: 214px;
  }

  .hero__slider__cart .inner {
    height: 214px;
    flex-wrap: wrap;
    padding: 20px 0 0;
  }

  .hero__slider__cart .inner>.title {
    position: relative;
    left: 0;
    bottom: 10px;
    transform: rotate(0);
    font-size: 12px;
    padding-left: 60px;
  }

  .hero__slider__cart .inner>.title:before {
    width: 45px;
    height: 1px;
    left: 10px;
    top: 8px;
    transform: rotate(0);
  }

  .hero__slider__cart .inner>.cart__list {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow-x: unset;
  }

  .hero__slider__cart .inner>.cart__info {
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
  }

  .hero__slider__cart .inner>.cart__list .list {
    width: auto;
    height: 70px;
    margin: 0;
    padding: 7px 3px;
  }

  .hero__slider__cart .inner>.cart__list .list>.bg {
    padding: 0 10px 0 15px;
    width: 100%;
    height: 54px;
  }

  .hero__slider__cart .inner>.cart__list .list>.bg>.img {
    height: 54px;
    width: 18px;
  }

  .hero__slider__cart .inner>.cart__list .list>.bg>.img img {
    width: 18px;
  }

  .hero__slider__cart .inner>.cart__list .list>.bg>.delete {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .hero__slider__cart .inner>.cart__list .slick-prev {
    padding-top: 2px;
    bottom: 15px;
    width: 10px;
    left: -18px;
    background: none !important;
  }

  .hero__slider__cart .inner>.cart__list .slick-next {
    padding-top: 2px;
    bottom: 15px;
    width: 10px;
    right: -18px;
    background: none !important;
  }

  .hero__slider__cart .inner>.cart__info .item {
    border: none;
  }

  .hero__slider__cart .inner>.cart__info .item>span,
  .hero__slider__cart .inner>.cart__info .price>span {
    font-size: 18px;
  }

  .hero__slider__cart .inner>.cart__info .item, .hero__slider__cart .inner>.cart__info .price {
    line-height: 1;
  }

  .hero__slider__cart .inner>.cart__info .procedure span {
    font-size: 18px;
  }

  #top-product .top-product__inner .all__link {
    top: auto;
    bottom: -40px;
  }

  #top-blog .top-blog__inner .all__link {
    top: auto;
    bottom: -40px;
  }

  #top-product .top-product__inner .item__list {
    width: 80%;
    margin: 0 auto;
  }

  #top-product .top-product__inner .item__list .item {
    margin: 0;
  }

  #top-product .top-product__inner .item__list .slick-prev {
    padding-top: 2px;
    bottom: 50%;
    width: 10px;
    left: -28px;
    background: none !important;
  }

  #top-blog {
    padding: 0 0 120px;
  }

  #top-blog .top-blog__inner .slick-prev {
    padding-top: 2px;
    bottom: 50%;
    width: 10px;
    left: 0;
    background: none !important;
  }

  #top-product .top-product__inner .item__list .slick-next {
    padding-top: 2px;
    bottom: 50%;
    width: 10px;
    right: -28px;
    background: none !important;
  }

  #top-blog .top-blog__inner .slick-next {
    padding-top: 2px;
    bottom: 50%;
    width: 10px;
    right: 0;
    background: none !important;
  }

  #top-bnr__area .top-bnr__inner .bnr__list .bnr01 {
    height: 860px;
    flex-wrap: wrap;
  }

  #top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(1) {
    width: 100%;
    height: 430px;
    margin-bottom: 10px;
  }

  #top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(2) {
    width: 100%;
    height: 430px;
    margin-bottom: 10px;
  }

  #top-bnr__area .top-bnr__inner .bnr__list .bnr01>div:nth-child(2) .title {
    font-size: 27px;
  }

  #top-bnr__area .top-bnr__inner .bnr__list .bnr02 {
    width: 100%;
    height: 430px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #top-bnr__area .top-bnr__inner .bnr__list .bnr03 {
    width: 100%;
    height: 430px;
  }

  .bl_aboutus_title {
    font-size: 32px;
  }

  .bl_aboutus_text {
    font-size: 12px;
  }

  #top-blog .top-blog__inner .blog__list>div {
    width: 100%;
  }

  #top-blog .top-blog__inner .blog__list .slick-slide {
    padding: 0 2%;
  }

}

.bread_list {
  background: #D9D9D9;
  padding: 15px 5px;
}

.bread_list .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.bread_list .inner ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.bread_list .inner ul li {
  list-style: none;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}

.bread_list .inner ul li:before {
  content: "-";
  margin-right: 2px;
}

.bread_list .inner ul li:first-child:before {
  content: none;
}

.bread_list .inner ul li a {
  color: #fff;
}

.c-shopping-guide {
  margin-top: 120px;
  padding-bottom: 80px;
}

.c-shopping-guide__heading {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.c-shopping-guide__heading__main {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.5px;
}

.c-shopping-guide__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border: 1px solid #2A4F0D;
}

.c-shopping-guide__list__item {
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.c-shopping-guide__list__item:not(:last-of-type) {
  border-right: 1px solid #2A4F0D;
}

.c-shopping-guide__list__item__icon {
  width: 50px;
}

.c-shopping-guide__list__item__text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.84px;
}

.c-line-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2A4F0D;
  height: 67px;
  gap: 10px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.c-line-banner__icon {
  width: 31px;
}

.c-line-banner__text {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-line-banner__text span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}


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

  .p-page_header__inner__title {
    font-size: 32px !important;
  }

  .c-shopping-guide {
    margin-top: 80px;
    padding-bottom: 54px;
  }

  .c-shopping-guide__list {
    margin-top: 20px;
  }

  .c-shopping-guide__list__item {
    height: 173px;
    gap: 12px;
  }

  .c-shopping-guide__list__item__text {
    font-size: 12px;
  }

  .c-line-banner {
    gap: 8px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }

  .c-line-banner__icon {
    width: 34px;
  }

  .c-line-banner__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
