@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap);
@import url(https://use.typekit.net/rfn0mdm.css);

:root {
    --sidebarWidthPc: 308px;
    --sidebarWidthSp: 100%;
    --txtMainColor: #000;
    --accentColor: #A9894B;
    --borderMainColor: #E6E6E6;
    --yuGothic: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
}

body {
  color: #1c1c1c;
  font-family: var(--yuGothic);
}
body, section, article, address, div, ul, ol, li, table, tr, th, td, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, a, span, strong, small, b, pre, form, input, select, textarea, button, pre{
  font-family: var(--yuGothic);
}
figure {
    margin: 0;
}
a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.8;
}
a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.opacity:hover {
  opacity: 0.8;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.f-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.f-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.f-ac-c {
  -ms-flex-line-pack: center;
  align-content: center;
}
.base {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrap__main,
.wrap__out {
  width: 100%;
  height: auto;
}
.wrap__in {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}
.header {
  /* height: 124px; */
  width:100%;
  position: fixed;
  top:0;
  z-index: 2000;
}
.header__logo {
  width: 290px;
}
.header__logo a {
  display: block;
  width: 100%;
}
.header__logo a img {
  display: block;
  width: 100%;
}
.header__desc {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #5a5a5a;
  text-align: right;
}
.header__wrap {
  background-color: #fff;
}
.header__top {
  /* height: 73px; */
  padding: 15px 20px;
}
.header__top__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  height: 100%;
}
.header__bar {
    font-size: 14px;
    color: #0447d3;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px;
    background: #ffd600;
    /* min-height: 43px; */
    letter-spacing: 0;
}
._scroll_small .header__bar {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
}
.header__mid {
  height: 51px;
  background-color: #1c1c1c;
  padding: 0 20px;
  position: relative;
}
.header__mid__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
._scroll_small .header__mid {
  /* position: fixed;
  top: 43px;
  left: 0; */
  width: 100%;
}
.header__scroll-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 40px;
  padding: 0 24px 0;
  background-color: #1c1c1c;
  color: #fff;
}
.header__scroll-nav__list {
  width: calc(100% + 24px);
  white-space: nowrap;
  overflow-x: scroll;
  text-align: center;
  margin-right: -24px;
  padding-top: 7px;
  height: 100%;
}
.header__scroll-nav__item {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header__scroll-nav__item + li {
  margin-left: 15px;
}
.header__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
/* マウスオーバー時に色を変更 */
.header__nav a:hover {
    color: #FFD601; /* 黄色に変更 */
}
.header__nav__in {
  height: 100%;
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 48px;
  height: 100%;
}
.header__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.header__nav__item > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
.header__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 8px;
}
.header__function__search {
  width: 258px;
  height: 35px;
  border-radius: 120px;
  background-color: #fff;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpurestonecom/uploads/img/common/ico_seach.png);
  background-size: 12px auto;
  background-position: 12px center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.header__function__search .header__form__submit {
  position: absolute;
  top: 0;
  right: 0;
}
.header__function__nav {
  width: 76px;
  padding-top: 4px;
}
.header__function__nav .l-header__inner__block__item {
  margin-left: 15px;
  margin-right: 0;
}
.header__function__nav .l-header__inner__block__item .u-icon--account {
  color: #fff;
}
.header__function__nav .l-header__inner__block__item .u-icon--cart {
  color: #fff;
}
.header__function__nav .l-header__inner__block__item .count {
  min-width: 15px;
  height: 15px;
  font-size: 10px;
  position: absolute;
  left: 22px;
  top: -5px;
}
.header__function__nav__ico_avatar {
  display: block;
  width: 19px;
}
.header__function__nav__ico_cart {
  display: block;
  width: 27px;
}
.header__form {
  height: 100%;
}
.header__form__input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 80px 0 30px;
  background-color: transparent;
}
.header__form__input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.header__form__input::-moz-placeholder {
  color: #9d9d9d;
}
.header__form__input::-ms-input-placeholder {
  color: #9d9d9d;
}
.header__form__input::placeholder {
  color: #9d9d9d;
}
.header__form__submit {
  display: block;
  width: 71px;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 120px;
  background-color: #a9894b;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__form__submit:hover {
  opacity: 0.8;
}
.header__info {
  padding: 0 20px;
  height: 36px;
  background-color: #001a43;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
.header__info__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 664px;
  height: 100%;
}
.header__info__ttl {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
.header__info__caption {
  width: 576px;
}
.header__info__caption a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}
.pull-down-menu {
  width: 1500px;
    max-width: 95vw;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow:3px 3px 5px rgba(0,0,0,0.1);
  border-radius:7px;
  display: none;
}

