@charset "UTF-8";
/* --------------------
スタイル
-------------------- */
/* --------------------
フォントのインポート
-------------------- */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap";
:root {
  /* ------------------------------
  pallet colors
  ------------------------------ */
  --color-white: #fff;
  --color-black: #000;
  --color-common-text: #333;
  --color-placeholder: #999;
  --color-bg-input: #e6e6e6;
  --color-blue-guide: #1b2582;
  --color-blue-guide-hover: #5960a1;
  --color-blue-link: #0c60d1;
  --color-gray: #e0e0e0;
  --color-gray-light: #f7f7f7;
  --color-gray-disabled: #707070;
  --color-gray-disabled-light: #e0e0e0;
  --color-gray-disabled-hover: #292929;
  --color-gray-dark: #403e3b;
  --color-brown: #5d1e00;
  --color-brown-light: #edd8bd;
  --color-gold: #bc7d00;
  --color-gold-dark: #a3742a;
  --color-gold-light: #cca049;
  --color-main-haisou: #eb6665;
  --color-main-haisou-light: #ffa1a1;
  --color-main-haisou-hover: #eb8d8c;
  --color-main-ike: #e3785f;
  --color-main-ike-light: #ffbe74;
  --color-main-ike-hover: #e9937e;
  --color-main-funa: #d55b88;
  --color-main-funa-light: #ffb2c0;
  --color-main-funa-hover: #e28bab;
  --color-blue: #1e8da9;
  --color-blue-light: #57a6ba;
  --color-blue-very-light: #eef6f8;
  --color-green: #62a000;
  --color-green-light: #b3ba57;
  --color-green-very-light: #f7f8ee;
  --color-yellow: #fff9b8;
  --color-red: #ff160d;
  --color-pink: #fcf2f2;
  --color-red-dark: #bc0000;
  --color-shadow-pink: 249 219 220;
  --color-shadow-pink2: 231 155 160;
  --color-shadow-gold: 229 198 158;
  --color-shadow-yellow: 201 190 110;
  --color-shadow-green: 185 203 158;
  --color-shadow-blue: 119 166 178;
  --color-shadow-pink-pale: 255 236 239;
  --color-shadow-pink3: 247 204 211;
  --color-shadow-pink-dark: 139 91 114;
  --color-shadow-bordeaux: 109 0 0;
}

html:has(.mothersday2026) {
  scroll-padding-top: 19rem;
}
@media screen and (max-width: 768.9px) {
  html:has(.mothersday2026) {
    scroll-padding-top: 17.8rem;
  }
}

.mothersday2026 *,
.mothersday2026 *::before,
.mothersday2026 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

/* --------------------
cmsの画面幅に合わせた調整と装飾位置調整
-------------------- */
.wrap_m {
  width: auto;
}

.mothersday2026,
.ranking-section {
  box-sizing: border-box;
  width: 100vw;
  translate: calc((100vw - 1200px) / 2 * -1);
  /* 画面幅1220px以下 */
  /* 画面幅1220px～1200px */
  /* 画面幅1100px以下 */
  /* 画面幅768px以下 */
  /* 画面幅374px以下 */
}
@media screen and (width <= 1220px) {
  .mothersday2026,
  .ranking-section {
    translate: -20px 0;
  }
}
@media screen and (width <= 1220px) and (width >= 1200px) {
  .mothersday2026,
  .ranking-section {
    translate: -28px 0;
  }
}
@media screen and (width <= 1100px) {
  .mothersday2026 .p-category-top__ranking-content__body .goods:not(:nth-child(3n)),
  .ranking-section .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (width <= 768px) {
  .mothersday2026,
  .ranking-section {
    translate: none;
    margin: 0 -2rem;
  }
}
@media screen and (width <= 374px) {
  .mothersday2026,
  .ranking-section {
    translate: 10px 0;
  }
}

.goods-large {
  /* 画面幅900px～768px */
}
@media screen and (width <= 900px) and (width >= 768px) {
  .goods-large {
    margin-right: 0;
  }
  .goods-large__link {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .goods-large__detailBox {
    width: auto;
    max-width: 100%;
    padding: 2rem 0;
  }
  .goods-large__image {
    width: 100%;
  }
}

/* 画面幅768px以上 */
@media screen and (width >= 768px) {
  .only-sp {
    display: none;
  }
}
/* 画面幅768px以下 */
@media screen and (width <= 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
/* --------------------
  banner-list-cosme
-------------------- */
.banner-list-cosme {
  display: flex;
  justify-content: center;
  margin: 0 6.4rem 8rem;
}
@media screen and (max-width: 768.9px) {
  .banner-list-cosme {
    margin: 0 1.6rem 4rem;
  }
}
.banner-list-cosme__link {
  transition: 0.2s ease;
  max-width: 83.2rem;
}
@media screen and (max-width: 768.9px) {
  .banner-list-cosme__link {
    max-width: 40rem;
  }
}
@media (any-hover: hover) {
  .banner-list-cosme__link:hover {
    opacity: 0.7;
  }
}

/* --------------------
  banner-list
-------------------- */
.banner-list {
  display: flex;
  max-width: 120rem;
  column-gap: 2.4rem;
}
@media screen and (max-width: 768.9px) {
  .banner-list {
    flex-wrap: wrap;
    gap: 0.8rem;
    max-width: 56rem;
  }
}
.banner-list__item {
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 768.9px) {
  .banner-list__item {
    width: calc((100% - 0.8rem) / 2);
  }
}
.banner-list__item-link {
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .banner-list__item-link:hover {
    opacity: 0.7;
  }
}

/* --------------------
bg-flower
-------------------- */
@media screen and (min-width: 769px) {
  .bg-flower--first {
    background: url(/g_images/freearea/mothersday2026/img_deco-carnation_pink.png) no-repeat left 5.4vw top 2.4rem/17rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_orange.png) no-repeat right 6.4rem bottom 1rem/14rem;
  }
  .bg-flower--first:has(.navigation-banner) {
    background: url(/g_images/freearea/mothersday2026/img_deco-carnation_pink.png) no-repeat left 5.4vw top 13.8rem/17rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_orange.png) no-repeat right 6.4rem bottom 1rem/14rem;
  }
}
@media screen and (max-width: 768.9px) {
  .bg-flower--first {
    background: url(/g_images/freearea/mothersday2026/img_deco-carnation_pink.png) no-repeat left -4vw top 1rem/10rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_orange.png) no-repeat right 1.2rem top 3.4rem/7.4rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_pink02.png) no-repeat right 1.2vw bottom 5.5rem/10rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_red.png) no-repeat left 1.2vw bottom 2.4rem/6.4rem;
  }
}
@media screen and (min-width: 769px) {
  .bg-flower--second {
    background: url(/g_images/freearea/mothersday2026/img_deco-carnation_pink.png) no-repeat left -2vw top 1.2rem/18rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_orange.png) no-repeat right 6vw top 38rem/14rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_red.png) no-repeat left 6.4rem bottom 18rem/16rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_pink02.png) no-repeat right -2vw bottom 2.4rem/19rem;
  }
}
@media screen and (max-width: 768.9px) {
  .bg-flower--second {
    background: url(/g_images/freearea/mothersday2026/img_deco-carnation_orange.png) no-repeat right 3.2rem top 58rem/5rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_pink.png) no-repeat left -5vw top 62rem/9.8rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_red.png) no-repeat left 2.4vw bottom 6.4rem/6.4rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_pink02.png) no-repeat right 4vw bottom 1.8rem/9rem;
  }
}

/* --------------------
bg-gold
-------------------- */
.bg-gold {
  background: url("/g_images/freearea/mothersday2026/img_bg-gold.webp") repeat top left/contain;
}

/* --------------------
bg-pink
-------------------- */
.bg-pink {
  background: url("/g_images/freearea/mothersday2026/img_bg-pink.webp") repeat top left/contain;
}

/* --------------------
bg-purple
-------------------- */
.bg-purple {
  background: url("/g_images/freearea/mothersday2026/img_bg-purple.webp") repeat top left/contain;
}

/* --------------------
bg-yellow
-------------------- */
.bg-yellow {
  background: url("/g_images/freearea/mothersday2026/img_bg-yellow.webp") repeat top left/contain;
}
.bg-yellow--early {
  padding: 3.2rem 2rem;
}
.bg-yellow--section {
  padding: 8rem 3.2rem;
}
.bg-yellow--section > *:first-child {
  padding-top: 0;
}
.bg-yellow--section > *:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768.9px) {
  .bg-yellow--section {
    padding: 5.6rem 0;
  }
}

/* --------------------
  brand-icon
-------------------- */
.brand-icon {
  display: flex;
  flex-wrap: wrap;
  max-width: 43.4rem;
  width: 100%;
  justify-content: center;
  gap: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .brand-icon {
    font-size: 1rem;
  }
}
.brand-icon__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.2rem;
}
.brand-icon__item span {
  width: 2rem;
  height: 2rem;
}
.brand-icon__item span::before {
  display: block;
  background-color: var(--color-main-haisou);
}

/* --------------------
  brand
-------------------- */
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 3.2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .brand {
    padding: 1.6rem 1.6rem;
    background-size: 13rem 11rem;
    row-gap: 3.2rem;
  }
}
.brand__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 8rem;
  max-width: 96rem;
  background: var(--color-white) url(/g_images/freearea/mothersday2026/img_bg-paper.webp) repeat center/contain;
  box-shadow: 0px 0px 16px rgb(var(--color-shadow-gold)/0.9);
}
@media screen and (max-width: 768.9px) {
  .brand__inner {
    padding-top: 5.6rem;
    gap: 3.2rem;
  }
}
.brand__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 12.2rem;
  background: url(/g_images/freearea/mothersday2026/img_deco-flower-line.png) repeat-x center/contain;
}
@media screen and (max-width: 768.9px) {
  .brand__inner::after {
    height: 8rem;
  }
}
.brand__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .brand__contents {
    row-gap: 2.8rem;
  }
}
.brand__contents-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  padding: 0 6.4rem;
}
@media screen and (max-width: 768.9px) {
  .brand__contents-main {
    padding: 0 1.4rem;
    row-gap: 3.2rem;
  }
}
.brand__button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* --------------------
  brand-item
