@charset "UTF-8";
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--fw-base);
  font-size: 100%;
  margin: 0;
}

p {
  margin: 0;
}

strong {
  font-weight: inherit;
}

a:focus-visible,
*:focus-visible {
  outline: none;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
main {
  display: block;
}

body {
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-feature-settings: "palt" 1;
  letter-spacing: var(--ls-default);
  width: 100%;
  color: var(--txt-c-base);
  position: relative;
  z-index: 0;
  overflow-x: clip;
}

a {
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
  color: inherit;
}

a:link,
a:visited {
  color: inherit;
}

a img,
a {
  transition: opacity 0.5s ease, color 0.5s ease;
}

img {
  height: auto;
  max-width: 100%;
  box-sizing: unset;
  vertical-align: bottom;
}

button {
  outline: none;
  border: none;
}

address {
  font-style: normal;
}

iframe {
  vertical-align: bottom;
}

.formReset :where(button, input[type=button], input[type=submit], input[type=text], input[type=image], select) {
  background-color: unset;
  color: var(--txt-c-base);
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

.formReset :where(input[type=text], input[type=text]::-moz-placeholder) {
  font-family: var(--ff-base);
}

.formReset :where(input[type=text], input[type=text]::placeholder) {
  font-family: var(--ff-base);
}

.formReset :where(input[type=text]) {
  color: var(--txt-c-base);
}

.formReset :where(input[type=text]::-moz-placeholder) {
  color: var(--txt-c-addon);
}

.formReset :where(input[type=text]::placeholder) {
  color: var(--txt-c-addon);
}

time {
  font-family: var(--ff-noto);
}

/* フォントCSS */
.ff-mincho {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

/* imgリセット */
.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  display: block;
}

/* セクション間隔*/
.g-mgt {
  margin-top: var(--sec-spc);
}

.g-mgb {
  margin-bottom: var(--sec-spc);
}

.g-pd {
  padding-block: var(--sec-spc);
}

.g-pdt {
  padding-top: var(--sec-spc);
}

.g-pdb {
  padding-bottom: var(--sec-spc);
}

.g-mgt--half {
  margin-top: var(--sec-spc-half);
}

.g-mgb--half {
  margin-bottom: var(--sec-spc-half);
}

.g-pd--half {
  padding-block: var(--sec-spc-half);
}

.g-pdt--half {
  padding-top: var(--sec-spc-half);
}

.g-pdb--half {
  padding-bottom: var(--sec-spc-half);
}

/* グリッド */
.grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(var(--grid-min-size, 0), 1fr));
  gap: var(--grid-gap, 0);
}

@media screen and (min-width: 768px) {
  .grid {
    --grid-cols: var(--grid-cols-pc, 1);
    --grid-gap: var(--grid-gap-pc, 0);
  }
}
@media screen and (max-width: 767px) {
  .grid {
    --grid-cols: var(--grid-cols-sp, 1);
    --grid-gap: var(--grid-gap-sp, 0);
  }
}
/* スライダー読み込みまで非表示 */
.slick {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slick.slick-initialized {
  opacity: 1;
}

.splide {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.splide__arrow {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d7d3ca;
  opacity: 1 !important;
  transition: opacity 0.2s;
}

@media (hover: hover) {
  .splide__arrow:hover {
    opacity: 1 !important;
  }
  .splide__arrow:hover.splide__arrow--prev svg {
    left: 12px;
  }
  .splide__arrow:hover.splide__arrow--next svg {
    right: 12px;
  }
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.6;
}

.splide__arrow:disabled {
  opacity: 0.25;
  pointer-events: none;
}

.splide__arrow svg {
  position: absolute;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.splide__arrow--prev {
  left: -20px;
  padding-inline-start: 4px;
}

@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: 10px;
  }
}
.splide__arrow--prev svg {
  left: 15px;
}

.splide__arrow--next {
  right: -20px;
  padding-inline-end: 4px;
}

@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: 10px;
  }
}
.splide__arrow--next svg {
  right: 15px;
}

.splide.is-initialized {
  opacity: 1;
}

/* アニメーション軽減設定 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* 縦書き */
.tategaki {
  writing-mode: vertical-rl;
}

/* 文字間 */
::-moz-placeholder {
  letter-spacing: var(--ls-default);
}

::placeholder,
input[type=text],
[class*=ttl],
[class*=lead],
[class*=heading],
a {
  letter-spacing: var(--ls-default);
}

/* テキスト行間文字間 */
[class*=txt] {
  letter-spacing: var(--ls-default);
}