/* PC表示時: メガメニューを画面中央に固定 */
@media (min-width: 768px) {
  .header__nav__item .pull-down-menu {
    position: fixed !important;
    top: 137px !important;
    left: 2.5vw !important;
    right: 2.5vw !important;
    width: 95vw !important;
    max-width: 95vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    z-index: 1998 !important;
    scroll-behavior: smooth !important; /* スムーズスクロール */
  }

/* スマホ表示：元の仕様に戻す */
@media only screen and (max-width: 767px) {
  .header__nav__item .pull-down-menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
  }
}
  
  /* メガメニュー内のスクロールコンテナもスムーズに */
  .pull-down-menu__in {
    scroll-behavior: smooth !important;
  }
  
  .pull-down-menu__list {
    scroll-behavior: smooth !important;
  }
  
  /* どのナビ項目からでも同じ位置に表示 */
  .header__nav__item:nth-child(1) .pull-down-menu,
  .header__nav__item:nth-child(2) .pull-down-menu,
  .header__nav__item:nth-child(3) .pull-down-menu,
  .header__nav__item:nth-child(4) .pull-down-menu,
  .header__nav__item:nth-child(5) .pull-down-menu,
  .header__nav__item:nth-child(6) .pull-down-menu,
  .header__nav__item:nth-child(7) .pull-down-menu,
  .header__nav__item:nth-child(8) .pull-down-menu {
    position: fixed !important;
    left: 2.5vw !important;
    right: 2.5vw !important;
  }
  
  /* メガメニュー内の背景色を黒に変更 */
  .pull-down-menu__list {
    background-color: #1c1c1c !important;
    border-top: 30px solid #1c1c1c !important;
    border-bottom: 30px solid #1c1c1c !important;
  }
  
  /* アイテムの枠線も暗めに */
  .pull-down-menu__item {
    border: 1px solid #333 !important;
    background-color: #1c1c1c !important;
  }
  
  /* アイテム内のリンクの文字色を白に */
  .pull-down-menu__item > a {
    color: #fff !important;
    transition: background-color 0.3s, color 0.3s !important;
  }
  
  /* ホバー時に背景色と文字色を反転 */
  .pull-down-menu__item > a:hover {
    background-color: #fff !important;
    color: #1c1c1c !important;
  }
  
  /* カテゴリタイトル（ア・イ・ウ...）の背景色調整 */
  .pull-down-menu__item__ttl {
    background-color: #1c1c1c !important; /* 黒背景（枠と同じ） */
    color: #fff !important;
    width: 100% !important; /* 一行全体を使用 */
    flex-basis: 100% !important; /* フレックスボックスで一行占有 */
    margin: 20px 0 10px 0 !important; /* 上下に余白を追加 */
    padding: 8px 16px !important; /* 内側の余白 */
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important; /* すべてのボーダーを削除 */
  }
  
  /* 最初の見出しは上マージンなし */
  .pull-down-menu__item__ttl:first-of-type {
    margin-top: 0 !important;
  }
}  
  /* 五十音フィルターボタンの背景色を黒に統一（より強力なセレクタ） */
  .pull-down-menu__in > div a[href^="#example"],
  .pull-down-menu__in div[style*="display:flex"] a[href^="#example"],
  .pull-down-menu__in div[style*="font-weight"] a {
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid #555 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
  }
  
  .pull-down-menu__in > div a[href^="#example"]:hover,
  .pull-down-menu__in div[style*="display:flex"] a[href^="#example"]:hover,
  .pull-down-menu__in div[style*="font-weight"] a:hover {
    border-color: #FFD601 !important;
    color: #FFD601 !important;
    background-color: rgba(255, 214, 1, 0.1) !important;
  }
  
  /* 五十音ボタン行全体をスクロール時に固定 */
  .pull-down-menu__in > div[style*="font-weight"],
  .pull-down-menu__in div[style*="display:flex"]:has(a[href^="#example"]) {
    position: sticky !important;
    top: 0 !important;
    background-color: #1c1c1c !important;
    z-index: 100 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
  }
  
  /* 区切り線（|）の色も調整 */
  .pull-down-menu__in div[style*="font-weight"] span {
    color: #666 !important;
  }
}  
  /* 閉じるボタン（×）を見えるようにする */
  .pull-down-menu__close {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #555 !important;
    transition: all 0.3s !important;
  }
  
  .pull-down-menu__close:hover {
    background-color: #FFD601 !important;
    color: #1c1c1c !important;
    border-color: #FFD601 !important;
  }
  
  /* スクロールバーのスタイル */
  .pull-down-menu__in::-webkit-scrollbar {
    width: 12px !important;
  }
  
  .pull-down-menu__in::-webkit-scrollbar-track {
    background: #e0e0e0 !important;
    border-radius: 6px !important;
  }
  
  .pull-down-menu__in::-webkit-scrollbar-thumb {
    background: #ffffff !important;
    border-radius: 6px !important;
  }
  
  .pull-down-menu__in::-webkit-scrollbar-thumb:hover {
    background: #777 !important;
  }
  
  /* Firefoxのスクロールバー */
  .pull-down-menu__in {
    scrollbar-width: thin !important;
    scrollbar-color: #ffffff #e0e0e0 !important;
  }
.pull-down-menu__arrow {
  display: block;
  border-bottom: 19px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  top: 0;
  left: 30px;
}
.pull-down-menu__in {
  padding-top: 12px;
    position: relative;
}
.pull-down-menu__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 7px;
    top: 18px;
    cursor: pointer;
    z-index: 9;
}
.pull-down-menu__close span {
    display: block;
    width: 25px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.pull-down-menu__close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.pull-down-menu__close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.pull-down-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 1.25%;
  padding: 0 40px;
  background-color: #fff;
  border-radius: 7px;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  max-height: 870px;
  overflow-y: scroll;
  scrollbar-width: none;
}
/* マウスオーバー時に色を変更 */
.pull-down-menu__list a:hover {
    color: #ff5733; /* 例えば、オレンジ色に変更 */
}
@media only screen and (max-width: 1199px) and (min-width: 981px) {
.pull-down-menu__list {
  gap: 8px 2%;
}
}
/* .pull-down-menu__list::-webkit-scrollbar {
  display: none;
} */
}
.pull-down-menu__item {
  width: 19.2% !important;
  border: 1px solid #efefef;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) and (min-width: 981px) {
.pull-down-menu__item {
    width:32%;
}
}
.pull-down-menu__item__ttl {
            width: 100%;
            border: none;
            border-radius: 0;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.6;
            letter-spacing: .04em;
            text-align: left;
            color: #a9894b;
            background-color: rgba(169, 137, 75, .11);
            padding: 5px 16px;
            margin-top: 20px;
}
.pull-down-menu__item__ttl:first-of-type {
            margin-top: 0;
}
.pull-down-menu__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 57px;
  padding: 5px 12px;
}
.pull-down-menu__item > a picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 63px;
  height: 100%;
}
.pull-down-menu__item__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 63px;
  max-height: 100%;
}
.pull-down-menu__item__name {
  width: calc(100% - 63px);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-left: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.js-scroll-nav-open {
  overflow: hidden;
}

.mCustomScrollBox {
    width: 100%;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}
.mCSB_container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 1.25%;
}

