/*** Web Font ***/
/*
 * Noto Serif http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: normal;
  src: url(../../fonts/NotoSerif-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: bold;
  src: url(../../fonts/NotoSerif-Bold.ttf) format('truetype');
}

/*
   * Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
   */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../../fonts/NotoSansCJKjp-Light.woff) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/NotoSansCJKjp-DemiLight.woff) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/NotoSansCJKjp-Bold.woff) format('opentype');
}

/*
   * Noto Serif Japanese (japanese) http://www.google.com/fonts/earlyaccess
   */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/NotoSerifCJKjp-Regular.woff) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/NotoSerifCJKjp-Bold.woff) format('opentype');
}

@font-face {
  font-family: number;
  src: local('frutiger');
  unicode-range: U+0030-0039;
}

/* stylelint-disable scss/media-feature-value-dollar-variable -- disabling rules for scss */
/*  ----------------------------------------------------  GENERAL  -----------------------------------------------------  */
html {
  font-size: inherit;
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;

}

@media (min-width: 544px) {
  html {
    font-size: 1rem;
  }
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
  line-height: 1.7;
}

@media (min-width: 769px) {
  html {
    font-size: inherit;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
  font-weight: 500;
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;

}

p {
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

label {
  /* font-weight: bold; */
}

img {
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  font-size: inherit;
}


/*  -------------------------------------------------  GENERAL  END  -------------------------------------------------  */

/*  -------------------------------------------------  COMMON  -------------------------------------------------  */

@media (max-width: 768.98px) {
  .pc_br {
    display: none;
  }

  p {
    /* font-size: 0.8125rem; */
  }
}

/* --------------------------------------------------------------------
btn-primary
-------------------------------------------------------------------- */
.btn-primary {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
  display: block;
  width: 100%;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #3c3c3c;
}

.btn-primary:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-primary:disabled {
  background-color: #999;
  border-color: #999;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #999;
}

/*  -------------------------------------------------  COMMON END -------------------------------------------------  */

/*  -------------------------------------------------  HEADER  -------------------------------------------------  */

header {
  display: block;
  background-color: rgba(255, 255, 255, .7);
  position: relative;
  top: 0;
}

header~#maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
  /* color: #212529; */
}


/* チェックアウト以降のヘッダーが高さを持ってないので修正 */
.header .navbar-header.brand.row {
  position: relative;
}

article,
aside,
hgroup,
main,
nav,
section {
  display: block;
  background-color: white;
}

/* --------------------------------------------------------------------
header-banner
-------------------------------------------------------------------- */
.header-banner .justify-content-between {
  justify-content: center !important;
}

.header-banner .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.header-banner .justify-content-between>.content {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-banner .justify-content-between>.content>.header-banner .content {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

.pd_headerbanner .header-banner .content {
  padding-top: 0.625em;
  /* padding-top: 0; */
  padding-bottom: 0.625em;
}

.header-banner .close-button {
  display: none;
}

.header-banner .close-button .close {
  background-color: #00000000;
}

.header-promotion-banner img {
  width: 100%;
  height: 35px;
  max-width: 2000px;
  object-fit: cover;
}

.header-promotion ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

@media (max-width: 768px) {
  .header-promotion ul {
    font-size: 0.8125em;
  }
}

.header-promotion ul li a {
  /* display: block; */
  color: #fff;
}

.header-promotion ul li a span {
  color: #fff;
  /* text-decoration: underline; */
  font-size: 0.8125em;
}


/* --------------------------------------------------------------------
navigation
-------------------------------------------------------------------- */

/* header
-------------------------------------------------------------------- */
nav .main-menu,
.main-menu,
nav {
  background: hsla(0, 0%, 100%, .0);
}

nav.fixed {
  position: fixed;
  z-index: 5;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0px;
}

/* brand
----------------------------------------------- */
.header .brand {
  padding-top: 1.0em;
  width: 10em;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 0.8em;
  height: 5em;
}

.brand img {
  top: 0.7em;
  width: 9.57em !important;
}

@media (min-width: 768px) {
  .brand img {
    width: 10.57em !important;
  }
}

/* site-search
----------------------------------------------- */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #acacac;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.25);
}

/* search-mobile
----------------------------------------------- */
.search-mobile.d-md-none.d-xl-none {
  padding: 1rem;
}

/* minicart
----------------------------------------------- */
.minicart .minicart-quantity {
  background-color: #c60000;
  width: 1.539em;
  height: auto;
}

/* main-menu
-------------------------------------------------------------------- */
.nav-item>.nav-link {
  color: #212529;
}

.header .navbar-header .navbar-toggler {
  color: #212529;
}

.navbar-nav {
  font-size: 1rem;
}


@media (min-width: 769px) {

  /* グロナビ全体 */
  .menu-group {
    position: relative;
  }

  /* サブメニュー全体（第一階層） */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    display: none;
    /* 初期状態では非表示 */
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    width: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  /* サブメニュー（第一階層）をホバーで表示 */
  .navbar-expand-md .navbar-nav .nav-item:hover .dropdown-menu {
    display: grid;
    /* ホバー時にグリッド形式に */
    grid-template-columns: repeat(2, auto);
    /* 横に2列 */
    gap: 10px;
    /* 項目間の隙間 */
  }

  /* サブメニュー内の第二階層 */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item .dropdown-menu {
    display: none;
    /* 初期状態では非表示 */
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    width: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  /* サブメニュー内の第二階層をホバーで表示 */
  .navbar-expand-md .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .dropdown-menu {
    display: grid;
    /* ホバー時にグリッド形式に */
    grid-template-columns: repeat(2, auto);
    /* 横に2列 */
    gap: 10px;
    /* 項目間の隙間 */
  }

  .multilevel-dropdown .dropdown-item+.dropdown-item {
    border-top: none;
  }
}

@media (min-width: 769px) {
  .navbar.bg-inverse .navbar-nav .nav-item {
    margin-left: 0;
    /* flex: 1; */
    /* color: white; */
    /* text-align: center; */
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
  }

  .navbar.bg-inverse .navbar-nav .nav-item #outlet.nav-link::before {
    /* content: "期間限定SALE中";
    background: #c60000;
    font-size: 0.7em;
    color: #ffffff;
    white-space: pre;
    display: block;
    text-align: center; */
  }

  .navbar.bg-inverse .navbar-nav .nav-item #two-item-set.nav-link::before {
    /* content: "期間限定価格";
    background: #c60000;
    font-size: 0.7em;
    color: #ffffff;
    white-space: pre;
    display: block;
    letter-spacing: 2px;
    text-align: center; */
  }
}

@media (max-width: 768.98px) {
  .navbar.bg-inverse .navbar-nav .nav-item #outlet.nav-link::after {
    /* content: "期間限定SALE中";
    padding: 0.1em 0.3em;
    background: #c60000;
    font-size: 0.8em;
    color: #fff;
    margin-left: 5px; */
  }

  .navbar.bg-inverse .navbar-nav .nav-item #two-item-set.nav-link::after {
    /* content: "期間限定価格";
    padding: 0.1em 0.3em;
    background: #c60000;
    font-size: 0.8em;
    color: #fff;
    margin-left: 5px; */
  }
}

.multilevel-dropdown .dropdown-item #all-glass-outlet.dropdown-link::after {
  /* content: "期間限定SALE中";
  padding: 0.1em 0.3em;
  background: #c60000;
  font-size: 0.7em;
  color: #fff;
  margin-left: 5px; */
}

.multilevel-dropdown .dropdown-item #all-mug-outlet.dropdown-link::after {
  /* content: "期間限定SALE中";
  padding: 0.1em 0.3em;
  background: #c60000;
  font-size: 0.7em;
  color: #fff;
  margin-left: 5px; */
}


/*  -------------------------------------------------  HEADER END -------------------------------------------------  */

/*  -------------------------------------------------  NEWS -------------------------------------------------  */

.news-component .news-container .news-list .newsList a {
  font-size: 0.9rem;
  line-height: inherit;
  color: #212529 !important;
}

.news-component .news-container .news-list .newsBtn {
  display: none;
}

.container.news-list {
  width: 100%;
}

.container.news-list a {
  color: #212529 !important;
}

.container.news-list .newsListInner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 18px 5px;
  margin: 0;
}

.container.news-list .newsList .newsListDate {
  /* margin: 0; */
}

.container.news-list .newsList .newsListTitle {
  width: auto;
  position: unset;
  margin: 0;
}

@media (max-width: 768.98px) {
  .container.news-list .newsListInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.news-list .newsListInner .newsListDate {
    margin-bottom: 5px;
    margin-left: 0;
  }
}

#news-detail a {
  color: #0070d2 !important;
}

#news-detail h3.asset-h3 {
  background-color: #f8f8f8;
  padding: 8px;
  /* font-size: 1.2rem; */
  font-size: 1.0rem;
  margin: 2rem 0 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  #news-detail h3.asset-h3 {
    font-size: 1.0rem;
    margin: 2rem 0 0.5rem;
  }
}

.news-detail_tag>span {
  border: 1px solid;
  padding: 3px 10px;
}