/* スクロールバー消す */
.noscrollbar {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.noscrollbar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/* youtube */
.youtubeContainer iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* 改行用 */
.dib {
  display: inline-block;
}

/* 非表示 */
.displaynone {
  display: none;
}

/* 親要素超えて幅100% */
.full-width {
  width: 100vw;
  --oya: calc(50% - 50vw);
  margin-left: var(--oya);
  margin-right: var(--oya);
}

@media (hover: hover) {
  .formReset button:hover,
  .formReset input[type=button]:hover,
  .formReset input[type=submit]:hover,
  .formReset input[type=image]:hover,
  .formReset select:hover {
    cursor: pointer;
  }
  a:hover {
    color: inherit; /* hoverで色を変えず統一（opacityのみ） */
    opacity: 0.7;
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.75 !important;
  }
}
html.no-smooth-scroll {
  scroll-behavior: auto;
}

.g-inner,
.g-inner--l,
.g-inner--m,
.g-inner--s,
.g-inner--ss {
  width: var(--inner-w);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
  body {
    font-size: var(--fz-15-const);
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .g-inner--pc {
    width: var(--inner-w);
    margin-inline: auto;
  }
  .g-inner,
  .g-inner--m,
  .g-inner--pc {
    max-width: var(--pc-maw-md);
  }
  .g-inner--l {
    max-width: var(--pc-maw-lg);
  }
  .g-inner--s {
    max-width: var(--pc-maw-sm);
  }
  .g-inner--ss {
    max-width: var(--pc-maw-ss);
  }
  .g-inner--pcHasSlickGap {
    --inner-adjust: calc(var(--slick-gap) * 2);
    width: calc(var(--inner-w) + var(--inner-adjust));
    max-width: calc(var(--pc-maw-md) + var(--inner-adjust));
    margin-inline: auto;
  }
  .g-pd--halfPcOnly {
    padding-block: var(--sec-spc-half);
  }
  .sp {
    display: none !important;
  }
  .tategaki--pc {
    writing-mode: vertical-rl;
  }
  /* pc順番付与 */
  .orderPc-1st {
    order: 1;
  }
  .orderPc-2nd {
    order: 2;
  }
  .orderPc-3rd {
    order: 3;
  }
  .orderPc-4th {
    order: 4;
  }
  .orderPc-5th {
    order: 5;
  }
  .orderPc-6th {
    order: 6;
  }
  .orderPc-7th {
    order: 7;
  }
  .orderPc-8th {
    order: 8;
  }
  .orderPc-9th {
    order: 9;
  }
  .orderPc-10th {
    order: 10;
  }
  .orderPc-11th {
    order: 11;
  }
  .orderPc-12th {
    order: 12;
  }
  .orderPc-13th {
    order: 13;
  }
  .orderPc-14th {
    order: 14;
  }
  .orderPc-15th {
    order: 15;
  }
  .orderPc-16th {
    order: 16;
  }
  .orderPc-17th {
    order: 17;
  }
  .orderPc-18th {
    order: 18;
  }
  .orderPc-19th {
    order: 19;
  }
  .orderPc-20th {
    order: 20;
  }
  .orderPc-21th {
    order: 21;
  }
  .orderPc-22th {
    order: 22;
  }
  .orderPc-23th {
    order: 23;
  }
  .orderPc-24th {
    order: 24;
  }
  .orderPc-25th {
    order: 25;
  }
  .orderPc-26th {
    order: 26;
  }
  .orderPc-27th {
    order: 27;
  }
  .orderPc-28th {
    order: 28;
  }
  .orderPc-29th {
    order: 29;
  }
  .orderPc-30th {
    order: 30;
  }
  .orderPc-31th {
    order: 31;
  }
  .orderPc-32th {
    order: 32;
  }
  .orderPc-33th {
    order: 33;
  }
  .orderPc-34th {
    order: 34;
  }
  .orderPc-35th {
    order: 35;
  }
  .orderPc-36th {
    order: 36;
  }
  .orderPc-37th {
    order: 37;
  }
  .orderPc-38th {
    order: 38;
  }
  .orderPc-39th {
    order: 39;
  }
  .orderPc-40th {
    order: 40;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
  body {
    font-size: var(--fz-14-const);
    line-height: 1.6;
  }
  .g-inner--sp {
    width: var(--inner-w);
    margin-inline: auto;
  }
  .g-pd--halfPcOnly {
    padding-block: var(--sec-spc);
  }
  .pc {
    display: none !important;
  }
  .sp-scroll--y {
    overflow-y: scroll;
    overflow-x: auto;
  }
  .sp-scroll--x {
    overflow-x: scroll;
    overflow-y: auto;
    padding-inline: calc((100% - var(--inner-w)) / 2);
  }
  .tategaki--sp {
    writing-mode: vertical-rl;
  }
  .formReset input[type=text]::-moz-placeholder {
    font-size: 16px;
  }
  .formReset input[type=text],
  .formReset input[type=text]::placeholder {
    font-size: 16px;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■header■■■■■■■■■■■■■■■■■■■■■■ */
/* ハンバーガー */
.hamburger {
  --hamburger-line-color: #231815;
  --hamburger-line-ps: 6px;
  z-index: 998;
  touch-action: manipulation;
}

@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hamburger--menu {
    display: none;
  }
}
.hamburger--search {
  top: 80px;
}

.hamburger:after {
  content: var(--this-label);
  display: block;
  text-align: center;
  line-height: var(--lh-xs);
  font-size: 11px;
  letter-spacing: initial;
  margin-block-start: 4px;
}

@media screen and (max-width: 767px) {
  .hamburger:after {
    font-size: 10px;
    margin-block-start: 2px;
  }
}
.hamburger.active:after {
  content: var(--this-label-active);
}

.hamburger__icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ccc6bc;
}

@media screen and (max-width: 479px) {
  .hamburger__icon {
    width: 32px;
    height: 32px;
  }
}
.hamburger__iconBread {
  position: absolute;
  left: 10px;
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--hamburger-line-color);
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}

@media screen and (max-width: 479px) {
  .hamburger__iconBread {
    left: 8px;
  }
}
.hamburger__iconBread--top {
  top: 11px;
}

@media screen and (max-width: 479px) {
  .hamburger__iconBread--top {
    top: 9px;
  }
}
.hamburger__iconBread--mdl {
  top: 17px;
}

@media screen and (max-width: 479px) {
  .hamburger__iconBread--mdl {
    top: 15px;
  }
}
.hamburger__iconBread--btm {
  top: 23px;
}

@media screen and (max-width: 479px) {
  .hamburger__iconBread--btm {
    top: 21px;
  }
}
.hamburger .hamburger__icon:before {
  width: 100% !important;
}

.hamburger {
  /* 展開時：3本線をXに（transitionはiconBread側で定義済み） */
}

.hamburger.active .hamburger__iconBread--top {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.active .hamburger__iconBread--mdl {
  transform: scaleX(0);
}

.hamburger.active .hamburger__iconBread--btm {
  transform: translateY(-6px) rotate(-45deg);
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll::before {
  pointer-events: none;
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
}

body.no-scroll--closing::before {
  animation: fadeOut 0.4s ease forwards;
}

.fat-nav {
  display: none;
  z-index: 1002;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  /* top位置（ヘッダー下端）から下方向に開くリビール */
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1023px) {
  .fat-nav {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .fat-nav {
    top: 168px;
  }
}
.fat-nav .fs-p-searchForm {
  display: none;
  z-index: 2;
  position: sticky;
  top: 0;
  background-color: #fffef8;
  padding-block-start: 4px;
  padding-block-end: 20px;
  padding-inline: 20px;
}

.fat-nav .g-groupLink__list {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-inline: 20px;
}

.fat-nav .g-groupLink__list .g-groupLink__item {
  min-height: 45px;
  padding: 0;
  border-top: none;
  border-bottom: 1px dashed #d7d3ca;
}

.fat-nav .g-groupLink__list .g-groupLink__item img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  .fat-nav .g-groupLink__list .g-groupLink__item img {
    display: none;
  }
}
.fat-nav .g-groupLink__list .g-groupLink__item a {
  flex-direction: row;
  justify-content: flex-start;
  font-size: 15px;
  padding: 0;
}

.fat-nav .g-groupLink__list .g-groupLink__item::before {
  display: none;
}

.fat-nav .g-groupLink__list .g-groupLink__item:nth-last-child(-n+2) {
  border-bottom: none;
}

.fat-nav .welcomeMessage {
  text-align: center;
  padding-inline: 20px;
  margin-block: 20px;
}

.fat-nav-mdlMenu, .fat-nav-btmMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-inline: 20px;
}

.fat-nav-mdlMenu > li, .fat-nav-btmMenu > li {
  border-bottom: 1px dashed #d7d3ca;
}

.fat-nav-mdlMenu > li > a, .fat-nav-btmMenu > li > a {
  display: flex;
  align-items: center;
  min-height: 45px;
  line-height: var(--lh-s);
  font-weight: 500;
  font-size: 15px;
  color: inherit;
}

.fat-nav-mdlMenu {
  background-color: #efedea;
  padding-block: 8px;
  margin-block: 20px;
}

.fat-nav-mdlMenu > li:last-child {
  border-bottom: none;
}

.fat-nav-btmMenu {
  margin-block: 20px;
}

.fat-nav-btn-columns {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-block-end: 20px;
  padding-inline: 20px;
}

.fat-nav-btn-columns > .fat-nav-btn-column {
  flex: 1;
  width: 50%;
}

.fat-nav-legalMenu {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 8px;
  line-height: var(--lh-s);
  font-size: 12px;
  margin-block-start: 50px;
  padding-inline: 20px;
  padding-block-end: 20px;
}

.fat-nav-legalMenu > li {
  position: relative;
  display: flex;
  align-items: center;
}

.fat-nav-legalMenu > li:not(:last-of-type) {
  padding-inline-end: 1em;
}

.fat-nav-legalMenu > li:not(:last-of-type)::after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 1em;
  background-color: var(--txt-c-base);
}

.fat-nav.is-open {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

/* スクロールしない固定背景（スクロール中の裏抜け/チラつき防止） */
.fat-nav__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
}

/* fat-nav展開時（body.no-scroll）は header / scrollHeader / fat-nav の背景を #FFFEF8 に */
body.no-scroll #headerarea,
body.no-scroll #scrollHeader,
body.no-scroll .fat-nav,
body.no-scroll .fat-nav__bg {
  background-color: #fffef8;
}

body.no-scroll {
  /* 展開中は全てのメニューハンバーガー（scrollHeader側含む）をX/「閉じる」表示に */
}

body.no-scroll .hamburger--menu::after {
  content: var(--this-label-active);
}

body.no-scroll .hamburger--menu .hamburger__iconBread--top {
  transform: translateY(6px) rotate(45deg);
}

body.no-scroll .hamburger--menu .hamburger__iconBread--mdl {
  transform: scaleX(0);
}

body.no-scroll .hamburger--menu .hamburger__iconBread--btm {
  transform: translateY(-6px) rotate(-45deg);
}

.fat-nav-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.fat-nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.fat-nav__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.fat-nav__content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.welcomeMessage {
  line-height: var(--lh-l);
  font-size: var(--fz-14);
}

.welcomeMessage .point {
  color: #b90813;
  font-size: var(--fz-16);
}

/* ■■■■■■■■■■■■■■■■■■■■■■side■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■ */
.g-sns {
  display: flex;
}

.g-sns li a {
  display: inline-block;
  --this-mask: var(--this-icon) no-repeat center center / 100%;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  background-color: var(--txt-c-base);
  aspect-ratio: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ft-sns {
    gap: var(--spc-30);
  }
  .ft-sns li {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ft-sns {
    justify-content: flex-end;
    gap: 20px;
  }
  .ft-sns li {
    width: 40px;
  }
}
/* ページトップ */
.pagetop {
  position: fixed;
  z-index: 99;
}

.pagetop::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  aspect-ratio: 1;
  width: 100%;
  border-radius: 50%;
  background-color: #d7d3ca;
}

.pagetop a {
  position: relative;
  z-index: 2;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  --this-mask: var(--data-icon-page-top) no-repeat center 62% / 20px;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  background-color: #231815;
}

@media screen and (min-width: 768px) {
  .pagetop {
    width: 44px;
    bottom: 20px;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 36px;
    bottom: 80px;
    right: 10px;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■全ページ共通部分■■■■■■■■■■■■■■■■■■■■■■ */
/* -----------------タブ切り替え共通css----------------- */
.tab-nav {
  display: flex;
}

.tab-btn {
  flex: 1;
}

.tab-contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-contents.show {
  cursor: auto;
  height: auto;
  overflow: unset;
  opacity: 1;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .tab-btn:hover {
    cursor: pointer;
  }
  .tab-btn.show {
    cursor: auto;
  }
}
/* -----------------ポップアップ共通css----------------- */
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.popup-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: var(--c-black-op50);
}

.popup-overlay.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--c-white);
}

.popup-overlay .popup-box {
  overflow-y: scroll;
}

.popup-overlay button.closePopup {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  z-index: 999;
}

.popup-overlay button.closePopup::after {
  content: "";
  display: inline-block;
  --this-mask: var(--data-icon-popup-close) no-repeat center center / 100%;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  background-color: var(--c-black);
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .popup-overlay .popup-content {
    width: 95%;
    max-width: 900px;
  }
  .popup-overlay .popup-box {
    padding: 50px 30px;
    max-height: 90vh;
  }
  .popup-overlay button.closePopup {
    top: 16px;
    right: 12px;
    font-size: 14px;
    gap: 10px;
  }
  .popup-overlay button.closePopup::after {
    width: 20px;
  }
}
@media (hover: hover) {
  .popup-overlay button.closePopup:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .popup-overlay .popup-content {
    width: 90%;
  }
  .popup-overlay .popup-box {
    padding: 30px 15px;
    max-height: 80vh;
  }
  .popup-overlay button.closePopup {
    top: 10px;
    right: 10px;
    font-size: 11px;
    gap: 3px;
  }
  .popup-overlay button.closePopup::after {
    width: 15px;
  }
}
/* -------------------g-slickArrow---------------------- */
[class*=g-slickArrow--] {
  width: var(--slick-arrow-size);
  background-image: unset;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  z-index: 2;
}

[class*=g-slickArrow--]::before {
  content: "";
  display: inline-block;
  --this-mask: var(--data-icon-slide-arrow) no-repeat center center;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  aspect-ratio: 1/1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) {
  [class*=g-slickArrow--] {
    transition: 0.3s;
  }
  [class*=g-slickArrow--]:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  [class*=g-slickArrow--]::before {
    -webkit-mask-size: 35%;
    mask-size: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*=g-slickArrow--]::before {
    -webkit-mask-size: 40%;
    mask-size: 40%;
  }
}
/* -------------------g-slickDots (外部セレクター)-------------------- */
.slick:has(.g-slickDots) {
  margin-bottom: 0;
}

/* -------------------bgcolor-------------------- */
.bgcolor--gray {
  background-color: var(--c-gray-100);
}

/* -------------------is-targetBlank-------------------- */
.is-targetBlank {
  display: inline-block;
  position: relative;
  padding-right: 17px;
}

.is-targetBlank::after {
  content: "";
  display: inline-block;
  --this-mask: var(--data-icon-target-blank) no-repeat center center / 100%;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  aspect-ratio: 1/1;
  width: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.is-targetBlank--brown::after {
  background-color: var(--txt-c-base);
}

.is-targetBlank--c-white::after {
  background-color: var(--txt-c-white);
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --g-userMenu-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --g-userMenu-height: 128px;
  }
}
.g {
  /* -------------------見出し-------------------- */
}

.g-heading__ja {
  position: relative;
  display: inline;
  line-height: var(--lh-m);
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-weight: 700;
  /*background-image: radial-gradient(
      ellipse 65% 38% at 50% 70%,
      rgba(149, 166, 54, 0.17) 0%,
      rgba(149, 166, 54, 0.12) 45%,
      rgba(149, 166, 54, 0) 82%
  );
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;*/
}

@media screen and (min-width: 768px) {
  .g-heading__ja {
    font-size: var(--fz-38);
  }
}
@media screen and (max-width: 767px) {
  .g-heading__ja {
    font-size: 24px;
  }
}
.g-heading__en {
  display: block;
  font-family: var(--ff-en);
}

@media screen and (min-width: 768px) {
  .g-heading__en {
    font-size: var(--fz-16);
  }
}
@media screen and (max-width: 767px) {
  .g-heading__en {
    font-size: 16px;
  }
}
.g-heading--center {
  text-align: center;
}

.g-heading--center > span {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .g-heading--small .g-heading__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .g-heading--small .g-heading__ja {
    font-size: 20px;
  }
}
.g-heading--small .g-heading__ja {
  background-image: none;
}

.g-headingBackground {
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .g-headingContainer {
    margin-block-end: var(--spc-50);
  }
}
@media screen and (max-width: 767px) {
  .g-headingContainer {
    margin-block-end: 30px;
  }
}
.g-header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .g-header {
    border-bottom: 1px solid #d7d3ca;
  }
}
.g-header {
  /* 簡易ヘッダー：ロゴのみ中央 */
}