.menu-btn {
  width: 30px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 2002;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: top 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: top 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, top 0.6s, background-color 0.6s;
  transition: transform 0.6s, top 0.6s, background-color 0.6s,
    -webkit-transform 0.6s;
}
.menu-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: bottom 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: bottom 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, bottom 0.6s, background-color 0.6s;
  transition: transform 0.6s, bottom 0.6s, background-color 0.6s,
    -webkit-transform 0.6s;
}
.menu-btn._opened::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  background-color: #000;
}
.menu-btn._opened::after {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
  background-color: #000;
}
.menu-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  display: none;
}
.js-menu-open {
  overflow: hidden;
}
#gnav {
  -webkit-transition: max-width 0.2s;
  transition: max-width 0.2s;
}
#gnav._active {
  max-width: 320px;
}
.footer {
  color: #fff;
  background-color: #1c1c1c;
  padding: 40px 20px 35px;
}
.footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__in__ttl {
  width: calc(100% - 710px);
  padding-right: 20px;
}
.footer__in__ttl__logo {
  display: block;
  width: 100%;
  max-width: 290px;
}
.footer__in__ttl__logo img {
  display: block;
  width: 100%;
}
.footer__in__ttl__desc {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  text-align: left;
  margin-top: 22px;
}
.footer__in__nav {
  width: 720px;
  margin-right: -15px;
  padding-top: 23px;
}
.footer__in__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 39px;
}
.footer__in__nav__list__item a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer__in__nav__list__item a:hover {
  opacity: 0.8;
}
.footer__in__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
}
.footer__in__sns__ico {
  display: block;
  width: auto;
  height: 24px;
}
.copy {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 73px;
}
.copy br {
  display: none;
}
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
  max-width: 1320px;
  margin: 0 auto 45px;
  padding: 0 20px;
}
.column__left {
  max-width: 308px;
}
.column__right {
  max-width: 308px;
}
.column__main {
  max-width: 632px;
  width: 100%;
}
.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 280px;
  max-width: 100%;
  height: 56px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #a9894b;
  border: 1px solid #a9894b;
  background-color: #fff;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpurestonecom/uploads/img/top/ico_arrow_br_r.svg);
  background-size: 6px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.more-btn-oval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #a9894b;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpurestonecom/uploads/img/top/ico_arrow_oval_br_r.svg);
  background-size: auto 40px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.more-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  height: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #797979;
  background-color: #ededed;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