.news-detail_body p.center {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.news-breadcrumb {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
}

.news-breadcrumb>p {
  padding-top: 1rem;
}

.news-breadcrumb>p>span {
  margin-right: 0.75rem;
}

/* table
--------------------------------- */
.news-detail_body .spec-table {
  width: unset;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.news-detail_body .spec-table .spec-table-tbody>tr>td {
  padding: 4px;
}

.news-detail_body .spec-table .spec-table-tbody>tr>td:first-child {
  min-width: 100px;
  font-weight: 600;
  vertical-align: baseline;
  padding-left: 0;
}

.news-detail_body .desc_img {
  max-width: 720px;
}

@media (max-width: 768px) {
  .news-detail_body .spec-table .spec-table-tbody>tr>td:first-child {
    min-width: 70px;
  }
}

.news-detail_body .box {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
}

.news-detail_body .notice {
  background-color: #FFF9C8;
  padding: 1rem;
}

.news-detail_body ul {
  padding-left: 30px;
}

/*  -------------------------------------------------  NEWS END-------------------------------------------------  */

/*  -------------------------------------------------  CART - 買い物カゴ -------------------------------------------------  */

/* 編集ボタンを非表示 */
.page[data-action="Cart-Show"] .edit {
  display: none;
}

/* スマートフォンのカート画面にてクーポン入力ができないことを解消 */
.cart .promo-code-form {
  display: block;
}

/* --------------------------------------------------------------------
cart-attention-description
-------------------------------------------------------------------- */
.cart-attention-description {
  margin-right: 15px;
  margin-left: 15px;
  padding: 0.8rem 1.0rem 0.01rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}

.cart-attention-description h6 {
  font-weight: 600;
}

.cart-attention-description ul {
  padding-left: 20px;
  font-size: 0.9em;
}

/* cart-campaign
-------------------------------------------------------------------- */
.cart-campaign {
  margin-right: 15px;
  margin-left: 15px;
}

.cart-campaign .coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 中央寄せ（必要に応じて） */
}

.cart-campaign .coupon .banner,
.cart-campaign .coupon .description {
  width: 100%;
  /* 幅を100%にして、縦並びのレイアウト */
}

@media (min-width: 769px) {
  .cart-campaign .coupon {
    /* flex-direction: row; 
      justify-content: space-between; 
      align-items: flex-start;  */
  }

  .cart-campaign .coupon .banner,
  .cart-campaign .coupon .description {
    width: 50%;
    max-width: 500px;
  }

  .cart-campaign .coupon .description {
    /* padding-left: 20px;  */
  }

  .cart-campaign .coupon .couponHowToUse {
    text-align: center;
  }
}

.cart-campaign .coupon {
  margin-bottom: 1rem;
}

.cart-campaign .coupon p {
  margin-bottom: 0;
  font-size: 0.8125em;
}

.cart-campaign .coupon .couponHowToUse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cart-campaign .coupon .couponCode {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border: 1px solid #ccc;
  padding: 0.1rem 1rem 0.2rem;
  margin-bottom: 0.5rem;
}

.cart-campaign .coupon .couponCode .name {
  font-weight: 600;
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle;
}

.cart-campaign .coupon .couponCode .code {
  font-weight: 600;
  font-size: 1.4rem;
  margin-left: 5px;
}

.cart-campaign .coupon .couponDesc,
.cart-campaign .coupon .couponLink {
  text-align: center;
}



/* cart-page
-------------------------------------------------------------------- */
.cart-empty h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}


/* agreement-to-terms-of-use-cart
-------------------------------------------------------------------- */
.agreement-to-terms-of-use-cart p {
  font-size: 0.8125em;
}

/* new-member-coupon
----------------------------------------------- */
.agreement-to-terms-of-use-cart .new-member-coupon {
  margin-bottom: 1rem;
}

.agreement-to-terms-of-use-cart .new-member-coupon.off_550 {
  display: none;
}

.agreement-to-terms-of-use-cart .new-member-coupon.off_1100 {
  /* display: none; */
}

/* to-shopping-guide
----------------------------------------------- */
.to-shopping-guide p {
  font-size: inherit;
}

.to-shopping-guide p span {
  font-size: 0.8125em;
}

/* coupon
----------------------------------------------- */
.agreement-to-terms-of-use-cart .coupon {
  margin-bottom: 1rem;
  display: none;
}

.agreement-to-terms-of-use-cart .coupon p {
  margin-bottom: 0;
}

.agreement-to-terms-of-use-cart .coupon .couponHowToUse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.agreement-to-terms-of-use-cart .coupon .couponCode {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border: 1px solid #ccc;
  padding: 0.1rem 1rem 0.2rem;
  margin-bottom: 0.5rem;
}

.agreement-to-terms-of-use-cart .coupon .couponCode .name {
  font-weight: 600;
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle;
}

.agreement-to-terms-of-use-cart .coupon .couponCode .code {
  font-weight: 600;
  font-size: 1.4rem;
  margin-left: 5px;
}

.agreement-to-terms-of-use-cart .coupon .couponDesc,
.agreement-to-terms-of-use-cart .coupon .couponLink {
  text-align: center;
}


/*  -------------------------------------------------  CART - 買い物カゴ END -------------------------------------------------  */

/*  -------------------------------------------------  CHECKOUT - 注文手続き -------------------------------------------------  */

.card-header>a {
  margin: 0 0 0 1em !important;
}

.btn-outline-primary {
  color: #2b2b2b !important;
  border-color: #2b2b2b;
  width: 100%;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.shipping-method-block {
  margin-top: 1.25rem;
}

.view-address-block h3,
.shipping-method-block h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}

.shopping-bag-block .card-header {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.order-remarks-block .card-header {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
  border-bottom: none;
}

.order-remarks-block .card-header label {
  margin-bottom: 0;
}

.privacy-policy {
  text-align: center;
  padding: 0 1rem 1rem !important;
}

.data-checkout-stage[data-checkout-stage='placeOrder'] .summary-more-description.txt_terms {
  background: #fff;
}

.data-checkout-stage[data-checkout-stage='placeOrder'] .summary-more-description.txt_terms h2 {
  font-size: 1.2rem;
}

.btn-block+.btn-block {
  margin-top: 0;
}

/* 購入手続きにて商品名の省略を防ぐ */
.line-item-name {
  white-space: unset;
}

/* 買い物カゴ 購入手続き　調整 */
.product-card-footer .col-4:first-child {
  flex: 0 0 50%;
  max-width: 50%;
}

.line-item-unit-price {
  flex: 0 0 50%;
  max-width: 50%;
}

.line-item-total-price {
  flex: 0 0 50%;
  max-width: 50%;
}

.align-items-start {
  margin-top: 1rem;
}

/*  配送や支払方法選択画面でのアセット（ID：beforeOrderConfirmation）非表示（WBS_RE-245）*/
.data-checkout-stage:not([data-checkout-stage=placeOrder]) .confirmation-message {
  display: none;
}

/* WBS_RE-219 「プライバシーポリシーはこちら」のリンク */
.data-checkout-stage:not([data-checkout-stage=placeOrder]) .privacy-policy-terms,
.data-checkout-stage:not([data-checkout-stage=placeOrder]) .txt_terms {
  display: none;
}


/* maincontent
-------------------------------------------------------------------- */
#maincontent {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #maincontent {
    overflow-x: hidden;
  }
}

/* product-tile
-------------------------------------------------------------------- */
.product-tile .tile-body .color-swatches {
  min-height: 0;
}

.product-tile .tile-body .price {
  Padding-top: 10px;
}

.product-tile .image-container {
  overflow: visible;
}

.product-tile .image-container a .tile-image {
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  background-size: contain;
}

.product-tile .tile-body .price span.sales {
  white-space: nowrap;
}

.product-tile .tile-body .price>span>span:nth-child(2) {
  /* color: #c60000; */
}

.product-tile .tile-body .ratings {
  display: none;
}

.product-tile .swatch-circle {
  display: none;
}

/* delivery-notice
-------------------------------------------------------------------- */
.delivery-notice {
  background-color: #FFF9C8;
  padding: 1rem;
}

.delivery-notice h3 {
  font-size: 16px;
  font-weight: bold;
}

.delivery-notice h3 span {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 5px;
}

.delivery-notice h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.delivery-notice h6 {
  font-weight: 600;
  padding: 0.5rem;
  border-bottom: 1px solid #212529;
  width: fit-content;
}

.delivery-notice .notice {
  margin-top: 1rem;
}

.delivery-notice ul {
  padding-inline-start: 18px;
  font-size: 0.813em;
}

.delivery-notice p {
  font-size: 0.813em;
}

.delivery-notice strong {
  font-size: 0.813em;
}

.delivery-notice p.example {
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}


/* 
---------------------------------------- */
.notice-box {
  position: relative;
}

.notice-box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  margin-bottom: 0;
}

.notice-box input:checked+label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.notice-box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: '\f13a' ' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}

.notice-box input {
  display: none;
}