-------------------- */
.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 768.9px) {
  .brand-item {
    justify-content: flex-start;
    width: calc((100% - 1.5rem) / 2);
  }
}
.brand-online .brand-item {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 768.9px) {
  .brand-online .brand-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
.brand-item:has(.brand-item__label) + .brand-item:not(:has(.brand-item__label), :nth-child(3n+1)) {
  padding-top: 6.2rem;
}
@media screen and (max-width: 768.9px) {
  .brand-item:has(.brand-item__label) + .brand-item:not(:has(.brand-item__label), :nth-child(3n+1)) {
    padding-top: 0;
  }
}
.brand-item__label {
  display: flex;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 1.8rem;
  padding: 0.8rem;
  border-radius: 99.9rem;
  background-color: var(--color-main-haisou);
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
}
.brand-item__label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 4.2rem;
  height: 3.2rem;
  mask: url("/g_images/freearea/valentine2026/img_bubble-arrow.svg") no-repeat center/contain;
  translate: -50% -2rem;
}
@media screen and (max-width: 768.9px) {
  .brand-item__label::after {
    translate: -50% -2.5rem;
  }
}
.brand-item__label--haisou {
  background-color: var(--color-main-haisou);
}
.brand-item__label--haisou::after {
  background-color: var(--color-main-haisou);
}
.brand-item__label--ike {
  background-color: var(--color-main-ike);
}
.brand-item__label--ike::after {
  background-color: var(--color-main-ike);
}
.brand-item__label--funa {
  background-color: var(--color-main-funa);
}
.brand-item__label--funa::after {
  background-color: var(--color-main-funa);
}
@media screen and (max-width: 768.9px) {
  .brand-item__label {
    min-height: 3.6rem;
    margin-bottom: 1rem;
    padding: 0.6rem;
  }
}
.brand-item__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: var(--color-white);
  box-shadow: 0 0 1rem rgb(var(--color-shadow-bordeaux)/0.15);
}
.brand-item__image img {
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .brand-item__link:hover .brand-item__image img {
    scale: 1.1;
  }
}
.brand-item__image span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 4.8rem;
  height: 5.2rem;
  background-color: var(--color-yellow);
  border-radius: 1.6rem 0 1.6rem 0;
}
@media screen and (max-width: 768.9px) {
  .brand-item__image span {
    width: 3.2rem;
    height: 3.5rem;
  }
}
.brand-item__image span::before {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  background-color: var(--color-main-haisou);
}
@media screen and (max-width: 768.9px) {
  .brand-item__image span::before {
    width: 2rem;
    height: 2rem;
  }
}
.brand-item__name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  min-height: 5rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .brand-item__name {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.brand-online .brand-item__name {
  color: var(--color-white);
}

/* --------------------
  brand-list
-------------------- */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
}
@media screen and (max-width: 768.9px) {
  .brand-list {
    align-items: flex-end;
    gap: 2.4rem 1.5rem;
    max-width: 56rem;
  }
}

/* --------------------
  budget
-------------------- */
.budget {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 3.2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .budget {
    padding: 1.6rem 1.6rem;
    row-gap: 3.2rem;
  }
}
.budget__tab-group {
  width: 100%;
}
.budget__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  background-image: url(/g_images/freearea/mothersday2026/img_bg-paper.webp);
  background-size: contain;
  box-shadow: 0px 0px 16px rgb(var(--color-shadow-gold)/0.9);
  padding-top: 5.6rem;
  gap: 3.2rem;
  max-width: 96rem;
  width: 100%;
}

/* --------------------
button-anchorlink
-------------------- */
.button-anchorlink {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem clamp(0.8rem, 1vw, 1.6rem);
  column-gap: 0.4rem;
  transition: 0.2s ease;
  color: var(--color-white);
  font-weight: 600;
}
.navigation-list--haisou .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide) {
  background-color: var(--color-main-haisou);
}
@media (any-hover: hover) {
  .navigation-list--haisou .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide):hover {
    background-color: var(--color-main-haisou-hover);
    color: var(--color-white);
  }
}
.navigation-list--ike .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide) {
  background-color: var(--color-main-ike);
}
@media (any-hover: hover) {
  .navigation-list--ike .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide):hover {
    background-color: var(--color-main-ike-hover);
    color: var(--color-white);
  }
}
.navigation-list--funa .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide) {
  background-color: var(--color-main-funa);
}
@media (any-hover: hover) {
  .navigation-list--funa .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide):hover {
    background-color: var(--color-main-funa-hover);
    color: var(--color-white);
  }
}
.button-anchorlink--coupon {
  background-color: var(--color-gold-dark);
}
@media (any-hover: hover) {
  .button-anchorlink--coupon:hover {
    background-color: var(--color-gold-light);
    transition: 0.2s ease;
  }
}
@media (any-hover: hover) {
  .button-anchorlink:not(.button-anchorlink--coupon, .button-anchorlink--guide):hover {
    background-color: var(--color-brown2);
    color: var(--color-white);
  }
}
@media screen and (max-width: 768.9px) {
  .button-anchorlink {
    min-height: 5.6rem;
    padding: 1rem;
  }
}
.button-anchorlink--guide {
  background-color: var(--color-blue-guide);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .button-anchorlink--guide:hover {
    background-color: var(--color-blue-guide-hover);
  }
}
.button-anchorlink__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.1rem;
  line-height: 1.2;
}
.button-anchorlink__text-small {
  font-size: 1.2rem;
  font-weight: 500;
}

/* --------------------
button-gold
-------------------- */
.button-gold {
  background-color: var(--color-gold-dark);
}
@media (any-hover: hover) {
  .button-gold:hover {
    background-color: var(--color-gold-light);
    transition: 0.2s ease;
  }
}

/* --------------------
button-option
-------------------- */
.button-option {
  display: grid;
  grid-template-columns: 1fr 1.8rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 18rem;
  height: 100%;
  min-height: 6rem;
  padding: 1.8rem 1.2rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0 6px rgb(var(--color-shadow-pink)/0.7);
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768.9px) {
  .button-option {
    max-width: 56rem;
    max-height: 6.4rem;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .button-option:hover {
    background-color: var(--color-pink);
  }
}
.button-option--green {
  box-shadow: 0 0 6px rgb(var(--color-shadow-green)/0.7);
}
@media (any-hover: hover) {
  .button-option--green:hover {
    background-color: var(--color-green-very-light);
  }
}
.button-option--blue {
  box-shadow: 0 0 6px rgb(var(--color-shadow-blue)/0.7);
}
@media (any-hover: hover) {
  .button-option--blue:hover {
    background-color: var(--color-blue-very-light);
  }
}
.recipient .button-option {
  min-width: 24rem;
}
@media screen and (max-width: 768.9px) {
  .recipient .button-option {
    min-width: none;
  }
}
.button-option.is-icon-right {
  padding-left: 0;
}
.button-option.is-icon-right::before {
  content: "";
  display: block;
  z-index: -1;
  width: 1.6rem;
}
.button-option.is-icon-right::after {
  right: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .button-option.is-icon-right::before {
    display: none;
  }
  .button-option.is-icon-right .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
  }
}
.button-option__text {
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768.9px) {
  .button-option__text {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768.9px) {
  .recipient .button-option__text {
    width: 100%;
    text-align: center;
  }
}
.button-option__text-large {
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
  font-size: 2.8rem;
  translate: 0 0.4rem;
}
@media screen and (max-width: 768.9px) {
  .button-option__text-large {
    font-size: 2.4rem;
  }
}
.button-option__price {
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
  font-size: 2.8rem;
  translate: 0 0.4rem;
}
@media screen and (max-width: 768.9px) {
  .button-option__price {
    font-size: 2.4rem;
  }
}

/* --------------------
button-primary
-------------------- */
.button-primary {
  display: flex;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 32rem;
  min-height: 4.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 99.9rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .button-primary {
    max-width: 40rem;
    width: 100%;
    padding: 1.2rem;
  }
}
.button-primary--haisou {
  background-color: var(--color-main-haisou);
}
@media (any-hover: hover) {
  .button-primary--haisou:hover {
    background-color: var(--color-main-haisou-hover);
    transition: 0.2s ease;
  }
}
.button-primary--ike {
  background-color: var(--color-main-ike);
}
@media (any-hover: hover) {
  .button-primary--ike:hover {
    background-color: var(--color-main-ike-hover);
    transition: 0.2s ease;
  }
}
.button-primary--funa {
  background-color: var(--color-main-funa);
}
@media (any-hover: hover) {
  .button-primary--funa:hover {
    background-color: var(--color-main-funa-hover);
    transition: 0.2s ease;
  }
}
.button-primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  border-radius: 99.9rem;
  opacity: 0;
}
@media (any-hover: hover) {
  .button-primary:hover::after {
    opacity: 1;
  }
}
.button-primary__text {
  color: var(--color-white);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.button-primary__text-large {
  font-size: 1.35;
}
.button-primary__text-small {
  font-size: 1.4rem;
  line-height: 1.2;
}
.button-primary.is-icon-right {
  padding-left: 0;
}
.button-primary.is-icon-right::before {
  content: "";
  display: block;
  z-index: -1;
  width: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  #ranking .button-primary {
    width: calc(100% - 3.2rem);
    max-width: 40rem;
  }
}