.more-view:hover {
  opacity: 0.8;
}
.more-view::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 94.5/54;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpurestonecom/uploads/img/top/ico_arrow_bk_dwn.svg);
  background-size: 100% auto;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.more-view._open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.ttl-large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  color: #a9894b;
  background-color: rgba(169, 137, 75, 0.11);
  padding: 5px 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .header__function__nav {
    right: 58px !important;
  }
  .menu-btn {
    width: 20px;
    height: 5px;
  }
  .footer {
    padding: 40px 24px 35px;
  }
  .footer__in {
    display: block;
  }
  .footer__in__ttl {
    width: 100% !important;
    max-width: 350px;
    margin: 0 auto;
    padding-right: 10px;
  }
  .footer__in__ttl__logo {
    max-width: 246px;
  }
  .footer__in__ttl__desc {
    margin-top: 16px;
  }
  .footer__in__nav {
    width: 100% !important;
    padding-top: 36px;
    padding-left: 0 !important;
  }
  .column {
    padding: 0 24px;
    margin-bottom: 72px;
  }
  .ttl-large {
    padding: 7px 16px;
  }
}
@media only screen and (min-width: 981px) {
._scroll_small .header__top {
  display:none;
}
}
@media only screen and (max-width: 980px) {
  .header {
    /* height: 146px; */
    padding-top: 58px;
  }
  .header__logo {
    width: 180px;
  }
  .header__desc {
    display: none !important;
  }
  .header__top {
    width: 100%;
    height: 58px;
    background-color: #fff;
    padding: 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  .header__mid {
    height: auto;
    padding: 0 24px;
  }
  .header__mid__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
  }
    .header__bar {
        font-size: 12px;
        line-height: 1.2;
        min-height: 0;
        min-height: initial;
    }
    ._scroll_small .header__bar {
        position: static;
    }
  ._scroll_small .header__mid {
    position: static;
  }
  .header__scroll-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__nav {
    width: 100%;
    max-width: 0;
    overflow: hidden;
    background-color: #1c1c1c;
    position: fixed;
    top: 58px;
    right: 0;
    z-index: 2000;
  }
  .header__nav__in {
    width: 320px;
    padding: 20px;
  }
  .header__nav__list {
    display: block;
    overflow-y: scroll;
    padding-bottom: 250px;
  }
  .header__nav__item {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  .header__nav__item .pull-down-menu__item__ttl {
            color: #fff;
        }
  .header__function {
    width: 100% !important;
    max-width: 327px;
    padding-right: 0;
  }
  .header__function__search {
    width: 100%;
    height: 36px;
  }
  .header__function__nav {
    position: fixed;
    top: 13px;
    right: 82px;
    z-index: 2002;
  }
  .header__function__nav .l-header__inner__block__item {
    margin-left: 12px;
  }
  .header__function__nav__ico_avatar {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .header__function__nav__ico_cart {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .header__info {
    height: 32px;
    padding: 0 24px;
  }
  .header__info__ttl {
    width: 78px;
  }
  .header__info__caption {
    width: calc(100% - 78px);
  }
  .pull-down-menu {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    position: relative;
    top: auto;
    left: auto !important;
    display: none;
  }
  .pull-down-menu__arrow {
    display: none;
  }
  .pull-down-menu__in {
    height: 100%;
  }
    .pull-down-menu__close {
        width: 20px;
        height: 20px;
        right: 10px;
        top: 9px;
    }
    .pull-down-menu__close span {
        width: 18px;
    }
  .pull-down-menu__list {
    gap: 0;
    padding: 0 10px;
    border-top: 10px solid #1c1c1c;
    border-bottom: 10px solid #1c1c1c;
    max-height: none;
    background-color: #1c1c1c;
    border-radius: 0;
  }
  .pull-down-menu__item {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
  }
  .pull-down-menu__item__ttl {
                padding: 3px 10px;
                margin-top: 15px;
  }
  .pull-down-menu__item > a {
    padding: 8px 0;
    height: 56px;
    color: #fff;
  }
  .pull-down-menu__item__name {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 5px;
  }
  .header__scroll-nav {
    position: relative;
  }
  .js-scroll-nav-open .header__scroll-nav__list {
    overflow-x: hidden;
  }
  .header__scroll-nav__item > a {
    position: relative;
  }
  .header__scroll-nav__item > a .pull-down-menu__arrow {
    display: none;
    border-bottom: 10px solid #fff;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__scroll-nav .pull-down-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0 !important;
    z-index:1999;
  }
  .header__scroll-nav .pull-down-menu__in {
    padding: 0 0 2px;
  }
  .header__scroll-nav .pull-down-menu__list {
    max-height: calc(75vh - 178px) !important;
    overflow-y: scroll;
    padding: 25px 12px 0;
    background-color: #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    gap: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #efefef;
    box-shadow: 0 0 0 1px #efefef;
  }
  .header__scroll-nav .pull-down-menu__item {
    width: calc(50% - 4px);
    border: 1px solid #efefef;
    border-radius: 4px;
  }
  .header__scroll-nav .pull-down-menu__item__ttl {
      width:100%;
      border-radius:0;
  }
  .header__scroll-nav .pull-down-menu__item > a {
    padding: 2px 0;
    height: 50px;
    color: #000;
  }
  .header__scroll-nav .pull-down-menu__item picture {
    width: 50px;
  }
  .header__scroll-nav .pull-down-menu__item__img {
    max-width: 50px;
  }
  .header__scroll-nav .pull-down-menu__item__name {
    font-weight: 400;
    padding-left: 5px;
    text-align: justify;
    text-justify: inter-ideograph;
    white-space: normal;
  }
  .menu-btn {
    display: block !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 981px) {
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__function {
    width: 33%;
  }
  .header__function__search {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .footer__in__ttl {
    width: 350px;
  }
  .footer__in__nav {
    width: calc(100% - 350px);
    margin-right: 0;
    padding-left: 20px;
  }
  .footer__in__nav__list {
    gap: 10px 30px;
  }
}
@media only screen and (max-width: 1150px) {
  .footer__in__ttl__desc br {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .footer__in__nav__list {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    gap: 4px 0 !important;
  }
  .footer__in__nav__list__item {
    width: 50%;
  }
  .footer__in__nav__list__item:nth-child(2n) {
    margin-right: -20px;
  }
  .copy {
    margin-top: 66px;
    line-height: 1.6;
    text-align: left;
  }
  .copy br {
    display: inline;
  }
}
@media only screen and (max-width: 900px) {
  .footer__in__sns {
    width: 100%;
    padding-top: 55px;
  }
}
@media only screen and (max-width: 1000px) {
  .column__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 632px;
    width: 100%;
    margin-bottom: 40px;
  }
  .column__left > * {
    width: calc(50% - 8px) !important;
  }
  .column__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 632px !important;
  }
  .column__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .column__left > * {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1320px) {
  .column__right {
    max-width: 956px;
  }
}

.inner {
    width: 100%;
    max-width: 1328px;
    padding: 0 24px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.pc-1100 {
		display: none !important;
	}
}

.c-ttl {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--accentColor);
    margin: -4px 0 0;
}

@media screen and (max-width: 767px) {
    .c-ttl {
        font-size: 24px;
        margin-top: 0;
    }
}

.c-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71em;
    letter-spacing: 0.03em;
    color: var(--txtMainColor);
}

.c-btn {
    position: relative;
    display: block;
    width: fit-content;
    color: var(--accentColor);
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 0 auto;
    padding: 0 55px 0 0;
}
.c-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: var(--accentColor);
}
.c-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-radius: 1px;
    border: solid 1.5px #fff;
    border-left: none;
    border-bottom: none;
}


@media only screen and (max-width: 767px) {
    .c-btn {
        padding: 0 43px 0 0;
    }
    .c-btn::before {
        width: 30px;
        height: 30px;
    }
    .c-btn::after {
        right: 13px;
    }
}

.media__kind__ttl {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--accentColor);
    margin: 0 0 32px;
    padding: 12px 20px;
    background: hsl(40, 39%, 48%, 11%);
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 60px;
}

.breadcrumb__item {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0 35px 0 0;
    color: var(--txtMainColor);
}

.breadcrumb__item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border: solid 1px #000;
    border-left: none;
    border-bottom: none;
}

.breadcrumb__item:last-child {
    margin: 0;
    color: var(--accentColor);
}