.notice-box .notice-container {
  overflow: hidden;
  /* height: 250px; */
  height: 150px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.notice-box input:checked+label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.notice-box input:checked+label:after {
  font-family: FontAwesome;
  content: '\f139' ' 閉じる';
}

.notice-box input:checked~.notice-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/* 
-------------------------------------------------------------------- */
.notice-box .notice-news {
  background-color: #f5cccc70;
  /* padding: 0.75rem 1.25rem; */
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-color: #f1b8b8;
  border-radius: 0.1875rem;
}

.notice-box .notice-news h4 {
  color: #6a0000;
}

.notice-box .notice-news p {
  font-size: 0.813em;
  color: #6a0000;
  margin-bottom: 0;
}


/* 
-------------------------------------------------------------------- */
.agreement-to-terms-of-use-checkout p {
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 543.98px) {
  .agreement-to-terms-of-use-checkout p {
    font-size: 0.8125em;
  }
}

.agreement-to-terms-of-use-checkout-rakuten-pay p {
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 543.98px) {
  .agreement-to-terms-of-use-checkout-rakuten-pay p {
    font-size: 0.8125em;
  }
}

/* confirmation-message
-------------------------------------------------------------------- */
.confirmation-message {
  margin-top: 1rem;
}

.confirmation-message .attention p {
  font-size: 1rem;
  color: #c60000;
  font-weight: 600;
}

.confirmation-message .notice {
  background-color: #FFF9C8;
  padding: 0.8rem 1.0rem 0.01rem;
  margin-bottom: 1rem;
}

.confirmation-message .notice h6 {
  font-weight: 600;
}

.confirmation-message .notice ul {
  padding-left: 20px;
}

.confirmation-message .notice .note {
  font-size: 0.9em;
}


/*  -------------------------------------------------  CHECKOUT - 注文手続き END -------------------------------------------------  */

/*  -------------------------------------------------  CHECKED ITEM - 最近チェックした商品 -------------------------------------------------  */

/* 商品画像が大きいためサイズ調整 */
.container .checked-item .checked-item-detail {
  /* margin-left: auto;
  margin-right: auto;
  max-width: 278px; */
}

.container.checked-item a.slide-arrow {
  color: #444 !important;
}

/*  -------------------------------------------------  CHECKED ITEM - 最近チェックした商品 END -------------------------------------------------  */

/*  -------------------------------------------------  CONTACT US - お問い合わせ -------------------------------------------------  */

/* お問い合わせ完了時に出てくるメッセージをヘッダーより上に表示させる */
.contact-us-signup-message,
.contact-us-signup-alert {
  z-index: 10 !important;
}

.contact-info-header h5 {
  font-weight: 600;
}

.contact-info-header h6 {
  font-weight: 600;
}

.contact-info-header ul {
  padding-left: 20px;
  font-size: 0.9em;
}

.contact-info-header .box {
  padding: 0.8rem 1.0rem;
  background-color: #f8f8f8;
  font-size: 0.9em;
}

/*  -------------------------------------------------  CONTACT US - お問い合わせ END -------------------------------------------------  */

/*  -------------------------------------------------  ACOUNT/LOGIN/MYPAGE/CART  -------------------------------------------------  */

.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #2b2b2b;
}

h1.page-title,
h1.page-title::before {
  background-color: #2b2b2b;
}

.line-item-attributes.attribute-color {
  display: none;
}