/* --------------------
button-small
-------------------- */
.button-small {
  padding: 0.4rem 2.8rem 0.4rem 1.2rem;
  font-size: 1.4rem;
}

/* --------------------
button-secondary
-------------------- */
.button-secondary {
  display: flex;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 32rem;
  min-height: 4.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 99.9rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .button-secondary {
    max-width: 40rem;
    padding: 1.2rem;
  }
}
.button-secondary--haisou {
  color: var(--color-main-haisou);
  border: solid 0.2rem var(--color-main-haisou);
}
.button-secondary--haisou span::before, .button-secondary--haisou span::after {
  background-color: var(--color-main-haisou);
}
.button-secondary--ike {
  color: var(--color-main-ike);
  border: solid 0.2rem var(--color-main-ike);
}
.button-secondary--ike span::before, .button-secondary--ike span::after {
  background-color: var(--color-main-ike);
}
.button-secondary--funa {
  color: var(--color-main-funa);
  border: solid 0.2rem var(--color-main-funa);
}
.button-secondary--funa span::before, .button-secondary--funa span::after {
  background-color: var(--color-main-funa);
}
@media (any-hover: hover) {
  .button-secondary:hover {
    opacity: 0.7;
    transition: 0.2s ease;
  }
}
.button-secondary__text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.4rem;
}
.button-secondary__text-large {
  font-size: 1.8rem;
}
.button-secondary__text-small {
  font-size: 1.4rem;
  line-height: 1.2;
}
.button-secondary.is-icon-right {
  padding-left: 0;
}
.button-secondary.is-icon-right::before {
  content: "";
  display: block;
  z-index: -1;
  width: 1.6rem;
}
.upcoming-block .button-secondary {
  max-width: 35.2rem;
}
.feature-block .button-secondary {
  max-width: 36.8rem;
}

/* --------------------
button
-------------------- */
.button {
  position: relative;
  text-align: center;
  border-radius: 50px;
  color: var(--color-white);
}
.button::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  background: url("/g_images/freearea/mothersday2026/icons/icon_arrow.svg") no-repeat center/contain;
}

/* --------------------
  button-wrap
-------------------- */
.button-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 66.4rem;
  gap: 1.6rem;
  padding: 0 1.6rem;
  margin: 8rem auto 4rem;
}
.button-wrap > *:first-child {
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (max-width: 768.9px) {
  .button-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}

/* --------------------
  catalog
-------------------- */
.catalog {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  padding: 8rem 3.2rem;
  background: var(--color-white);
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .catalog {
    padding: 5.6rem 2rem;
    row-gap: 3.2rem;
    background-image: none;
  }
}
.catalog::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 31.1rem;
  height: 26.6rem;
  background: url("/g_images/freearea//valentine2026/decoration/img_heart-background-pink.svg") no-repeat center/contain;
  scale: -1 1;
  translate: 0 -0.4rem;
}
@media screen and (max-width: 768.9px) {
  .catalog::after {
    right: auto;
    left: 0;
    width: 13rem;
    height: 11rem;
    translate: 0;
    scale: 1 1;
  }
}

/* --------------------
  category
-------------------- */
.category {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  padding: 8rem 3.2rem 2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .category {
    padding: 5.6rem 1.6rem 1.6rem;
    row-gap: 3.2rem;
  }
}
.category__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  background: url(/g_images/freearea/mothersday2026/img_bg-paper.webp) repeat center/contain;
  background-color: var(--color-white);
  box-shadow: 0px 0px 16px rgb(var(--color-shadow-gold)/0.9);
  padding-top: 8rem;
  max-width: 96rem;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .category__inner {
    gap: 3.2rem;
    padding-top: 5.6rem;
  }
}
.category__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 12.2rem;
  background: url(/g_images/freearea/mothersday2026/img_deco-flower-line.png) repeat-x center/contain;
}
@media screen and (max-width: 768.9px) {
  .category__inner::after {
    height: 8rem;
  }
}
.category__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .category__heading {
    gap: 1.6rem;
    padding: 0 1.4rem;
  }
}
.category__banner {
  width: 100%;
  padding: 0 6.4rem;
}
@media (any-hover: hover) {
  .category__banner:hover {
    opacity: 0.7;
    transition: 0.2s ease;
  }
}
@media screen and (max-width: 768.9px) {
  .category__banner {
    padding: 0 1.4rem;
  }
}

/* --------------------
  category-item
-------------------- */
.category-item {
  display: flex;
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 768.9px) {
  .category-item {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .category-item {
    width: calc((100% - 4.8rem) / 3);
  }
}
.category-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .category-item__link {
    row-gap: 0.8rem;
  }
}
.category-item__link::before {
  content: "";
  position: absolute;
  border-radius: 99.9rem;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  outline: solid 0.8rem;
  outline-offset: -0.8rem;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768.9px) {
  .category-item__link::before {
    outline: solid 0.6rem;
    outline-offset: -0.6rem;
  }
}
.category-item__link:has(.category-item__image--food)::before {
  outline-color: rgba(175, 207, 33, 0.4);
}
.category-item__link:has(.category-item__image--life)::before {
  outline-color: rgba(93, 188, 212, 0.5);
}
.category-item__link::after {
  content: "";
  position: absolute;
  border-radius: 99.9rem;
  width: 4.4rem;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 6px rgb(var(--color-shadow-pink)/1);
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  .category-item__link::after {
    width: 3.2rem;
  }
}
.category-item__link:has(.category-item__image--food)::after {
  background-image: url(/g_images/freearea/mothersday2026/icons/icon_cutlery.svg);
}
@media screen and (min-width: 769px) {
  .category-item__link:has(.category-item__image--food)::after {
    background-size: 2.8rem;
  }
}
.category-item__link:has(.category-item__image--life)::after {
  background-image: url(/g_images/freearea/mothersday2026/icons/icon_cup.svg);
}
@media screen and (min-width: 769px) {
  .category-item__link:has(.category-item__image--life)::after {
    background-size: 2.8rem;
  }
}
.category-item__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 99.9rem;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 6px rgb(var(--color-shadow-pink)/1);
}
.category-item__image--food {
  outline-color: rgba(175, 207, 33, 0.4);
}
.category-item__image--life {
  outline-color: rgba(93, 188, 212, 0.5);
}
.category-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .category-item__link:hover .category-item__image img {
    scale: 1.1;
  }
}
.category-item__name {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .category-item__name {
    font-size: 1.4rem;
  }
}

/* --------------------
  category-list
-------------------- */
.category-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 83.2rem;
  gap: 3.2rem 2.4rem;
  margin: 0 6.4rem;
  padding: 0 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .category-list {
    gap: 3.2rem 2.4rem;
    padding: 0 1.4rem;
    margin: 0;
  }
}

/* --------------------
  coupon-mothersday-info
-------------------- */
.coupon-mothersday-info {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .coupon-mothersday-info {
    margin-top: 2.4rem;
  }
}
.coupon-mothersday-info__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.coupon-mothersday-info__code {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-red-dark);
}

/* --------------------
  coupon-mothersday
-------------------- */
.coupon-mothersday {
  padding: 8rem 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .coupon-mothersday {
    padding: 5.6rem 1.6rem 5.6rem;
    gap: 3.2rem;
  }
}
.coupon-mothersday__inner {
  background-color: var(--color-white);
  box-shadow: 0 0 16px rgb(var(--color-shadow-pink2)/0.7);
  max-width: 96rem;
  width: 100%;
  padding: 8rem 6.4rem;
}
@media screen and (max-width: 768.9px) {
  .coupon-mothersday__inner {
    padding: 4.8rem 1.6rem;
  }
}

/* --------------------
early-item
-------------------- */
.early-item {
  background-color: var(--color-white);
  width: 100%;
  border: 0.2rem solid var(--color-gold);
  box-sizing: border-box;
  padding: 0.8rem;
}
@media screen and (min-width: 769px) {
  .early-item {
    width: fit-content;
    min-width: 31.3rem;
    max-width: 60rem;
  }
}
@media (max-width: 995px) {
  .early-item {
    width: min(60rem, 100%);
  }
}
.early-item__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border: 0.1rem solid var(--color-gold);
  box-sizing: border-box;
  padding: 1.2rem 0;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .early-item__inner {
    gap: 1.2rem;
    height: 18.3rem;
    padding: 1.2rem 4.8rem;
  }
}
.early-item__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.early-item__img {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: url(/g_images/freearea/mothersday2026/icons/icon_delivery-van.svg) no-repeat center center/contain;
}
.early-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .early-item__text {
    gap: 0.4rem;
  }
}
.early-item__text-terms {
  text-align: center;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.early-item__text-terms--number {
  font-size: 2.2rem;
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
  line-height: 1;
}
.early-item__text-terms--strong {
  color: var(--color-red-dark);
}
@media screen and (min-width: 769px) {
  .early-item__text-terms {
    display: flex;
    align-items: end;
  }
}
.early-item__text-strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "YuMincho", serif;
  font-size: 2.4rem;
  background: linear-gradient(transparent 82%, #fff3b3 82%);
  color: var(--color-red-dark);
  line-height: 1.35;
  font-weight: 900;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .early-item__text-strong {
    flex-direction: row;
    background: linear-gradient(transparent 72%, #fff3b3 72%);
    font-size: 3.2rem;
  }
}
.early-item__text-strong-sub {
  font-family: "YuMincho", serif;
  font-size: 1.6rem;
  color: var(--color-red-dark);
  line-height: 1;
  font-weight: 900;
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) {
  .early-item__text-strong-sub {
    margin-top: 0;
    font-size: 2rem;
  }
}
.early-item__text-strong-sub--number {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .early-item__text-strong-sub--number {
    font-size: 4.4rem;
  }
}
.early-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.early-item__bottom .text-note {
  margin: 0 1.2rem;
}
@media screen and (min-width: 769px) {
  .early-item__bottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .early-item__bottom .text-note {
    margin: 0;
  }
}
.early-item .button-box {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 768.9px) {
  .early-item .button-box {
    width: 100%;
  }
}

/* --------------------
early
-------------------- */
.early {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  gap: 2rem;
}
@media screen and (max-width: 768.9px) {
  .early {
    padding: 0;
  }
}
.early__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .early__inner {
    gap: 0.8rem;
  }
}
.early--coupon {
  padding: 0;
}
.early__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .early__body {
    flex-direction: row;
    justify-content: center;
    gap: 1.6rem;
  }
}
.early__heading {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .early__heading {
    max-width: 32rem;
  }
}
.early__heading-date {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) {
  .early__heading-date {
    margin-top: 1.2rem;
    font-size: 2.8rem;
  }
}
.early__heading-date-small {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .early__heading-date-small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768.9px) {
  .early .button-box {
    padding: 0 1.2rem;
  }
}