.g-header--simple.g-header {
  border-bottom: 1px solid #d7d3ca;
}

.g-header--simple.g-header .g-headerSimpleInner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 16px;
  padding-inline: 20px;
}

.g-header--simple.g-header .g-headerLogoImage {
  width: auto;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .g-header--simple.g-header .g-headerLogoImage {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .g-header--simple.g-header .g-headerLogoLink {
    position: relative;
    margin-block-start: 0;
  }
}
.g-headerLogoImage {
  aspect-ratio: 231/68;
  width: 100%;
}

.g-headerLogoLink {
  display: block;
}

.g-headerMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #ccc6bc;
  color: #231815;
}

.g-headerMessage > p {
  display: block;
  width: 100%;
  max-width: 1200px;
  line-height: var(--lh-xs);
  text-align: center;
  font-size: 13px;
  padding-block: 0.4em;
  padding-inline: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.g-headerMessage > p > span {
  text-align: left;
  display: inline-block;
}

.g-headerMessage:has(> p > span:empty) {
  display: none;
}

.g-headerUserMenu {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  margin-inline-start: auto;
}

@media screen and (max-width: 767px) {
  .g-headerUserMenu {
    z-index: 1;
    height: inherit;
  }
}
.g-headerUserMenuContainer {
  z-index: 1000;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: var(--g-userMenu-height);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .g-headerUserMenuContainer {
    display: flex;
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.g-headerUserMenuColumn--right {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (min-width: 768px) {
  .g-headerUserMenuColumn--right {
    margin-inline-start: auto;
  }
}
@media screen and (max-width: 1023px) {
  .g-headerUserMenuColumn--right {
    flex-direction: column;
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .g-headerUserMenuColumn--right {
    width: 100%;
    height: inherit;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .g-headerUserMenuColumn--left {
    margin-inline-end: auto;
  }
}
@media screen and (max-width: 767px) {
  .g-headerUserMenuColumn--left {
    display: none;
  }
}
.g-headerUserMenu__list {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media screen and (max-width: 1023px) {
  .g-headerUserMenu__list {
    margin-inline-start: auto;
  }
}
@media screen and (max-width: 767px) {
  .g-headerUserMenu__list {
    order: 1;
    -moz-column-gap: clamp(8px, 1.0204vw + 4.17px, 12px);
    column-gap: clamp(8px, 1.0204vw + 4.17px, 12px);
    margin-block-start: 8px;
    margin-inline-end: -5px;
  }
}
.g-headerUserMenu__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.g-headerUserMenu__item.-user .icon {
  background-size: 48%;
}

.g-headerUserMenu__item.-history .icon {
  background-size: 64%;
}

.g-headerUserMenu__item.-cart .icon {
  background-size: 54%;
}

@media (hover: hover) {
  .g-headerUserMenu__item.-cart:hover .g-headerUserHoverMenuContainer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .g-headerUserMenu__item.-hamburgerTrigger {
    display: none;
  }
}
.g-headerUserMenu__item.hamburger--search.active::after {
  content: "閉じる";
}

.g-headerUserMenu__item.active::after {
  content: var(--this-label-active);
}

.g-headerUserMenu__item .fs-client-cart-count {
  top: -5px;
  right: -5px;
}

.g-headerUserMenu__link {
  position: relative;
  display: block;
}

.g-headerUserMenu__link::after {
  content: attr(aria-label);
  display: block;
  text-align: center;
  line-height: var(--lh-xs);
  font-size: 11px;
  letter-spacing: initial;
  margin-block-start: 4px;
}

@media screen and (max-width: 1023px) {
  .g-headerUserMenu__link::after {
    font-size: 10px;
    margin-block-start: 2px;
  }
}
@media screen and (max-width: 767px) {
  .g-headerUserMenu__link::after {
    font-size: 10px;
    margin-block-start: 2px;
  }
}
.g-headerUserMenu__link .icon {
  display: flex;
  aspect-ratio: 1;
  width: 36px;
  border-radius: 50%;
  background: var(--this-icon) no-repeat center center/50%;
  background-color: #ccc6bc;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .g-headerUserMenu__link .icon {
    width: 36px;
  }
}
@media screen and (max-width: 479px) {
  .g-headerUserMenu__link .icon {
    width: 32px;
  }
}
.g-headerUserMenu__link .fs-client-cart-count {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .g-headerUserMenu .fs-p-searchForm {
    order: 2;
    margin-block-start: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .g-headerUserMenu .fs-p-searchForm .fs-p-inputGroup {
    /* 1024px:300px → 1280px:350px の線形（範囲外は300/350で固定） */
    width: clamp(300px, 19.5313vw + 100px, 350px);
  }
}
@media screen and (max-width: 1023px) {
  .g-headerUserMenu .fs-p-searchForm .fs-p-inputGroup {
    --search-button-size: 40px;
    width: 260px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .g-headerUserMenu .fs-p-searchForm .fs-p-inputGroup {
    --search-button-size: 50px;
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 767px) {
  .g-headerUserMenu .welcomeMessage {
    display: none;
  }
}
.g-headerUserHoverMenu {
  border-radius: 6px;
  border: 1px solid #d7d3ca;
  background-color: var(--c-white);
  padding: 8px 12px;
}

.g-headerUserHoverMenuContainer {
  position: absolute;
  z-index: 10;
  top: 48px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  /* トリガーとメニューの隙間を埋める透明ブリッジ（hoverが途切れて消えるのを防止） */
}

.g-headerUserHoverMenuContainer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}

.g-headerUserHoverMenuContainer {
  /* メニュー自体にホバーしても開いたまま */
}

@media (hover: hover) {
  .g-headerUserHoverMenuContainer:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (hover: none) {
  .g-headerUserHoverMenuContainer {
    display: none;
  }
}
.g-headerUserHoverMenu__list {
  line-height: var(--lh-s);
  font-size: 13px;
}

.g-headerUserHoverMenu__item:not(:last-of-type) {
  margin-block-end: 4px;
}

.g-headerUserHoverMenu__label {
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.g-headerUserHoverMenu__label .fs-client-cart-count,
.g-headerUserHoverMenu__label .fs-client-subscriptionCart-count {
  position: relative;
  top: auto;
  right: auto;
}

@media screen and (min-width: 768px) {
  .g-header .g-headerLogoImage {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .g-header .g-headerLogoImage {
    max-width: 140px;
  }
}
.g-header .g-headerLogoLink {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .g-header .g-headerLogoLink {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    margin-block-start: 14px;
  }
}
.g-footer {
  position: relative;
  background-color: #231815;
  color: #fff;
}

.g-footer a {
  color: #fff;
}

.g-footer {
  /* 簡易フッター：最下部バーのみ */
}

.g-footer--simple {
  border-top: 1px solid #d7d3ca;
  background-color: #fff;
  color: var(--txt-c-base);
}

.g-footer--simple .g-footer__bottomNav > li:not(:last-of-type)::after {
  background-color: var(--txt-c-base);
}

.g-footer--simple a {
  color: var(--txt-c-base);
}

.g-footer--simple .g-footer__bottom {
  margin-top: 0;
  padding-block: 20px;
  padding-inline: 20px;
}

.g-footer--simple .g-footer__bottomInner {
  max-width: var(--pc-maw);
  margin-inline: auto;
}

.g-footer {
  /* パララックス上のキャッチコピー */
}

.g-footer .f-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  clip-path: inset(0); /* fixed背景を要素内にクリップ */
  background: url("/asset2026/images/common/footer-parallax.jpg") no-repeat center center/cover;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .g-footer .f-bg {
    aspect-ratio: 1440/200;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .g-footer .f-bg {
    aspect-ratio: 375/200;
    background-image: url("/asset2026/images/common/footer-parallax-sp.jpg");
    background-attachment: scroll;
  }
  .g-footer .f-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.g-footer__catch {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: var(--fz-26);
  line-height: var(--lh-l);
  padding-inline: 20px;
}

.g-footer__catch p {
  margin: 0;
}

.g-footer {
  /* ===== 本体（暗背景部分） ===== */
}

.g-footer__body {
  padding-block: var(--spc-100) 10px;
  padding-inline: 20px;
}

@media screen and (max-width: 1023px) {
  .g-footer__body {
    padding-block: 50px 25px;
  }
}
.g-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.g-footer {
  /* 上段グリッド（ブランド / ナビ / カレンダー） */
}

@media screen and (min-width: 1024px) {
  .g-footer__body > .g-footer__inner {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: start;
  }
}
.g-footerColumn {
  min-width: 0; /* グリッド/フレックスのはみ出し防止 */
}

.g-footer {
  /* --- ブランド：ロゴ＋SNS --- */
}

.g-footer__brand {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .g-footer__brand {
    gap: var(--spc-50);
  }
}
@media screen and (max-width: 1023px) {
  .g-footer__brand {
    align-items: center;
    row-gap: 40px;
  }
}
.g-footer__logoImage {
  width: auto;
  max-height: 64px;
}

.g-footer {
  /* --- ナビ --- */
}

@media screen and (min-width: 1024px) {
  .g-footerNav {
    margin-inline: clamp(50px, 17.045vw - 124.5px, 80px) var(--spc-50);
  }
}
@media screen and (max-width: 1023px) {
  .g-footerNav {
    display: none;
  }
}
.g-footerNavGroups {
  display: flex;
  align-items: flex-start;
  gap: var(--spc-50);
}

@media screen and (max-width: 1023px) {
  .g-footerNavGroups {
    flex-direction: column;
  }
}
.g-footerNav {
  /* 左カラム：メンバー＋茶の庭（縦並び） */
}

.g-footerNavCol {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .g-footerNavCol {
    row-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .g-footerNavGroup {
    width: 160px;
  }
}
.g-footerNavHead {
  line-height: var(--lh-s);
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: 18px;
  padding-block-end: 8px;
  margin-block-end: 12px;
  border-bottom: 1px solid var(--c-white);
}

.g-footerNav__List {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.g-footerNav__item {
  line-height: var(--lh-s);
  font-size: 12px;
  color: var(--c-white);
}

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

.g-footerNav__item a {
  color: inherit;
}

.g-footer {
  /* --- 営業日カレンダー --- */
}

.g-footer__calendar {
  width: 100%;
  max-width: 468px;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .g-footer__calendar {
    margin-block-start: 50px;
  }
}
.g-footer__calendar .g-footerNavHead {
  border-bottom: none;
  margin-block-end: 8px;
  padding-block-end: 0;
}

.g-footer__calendar .ft-calendar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  justify-content: safe center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  gap: 20px;
  padding-block-end: 4px;
  overflow-x: auto;
}

@media screen and (max-width: 1023px) {
  .g-footer__calendar .ft-calendar {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
.g-footer__calendar .ft-calendar > div {
  width: 100%;
  min-width: 224px;
  background-color: var(--c-white);
  color: var(--txt-c-base);
  padding: 8px 12px;
}

.g-footer__calendar .ft-calendar #calendarTable {
  width: 100%;
  font-size: 11px;
  letter-spacing: initial;
}

.g-footer__calendar .ft-calendar #calendarTable td {
  position: relative;
  text-align: center;
  padding-block: 3px;
}

.g-footer__calendar .ft-calendar #calendarTable td.closed {
  align-items: center;
  justify-content: center;
}

.g-footer__calendar .ft-calendar #calendarTable td.closed::after {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  width: 20px;
  border-radius: 50px;
  border: 1px solid #595758;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-footer__calendar .ft-calendar #calendarTable th {
  font-weight: 400;
}

.g-footer__calendar .ft-calendar #calendarTable .youbi_0 {
  color: #bb563c;
}

.g-footer__calendar .ft-calendar #calendarTable .youbi_6 {
  color: #6999ae;
}

.g-footer__calendar .ft-calendar #calendarTable .today {
  font-weight: bold;
}

.g-footer__calendar .ft-calendar .monthName {
  position: relative;
  text-align: center;
  line-height: 1;
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: 16px;
  margin-block: 0 10px;
  padding-block-end: 10px;
}

.g-footer__calendar .ft-calendar .monthName::after {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #ccc6bc;
}

.g-footer__calendar .ft-calendar .monthNum {
  font-size: 30px;
}

.g-footer__calendar .ft-calendar .kyugyobi {
  position: relative;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 4px;
  column-gap: 4px;
  text-align: right;
  font-size: 11px;
}

.g-footer__calendar .ft-calendar .kyugyobi::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #595758;
}

.g-footer__calendarMonth {
  flex: 0 0 auto;
  width: 224px;
  aspect-ratio: 1;
  background-color: #b3b3b3;
}

.g-footer__calendarNote {
  line-height: var(--lh-m);
  font-size: 12px;
  margin-block-start: 8px;
}

.g-footer__bottom {
  margin-top: var(--spc-80);
}

.g-footer__bottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 1023px) {
  .g-footer__bottomInner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 50px;
  }
}
.g-footer__bottomNav {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 8px;
  line-height: var(--lh-s);
  font-size: 12px;
}

.g-footer__bottomNav > li {
  position: relative;
  display: flex;
  align-items: center;
}

.g-footer__bottomNav > li:not(:last-of-type) {
  padding-inline-end: 1em;
}

.g-footer__bottomNav > li:not(:last-of-type)::after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 1em;
  background-color: var(--c-white);
}

.g-footer__copyright {
  line-height: var(--lh-s);
  font-size: 12px;
  margin: 0;
}

.g-footer__copyright small {
  font-size: inherit;
}

.g-footer {
  /* 背景が暗いのでSNSアイコンを白に */
}

.g-footer .g-sns li a {
  background-color: #fff;
}

.g-groupLink__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.g-groupLink__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.g-groupLink__list + .g-groupLink__list {
  border-top: 1px solid #d7d3ca;
}

@media screen and (max-width: 767px) {
  .g-groupLink__list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}
.g-groupLink__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: var(--lh-xs);
}

@media screen and (min-width: 768px) {
  .g-groupLink__item {
    min-height: 54px;
  }
  .g-groupLink__item:nth-child(n+7) {
    border-top: 1px solid #d7d3ca;
  }
  .g-groupLink__item:nth-child(n+2):not(:nth-child(6n+1))::before {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .g-groupLink__item {
    align-items: flex-start;
    justify-content: center;
    min-height: 94px;
  }
  .g-groupLink__item:nth-child(n+5) {
    border-top: 1px solid #d7d3ca;
  }
  .g-groupLink__item:nth-child(n+2):not(:nth-child(4n+1))::before {
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .g-groupLink__item.-sweets::before {
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .g-groupLink__item.-business::before {
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
  }
}
.g-groupLink__item.-teabag, .g-groupLink__item.-herbtea, .g-groupLink__item.-powder, .g-groupLink__item.-ltdsweets, .g-groupLink__item.-stdsweets {
  display: none;
}

.g-groupLink__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #d7d3ca;
}

.g-groupLink__item a {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  row-gap: 8px;
  width: 100%;
  min-height: inherit;
  color: inherit;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .g-groupLink__item a {
    font-size: 14px;
    padding-block: 0.4em;
    padding-inline: clamp(6px, 2.5641vw - 13.6923px, 14px);
  }
}
@media screen and (max-width: 767px) {
  .g-groupLink__item a {
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    padding-block: 12px 8px;
    padding-inline: clamp(4px, 1.6vw, 8px);
  }
}
.g-groupLink__item img {
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .g-groupLink__item img {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .g-groupLink__item img {
    width: 48px;
  }
}
.g-section {
  position: relative;
  width: 100%;
}

.g-section--mg {
  margin-block: var(--spc-100);
}

@media screen and (max-width: 767px) {
  .g-section--mg {
    margin-block: 50px;
  }
}
.g-section--mgb {
  margin-block-end: var(--spc-100);
}

@media screen and (max-width: 767px) {
  .g-section--mgb {
    margin-block-end: 50px;
  }
}
.g-scrollHeader {
  transform: translateY(calc(-1 * var(--scrollHeader-height)));
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: var(--c-white);
  transition: transform 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .g-scrollHeader {
    --scrollHeader-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .g-scrollHeader {
    --scrollHeader-height: 48px;
  }
}
.g-scrollHeader.is-show {
  transform: translateY(0);
  box-shadow: var(--bxsd-bottom);
  transition: transform 0.32s ease-in-out;
}

.g-scrollHeaderContent {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: var(--scrollHeader-height);
  margin-inline: auto;
}

.g-scrollHeaderCtgContent {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.g-scrollHeaderCtgContent.is-active {
  grid-template-rows: 1fr;
}

.g-scrollHeaderCtgContent .g-groupLink__listContainer {
  overflow: hidden;
  min-height: 0;
}

.g-scrollHeaderCtgTrigger {
  margin-inline-start: clamp(10px, 6.9444vw - 43.3333px, 40px);
}

@media screen and (max-width: 767px) {
  .g-scrollHeaderCtgTrigger {
    display: none;
  }
}
.g-scrollHeaderCtgTriggerBtn {
  position: relative;
  height: 32px;
  line-height: var(--lh-s);
  letter-spacing: 1px;
  border-radius: 18px;
  background-color: #99a645;
  color: var(--c-white);
  font-weight: 400;
  font-size: 12px;
  padding-inline-start: 12px;
  padding-inline-end: 24px;
}

.g-scrollHeaderCtgTriggerBtn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("/asset2026/images/data_icon/slide-parts.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  padding-block-end: 2px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.35s ease;
}

@media (hover: hover) {
  .g-scrollHeaderCtgTriggerBtn {
    transition: 0.5s;
  }
  .g-scrollHeaderCtgTriggerBtn:hover {
    filter: brightness(0.92);
  }
}
@media (hover: none) {
  .g-scrollHeaderCtgTriggerBtn.is-active::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.g-scrollHeaderMenu {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .g-scrollHeader .g-headerLogoImage {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .g-scrollHeader .g-headerLogoImage {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .g-scrollHeader .g-headerUserMenu__list {
    margin-block-start: 0;
    margin-inline-end: -5px;
  }
}
.g-scrollHeader .g-headerUserMenu__item.-hamburgerTrigger .hamburger:after {
  display: none;
}

.g-scrollHeader .g-headerUserMenu__link::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .g-scrollHeader .g .g-headerUserMenu__link .icon,
  .g-scrollHeader .g .hamburger__icon {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .g-scrollHeader .fs-p-searchForm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .g-scrollHeader .fs-p-searchForm .fs-p-inputGroup {
    width: clamp(240px, 21.4844vw + 75px, 350px);
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .g-scrollHeader .fs-p-searchForm .fs-p-inputGroup .fs-p-searchForm__input[type=text]::-moz-placeholder {
    font-size: clamp(12px, 0.46296vw + 8.44444px, 14px);
  }
  .g-scrollHeader .fs-p-searchForm .fs-p-inputGroup .fs-p-searchForm__input[type=text]::placeholder {
    font-size: clamp(12px, 0.46296vw + 8.44444px, 14px);
  }
}
.g-searchSection {
  position: relative;
  padding-block: var(--spc-100);
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .g-searchSection {
    padding-block: 50px 40px;
  }
}
.g-searchSection::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #cdd5a6, #d7d3ca);
}

.g-search__content {
  width: 100%;
  max-width: 1200px;
  background-color: var(--c-white);
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: var(--spc-100);
}

@media screen and (max-width: 767px) {
  .g-search__content {
    padding-block: 40px 30px;
  }
}
.g-search__list {
  position: relative;
  width: 100%;
}

.g-search__item {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-block: var(--spc-60);
}

@media screen and (max-width: 767px) {
  .g-search__item {
    padding-block: 30px;
  }
}
.g-search__item:first-of-type {
  padding-block-start: 0;
}

.g-search__item:last-of-type {
  padding-block-end: 0;
}

.g-search__item:not(:last-of-type)::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #d7d3ca 0 4px, transparent 4px 8px);
}

.g-search__itemHead {
  line-height: var(--lh-m);
  text-align: center;
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: var(--fz-26);
  letter-spacing: 0.2em;
  margin-block-end: var(--spc-40);
}

@media screen and (max-width: 767px) {
  .g-search__itemHead {
    margin-block-end: var(--spc-30);
  }
}
.g-search__item.-keyword .fs-p-inputGroup {
  max-width: 500px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .g-search__item.-keyword .fs-p-inputGroup {
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .g-search__item.-keyword .fs-p-searchForm {
    --search-button-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .g-search__item.-keyword .fs-p-searchForm {
    --search-button-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .g-search__item.-keyword .fs-p-searchForm__input[type=text] {
    padding-inline-start: 24px;
  }
}
.g-search__item.-keyword .fs-p-searchForm__input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #d7d3ca;
}

.g-search__item.-keyword .fs-p-searchForm__input[type=text]::placeholder {
  opacity: 1;
  color: #d7d3ca;
}

@media screen and (min-width: 768px) {
  .g-search__item.-keyword .fs-p-searchForm__input[type=text]::-moz-placeholder {
    font-size: 16px;
  }
  .g-search__item.-keyword .fs-p-searchForm__input[type=text]::placeholder {
    font-size: 16px;
  }
}
.g-search__item.-keyword .fs-p-searchForm__input[type=text] {
  /*&:placeholder-shown {
      text-align: center;
      padding-left: var(--search-button-size);
  }*/
}

@media screen and (min-width: 768px) {
  .g-search__item.-keyword .fs-p-searchForm__button {
    background-size: 24px auto;
  }
}
.g-search__item.-category .search-img {
  width: 100%;
}

.g-search__item.-price .g-searchPrice__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 116px));
  justify-content: center;
  gap: 30px 20px;
  width: 100%;
  max-width: 846px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .g-search__item.-price .g-searchPrice__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.g-search__item.-price .g-searchPrice__list .fs-pt-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: 1px solid #d7d3ca;
  border-radius: 50%;
  background-color: var(--c-white);
}

@media screen and (max-width: 767px) {
  .g-search__item.-price .g-searchPrice__list .fs-pt-list__item {
    aspect-ratio: initial;
    border: none;
  }
}
.g-search__item.-price .g-searchPrice__list .fs-pt-list__item .fs-pt-list__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

@media screen and (min-width: 768px) {
  .g-search__item.-price .g-searchPrice__list .fs-pt-list__item .fs-pt-list__link {
    padding-inline: 8px;
  }
}
@media screen and (max-width: 767px) {
  .g-search__item.-price .g-searchPrice__list .fs-pt-list__item .fs-pt-list__link {
    width: auto;
    padding-block-end: 6px;
  }
  .g-search__item.-price .g-searchPrice__list .fs-pt-list__item .fs-pt-list__link::after {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    content: "";
    height: 1px;
    background-color: #d7d3ca;
  }
}
.g-search__item.-price .g-searchPrice__list .fs-pt-list__item .search-label {
  margin-block-start: 0;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0;
}

.g-search__item.-price .g-searchPrice__list .fs-pt-list__item .search-label > span {
  display: inline-block;
  line-height: inherit;
}

.g-search__item.-price .g-searchPrice__list .fs-pt-list__item .search-label small {
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .g-search__item.-price .g-searchPrice__list .fs-pt-list__item .search-label {
    font-size: 20px;
  }
  .g-search__item.-price .g-searchPrice__list .fs-pt-list__item .search-label small {
    font-size: 12px;
  }
}
.g-search__item.-category .g-searchCategory__list,
.g-search__item.-category .g-searchTeaType__list,
.g-search__item.-category .g-searchUse__list, .g-search__item.-teatype .g-searchCategory__list,
.g-search__item.-teatype .g-searchTeaType__list,
.g-search__item.-teatype .g-searchUse__list, .g-search__item.-use .g-searchCategory__list,
.g-search__item.-use .g-searchTeaType__list,
.g-search__item.-use .g-searchUse__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 116px));
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 846px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .g-search__item.-category .g-searchCategory__list,
  .g-search__item.-category .g-searchTeaType__list,
  .g-search__item.-category .g-searchUse__list, .g-search__item.-teatype .g-searchCategory__list,
  .g-search__item.-teatype .g-searchTeaType__list,
  .g-search__item.-teatype .g-searchUse__list, .g-search__item.-use .g-searchCategory__list,
  .g-search__item.-use .g-searchTeaType__list,
  .g-search__item.-use .g-searchUse__list {
    grid-template-columns: repeat(4, minmax(0, 116px));
    gap: 20px;
  }
}
.g-search__item .search-img {
  display: block;
  width: 52%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.g-search__item .search-img.-leaf {
  aspect-ratio: 62/45;
  max-width: 66px;
}

.g-search__item .search-img.-teabag {
  aspect-ratio: 62/61;
  max-width: 62px;
}

.g-search__item .search-img.-powder {
  aspect-ratio: 31/34;
  max-width: 49px;
}

.g-search__item .search-img.-businessuse {
  aspect-ratio: 52/64;
  max-width: 52px;
}

.g-search__item .search-img.-thanks {
  aspect-ratio: 56/30;
  max-width: 56px;
}

.g-search__item .search-img.-celebration {
  aspect-ratio: 40/41;
  max-width: 40px;
}

.g-search__item .search-img.-return {
  aspect-ratio: 67/34;
  width: 74%;
  max-width: 67px;
}

.g-search__item .search-img.-minigift {
  aspect-ratio: 85/42;
  max-width: 85px;
}

.g-search__item .search-img.-minigift {
  aspect-ratio: 55/50;
  max-width: 55px;
}

.g-search__item .search-img.-funeral {
  aspect-ratio: 50/55;
  max-width: 50px;
}

.g-search__item .search-imgWrap {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 116px;
  border-radius: 50%;
  background-color: #ccc6bc;
  margin-inline: auto;
}

.g-search__item .search-label {
  line-height: var(--lh-m);
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: var(--fz-16);
  margin-block-start: 10px;
}

@media screen and (max-width: 767px) {
  .g-search__item .search-label {
    letter-spacing: 0;
    font-size: 11px;
    margin-block-start: 6px;
  }
}
.g-searchUse__list .fs-pt-list__item .search-img, .g-searchTeaType__list .fs-pt-list__item .search-img {
  border-radius: 0;
}

.g-keywordLink__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 14px;
  margin-block-start: var(--spc-40);
}

@media screen and (max-width: 767px) {
  .g-keywordLink__list {
    font-size: 12px;
    margin-block-start: 15px;
  }
}
.g-keywordLink__list .fs-pt-list__item {
  flex-shrink: 0;
  line-height: var(--lh-s);
  background-color: #efedea;
  color: #231815;
  border-radius: 99px;
}

@media screen and (min-width: 768px) {
  .g-keywordLink__list .fs-pt-list__item:has(.fs-pt-list__link) .fs-pt-list__link {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-keywordLink__list .fs-pt-list__item:has(.fs-pt-list__link) .fs-pt-list__link {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 768px) {
  .g-keywordLink__list .fs-pt-list__item:not(:has(.fs-pt-list__link)) {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-keywordLink__list .fs-pt-list__item:not(:has(.fs-pt-list__link)) {
    padding: 6px 15px;
  }
}
.g-keywordLink__list .fs-pt-list__link {
  display: block;
  border-radius: inherit;
  color: inherit;
}

.g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 > .fr3-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 > .fr3-item:nth-of-type(n + 9) {
    display: none;
  }
}
.g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 > .fr3-item .fr3-item__imageContainer img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 > .fr3-item .fr3-item__productPrice__price {
  display: flex;
}

.g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 > .fr3-item .fr3-item__productPrice,
.g-historySection .fr3-productListStatic.fr3-productListStatic__responsive_2 > .fr3-item .fr3-item__productName {
  display: none !important;
}

.g-guideSection {
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .g-guideSection {
    margin-block-end: 50px;
  }
}
.g-guide__list {
  -moz-column-gap: var(--spc-30);
  column-gap: var(--spc-30);
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.g-guide__item .desc a {
  text-decoration: underline;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .g-guide__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .g-guide__list {
    -moz-columns: 1;
    columns: 1;
  }
}
.g-guide__listContainer {
  width: 100%;
  max-width: 1200px;
  border: 1px solid #d7d3ca;
  margin-inline: auto;
  margin-block-start: var(--spc-50);
  padding-block: var(--spc-50);
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .g-guide__listContainer {
    padding-block: var(--spc-40);
  }
}
.g-guide__item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-block-end: var(--spc-40);
}

.g-guide__item h3.head {
  list-style: var(--lh-m);
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: var(--fz-22);
  margin-block-end: 8px;
}

.g-guide__item .desc {
  line-height: var(--lh-xl);
  font-size: 14px;
  color: #404040;
}

.g-guide__item .desc small {
  display: block;
  line-height: var(--lh-l);
  font-size: 12px;
  margin-top: 4px;
}

.g-guideLinkWrap {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .g-guideLinkWrap .g-btn--plain {
    text-align: right;
    margin-block-start: -28px;
  }
}
@media screen and (max-width: 767px) {
  .g-guideLinkWrap .g-btn--plain {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .g-memberBenefit {
    margin-block: var(--spc-50);
  }
}
@media screen and (max-width: 767px) {
  .g-memberBenefit {
    margin-block: 20px;
  }
}
.g-memberBenefit__head {
  text-align: center;
  line-height: var(--lh-m);
  font-weight: 500;
  font-size: 16px;
  margin-block-end: var(--spc-20);
}

.g-memberBenefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .g-memberBenefit__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
  }
}
.g-memberBenefit__list .fs-pt-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #efedea;
  padding-inline: 16px;
}

@media screen and (min-width: 768px) {
  .g-memberBenefit__list .fs-pt-list__item {
    aspect-ratio: 1/1;
    padding-block: 8px;
  }
}
@media screen and (max-width: 767px) {
  .g-memberBenefit__list .fs-pt-list__item {
    max-width: 400px;
    margin-inline: auto;
    padding-block: 12px;
  }
}
.g-memberBenefit__list .memberBenefit__content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .g-memberBenefit__list .memberBenefit__content {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
  }
}
.g-memberBenefit__list .memberBenefit__img {
  display: block;
  margin-inline: auto;
}

.g-memberBenefit__list .memberBenefit__txt {
  display: block;
  line-height: var(--lh-m);
  text-align: center;
}

.memberBenefit__txt small {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .g-memberBenefit__list .memberBenefit__txt {
    font-size: 18px;
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 767px) {
  .g-memberBenefit__list .memberBenefit__txt {
    font-size: 14px;
  }
}
.g-memberBenefit__list .memberBenefit__txt strong {
  display: block;
  font-weight: bold;
  color: #95a636;
  text-decoration: underline;
  margin-block-start: 0.2em;
}

@media screen and (min-width: 768px) {
  .g-memberBenefit__list .memberBenefit__txt strong {
    font-size: 18px;
    text-underline-offset: 8px;
  }
}
@media screen and (max-width: 767px) {
  .g-memberBenefit__list .memberBenefit__txt strong {
    font-size: 16px;
    text-underline-offset: 4px;
  }
}
.g {
  /* -------------------ボタン-------------------- */
}

.g-btn {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

.g-btn > a,
.g-btn > button, .g-btn:is(a, button) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  text-align: center;
  border: 1px solid var(--bd-c-gray);
  border-radius: 6px;
  position: relative;
}

@media (hover: hover) {
  .g-btn > a,
  .g-btn > button, .g-btn:is(a, button) {
    opacity: 1;
    transition: 0.5s;
  }
}
.g-btn > button {
  width: 100%;
}

.g-btn {
  /* 中の button が disabled のとき（g-btn側で制御） */
}

.g-btn:has(> button:disabled) > button {
  cursor: default;
}

.g-btn:has(> button:disabled) .g-btn__label,
.g-btn:has(> button:disabled) > button::after {
  opacity: 0.4;
}

.g-btnContainer {
  display: grid;
}

@media screen and (min-width: 768px) {
  .g-btnContainer {
    margin-top: var(--spc-50);
  }
}
@media screen and (max-width: 767px) {
  .g-btnContainer {
    margin-top: 30px;
  }
}
.g-btnContainer {
  /* コンテナベース - 横並び */
}

.g-btnContainer--horizontal {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .g-btnContainer--horizontal {
    gap: var(--spc-30);
  }
}
@media screen and (max-width: 767px) {
  .g-btnContainer--horizontal {
    gap: 10px;
  }
}
.g-btnContainer {
  /* コンテナベース - PCのみ横並び */
}

@media screen and (min-width: 768px) {
  .g-btnContainer--horizontalPc {
    display: flex;
    justify-content: center;
    gap: var(--spc-30);
  }
}
@media screen and (max-width: 767px) {
  .g-btnContainer--horizontalPc {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .g-btnContainer--horizontalPc .g-btn {
    margin-inline: auto;
  }
}
.g-btnContainer {
  /* コンテナベース - 縦並び */
}

@media screen and (min-width: 768px) {
  .g-btnContainer--vertical {
    gap: var(--spc-20);
  }
}
@media screen and (max-width: 767px) {
  .g-btnContainer--vertical {
    gap: var(--spc-20);
  }
}
@media screen and (max-width: 767px) {
  .g-btnContainer--vertical .g-btn {
    margin-inline: auto;
  }
}
.g-btn__label {
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .g-btn__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .g-btn__label {
    font-size: 14px;
  }
}
.g-btn--primary > a,
.g-btn--primary > button, .g-btn--primary:is(a, button) {
  border: none;
  outline: none;
  background-color: #231815;
  color: var(--c-white);
}

.g-btn--primary > a:visited {
  color: var(--c-white);
}

@media (hover: hover) {
  .g-btn--primary > a:hover:not(:disabled),
  .g-btn--primary > button:hover:not(:disabled), .g-btn--primary:is(a, button):hover:not(:disabled) {
    filter: brightness(0.8);
  }
}
.g-btn--green > a,
.g-btn--green > button, .g-btn--green:is(a, button) {
  border: none;
  outline: none;
  background-color: #95a636;
  color: var(--c-white);
}

.g-btn--green > a:visited {
  color: var(--c-white);
}

@media (hover: hover) {
  .g-btn--green > a:hover:not(:disabled),
  .g-btn--green > button:hover:not(:disabled), .g-btn--green:is(a, button):hover:not(:disabled) {
    filter: brightness(0.8);
  }
}
.g-btn--secondary > a,
.g-btn--secondary > button, .g-btn--secondary:is(a, button) {
  background-color: var(--c-white);
}

.g-btn--secondary > a:visited {
  color: var(--c-black);
}

@media (hover: hover) {
  .g-btn--secondary > a:hover:not(:disabled),
  .g-btn--secondary > button:hover:not(:disabled), .g-btn--secondary:is(a, button):hover:not(:disabled) {
    opacity: 1;
    background-color: var(--bg-c-gray);
  }
}
.g-btn--plain {
  pointer-events: none;
}

.g-btn--plain.g-btn--center {
  text-align: center;
}

.g-btn--plain > a {
  pointer-events: initial;
  display: inline-block;
  line-height: var(--lh-m);
  border-bottom: 1px solid #95a636;
  font-size: 14px;
  color: #404040;
  padding-block-end: 4px;
}

.g-btn {
  /* 大きさ - long */
}

.g-btn--long {
  width: var(--inner-w);
  max-width: 388px;
}

.g-btn {
  /* 大きさ - small */
}

@media screen and (min-width: 768px) {
  .g-btn--small {
    max-width: 150px;
  }
  .g-btn--small > a {
    padding: 7px 0;
    min-height: 40px;
  }
  .g-btn--small .g-btn__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .g-btn--small {
    max-width: 128px;
  }
  .g-btn--small > a {
    padding: 7px 0;
    min-height: 30px;
  }
  .g-btn--small .g-btn__label {
    font-size: 10px;
  }
}
.g-btn {
  /* タイプ - center */
}

.g-btn--center {
  margin-inline: auto;
}

.g-btn {
  /* タイプ - arrow */
}

.g-btn--arrow > a,
.g-btn--arrow > button, .g-btn--arrow:is(a, button) {
  position: relative;
}

.g-btn--arrow > a::after,
.g-btn--arrow > button::after, .g-btn--arrow:is(a, button)::after {
  --this-mask: var(--data-icon-btn-arrow) no-repeat center center / 100%;
  position: absolute;
  right: 14px;
  content: "";
  aspect-ratio: 1;
  width: 8px;
  height: 10px;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  transition: transform 0.3s;
}

.g-btn--arrow {
  /* ホバーで矢印を移動（next=右 / prev=左） */
}

@media (hover: hover) {
  .g-btn--arrow:not(.g-btn--prev):not(.g-btn--anchor):not(.g-btn--return) > a:hover:not(:disabled)::after,
  .g-btn--arrow:not(.g-btn--prev):not(.g-btn--anchor):not(.g-btn--return) > button:hover:not(:disabled)::after, .g-btn--arrow:not(.g-btn--prev):not(.g-btn--anchor):not(.g-btn--return):is(a, button):hover:not(:disabled)::after {
    transform: translateX(5px);
  }
  .g-btn--arrow.g-btn--prev > a:hover:not(:disabled)::after,
  .g-btn--arrow.g-btn--prev > button:hover:not(:disabled)::after, .g-btn--arrow.g-btn--prev:is(a, button):hover:not(:disabled)::after {
    transform: rotate(180deg) translateX(5px);
  }
}
.g-btn--arrow.g-btn--secondary > a::after,
.g-btn--arrow.g-btn--secondary > button::after, .g-btn--arrow.g-btn--secondary:is(a, button)::after {
  background-color: var(--c-black);
}

.g-btn--arrow.g-btn--primary > a::after,
.g-btn--arrow.g-btn--primary > button::after, .g-btn--arrow.g-btn--primary:is(a, button)::after, .g-btn--arrow.g-btn--green > a::after,
.g-btn--arrow.g-btn--green > button::after, .g-btn--arrow.g-btn--green:is(a, button)::after {
  background-color: var(--c-white);
}

.g-btn--arrow {
  /* タイプ - anchor */
}

.g-btn--arrow.g-btn--anchor > a::after {
  transform: rotate(90deg);
}

.g-btn--arrow {
  /* タイプ - return */
}

.g-btn--arrow.g-btn--return a::after {
  transform: rotate(180deg) translateX(5px);
  right: unset;
}

@media screen and (min-width: 768px) {
  .g-btn--arrow.g-btn--return a::after {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-btn--arrow.g-btn--return a::after {
    left: 10px;
  }
}
.g-btn--arrow {
  /* タイプ - prev（矢印を左向き・左オフセット） */
}

.g-btn--arrow.g-btn--prev > a::after,
.g-btn--arrow.g-btn--prev > button::after, .g-btn--arrow.g-btn--prev:is(a, button)::after {
  right: unset;
  left: 14px;
  transform: rotate(180deg);
}

.g {
  /* -------------------g-slickArrow (individual classes)-------------------- */
}

.g-slickArrow--prev {
  left: -20px;
}

.g-slickArrow--next {
  right: -20px;
  transform: rotate(180deg);
}

.g-slickArrow--white {
  background-color: var(--c-white);
}

.g-slickArrow--white::before {
  background-color: var(--c-white);
  padding-inline-start: 4px;
}

.g-slickArrow--black {
  background-color: var(--c-black);
}

.g-slickArrow--black::before {
  background-color: var(--c-white);
}

@media (hover: hover) {
  .g-slickArrow--black:hover {
    background-color: var(--c-black);
  }
  .g-slickArrow--black:hover::before {
    background-color: var(--c-white);
  }
}
@media screen and (min-width: 768px) {
  .g-hasSlickArrow {
    --slick-arrow-size: clamp(30px, 3.2vw, 40px);
    --slick-arrow-to-body: calc(0px - var(--slick-arrow-size) + var(--slick-gap) - 5px);
  }
}
@media screen and (max-width: 767px) {
  .g-hasSlickArrow {
    --slick-arrow-size: 30px;
    --slick-arrow-to-body: calc(0px - var(--slick-arrow-size) + var(--slick-gap) - 5px);
  }
}
.g {
  /* -------------------g-slickDots-------------------- */
}

.g-slickDots {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .g-slickDots {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .g-slickDots {
    gap: 10px;
    margin-top: 10px;
  }
}
.g-slickDots li {
  aspect-ratio: 1/1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .g-slickDots li {
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .g-slickDots li {
    width: 8px;
  }
}
.g-slickDots button {
  font-size: 0;
  border: 1px solid var(--c-gray-300);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .g-slickDots button {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .g-slickDots button {
    width: 10px;
  }
}
.g-slickDots button.is-active {
  background-color: var(--txt-c-base);
  border-color: var(--txt-c-base);
}

.g {
  /* --------------------g-txtLink-------------------- */
}

.g-txtLink {
  text-align: center;
  margin-top: var(--spc-30);
}

.g-txtLink a {
  display: inline-block;
  border-bottom: 1px solid var(--txt-c-base);
  font-size: var(--fz-14);
}

.g {
  /* --------------------g-payment-------------------- */
}

.g-payment {
  --grid-cols-pc: 5;
  --grid-gap-pc: 12px;
  --grid-cols-sp: 5;
  --grid-gap-sp: 8px;
  margin-top: var(--spc-40);
}

.g-payment li {
  border: 1px solid var(--bd-c-gray);
  border-radius: 4px;
  font-weight: 500;
  font-size: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.07em;
  overflow: hidden;
  min-height: 40px;
}

.g-payment li small {
  display: block;
  font-weight: 400;
}

.g-customerVoiceSection .g-customerVoiceMoreLink {
  order: 5;
  margin-top: 10px;
  text-align: right;
}

.g-customerVoiceSection .g-customerVoiceSliderWrap {
  position: relative;
}

.g-customerVoiceSection .g-customerVoiceSliderWrap .splide__arrows {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
  .g-customerVoiceSection .g-customerVoiceSliderWrap .splide__arrows {
    height: 172px;
  }
}
.g-customerVoiceSection .g-customerVoiceSliderWrap > .splide__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  bottom: auto;
}

.g-customerVoiceSection .g-customerVoiceSliderWrap > .splide__pagination__page {
  background: #ccc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 4px;
  transition: background-color 0.2s;
}

.g-customerVoiceSection .g-customerVoiceSliderWrap > .splide__pagination__page.is-active {
  background: #555;
  transform: none;
}

.g-customerVoiceSection .g-customerVoiceSplide {
  width: 100%;
  background-color: var(--c-white);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .g-customerVoiceSection .g-customerVoiceSplide {
    border: 1px solid #d7d3ca;
    padding-block: var(--spc-50);
  }
}
.g-customerVoiceSection .g-customerVoiceSplide .splide__track {
  max-width: 1140px;
  margin-inline: auto;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .g-customerVoiceSection .g-customerVoiceSplide .splide__track {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .g-customerVoiceSection .g-customerVoiceSplide .splide__track {
    width: calc(100% - 72px);
  }
}
.g-customerVoiceSection .g-customerVoiceSplide .splide__pagination {
  position: relative;
  bottom: auto;
}

.g-customerVoiceSection .fs-c-reviewInfo__date {
  display: none;
}

.g-customerVoiceSection .fs-c-reviewList__item {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct {
  display: contents;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct__image {
  order: 1;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct__image a {
  display: block;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct__image img {
  display: block;
  aspect-ratio: 258/172;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.g-customerVoiceSection .fs-c-reviewList__item__info {
  order: 2;
  margin-top: 20px;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct__info {
  order: 3;
  margin-top: 4px;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct__info .fs-c-productName__name {
  font-weight: 700;
  font-size: 16px;
  line-height: var(--lh-m);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-block-start: var(--spc-20);
  overflow: hidden;
}

.g-customerVoiceSection .fs-c-reviewList__item .fs-c-reviewProduct__info a {
  color: inherit;
  text-decoration: none;
}

.g-customerVoiceSection .fs-c-reviewList__item__body {
  order: 4;
  margin-top: 8px;
  font-size: 14px;
  line-height: var(--lh-l);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  border: none;
  margin: 15px 0 0;
  padding: 0;
  overflow: hidden;
  flex: 1;
}

.g-customerVoiceSection .fs-c-reviewer__status, .g-customerVoiceSection .fs-c-reviewer__profile, .g-customerVoiceSection .fs-c-reviewer__name {
  display: none;
}

.g-customerVoiceListContainer {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .g-customerVoiceListContainer {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .g-customerVoiceListContainer {
    width: 100%;
  }
}
.fs-p-inputGroup {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #595758 !important;
  border-radius: 99px;
  background-color: var(--c-white) !important;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .fs-p-inputGroup {
    height: 40px;
  }
}
.fs-p-searchForm {
  --search-button-size: 50px;
  flex-shrink: 0;
}

.fs-p-searchForm__input[type=text] {
  flex-shrink: 0;
  width: calc(100% - var(--search-button-size));
  height: 100%;
  line-height: 1;
  border: none;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: transparent;
  font-size: 16px;
  padding-block: 0;
  padding-inline-start: 16px;
  padding-inline-end: 0;
}

.fs-p-searchForm__input[type=text]::-moz-placeholder {
  opacity: 0.32;
  line-height: 1;
  color: #231815;
  font-size: 16px;
}

.fs-p-searchForm__input[type=text]::placeholder {
  opacity: 0.32;
  line-height: 1;
  color: #231815;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .fs-p-searchForm__input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .fs-p-searchForm__input[type=text]::placeholder {
    font-size: 14px;
  }
}
.fs-p-searchForm__button {
  flex-shrink: 0;
  width: var(--search-button-size);
  height: inherit;
  font-size: 0;
  color: transparent;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border: none;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23231815' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5'/%3E%3Cline x1='16' y1='16' x2='22' y2='22'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px auto !important;
}

/* ヘッダーお知らせ：1行に収まらない時だけ横スクロール */
.g-headerMessage p {
  overflow: hidden;
}

.g-headerMessage p span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

/* PCは固定、SPのみ常時スクロール */
@media screen and (max-width: 767px) {
  .g-headerMessage p span {
    animation: hd-ticker 20s linear infinite;
    will-change: transform;
  }
}
@keyframes hd-ticker {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .g-headerMessage p span {
    animation: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fs-pt-list--noMarker .fs-pt-list__item {
  margin-block: 0;
}

/* aiレコメンドデフォルトcss　確認用 */
.fr3-item {
  display: inline-flex;
  flex-flow: column;
  word-break: break-all;
  width: 100%;
  color: #595758;
}

.fr3-item__link {
  display: flex;
  flex-flow: column;
  gap: 8px;
  width: 100%;
  height: 100%;
}

.fr3-item__imageContainer {
  display: flex;
  width: 100%;
}

.fr3-item__image {
  width: 100%;
}

.fr3-item__productName {
  display: flex;
  font-size: 1.2rem;
}

.fr3-item__productPrice {
  display: flex;
  gap: 0 4px;
  flex-wrap: wrap;
  align-items: baseline;
}

.fr3-item__productPrice__price {
  font-size: 1.2rem;
}

.fr3-item__productPrice__addon {
  font-size: 1rem;
}

@media screen and (min-width: 600px) {
  .fr3-item__productName {
    font-size: 1.4rem;
  }
  .fr3-item__productPrice__price {
    font-size: 1.4rem;
  }
  .fr3-item__productPrice__addon {
    font-size: 1.2rem;
  }
}
.fr3-item__rankContainer {
  display: flex;
  height: 28px;
}

.fr3-item__rank {
  display: flex;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #696969;
  background-color: #e1e1e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 600px) {
  .fr3-item__rankContainer {
    height: 32px;
  }
  .fr3-item__rank {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
.g {
  /* 吐き出し共通 */
}

.g-embed {
  width: 100%;
}

.g-embed.g-productRanking {
  overflow-x: auto;
  overflow-y: hidden;
}

.g-embed.g-productRanking .fr3-productListStatic {
  counter-reset: ranking;
  grid-template-columns: repeat(5, 1fr);
  width: -moz-max-content;
  width: max-content;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block-end: 4px;
}

@media screen and (max-width: 767px) {
  .g-embed.g-productRanking .fr3-productListStatic {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100vw - 90px) / 2);
    max-width: none;
  }
}
.g-embed.g-productRanking .fr3-item {
  counter-increment: ranking;
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .g-embed.g-productRanking .fr3-item {
    min-width: 0;
  }
}
.g-embed.g-productRanking .fr3-item:nth-child(1) .fr3-item__imageContainer::before {
  border: none;
  background-color: #d0ba0c;
  color: #fff;
}

.g-embed.g-productRanking .fr3-item:nth-child(2) .fr3-item__imageContainer::before {
  border: none;
  background-color: #b9b8af;
  color: #fff;
}

.g-embed.g-productRanking .fr3-item:nth-child(3) .fr3-item__imageContainer::before {
  border: none;
  background-color: #a56430;
  color: #fff;
}

.g-embed.g-productRanking .fr3-item:nth-of-type(n + 6) {
  display: none;
}

.g-embed.g-productRanking .fr3-item__imageContainer {
  position: relative;
}

.g-embed.g-productRanking .fr3-item__imageContainer::before {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 8px;
  content: counter(ranking);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
  background-color: var(--c-white);
  color: #4f4f4f;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: initial;
}

.g-embed.g {
  /* 閲覧履歴：ランキングと同じレイアウト（順位バッジなし） */
}

.g-embed.g-history {
  overflow-x: auto;
  overflow-y: hidden;
}

.g-embed.g-history .fr3-productListStatic {
  grid-template-columns: repeat(5, 1fr);
  width: -moz-max-content;
  width: max-content;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block-end: 4px;
  /* SP：1行のまま2カラム分の幅で表示し、3件目以降は横スクロール */
}

@media screen and (max-width: 767px) {
  .g-embed.g-history .fr3-productListStatic {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100vw - 90px) / 2);
    max-width: none;
  }
}
.g-embed.g-history .fr3-item {
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .g-embed.g-history .fr3-item {
    min-width: 0;
  }
}
.g-embed.g-product {
  /* ギフトランキング順位 */
}

.g-embed.g-productGiftRanking .fr3-productListStatic {
  counter-reset: ranking;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.g-embed.g-productGiftRanking .fr3-item {
  counter-increment: ranking;
}

.g-embed.g-productGiftRanking .fr3-item:nth-child(1) .fr3-item__imageContainer::before {
  border: none;
  background-color: #d0ba0c;
  color: #fff;
}

.g-embed.g-productGiftRanking .fr3-item:nth-child(2) .fr3-item__imageContainer::before {
  border: none;
  background-color: #b9b8af;
  color: #fff;
}

.g-embed.g-productGiftRanking .fr3-item:nth-child(3) .fr3-item__imageContainer::before {
  border: none;
  background-color: #a56430;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .g-embed.g-productGiftRanking .fr3-item:nth-of-type(n + 6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .g-embed.g-productGiftRanking .fr3-item:nth-of-type(n + 7) {
    display: none;
  }
}
.g-embed.g-productGiftRanking .fr3-item__imageContainer {
  position: relative;
}

.g-embed.g-productGiftRanking .fr3-item__imageContainer::before {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 8px;
  content: counter(ranking);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  letter-spacing: initial;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
  background-color: var(--c-white);
  color: #4f4f4f;
  font-weight: 400;
  font-size: 13px;
}

.g-embed.g-productSeasonRecommend {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .g-embed.g-customerVoiceListContainer {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .g-embed.g-customerVoiceListContainer {
    width: 100%;
  }
}
.g-embed .fr3-item__productName {
  line-height: var(--lh-m);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .g-embed .fr3-item__productName {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .g-embed .fr3-item__productName {
    font-size: 13px;
  }
}
.g-embed .fr3-item__productPrice {
  justify-content: flex-end;
  line-height: var(--lh-xs);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .g-embed .fr3-item__productPrice {
    font-size: 16px;
    margin-block-start: 6px;
  }
}
@media screen and (max-width: 767px) {
  .g-embed .fr3-item__productPrice {
    font-size: 14px;
    margin-block-start: 4px;
  }
}
.g-embed .fr3-item__productPrice_Price {
  line-height: inherit;
  font-size: inherit;
}

.g-embed .fr3-item__productPrice__addon {
  line-height: inherit;
}

@media screen and (min-width: 768px) {
  .g-embed .fr3-item__productPrice__addon {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .g-embed .fr3-item__productPrice__addon {
    font-size: 10px;
  }
}
.g-embed .fr3-item__link {
  row-gap: 12px;
}

.g-productSeasonRecommend .fr3-productListStatic {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .g-productSeasonRecommend .fr3-productListStatic {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .g-productSeasonRecommend .fr3-productListStatic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .g-productSeasonRecommend .fr3-productListStatic .fr3-item:nth-of-type(n + 5) {
    display: none;
  }
}
.g-notRegistered-head {
  font-weight: 500;
}

.g-notRegistered-desc {
  font-size: 14px;
  margin-block-start: var(--spc-20);
}

.fr3-productListStatic.fr3-productListStatic__responsive_1 {
  display: grid;
  gap: 20px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .fr3-productListStatic.fr3-productListStatic__responsive_1 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .fr3-productListStatic.fr3-productListStatic__responsive_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fs-l-main {
  display: block;
  max-width: initial;
  margin: 0;
  padding: 0;
}

.fs-c-productListItem__productName {
  margin-block: 0;
}

.fs-c-productName__copy {
  display: none;
}

.g-slickDots {
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.g-slickDots > li > button {
  width: 8px;
  border: none;
  background-color: #d7d3ca;
}

.g-slickDots > li.slick-active > button {
  background-color: #231815;
}

.c-cart-in-popup-bg {
  z-index: 2000;
}

body.is-scrollHeaderShow .fat-nav.fat-nav--menu {
  top: 48px;
}

body.is-scrollHeaderShow .fat-nav .fs-p-searchForm {
  display: block;
}

body:not(.is-scrollHeaderShow) .welcomeMessage {
  margin-block-start: 0;
}

.fs-c-heading,
#fs_CustomPage main h1 {
  width: calc(100% - 40px);
  max-width: var(--pc-maw);
  line-height: var(--lh-m);
  text-align: center;
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-weight: bold;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .fs-c-heading,
  #fs_CustomPage main h1 {
    font-size: var(--fz-38);
    margin-block: var(--spc-40);
  }
}
@media screen and (max-width: 767px) {
  .fs-c-heading,
  #fs_CustomPage main h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.recommend-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .recommend-card__list {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}
.recommend-card__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.recommend-card__title {
  line-height: var(--lh-m);
  font-weight: 500;
  font-size: 20px;
  margin-block-start: 14px;
}

@media screen and (max-width: 767px) {
  .recommend-card__title {
    font-size: 18px;
  }
}
.recommend-card__tags {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
  margin-block-end: 10px;
}

.recommend-card__tag {
  display: flex;
  align-items: center;
  min-height: 30px;
  line-height: var(--lh-s);
  border-radius: 15px;
  background-color: #efedea;
  color: #231815;
  font-size: 14px;
  padding-block: 0.4em;
  padding-inline: 1em;
}

@media screen and (max-width: 767px) {
  .recommend-card__tag {
    font-size: 12px;
  }
}
.recommend-card__body {
  display: -webkit-box;
  line-height: var(--lh-l);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 14px;
  margin-block-start: 10px;
  overflow: hidden;
}

.sticky-content {
  z-index: 99;
  pointer-events: none;
  position: fixed;
  inset: 0;
}
.sticky-content .sticky-3step-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sticky-content .sticky-3step-link {
    display: none;
  }
}
.sticky-content .sticky-3step-link {
  /* バナー（デフォルト非表示＝初回チラつき防止） */
}
.sticky-content .sticky-3step-link__bnr {
  pointer-events: none;
  position: relative;
  aspect-ratio: 1;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .sticky-content .sticky-3step-link__bnr {
    width: 160px;
    margin-inline-end: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-content .sticky-3step-link__bnr {
    width: 90px;
    margin-inline-end: 10px;
  }
}
.sticky-content .sticky-3step-link__bnr > a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.sticky-content .sticky-3step-link__bnr > a img {
  transition: transform 0.3s ease;
}
.sticky-content .sticky-3step-link__bnr > a:hover {
  opacity: 1;
}
.sticky-content .sticky-3step-link__bnr > a:hover img {
  opacity: 1 !important;
  transform: scale(1.02);
}
.sticky-content .sticky-3step-link {
  /* 画像内のXに重なる透明な閉じるボタン */
}
.sticky-content .sticky-3step-link .closeBtn {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 7.5%;
  bottom: 1.5%;
  aspect-ratio: 1;
  width: 32px;
  background: transparent;
  border-radius: 50%;
  border: none;
}
.sticky-content .sticky-3step-link {
  /* 閉じた後の再表示ボタン（縦書きタブ） */
}
.sticky-content .sticky-3step-link__reopen {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, -50%);
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.4s ease, filter 0.3s ease;
  padding: 14px 7px;
  border: none;
  border-radius: 8px 0 0 8px;
  background: var(--fs-btn-bg-c-primary);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .sticky-content .sticky-3step-link__reopen:hover {
    filter: brightness(0.85);
  }
}
@media screen and (max-width: 767px) {
  .sticky-content .sticky-3step-link__reopen {
    padding: 12px 5px;
  }
}
.sticky-content .sticky-3step-link__reopen::before {
  content: "";
  --this-mask: var(--data-icon-popup-close) no-repeat center center / 100%;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  background-color: var(--c-white);
  width: 13px;
  aspect-ratio: 1;
  transform: rotate(45deg);
}
.sticky-content .sticky-3step-link__reopen > span {
  writing-mode: vertical-rl;
  color: var(--c-white);
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sticky-content .sticky-3step-link__reopen > span {
    font-size: 12px;
  }
}
.sticky-content .sticky-3step-link {
  /* 初期状態確定時はアニメさせない（初回チラつき防止） */
}
.sticky-content .sticky-3step-link.is-preload .sticky-3step-link__bnr,
.sticky-content .sticky-3step-link.is-preload .sticky-3step-link__reopen {
  transition: none !important;
}
.sticky-content .sticky-3step-link {
  /* 開いている時だけバナーを表示 */
}
.sticky-content .sticky-3step-link.is-open .sticky-3step-link__bnr {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.sticky-content .sticky-3step-link {
  /* 閉じている時：バナー退避＋再表示タブ表示 */
}
.sticky-content .sticky-3step-link.is-closed .sticky-3step-link__bnr {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(130%);
}
.sticky-content .sticky-3step-link.is-closed .sticky-3step-link__reopen {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

/*# sourceMappingURL=style.css.map */