/* --------------------------------------------------------------------
account > account-dashboard-header
-------------------------------------------------------------------- */
.account-dashboard-header {
  padding: 0.8rem 1.0rem 0.01rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------
account > account-history-header
-------------------------------------------------------------------- */
.account-history-header {
  padding: 0.8rem 1.0rem 0.01rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------
account > accountcompensation
-------------------------------------------------------------------- */
.account-compensation-infomation {
  padding: 0.8rem 1.0rem 0.01rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------
login
-------------------------------------------------------------------- */
.login-form-nav ul li a {
  color: #212529 !important;
}

.login-registration-info {
  margin-bottom: 1rem;
}

.login-registration-info img {
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------
checkoutlogin
-------------------------------------------------------------------- */
.checkoutlogin-registration-info {
  max-width: 720px;
  margin-bottom: 1rem;
}

.checkoutlogin-registration-info img {
  margin-bottom: 1rem;
}


/*  -------------------------------------------------  ACOUNT/LOGIN/MYPAGE/CART END   -------------------------------------------------  */

/*  -------------------------------------------------  PLP  -------------------------------------------------  */

/* --------------------------------------------------------------------
breadcrumb - パンくず
-------------------------------------------------------------------- */
.breadcrumb {
  margin-bottom: 0;
  padding: 0.75rem 0.8rem;
}

.breadcrumb .breadcrumb-item a {
  color: #444 !important;
}


/* --------------------------------------------------------------------
search-nav
-------------------------------------------------------------------- */
.search-nav {
  border-bottom: none;
}

/* --------------------------------------------------------------------
hero
-------------------------------------------------------------------- */
.search-banner {
  position: relative;
}

@media (max-width: 768px) {
  .search-banner {
    display: block !important;
  }
}

.show-pc {
  display: block;
}

.show-sp {
  display: none;
}

@media (max-width: 768px) {
  .show-pc {
    display: none;
  }

  .show-sp {
    display: block;
  }
}

/* search-banner
-------------------------------------------------------------------- */
.search-banner {
  display: flex !important;
  /* min-height: 504px; */
  /* background-color: #f0f0f0; */
  background-color: #f8f8f8;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

.search-banner.content-dark {
  background-color: #000;
}

@media (max-width: 769px) {
  .search-banner {
    display: flex !important;
    flex-flow: column;
  }
}

.search-banner a {
  /* display: contents; */
}

.search-banner a .hero-content {
  /* color: #212529; */
}

.search-banner.content-dark .hero-content {
  /* color: #fff; */
}

.search-banner.content-dark a .hero-content {
  /* color: #fff; */
}

.search-banner .hero-content {
  flex: 0 0 auto;
  width: 34%;
  max-width: 510px;
  padding: 2rem 3.5%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 769px) {
  .search-banner .hero-content {
    order: 2;
    width: 100%;
    max-width: none;
    padding: 1.5rem 3.5%;
  }
}

.search-banner .hero-content .content-title {
  text-align: center;
  margin-bottom: 1rem;
}

.search-banner.content-dark .hero-content {
  color: #fff;
}

.search-banner .hero-content .content-title .category_title {
  /* font-size: 1.2rem; */
  font-size: 1.6rem;
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
}

.search-banner .hero-content .content-description {
  font-size: 0.825rem;
  line-height: 2.0;
  text-align: center;
  color: inherit;
}

.search-banner .hero-content .content-button {
  background-color: #fff;
  color: #212529 !important;
  border: 1px solid #ccc;
  letter-spacing: 0.05em;
}

.search-banner.content-dark .hero-content .content-button {
  border: none;
}




.hero-banner {
  flex: 1 1 auto;
}

@media (max-width: 769px) {
  .hero-banner {
    order: 1;
    width: 100%;
    min-height: 30vw;
  }
}

/* campaign-banner
-------------------------------------------------------------------- */
.page[data-action="Search-Show"] .campaign-banner.coupon-2buy-1100yenoff_202504 {
  display: none;
}

/* --------------------------------------------------------------------
refinements
-------------------------------------------------------------------- */
.refinements a {
  display: block;
  color: #444 !important;
}

.refinements ul li button {
  display: block;
  padding-left: 0;
  color: #444;
}

@media (max-width: 768px) {
  .refinements ul li button {
    padding-top: 0.313em;
    padding-bottom: 0.313em;
  }
}

.refinements .card .card-body ul.values li ul {
  padding-left: 1.0em;
}


/* --------------------------------------------------------------------
main
-------------------------------------------------------------------- */

/* 
-------------------------------------------------------------------- */
/* categoryTitle */
h1.product-category-header {
  /* font-family: 'Noto Serif Japanese', 'Noto Serif', serif !important; */
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.8rem;
  margin-bottom: 1.0rem;
}

@media (max-width: 768px) {
  h1.product-category-header {
    font-size: 1.6rem;
  }
}

/* header-menu-banner */
.header-menu-banner {
  /* margin-bottom: 1.5rem; */
}

/* categoryDesc */
.product-category-description {
  /* margin-bottom: 2.0rem; */
}

@media (max-width: 768px) {
  .product-category-description {
    /* margin-bottom: 0; */
  }
}

/* header-menu-banner
-------------------------------------------------------------------- */
.header-menu-banner .outlet-desc {
  padding: 1rem;
  background-color: #f0f0f0;
}

.header-menu-banner .outlet-desc p:last-child {
  margin-bottom: 0;
}


/* filter-bar
-------------------------------------------------------------------- */
.filter-bar.d-md-none {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-bar li.filter-value button::after {
  right: 10px;
}


/* product-grid
-------------------------------------------------------------------- */

/* product-badge
----------------------------------------------- */
.product-badge {
  /* position: unset; */
}

.product-badge span.product-icon-text {
  font-size: 0.8125em;
  background: #2b2b2b;
  padding: 1px 4px;
  display: inline-block;
  margin-top: 8px;
}

span.product-icon-text.product-icon-text-30\%OFF {
  background-color: #2c3966;
}

span.product-icon-text.product-icon-text-MAX40\%OFF {
  background-color: #c60000;
}

span.product-icon-text.product-icon-text-期間限定価格 {
  background-color: #c60000;
}

span.product-icon-text.product-icon-text-側面エッチングへ変更可 {
  background: none;
  color: #0656B6;
  padding: 2px 0;
}

/* quickview
----------------------------------------------- */
/* クイックビュー非表示 */
div.product-grid a.quickview {
  display: none;
}

div.product-tile a.quickview {
  display: none;
}




/*  -------------------------------------------------  PLP END -------------------------------------------------  */

/*  -------------------------------------------------  PDP  -------------------------------------------------  */


/* --------------------------------------------------------------------
primary-images
-------------------------------------------------------------------- */
.carousel .icon-prev,
.carousel .icon-next {
  padding-top: 0.34em;
}

/* --------------------------------------------------------------------
product-detail-info
-------------------------------------------------------------------- */

/* 並び替え
-------------------------------------------------------------------- */
.product-detail-info {
  display: flex;
  flex-direction: column;
}

.product-detail-info .alert.alert-danger.error-message {
  order: 1;
}

.product-detail-info .attributes:nth-child(4) {
  order: 2;
}

.product-detail-info .price-and-quantity {
  order: 3;
}

.product-detail-info .quick-action-button {
  order: 4;
}

.product-detail-info .long-description {
  order: 5;
}

.product-detail-info .attributes:nth-child(8) {
  order: 6;
  display: flex;
  flex-direction: column;
}

.product-detail-info .attributes:nth-child(8) .product-award {
  order: 1;
}

.product-detail-info .attributes:nth-child(8) .product-options {
  order: 2;
}

.product-detail-info .attributes:nth-child(8) .estimated-delivery {
  order: 3;
}

.product-detail-info .attributes:nth-child(8) .staff-comment {
  order: 4;
}

.product-detail-info .attributes:nth-child(8) .prices-add-to-cart-actions {
  order: 5;
  z-index: 1;
}

.product-detail-info .attributes:nth-child(8) .product-availability {
  order: 6;
}

.product-detail-info .attributes:nth-child(8) .row:nth-child(5) {
  order: 7;
}

.product-detail-info .attributes:nth-child(8) .row:nth-child(6) {
  order: 8;
}

.product-detail-info .attributes:nth-child(8) .row:nth-child(7) {
  order: 9;
}

.product-detail-info .attributes:nth-child(8) .row:nth-child(8) {
  order: 10;
}


/* product-breadcrumb
-------------------------------------------------------------------- */
.container .breadcrumb {
  border-top: none;
  border-bottom: none;
}

/* product-name
-------------------------------------------------------------------- */
@media (min-width: 769px) {
  .product-name {
    /* padding-left: 2.5rem; */
  }
}

h1.product-name {
  font-size: 1.4rem;
  /* margin-bottom: 1rem; */
  line-height: 1.5;
}

@media (max-width: 768px) {
  h1.product-name {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

/* SP 商品名の表示位置を調整 */
@media (max-width: 768px) {
  .d-md-none h1.product-name {
    display: none;
  }
}

@media (max-width: 768.98px) {
  h1.product-name.hidden-sm-down {
    display: block !important;
  }
}

/* long-description
-------------------------------------------------------------------- */
@media (min-width: 769px) {
  .long-description {
    /* padding-left: 2.5rem; */
  }
}

.long-description .longDescription_info p {
  padding: 5px 10px;
  background-color: #f8f8f8;
  font-size: 0.8rem;
}

.long-description h6 {
  font-weight: 600;
}

.long-description table {
  /* width: 100%; */
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.long-description table th {
  background: #f8f8f8;
  font-weight: 400;
}

.long-description table th.quantity {
  width: 12%;
}

.long-description table td.no {
  width: 12%;
}

.long-description table th,
.long-description table td {
  border: solid 1px #ccc;
}

.long-description {
  margin-top: 1rem;
}

.long-description .red {
  color: #F00;
}

/* （オプション）生涯を添い遂げるマグ レギュラーサイズ専用 杉箱 対応表*/
table.option td:first-child {
  text-align: left;
}

table.option td:first-child a {
  color: #212529 !important;
}

/* set-list
----------------------------------------------- */
@media (max-width: 768px) {
  .set-list {
    font-size: 0.8rem;
  }
}

.set-list ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* option-list
----------------------------------------------- */
.option-list ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* service-list
----------------------------------------------- */
.service-list {
  /* padding: 15px;
  background-color: #f7f7f7;
  display: block; */
  margin-bottom: 1rem
}

.product-data {
  margin-bottom: 0;
}

.item-service {
  border-bottom: 1px solid #dbdbdb;
}

.item-service:last-child {
  border-bottom: none;
}

.item-service dt,
.item-service dd {
  padding: 10px 0;
}

.item-service dt {
  float: left;
  clear: left;
  width: 140px;
  padding-right: 10px;
}

.item-service dd {
  font-weight: bold;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .item-service dd {
    /* flex-direction: column;
    align-items: flex-end; */
  }
}

.info {
  /* margin-left: 5px;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: normal; */
}

.info a {
  /* text-decoration: none; */
}

.info a .fa {
  /* margin-left: 0.35em;
  font-size: 1.4em;
  margin-top: 0.15em;
  color: #888; */
}

.i-link {
  display: inline-flex;
  align-items: center;
}

/* outerbox-select
----------------------------------------------- */
.outerbox-select {
  /* background-color: #FFF9C8; */
  background-color: #f7f1e0;
  padding: 0.8rem 1.0rem 0.01rem;
  margin-bottom: 1rem;
}

.outerbox-select ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.outerbox-select ul li {
  margin-top: 0.5em;
  margin-right: 0.7em;
}

.outerbox-select ul li img {
  width: 7.5em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
}

.outerbox-select ul li img.selected {
  border: 0.2em solid #000;
}

.outerbox-select ul li p.price {
  text-align: center;
  font-size: inherit;
  margin-bottom: 0;
}

.outerbox-select p.notice {
  font-size: 0.8125em;
  margin-top: 0.5rem;
}

/* outlet
----------------------------------------------- */
.long-description .long-description_box {
  border: 1px solid #999;
  padding: 1.0rem 1.0rem 0;
  margin-bottom: 1.0rem;
  font-size: 0.8rem;
}

.long-description .long-description_box .img {
  padding: 0 1rem;
}

.long-description .long-description_box .img .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.long-description .long-description_box .img .row div {
  width: 48%;
}

/* set-table
----------------------------------------------- */
.set-table {
  font-size: 0.8rem !important;
}

.set-table .set-table‐tbody>tr>td {
  padding: 4px 8px !important;
  border: 1px solid #ccc !important;
  text-align: left;
}

.set-table .set-table‐tbody>tr>td:first-child {
  min-width: 20px !important;
  border-style: solid !important;
  border-color: #ccc !important;
  border-width: 1px 0px 1px 1px !important;
  background: #f8f8f8 !important;
  text-align: center;
}

/* others
----------------------------------------------- */
.img-notice {
  color: #797979;
  font-size: 0.8rem;
}

.product-number {
  color: #797979;
  padding-top: 0;
}

/* article_contents　※要調整
-------------------------------------------------------------------- */
.article_contents {
  margin-bottom: 2.25em;
}

.article_contents .to-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 1.5rem;
}

.article_contents .to-content_box {
  overflow: hidden;
  min-width: 300px;
  -webkit-box-shadow: 0 1px 3px rgb(88 88 88 / 30%);
  box-shadow: 0 1px 3px rgb(88 88 88 / 30%);
}

.article_contents .to-content_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article_contents .to-content_box a .content-img {
  width: 50%;
}

.article_contents .to-content_box a .content-name {
  overflow: hidden;
  width: calc(60% - 10px);
  padding: 10px;
}

.article_contents .to-content_box a .content-name h6 {
  margin-bottom: 2px;
}

.article_contents .to-content_box a .content-name p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  color: #212529;
}

.article_contents .to-content_box a .content-name p:last-child {
  margin-bottom: 0;
}

.article_contents .to-content_box a .content-name p.link {
  text-decoration: underline;
}


/* brandsite-link
-------------------------------------------------------------------- */
.brandsite-link {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  /* 必要に応じてサイズ調整 */
}

.brandsite-link .link-image {
  position: relative;
}

.brandsite-link .link-image img {
  width: 100%;
  filter: brightness(50%);
}

.brandsite-link .link-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  padding: 10px;
  width: 500px;
}

.brandsite-link .link-text h6,
.brandsite-link .link-text p {
  color: #fff;
}

.brandsite-link .link-text h6 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif !important;
}

.brandsite-link .link-text p {
  color: #fff;
}

@media (max-width: 768px) {
  .brandsite-link .link-text h6 {
    font-size: 1.3rem;
  }

  .brandsite-link .link-text p {
    margin-bottom: 0.5rem;
  }
}

.brandsite-link .link-text p.link-action {
  margin-bottom: 0;
  /* background-color: #2F3A4C; */
  background-color: #5B4636;
  padding: 10px 20px;
  border-radius: 0.1875rem;
  display: inline-block;
}

@media (max-width: 768px) {
  .brandsite-link .link-text p.link-action {
    padding: 5px 15px;
  }
}

.brandsite-link .link-text p.link-action i {
  margin-left: 5px;
}


/* option_contents
-------------------------------------------------------------------- */

.option_contents a {
  text-decoration: none;
}

.option_contents .to-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 1.5rem;
}

.option_contents .to-content_box {
  overflow: hidden;
  min-width: 300px;
  -webkit-box-shadow: 0 1px 3px rgb(88 88 88 / 30%);
  box-shadow: 0 1px 3px rgb(88 88 88 / 30%);
}

@media only screen and (min-width: 769px) {
  .option_contents .to-content_box {
    min-width: auto;
  }
}

.option_contents .to-content_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  color: #000;
  line-height: 1.5;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option_contents .to-content_box a .content-img {
  width: 50%;
}

@media only screen and (max-width: 769px) {
  .option_contents .to-content_box a .content-img {
    width: 50%;
  }
}

.option_contents .to-content_box a .content-name {
  overflow: hidden;
  width: calc(60% - 10px);
  padding: 10px;
}

.option_contents .to-content_box a .content-name h6 {
  margin-bottom: 2px;
}

.option_contents .to-content_box a .content-name p {
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.option_contents .to-content_box a .content-name p:last-child {
  margin-bottom: 0;
}

.option_contents .to-content_box a .content-name p.underline {
  text-decoration: underline;
}

/* alert
-------------------------------------------------------------------- */
.product-detail-info .error-message {
  margin: 1rem 0;
}

/* price-and-quantity
-------------------------------------------------------------------- */
.product-detail-info .price-and-quantity {
  display: flex;
  flex-direction: column;
  border: none;
}

@media (min-width: 769px) {
  .product-detail-info .price-and-quantity {
    padding-left: 1.0rem;
    /* padding-right: 3.5rem; */
  }
}

@media (max-width: 768px) {
  .product-detail-info .price-and-quantity {
    /* padding-top: 1rem; */
    padding-right: 15px;
    padding-left: 15px;
  }
}

.product-detail-info .price-and-quantity .pdp-row-price {
  max-width: unset;
  padding: 0;
}


.product-detail-info .price-and-quantity .pdp-row-price .price-label {
  display: none;
}

.product-detail-info .price-and-quantity .pdp-row-price .price-details .price span.sales {
  white-space: nowrap;
}

.product-detail-info .price-and-quantity .pdp-row-price .price-details .price>span span:nth-child(2) {
  /* color: #c60000; */
}


.product-detail-info .price-and-quantity .pdp-row-price .price-details {
  flex: unset;
  text-align: left;
  padding: 0;
}

.product-detail-info .price-and-quantity .pdp-row-quantity .quantity-label {
  padding: 0;
}

.product-detail-info .price-and-quantity .pdp-row-quantity {
  padding: 0;
  border-left: unset;
  margin: 0.8em 0;
  display: unset;
}

@media (max-width: 768px) {
  .product-detail-info .price-and-quantity .pdp-row-price .price-details .price {
    font-size: 1.5rem;
  }
}

/* quick-action-button
-------------------------------------------------------------------- */
/* 注意　上部の買い物カゴ、お気に入りリスト非表示 */
.quick-action-button {
  /* display: none; */
}

@media (min-width: 769px) {
  .product-detail-info .quick-action-button {
    /* padding-left: 2.5rem;
      padding-right: 2.5rem; */
  }
}

.product-detail-info .quick-action-button .cart-and-ipay {
  padding: 0;
}

@media (max-width: 543.98px) {
  .product-detail-info .quick-action-button .cart-and-ipay .btn {
    width: 100%;
    margin: 0;
    display: block;
  }

  .cart-and-ipay {
    padding: 0.625em;
  }
}

/* attributes
-------------------------------------------------------------------- */
.product-detail-info .social-sp-views a {
  text-decoration: none;
}

/* 
---------------------------------- */
@media (min-width: 769px) {
  .attributes {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-detail .product-detail-info .attributes span.non-input-label {
  font-weight: 600;
  margin-bottom: 0;
}

.product-detail .product-detail-info .attributes [data-attr="color"] {
  margin-bottom: 1rem;
}

.product-detail .product-detail-info .attributes [data-attr="color"] .attribute .color-attribute .swatch-circle {
  width: 5.5em;
  height: 5.5em;
  background: #fff;
  border-radius: unset;
  display: inline-block;
  /* margin-right: 0.5em; */
  margin-top: 0.5em;
  position: relative;
  background-size: contain;
}

.product-detail .product-detail-info .attributes [data-attr="color"] .attribute .color-attribute .swatch-circle.color-value.selected {
  border: 0.2em solid #000;
}

.product-detail .product-detail-info .swatch-circle.color-value.selected::after {
  font-family: unset;
  display: none;
}

.product-detail .product-detail-info .attributes [data-attr="color"] .quantity {
  display: none;
}

/* estimated-delivery
----------------------------------------------- */
.banner_rd,
.banner_bk {
  margin: 1rem 0;
}

.banner_rd ul,
.banner_bk ul {
  padding-inline-start: 0;
  margin: 0;
}

.banner_rd li.bannerLimited {
  border: 1px solid #a40000;
  padding: 3px 5px;
  *padding: 0 5px;
  background-color: #fff;
  display: inline-block;
  vertical-align: bottom;
  color: #a40000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  *display: inline;
  *zoom: 1;
  white-space: auto;
  min-width: 225px;
  margin-bottom: 10px;
}

.banner_rd li.bannerLimited dt {
  color: #a40000 !important;

}

.banner_rd li.bannerLimited a {
  color: #a40000 !important;
  text-decoration: none !important;
}

.banner_rd dl,
.banner_bk dl {
  display: table;
  margin: 0;
  padding: 0;
}

.banner_rd .campaign-title,
.banner_bk .campaign-title {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 5px;
  display: table-cell;
  vertical-align: middle;
}

.banner_rd .detail,
.banner_bk .detail {
  word-break: normal;
  word-wrap: break-word;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 0;
}

.banner_rd .attention {
  display: inline-block;
  vertical-align: bottom;
  color: #a40000;
}

.banner_rd .attention dt {
  color: #a40000 !important;
}

.banner_rd .attention a {
  color: #a40000 !important;
  text-decoration: none !important;
}

.banner_bk .attention {
  display: inline-block;
  vertical-align: bottom;
  color: #000000;
}

.banner_bk .attention dt {
  color: #000000 !important;
}

.banner_rd .attention dl.banner_bk .attention dl {
  display: table;
}

.banner_rd .attention dl .campaign-title,
.banner_bk .attention dl .campaign-title {
  font-size: 1.0rem;
}

.banner_rd .attention dl .detail,
.banner_bk .attention dl .detail {
  word-break: normal;
  word-wrap: break-word;
  overflow: hidden;
  width: 99.5%;
  margin-left: 5px;
}

.product-detail-info .product-description .product-estimated-delivery-time-not-asset {
  /* border: none;
  padding: 0; */
}

.estimated-delivery .aboutEstimatedDeliveryTime {
  margin-top: 1rem;
  border-top: 1px solid;
  padding-top: 1rem;
}

.estimated-delivery .aboutEstimatedDeliveryTime h6 {
  font-weight: 600;
}

.estimated-delivery .aboutEstimatedDeliveryTime h6 .note {
  font-size: 0.8em;
}

.estimated-delivery .aboutEstimatedDeliveryTime ul {
  padding-left: 20px;
  margin-bottom: 0.5rem;
}

.estimated-delivery .aboutEstimatedDeliveryTime ul li {
  padding-bottom: 10px;
}

.estimated-delivery .aboutEstimatedDeliveryTime ul li .itemName {
  font-weight: 600;
}

.estimated-delivery .aboutEstimatedDeliveryTime ul li .note {
  font-size: 0.825em;
}

/* staff-comment
----------------------------------------------- */
.staff-comment>.col-12>div {
  /* border-top: 1px solid; */
  /* padding-top: 1rem; */
}

.staff-comment .staff-comment_body {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem 1rem 0.01rem;
  margin-bottom: 1rem;
}

.staff-comment .staff-comment_body h6 {
  font-weight: 600;
}

.staff-comment .staff-comment_body ul {
  padding-left: 20px;
}

/* banner
----------------------------------------------- */

/* 似顔絵エッチング・木箱エッチングバナー　非表示 */
.product-detail-info .banner ul {
  display: none;
}

.product-detail-info .banner ul {
  list-style: none;
  padding: 0;
}

.product-detail-info .banner ul li {
  margin-bottom: 1rem;
}

/* product-award
----------------------------------------------- */
.product-award {
  /* margin-top: 1rem;
  margin-bottom: 1rem; */
}

.aw_set {
  display: flex;
  border: 1px solid #999;
  padding: 10px 20px 10px 10px;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
}

.aw_txt {
  margin-bottom: 0;
}

.aw_img {
  width: 100px;
}

.product-award .message-kibako {
  color: #BBA370;
  display: none;
}

.product-award .product-banner {
  margin-bottom: 15px;
}

.product-award .product-banner.xmas2024_mug-selection {
  display: none;
}

.product-award .coupon-2buy-1100yenoff_202504 {
  display: none;
}

.product-award .new-member-coupon.off_550 {
  display: none;
}

.product-award .new-member-coupon.off_1100 {
  /* display: none; */
}

.product-banner.coupon-pairset10pctoff_202505 {
  display: none !important;
}

.product-options-title {
  font-size: 1.4rem !important;
  font-weight: 600;
  border-top: 1px solid;
  padding-top: 1rem;
  /* padding-bottom: 0.5rem; */
  margin-top: 1rem;
}

/* product-options
----------------------------------------------- */
.optionTitle {
  display: table;
  table-layout: fixed;
  margin-bottom: .3rem;
}

.optionTitle img {
  display: table-cell;
  vertical-align: middle;
}

.optionTitle p {
  padding-top: 2px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.9rem;
}

.product-options {
  margin-top: 0;
}

.product-detail-info .product-option {
  font-size: inherit;
}

.product-detail-info .product-option:nth-child(2) {
  margin-top: 0;
}

.pdp-about-option-button {
  display: none;
}


/* etching */
.product-detail-info .product-option .etchingOptionOuter {
  background: #f5f5f5;
  border-bottom: 0;
}

.product-detail .product-option .etchingOptionOuter .etching-switch {
  text-align: center;
  margin: 0;
}

.product-detail-info .product-option .etchingOptionContainer {
  padding: 0 1rem;
}

.product-detail-info .product-option .custom-control-input+.etching-switch-label:last-of-type,
.product-detail-info .product-option .etching-message {
  margin-bottom: 1rem;
}

.product-detail-info .product-option .custom-control-input+.etching-switch-label {
  font-size: inherit !important;
}

.product-detail-info .initialEtchingSelection-container .selectArea .initialSelectBox,
.product-detail-info .product-option .etching-message .options-input {
  margin-left: 0;
}

.product-detail-info .product-option .options-radio .description {
  margin-top: 0;
}

.product-detail-info .product-option .etching-choosestyle,
.product-detail-info .product-option .etching-message label {
  font-size: inherit;
}

@media (min-width: 769px) {
  .product-detail-info .product-option .product-etching-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
}

@media (min-width: 992px) {
  .product-detail-info .product-option .etching-select {
    max-width: 100%;
  }
}

.product-detail-info .product-option .etching-message .options-input .options-inputTitle {
  margin-right: 1rem;
}

.product-detail-info .product-option .etching-message:not(:last-of-type) {
  margin-bottom: 0;
}

.product-detail-info .product-option .etching-message .options-input .etchingmessage-box {
  height: calc(1.5em + 0.75rem + 2px);
}

.etching-message .options label.col-12 {
  margin: 0 0 .5rem;
  font-weight: 400;
  padding: 0;
  margin: 0.2rem 0 !important;
}

.product-detail-info .product-option .etching-message .etching-message-text {
  font-size: inherit;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: .5rem 0;
}

.product-detail-info .product-option .etching-message .options input[type=radio] {
  vertical-align: middle;
  margin: 0 0.1rem 0.2rem 0;
}

.product-detail-info .product-option .etching-choosestyle {
  margin: 0.8rem 0;
  font-size: 0.875rem;
}

.product-detail-info .product-option .etching-message label {
  margin: 0.8rem 0;
  font-size: 0.875rem;
}

.product-detail-info .product-option .etching-message span,
.product-detail-info .product-option .options-radio .etching-choosestyle span {
  color: initial;
  border-bottom: 1px solid #212529;
}

.product-detail-info .product-option .etching-message span.description {
  border: none;
  background: none;
  padding: 0;
}

.product-detail-info .product-option .etching-switch {
  border-top: 0;
  padding: 1rem;
}

.product-detail-info .product-option .etching-switch~.custom-control-input+.etching-switch-label {
  background-color: #ededed;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.product-detail-info .product-option .etching-switch~.custom-control-input+.etching-switch-label:before {
  border: 1px solid #ccc;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.product-detail-info .product-option .etching-switch~.custom-control-input:checked+.etching-switch-label:after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.product-detail-info .product-option .etching-select .custom-control-input:checked~.etching-select-label:after {
  content: '\2714';
  float: right;
  color: initial;
  position: absolute;
  top: 5%;
  left: 90%;
  font-size: 1.5rem;
}

.product-detail-info .product-option .etching-select-label {
  opacity: 0.7;
  border: 1px solid #ccc;
}

.product-detail-info .product-option .etching-select span {
  left: 10px;
}

.product-detail-info .product-option .etching-select img {
  padding: 20px 5px 0;
}


/* gift */
.product-detail-info .product-option .giftOptionOuter {
  border-bottom: 0;
  background: #f5f5f5;
  margin-bottom: 0;
}

.product-detail .product-option .giftOptionOuter .gift-switch {
  text-align: center;
  margin: 0;
}

.product-detail-info .product-option .gift-switch {
  border-top: 0;
  padding: 1rem;
}

.product-detail-info .product-option .etchingOptionContainer,
.product-detail-info .product-option .giftOptionContainer {
  padding: 0 1rem;
}

.product-detail-info .product-option .etchingOptionContainer,
.product-detail-info .product-option .giftOptionContainer {
  padding: 0 1rem;
}

.product-detail-info .product-option .giftOptionContainer .col-12 {
  padding: 0;
}

.options-select {
  font-size: inherit;
}

.product-detail-info .product-option[data-option-id="gift"] .pdp-button-option {
  border-radius: unset;
  background-color: #f8f8f8;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
  margin-right: 0.5rem;
}

.product-detail-info .product-option[data-option-id="giftPair"] .pdp-button-option {
  border-radius: unset;
  background-color: #f8f8f8;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
  margin-right: 0.5rem;
}

@media (max-width: 769px) {
  .product-detail-info .product-option[data-option-id="gift"] .pdp-button-option {
    font-size: 0.875rem;
  }
}

@media (max-width: 769px) {
  .product-detail-info .product-option[data-option-id="giftPair"] .pdp-button-option {
    font-size: 0.875rem;
  }
}

.product-detail-info .product-option[data-option-id="gift"] .options-select {
  border-radius: unset;
  background-color: #fff;
  border-color: #ccc;
  color: inherit;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.product-detail-info .product-option[data-option-id="gift2"] .options-select {
  border-radius: unset;
  background-color: #fff;
  border-color: #ccc;
  color: inherit;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.product-detail-info .product-option[data-option-id="giftPair"] .options-select {
  border-radius: unset;
  background-color: #fff;
  border-color: #ccc;
  color: inherit;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: inherit;
}

/* etching and gift switch cursor */
.etching-switch,
.gift-switch {
  cursor: pointer
}

/* Staff Comment
----------------------------------------------- */
.product-detail-info .attributes .staffComment {
  border: 1px solid #999;
  padding: 1.0rem;
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}

.product-detail-info .attributes .staffComment h6 {
  font-weight: 600;
}

.product-detail-info .attributes .staffComment p {
  margin-bottom: 0;
  font-size: 0.8rem;
}


/* --------------------------------------------------------------------
description-and-detail - 商品詳細（下部説明文）
-------------------------------------------------------------------- */

.description-and-detail h2 {
  font-size: 1.5rem !important;
  font-weight: 600;
}

.description-and-detail h3 {
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
  font-size: 1.4rem;
}

.description-and-detail h3.sectionTitle {
  background-color: #fbfaf5;
  padding: 5px;
  font-family: inherit !important;
  font-weight: 600;
}

.description-and-detail h4 {
  /* font-family: 'Noto Serif', 'Noto Serif Japanese' !important; */
  font-size: 1.3rem;
  font-weight: 600;
}

.description-and-detail h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

.description-and-detail h5 span {
  font-size: 0.9em;
  font-weight: 400;
}

.description-and-detail h6 {
  font-size: 1.1rem;
  font-weight: 600;
  /* margin-top: 1rem; */
}

.description-and-detail p:last-child {
  margin-bottom: 0;
}

#collapsible-aboutProduct-description,
#collapsible-aboutCraftman-description,
#collapsible-aboutDesign-description,
#collapsible-aboutLifetimeCompensation-description,
#collapsible-aboutSpecification-description,
#collapsible-aboutAttention-description {
  max-width: 720px;
  margin: 15px auto;
}

@media (max-width: 543.98px) {
  .description-and-detail .title {
    /* font-size: 1.0rem; */
    font-family: inherit;
    padding: 0 0.75rem 0 0;
    font-weight: 600;
  }
}

@media (min-width: 992px) {

  .details-aboutProduct,
  .details-aboutCraftman,
  .details-aboutDesign,
  .details-aboutLifetimeCompensation,
  .details-aboutSpecification,
  .details-aboutAttention {
    padding-top: 1rem;
  }

  .details-aboutProduct .col-lg-3,
  .details-aboutCraftman .col-lg-3,
  .details-aboutDesign .col-lg-3,
  .details-aboutLifetimeCompensation .col-lg-3,
  .details-aboutSpecification .col-lg-3,
  .details-aboutAttention .col-lg-3 {
    background-color: #f8f8f8;
    padding: 1rem;
  }
}

.details-aboutProduct .box {
  border: 1px solid #999;
  padding: 1rem;
  padding-left: 15px;
  padding-right: 15px;
}

.description-and-detail .details-aboutCraftman img {
  margin-bottom: 1rem;
}

/* spec-table
-------------------------------------------------------------------- */
.spec-table {
  width: 100%;
  /* font-size: 0.8em; */
  display: table;
  border-bottom: 1px solid #ccc;
}

.spec-table .spec-table-tbody>tr>td {
  padding: 8px;
}

.spec-table .spec-table-tbody>tr>td:first-child {
  min-width: 100px;
  font-weight: 600;
  vertical-align: baseline;
  padding-left: 0;
}

.spec-table .table_row {
  display: table-row;
}

.spec-table .table_row>.table_cell {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0px 0px 0px;
}

.spec-table .table_row>.table_cell:first-child {
  min-width: 100px;
  vertical-align: baseline;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0px 0px 0px;
  background: #f8f8f8;
}

.spec-table ul {
  padding: 0;
  list-style: circle;
  margin-bottom: 0.5rem;
}

.spec-table ul li {
  margin-left: 1.5rem;
}

.detail-list {
  font-size: 0.8rem;
}

.detail-list ul {
  padding: 0;
  margin-bottom: 0.5rem;
}

.detail-list ul li {
  margin-left: 1.5rem;
  margin-top: 0.2rem;
}

/* プロモーションを非表示に
-------------------------------------------------------------------- */
.product-detail-info .promotions {
  display: none;
}


/* spec-table new
-------------------------------------------------------------------- */
.spec-table th {
  min-width: 100px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 10px;
  vertical-align: baseline;
}

.spec-table td {
  border: 1px solid #ccc;
  padding: 10px;
}


/* 
-------------------------------------------------------------------- */
.img_set {
  display: flex;
}

.desc_img {
  margin-right: 1rem;
  margin: auto;
  max-width: 500px;
}

@media (max-width: 768px) {
  .img_set {
    display: block;
  }

  .desc_img:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* recommendations - こちらの商品もどうぞ
-------------------------------------------------------------------- */
.recommendations h2 {
  font-size: 1.2rem !important;
}

/*  -------------------------------------------------  PDP END -------------------------------------------------  */

/*  -------------------------------------------------  FOOTER  -------------------------------------------------  */
footer {
  background-color: #f8f8f8;
  background-color: #f0f0f0;
}

footer a {
  display: block;
}

@media (max-width: 768px) {
  footer {
    padding-bottom: 4em;
  }
}

/* footer-social
-------------------------------------------------------------------- */
.footer-social {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-social .social-links {
  display: flex;
  float: unset;
  justify-content: center;
  margin: auto;
}

@media (min-width: 769px) {
  .footer-social.pcDisplay .social-links {
    justify-content: flex-start;
  }
}

.footer-social .social-links li {
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 769px) {
  .footer-social .social-links li {
    margin-bottom: 0;
  }

  .footer-social .social-links li:first-child {
    margin-left: 0;
  }
}

/* footer-service
-------------------------------------------------------------------- */
.footer-service .service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.footer-service .service-list .service-list-item {
  width: 31.5%;
}

@media (max-width: 543.98px) {
  .footer-service .service-list {
    display: flex;
    flex-direction: column;
  }

  .footer-service .service-list .service-list-item {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .footer-service .service-list .service-list-item:first-child {
    margin-top: 0;
  }
}

/* footer-container
-------------------------------------------------------------------- */
.footer-container .footer-item.collapsible-xs button {
  font-family: unset !important;
  font-weight: bold !important;
}

.footer-container h2 {
  font-weight: bold !important;
  /* border-bottom: 1px solid #999;
  margin-bottom: 15px; */
}

.footer-container .content {
  font-size: revert;
}

@media (max-width: 543.98px) {
  .footer-container .content {
    margin-top: 1rem;
  }

  .footer-container ul.content {
    margin-top: 1rem;
  }

  .footer-container .content li {
    height: 2rem
  }
}

/* footer-payment
-------------------------------------------------------------------- */
.footer-row {
  display: flex;
  align-items: center;
}

.footer-payment .payment-list {
  display: flex;
}

.footer-payment ul.payment-list li {
  background: #fff;
  margin-right: 5px;
  max-width: 45px;
}

.footer-payment ul.payment-list img {
  vertical-align: middle;
}

@media (max-width: 543.98px) {
  .footer-row {
    margin-top: 1rem;
  }

  .footer-payment .payment-list {
    margin-top: 1rem;
    justify-content: center;

  }

  .footer-payment ul.payment-list li:last-child {
    margin-right: 0
  }
}

/* copyright
-------------------------------------------------------------------- */
footer .copyright {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

@media (max-width: 543.98px) {
  footer .copyright {
    text-align: left;
    margin-bottom: 0.625em;
  }
}

/* postscript
-------------------------------------------------------------------- */
.postscript ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.postscript li:first-child {
  margin-right: 15px;
}

@media (max-width: 768.98px) {
  .postscript ul {
    flex-wrap: wrap;
    justify-content: left !important;
  }
}

@media (max-width: 543.98px) {
  .hr_pc {
    display: none !important;
  }
}

/*-----FOOTER ADD 20250407-----*/

/*項目*/
.footer-container.row.add {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  margin-bottom: 2em;
}

.col-auto.add01 {
  grid-column: 1/2;
}

.col-auto.add02 {
  grid-column: 2/3;
}

.col-auto.add03 {
  grid-column: 3/4;
}

.col-auto.add03 li {
  padding-right: 0.5em;
}

.col-auto.add04 {
  grid-column: 4/5;
}

.mug-list {
  display: grid;
  width: fit-content;
  column-gap: 0;
  grid-template-columns: repeat(2, auto);
}

.indent {
  padding-left: 1em;
}

.indent a::before {
  content: "- ";
}

/*ショッピングガイド サブ項目用*/
html {
  scroll-padding-top: 100px;
}

@media(max-width:991.98px) {
  .footer-container.row.add {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }

  .col-auto.add01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .col-auto.add02 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .col-auto.add03 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .col-auto.add04 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media(max-width:543.98px) {
  .footer-container.row.add {
    display: block;
  }

  .mug-list {
    display: grid;
    width: 100%;
    column-gap: 0;
  }
}

/*お問い合わせボタン・生涯補償バナー*/
.footer_add_01 {
  display: grid;
  grid-template-columns: 31.5% auto 65.75%;
  grid-template-rows: auto 1em auto;
  margin-bottom: 3em;
}

.footer_btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.1875rem;
  width: 100%;
  margin: 0 auto;
}

.footer_btn.item01 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.footer_btn.item02 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.footer_btn a {
  text-decoration: none;
}

.footer_bnr {
  grid-column: 3/4;
  grid-row: 1/4;
}

.footer_bnr img {
  /* width: auto; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(min-width:992px) {
  .mid {
    display: none !important;
  }
}

@media(max-width:543.98px) {
  .footer_add_01 {
    display: block;
    margin-bottom: 3em;
  }

  .footer_btn {
    display: block;
    padding: 1rem 0.7rem;
    /* width: 65%; */
    width: 70%;
  }

  .footer_btn.item01 {
    margin: 0 auto 1.2em auto;
  }

  .footer_btn.item02 {
    margin: 0 auto 2em auto;
  }

  .mid {
    display: none !important;
  }
}

/*会社情報*/
.footer_companyInfo {
  display: grid;
  grid-template-columns: 18% auto auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 2em;
}

.footer_logo {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
}

.footer_text {
  margin: 0 0 0 2em;
}

.footer_text.item01 {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 700;
}

.footer_text.item02 {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 12px;
}

.footer-socialAdd {
  grid-column: 4/5;
  grid-row: 1/2;
  margin: 0;
}

.social-linksAdd {
  margin: auto 0;
  display: flex;
  font-size: 1.6em;
  justify-content: flex-end;
}

.social-linksAdd li {
  margin: 0 0.5em;
}

.social-linksAdd a {
  text-decoration: none;
}

@media(max-width:543.98px) {
  .footer_companyInfo {
    display: block;
  }

  .footer_logo {
    width: 208px;
    margin: 0 auto 1.6em;
  }

  .footer_text {
    text-align: center;
  }

  .footer_text.item01 {
    margin: 0 auto 0.6em;
  }

  .footer_text.item02 {
    margin: 0 auto 1.6em;
  }

  .social-linksAdd {
    margin: auto 0;
    display: flex;
    justify-content: center;
    font-size: 2.0em;
  }

  .social-linksAdd li {
    margin: 0 0.6em;
  }
}

/*-----FOOTER ADD END 20250407-----*/

/*  -------------------------------------------------  FOOTER END -------------------------------------------------  */

/*  -------------------------------------------------  NO DISPLAY  -------------------------------------------------  */

.slick-prev,
.slick-next {
  display: none !important;
}

.slant-down::after {
  display: none;
}

/* マイアカウント＞お気に入りリスト＞リストのシェア部分削除 */
.wishlist-account-card .card .card-footer {
  display: none;
}

.wishlist-account-card .account-wishlist-item {
  background: none;
}

/*  -------------------------------------------------  NO DISPLAY END  -------------------------------------------------  */

/*  -------------------------------------------------  image: none  -------------------------------------------------  */

/* 各ページのバナー差し替え */
.account-image {
  background-image: none;
  height: 20vw;
  margin-bottom: 1em;
}

.login-banner {
  background-image: none;
  height: 20vw;
}

.hero-confirmation {
  background-image: none;
  height: 20vw;
}

.contact-us-banner {
  background-image: none;
  height: 20vw;
  margin-bottom: 1em;
}

.search-banner {
  background-image: none;
}

/*  -------------------------------------------------  image: none END -------------------------------------------------  */

/*  -------------------------------------------------  ASSET COMMON  -------------------------------------------------  */

.header-title h1 {
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}

@media (max-width: 768px) {
  .header-title h1 {
    font-size: 1.6rem;
  }
}

h2.asset-h2 {
  border-bottom: 1px solid;
  padding: 8px 0;
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}

h3.asset-h3 {
  background-color: #f9f9f9;
  padding: 8px;
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
}

/*　コンテンツアセットに記載されていたCSSを移植 */
.pcDisplay {
  display: none !important;
}

.spDisplay {
  display: block !important;
}

@media (min-width: 769px) {
  .pcDisplay {
    display: block !important;
  }

  .spDisplay {
    display: none !important;
  }
}

/*  -------------------------------------------------  ASSET COMMON END -------------------------------------------------  */

/*  -------------------------------------------------  COOKIE BANNER  -------------------------------------------------  */

.veil {
  display: none;
}

#consent-tracking.modal {
  display: contents !important;
}

#consent-tracking.modal .modal-content {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eee;
  box-sizing: border-box;
  border: none;
  border-radius: unset;
  display: flex;
  flex-direction: row;
  background-color: rgba(33, 37, 41, 0.7);
  align-items: center;
}

@media (max-width: 543.98px) {
  #consent-tracking.modal .modal-content {
    align-items: stretch;
  }
}

@media (max-width: 768.98px) {
  #consent-tracking.modal .modal-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

#consent-tracking.modal .modal-content .modal-header {
  display: none;
}

#consent-tracking.modal .modal-content .modal-body {
  padding: 1rem 1rem 0;
}

#consent-tracking.modal .modal-content .modal-body p {
  margin: 0;
  color: #fff;
}

#consent-tracking.modal .modal-content .modal-body p a {
  color: #fff;
  text-decoration: underline;
}

#consent-tracking.modal .modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 769px) {
  #consent-tracking.modal .modal-content .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 1rem 0 1rem 2rem
  }

  #consent-tracking.modal .modal-content .modal-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0.75rem;
  }

  #consent-tracking.modal .modal-content .modal-footer p {
    font-size: 0.8125em;
  }
}

@media (min-width: 992px) {
  #consent-tracking.modal .modal-content .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  #consent-tracking.modal .modal-content .modal-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0.75rem;
  }
}