/* --------------------
  feature
-------------------- */
.feature {
  padding-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768.9px) {
  .feature {
    padding-top: 5.6rem;
    margin-bottom: 5.6rem;
  }
  .mothersday2026--ikebukuro .feature, .mothersday2026--funabashi .feature {
    margin-bottom: 4rem;
  }
}
.feature__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  width: 100%;
  padding: 4rem 3.2rem 8rem;
}
@media screen and (max-width: 768.9px) {
  .feature__body {
    padding: 3.2rem 1.6rem 5.6rem;
    row-gap: 2.4rem;
  }
}

/* --------------------
  feature-block
-------------------- */
.feature-block {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  padding: 5.6rem 6.4rem 4rem;
  background: var(--color-white) url(/g_images/freearea/mothersday2026/img_bg-paper.webp) repeat center center/contain;
  box-shadow: 0 0 16px rgb(var(--color-shadow-pink2)/0.7);
  row-gap: 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .feature-block {
    padding: 4rem 2rem;
  }
}
.feature-block::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 7.2rem;
  aspect-ratio: 1/1;
  background: url(/g_images/freearea/mothersday2026/img_deco-corner.svg) no-repeat center/contain;
}
@media screen and (max-width: 768.9px) {
  .feature-block::before {
    top: 1.6rem;
    left: 1.2rem;
    width: 5.2rem;
  }
}
.feature-block::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 7.2rem;
  aspect-ratio: 1/1;
  background: url(/g_images/freearea/mothersday2026/img_deco-corner.svg) no-repeat center/contain;
  transform: rotate(90deg);
}
@media screen and (max-width: 768.9px) {
  .feature-block::after {
    top: 1.6rem;
    right: 1.2rem;
    width: 5.2rem;
  }
}
.feature-block__heading {
  color: var(--color-brown);
  font-family: "YuMincho", serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .feature-block__heading {
    font-size: 2rem;
  }
}
.feature-block__lead {
  color: var(--color-brown);
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .feature-block__lead {
    font-size: 1.2rem;
  }
}
.feature-block__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* --------------------
  fixed-nav
-------------------- */
@media screen and (max-width: 768.9px) {
  #pagetop {
    translate: 0 -4.8rem;
  }
}

@media screen and (max-width: 768.9px) {
  #withdesk-widget-window {
    translate: 0 -5.2rem;
  }
}

.fixed-nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav {
    top: auto;
    bottom: 0;
    width: 100%;
    gap: 0;
    translate: none;
    align-items: center;
  }
}

/* --------------------
  fixed-nav-list
-------------------- */
.fixed-nav-list {
  display: flex;
  flex-direction: column;
  width: 12rem;
  overflow: hidden;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    translate: 0;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__item {
    flex: 1;
  }
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__item--event {
    flex: 1;
  }
}
.fixed-nav-list__link {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  height: 100%;
  transition: 0.2s ease;
  background-color: var(--color-white);
  color: var(--color-brown);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  gap: 0.6rem;
}
@media (any-hover: hover) {
  .fixed-nav-list__link:hover {
    background-color: var(--color-pink);
  }
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__link {
    font-size: 1rem;
    padding: 0.8rem 0.4rem;
    justify-content: center;
    text-align: center;
  }
}
.fixed-nav-list__item--page .fixed-nav-list__link {
  background-color: var(--color-gray-disabled);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .fixed-nav-list__item--page .fixed-nav-list__link:not(.is-current):hover {
    background-color: var(--color-gray-disabled-hover);
  }
}
.fixed-nav-list__link--haisou.is-current {
  background-color: var(--color-main-haisou);
  pointer-events: none;
}
.fixed-nav-list__link--ike.is-current {
  background-color: var(--color-main-ike);
  pointer-events: none;
}
.fixed-nav-list__link--funa.is-current {
  background-color: var(--color-main-funa);
  pointer-events: none;
}
.fixed-nav-list__link--coupon {
  background-color: var(--color-gold);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .fixed-nav-list__link--coupon:hover {
    background-color: var(--color-gold-light);
  }
}
.fixed-nav-list__link--guide {
  background-color: var(--color-blue-guide);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .fixed-nav-list__link--guide:hover {
    background-color: var(--color-blue-guide-hover);
  }
}
.fixed-nav-list__item:last-child .fixed-nav-list__link {
  border-bottom: none;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__item:not(:nth-child(3n)) .fixed-nav-list__link {
    border-right: solid 0.1rem var(--color-white);
  }
  .fixed-nav-list__item:nth-last-child(-n+3) .fixed-nav-list__link {
    border-bottom: none;
  }
  .fixed-nav-list__item:last-child .fixed-nav-list__link {
    border-right: none;
  }
}