.contents__wrap {
    display: flex;
    gap: 0 7.1%;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .contents__wrap {
        gap: 60px 0;
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 767px) {
    .contents__wrap {
        flex-direction: column-reverse;
    }
}

.sidebar {
    width: var(--sidebarWidthPc);
}

@media screen and (max-width: 767px) {
    .sidebar {
        width: var(--sidebarWidthSp);
    }
}

.sidebar__box {
    padding: 17px 24px 4px;
    border: solid 1px var(--borderMainColor);
}

.sidebar__box:not(:last-child) {
    margin: 0 0 16px;
}

.sidebar__box__ttl {
    display: grid;
    place-items: center;
    height: 42px;
    border-radius: 50px;
    background: var(--accentColor);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1em;
    color: #fff;
    margin: 0 auto 7px;
}

.sidebar__box__item {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.sidebar__box__item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border: solid 1px var(--txtMainColor);
    border-left: none;
    border-bottom: none;
}

.sidebar__box__item:not(:last-child) {
    border-bottom: solid 1px var(--borderMainColor);
}

.sidebar__box__link {
    display: block;
    color: var(--txtMainColor);
    padding: 12px 1px;
}

.main__contents {
    width: calc(100% - 7.1% - var(--sidebarWidthPc));
}

@media screen and (max-width: 767px) {
    .main__contents {
        width: var(--sidebarWidthSp);
    }
}

.c-pagination__list {
  display: flex;
    justify-content: center;
  margin-top:50px;
  width: 100%;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .c-pagination__list {
  margin-top:60px;
  }
}
.c-pagination__list .c-pagination__list__item {
    opacity:1 !important;
}
.c-pagination__list .c-pagination__list__item__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  font-family: var(--montserrat);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: var(--accentColor);
}
@media only screen and (max-width: 767px) {
.c-pagination__list .c-pagination__list__item__page {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
}
.c-pagination__list a.c-pagination__list__item__page {
  color: #989898;
  background: none;
}
.c-pagination__list__item__next,
.c-pagination__list__item__prev {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 767px) {
.c-pagination__list__item__next,
.c-pagination__list__item__prev {
  width: 30px;
  height: 30px;
}
}
.c-pagination__list__item.is-active:after {
    display:none;
}

.u-text--body {
    color: var(--txtMainColor) !important;
}
.u-text--input {
    color: var(--txtMainColor) !important;
}
input::placeholder {
    color: #666 !important;
    opacity:1 !important;
}
.u-color__btn--bg {
    background: var(--accentColor) !important;
}
.u-text--link {
    color: var(--accentColor) !important;
}
.u-color__bg--bg {
    background: rgba(169, 137, 75, 0.11);
}
.u-text--btn {
    font-weight:bold;
}

#cart-show-view {
    padding-bottom:100px;
}
@media only screen and (max-width: 767px) {
    #cart-show-view {
    padding-bottom:75px;
}
}

.c-form_table > tbody > tr > td .note {
    margin-bottom:10px;
}

.p-mypage__block__vendor {
    padding:20px;
}
.p-mypage__block__vendor .p-mypage__block__title {
    color:#E21E1E !important;
    margin-bottom:10px;
}
.p-mypage__block__vendor p a {
    color:#E21E1E !important;
    font-weight:bold;
    text-decoration:underline;
}

.c-form_table > tbody > tr > td a,
.c-form_table--confirm > tbody > tr > td a {
    text-decoration:underline;
}

.c-steps_to_order__number {
    background: rgba(169, 137, 75, 0.11);
}
.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
    background: var(--accentColor) !important;
}

.c-form_table__note {
    font-size:12px;
    margin-top:10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
    width:6px;
}

.coupon-block {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.coupon-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.coupon-list li {
  margin-bottom: 10px;
}
.coupon-code {
  font-family: monospace;
  background-color: #eaeaea;
  padding: 2px 4px;
  border-radius: 4px;
}

.fixed-list {
  position: fixed;
  top: 0; /* 固定する位置を調整 */
  left: 0;
  width: 100%; /* 必要に応じて幅を調整 */
  z-index: 1000; /* 他の要素より前面に表示 */
}


/* ================================================== */
/* TOPページ：商品一覧タブセクションの余白完全削除 */
/* ================================================== */

/* 現状：
  1. main__wrapperのpadding-top (PC:100px, SP:65px)
  2. center-product-tab-sectionのmargin-top (40px)
  合計で100px〜140pxほどの隙間が空いています。
  
  対策：
  以下のコードで、要素を強制的に上に引き上げ(ネガティブマージン)、
  かつ自身の持っている余白もゼロにします。
*/

/* PC用設定（768px以上） */
body .main__wrapper .center-product-tab-section {
  /* wrapperの100pxを相殺し、さらに自身の40pxも無視させるため、-100pxを指定 */
  margin-top: -100px !important; 
  padding-top: 0 !important;
}

/* スマホ用設定（767px以下） */
@media screen and (max-width: 767px) {
  body .main__wrapper .center-product-tab-section {
    /* wrapperの65pxを相殺 */
    margin-top: -65px !important;
    padding-top: 0 !important;
  }
}

/* 念の為の補正：セクション内の見出しやヘッダーの余白も削除 */
body .container.center-product-tab-section h2,
body .container.center-product-tab-section .section-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 万が一、直前の要素のマージンが干渉している場合用 */
body .container.center-product-tab-section:first-child {
  margin-top: 0 !important;
}

/* ================================================== */
/* メガメニュー: 画面中央に固定表示 - 追加設定 */
/* ================================================== */

@media (min-width: 768px) {
  /* 矢印は非表示 */
  .pull-down-menu__arrow {
    display: none !important;
  }
  
  /* リストの調整 */
  .pull-down-menu__list {
    padding: 0 15px !important;
    gap: 8px 1% !important; /* ギャップを少し広げる */
  }
  
  /* アイテムの幅を2倍に（現在の2マス分が1マスに） */
  .pull-down-menu__item {
    width: 19.2% !important; /* 9.5%の約2倍 = 1行に約5個表示 */
    min-width: 0px !important; /* 最小幅も拡大 */
  }
  
  /* タイトル行のフォント調整 */
  .pull-down-menu__item__ttl {
    font-size: 14px !important;
    padding: 6px 14px !important;
  }
  
  /* アイテム名のフォントサイズも調整 */
  .pull-down-menu__item__name {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
}

/* 超大型モニター用 */
@media (min-width: 1600px) {
  .pull-down-menu__item {
    width: 15% !important; /* 大画面では少し多めに表示 */
  }
}

/* 閉じるボタンを白に（強制） */
@media (min-width: 768px) {
  .pull-down-menu__close span {
    background: #fff !important;
    background-color: #fff !important;
  }
}

/* スクロールバーを白に（強制） - 両方に適用 */
@media (min-width: 768px) {
  /* .pull-down-menu__in のスクロールバー */
.pull-down-menu__in::-webkit-scrollbar-track {
  background: #e0e0e0 !important;
  border-radius: 6px !important;
}
  

.pull-down-menu__in::-webkit-scrollbar-thumb {
  background: #ffffff !important;
  border-radius: 6px !important;
  border: 2px solid #1c1c1c !important;
}

.pull-down-menu__in::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5 !important;
  border: 2px solid #333 !important;
}
  
  /* .pull-down-menu__list のスクロールバー */
  .pull-down-menu__list::-webkit-scrollbar {
    width: 12px !important;
  }
  
.pull-down-menu__list::-webkit-scrollbar-track {
  background: #e0e0e0 !important;
  border-radius: 6px !important;
}
  
.pull-down-menu__list::-webkit-scrollbar-thumb {
  background: #ffffff !important;
  border-radius: 6px !important;
  border: 2px solid #1c1c1c !important;
}

.pull-down-menu__list::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5 !important;
  border: 2px solid #333 !important;
}
  
  /* Firefoxのスクロールバー（両方） */
.pull-down-menu__in {
  scrollbar-width: thin !important;
  scrollbar-color: #ffffff #e0e0e0 !important;
}

.pull-down-menu__list {
  scrollbar-width: thin !important;
  scrollbar-color: #ffffff #e0e0e0 !important;
}
}