#consent-tracking.modal .modal-content .modal-footer .button-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  justify-content: space-evenly;
}


#consent-tracking.modal .modal-content .modal-footer .button-wrapper button.affirm.btn.btn-primary,
#consent-tracking.modal .modal-content .modal-footer .button-wrapper button.decline.btn.btn-primary {
  width: 30%;
  /* display: inline;
  width: auto; */
}


/*  -------------------------------------------------  COOKIE BANNEREND -------------------------------------------------  */

/*  -------------------------------------------------  以下、未分類 -------------------------------------------------  */

.fa-star,
.fa-star-half-o {
  display: none;
}

.custom-select {
  font-size: inherit;
}

@media (max-width: 768px) {

  .btn,
  .card-header,
  .card {
    display: block;
    overflow: hidden;
  }
}

.edit-button {
  /* color: #000; */
}

input[type="checkbox"]:checked~.custom-control-label::before {
  border-color: #999;
}

input[type="checkbox"]:focus:not(:checked)~.custom-control-label::before {
  border-color: #999;
}

input[type="checkbox"]:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #999;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
}

/* Wishlist Add To Cart Button */
.add-to-cart-wishList .add-to-cart {
  margin-right: auto;
}

/* お気に入りリストへの追加表示 */
.add-to-wishlist-messages,
.add-to-wishlist-alert {
  z-index: 10;
}