/* --------------------
  goods-item
-------------------- */
.goods-item {
  height: auto;
}
.goods-item.is-large {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .goods-list--two-column .goods-item.is-large, .goods-item.is-small {
    width: calc((100% - 2.4rem) / 2);
  }
}
.goods-item__link {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  row-gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .goods-item__link {
    gap: 1.2rem;
  }
}
.goods-item.is-large .goods-item__link {
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-large .goods-item__link {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .goods-list--two-column .goods-item.is-large .goods-item__link {
    flex-direction: column;
  }
}
.goods-item.is-small .goods-item__link {
  flex-direction: row;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-small .goods-item__link {
    gap: 1.2rem;
  }
}
.goods-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/0.75;
}
.goods-item.is-large .goods-item__image {
  width: 48.5%;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-large .goods-item__image {
    width: 45%;
    aspect-ratio: 1/0.75;
  }
}
.goods-item.is-small .goods-item__image {
  width: 36%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-small .goods-item__image {
    width: 45%;
    aspect-ratio: 1/0.75;
  }
}
@media screen and (min-width: 769px) {
  .goods-list--two-column .goods-item.is-large .goods-item__image {
    width: 100%;
    aspect-ratio: 1/0.75;
  }
}
.goods-item__image img {
  transition: transform 0.8s ease;
}
@media (any-hover: hover) {
  .goods-item__link:hover .goods-item__image img {
    transform: scale(1.2);
  }
}
.goods-item__text-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.goods-item.is-large .goods-item__text-wrap {
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-large .goods-item__text-wrap {
    justify-content: flex-start;
  }
}
.goods-item.is-small .goods-item__text-wrap {
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-small .goods-item__text-wrap {
    justify-content: flex-start;
  }
}
.goods-item__text-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 1.2rem;
}
.goods-item__name {
  transition: color 0.2s ease;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.goods-item.is-small .goods-item__name {
  font-size: 1.8rem;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-small .goods-item__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768.9px) {
  .goods-item__name {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .goods-item__link:hover .goods-item__name {
    color: var(--color-blue-link);
    text-decoration: underline;
  }
}
.goods-item__description {
  transition: color 0.2s ease;
}
.goods-item.is-large .goods-item__description {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .goods-item.is-large .goods-item__description {
    margin: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .goods-item__description {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.4rem;
  }
}
@media (any-hover: hover) {
  .goods-item__link:hover .goods-item__description {
    color: var(--color-blue-link);
    text-decoration: underline;
  }
}
.goods-item__price {
  display: inline-block;
  transition: color 0.2s ease;
  justify-self: flex-end;
  margin-top: 1.6rem;
  line-height: 1;
}
@media (any-hover: hover) {
  .goods-item__link:hover .goods-item__price {
    color: var(--color-blue-link);
    text-decoration: underline;
  }
}
@media screen and (max-width: 768.9px) {
  .goods-item__price {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.goods-item__price-amount {
  display: inline-block;
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.goods-item.is-small .goods-item__price-amount {
  font-size: 2.4rem;
}
@media screen and (max-width: 768.9px) {
  .goods-item__price-amount {
    font-size: 2.4rem;
  }
}

/* --------------------
  goods-list
-------------------- */
.goods-list {
  display: flex;
  gap: 3.2rem 2.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768.9px) {
  .goods-list {
    flex-direction: column;
    gap: 3.2rem 1.2rem;
    max-width: 56rem;
  }
}

/* --------------------
  goodslist-benefit
-------------------- */
.goodslist-benefit {
  padding: 2rem 1.4rem;
}
@media screen and (max-width: 768.9px) {
  .goodslist-benefit {
    padding: 2rem 1.6rem 4rem;
    width: 100%;
  }
}
.goodslist-benefit__contents {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  align-items: center;
}
.goodslist-benefit__heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-red-dark);
}
@media screen and (max-width: 768.9px) {
  .goodslist-benefit__heading {
    font-size: 1.6rem;
  }
}
.goodslist-benefit__list {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .goodslist-benefit__list {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.goodslist-benefit__item-link .goodslist-benefit__item-image {
  transition: 0.5s ease;
}
@media screen and (min-width: 769px) {
  .goodslist-benefit__item-link--one-column .goodslist-benefit__item-image {
    max-width: 54.2rem;
  }
}
@media (any-hover: hover) {
  .goodslist-benefit__item-link:hover .goodslist-benefit__item-image {
    scale: 1.02;
    transition: 0.5s ease;
  }
}

/* --------------------
  goodslist-to-top
-------------------- */
.goodslist-to-top {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  padding: 0 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .goodslist-to-top {
    font-size: 1.4rem;
  }
}
.goodslist-to-top__link {
  display: flex;
  align-items: center;
  width: fit-content;
  color: var(--color-blue-link);
}
.goodslist-to-top__link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid var(--color-blue-link);
  border-bottom: 2px solid var(--color-blue-link);
  transform: rotate(-45deg);
  margin-left: 0.8rem;
}
@media (any-hover: hover) {
  .goodslist-to-top__link:hover {
    color: var(--color-blue-guide-hover);
    text-decoration-line: underline;
  }
  .goodslist-to-top__link:hover::after {
    border-color: var(--color-blue-guide-hover);
  }
}

/* --------------------
  goodslist-column
-------------------- */
.goodslist-column {
  display: flex;
  align-items: flex-start;
  padding: 3.2rem;
  margin-bottom: 2.4rem;
  column-gap: 2.4rem;
  background-color: var(--color-pink);
}
@media screen and (max-width: 768.9px) {
  .goodslist-column {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-bottom: 3.2rem;
  }
}
.goodslist-column__image {
  aspect-ratio: 1/1;
  flex: 0 0 clamp(12rem, 11.25vw, 18rem);
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  .goodslist-column__image {
    flex: none;
    width: 100%;
    aspect-ratio: 375/226;
    max-height: 22.6rem;
    background-color: var(--color-white);
  }
}
.goodslist-column__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goodslist-column__text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .goodslist-column__text-wrap {
    padding: 3.2rem;
  }
}
.goodslist-column__heading {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .goodslist-column__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768.9px) {
  .goodslist-column__detail {
    font-size: 1.4rem;
  }
}

/* --------------------
  goodslist-tab
-------------------- */
.goodslist-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.goodslist-tab:has(.goodslist-tab__item--food.is-active) {
  border-bottom: 0.4rem solid var(--color-green-light);
}
.goodslist-tab:has(.goodslist-tab__item--life.is-active) {
  border-bottom: 0.4rem solid var(--color-blue-light);
}
.goodslist-tab__list {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  padding: 2.4rem 2rem 0;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .goodslist-tab__list {
    padding: 2.4rem 0.8rem 0;
    gap: 0.4rem;
  }
}
.goodslist-tab__item {
  background-color: var(--color-gray-disabled-light);
  border-radius: 1rem 1rem 0 0;
  width: 50%;
  height: fit-content;
  transition: 0.2s ease;
}
.goodslist-tab__item--food.is-active {
  background-color: var(--color-green-light);
}
.goodslist-tab__item--life.is-active {
  background-color: var(--color-blue-light);
}
.goodslist-tab__item .only-active {
  display: none;
}
@media (any-hover: hover) {
  .goodslist-tab__item:not(.is-active):hover {
    opacity: 0.7;
    transition: 0.2s ease;
  }
}
.goodslist-tab__link {
  display: block;
  text-align: center;
  padding: 1.2rem 1rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 768.9px) {
  .goodslist-tab__link {
    font-size: 1rem;
    padding: 1.2rem 0 0.8rem;
  }
}
.goodslist-tab__item.is-active .goodslist-tab__link {
  padding: 2.4rem 1rem 1.2rem;
  font-size: 2rem;
  color: var(--color-white);
  cursor: default;
}
@media screen and (max-width: 768.9px) {
  .goodslist-tab__item.is-active .goodslist-tab__link {
    font-size: 1.8rem;
    padding: 1.2rem 0 1rem;
  }
}
.goodslist-tab__text-sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768.9px) {
  .goodslist-tab__text-sub {
    font-size: 1rem;
  }
}
.goodslist-tab__item.is-active .goodslist-tab__text-sub {
  font-size: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .goodslist-tab__item.is-active .goodslist-tab__text-sub {
    font-size: 1.2rem;
  }
  .goodslist-tab__item.is-active .goodslist-tab__text-sub .only-active {
    display: inline;
  }
}

/* --------------------
  mothersday2026-goodslist
-------------------- */
.mothersday2026-goodslist {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 3.2rem;
  row-gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .mothersday2026-goodslist {
    width: 100vw;
    translate: -2rem 0;
    row-gap: 3.2rem;
  }
}
@media screen and (max-width: 768.9px) and (max-width: 374px) {
  .mothersday2026-goodslist {
    translate: -1rem 0;
  }
}
.mothersday2026-goodslist .goodslist {
  width: 100%;
}

/* --------------------
heading-02
-------------------- */
.heading-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-brown);
  font-family: "YuMincho", serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .heading-02 {
    font-size: 2.4rem;
  }
}
.heading-02::after {
  content: "";
  display: block;
  width: 11rem;
  height: 1.9rem;
  background: url(/g_images/freearea/mothersday2026/img_deco-underline02.svg) no-repeat center/cover;
  translate: 0 0.2rem;
}
@media screen and (max-width: 768.9px) {
  .heading-02::after {
    width: 9rem;
    height: 1.5rem;
  }
}

/* --------------------
heading-03
-------------------- */
.heading-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "YuMincho", serif;
  font-weight: 900;
  color: var(--color-brown);
}
.heading-03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: url(/g_images/freearea/mothersday2026/img_deco-underline01_long.svg) no-repeat center/contain;
}
@media screen and (max-width: 768.9px) {
  .heading-03::after {
    background: url(/g_images/freearea/mothersday2026/img_deco-underline01.svg) no-repeat center/contain;
  }
}
.early .heading-03::after {
  background: url(/g_images/freearea/mothersday2026/img_deco-underline01.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .heading-03 {
    font-size: 2rem;
  }
}

/* ------------------------------
  icon
------------------------------ */
[class^=icon-] {
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
  place-items: center;
  aspect-ratio: 1/1;
}
[class^=icon-]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.keywords-list [class^=icon-] {
  width: 2rem;
  height: 2rem;
}
.keywords-list [class^=icon-]::before {
  background-color: var(--color-main-haisou);
}

.text-link [class^=icon-] {
  width: 1.6rem;
  height: 1.6rem;
}
.text-link [class^=icon-]::before {
  background-color: var(--color-blue-link);
}

@media (any-hover: hover) {
  .tag:hover [class^=icon-]::before {
    background-color: var(--color-white);
  }
}

.fixed-nav-list [class^=icon-] {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list [class^=icon-] {
    display: none;
  }
}
.fixed-nav-list [class^=icon-]::before {
  background-color: var(--color-red-dark);
}
.fixed-nav-list--haisou [class^=icon-]::before {
  background-color: var(--color-main-haisou);
}
.fixed-nav-list--ike [class^=icon-]::before {
  background-color: var(--color-main-ike);
}
.fixed-nav-list--funa [class^=icon-]::before {
  background-color: var(--color-main-funa);
}
.fixed-nav-list__link {
  transition: 0.2s ease;
}
.fixed-nav-list__item--page .fixed-nav-list__link [class^=icon-]::before, .fixed-nav-list__link--coupon [class^=icon-]::before, .fixed-nav-list__link--guide [class^=icon-]::before {
  background-color: var(--color-white);
}

.button-primary [class^=icon-] {
  width: 1.8rem;
  height: 1.8rem;
}
.button-primary [class^=icon-]::before {
  background-color: var(--color-white);
}

.button-option [class^=icon-] {
  width: 1.8rem;
  height: 1.8rem;
}
.button-option [class^=icon-]::before {
  transition: background-color 0.2s ease;
  background-color: var(--color-main-haisou);
}
.list-options--food .button-option [class^=icon-]::before {
  background-color: var(--color-green);
}
.list-options--life .button-option [class^=icon-]::before {
  background-color: var(--color-blue);
}

.button-anchorlink [class^=icon-] {
  width: 2.4rem;
  height: 2.4rem;
}
.button-anchorlink [class^=icon-]::before {
  background-color: var(--color-white);
}
.button-anchorlink [class^=icon-arrow-] {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
}
@media screen and (max-width: 768.9px) {
  .button-anchorlink [class^=icon-]:not([class^=icon-arrow-]) {
    display: none;
  }
}
@media (any-hover: hover) {
  .button-anchorlink:hover [class^=icon-]::before {
    background-color: var(--color-white);
  }
}
.button-anchorlink--guide [class^=icon-]::before {
  background-color: var(--color-white);
}

.early__heading [class^=icon-] {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768.9px) {
  .early__heading [class^=icon-] {
    width: 3.7rem;
    height: 3.7rem;
  }
}

.button-primary [class^=icon-track],
.button-primary [class^=icon-bag],
.button-secondary [class^=icon-track],
.button-secondary [class^=icon-bag] {
  width: 2.4rem;
  height: 2.4rem;
}

/* ------------------------------
  icon-book
------------------------------ */
.icon-book::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_book.svg");
}