/* 画面幅に応じて柔軟に表示（余白なし） - 商品リストのみ */
@media (min-width: 768px) {
  /* 商品リストの余白調整 */
  .pull-down-menu__list {
    padding: 0 20px !important;
  }
  
  /* 商品アイテムのみ（五十音ボタンは除外） */
  .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
    min-width: 0 !important;
    max-width: none !important;
    width: 19% !important;
    flex: 0 1 19% !important;
  }
  
  /* 五十音ボタンは元のまま */
  .pull-down-menu__in > div a[href^="#example"],
  .pull-down-menu__in div[style*="display:flex"] a[href^="#example"],
  .pull-down-menu__in div[style*="font-weight"] a {
    min-width: auto !important;
    width: auto !important;
    flex: none !important;
  }
}

/* スマホ表示：1列表示 */
@media only screen and (max-width: 767px) {
  .pull-down-menu__list {
    padding: 0 10px !important;
    gap: 8px !important;
  }
  
  .pull-down-menu__item {
    width: 100% !important;
  }
  
  .pull-down-menu__item > a {
    height: 60px !important;
    padding: 8px 10px !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  
  .pull-down-menu__item > a picture {
    width: 60px !important;
  }
  
  .pull-down-menu__item__img {
    max-width: 60px !important;
  }
  
  .pull-down-menu__item__name {
    width: calc(100% - 60px) !important;
    font-size: 14px !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
    text-align: left !important;
  }
}

/* 商品名を太字に */
.pull-down-menu__item__name {
  font-weight: bold !important;
}

/* ナビバーを横100%まで拡大 */
@media (min-width: 768px) {
  .header__mid__in {
    max-width: 100% !important;
    padding: 0 10px !important; /* 左右の余白を最小に */
  }
  
  .header__nav {
    flex-grow: 1 !important;
    max-width: calc(100% - 350px) !important; /* 検索窓分を引く */
  }
  
  .header__nav__list {
    gap: 10px 20px !important; /* 項目間の隙間を調整 */
    justify-content: flex-start !important;
    width: 100% !important;
  }
  
  .header__nav__item {
    white-space: nowrap !important; /* 改行させない */
  }
  
  .header__nav__item > a {
    font-size: 13px !important; /* フォントを少し小さく */
  }
}

/* ナビバーを左寄せ、検索窓を右寄せ */
@media (min-width: 768px) {
  .header__mid__in {
    max-width: 100% !important;
    padding: 0 20px !important;
    justify-content: space-between !important; /* 左右に分ける */
  }
  
  /* ナビバー：左寄せ */
  .header__nav {
    flex-grow: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  
  .header__nav__list {
    gap: 10px 30px !important;
    justify-content: flex-start !important;
  }
  
  /* 検索窓エリア：右寄せ */
  .header__function {
    flex-grow: 0 !important;
    margin-left: auto !important;
  }
}

/* ナビバー項目をボタン風デザイン（アンダーライン + 区切り線） */
@media (min-width: 768px) {
  .header__nav__list {
    gap: 8px 12px !important;
  }
  
  .header__nav__item {
    position: relative !important;
  }
  
  .header__nav__item > a {
    display: inline-block !important;
    padding: 8px 12px !important;
    border: none !important;
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 14px !important;
    transition: all 0.3s !important;
    position: relative !important;
  }
  
  /* アンダーライン */
  .header__nav__item > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 3px !important;
    background-color: #FFD601 !important;
    transition: width 0.3s !important;
  }
  
  /* ホバー時：下線が伸びる */
  .header__nav__item > a:hover::after {
    width: 100% !important;
  }
  
  .header__nav__item > a:hover {
    color: #FFD601 !important;
  }
  
  /* 区切り線（最初の項目以外） */
  .header__nav__item:not(:first-child)::before {
    content: '' !important;
    position: absolute !important;
    left: -6px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 20px !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}

/* ヘッダーを横幅100%、ロゴ左寄せ、説明文右寄せ */
@media (min-width: 768px) {
  /* ヘッダー全体を100%に */
  .header__top {
    padding: 15px 20px !important;
  }
  
  .header__top__in {
    max-width: 100% !important; /* 100%に拡大 */
    justify-content: space-between !important; /* 両端揃え */
    gap: 20px !important;
  }
  
  /* ロゴ：左寄せ */
  .header__logo {
    margin-right: 0 !important;
  }
  
  /* 説明文：右寄せ */
  .header__desc {
    margin-left: auto !important;
    text-align: right !important;
  }
}

/* =============================================== */
/* メガメニュー：ホバーを完全無効化（最優先） */
/* =============================================== */
@media (min-width: 768px) {
  /* PC表示時：すべてのホバーを無効化 */
  .header__nav__item:hover .pull-down-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  
  /* クリックで開いた時だけ表示 */
  .header__nav__item .pull-down-menu.js-menu-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* =============================================== */
/* メガメニュー：縦長カードデザイン（1行確実に10枚） */
/* =============================================== */
@media (min-width: 768px) {
  /* メガメニュー全体を画面中央に固定 */
  .header__nav__item .pull-down-menu {
    position: fixed !important;
    top: 137px !important;
    left: 2.5vw !important;
    right: 2.5vw !important;
    width: 95vw !important;
    max-width: 95vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    z-index: 1998 !important;
  }
  
  /* 矢印を完全に非表示 */
  .pull-down-menu__arrow {
    display: none !important;
  }
  
  /* メガメニュー内部：黒背景、高さ870px */
  .pull-down-menu__list {
    display: flex !important;
    flex-wrap: wrap !important;
    background-color: #1c1c1c !important;
    border-top: 30px solid #1c1c1c !important;
    border-bottom: 30px solid #1c1c1c !important;
    padding: 0 40px !important;
    gap: 16px 0.4% !important; /* ギャップを0.4%に */
    max-height: 870px !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
  }
  
  /* 五十音ボタン：黒背景・白文字 */
  .pull-down-menu__in > div a[href^="#example"],
  .pull-down-menu__in div[style*="display:flex"] a[href^="#example"],
  .pull-down-menu__in div[style*="font-weight"] a {
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid #555 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    font-size: 13px !important;
  }
  
  .pull-down-menu__in > div a[href^="#example"]:hover,
  .pull-down-menu__in div[style*="display:flex"] a[href^="#example"]:hover,
  .pull-down-menu__in div[style*="font-weight"] a:hover {
    border-color: #FFD601 !important;
    color: #FFD601 !important;
    background-color: rgba(255, 214, 1, 0.1) !important;
  }
  
  /* 五十音ボタン行全体をスクロール時に固定 */
  .pull-down-menu__in > div[style*="font-weight"],
  .pull-down-menu__in div[style*="display:flex"]:has(a[href^="#example"]) {
    position: sticky !important;
    top: 0 !important;
    background-color: #1c1c1c !important;
    z-index: 100 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
  }
  
  /* ====== 重要：カードアイテムを強制的に9.6%に ====== */
  .pull-down-menu__item,
  .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
    width: 9.6% !important; /* 10枚表示：100% - (9×0.4%) = 96.4% ÷ 10 */
    min-width: 9.6% !important;
    max-width: 9.6% !important;
    flex: 0 0 9.6% !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.3s !important;
    background-color: #1c1c1c !important;
  }
  
  /* カードのホバーエフェクト */
  .pull-down-menu__item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3) !important;
    border-color: #FFD601 !important;
  }
  
  /* 五十音見出し：1行全幅 */
  .pull-down-menu__item__ttl {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
    letter-spacing: .04em !important;
    text-align: left !important;
    color: #fff !important;
    background-color: #1c1c1c !important;
    padding: 10px 16px !important;
    margin: 20px 0 10px 0 !important;
  }
  
  .pull-down-menu__item__ttl:first-of-type {
    margin-top: 0 !important;
  }
  
  /* カード内部：縦並び（画像下、テキスト上） */
  .pull-down-menu__item > a {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 180px !important;
    padding: 14px 10px !important;
    gap: 12px !important;
    color: #fff !important;
    background-color: #1c1c1c !important;
    transition: background-color 0.3s, color 0.3s !important;
  }
  
  /* ホバー時に背景と文字色を反転 */
  .pull-down-menu__item > a:hover {
    background-color: #fff !important;
    color: #1c1c1c !important;
  }
  
  /* 画像エリア：正方形、下部に配置 */
  .pull-down-menu__item > a picture {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background-color: #f9f9f9 !important;
    border-radius: 4px !important;
    order: 2 !important;
  }
  
  /* 画像を正方形に収める */
  .pull-down-menu__item__img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  
/* 商品名：上に配置、太字で見やすく - 2行表示対応 */
.pull-down-menu__item__name {
  width: 100% !important;
  font-size: 13px !important;
  font-weight: bold !important;
  line-height: 1.4 !important; /* 1.6 → 1.4に変更（行間を詰める） */
  letter-spacing: 0.08em !important;
  padding: 6px 4px !important;
  text-align: center !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important; /* 2行まで表示 */
  word-wrap: break-word !important; /* 長い単語を折り返す */
  word-break: break-all !important; /* 英数字も強制的に折り返す */
  white-space: normal !important; /* 改行を許可 */
  min-height: 40px !important; /* 44px → 40px（2行分の高さを確保） */
  max-height: 40px !important; /* 最大高さも設定 */
  order: 1 !important;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.2)) !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8) !important;
  border-radius: 4px !important;
}
  
  /* ホバー時の文字（白背景時は背景と影を消す） */
  .pull-down-menu__item > a:hover .pull-down-menu__item__name {
    background: transparent !important;
    text-shadow: none !important;
  }
  
  /* 閉じるボタンを白に */
  .pull-down-menu__close span {
    background: #fff !important;
  }
  
  /* スクロールバーを白に */
  .pull-down-menu__in::-webkit-scrollbar,
  .pull-down-menu__list::-webkit-scrollbar {
    width: 12px !important;
  }
  