/* アクティブ時にブルーになるボタンの色変更 */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #2b2b2b;
  background-color: #fff;
  border-color: #2b2b2b;
}

/* WBS_RE-343 */
.product-info>.row~.row,
.quantity-form-wishlist,
.edit-add-to-wishlist {
  display: none;
}

/* iPhoneにてフォームが自動で拡大されることを防ぐ */
@media (max-width: 768px) {

  textarea,
  select,
  input {
    /* font-size: 16px !important; */
  }
}

/* 商品名リンク */
.product-tile .tile-body .pdp-link a.link {
  color: #212529 !important;
}

.product-name-link a {
  color: #212529 !important;
}

/* ランキング */
/* products-in-all-categories */
.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item::before {
  position: absolute;
  top: 1px;
  /* left: 1px; */
  /* content: attr(data-position); */
  display: block;
  width: 30px;
  height: 30px;
  background: #6e6e6e;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}

.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item[data-position="0"]::before {
  content: attr(number)"1";
  background: #D0BD8B;
}

.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item[data-position="1"]::before {
  content: attr(number)"2";
  background: #B4B4B4;
}

.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item[data-position="2"]::before {
  content: attr(number)"3";
  background: #D8A585;
}

.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item[data-position="3"]::before {
  content: attr(number)"4";
}

.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item[data-position="4"]::before {
  content: attr(number)"5";
}

.einstein-carousel[data-recommender="products-in-all-categories"] .carousel-item[data-position="5"]::before {
  content: attr(number)"6";
}

/* products-in-a-category */
.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item::before {
  position: absolute;
  top: 1px;
  /* left: 1px; */
  /* content: attr(data-position); */
  display: block;
  width: 30px;
  height: 30px;
  background: #6e6e6e;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}

.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item[data-position="0"]::before {
  content: attr(number)"1";
  background: #D0BD8B;
}

.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item[data-position="1"]::before {
  content: attr(number)"2";
  background: #B4B4B4;
}

.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item[data-position="2"]::before {
  content: attr(number)"3";
  background: #D8A585;
}

.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item[data-position="3"]::before {
  content: attr(number)"4";
}

.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item[data-position="4"]::before {
  content: attr(number)"5";
}

.einstein-carousel[data-recommender="products-in-a-category"] .carousel-item[data-position="5"]::before {
  content: attr(number)"6";
}


/* 商品アイコン
-------------------------------------------------------------------- */
/* PLP */
.search-results .product-grid .product .product-tile span.product-badge {
  position: unset;
}

.search-results .product-grid .product .product-tile span.product-badge .product-icon-text-メッセージ付き木箱対象 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.search-results .product-grid .product .product-tile span.product-badge .product-icon-text-メッセージ付き木箱対象::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 70px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background-image: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/Search-Show/icon_messagek-kibako.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}

.search-results .product-grid .product .product-tile span.product-badge .product-icon-text-MAX40\%OFF {
  visibility: hidden;
}

.search-results .product-grid .product .product-tile span.product-badge .product-icon-text-MAX40\%OFF::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 70px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background-image: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/Search-Show/icon_max40pctoff.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}