/* ------------------------------
  icon-cup
------------------------------ */
.icon-cup::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_cup.svg");
}

/* ------------------------------
  icon-category
------------------------------ */
.icon-category::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_category.svg");
}

/* ------------------------------
  icon-cupcake
------------------------------ */
.icon-cupcake::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_cupcake.svg");
}

/* ------------------------------
  icon-cutlery
------------------------------ */
.icon-cutlery::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_cutlery.svg");
}

/* ------------------------------
  icon-flower
------------------------------ */
.icon-flower::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_flower.svg");
}

/* ------------------------------
  icon-arrow-down
------------------------------ */
.icon-arrow-down::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_arrow-down.svg");
}

/* ------------------------------
  icon-arrow-right
------------------------------ */
.icon-arrow-right::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_arrow-right.svg");
}

/* ------------------------------
  icon-bag
------------------------------ */
.icon-bag::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_bag.svg");
}

/* ------------------------------
  icon-information
------------------------------ */
.icon-information::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_information.svg");
}

/* ------------------------------
  icon-money
------------------------------ */
.icon-money::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_money.svg");
}

/* ------------------------------
  icon-people
------------------------------ */
.icon-people::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_people.svg");
}

/* ------------------------------
  icon-present
------------------------------ */
.icon-present::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_present.svg");
}

/* ------------------------------
  icon-ranking
------------------------------ */
.icon-ranking::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_ranking.svg");
}

/* ------------------------------
  icon-search
------------------------------ */
.icon-search::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_search.svg");
}
@media screen and (max-width: 768.9px) {
  .search-form--haisou .icon-search::before {
    background-color: var(--color-main-haisou);
  }
}

@media screen and (max-width: 768.9px) {
  .search-form--ike .icon-search::before {
    background-color: var(--color-main-ike);
  }
}

@media screen and (max-width: 768.9px) {
  .search-form--funa .icon-search::before {
    background-color: var(--color-main-funa);
  }
}

/* ------------------------------
  icon-star
------------------------------ */
.icon-star::before {
  mask-image: url("/g_images/freearea/valentine2026/icon/ico_star.svg");
}

/* ------------------------------
  icon-track-free
------------------------------ */
.icon-track-free::before {
  mask-image: url("/g_images/freearea/mothersday2026/icons/icon_track.svg");
  background-color: var(--color-white);
}

/* --------------------
  image-slider
-------------------- */
.image-slider {
  position: absolute;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  translate: 0 -50%;
}
@media screen and (max-width: 768.9px) {
  .image-slider {
    translate: 0 calc(-32vw + (100vw - 37.5rem) * 0.45);
  }
}

/* --------------------
  image-slider-list
-------------------- */
.image-slider-list {
  display: flex;
  box-sizing: content-box;
  align-items: flex-start;
  padding-block: 3.2rem;
  column-gap: 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .image-slider-list {
    column-gap: 0.8rem;
  }
}
.image-slider-list__item {
  min-width: 15.1rem;
  transition: transform 0.3s ease;
  box-shadow: 0 0 1rem rgb(var(--color-shadow-pink-pale)/1);
}
.image-slider-list__item:nth-child(even) {
  margin-top: -2rem;
}
@media (any-hover: hover) {
  .image-slider-list__item:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}
.image-slider-list__item img {
  pointer-events: none;
}
.image-slider-list__link {
  display: block;
  user-select: none;
}

/* --------------------
information
-------------------- */
.information {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4.8rem;
  padding: 4rem 3.2rem 8rem;
}
@media screen and (max-width: 768.9px) {
  .information {
    padding: 0 1.6rem 5.6rem;
    row-gap: 3.2rem;
  }
}

/* --------------------
information-block
-------------------- */
.information-block {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: 100%;
  max-width: 96rem;
  padding: 4.8rem 6.4rem;
  background-color: var(--color-white);
  box-shadow: 0 0 16px rgb(var(--color-shadow-pink2)/0.7);
}
@media screen and (max-width: 768.9px) {
  .information-block {
    padding: 4.8rem 2rem;
    border-radius: 0;
  }
}

/* --------------------
information-section
-------------------- */
.information-section {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.information-section__heading {
  width: 100%;
  padding-bottom: 0.8rem;
  color: var(--color-red-dark);
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  text-align: center;
}
.information-section__detail {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
@media screen and (max-width: 768.9px) {
  .information-section__detail {
    width: 100%;
    row-gap: 1.2rem;
  }
}
.information-section__lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

/* --------------------
keywords-group
-------------------- */
.keywords-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .keywords-group {
    align-items: flex-start;
    gap: 1.6rem;
    width: 100vw;
    overflow-x: scroll;
    padding: 0.4rem 2rem;
  }
}

/* --------------------
keywords
-------------------- */
.keywords {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 2.4rem;
}
@media screen and (max-width: 768.9px) {
  .keywords {
    row-gap: 1.2rem;
  }
}
.keywords__heading {
  color: var(--color-brown);
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "YuMincho", serif;
}
@media screen and (max-width: 768.9px) {
  .keywords__heading {
    font-size: 1.6rem;
  }
}

/* --------------------
keywords-list
-------------------- */
.keywords-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768.9px) {
  .keywords-list {
    gap: 0.8rem;
    flex-wrap: nowrap;
  }
}
.keywords-list--brand {
  padding: 0 6.4rem;
}
@media screen and (max-width: 768.9px) {
  .keywords-list--brand {
    padding: 0;
    flex-wrap: wrap;
  }
}

/* --------------------
  knowledge-paragraph
-------------------- */
.knowledge-paragraph {
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 768.9px) {
  .knowledge-paragraph {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
}

/* --------------------
  knowledge-block
-------------------- */
.knowledge-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  padding: 4.8rem 6.4rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 16px rgb(var(--color-shadow-gold)/0.9);
  row-gap: 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .knowledge-block {
    padding: 3.2rem 0 0;
    border-radius: 0;
    row-gap: 2.4rem;
  }
}
@media screen and (max-width: 768.9px) {
  .knowledge-block::after {
    content: "";
    display: block;
    width: 100%;
    height: 12.2rem;
    background: url(/g_images/freearea/mothersday2026/img_deco-flower-line.png) repeat-x center/contain;
    height: 8rem;
  }
}

/* --------------------
  knowledge
-------------------- */
.knowledge {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  padding: 10rem 3.2rem;
  row-gap: 4.8rem;
}
@media screen and (max-width: 768.9px) {
  .knowledge {
    padding: 5.6rem 1.6rem;
  }
}

/* --------------------
list-options
-------------------- */
.list-options {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 1.6rem;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
  padding: 3.2rem 6.4rem;
}
@media screen and (max-width: 768.9px) {
  .list-options {
    padding: 3.2rem 1.4rem;
  }
}
.list-options--food {
  background-color: rgba(179, 186, 87, 0.5);
}
.list-options--life {
  background-color: rgba(87, 166, 186, 0.5);
}
@media screen and (max-width: 768.9px) {
  .list-options {
    row-gap: 1.6rem;
  }
}
.list-options--food .list-options__item, .list-options--life .list-options__item {
  min-height: 10rem;
}
@media screen and (max-width: 768.9px) {
  .list-options--food .list-options__item, .list-options--life .list-options__item {
    min-height: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .list-options__item {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.recipient .list-options {
  padding: 0 6.4rem;
}
@media screen and (max-width: 768.9px) {
  .recipient .list-options {
    padding: 0 1.4rem;
  }
}
@media screen and (max-width: 768.9px) {
  .recipient .list-options {
    gap: 1.2rem;
  }
  .recipient .list-options__item {
    width: 100%;
  }
}

/* --------------------
list-textlink
-------------------- */
.list-textlink {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .list-textlink {
    gap: 0.4rem 1.2rem;
  }
}

/* --------------------
navigation-banner
-------------------- */
.navigation-banner {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 96rem;
  width: 100%;
  margin-bottom: 8rem;
  cursor: pointer;
}
@media screen and (max-width: 768.9px) {
  .navigation-banner {
    padding: 0 2rem;
    margin-bottom: 3.2rem;
  }
}
.navigation-banner img {
  width: 100%;
  height: auto;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .navigation-banner img:hover {
    opacity: 0.5;
  }
}

/* --------------------
navigation-list
-------------------- */
.navigation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 768.9px) {
  .navigation-list {
    justify-content: flex-start;
  }
}
.navigation-list__item {
  width: calc((100% - 0.6rem) / 4);
}
@media screen and (max-width: 768.9px) {
  .navigation-list__item {
    width: calc((100% - 0.2rem) / 2);
  }
}
.navigation-list--ike, .navigation-list--funa {
  max-width: 72rem;
}
.navigation-list--ike .navigation-list__item, .navigation-list--funa .navigation-list__item {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 768.9px) {
  .navigation-list--ike .navigation-list__item, .navigation-list--funa .navigation-list__item {
    width: calc((100% - 0.2rem) / 2);
  }
}

/* --------------------
navigation
-------------------- */
.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .navigation {
    padding: 12rem 0;
    align-items: flex-start;
  }
}
.navigation .text-note {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768.9px) {
  .navigation .text-note {
    margin: 1.6rem 2rem 0;
  }
}

/* --------------------
  other
-------------------- */
.other {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 4rem 3.2rem 8rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .other {
    padding: 5.6rem 2rem 13rem;
    row-gap: 3.2rem;
  }
}

/* --------------------
pagetitle-cta
-------------------- */
.pagetitle-cta__link {
  display: flex;
  justify-content: center;
  padding: 1.2rem 1.6rem;
  font-weight: 600;
  color: var(--color-white);
}
.pagetitle-cta__link--haisou {
  background-color: var(--color-main-haisou);
}
@media (any-hover: hover) {
  .pagetitle-cta__link--haisou:hover {
    background-color: var(--color-main-haisou-hover);
    transition: 0.2s ease;
  }
}
.pagetitle-cta__link--ike {
  background-color: var(--color-main-ike);
}
@media (any-hover: hover) {
  .pagetitle-cta__link--ike:hover {
    background-color: var(--color-main-ike-hover);
    transition: 0.2s ease;
  }
}
.pagetitle-cta__link--funa {
  background-color: var(--color-main-funa);
}
@media (any-hover: hover) {
  .pagetitle-cta__link--funa:hover {
    background-color: var(--color-main-funa-hover);
    transition: 0.2s ease;
  }
}
.pagetitle-cta__link-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 120rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .pagetitle-cta__link-text {
    font-size: 1.6rem;
  }
}
.pagetitle-cta__link-text::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/g_images/freearea/mothersday2026/icons/icon_arrow.svg") no-repeat center/contain;
}