.pull-down-menu__in::-webkit-scrollbar-track,
.pull-down-menu__list::-webkit-scrollbar-track {
  background: #e0e0e0 !important;
  border-radius: 6px !important;
}

.pull-down-menu__in::-webkit-scrollbar-thumb,
.pull-down-menu__list::-webkit-scrollbar-thumb {
  background: #ffffff !important;
  border-radius: 6px !important;
  border: 2px solid #1c1c1c !important;
}

.pull-down-menu__in::-webkit-scrollbar-thumb:hover,
.pull-down-menu__list::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5 !important;
  border: 2px solid #333 !important;
}
  
  /* レスポンシブ対応：画面サイズに応じて列数変更 */
  
  /* 超大画面（1800px以上）：10枚 */
  @media (min-width: 1800px) {
    .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
      width: 9.6% !important;
      min-width: 9.6% !important;
      max-width: 9.6% !important;
      flex: 0 0 9.6% !important;
    }
  }
  
  /* 大画面（1400px〜1799px）：9枚 */
  @media (min-width: 1400px) and (max-width: 1799px) {
    .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
      width: 10.7% !important;
      min-width: 10.7% !important;
      max-width: 10.7% !important;
      flex: 0 0 10.7% !important;
    }
  }
  
  /* 中画面（1200px〜1399px）：8枚 */
  @media (min-width: 1200px) and (max-width: 1399px) {
    .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
      width: 12.1% !important;
      min-width: 12.1% !important;
      max-width: 12.1% !important;
      flex: 0 0 12.1% !important;
    }
  }
  
  /* 小画面（1000px〜1199px）：7枚 */
  @media (min-width: 1000px) and (max-width: 1199px) {
    .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
      width: 14% !important;
      min-width: 14% !important;
      max-width: 14% !important;
      flex: 0 0 14% !important;
    }
  }
  
  /* 極小画面（768px〜999px）：6枚 */
  @media (min-width: 768px) and (max-width: 999px) {
    .pull-down-menu__item:not(.pull-down-menu__item__ttl) {
      width: 16.3% !important;
      min-width: 16.3% !important;
      max-width: 16.3% !important;
      flex: 0 0 16.3% !important;
    }
    .pull-down-menu__item > a {
      min-height: 160px !important;
      padding: 12px 8px !important;
    }
    .pull-down-menu__item__name {
      font-size: 12px !important;
    }
  }
}