/* PDP */
.page[data-action="Product-Show"] .product-detail span.product-badge {
  /* display: flex;
  max-width: unset; */
  position: unset;
}

.page[data-action="Product-Show"] .product-detail span.product-badge span.product-icon-text {
  /* min-width: auto; */
  margin-bottom: 8px;
}

@media (max-width: 768.98px) {
  .page[data-action="Product-Show"] .product-detail span.product-badge {
    /* padding: 0.75rem 0.8rem; */
  }
}

.page[data-action="Product-Show"] .product-detail span.product-badge .product-icon-text-メッセージ付き木箱対象 {
  visibility: hidden;
}

.page[data-action="Product-Show"] .product-detail span.product-badge .product-icon-text-メッセージ付き木箱対象::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 100px;
  /*画像の幅*/
  height: 100px;
  /*画像の高さ*/
  background-image: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/Search-Show/icon_messagek-kibako.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  position: absolute;
  top: 110%;
  left: 0;
  visibility: visible;
}

.page[data-action="Product-Show"] .product-detail span.product-badge .product-icon-text-MAX40\%OFF {
  visibility: hidden;
}

.page[data-action="Product-Show"] .product-detail span.product-badge .product-icon-text-MAX40\%OFF::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 100px;
  /*画像の幅*/
  height: 100px;
  /*画像の高さ*/
  background-image: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/Search-Show/icon_max40pctoff.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  position: absolute;
  top: 110%;
  left: 0;
  visibility: visible;
}