/* --------------------
pagetitle-info
-------------------- */
.pagetitle-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  padding: 1.2rem 6.4rem;
  line-height: 1.2;
  cursor: default;
}
@media (max-width: 1000px) {
  .pagetitle-info {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768.9px) {
  .pagetitle-info {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.2rem 1.6rem;
    line-height: 1.5;
  }
}
.pagetitle-info--haisou {
  background-color: var(--color-main-haisou-light);
}
.pagetitle-info--ike {
  background-color: var(--color-main-ike-light);
}
.pagetitle-info--funa {
  background-color: var(--color-main-funa-light);
}
.pagetitle-info__text {
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-info__text {
    max-width: 34rem;
    width: 100%;
    font-size: 1.4rem;
    white-space: wrap;
  }
}
.pagetitle-info__text-num {
  font-size: 2.8rem;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-info__text-num {
    font-size: 1.8rem;
  }
}

/* --------------------
pagetitle
-------------------- */
.pagetitle {
  width: 100%;
}
.pagetitle__notice {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  padding: 16px 20px;
  font-size: 1.2rem;
  background-color: var(--color-brown-light);
}
@media screen and (max-width: 768.9px) {
  .pagetitle__early {
    padding: 3.2rem 1.6rem;
  }
}

/* --------------------
  ranking-reset
-------------------- */
#ranking .p-category-top__heading {
  display: none;
}
#ranking .p-category-top__ranking__inner {
  display: none;
}
#ranking .p-category-top__ranking__body {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 120rem;
  padding: 0;
  background: none;
}
#ranking .p-category-top__ranking__body .goods {
  margin: 0 !important;
}
#ranking .p-category-top__ranking-content__heading {
  display: none;
}

/* --------------------
  ranking-section
-------------------- */
.ranking-section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 8rem 3.2rem;
}
@media screen and (min-width: 769px) {
  .ranking-section {
    background: url(/g_images/freearea/mothersday2026/img_deco-carnation_pink02.png) no-repeat right 2.4vw top 11rem/17rem, url(/g_images/freearea/mothersday2026/img_deco-carnation_red.png) no-repeat left 6.4rem bottom 9.6rem/14rem;
  }
}
@media screen and (max-width: 768.9px) {
  .ranking-section {
    margin-left: -2rem;
    padding: 5.6rem 0;
  }
}

/* --------------------
  ranking-list
-------------------- */
.ranking-list {
  display: flex;
  width: 100%;
  max-width: 96rem;
  margin: 4.8rem 0;
  column-gap: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .ranking-list {
    margin-block: 3.2rem 2.4rem;
    overflow: hidden;
  }
}
.ranking-list .goods {
  width: calc((100% - 6.4rem) / 5);
  margin: 0 !important;
}

/* --------------------
search
-------------------- */
.search {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768.9px) {
  .search {
    row-gap: 2.4rem;
    padding-bottom: 0;
  }
}
.search--first {
  position: relative;
  padding: 8rem 3.2rem 0;
}
@media screen and (max-width: 768.9px) {
  .search--first {
    padding: 0;
  }
}

/* --------------------
search-block
-------------------- */
.search-block {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  background-color: var(--color-white);
}
.search--first .search-block {
  margin-bottom: -14rem;
}
.search--second .search-contents {
  padding: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  .search--second .search-contents {
    padding: 1.6rem 0;
  }
}
.search--second .search-contents__main {
  box-shadow: 0 0 6px rgb(var(--color-shadow-yellow)/0.5);
  background-color: var(--color-white);
}
.search--pink .search-contents__main {
  box-shadow: 0 0 16px rgb(var(--color-shadow-pink2)/0.7);
}
.search--gold .search-contents__main {
  box-shadow: 0px 0px 16px rgb(var(--color-shadow-gold)/0.9);
}

@media screen and (max-width: 768.9px) {
  .search-block {
    margin: 0;
    border-radius: 0;
    row-gap: 2.4rem;
  }
  .search--first .search-block {
    margin: 0;
    position: relative;
    z-index: 0;
  }
  .search--first .search-block .search-contents__main {
    box-shadow: none;
  }
}

/* --------------------
search-contents
-------------------- */
.search-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .search-contents {
    row-gap: 3.2rem;
  }
}
.search-contents__main {
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .search-contents__main {
    row-gap: 1.6rem;
    padding: 4rem 0;
  }
}
.search-contents__banner {
  display: block;
  max-width: 64rem;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .search-contents__banner:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768.9px) {
  .search-contents__banner {
    padding-inline: 2rem;
  }
}

/* --------------------
search-form
-------------------- */
.search-form {
  display: flex;
  position: relative;
  box-sizing: content-box;
  width: 100%;
  max-width: 78.8rem;
  padding-inline: 2rem;
  column-gap: 1.2rem;
}
@media screen and (max-width: 768.9px) {
  .search-form {
    box-sizing: border-box;
  }
}
.search-form__input {
  flex: 1;
  height: 4rem;
  padding: 1.6rem;
  border-radius: 99.9rem;
  background-color: var(--color-gray-light);
}
.search-form__button {
  display: flex;
  position: relative;
  z-index: 0;
  flex: 0 0 13.6rem;
  align-items: center;
  justify-content: center;
  height: 4rem;
  column-gap: 0.8rem;
  border-radius: 99.9rem;
  color: var(--color-white);
  font-weight: 600;
}
.search-form__button--haisou {
  background-color: var(--color-main-haisou);
}
.search-form__button--ike {
  background-color: var(--color-main-ike);
}
.search-form__button--funa {
  background-color: var(--color-main-funa);
}
@media (any-hover: hover) {
  .search-form__button:hover {
    opacity: 0.7;
    transition: 0.2s ease;
  }
}
@media screen and (max-width: 768.9px) {
  .search-form__button {
    position: absolute;
    top: 0;
    right: 0;
    flex-basis: auto;
    width: 4.8rem;
    height: 100%;
    border-radius: 0 99.9rem 99.9rem 0;
    background: transparent;
    font-size: 0;
    translate: -2rem;
  }
}

/* --------------------
slick-arrow
-------------------- */
@media screen and (max-width: 768.9px) {
  .slick-arrow {
    width: 3.6rem;
    height: 3.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-arrow::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    width: 100%;
    height: 100%;
    background-color: var(--color-gold);
  }
}
@media screen and (max-width: 768.9px) {
  .slick-arrow.slick-prev {
    order: 1;
    margin-right: 1.2rem;
  }
  .slick-arrow.slick-prev::before {
    background: url("/g_images/freearea/mothersday2026/icons/icon_arrow-left-circle.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-arrow.slick-next {
    order: 4;
    margin-left: 1.2rem;
  }
  .slick-arrow.slick-next::before {
    background: url("/g_images/freearea/mothersday2026/icons/icon_arrow-right-circle.svg") no-repeat center/contain;
  }
}

/* --------------------
slick-controls
-------------------- */
.slick-controls {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .slick-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.2rem;
  }
}

/* --------------------
slick関連
-------------------- */
@media screen and (max-width: 768.9px) {
  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    border: none;
    font-size: 0; /* 数字を見えなくする */
    gap: 1.2rem;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
    border: none;
    border-radius: 50%;
    background-color: #cbbda0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-dots .slick-active button {
    background-color: var(--color-gold);
  }
}

/* --------------------
slick関連
-------------------- */
@media screen and (max-width: 768.9px) {
  .ranking-section .slick-list {
    width: 100%;
  }
}

/* --------------------
slick-track
-------------------- */
@media screen and (max-width: 768.9px) {
  .ranking-section .slick-track {
    display: flex;
    gap: 2.6rem;
  }
}
@media screen and (max-width: 768.9px) {
  .ranking-section .slick-track .goods {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49.8666vw;
    max-width: 32rem;
    margin: 0;
  }
}