/* ================================================== */
/* mCustomScrollbar用スクロールバー色変更（視認性向上） */
/* ================================================== */

@media (min-width: 768px) {
  /* スクロールバーを強制表示 */
  .pull-down-menu__list::-webkit-scrollbar {
    display: block !important;
    width: 12px !important;
  }
  
  /* mCustomScrollbar: トラック（背景） - 明るいグレー */
  .mCSB_scrollTools .mCSB_draggerRail {
    background: #e0e0e0 !important;
    width: 12px !important;
  }
  
  /* mCustomScrollbar: つまみ（バー） - 白 + 黒縁取り */
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff !important;
    width: 8px !important;
    border: 2px solid #1c1c1c !important;
    border-radius: 6px !important;
  }
  
  /* mCustomScrollbar: ホバー時 */
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #f5f5f5 !important;
  }
  
  /* mCustomScrollbar全体の幅 */
  .mCSB_scrollTools {
    width: 12px !important;
  }
}

/* ================================================== */
/* メガメニュー用：検索窓追加CSS（修正版） */
/* ================================================== */

@media (min-width: 768px) {
  /* 1. メニュー全体を「縦並び」に変更 */
  .header__nav__item:hover .pull-down-menu,
  .header__nav__item .pull-down-menu.is-active,
  .header__nav__item .pull-down-menu.js-menu-open {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 2. 検索窓エリアのデザイン */
  .pull-down-menu__search-area {
    display: block !important; /* 強制表示 */
    width: 100% !important;
    padding: 12px 30px !important;
    background-color: #222 !important;
    border-bottom: 1px solid #444 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    z-index: 10000 !important; /* 最前面に表示 */
    position: relative !important;
  }

  /* フォームのレイアウト */
  .mega-search-form {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    gap: 8px !important;
  }

  /* 入力欄 */
  .mega-search-input {
    flex: 1 !important;
    height: 36px !important;
    padding: 0 15px !important;
    border-radius: 4px !important;
    border: 1px solid #666 !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
  }

  /* 検索ボタン */
  .mega-search-btn {
    height: 36px !important;
    padding: 0 20px !important;
    background: #FFD601 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    cursor: pointer !important;
  }
  
  .mega-search-btn:hover {
    opacity: 0.8 !important;
  }

  /* 3. コンテンツエリア（赤＋青ブロック）の調整 */
  .pull-down-menu__in {
    flex: 1 !important;
    height: auto !important;
    overflow: hidden !important;
  }
  
  /* 閉じるボタンの位置調整 */
  .pull-down-menu__close {
    top: 15px !important;
    right: 20px !important;
    z-index: 10001 !important; /* 検索窓よりさらに手前 */
  }
}
/* ================================================== */
/* 特定のカードを「白背景・黒文字」にする設定 (.is-white) */
/* ================================================== */

/* 1. カード全体の背景を白く */
.pull-down-menu__item.is-white {
  background: #fff !important; /* グラデーションを消すためにbackgroundで指定 */
  border: 1px solid #ddd !important;
}

/* 2. リンクエリアの背景も白く */
.pull-down-menu__item.is-white > a {
  background: #fff !important;
  color: #333 !important;
}

/* 3. 商品名（テキスト）のグラデーションと影を消す */
.pull-down-menu__item.is-white .pull-down-menu__item__name {
  background: #fff !important; /* ここが重要：グレーのグラデーションを削除 */
  color: #1c1c1c !important;   /* 文字をくっきりした黒に */
  text-shadow: none !important; /* 元の白文字用の影も削除 */
  border-bottom: none !important;
}

/* 4. 画像エリアの背景 */
.pull-down-menu__item.is-white picture {
  background: #fff !important;
}

/* 5. ホバー時の動作（枠線を強調） */
.pull-down-menu__item.is-white:hover {
  border-color: #a9894b !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

/* ホバー時の文字色 */
.pull-down-menu__item.is-white:hover .pull-down-menu__item__name {
  color: #a9894b !important;
  background: #fff !important; /* ホバー時も白背景を維持 */
}