/* PDP */
.checked-item .checked-item-detail .product-tile span.product-badge {
  position: unset;
}

.checked-item .checked-item-detail .product-tile span.product-badge .product-icon-text-メッセージ付き木箱対象 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.checked-item .checked-item-detail .product-tile span.product-badge .product-icon-text-メッセージ付き木箱対象::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 70px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background-image: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/Search-Show/icon_messagek-kibako.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}

.checked-item .checked-item-detail .product-tile span.product-badge .product-icon-text-MAX40\%OFF {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.checked-item .checked-item-detail .product-tile span.product-badge .product-icon-text-MAX40\%OFF::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 70px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background-image: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/Search-Show/icon_max40pctoff.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}


/* 注文手続き＞支払 3Dセキュア2.0導入時の一時的なエラー対応 */
.form-group.required.dwfrm_billing_contactInfoFields_phone::after {
  /* content: "※ハイフンなしでご入力ください。ハイフンありでご入力いただいた場合、注文確定時にエラーが発生することがあります。";
  color: red;
  font-size: 0.8125em; */
}

/* お問い合わせ　暫定対応 */
.contact-us-phone .text-muted {
  display: none;
}

.contact-us-phone .form-group::after {
  content: "※半角数字で入力してください。";
  font-size: 0.8125em;
}

/* パスワードリセット　暫定対応 */
.request-password-body::after {}

/* スピード発送チケット 価格横の表示 */
.product-detail[data-pid="speed-ticket"] .price-and-quantity .pdp-row-price .price-details .price .sales .value::after {
  /* content: "※期間限定6月16日(金)まで"; */
  content: "※期間限定12月21日(木)まで";
  color: red;
  font-size: 0.6em;
  font-weight: initial;
}

/* 代金引換関連 非表示 */
.cashOnDelivery {
  display: none;
}

h2.modal-title {
  font-size: 1.5rem;
}


/* PDのカルーセルインジケーターの表示順を下げる */
.pd-carousel-indicators {
  z-index: 1;
}