/* --------------------
slick-pause
-------------------- */
@media screen and (max-width: 768.9px) {
  .slick-pause {
    position: relative;
    order: 2;
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.2rem;
    border: solid 0.2rem var(--color-gold);
    border-radius: 50%;
    font-size: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-pause::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    background-color: var(--color-gold);
    mask: url("/g_images/freearea/valentine2026/icon/ico_pause.svg") no-repeat center/contain;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-pause.is-paused::before {
    width: 1.4rem;
    height: 1.4rem;
    mask-image: url("/g_images/freearea/valentine2026/icon/ico_play.svg");
  }
}

/* --------------------
budget-tab
-------------------- */
.budget-tab {
  width: 100%;
}
.budget-tab__list {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0.8rem;
}
@media screen and (max-width: 768.9px) {
  .budget-tab__list {
    gap: 0.4rem;
    padding: 0 0.8rem;
  }
}
.budget-tab__item {
  width: calc((100% - 26rem) / 2);
  max-width: 70rem;
  padding: 1.2rem 0.4rem 1rem;
  background-color: var(--color-gray-disabled-light);
  color: var(--color-gray-dark);
  text-align: center;
  line-height: 1.2;
  height: fit-content;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768.9px) {
  .budget-tab__item {
    font-size: 1rem;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .budget-tab__item:not(.is-active):hover {
    opacity: 0.7;
    transition: 0.2s ease;
  }
}
.budget-tab__item .tab-br {
  display: none;
}
.budget-tab__item.is-active {
  color: var(--color-white);
  font-size: 1.8rem;
  cursor: default;
}
.budget-tab__item.is-active .budget-tab__item-text-small {
  font-size: 1.4rem;
  font-weight: 500;
}
.budget-tab__item.is-active * {
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  .budget-tab__item.is-active {
    padding: 2rem 1rem 1.2rem;
    font-size: 2rem;
  }
  .budget-tab__item.is-active .budget-tab__item-text-small {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.budget-tab__item--food.is-active {
  background-color: var(--color-green-light);
}
.budget-tab__item--life.is-active {
  background-color: var(--color-blue-light);
}
.budget-tab__item-text {
  font-weight: 600;
  display: block;
}
.budget-tab__item-text-small {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .budget-tab__item-text-small {
    font-size: 1.4rem;
  }
}

/* --------------------
budget-tab-content
-------------------- */
.js-tab-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}
.js-tab-panel.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------
tab-list
-------------------- */
.tab-list {
  display: flex;
  gap: 0.4rem;
  max-width: 120rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tab-list {
    gap: 1.6rem;
  }
}
.tab-list__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.tab-list__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 1rem 0 0;
  height: 4.8rem;
  background-color: var(--color-gray-disabled);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.4rem 0.4rem;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .tab-list__item-link::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
  }
  .tab-list__item-link--ikebukuro::before {
    background-image: url("/g_images/freearea/christmas2025/white/bag.svg");
  }
  .tab-list__item-link--funabashi::before {
    background-image: url("/g_images/freearea/christmas2025/white/bag.svg");
  }
  .tab-list__item-link--haisou::before {
    background-image: url("/g_images/freearea/christmas2025/white/track.svg");
  }
}
.tab-list__item-link.is-current {
  height: 6.4rem;
  pointer-events: none;
}
.tab--haisou .tab-list__item-link.is-current {
  background-color: var(--color-main-haisou);
}
.tab--ikebukuro .tab-list__item-link.is-current {
  background-color: var(--color-main-ike);
}
.tab--funabashi .tab-list__item-link.is-current {
  background-color: var(--color-main-funa);
}
.tab-list__item-link.is-current .tab-list__here {
  display: none;
}
@media (any-hover: hover) {
  .tab-list__item-link:not(.is-current):hover {
    background-color: var(--color-gray-disabled-hover);
  }
}
.tab-list__item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .tab-list__item-text {
    flex: 0 1 auto;
    font-size: 2rem;
    line-height: 1;
  }
}
.tab-list__here {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 0.2rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tab-list__here {
    font-size: 2rem;
    width: fit-content;
  }
}

/* --------------------
tab
-------------------- */
.tab {
  display: flex;
  justify-content: center;
  border-bottom: solid 0.8rem;
}
.tab--haisou {
  border-color: var(--color-main-haisou);
}
.tab--ikebukuro {
  border-color: var(--color-main-ike);
}
.tab--funabashi {
  border-color: var(--color-main-funa);
}

/* --------------------
tag
-------------------- */
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.6rem;
  column-gap: 0.4rem;
  transition: 0.2s ease;
  border-radius: 99.9rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 6px rgb(var(--color-shadow-pink)/1);
  color: var(--color-brown);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .mothersday2026--haisou .tag:hover {
    background-color: var(--color-main-haisou-hover);
    color: var(--color-white);
  }
  .mothersday2026--ikebukuro .tag:hover {
    background-color: var(--color-main-ike-hover);
    color: var(--color-white);
  }
  .mothersday2026--funabashi .tag:hover {
    background-color: var(--color-main-funa-hover);
    color: var(--color-white);
  }
}
.tag__rank {
  width: 1.8rem;
  height: 2rem;
}
@media screen and (max-width: 768.9px) {
  .tag {
    font-size: 1.4rem;
  }
}

/* --------------------
  text-attention
-------------------- */
.text-attention {
  font-size: 1.6rem;
  color: var(--color-red);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8rem;
}

/* --------------------
  text-link
-------------------- */
.text-link {
  display: flex;
  align-items: center;
  color: var(--color-blue-link);
  text-decoration: underline;
}
.mothersday2026 .upcoming-block .text-link {
  font-weight: 600;
}

@media (any-hover: hover) {
  .text-link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768.9px) {
  .text-link {
    font-size: 1.4rem;
  }
}

/* --------------------
  text-list
-------------------- */
.text-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: disc;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .text-list {
    gap: 1.2rem;
  }
}
.text-list__item {
  display: flex;
}
.text-list__item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-common-text);
  border-radius: 99.9rem;
  margin-top: 1rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768.9px) {
  .text-list__item {
    font-size: 1.4rem;
  }
}

/* --------------------
  text-note
-------------------- */
.text-note {
  position: relative;
  padding-left: calc(0.5em + 0.6rem);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
.text-note--blue {
  color: var(--color-blue);
  font-weight: 600;
  padding: 0;
}
.text-note--green {
  color: var(--color-green);
  font-weight: 600;
  padding: 0;
}
.text-note--alert {
  color: var(--color-red-dark);
}
@media screen and (min-width: 769px) {
  .text-note:has(.text-note--blue), .text-note:has(.text-note--green) {
    font-size: 1.6rem;
  }
  .text-note--blue, .text-note--green {
    font-size: 1.6rem;
  }
}
.text-note:not(.text-note--blue):not(.text-note--green)::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -0.1rem;
}

/* --------------------
  recipient
-------------------- */
.recipient {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  padding: 4rem 3.2rem 8rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768.9px) {
  .recipient {
    padding: 1.6rem;
    row-gap: 3.2rem;
  }
}
.recipient__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-top: 8rem;
  max-width: 96rem;
  width: 100%;
  background: var(--color-white) url(/g_images/freearea/mothersday2026/img_bg-paper.webp) repeat center/contain;
  box-shadow: 0px 0px 16px rgb(var(--color-shadow-gold)/0.9);
}
@media screen and (max-width: 768.9px) {
  .recipient__inner {
    padding-top: 5.6rem;
    gap: 3.2rem;
  }
}
.recipient__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 12.2rem;
  background: url(/g_images/freearea/mothersday2026/img_deco-flower-line.png) repeat-x center/contain;
}
@media screen and (max-width: 768.9px) {
  .recipient__inner::after {
    height: 8rem;
  }
}

/* --------------------
recommend-list
-------------------- */
.recommend-list {
  display: flex;
  max-width: 120rem;
  width: 100%;
  gap: 3.2rem;
}
.recommend-list:has(> li:nth-child(3)):not(:has(> li:nth-child(4))) {
  max-width: 89.4rem;
}
.recommend-list:has(> li:nth-child(2)):not(:has(> li:nth-child(3))) {
  max-width: 58rem;
}
@media screen and (max-width: 768.9px) {
  .recommend-list {
    margin: 3.2rem 0 2.4rem;
  }
  .recommend-list::before {
    display: none;
  }
  .recommend-list .slick-track {
    display: flex;
    gap: 1.6rem;
  }
  .recommend-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 32rem;
    height: auto;
  }
  .recommend-list__item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.recommend-list__item {
  width: 100%;
  position: relative;
  padding-top: 0.2rem;
}
.recommend-list__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recommend-list__item-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "YuMincho", serif;
  font-weight: 900;
  text-align: center;
  line-height: 1.35;
  box-sizing: content-box;
  background: url("/g_images/freearea/mothersday2026/img_deco-teabag.png") no-repeat center/contain;
  background-size: 100% 100%;
  top: -2.5%;
  left: -6%;
  z-index: 2;
  width: 9.6rem;
  height: 12.2rem;
  padding: 2.4rem 1.4rem 0.4rem 1rem;
}
@media (min-width: 769px) and (max-width: 980px) {
  .recommend-list__item-point {
    top: -3%;
    left: -12%;
    width: 6.4rem;
    height: 8rem;
    padding: 2.4rem 1.4rem 0.4rem 1rem;
  }
}
.recommend-list__item-point-small {
  font-size: 1.2rem;
  font-family: "YuMincho", serif;
}
.recommend-list__item-image {
  overflow: hidden;
}
.recommend-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
@media screen and (max-width: 768.9px) {
  .recommend-list__item-image img {
    aspect-ratio: 1/0.8;
  }
}
@media (any-hover: hover) {
  .recommend-list__item-link:hover .recommend-list__item-image img {
    scale: 1.1;
    transition: 0.2s ease;
  }
}
.recommend-list__item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1.6rem 0.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: var(--color-white);
  line-height: 1.2;
}
@media screen and (max-width: 768.9px) {
  .recommend-list__item-name {
    font-size: 1.4rem;
  }
}

/* --------------------
おすすめカテゴリ
-------------------- */
.recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20rem 4rem 8rem;
}
@media screen and (max-width: 768.9px) {
  .recommend {
    position: relative;
    padding: 0;
  }
  .recommend::before {
    display: none;
  }
  .recommend::after {
    display: none;
  }
}

.recommend-slider-controls {
  display: none;
}

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