@charset "UTF-8";
/* --------------------
フォントのインポート
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swa");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* --------------------
スタイル
-------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --slick-dot-active-color: #E35F5F; /* アクティブなドットの色 */
}

/* --------------------
mixin
-------------------- */
/* --------------------
mixin PC
-------------------- */
@media screen and (min-width: 768px), print {
  /* 画面サイズが768pxからはここを読み込む */
  /* --------------------
  mixin PC
  -------------------- */
  /* --------------------
  ベース
  -------------------- */
  body {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .otyugen2025 {
    width: 100vw;
    translate: calc((100vw - 1200px) / 2 * -1);
    color: #555;
  }
  .link-text {
    position: relative;
    color: #0C60D1;
  }
  .link-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    background-color: #0C60D1;
  }
  .link-text:hover::before {
    width: 100%;
  }
  .p-category-top__body *,
  .p-category-top__body *::before,
  .p-category-top__body *::after {
    box-sizing: border-box;
    font-family: "Noto Sans", "Arial", sans-serif;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    border: 0;
  }
  a img:hover {
    opacity: 1;
  }
  .wave-top {
    position: relative;
    display: block;
    width: 100%;
    height: 9rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave.svg");
    background-repeat: repeat-x;
    background-size: 1600px auto;
    z-index: 99;
    margin: 0 0 -0.1rem;
    pointer-events: none;
  }
  .wave-top--water {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-water.jpg");
  }
  .wave-top--campaign {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-campaign.jpg");
  }
  .wave-top--popular {
    height: 15.6rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-popular.jpg");
  }
  .wave-top--feature {
    height: 15.7rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-feature.png");
  }
  .wave-top--others {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-others.svg");
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    width: 100%;
  }
  .pagetitle__inner {
    height: 100%;
    position: relative;
  }
  .pagetitle:hover img {
    opacity: 0.8;
  }
  .button-box-pagetitle {
    position: absolute;
    top: 20%;
    right: 2%;
  }
  .button-box-pagetitle a {
    width: 24rem;
  }
  /* --------------------
  ランキング
  -------------------- */
  .p-category-top__ranking__inner {
    display: none;
  }
  #ranking {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8rem 0 0;
    background-color: #fff;
    translate: calc((100vw - 1200px) / 2 * -1);
    width: 100vw;
    padding: 0 4rem 6.4rem;
  }
  .ranking-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 96rem;
  }
  #ranking .p-category-top__ranking__body {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    background: none;
  }
  #ranking .p-category-top__ranking-content__body {
    display: flex;
    gap: 1.6rem;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
  }
  #ranking .ranking-icon {
    margin-bottom: 1rem;
  }
  #ranking .button {
    margin: 4.8rem auto 0;
  }
  #ranking .button-text {
    width: 100%;
    text-align: center;
  }
  .slick-list {
    width: 100%;
  }
  /* --------------------
  背景付き検索エリア　＋　検索系パーツ
  -------------------- */
  .search {
    padding: 0 4rem;
  }
  .search--others {
    padding: 0 4rem 4rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-search.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top left;
  }
  .search--others .search__inner {
    margin: 0 auto;
  }
  .search__inner {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 3.2rem;
    max-width: 120rem;
    background-color: #fff;
    box-shadow: 0 0 70px rgba(187, 225, 255, 0.6);
    margin: 0 auto 8rem;
    z-index: 0;
  }
  .search__banner {
    margin: 4.8rem 0 0;
  }
  .search__banner:hover .search__banner-image {
    transform: scale(1.05);
  }
  .search__banner-image {
    transition: transform 0.5s ease-in-out;
  }
  .search__banner-image img {
    max-height: 11.3rem;
    width: auto;
    transition: transform 0.5s ease-in-out;
  }
  .search__accordion {
    width: 100%;
    max-width: 87rem;
    margin: 2rem auto 0;
    padding: 0 4rem;
    z-index: 2;
  }
  .search__accordion-head {
    padding: 1.4rem 1.6rem 1.4rem 2.4rem;
    background-color: #EBEBEB;
  }
  .search__accordion-head:hover {
    opacity: 0.7;
  }
  .search__accordion-head-text {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .search__accordion-head-text::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    top: 50%;
    margin: auto 0.6rem auto 0;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .search__accordion-head-text::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .is-open .search__accordion-head-text::after {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_close.svg");
  }
  .search__accordion-body {
    display: none;
    padding: 2.4rem;
    border-bottom: solid 2px #EBEBEB;
    border-right: solid 2px #EBEBEB;
    border-left: solid 2px #EBEBEB;
  }
  .search__accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .search__accordion-item {
    display: flex;
  }
  .search__accordion-item span {
    display: inline;
    margin: 0 1.5rem 0 0;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .search__accordion-note {
    margin: 2.4rem 0 0;
  }
  .search__accordion-note span {
    display: block;
  }
  /* --------------------
  検索系パーツ
  -------------------- */
  .search-keywords {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 2.4rem;
    font-weight: 600;
    color: #333;
    gap: 1.6rem;
    z-index: 2;
  }
  .search-keywords__heading {
    white-space: nowrap;
  }
  .keywords-heading {
    margin: 0 0 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #333;
    z-index: 2;
  }
  /* テキスト検索 */
  .search-text {
    width: 100%;
    max-width: 88rem;
    padding-inline: 4rem;
    margin-inline: auto;
    z-index: 2;
  }
  .search-text__form {
    position: relative;
    display: flex;
  }
  .search-text__input {
    flex: 1;
    height: 4rem;
    padding: 0 1.6rem;
    background-color: #F7F7F7;
    border-radius: 999px;
    z-index: 2;
  }
  .search-text__input::placeholder {
    color: #999999;
  }
  .search-text-button {
    margin-left: 1.2rem;
    padding: 4px 24px;
    color: #fff;
    font-weight: 600;
    background-color: #2767A3;
    border-radius: 999px;
    border: 0;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .search-text-button:hover {
    background-color: #003E78;
  }
  .search-text-button__text {
    padding-right: 24px;
    background: url("/g_images/freearea/otyugen2025/white/ico_search.svg") no-repeat top 50% right 0/16px;
    white-space: nowrap;
  }
  .search__note {
    display: block;
    margin-top: 12px;
    color: #333;
    text-align: center;
    line-height: 1.3;
  }
  .tag {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 40px;
    padding: 12px 16px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    border: solid 1px #2767A3;
    border-radius: 999px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
  }
  .tag:hover {
    background-color: #2767A3;
    border: solid 1px #2767A3;
    color: #fff;
  }
  .tag--no1, .tag--no2, .tag--no3 {
    padding: 12px 16px 12px 38px;
  }
  .tag--no1::before, .tag--no2::before, .tag--no3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.7rem;
    height: 3rem;
    left: 0.7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .tag--no1::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no1.svg");
  }
  .tag--no2::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no2.svg");
  }
  .tag--no3::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no3.svg");
  }
  /* --------------------
  ページ上部検索＋おすすめカテゴリ
  -------------------- */
  .top {
    background-color: #fff;
    height: auto;
  }
  .top__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3.2rem 4rem;
    margin: 0 auto;
  }
  .top__search {
    display: flex;
    max-width: 140rem;
    width: 100%;
    margin: 0 0 5.6rem 0;
    gap: 0 4rem;
  }
  .top__catalogLink {
    text-align: center;
    margin: 3.2rem 0 0;
  }
  .top__catalogLink:hover {
    opacity: 0.8;
  }
  /* --------------------
  おすすめカテゴリ
  -------------------- */
  .recommend-list {
    width: 100%;
    max-width: 120rem;
    display: flex;
    justify-content: flex-start;
    gap: 3.2rem;
    margin: 5.6rem 0 0;
  }
  .recommend-list--double {
    max-width: 56rem;
  }
  .recommend-item {
    position: relative;
    height: auto;
  }
  .recommend-item img {
    aspect-ratio: 141/116;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
  }
  .recommend-item__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    transition: background-color 0.2s;
  }
  .recommend-item__link:hover .recommend-item__title {
    color: #0c60d1;
    text-decoration: underline;
  }
  .recommend-item__link:hover .recommend-item__image img {
    opacity: 0.7;
  }
  .recommend-item__image {
    position: relative;
    width: 100%;
  }
  .recommend-item__tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: -3.2rem;
    left: -1.2rem;
    width: 30%;
    height: 37%;
    transform-origin: bottom;
    pointer-events: none;
    background: url("/g_images/freearea/otyugen2025/img_tag-no1.png") no-repeat center/contain;
  }
  .recommend-item__tag--15off {
    background: url("/g_images/freearea/otyugen2025/img_tag-15off.png") no-repeat center/contain;
  }
  .recommend-item__tag--10off {
    background: url("/g_images/freearea/otyugen2025/img_tag-10off.png") no-repeat center/contain;
  }
  .recommend-item__tag--no1 {
    background: url("/g_images/freearea/otyugen2025/img_tag-no1.png") no-repeat center/contain;
  }
  .recommend-item__tag--thanks {
    background: url("/g_images/freearea/otyugen2025/img_tag-thanks.png") no-repeat center/contain;
  }
  .recommend-item__tag--hot {
    background: url("/g_images/freearea/otyugen2025/img_tag-hot.png") no-repeat center/contain;
  }
  .recommend-item__title {
    padding: 1.6rem 0 0;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    transition: color 0.2s, text-decoration 0.2s;
  }
  /* --------------------
  ナビゲーションエリア
  -------------------- */
  .nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .nav__inner {
    width: 100%;
    padding: 15.5rem 4rem 6.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav__banners {
    max-width: 120rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .nav__banner-item {
    width: calc((100% - 6.4rem) / 5);
  }
  .nav__banner-item--large {
    width: calc((100% - 1.6rem) / 2);
  }
  .nav__banner-item--small {
    flex: 1;
  }
  .nav__banner-item:hover .nav__banner-link img {
    opacity: 0.7;
  }
  /* --------------------
  ナビゲーション
  -------------------- */
  .nav-menu {
    z-index: 2;
    max-width: 120rem;
  }
  .nav-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 4.8rem;
  }
  .nav-menu__note {
    line-height: 1;
  }
  .nav-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 120rem;
    width: 100%;
    gap: 1.2rem;
    margin: 0 0 2.4rem;
  }
  .nav-menu-item {
    position: relative;
    width: calc((100% - 3.6rem) / 4);
    min-width: 25.8rem;
  }
  .nav-menu-item__link {
    display: flex;
    padding: 1.2rem 1.6rem 1.2rem 2.4rem;
    border-radius: 999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 50% left 2.4rem;
    background-size: 2.4rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .nav-menu-item__link:hover {
    background-color: #2767A3;
  }
  .nav-menu-item__link:hover .nav-menu-item__text {
    color: #fff;
  }
  .nav-menu-item__link:hover .nav-menu-item__text::before, .nav-menu-item__link:hover .nav-menu-item__text::after {
    filter: brightness(0) invert(1);
  }
  .nav-menu-item__link--guide {
    background-color: #C20303;
    border: none;
  }
  .nav-menu-item__link--guide:hover {
    border: none;
    background-color: #C20303;
    opacity: 0.7;
  }
  .nav-menu-item__text {
    display: flex;
    align-items: center;
    max-width: 25.1rem;
    min-width: 20rem;
    width: 100%;
    font-weight: 600;
    background-size: 1.2rem;
    white-space: nowrap;
    gap: 0 0.2rem;
  }
  .nav-menu-item__text--guide {
    color: #fff;
    font-size: 2rem;
  }
  .nav-menu-item__text--coupon {
    color: #fff;
  }
  .nav-menu-item__text::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .nav-menu-item__text--ranking::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_ranking.svg");
  }
  .nav-menu-item__text--category::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_category.svg");
  }
  .nav-menu-item__text--budget::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_budget.svg");
  }
  .nav-menu-item__text--brand::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_brand.svg");
  }
  .nav-menu-item__text--recipient::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_recipient.svg");
  }
  .nav-menu-item__text--popular::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_popular.svg");
  }
  .nav-menu-item__text--feature::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_recipient.svg");
  }
  .nav-menu-item__text--coupon {
    color: #fff;
  }
  .nav-menu-item__text--coupon::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_coupon.svg");
  }
  .nav-menu-item__text--coupon::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--guide {
    color: #fff;
  }
  .nav-menu-item__text--guide::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_guide.svg");
  }
  .nav-menu-item__text--guide::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
    width: 1rem;
    height: 1.6rem;
  }
  /* --------------------
  豆知識
  -------------------- */
  .knowledge {
    padding: 14.7rem 4rem 5.6rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-knowledge.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top left;
  }
  .knowledge__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 96rem;
    margin: 0 auto;
    padding: 4.8rem 6.4rem;
    width: 100%;
    background-color: #fff;
    z-index: 0;
  }
  .knowledge__text {
    z-index: 2;
    font-size: 1.6rem;
  }
  .knowledge__paragraph {
    text-align: left;
    margin: 0 0 2.4rem;
  }
  .knowledge__paragraph:last-child {
    margin: 0 0 0;
  }
  /* --------------------
  背景付き検索エリア　＋　検索系パーツ
  -------------------- */
  .search {
    padding: 0 4rem;
  }
  .search--others {
    padding: 0 4rem 4rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-search.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top left;
  }
  .search--others .search__inner {
    margin: 0 auto;
  }
  .search__inner {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 3.2rem;
    max-width: 120rem;
    background-color: #fff;
    box-shadow: 0 0 70px rgba(187, 225, 255, 0.6);
    margin: 0 auto 8rem;
    z-index: 0;
  }
  .search__banner {
    margin: 4.8rem 0 0;
  }
  .search__banner:hover .search__banner-image {
    transform: scale(1.05);
  }
  .search__banner-image {
    transition: transform 0.5s ease-in-out;
  }
  .search__banner-image img {
    max-height: 11.3rem;
    width: auto;
    transition: transform 0.5s ease-in-out;
  }
  .search__accordion {
    width: 100%;
    max-width: 87rem;
    margin: 2rem auto 0;
    padding: 0 4rem;
    z-index: 2;
  }
  .search__accordion-head {
    padding: 1.4rem 1.6rem 1.4rem 2.4rem;
    background-color: #EBEBEB;
  }
  .search__accordion-head:hover {
    opacity: 0.7;
  }
  .search__accordion-head-text {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .search__accordion-head-text::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    top: 50%;
    margin: auto 0.6rem auto 0;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .search__accordion-head-text::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .is-open .search__accordion-head-text::after {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_close.svg");
  }
  .search__accordion-body {
    display: none;
    padding: 2.4rem;
    border-bottom: solid 2px #EBEBEB;
    border-right: solid 2px #EBEBEB;
    border-left: solid 2px #EBEBEB;
  }
  .search__accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .search__accordion-item {
    display: flex;
  }
  .search__accordion-item span {
    display: inline;
    margin: 0 1.5rem 0 0;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .search__accordion-note {
    margin: 2.4rem 0 0;
  }
  .search__accordion-note span {
    display: block;
  }
  /* --------------------
  検索系パーツ
  -------------------- */
  .search-keywords {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 2.4rem;
    font-weight: 600;
    color: #333;
    gap: 1.6rem;
    z-index: 2;
  }
  .search-keywords__heading {
    white-space: nowrap;
  }
  .keywords-heading {
    margin: 0 0 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #333;
    z-index: 2;
  }
  /* テキスト検索 */
  .search-text {
    width: 100%;
    max-width: 88rem;
    padding-inline: 4rem;
    margin-inline: auto;
    z-index: 2;
  }
  .search-text__form {
    position: relative;
    display: flex;
  }
  .search-text__input {
    flex: 1;
    height: 4rem;
    padding: 0 1.6rem;
    background-color: #F7F7F7;
    border-radius: 999px;
    z-index: 2;
  }
  .search-text__input::placeholder {
    color: #999999;
  }
  .search-text-button {
    margin-left: 1.2rem;
    padding: 4px 24px;
    color: #fff;
    font-weight: 600;
    background-color: #2767A3;
    border-radius: 999px;
    border: 0;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .search-text-button:hover {
    background-color: #003E78;
  }
  .search-text-button__text {
    padding-right: 24px;
    background: url("/g_images/freearea/otyugen2025/white/ico_search.svg") no-repeat top 50% right 0/16px;
    white-space: nowrap;
  }
  .search__note {
    display: block;
    margin-top: 12px;
    color: #333;
    text-align: center;
    line-height: 1.3;
  }
  .tag {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 40px;
    padding: 12px 16px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    border: solid 1px #2767A3;
    border-radius: 999px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
  }
  .tag:hover {
    background-color: #2767A3;
    border: solid 1px #2767A3;
    color: #fff;
  }
  .tag--no1, .tag--no2, .tag--no3 {
    padding: 12px 16px 12px 38px;
  }
  .tag--no1::before, .tag--no2::before, .tag--no3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.7rem;
    height: 3rem;
    left: 0.7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .tag--no1::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no1.svg");
  }
  .tag--no2::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no2.svg");
  }
  .tag--no3::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no3.svg");
  }
  /* --------------------
  カテゴリから選ぶ
  （丸い画像のボタンパーツはcircle-listファイルにあります）
  -------------------- */
  .category {
    position: relative;
    padding: 2.4rem 4rem;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .category__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .category__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
  コスメ特集
  -------------------- */
  .bg-pink {
    position: relative;
    background-image: url("/g_images/freearea/mothersday2025/img_bg-water.png");
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: auto;
  }
  .bg-pink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    background-repeat: repeat-y;
    background-position: top 0 left 0;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover;
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: 4;
  }
  .bg-pink::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right.svg");
    background-repeat: repeat-y;
    background-position: top 0 right 0;
    background-size: cover;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: 4;
  }
  .cosme {
    padding: 12rem 4rem;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .cosme::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 247, 244, 0.5), transparent);
  }
  .cosme::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 247, 244, 0.5), transparent);
  }
  .cosme__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 140rem;
    margin: 0 auto;
    padding: 12rem 4rem;
    width: 100%;
    background-color: #FAFBFB;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
  }
  .cosme__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #FAFBFB;
    clip-path: inherit;
    box-shadow: inset 0 0 88px rgb(255, 255, 255);
    z-index: -1;
  }
  .cosme__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_flower-right.png"), url("/g_images/freearea/mothersday2025/img_flower-left.png");
    background-size: 33rem, 20rem;
    background-repeat: no-repeat, no-repeat;
    background-position: right 0 top 0, left 0 bottom 0;
    pointer-events: none;
  }
  .cosme__note-list {
    margin: 0 0 7.2rem;
    text-align: left;
  }
  .cosme__note-item {
    margin: 0 0 0.8rem;
  }
  .cosme__note-item:last-child {
    margin: 0 0 0;
  }
  .cosme .brand-card-list {
    margin: 0 0 0;
  }
  .cosme .brand-card-item__image {
    padding: 3rem 6rem 0;
  }
  .cosme .brand-card-item__link::before {
    background-image: none;
  }
  /* --------------------
    ページ上部訴求エリア
  -------------------- */
  .promotion {
    position: relative;
    width: 100%;
    background: #FFECEC;
    z-index: -1;
  }
  .promotion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 247, 244, 0.5), transparent);
    z-index: -1;
  }
  .promotion::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 247, 244, 0.5), transparent);
    z-index: -1;
  }
  .promotion--ikebukuro {
    background: #FCF2F4 url("/g_images/freearea/mothersday2025/img_bg-water-pr-ikebukuro.png") no-repeat center/cover;
  }
  .promotion__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.4rem 4rem;
    gap: 0;
    z-index: 2;
  }
  .promotion__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    background-repeat: repeat-y;
    background-position: top 0 left 0;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: -1;
  }
  .promotion__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right.svg");
    background-repeat: repeat-y;
    background-position: top 0 right 0;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: -1;
  }
  .promotion__container {
    max-width: 100rem;
  }
  .promotion__title {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    margin: 0 0 -0.5;
    z-index: 2;
  }
  .promotion__label {
    background: #2767A3;
    color: white;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 0.2rem 1.6rem 0.1rem;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
  }
  .promotion__label--ikebukuro {
    background: #E3785F;
  }
  .promotion__date {
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    font-weight: 600;
    color: #6A5B56;
  }
  .promotion__date .promotion__num {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
  }
  .promotion__date .promotion__num--large {
    font-size: 2.6rem;
    margin: 0 0.9rem;
  }
  .promotion__date .promotion__day {
    display: inline-block;
    background: white;
    color: #4a3a39;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
    margin: 0 0 0 1px;
  }
  .promotion__item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .promotion__item-shipping img, .promotion__item-coupon img {
    width: auto;
    object-fit: contain;
  }
  .promotion__item-shipping img {
    max-width: 35rem;
  }
  .promotion__item-coupon {
    position: relative;
    transition: transform 0.5s ease-in-out;
  }
  .promotion__item-coupon img {
    max-width: 62rem;
    margin: 0 0 0 -0.5rem;
  }
  .promotion__item-coupon:hover .promotion__button-coupon {
    background-color: #003E78;
  }
  .promotion__button-coupon {
    transition: transform 0.5s ease-in-out;
    position: absolute;
    bottom: 2.2rem;
    right: 4.2rem;
    padding: 0.6rem 3.2rem 0.6rem 1.6rem;
    background-color: #2767A3;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
    background: #2767A3 url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg") no-repeat top 50% right 1.6rem/1.2rem;
  }
  .promotion__button-coupon--ikebukuro {
    background-color: #E3785F;
  }
  .promotion__note {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    z-index: 2;
  }
  /* --------------------
  ご予算から選ぶ
  -------------------- */
  .budget {
    padding: 2.4rem 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .budget__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .budget__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
  ブランドから選ぶ レイアウトとブランドリスト
  -------------------- */
  .brand {
    padding: 2.4rem 4rem;
  }
  .brand__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .brand__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  .brand__tip-icon {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .brand__tip-icon::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .brand-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3.2rem 1.6rem;
    z-index: 2;
    margin: 0 0 4.8rem;
  }
  .brand-card-item {
    width: calc((100% - 4.8rem) / 4);
    width: 19.6rem;
  }
  .brand-card-item__tag {
    margin: 0 0 0.8rem;
  }
  .brand-card-item__link {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .brand-card-item__link:hover .brand-card-item__image {
    transform: scale(1.2);
  }
  .brand-card-item__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.8rem;
    height: 4.8rem;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
  }
  .brand-card-item__image {
    padding: 1rem 3rem 0;
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
  }
  .brand-card-item__image img {
    object-fit: contain;
    height: 11.8rem;
  }
  .brand-card-item__title {
    padding: 1.6rem 1rem;
    background-color: #fff;
    font-weight: 800;
    max-height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand-keywords-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 120rem;
  }
  .brand-keywords-list.is-hidden {
    display: none;
  }
  .brand-keywords-item {
    padding: 1.2rem 1.6rem;
    background-color: #fff;
    border-radius: 999px;
    border: solid 1px #2767A3;
    z-index: 3;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .brand-keywords-item:hover {
    background-color: #2767A3;
    border: solid 1px #2767A3;
  }
  .brand-keywords-item:hover .brand-keywords-item__link {
    color: white;
  }
  .brand-keywords-item__link {
    font-weight: 800;
  }
  /* --------------------
  年代から選ぶ レイアウト
  （ボタンはoption-listのファイルにあります）
  -------------------- */
  .age {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12rem 4rem;
  }
  .age::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgb(255, 251, 242), transparent);
  }
  .age__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 140rem;
    margin: 0 auto;
    padding: 8rem 4rem;
    background-color: #FAEFD4;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
  }
  /* --------------------
  おすすめ特集のレイアウト
  （商品リンクリストはgoods-listファイルにあります）
  -------------------- */
  .feature {
    display: flex;
    position: relative;
    flex-direction: column;
    background-image: linear-gradient(rgba(129, 221, 235, 0.0392156863), rgba(129, 221, 235, 0.1019607843)), url("/g_images/freearea/otyugen2025/img_bg-feature.svg");
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 1977px;
    background-position: -2px 0;
    background-blend-mode: overlay;
    z-index: 0;
  }
  .feature__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10rem 4rem 9.6rem;
    align-items: center;
    z-index: 0;
  }
  .feature__item {
    display: flex;
    align-items: center;
    gap: 5.6rem;
  }
  .feature__item--reverse {
    flex-direction: row-reverse; /* 要素の順序を逆にする */
  }
  .feature__text-box {
    max-width: 41.6rem;
  }
  .feature__image {
    border-radius: 260px;
    overflow: hidden;
    max-width: 36rem;
    max-height: 66.4rem;
    box-shadow: 20px 20px 16px rgb(144, 223, 201);
  }
  .feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .heading-feature {
    font-family: "YuMincho", serif;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
    font-size: 4rem;
    padding: 3.6rem 0;
    margin: 0 0 3.2rem;
  }
  .heading-feature span {
    font-family: "YuMincho", serif;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: block;
    font-size: 2rem;
    margin: 0 0 0.4rem;
  }
  .heading-feature::before, .heading-feature::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-image: url("/g_images/freearea/otyugen2025/img_feature-line.svg");
    background-position: top left;
    background-repeat: no-repeat;
  }
  .heading-feature::before {
    top: 0;
  }
  .heading-feature::after {
    bottom: 0;
  }
  /* --------------------
  背景縦断エリア
  -------------------- */
  .bgarea {
    padding: 4rem 0;
    position: relative;
    background-image: linear-gradient(#81ddeb, rgba(129, 221, 235, 0.8) 15%, rgba(129, 221, 235, 0.5019607843) 80%, #81ddeb);
    z-index: 0;
  }
  .bgarea::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/g_images/freearea/otyugen2025/img_bg-water.png") center center/contain repeat;
    z-index: -1;
    mix-blend-mode: overlay;
  }
  .bgarea-others {
    height: 100%;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-others.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
  }
  .bgarea-nav {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-nav.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* --------------------
  配送商品/店舗受け取り商品を見る
  -------------------- */
  .other__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    padding: 3.2rem 4rem 7.2rem;
    gap: 2.4rem;
  }
  .other-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.2rem 2.4rem 2.2rem 4rem;
    width: 36rem;
    height: 6.4rem;
    border: solid 2px #F7C8C8;
    border-radius: 99.9rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    text-align: center;
  }
  .other-button__text {
    display: flex;
    font-size: 1.6rem;
    text-align: center;
    justify-content: center;
    align-items: baseline;
    margin: 0 auto;
    font-weight: 600;
  }
  .other-button__text--large {
    font-size: 2rem;
  }
  .other-button:hover {
    background-color: #003E78;
    border: solid 2px #003E78;
  }
  .other-button:hover::before, .other-button:hover::after {
    filter: brightness(0) invert(1);
  }
  .other-button:hover .other-button__text {
    color: #fff;
  }
  .other-button--ikebukuro::before, .other-button--ikebukuro::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_bag.svg");
  }
  .other-button--ikebukuro::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_arrow-right.svg");
  }
  .other-button--ikebukuro .is-current {
    background-color: #2767A3;
    border: none;
  }
  .other-button--ikebukuro .is-current::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--ikebukuro .is-current::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--ikebukuro .is-current .other-button__text {
    color: #fff;
  }
  .other-button--funabashi::before, .other-button--funabashi::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_bag.svg");
  }
  .other-button--funabashi::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_arrow-right.svg");
  }
  .other-button--funabashi .is-current {
    background-color: #2767A3;
    border: none;
  }
  .other-button--funabashi .is-current::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--funabashi .is-current::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--funabashi .is-current .other-button__text {
    color: #fff;
  }
  .other-button--haisou {
    background-color: #2767A3;
    border: solid 2px #2767A3;
  }
  .other-button--haisou::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--haisou .other-button__text {
    color: #fff;
  }
  .other-button--haisou:hover {
    background-color: #003E78;
    border: solid 2px #003E78;
  }
  .other-button--ikebukuro-ikebukuroPage {
    background-color: #E3785F;
    border: solid 2px #E3785F;
    min-width: 44rem;
  }
  .other-button--ikebukuro-ikebukuroPage::before, .other-button--ikebukuro-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro-ikebukuroPage::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--ikebukuro-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--ikebukuro-ikebukuroPage .other-button__text {
    color: #fff;
  }
  .other-button--funabashi-ikebukuroPage {
    min-width: 44rem;
  }
  .other-button--funabashi-ikebukuroPage::before, .other-button--funabashi-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi-ikebukuroPage::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_bag.svg");
  }
  .other-button--funabashi-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_arrow-right.svg");
  }
  .other-button--funabashi-ikebukuroPage .other-button__text {
    color: #333;
  }
  .other-button--haisou-ikebukuroPage {
    min-width: 44rem;
  }
  .other-button--haisou-ikebukuroPage::before, .other-button--haisou-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou-ikebukuroPage::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_track.svg");
  }
  .other-button--haisou-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_arrow-right.svg");
  }
  .other-button--funabashi-funabashiPage {
    background-color: #D55B88;
    border: solid 2px #D55B88;
    min-width: 44rem;
  }
  .other-button--funabashi-funabashiPage::before, .other-button--funabashi-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi-funabashiPage::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--funabashi-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--funabashi-funabashiPage .other-button__text {
    color: #fff;
  }
  .other-button--ikebukuro-funabashiPage {
    min-width: 44rem;
  }
  .other-button--ikebukuro-funabashiPage::before, .other-button--ikebukuro-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro-funabashiPage::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_bag.svg");
  }
  .other-button--ikebukuro-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-right.svg");
  }
  .other-button--haisou-funabashiPage {
    min-width: 44rem;
  }
  .other-button--haisou-funabashiPage::before, .other-button--haisou-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou-funabashiPage::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_track.svg");
  }
  .other-button--haisou-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-right.svg");
  }
  /* --------------------
  こちらもおすすめ banner-list
  -------------------- */
  .banner__inner {
    padding: 0rem 4rem 9.6rem;
    text-align: center;
  }
  .banner-list {
    max-width: 120rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 2rem 2.4rem;
  }
  .banner-item {
    max-width: 28.2rem;
  }
  .banner-item__link {
    transition: opacity 0.2s;
  }
  .banner-item__link:hover {
    opacity: 0.5;
  }
  /* --------------------
  ご注意事項
  -------------------- */
  .guide__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.8rem 4rem;
    width: 100%;
    gap: 4rem;
    background-color: #2767A3;
  }
  .heading-guide {
    font-family: "YuMincho", serif;
    color: white;
    font-weight: 800;
    font-size: 3.2rem;
  }
  /* --------------------
  見出し
  -------------------- */
  .heading-main {
    display: inline-flex;
    position: relative;
    margin: 0 auto 4.8rem;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-inline: 3.6rem;
    font-family: "YuMincho", serif;
    z-index: 99;
  }
  .heading-main--feature {
    font-size: 4rem;
  }
  .heading-main--thin {
    margin: 0 auto 3.2rem;
  }
  .heading-main--decorated {
    font-size: 4rem;
    margin: 0 auto 5.6rem;
  }
  .heading-main--decorated::before, .heading-main--decorated::after {
    content: "";
    position: absolute;
    top: 30%;
    width: 8rem;
    height: 1.6rem;
  }
  .heading-main--decorated::before {
    left: -5rem;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration.svg") no-repeat top center/contain;
  }
  .heading-main--decorated::after {
    right: -5rem;
    scale: -1 1;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration.svg") no-repeat top center/contain;
  }
  /* --------------------
  タブ
  -------------------- */
  .tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 0.8rem #2767A3;
    padding: 2.4rem 0 0 0;
  }
  .tab--ikebukuro {
    border-bottom: solid 0.8rem #E3785F;
  }
  .tab--funabashi {
    border-bottom: solid 0.8rem #D55B88;
  }
  .tab__list {
    display: flex;
    align-items: flex-end;
    gap: 2.4rem;
    width: 100%;
    max-width: 120rem;
  }
  .tab__item {
    position: relative;
    width: calc((100% - 24px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #626262;
    border-radius: 1rem 1rem 0 0;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    height: 5.6rem;
  }
  .tab__item:hover {
    background-color: #464646;
  }
  .tab__item--haisou .tab__text, .tab__item--ikebukuro .tab__text, .tab__item--funabashi .tab__text {
    padding: 0 0 0 4rem;
    background-size: 3.2rem;
  }
  .tab__item--haisou .tab__text {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_track.svg");
  }
  .tab__item--ikebukuro .tab__text {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .tab__item--funabashi .tab__text {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .tab__item.is-current {
    background-color: #2767A3;
    padding: 2rem 0 1.2rem;
    height: 6.8rem;
  }
  .tab__item.is-current:hover {
    background-color: #2767A3;
  }
  .tab__item.is-current .tab__text {
    font-size: 2.4rem;
  }
  .tab__item--ikebukuro.is-current {
    background-color: #E3785F;
    padding: 2rem 0 1.2rem;
  }
  .tab__item--ikebukuro.is-current .tab__text {
    font-size: 2.4rem;
  }
  .tab__item--ikebukuro.is-current:hover {
    background-color: #E3785F;
  }
  .tab__item--funabashi.is-current {
    background-color: #D55B88;
    padding: 2rem 0 1.2rem;
  }
  .tab__item--funabashi.is-current .tab__text {
    font-size: 2.4rem;
  }
  .tab__item--funabashi.is-current:hover {
    background-color: #D55B88;
  }
  .tab__link {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .tab__text {
    padding: 1.2rem 0 0 3rem;
    font-size: 2rem;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    background-size: 3rem;
    color: #fff;
  }
  /* --------------------
  clip-pathで角を切り抜いた要素に影をつける設定
  -------------------- */
  .clip-path {
    position: relative;
    filter: drop-shadow(0 0 88px rgba(166, 64, 33, 0.15));
  }
  /* --------------------
  スクロール追従ナビ
  -------------------- */
  #pagetop,
  #withdesk-widget-window {
    bottom: 2rem;
  }
  .fixed-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .fixed-nav__page-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
  }
  .fixed-nav__page-item {
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: #626262;
  }
  .fixed-nav__page-item--haisou {
    border-radius: 1rem 0 0 0;
  }
  .fixed-nav__page-item--haisou:hover {
    background-color: #464646;
  }
  .fixed-nav__page-item--haisou.is-current {
    background-color: #2767A3;
  }
  .fixed-nav__anchor-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
  }
  .fixed-nav__anchor-item {
    border-bottom: 1px solid #BAE3F2;
  }
  .fixed-nav__anchor-item:last-child {
    border-bottom: none;
  }
  .fixed-nav__anchor-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  .fixed-nav__anchor-link:hover {
    background-color: #2767A3;
  }
  .fixed-nav__anchor-link:hover .fixed-nav__anchor-text {
    color: #fff;
  }
  .fixed-nav__anchor-link:hover .fixed-nav__anchor-text::before, .fixed-nav__anchor-link:hover .fixed-nav__anchor-text::after {
    filter: brightness(0) invert(1);
  }
  .fixed-nav__anchor-link--ranking {
    border-radius: 10px 0 0 0;
  }
  .fixed-nav__anchor-link--coupon {
    background-color: #2767A3;
  }
  .fixed-nav__anchor-link--coupon:hover {
    background-color: #003E78;
  }
  .fixed-nav__anchor-link--guide {
    border-radius: 0 0 0 10px;
    background-color: #C20303;
    padding: 1.1rem 0.8rem;
  }
  .fixed-nav__anchor-link--guide:hover {
    background-color: #C20303;
    opacity: 0.7;
  }
  .fixed-nav__anchor-text {
    display: flex;
    align-items: center;
    text-align: left;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .fixed-nav__anchor-text::before {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .fixed-nav__anchor-text--ranking::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_ranking.svg");
  }
  .fixed-nav__anchor-text--category::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_category.svg");
  }
  .fixed-nav__anchor-text--budget::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_budget.svg");
  }
  .fixed-nav__anchor-text--brand-all::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_brand.svg");
  }
  .fixed-nav__anchor-text--recipient::before {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_recipient.svg");
  }
  .fixed-nav__anchor-text--coupon {
    color: #fff;
  }
  .fixed-nav__anchor-text--coupon::before {
    background-image: url("/g_images/freearea/otyugen2025/white/ico_coupon.svg");
  }
  .fixed-nav__anchor-text--guide {
    color: #fff;
  }
  .fixed-nav__anchor-text--guide::before {
    background-image: url("/g_images/freearea/otyugen2025/white/ico_guide.svg");
  }
  /* --------------------
  丸画像リスト（カテゴリで使用）
  -------------------- */
  .circle-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem 2.4rem;
    width: 100%;
    z-index: 2;
  }
  .circle-list-item {
    width: calc((100% - 7.2rem) / 4);
    min-width: 14.7rem;
  }
  .circle-list-item--fifth {
    width: calc((100% - 9.6rem) / 5);
  }
  .circle-list-item__link {
    transition: opacity 0.2s;
  }
  .circle-list-item__link img {
    transition: all 0.5s ease-in-out;
  }
  .circle-list-item__link:hover img {
    transform: scale(1.1, 1.1);
  }
  .circle-list-item__image {
    position: relative;
    margin-bottom: 1.2rem;
    border-radius: 999px;
    overflow: hidden;
  }
  .circle-list-item__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99.9rem;
    background: radial-gradient(transparent 64%, rgba(255, 255, 255, 0.5) 64%);
  }
  .circle-list-item__image--overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .circle-list-item__overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    z-index: 2;
    width: 100%;
    padding: 0 1rem;
  }
  .circle-list-item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 600;
    text-align: center;
  }
  .circle-list-item__note-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #838383;
    font-size: 1.1rem;
    margin: 0.8rem 0 0 0;
    letter-spacing: -0.05em;
  }
  .circle-list-item__note-text span {
    flex-shrink: 0;
  }
  /* --------------------
  特集で使用する商品リスト
  -------------------- */
  .goods-large {
    display: flex;
    gap: 20px;
    margin-bottom: 6.4rem;
    z-index: 99;
  }
  .goods-large__link {
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
  }
  .goods-large__link img {
    transition: all 0.5s ease-in-out;
  }
  .goods-large__link:hover .goods-large__name,
  .goods-large__link:hover .goods-large__price,
  .goods-large__link:hover .goods-large__description,
  .goods-large__link:hover .goods-large__more-link {
    color: #0c60d1;
    text-decoration: underline;
  }
  .goods-large__link:hover .goods-large__more-link::after {
    left: 8.5rem;
  }
  .goods-large__link:hover .goods-large__image img {
    transform: scale(1.03);
  }
  .goods-large__image {
    border-radius: 80px 0 80px 0;
    overflow: hidden;
    width: 49.6rem;
    height: 36rem;
  }
  .goods-large__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
  .goods-large__detailBox {
    flex-grow: 1;
    padding: 20px 40px 20px 0;
    text-align: left;
    width: auto;
    width: clamp(30%, 29.6rem, 29.6rem);
  }
  .goods-large__code {
    font-size: 1.4rem;
  }
  .goods-large__name {
    margin: 0 0 1.2rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .goods-large__price {
    margin: 0 0 2.4rem;
    font-weight: 600;
  }
  .goods-large__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
  }
  .goods-large__price-light {
    font-weight: 500;
  }
  .goods-large__description {
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 省略記号 (...) を表示 */
    -webkit-line-clamp: 5; /* 表示する行数を5行に制限 */
  }
  .goods-list__item {
    margin: 0 0 2.4rem;
    list-style: none;
  }
  .goods-list__item:last-child {
    margin: 0;
  }
  .goods-list__link {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    text-decoration: none;
  }
  .goods-list__link img {
    transition: all 0.5s ease-in-out;
  }
  .goods-list__link:hover {
    text-decoration: underline;
  }
  .goods-list__link:hover .goods-list__name,
  .goods-list__link:hover .goods-list__price,
  .goods-list__link:hover .goods-list__description,
  .goods-list__link:hover .goods-list__more-link {
    color: #0c60d1;
    text-decoration: underline;
  }
  .goods-list__link:hover .goods-list__more-link::after {
    left: 8.5rem;
  }
  .goods-list__link:hover .goods-list__image img {
    transform: scale(1.03);
  }
  .goods-list__image {
    min-width: 23.1rem;
    height: 17.6rem;
    border-radius: 56px 0 56px 0;
    overflow: hidden;
  }
  .goods-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
  .goods-list__detail {
    text-align: left;
  }
  .goods-list__code {
    font-size: 1.4rem;
  }
  .goods-list__name {
    margin: 0 0 1.6rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .goods-list__price {
    font-weight: 600;
  }
  .goods-list__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  .goods-list__price-light {
    font-weight: 500;
  }
  .goods-list__more {
    text-align: right;
    font-weight: 600;
  }
  .goods-list__more-link {
    position: relative;
    display: inline-flex;
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
    width: 12rem;
    cursor: pointer;
  }
  .goods-list__more-link::after {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 5%;
    left: 8rem;
    width: 2rem;
    height: 2rem;
    margin-left: 1.2rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_feature-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
  }
  .goods-list__more-link--ikebukuro::after {
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_feature-arrow.svg");
  }
  .goods-list__note {
    margin: 1.6rem 0 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .goods-list__note-text {
    color: #ff0000;
  }
  /* --------------------
  オプションリスト
  （「予算から選ぶ」や「年代から選ぶ」で使用）
  -------------------- */
  .options-list {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 129rem;
    flex-wrap: wrap;
    gap: 2.4rem 1.6rem;
  }
  .options-item {
    width: calc((100% - 3.2rem) / 3);
    max-width: 32rem;
    min-width: 26.6rem;
  }
  .options-item--large {
    width: calc((100% - 3.2rem) / 2);
    min-width: 28.5rem;
  }
  .options-item__link {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 10rem;
    padding: 0.6rem 2rem 0.6rem 0.6rem;
    border: solid 0.1rem #2767A3;
    border-radius: 99.9rem;
    gap: 0 1.2rem;
    transition: opacity 0.2s;
    background: #fff url("/g_images/freearea/otyugen2025/blue/ico_arrow-right.svg") no-repeat top 50% right 1rem/1.6rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .options-item__link:hover {
    background: #2767A3 url("/g_images/freearea/otyugen2025/white/ico_arrow-right.svg") no-repeat top 50% right 1rem/1.6rem;
    border: solid 0.1rem #2767A3;
  }
  .options-item__link:hover .options-item__text {
    color: #fff;
  }
  .options-item__image {
    width: 8.8rem;
    height: 8.8rem;
    aspect-ratio: 1/1;
  }
  .options-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .options-item__text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px 0;
    height: auto;
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .options-item__text--translate {
    translate: 0 -4px;
    font-weight: 600;
  }
  .options-item__text--jp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .options-item__text--jp .options-item__text-large {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    translate: 0;
  }
  .options-item__text-line {
    display: block;
  }
  .options-item__text-large {
    font-family: "Roboto", sans-serif;
    font-size: 2.8rem;
    translate: 0 0.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-right: 0.1rem;
  }
  .options-item__text-large.is-pc {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    translate: 0;
  }
  .options-item__text-large--jp {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    translate: 0;
  }
  .options-item__note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #838383;
    font-size: 1.1rem;
    margin: 0.8rem 0 0 0;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .options-item__note span {
    flex-shrink: 0;
  }
  /* --------------------
  ボタン
  -------------------- */
  .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 4.8rem auto 0;
    z-index: 3;
  }
  .button-box--brand {
    margin: 0 auto;
  }
  .button-box--feature {
    justify-content: left;
    margin: 3.2rem 0 0;
  }
  .button-box--feature a {
    margin: 0;
  }
  .button-box--guide {
    max-width: 40rem;
    margin: 0;
  }
  .button-box--guide a {
    background-color: #fff;
    margin: 0 auto 0 0;
    width: 40rem;
    padding: 2rem 2rem 2rem 4rem;
  }
  .button-box--guide .button .button-text {
    color: #2767A3;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    font-size: 2rem;
  }
  .button-box--guide .button .button-text::before, .button-box--guide .button .button-text::after {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .button-box--guide .button .button-text::before {
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
  }
  .button-box--guide .button .button-text::after {
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_arrow-right.svg");
  }
  .button-box--guide:hover a {
    background-color: #E8F4FF;
  }
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32rem;
    margin: 0 auto;
    padding: 1.6rem 2rem;
    border-radius: 99.9rem;
    background-color: #2767A3;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .button:hover {
    background-color: #003E78;
    cursor: pointer;
  }
  .button .button-text {
    width: 100%;
    padding-right: 2rem;
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-right.svg") no-repeat top 50% right 0/1.1rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  }
  .button .button-text--anchor {
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-down.svg") no-repeat top 50% right 0/1.1rem;
  }
  .button.is-open .button-text--anchor {
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-top.svg") no-repeat top 50% right 0/1.1rem;
  }
  /* --------------------
  キャンペーン
  -------------------- */
  .campaign {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-campaign.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .campaign__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 83.2rem;
    margin: 0 auto;
    padding: 6.4rem 0;
    width: 100%;
  }
  .campaign__title {
    margin: 0 0 5.6rem;
    max-width: 83.2rem;
  }
  .campaign__title img {
    margin: 0 0 2.4rem;
  }
  .campaign__text {
    font-size: 1.6rem;
  }
  .campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2.4rem;
    z-index: 2;
  }
  .campaign-item {
    width: calc((100% - 6.4rem) / 3);
    max-width: 28.2rem;
    position: relative;
  }
  .campaign-item__tag {
    margin: 0 0 0.8rem;
  }
  .campaign-item__link {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 40px rgba(237, 186, 119, 0.1), 8px 8px 5px rgba(255, 189, 104, 0.2);
  }
  .campaign-item__link:hover .campaign-item__image {
    overflow: hidden;
  }
  .campaign-item__link:hover .campaign-item__image img {
    transform: scale(1.1);
  }
  .campaign-item__link::before {
    content: "";
    position: absolute;
    top: -2.4rem;
    left: -1.3rem;
    width: 8.4rem;
    height: 8.4rem;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag.png");
  }
  .campaign-item__link--20::before {
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag-20.png");
  }
  .campaign-item__link--50::before {
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag-50.png");
  }
  .campaign-item__image {
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
  }
  .campaign-item__image img {
    object-fit: contain;
    height: 16rem;
    transition: transform 0.5s ease-in-out;
  }
  .campaign-item__logo {
    position: relative;
    padding: 1.3rem 0;
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    height: 8rem;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .campaign-item__logo img {
    max-width: 17.1rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .campaign-item__title {
    position: relative;
    padding: 0.8rem 0.8rem;
    background-color: #FFD67F;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .campaign-item__text {
    padding: 1.6rem 0.8rem;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .campaign-item__text span {
    display: block;
    color: #EB440D;
    font-size: 1.8rem;
    font-weight: 800;
  }
  /* --------------------
  人気商品特集
  （商品リンクリストはgoods-listファイルにあります）
  -------------------- */
  .pupular {
    position: relative;
    background-image: linear-gradient(#a4ebd7, rgba(129, 221, 235, 0.3019607843));
    background-color: #fff;
    background-size: 100% 100%;
  }
  .pupular::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/g_images/freearea/otyugen2025/img_bg-water.png") top center/contain repeat;
    opacity: 0.8;
    background-repeat: repeat;
    mix-blend-mode: overlay;
  }
  .pupular__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6.4rem 4rem 9.6rem;
    align-items: center;
    z-index: 0;
    border-radius: 200px 0 200px 0;
  }
  .pupular__heading {
    font-size: 3.2rem;
    text-align: center;
    margin: 0 0 4.8rem;
    color: #333;
    font-weight: 800;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "YuMincho", serif;
  }
  .pupular__note {
    margin: 1.2rem 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    color: #ff0000;
    font-weight: 800;
  }
  .pupular__heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4.8rem;
    gap: 2rem;
  }
  .pupular__heading-sub {
    width: 30%;
    min-width: 30%;
  }
  .pupular__heading-sub img {
    height: 100%;
  }
  .pupular__child {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
    margin-bottom: 5.6rem;
    border-radius: 200px 0 200px 0;
  }
  .pupular__child:last-child {
    margin: 0;
  }
  .pupular__child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 200px 0 200px 0;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  .pupular__child:last-of-type {
    margin-bottom: 0;
  }
  .pupular .heading-main {
    color: #333;
  }
  /* --------------------
  ご予算から選ぶ
  -------------------- */
  .recipient {
    padding: 2.4rem 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .recipient__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .recipient__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  /* 画面サイズが767.9pxまではここを読み込む */
  body {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
  }
  .otyugen2025 {
    width: 100vw;
    translate: calc((100vw - 1200px) / 2 * -1);
    color: #555;
  }
  .link-text {
    position: relative;
    color: #0C60D1;
  }
  .p-category-top__body *,
  .p-category-top__body *::before,
  .p-category-top__body *::after {
    box-sizing: border-box;
    font-family: "Noto Sans", "Arial", sans-serif;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    border: 0;
  }
  a img:hover {
    opacity: 1;
  }
  .wave-top {
    position: relative;
    display: block;
    width: 100%;
    height: 4rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave.svg");
    background-repeat: repeat-x;
    background-size: 768px auto;
    z-index: 0;
    margin: 0 0 -0.1rem;
    pointer-events: none;
  }
  .wave-top--water {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-water-sp.jpg");
  }
  .wave-top--campaign {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-campaign.jpg");
  }
  .wave-top--popular {
    height: 6rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-popular.jpg");
  }
  .wave-top--feature {
    height: 16rem;
    background-size: 1600px auto;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-feature.svg");
  }
  .wave-top--others {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-others.svg");
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    width: 100%;
  }
  .pagetitle__inner {
    height: 100%;
    position: relative;
  }
  .button-box-pagetitle {
    position: absolute;
    bottom: 8%;
    right: 20%;
  }
  .button-box-pagetitle a {
    width: 24rem;
  }
  /* --------------------
  ランキング（SP用）
  -------------------- */
  #ranking {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100vw;
    padding: 5.6rem 0 4rem;
    z-index: 1;
  }
  #ranking .ranking-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
  }
  #ranking .p-category-top__ranking__body {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    height: auto;
    padding: 40px 16px;
    background: none;
  }
  #ranking .p-category-top__ranking-content__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.6rem;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    width: 19rem;
    margin-right: 1.6rem;
  }
  #ranking .ranking-icon {
    margin-bottom: 1rem;
  }
  #ranking .button {
    margin-top: 3rem;
    width: 33.7rem;
    text-align: center;
  }
  .p-category-top__ranking-icon-wrap {
    display: flex;
    justify-content: center;
  }
  .c-goods-info__image {
    display: flex;
    justify-content: center;
  }
  .c-goods-info__image img {
    width: 80%;
  }
  /* slick */
  .p-category-top__ranking-content__body .slick-slider {
    width: 100%;
  }
  .p-category-top__ranking-content__body .slick-list {
    width: 100vw;
    overflow: hidden;
  }
  .p-category-top__ranking__body .slick-track {
    border: solid salmon;
    gap: 0 1.5rem;
    display: flex;
  }
  .p-category-top__ranking-content__body .slick-slide {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
  .p-category-top__ranking-content__body .slick-dots {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    border: none;
    margin-top: 0;
    font-size: 0; /* 数字を見えなくする */
  }
  .p-category-top__ranking-content__body .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #e5e5e5;
    border: none;
    cursor: pointer;
  }
  .p-category-top__ranking-content__body .slick-dots button:hover,
  .p-category-top__ranking-content__body .slick-dots .slick-active button {
    background-color: #2767A3;
  }
  /* --------------------
  背景付き検索エリア
  -------------------- */
  .search {
    padding: 0;
    width: 100%;
    margin: 0 0 3.2rem;
  }
  .search--others {
    margin: 0;
  }
  .search__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 55px rgba(229, 107, 107, 0.13);
    z-index: 0;
  }
  .search__banner {
    margin: 3.2rem 2rem 0;
  }
  .search__banner:hover .search__banner-image {
    transform: scale(1.05);
  }
  .search__banner-image {
    max-width: 33.5rem;
  }
  .search__accordion {
    width: 100%;
    max-width: 33.5rem;
    margin: 2rem 2rem 0;
    z-index: 2;
  }
  .search__accordion-head {
    padding: 1.2rem 0.8rem 1.2rem 1.6rem;
    background-color: #EBEBEB;
  }
  .search__accordion-head-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .search__accordion-head-text::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.6rem 0 0;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .search__accordion-head-text::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .is-open .search__accordion-head-text::after {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_close.svg");
  }
  .search__accordion-body {
    display: none;
    padding: 1.6rem;
    border-bottom: solid 2px #EBEBEB;
    border-right: solid 2px #EBEBEB;
    border-left: solid 2px #EBEBEB;
  }
  .search__accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .search__accordion-item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .search__accordion-item span {
    display: inline;
    margin: 0 1.2rem 0 0;
    font-weight: 600;
  }
  .search__accordion-note {
    margin: 2.4rem 0 0;
    font-size: 1.6rem;
  }
  .search__accordion-note span {
    display: block;
  }
  /* --------------------
  検索系パーツ
  -------------------- */
  .search-keywords {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-weight: 600;
    color: #333;
    gap: 0 0.6rem;
    margin-bottom: 1.6rem;
    padding: 0 0 0 2rem;
  }
  .keywords-heading {
    text-align: center;
    font-weight: 600;
    margin: 1.2rem;
  }
  .keywords-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.6rem;
    color: #333;
    z-index: 2;
    overflow-x: auto;
  }
  /* テキスト検索 */
  .search-text {
    width: 100%;
    margin-inline: auto;
    padding: 0 2rem;
  }
  .search-text__form {
    position: relative;
    display: flex;
  }
  .search-text__input {
    flex: 1;
    height: 48px;
    background-color: #F7F7F7;
    border-radius: 999px;
    padding: 0 16px;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_search.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 1.5rem;
  }
  .search-text__input::placeholder {
    color: #999999;
  }
  .search-text-button {
    display: none;
  }
  .tag {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 4rem;
    padding: 1rem 1.2rem;
    transition: background-color 0.2s;
    border: solid 1px #2767A3;
    border-radius: 999px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .tag--no1, .tag--no2, .tag--no3 {
    padding: 1rem 1.2rem 1rem 2.9rem;
  }
  .tag--no1::before, .tag--no2::before, .tag--no3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.8rem;
    height: 2rem;
    left: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .tag--no1::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no1.svg");
  }
  .tag--no2::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no2.svg");
  }
  .tag--no3::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no3.svg");
  }
  /* --------------------
  ページ上部背景エリア
  -------------------- */
  .top {
    position: relative;
    background-color: #fff;
    height: auto;
    overflow: hidden;
  }
  .top__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4rem 0 2.4rem;
  }
  .top__catalogLink {
    text-align: center;
    margin-top: 3.2rem;
  }
  .top__catalogLink:hover {
    opacity: 0.8;
  }
  /* --------------------
  おすすめカテゴリ
  -------------------- */
  .recommend-list {
    display: flex;
    flex-direction: column;
    width: 100vw;
    overflow: hidden;
  }
  .recommend-item {
    position: relative;
    height: auto;
  }
  .recommend-item img {
    width: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
  }
  .recommend-item__title {
    padding: 1.2rem 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    transition: color 0.2s, text-decoration 0.2s;
  }
  .recommend-item__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    transition: background-color 0.2s;
    margin: 0 1.3rem;
  }
  .recommend-item__image {
    position: relative;
    width: 100%;
  }
  .recommend-item__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .recommend-item__tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    left: 0;
    width: 7.7rem;
    height: 7.7rem;
    transform-origin: bottom;
    pointer-events: none;
    background: url("/g_images/freearea/otyugen2025/img_tag-no1.png") no-repeat center/contain;
  }
  .recommend-item__tag--15off {
    background: url("/g_images/freearea/otyugen2025/img_tag-15off.png") no-repeat center/contain;
  }
  .recommend-item__tag--15off {
    background: url("/g_images/freearea/otyugen2025/img_tag-10off.png") no-repeat center/contain;
  }
  .recommend-item__tag--no1 {
    background: url("/g_images/freearea/otyugen2025/img_tag-no1.png") no-repeat center/contain;
  }
  .recommend-item__tag--thanks {
    background: url("/g_images/freearea/otyugen2025/img_tag-thanks.png") no-repeat center/contain;
  }
  .recommend-item__tag--hot {
    background: url("/g_images/freearea/otyugen2025/img_tag-hot.png") no-repeat center/contain;
  }
  .recommend-list .slick-list {
    width: 100%;
  }
  .recommend-list .slick-track {
    display: flex;
    gap: 0 2.6rem;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
    gap: 1.2rem;
    border: none;
    font-size: 0; /* 数字を見えなくする */
  }
  .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #E5E5E5;
    border: none;
    cursor: pointer;
  }
  .slick-dots .slick-active button {
    background-color: #2767A3;
  }
  /* --------------------
  ナビゲーションエリア
  -------------------- */
  .nav {
    position: relative;
    width: 100%;
    height: auto;
    background-repeat: repeat;
    background-size: contain;
    z-index: 0;
    overflow: hidden;
  }
  .nav__inner {
    width: 100%;
    padding: 6rem 1.6rem 7.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav__banners {
    position: relative;
    max-width: 120rem;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .nav__banners-row {
    display: flex;
    flex-wrap: wrap;
  }
  .nav__banner-item {
    width: calc((100% - 0.8rem) / 2);
  }
  .nav__banner-item:first-child {
    width: 100%;
  }
  .nav__banner-image img {
    width: 100%;
  }
  .nav__catalogLink {
    text-align: center;
    margin: 3.2rem 0 0;
  }
  /* --------------------
  ナビゲーション
  -------------------- */
  .nav-menu {
    z-index: 3;
  }
  .nav-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 7.2rem;
  }
  .nav-menu__note {
    margin: 1.6rem 0 0 0;
    line-height: 1;
  }
  .nav-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 0.8rem 1.2rem;
  }
  .nav-menu-item {
    position: relative;
    flex: 1 1 calc(50% - 0.6rem);
    min-width: 16.5rem;
    max-width: 24rem;
  }
  .nav-menu-item__link {
    display: flex;
    padding: 1.6rem 1.8rem 1.6rem 1.2rem;
    border-radius: 999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 50% left 2.4rem;
    background-size: 2.4rem;
    transition: background-color 0.3s;
  }
  .nav-menu-item__link--guide {
    border: none;
    background-color: #C20303;
  }
  .nav-menu-item__link--coupon {
    border: none;
    background-color: #2767A3;
  }
  .nav-menu-item__text {
    display: flex;
    align-items: center;
    max-width: 24rem;
    min-width: 13.3rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    background-size: 1.2rem;
    white-space: nowrap;
    gap: 0 0.2rem;
  }
  .nav-menu-item__text::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--guide {
    color: #fff;
    font-size: 1.6rem;
  }
  .nav-menu-item__text--guide::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--coupon {
    color: #fff;
  }
  .nav-menu-item__text--coupon::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--small {
    font-size: 1.2rem;
    font-weight: 500;
  }
  /* --------------------
  カテゴリから選ぶ
  -------------------- */
  .category {
    padding: 4rem 1.6rem 0;
    text-align: center;
    position: relative;
  }
  .category__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .category__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
    ページ上部訴求エリア
  -------------------- */
  .promotion {
    position: relative;
    width: 100%;
    background-image: url(/g_images/freearea/mothersday2025/img_bg-water.png);
    background-repeat: repeat;
    background-size: contain;
    z-index: 0;
  }
  .promotion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 247, 244, 0.5), transparent);
    z-index: 0;
  }
  .promotion::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 247, 244, 0.5), transparent);
    z-index: 0;
  }
  .promotion--ikebukuro {
    background: #FCF2F4 url("/g_images/freearea/mothersday2025/img_bg-water-pr-ikebukuro.png") no-repeat center/cover;
  }
  .promotion__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.4rem 1.5rem;
    gap: 0.4rem;
    z-index: 2;
  }
  .promotion__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -66px;
    width: 30%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left-pr-sp.svg");
    background-repeat: repeat-y;
    /* 白いスクリーンの設定 */
    background-color: rgb(255, 255, 255);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left-pr-sp.svg");
    z-index: -1;
  }
  .promotion__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 30%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right-pr-sp.svg");
    background-repeat: repeat-y;
    /* 白いスクリーンの設定 */
    background-color: rgb(255, 255, 255);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right-pr-sp.svg");
    z-index: -1;
  }
  .promotion__title {
    display: block;
  }
  .promotion__label {
    background: #2767A3;
    color: white;
    font-weight: 500;
    padding: 0.4rem 1.5rem 0.3rem;
    border-radius: 50px;
    text-align: center;
    max-width: 8.8rem;
    margin: 0 auto;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
  }
  .promotion__label--ikebukuro {
    background: #E3785F;
  }
  .promotion__date {
    font-size: 1.7rem;
    font-weight: bold;
    color: #6A5B56;
  }
  .promotion__date .promotion__num {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .promotion__date .promotion__num--large {
    font-size: 2rem;
  }
  .promotion__date .promotion__day {
    display: inline-block;
    background: white;
    color: #4a3a39;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
    margin: auto 0.2rem 0.6rem 0;
  }
  .promotion__item {
    margin-bottom: -0.2rem;
  }
  .promotion__item-shipping img, .promotion__item-coupon img {
    width: auto;
    object-fit: contain;
  }
  .promotion__item-shipping img {
    max-width: 100%;
  }
  .promotion__item-coupon {
    position: relative;
    margin: -0.4rem 0 0;
  }
  .promotion__item-coupon img {
    max-width: 100%;
  }
  .promotion__note {
    font-size: 1.1rem;
    color: #6A5B56;
    font-weight: 590;
    text-align: left;
    margin: 0 0 0 1rem;
    z-index: 4;
  }
  /* --------------------
  ご予算から選ぶ
  -------------------- */
  .budget {
    padding: 4.8rem 1.6rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .budget__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .budget__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
  ブランドから選ぶ
  -------------------- */
  .brand {
    padding: 4.8rem 1.6rem 4rem;
  }
  .brand__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .brand__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  .brand-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem 1.2rem;
    margin: 0 0 3.2rem;
  }
  .brand-card-item {
    width: calc((100% - 1.2rem) / 2);
  }
  .brand-card-item__tag {
    margin: 0 0 0.8rem;
  }
  .brand-card-item__link {
    display: inline-block;
  }
  .brand-card-item__image {
    position: relative;
    padding: 1rem 2rem 1rem;
    background-color: #fff;
  }
  .brand-card-item__image img {
    object-fit: contain;
    height: 7rem;
  }
  .brand-card-item__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .brand-card-item__title {
    padding: 0.8rem;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    min-height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand-keywords-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 120rem;
  }
  .brand-keywords-list.is-hidden {
    display: none;
  }
  .brand-keywords-item {
    padding: 1rem 1.2rem;
    background-color: #fff;
    border-radius: 999px;
    border: solid 1px #2767A3;
  }
  .brand-keywords-item__icon {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  /* --------------------
  年代から選ぶ
  -------------------- */
  .age {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4.8rem 2rem 5.6rem;
  }
  .age::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgb(255, 251, 242), transparent);
  }
  .age__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5.6rem 2rem;
    background-color: #FAEFD4;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
  }
  /* --------------------
  おすすめ特集のレイアウト
  -------------------- */
  .feature {
    display: flex;
    position: relative;
    flex-direction: column;
    background-image: linear-gradient(rgba(129, 221, 235, 0.0392156863), rgba(129, 221, 235, 0.1019607843)), url("/g_images/freearea/otyugen2025/img_bg-feature-sp.svg");
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 900px;
    background-position: 3px 0;
    background-blend-mode: overlay;
    z-index: 0;
  }
  .feature__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6.4rem 2rem 9.6rem;
    align-items: center;
    z-index: 0;
  }
  .feature__item {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 3.2rem;
    width: 100%;
    max-width: 36rem;
    margin-bottom: 4rem;
  }
  .feature__item:last-child {
    margin-bottom: 0;
  }
  .feature__text-box {
    width: 100%;
    z-index: 3;
  }
  .feature__image {
    border-radius: 500px;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    box-shadow: 8px 8px 10px rgb(144, 223, 201);
    top: 0.9rem;
    left: 7rem;
  }
  .feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .heading-feature {
    font-family: "YuMincho", serif;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
    font-size: 2.4rem;
    padding: 2rem 0;
    margin: 0 0 2.4rem;
  }
  .heading-feature span {
    font-family: "YuMincho", serif;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: block;
    font-size: 1.6rem;
    margin: 0 0 0.4rem;
  }
  .heading-feature::before, .heading-feature::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-image: url("/g_images/freearea/otyugen2025/img_feature-line.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 264px -1px;
  }
  .heading-feature::before {
    top: 0;
  }
  .heading-feature::after {
    bottom: 0;
  }
  /* --------------------
  背景縦断エリア
  -------------------- */
  .bgarea {
    position: relative;
    background-image: linear-gradient(#81ddeb, rgba(129, 221, 235, 0.8) 15%, rgba(129, 221, 235, 0.5019607843) 80%, #81ddeb);
    z-index: 0;
  }
  .bgarea::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/g_images/freearea/otyugen2025/img_bg-water.png") center center/contain repeat;
    z-index: -1;
    mix-blend-mode: overlay;
  }
  .bgarea-others {
    height: 100%;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-others.jpg");
    background-repeat: repeat;
    background-position: top left;
    background-size: 900px auto;
  }
  .bgarea-nav {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-nav-sp.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* --------------------
  ・・・はこちら sp
  -------------------- */
  .other__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 7.2rem 2rem 0;
    gap: 1.6rem 0;
  }
  .other-button {
    display: inline-flex;
    align-items: center;
    padding: 1.7rem 1.6rem 1.7rem 2.4rem;
    width: 100%;
    max-width: 38.6rem;
    border: solid 2px #2767A3;
    border-radius: 99.9rem;
  }
  .other-button__text {
    display: inline-flex;
    text-align: center;
    align-items: baseline;
    margin: 0 0 0 auto;
    font-weight: 600;
  }
  .other-button__text--large {
    font-size: 2rem;
  }
  .other-button--ikebukuro::before, .other-button--ikebukuro::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro::before {
    width: 3.1rem;
    height: 3.5rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_bag.svg");
  }
  .other-button--ikebukuro::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_arrow-right.svg");
  }
  .other-button--ikebukuro .is-current {
    background-color: #2767A3;
    border: none;
  }
  .other-button--ikebukuro .is-current::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--ikebukuro .is-current::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--ikebukuro .is-current .other-button__text {
    color: #fff;
  }
  .other-button--funabashi::before, .other-button--funabashi::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi::before {
    width: 3.1rem;
    height: 3.5rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_bag.svg");
  }
  .other-button--funabashi::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_arrow-right.svg");
  }
  .other-button--funabashi .is-current {
    background-color: #2767A3;
    border: none;
  }
  .other-button--funabashi .is-current::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--funabashi .is-current::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--funabashi .is-current .other-button__text {
    color: #fff;
  }
  .other-button--haisou {
    background-color: #2767A3;
    border: none;
  }
  .other-button--haisou::before, .other-button--haisou::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou .other-button__text {
    color: #fff;
  }
  .other-button--ikebukuro-ikebukuroPage {
    background-color: #E3785F;
    border: none;
  }
  .other-button--ikebukuro-ikebukuroPage::before, .other-button--ikebukuro-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro-ikebukuroPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--ikebukuro-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--ikebukuro-ikebukuroPage .other-button__text {
    color: #fff;
  }
  .other-button--haisou-ikebukuroPage::before, .other-button--haisou-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou-ikebukuroPage::before {
    width: 4rem;
    height: 2.5rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_track.svg");
  }
  .other-button--haisou-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_arrow-right.svg");
  }
  .other-button--funabashi-funabashiPage {
    background-color: #D55B88;
    border: none;
    max-width: 44rem;
  }
  .other-button--funabashi-funabashiPage::before, .other-button--funabashi-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi-funabashiPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--funabashi-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--funabashi-funabashiPage .other-button__text {
    color: #fff;
  }
  .other-button--ikebukuro-funabashiPage {
    max-width: 44rem;
    border: solid 2px #D55B88;
  }
  .other-button--ikebukuro-funabashiPage::before, .other-button--ikebukuro-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro-funabashiPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_bag.svg");
  }
  .other-button--ikebukuro-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-right.svg");
  }
  .other-button--haisou-funabashiPage {
    max-width: 44rem;
    border: solid 2px #D55B88;
  }
  .other-button--haisou-funabashiPage::before, .other-button--haisou-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou-funabashiPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_track.svg");
  }
  .other-button--haisou-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-right.svg");
  }
  /* --------------------
  こちらもおすすめ
  -------------------- */
  .banner__inner {
    padding: 7.2rem 2rem;
    text-align: center;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
  }
  .banner-item {
    width: calc((100% - 0.8rem) / 2);
  }
  .banner-item__link {
    transition: opacity 0.2s;
  }
  /* --------------------
  ご注意事項
  -------------------- */
  .guide {
    background-color: #2767A3;
  }
  .guide__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6.8rem 2rem;
    width: 100%;
    gap: 2.4rem;
  }
  .heading-guide {
    font-family: "YuMincho", serif;
    color: white;
    font-weight: 800;
    font-size: 2.4rem;
  }
  /* --------------------
  見出し
  -------------------- */
  .heading-main {
    display: inline-flex;
    position: relative;
    margin: 0 auto 3.2rem;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-inline: 3.6rem;
    font-family: "YuMincho", serif;
  }
  .heading-main--brand {
    margin: 0 auto 2.4rem;
    padding: 0;
  }
  .heading-main--feature {
    font-size: 2.8rem;
  }
  .heading-main--decorated {
    font-size: 3.2rem;
    margin: 0 auto 5.6rem;
  }
  .heading-main--decorated::before, .heading-main--decorated::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4.7rem;
    height: 1.8rem;
    translate: 0 -50%;
  }
  .heading-main--decorated::before {
    left: -1.6rem;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration-sp.svg") no-repeat top center/contain;
  }
  .heading-main--decorated::after {
    right: -1.6rem;
    scale: -1 1;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration-sp.svg") no-repeat top center/contain;
  }
  /* --------------------
  タブ
  -------------------- */
  .tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 0.5rem #2767A3;
    padding: 1.6rem 0 0 0;
  }
  .tab--ikebukuro {
    border-bottom: solid 0.5rem #E3785F;
  }
  .tab--funabashi {
    border-bottom: solid 0.5rem #D55B88;
  }
  .tab__list {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    width: 100%;
    max-width: 120rem;
  }
  .tab__item {
    width: calc((100% - 1.6rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.9rem 0;
    background-color: #626262;
    border-radius: 1rem 1rem 0 0;
    transition: background-color 0.2s;
  }
  .tab__item.is-current {
    background-color: #2767A3;
    padding: 1.1rem 0 0.8rem;
  }
  .tab__item.is-current .tab__text {
    font-size: 1.6rem;
  }
  .tab__item--ikebukuro.is-current {
    background-color: #E3785F;
  }
  .tab__item--funabashi.is-current {
    background-color: #D55B88;
  }
  .tab__text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
  }
  /* --------------------
  clip-pathで切り抜いた要素に影をつける
  -------------------- */
  .clip-path {
    position: relative;
    filter: drop-shadow(0 0 88px rgba(229, 107, 107, 0.13));
  }
  /* --------------------
  スクロール追従ナビ
  -------------------- */
  #pagetop,
  #withdesk-widget-window {
    translate: 0 -80px !important;
  }
  .l-footer__pagetop {
    bottom: 2rem !important;
  }
  .fixed-nav {
    display: block;
    position: fixed;
    width: 100vw;
    z-index: 999;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    translate: none;
  }
  .fixed-nav__page-list {
    display: flex;
    align-items: center;
    list-style: none;
  }
  .fixed-nav__page-item {
    flex: 1;
    border-bottom: 1px solid #fff;
    border-right: 0.1rem solid #fff;
    background-color: #626262;
    padding: 0;
    min-height: 5.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixed-nav__page-item:last-child {
    border-right: none;
  }
  .fixed-nav__page-item.is-current {
    background-color: #2767A3;
  }
  .fixed-nav__page-item--ikebukuro.is-current {
    background-color: #E3785F;
  }
  .fixed-nav__page-item--funabashi.is-current {
    background-color: #D55B88;
  }
  .fixed-nav__page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
  .fixed-nav__page-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    padding: 1.1rem;
  }
  .fixed-nav__page-text--haisou {
    padding: 1.1rem;
  }
  .fixed-nav__anchor-list {
    display: flex;
  }
  .fixed-nav__anchor-item {
    border-right: 0.01rem solid #BAE3F2;
    flex: 1;
  }
  .fixed-nav__anchor-item:last-child {
    border-right: none;
  }
  .fixed-nav__anchor-item--ikebukuro {
    border-right: 0.01rem solid #FCEAE6;
  }
  .fixed-nav__anchor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s;
    height: 100%;
  }
  .fixed-nav__anchor-link--ranking {
    padding: 0.8rem 0.1rem;
  }
  .fixed-nav__anchor-link--coupon {
    padding: 0.8rem 0.1rem;
    background-color: #2767A3;
  }
  .fixed-nav__anchor-link--guide {
    background-color: #C20303;
  }
  .fixed-nav__anchor-link--coupon-ikebukuro {
    background-color: #E3785F;
  }
  .fixed-nav__anchor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 4.6rem;
    min-height: 2.4rem;
  }
  .fixed-nav__anchor-text--ranking {
    min-width: 5rem;
  }
  .fixed-nav__anchor-text--coupon {
    color: #fff;
    min-width: 3.3rem;
  }
  .fixed-nav__anchor-text--guide {
    color: #fff;
    min-width: 3.3rem;
  }
  /* --------------------
  丸画像リスト
  -------------------- */
  .circle-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem 1.2rem;
    width: 100%;
    max-width: 120rem;
  }
  .circle-list-item {
    width: calc((100% - 1.2rem) / 2);
    max-width: 15rem;
  }
  .circle-list-item__link {
    transition: opacity 0.2s;
  }
  .circle-list-item__link img {
    transition: all 0.5s ease-in-out;
  }
  .circle-list-item__image {
    position: relative;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    overflow: hidden;
  }
  .circle-list-item__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99.9rem;
    background: radial-gradient(transparent 64%, rgba(255, 255, 255, 0.5) 64%);
  }
  .circle-list-item__image--overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .circle-list-item__overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    z-index: 2;
    width: 100%;
    padding: 0 1rem;
  }
  .circle-list-item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 600;
    text-align: center;
    font-size: 1.6rem;
  }
  .circle-list-item__note-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #838383;
    font-size: 1.1rem;
    margin: 0.8rem 0 0 0;
    letter-spacing: -0.05em;
  }
  .circle-list-item__note-text span {
    flex-shrink: 0;
  }
  /* --------------------
  特集で使用する商品リスト
  -------------------- */
  .goods-large {
    display: flex;
    gap: 20px;
    margin-bottom: 4rem;
    z-index: 99;
    flex-direction: column-reverse;
    width: 100%;
  }
  .goods-large__link {
    display: flex;
    color: inherit;
    text-decoration: none;
    flex-direction: column-reverse;
    align-items: center;
  }
  .goods-large__link img {
    transition: all 0.5s ease-in-out;
  }
  .goods-large__image {
    width: 100%;
    border-radius: 64px 0 64px 0;
    max-width: 56rem;
    max-height: 36rem;
    overflow: hidden;
  }
  .goods-large__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .goods-large__detailBox {
    flex-grow: 1;
    margin: auto;
    padding: 2.4rem 0 0;
    text-align: left;
    width: 100%;
    max-width: 56rem;
  }
  .goods-large__code {
    font-size: 1.2rem;
  }
  .goods-large__name {
    margin: 0 0 1.2rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .goods-large__price {
    margin: 0 0 2.4rem;
    font-weight: 600;
  }
  .goods-large__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  .goods-large__price-light {
    font-weight: 500;
  }
  .goods-large__description {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 省略記号 (...) を表示 */
    -webkit-line-clamp: 6; /* 表示する行数を5行に制限 */
  }
  .goods-large__more {
    text-align: right;
  }
  .goods-large__more-link {
    position: relative;
    display: inline-flex;
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    width: 12rem;
    cursor: pointer;
  }
  .goods-large__more-link::after {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 8rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.2rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_feature-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
  }
  .goods-large__more-link--ikebukuro::after {
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_feature-arrow.svg");
  }
  .goods-list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    z-index: 99;
    max-width: 56rem;
    width: 100%;
  }
  .goods-list__item {
    flex: 0;
    max-width: 100%;
  }
  .goods-list__link {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .goods-list__link img {
    transition: all 0.5s ease-in-out;
  }
  .goods-list__image {
    min-width: 13.6rem;
    height: 10.4rem;
    border-radius: 40px 0 40px 0;
    margin: 0;
    overflow: hidden;
  }
  .goods-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .goods-list__detailBox {
    display: block;
  }
  .goods-list__detail {
    text-align: left;
    width: 100%;
  }
  .goods-list__code {
    font-size: 1.2rem;
  }
  .goods-list__name {
    margin: 0 0 1.6rem;
    font-weight: 600;
  }
  .goods-list__price {
    font-weight: 600;
  }
  .goods-list__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  .goods-list__price-light {
    font-weight: 500;
  }
  .goods-list__more {
    text-align: right;
  }
  .goods-list__more-link {
    position: relative;
    display: inline-flex;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
    margin: 0 3rem;
    width: 12rem;
    cursor: pointer;
  }
  .goods-list__more-link::after {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 5%;
    left: 8rem;
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_feature-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
  }
  .goods-list__note {
    margin: 1.6rem 0 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .goods-list__note-text {
    color: #ff0000;
  }
  /* --------------------
  オプションリスト
  -------------------- */
  .options-list {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 134rem;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .options-item {
    width: 100%;
    max-width: 40rem;
  }
  .options-item__link {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 0.6rem;
    border: solid 0.1rem #2767A3;
    border-radius: 99.9rem;
    gap: 0 1.2rem;
    transition: opacity 0.2s;
    background: #fff url("/g_images/freearea/otyugen2025/blue/ico_arrow-right.svg") no-repeat top 50% right 1.6rem/1.2rem;
    transition: all 0.3s ease-in-out;
  }
  .options-item__image {
    aspect-ratio: 1/1;
  }
  .options-item__image img {
    width: 6.4rem;
    height: 6.4rem;
    object-fit: cover;
  }
  .options-item__text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px 2px;
    height: auto;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
  }
  .options-item__text--translate {
    translate: 0 -4px;
  }
  .options-item__text--jp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
  }
  .options-item__text--jp .options-item__text-large {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    translate: 0;
  }
  .options-item__text-line {
    display: block;
  }
  .options-item__text-large {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    translate: 0 0.4rem;
  }
  .options-item__text-large--jp {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    translate: 0;
  }
  .options-item__note {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    color: #838383;
    font-size: 1.1rem;
    margin: 0.8rem 0 0 0;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .options-item__note span {
    flex-shrink: 0;
  }
  /* ボタンに関するスタイル */
  .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2.4rem auto 0;
  }
  .button-box--brand {
    margin: 0 auto;
  }
  .button-box--feature a {
    margin: 0;
  }
  .button-box--guide {
    max-width: 40rem;
    margin: 0;
  }
  .button-box--guide a {
    background-color: #fff;
    margin: 0 auto 0 0;
    width: 40rem;
    padding: 1.6rem 1.2rem 1.6rem 4rem;
  }
  .button-box--guide .button .button-text {
    color: #2767A3;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    font-size: 2rem;
  }
  .button-box--guide .button .button-text::before, .button-box--guide .button .button-text::after {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .button-box--guide .button .button-text::before {
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
  }
  .button-box--guide .button .button-text::after {
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_arrow-right.svg");
    width: 1.2rem;
    height: 1.2rem;
  }
  .button-box--guide:hover a {
    background-color: #E8F4FF;
  }
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.7rem;
    height: 4.8rem;
    margin: 0 auto;
    padding: 1.2rem 1.4rem;
    border-radius: 99.9rem;
    background-color: #2767A3;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  .button .button-text {
    width: 100%;
    padding-right: 2rem;
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-right.svg") no-repeat top 50% right 0/1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
  }
  .button .button-text--anchor {
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-down.svg") no-repeat top 50% right 0/1rem;
  }
  .button.is-open .button-text--anchor {
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-top.svg") no-repeat top 50% right 0/1rem;
  }
  /* --------------------
  コスメ
  -------------------- */
  .bg-pink {
    position: relative;
    background-image: url("/g_images/freearea/mothersday2025/img_bg-water.png");
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: auto;
    z-index: 0;
    overflow: hidden;
  }
  .bg-pink::before {
    content: "";
    position: absolute;
    top: -83px;
    left: -110px;
    width: 40%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    background-repeat: repeat-y;
    background-position: top 0 left 0;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    background-size: contain;
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: 1;
  }
  .bg-pink::after {
    content: "";
    position: absolute;
    top: -83px;
    right: -40px;
    width: 40%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right.svg");
    background-repeat: repeat-y;
    background-position: top 0 right 0;
    background-size: contain;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: -1;
  }
  .cosme {
    padding: 4.8rem 1.6rem;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .cosme::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 247, 244, 0.5), transparent);
  }
  .cosme::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 247, 244, 0.5), transparent);
  }
  .cosme__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5.6rem 2rem;
    width: 100%;
    background-color: #FAFBFB;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
    z-index: 2;
  }
  .cosme__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #FAFBFB;
    clip-path: inherit;
    box-shadow: inset 0 0 90px rgb(255, 255, 255);
    z-index: -1;
  }
  .cosme__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 13rem;
    background-image: url("/g_images/freearea/mothersday2025/img_flower-right-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cosme__note-list {
    font-size: 1.2rem;
    margin: 0 0 2.4rem;
    text-align: left;
  }
  .cosme__note-item {
    margin: 0 0 0.4rem;
  }
  .cosme__note-item:last-child {
    margin: 0 0 0;
  }
  .cosme .brand-card-list {
    margin: 0 0 0;
  }
  .cosme .brand-card-item__image::before {
    background-image: none;
  }
  /* --------------------
  豆知識
  -------------------- */
  .knowledge {
    padding: 4.8rem 1.6rem 5.6rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-knowledge-sp.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top left;
  }
  .knowledge__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4.8rem 2rem;
    width: 100%;
    background-color: #fff;
  }
  .knowledge__paragraph {
    text-align: left;
    margin: 0 0 2.4rem;
  }
  .knowledge__paragraph:last-child {
    margin: 0;
  }
  /* --------------------
  贈る相手から選ぶ
  -------------------- */
  .recipient {
    padding: 4.8rem 1.6rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .recipient__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 24px 24px 10px rgba(99, 207, 227, 0.8);
  }
  .recipient__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 50px 40px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
  キャンペーン
  -------------------- */
  .campaign {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-campaign.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .campaign__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 83.2rem;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
  }
  .campaign__title {
    margin: 0 0 4rem;
    max-width: 33.5rem;
  }
  .campaign__title img {
    margin: 0 0 2.4rem;
  }
  .campaign__text {
    font-size: 1.4rem;
  }
  .campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3.2rem 2.4rem;
    z-index: 2;
  }
  .campaign-item {
    width: 100%;
    max-width: 33.5rem;
    position: relative;
  }
  .campaign-item::before {
    content: "";
    position: absolute;
    top: -2.4rem;
    left: -1.3rem;
    width: 7.2rem;
    height: 7.2rem;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag.png");
  }
  .campaign-item--20::before {
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag-20.png");
  }
  .campaign-item--50::before {
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag-50.png");
  }
  .campaign-item__link {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    box-shadow: 0 0 40px rgba(237, 186, 119, 0.1), 8px 8px 5px rgba(255, 189, 104, 0.2);
    height: 16.6rem;
    overflow: hidden;
  }
  .campaign-item__link:hover .campaign-item__image {
    overflow: hidden;
  }
  .campaign-item__link:hover .campaign-item__image img {
    transform: scale(1.1);
  }
  .campaign-item__image {
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    grid-row: span 2/span 2;
    height: 13.6rem;
  }
  .campaign-item__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .campaign-item__logo {
    position: relative;
    padding: 3rem;
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    grid-row: span 2/span 2;
  }
  .campaign-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .campaign-item__title {
    position: relative;
    padding: 0.8rem 0.8rem;
    background-color: #FFD67F;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    grid-column: span 2/span 2;
    grid-row-start: 3;
    height: 3rem;
  }
  .campaign-item__text {
    padding: 1.2rem 0.6rem;
    font-weight: 600;
  }
  .campaign-item__text span {
    display: block;
    color: #EB440D;
    font-size: 1.8rem;
    font-weight: 800;
  }
  /* --------------------
  人気商品特集
  （商品リンクリストはgoods-listファイルにあります）
  -------------------- */
  .pupular {
    position: relative;
    background-image: linear-gradient(#a4ebd7, rgba(129, 221, 235, 0.3019607843));
    background-color: #fff;
    background-size: 100% 100%;
  }
  .pupular::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/g_images/freearea/otyugen2025/img_bg-water.png") top center/contain repeat;
    opacity: 0.8;
    background-repeat: repeat;
    mix-blend-mode: overlay;
  }
  .pupular__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4rem 1.6rem 9.6rem;
    align-items: center;
    z-index: 0;
    border-radius: 200px 0 200px 0;
  }
  .pupular__heading {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 4rem;
    color: #333;
    font-weight: 800;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "YuMincho", serif;
  }
  .pupular__note {
    margin: 1.2rem 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    color: #ff0000;
    font-weight: 800;
  }
  .pupular__heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4.8rem;
    gap: 2rem;
  }
  .pupular__heading-sub {
    width: 30%;
    min-width: 30%;
  }
  .pupular__heading-sub img {
    height: 100%;
  }
  .pupular__child {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto 4rem;
    padding: 4rem 1.6rem 5.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(99, 207, 227, 0.8);
    border-radius: 64px 0 64px 0;
    align-items: center;
  }
  .pupular__child:last-child {
    margin: 0;
  }
  .pupular__child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 64px 0 64px 0;
    box-shadow: inset 0 0 10px 10px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  .pupular__child:last-of-type {
    margin-bottom: 0;
  }
  .pupular .heading-main {
    color: #333;
  }
}
@media screen and (max-width: 500px) {
  /* --------------------
  mixin PC
  -------------------- */
  /* 画面サイズが499.9pxまではここを読み込む */
  body {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .otyugen2025 {
    width: 100vw;
    translate: calc((100vw - 1200px) / 2 * -1);
    color: #555;
  }
  .link-text {
    position: relative;
    color: #0C60D1;
  }
  .p-category-top__body *,
  .p-category-top__body *::before,
  .p-category-top__body *::after {
    box-sizing: border-box;
    font-family: "Noto Sans", "Arial", sans-serif;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    border: 0;
  }
  a img:hover {
    opacity: 1;
  }
  .wave-top {
    position: relative;
    display: block;
    width: 100%;
    height: 2.1rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave.svg");
    background-repeat: repeat-x;
    background-size: 375px auto;
    z-index: 0;
    margin: 0 0 -0.1rem;
    pointer-events: none;
  }
  .wave-top--water {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-water-sp.jpg");
  }
  .wave-top--campaign {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-campaign.jpg");
  }
  .wave-top--popular {
    height: 3.68rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-popular.jpg");
  }
  .wave-top--feature {
    height: 3.68rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-feature-sp.svg");
  }
  .wave-top--others {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-wave-others.svg");
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    width: 100%;
  }
  .pagetitle__inner {
    height: 100%;
    position: relative;
  }
  .button-box-pagetitle {
    position: absolute;
    bottom: 4%;
    right: 6%;
  }
  .button-box-pagetitle a {
    width: 24rem;
    height: 4rem;
  }
  .button-box-pagetitle a .button-text {
    font-size: 1.2rem;
  }
  /* --------------------
  ランキング（SP用）
  -------------------- */
  #ranking {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100vw;
    padding: 5.6rem 0 4rem;
    z-index: 1;
  }
  #ranking .ranking-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
  }
  #ranking .p-category-top__ranking__body {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    height: auto;
    padding: 40px 16px;
    background: none;
  }
  #ranking .p-category-top__ranking-content__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    width: 19rem;
    margin-right: 1.6rem;
  }
  #ranking .ranking-icon {
    margin-bottom: 1rem;
  }
  #ranking .button {
    margin-top: 3rem;
    width: 33.7rem;
    text-align: center;
  }
  .p-category-top__ranking-icon-wrap {
    display: flex;
    justify-content: center;
  }
  .c-goods-info__image {
    display: flex;
    justify-content: center;
  }
  .c-goods-info__image img {
    width: 80%;
  }
  /* slick */
  .p-category-top__ranking-content__body .slick-slider {
    width: 100%;
  }
  .p-category-top__ranking-content__body .slick-list {
    width: 100vw;
    overflow: hidden;
  }
  .p-category-top__ranking__body .slick-track {
    border: solid salmon;
    gap: 0 1.5rem;
    display: flex;
  }
  .p-category-top__ranking-content__body .slick-slide {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
  .p-category-top__ranking-content__body .slick-dots {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    border: none;
    margin-top: 0;
    font-size: 0; /* 数字を見えなくする */
  }
  .p-category-top__ranking-content__body .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #e5e5e5;
    border: none;
    cursor: pointer;
  }
  .p-category-top__ranking-content__body .slick-dots button:hover,
  .p-category-top__ranking-content__body .slick-dots .slick-active button {
    background-color: #2767A3;
  }
  /* --------------------
  背景付き検索エリア
  -------------------- */
  .search {
    padding: 0;
    width: 100%;
    margin: 0 0 3.2rem;
  }
  .search--others {
    margin: 0;
  }
  .search__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 70px rgba(187, 225, 255, 0.6);
    z-index: 0;
  }
  .search__banner {
    margin: 3.2rem 2rem 0;
  }
  .search__banner:hover .search__banner-image {
    transform: scale(1.05);
  }
  .search__banner-image {
    max-width: 33.5rem;
  }
  .search__accordion {
    width: 100%;
    max-width: 33.5rem;
    margin: 2rem 2rem 0;
    z-index: 2;
  }
  .search__accordion-head {
    padding: 1.2rem 0.8rem 1.2rem 1.6rem;
    background-color: #EBEBEB;
  }
  .search__accordion-head-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .search__accordion-head-text::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.6rem 0 0;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .search__accordion-head-text::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .is-open .search__accordion-head-text::after {
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_close.svg");
  }
  .search__accordion-body {
    display: none;
    padding: 1.6rem;
    border-bottom: solid 2px #EBEBEB;
    border-right: solid 2px #EBEBEB;
    border-left: solid 2px #EBEBEB;
  }
  .search__accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .search__accordion-item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .search__accordion-item span {
    display: inline;
    margin: 0 1.2rem 0 0;
    font-weight: 600;
  }
  .search__accordion-note {
    margin: 2.4rem 0 0;
    font-size: 1.6rem;
  }
  .search__accordion-note span {
    display: block;
  }
  /* --------------------
  検索系パーツ
  -------------------- */
  .search-keywords {
    width: 100%;
    font-weight: 600;
    color: #333;
    gap: 0 0.6rem;
    margin-bottom: 1.6rem;
    padding: 0 0 0 2rem;
  }
  .keywords-heading {
    text-align: center;
    margin: 0 0 1.2rem;
    font-weight: 600;
  }
  .keywords-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.8rem;
    color: #333;
    z-index: 2;
    overflow-x: auto;
  }
  /* テキスト検索 */
  .search-text {
    width: 100%;
    margin-inline: auto;
    padding: 0 2rem;
  }
  .search-text__form {
    position: relative;
    display: flex;
  }
  .search-text__input {
    flex: 1;
    height: 48px;
    background-color: #F7F7F7;
    border-radius: 999px;
    padding: 0 16px;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_search.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 1.5rem;
  }
  .search-text__input::placeholder {
    color: #999999;
  }
  .search-text-button {
    display: none;
  }
  .tag {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 4rem;
    padding: 1rem 1.2rem;
    transition: background-color 0.2s;
    border: solid 1px #2767A3;
    border-radius: 999px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .tag--no1, .tag--no2, .tag--no3 {
    padding: 1rem 1.2rem 1rem 2.9rem;
  }
  .tag--no1::before, .tag--no2::before, .tag--no3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.8rem;
    height: 2rem;
    left: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .tag--no1::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no1.svg");
  }
  .tag--no2::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no2.svg");
  }
  .tag--no3::before {
    background-image: url("/g_images/freearea/otyugen2025/ico_tag-no3.svg");
  }
  /* --------------------
  ページ上部背景エリア
  -------------------- */
  .top {
    position: relative;
    background-color: #fff;
    height: auto;
    overflow: hidden;
  }
  .top__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4rem 0 2.4rem;
  }
  .top__catalogLink {
    text-align: center;
    margin-top: 3.2rem;
  }
  .top__catalogLink:hover {
    opacity: 0.8;
  }
  /* --------------------
  おすすめカテゴリ
  -------------------- */
  .recommend-list {
    display: flex;
    flex-direction: column;
    width: 100vw;
    overflow: hidden;
  }
  .recommend-item {
    position: relative;
    height: auto;
  }
  .recommend-item img {
    width: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
  }
  .recommend-item__title {
    padding: 1.2rem 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    transition: color 0.2s, text-decoration 0.2s;
  }
  .recommend-item__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    transition: background-color 0.2s;
    margin: 0 1.3rem;
  }
  .recommend-item__image {
    position: relative;
    width: 100%;
  }
  .recommend-item__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .recommend-item__tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    left: 0;
    width: 7.7rem;
    height: 7.7rem;
    transform-origin: bottom;
    pointer-events: none;
    background: url("/g_images/freearea/otyugen2025/img_tag-no1.png") no-repeat center/contain;
  }
  .recommend-item__tag--15off {
    background: url("/g_images/freearea/otyugen2025/img_tag-15off.png") no-repeat center/contain;
  }
  .recommend-item__tag--10off {
    background: url("/g_images/freearea/otyugen2025/img_tag-10off.png") no-repeat center/contain;
  }
  .recommend-item__tag--no1 {
    background: url("/g_images/freearea/otyugen2025/img_tag-no1.png") no-repeat center/contain;
  }
  .recommend-item__tag--thanks {
    background: url("/g_images/freearea/otyugen2025/img_tag-thanks.png") no-repeat center/contain;
  }
  .recommend-item__tag--hot {
    background: url("/g_images/freearea/otyugen2025/img_tag-hot.png") no-repeat center/contain;
  }
  .recommend-list .slick-list {
    width: 100%;
  }
  .recommend-list .slick-track {
    display: flex;
    gap: 0 2.6rem;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
    gap: 1.2rem;
    border: none;
    font-size: 0; /* 数字を見えなくする */
  }
  .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #E5E5E5;
    border: none;
    cursor: pointer;
  }
  .slick-dots .slick-active button {
    background-color: #2767A3;
  }
  /* --------------------
  ナビゲーションエリア
  -------------------- */
  .nav {
    position: relative;
    width: 100%;
    height: auto;
    background-repeat: repeat;
    background-size: contain;
    z-index: 0;
    overflow: hidden;
  }
  .nav__inner {
    width: 100%;
    padding: 5.7rem 1.6rem 7.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav__banners {
    position: relative;
    max-width: 120rem;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .nav__banners-row {
    display: flex;
    flex-wrap: wrap;
  }
  .nav__banner-item {
    width: calc((100% - 0.8rem) / 2);
  }
  .nav__banner-item:first-child {
    width: 100%;
  }
  .nav__catalogLink {
    text-align: center;
    margin: 3.2rem 0 0;
  }
  /* --------------------
  ナビゲーション
  -------------------- */
  .nav-menu {
    z-index: 3;
  }
  .nav-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 7.2rem;
  }
  .nav-menu__note {
    margin: 1.6rem 0 0 0;
    line-height: 1;
  }
  .nav-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 0.8rem 1.2rem;
  }
  .nav-menu-item {
    position: relative;
    flex: 1 1 calc(50% - 0.6rem);
    min-width: 16.5rem;
  }
  .nav-menu-item__link {
    display: flex;
    padding: 1.6rem 1.2rem;
    border-radius: 999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 50% left 2.4rem;
    background-size: 2.4rem;
    transition: background-color 0.3s;
    height: 4.8rem;
  }
  .nav-menu-item__link--guide {
    border: none;
    background-color: #C20303;
  }
  .nav-menu-item__link--coupon {
    border: none;
    background-color: #2767A3;
  }
  .nav-menu-item__text {
    display: flex;
    align-items: center;
    max-width: 24rem;
    min-width: 13.3rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    background-size: 1.2rem;
    white-space: nowrap;
    gap: 0 0.2rem;
  }
  .nav-menu-item__text::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--ranking-funabashi::after {
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--budget-funabashi::after {
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--brand-funabashi::after {
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--feature-funabashi::after {
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--guide {
    color: #fff;
    font-size: 1.6rem;
  }
  .nav-menu-item__text--guide::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--coupon {
    color: #fff;
  }
  .nav-menu-item__text--coupon::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-anchor.svg");
  }
  .nav-menu-item__text--small {
    font-size: 1.2rem;
    font-weight: 500;
  }
  /* --------------------
  カテゴリから選ぶ
  -------------------- */
  .category {
    padding: 4rem 1.6rem 0;
    text-align: center;
    position: relative;
  }
  .category__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(99, 207, 227, 0.8);
  }
  .category__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 10px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
    ページ上部訴求エリア
  -------------------- */
  .promotion {
    position: relative;
    width: 100%;
    background-image: url(/g_images/freearea/mothersday2025/img_bg-water.png);
    background-repeat: repeat;
    background-size: contain;
    z-index: 0;
  }
  .promotion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 247, 244, 0.5), transparent);
    z-index: 0;
  }
  .promotion::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 247, 244, 0.5), transparent);
    z-index: 0;
  }
  .promotion--ikebukuro {
    background: #FCF2F4 url("/g_images/freearea/mothersday2025/img_bg-water-pr-ikebukuro.png") no-repeat center/cover;
  }
  .promotion__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.4rem 1.5rem;
    gap: 0.4rem;
    z-index: 2;
  }
  .promotion__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -66px;
    width: 30%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left-pr-sp.svg");
    background-repeat: repeat-y;
    /* 白いスクリーンの設定 */
    background-color: rgb(255, 255, 255);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left-pr-sp.svg");
    z-index: -1;
  }
  .promotion__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 30%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right-pr-sp.svg");
    background-repeat: repeat-y;
    /* 白いスクリーンの設定 */
    background-color: rgb(255, 255, 255);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right-pr-sp.svg");
    z-index: -1;
  }
  .promotion__title {
    display: block;
  }
  .promotion__label {
    background: #2767A3;
    color: white;
    font-weight: 500;
    padding: 0.4rem 1.5rem 0.3rem;
    border-radius: 50px;
    text-align: center;
    max-width: 8.8rem;
    margin: 0 auto;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
  }
  .promotion__label--ikebukuro {
    background: #E3785F;
  }
  .promotion__date {
    font-size: 1.7rem;
    font-weight: bold;
    color: #6A5B56;
  }
  .promotion__date .promotion__num {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .promotion__date .promotion__num--large {
    font-size: 2rem;
  }
  .promotion__date .promotion__day {
    display: inline-block;
    background: white;
    color: #4a3a39;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
    margin: auto 0.2rem 0.6rem 0;
  }
  .promotion__item {
    margin-bottom: -0.2rem;
  }
  .promotion__item-shipping img, .promotion__item-coupon img {
    width: auto;
    object-fit: contain;
  }
  .promotion__item-shipping img {
    max-width: 100%;
  }
  .promotion__item-coupon {
    position: relative;
    margin: -0.4rem 0 0;
  }
  .promotion__item-coupon img {
    max-width: 100%;
  }
  .promotion__note {
    font-size: 1.1rem;
    color: #6A5B56;
    font-weight: 590;
    text-align: left;
    margin: 0 0 0 1rem;
    z-index: 4;
  }
  /* --------------------
  ご予算から選ぶ
  -------------------- */
  .budget {
    padding: 4.8rem 1.6rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .budget__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(99, 207, 227, 0.8);
  }
  .budget__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 10px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
  ブランドから選ぶ
  -------------------- */
  .brand {
    padding: 4.8rem 1.6rem 4rem;
  }
  .brand__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(99, 207, 227, 0.8);
  }
  .brand__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 10px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  .brand-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem 1.2rem;
    margin: 0 0 3.2rem;
  }
  .brand-card-item {
    width: calc((100% - 1.2rem) / 2);
  }
  .brand-card-item__tag {
    margin: 0 0 0.8rem;
  }
  .brand-card-item__link {
    display: inline-block;
  }
  .brand-card-item__image {
    position: relative;
    padding: 1rem 2rem 1rem;
    background-color: #fff;
  }
  .brand-card-item__image img {
    object-fit: contain;
    height: 7rem;
  }
  .brand-card-item__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .brand-card-item__title {
    padding: 0.8rem;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    min-height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand-keywords-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 120rem;
  }
  .brand-keywords-list.is-hidden {
    display: none;
  }
  .brand-keywords-item {
    padding: 1rem 1.2rem;
    background-color: #fff;
    border-radius: 999px;
    border: solid 1px #2767A3;
  }
  .brand-keywords-item__icon {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  /* --------------------
  年代から選ぶ
  -------------------- */
  .age {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4.8rem 2rem 5.6rem;
  }
  .age::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgb(255, 251, 242), transparent);
  }
  .age__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5.6rem 2rem;
    background-color: #FAEFD4;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
  }
  /* --------------------
  おすすめ特集のレイアウト
  -------------------- */
  .feature {
    display: flex;
    position: relative;
    flex-direction: column;
    background-image: linear-gradient(rgba(129, 221, 235, 0.0392156863), rgba(129, 221, 235, 0.1019607843)), url("/g_images/freearea/otyugen2025/img_bg-feature-sp.svg");
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 900px;
    background-blend-mode: overlay;
    z-index: 0;
  }
  .feature__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6.4rem 2rem 9.6rem;
    align-items: center;
    z-index: 0;
  }
  .feature__item {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 3.2rem;
    max-width: 36rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .feature__item:last-child {
    margin-bottom: 0;
  }
  .feature__text-box {
    width: 100%;
    z-index: 3;
  }
  .feature__image {
    border-radius: 500px;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    box-shadow: 8px 8px 10px rgb(144, 223, 201);
    top: 0.9rem;
    left: 7rem;
  }
  .feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .heading-feature {
    font-family: "YuMincho", serif;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
    font-size: 2.4rem;
    padding: 2rem 0;
    margin: 0 0 2.4rem;
    font-weight: 800;
  }
  .heading-feature span {
    font-family: "YuMincho", serif;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: block;
    font-size: 1.6rem;
    margin: 0 0 0.4rem;
  }
  .heading-feature::before, .heading-feature::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-image: url("/g_images/freearea/otyugen2025/img_feature-line.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 264px -1px;
  }
  .heading-feature::before {
    top: 0;
  }
  .heading-feature::after {
    bottom: 0;
  }
  /* --------------------
  背景縦断エリア
  -------------------- */
  .bgarea {
    position: relative;
    background-image: linear-gradient(#81ddeb, rgba(129, 221, 235, 0.8) 15%, rgba(129, 221, 235, 0.5019607843) 80%, #81ddeb);
    z-index: 0;
  }
  .bgarea::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/g_images/freearea/otyugen2025/img_bg-water.png") center center/contain repeat;
    z-index: -1;
    mix-blend-mode: overlay;
    background-size: 900px auto;
  }
  .bgarea-others {
    height: 100%;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-others.jpg");
    background-repeat: repeat;
    background-position: top left;
    background-size: 900px auto;
  }
  .bgarea-nav {
    background-image: url("/g_images/freearea/otyugen2025/img_bg-nav-sp.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* --------------------
  ・・・はこちら sp
  -------------------- */
  .other__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 7.2rem 2rem 0;
    gap: 1.6rem 0;
  }
  .other-button {
    display: inline-flex;
    align-items: center;
    padding: 1.7rem 1.6rem 1.7rem 2.4rem;
    width: 100%;
    max-width: 38.6rem;
    border: solid 2px #2767A3;
    border-radius: 99.9rem;
  }
  .other-button__text {
    display: inline-flex;
    text-align: center;
    align-items: baseline;
    margin: 0 0 0 auto;
    font-weight: 600;
  }
  .other-button__text--large {
    font-size: 2rem;
  }
  .other-button--ikebukuro::before, .other-button--ikebukuro::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro::before {
    width: 3.1rem;
    height: 3.5rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_bag.svg");
  }
  .other-button--ikebukuro::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_arrow-right.svg");
  }
  .other-button--ikebukuro .is-current {
    background-color: #2767A3;
    border: none;
  }
  .other-button--ikebukuro .is-current::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--ikebukuro .is-current::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--ikebukuro .is-current .other-button__text {
    color: #fff;
  }
  .other-button--funabashi::before, .other-button--funabashi::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi::before {
    width: 3.1rem;
    height: 3.5rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_bag.svg");
  }
  .other-button--funabashi::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_arrow-right.svg");
  }
  .other-button--funabashi .is-current {
    background-color: #2767A3;
    border: none;
  }
  .other-button--funabashi .is-current::before {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--funabashi .is-current::after {
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--funabashi .is-current .other-button__text {
    color: #fff;
  }
  .other-button--haisou {
    background-color: #2767A3;
    border: none;
  }
  .other-button--haisou::before, .other-button--haisou::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou .other-button__text {
    color: #fff;
  }
  .other-button--ikebukuro-ikebukuroPage {
    background-color: #E3785F;
    border: none;
  }
  .other-button--ikebukuro-ikebukuroPage::before, .other-button--ikebukuro-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro-ikebukuroPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--ikebukuro-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--ikebukuro-ikebukuroPage .other-button__text {
    color: #fff;
  }
  .other-button--haisou-ikebukuroPage::before, .other-button--haisou-ikebukuroPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou-ikebukuroPage::before {
    width: 4rem;
    height: 2.5rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_track.svg");
  }
  .other-button--haisou-ikebukuroPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_arrow-right.svg");
  }
  .other-button--funabashi-funabashiPage {
    background-color: #D55B88;
    border: none;
    max-width: 44rem;
  }
  .other-button--funabashi-funabashiPage::before, .other-button--funabashi-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--funabashi-funabashiPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_bag.svg");
  }
  .other-button--funabashi-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/white/ico_arrow-right.svg");
  }
  .other-button--funabashi-funabashiPage .other-button__text {
    color: #fff;
  }
  .other-button--ikebukuro-funabashiPage {
    max-width: 44rem;
    border: solid 2px #D55B88;
  }
  .other-button--ikebukuro-funabashiPage::before, .other-button--ikebukuro-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--ikebukuro-funabashiPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_bag.svg");
  }
  .other-button--ikebukuro-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-right.svg");
  }
  .other-button--haisou-funabashiPage {
    max-width: 44rem;
    border: solid 2px #D55B88;
  }
  .other-button--haisou-funabashiPage::before, .other-button--haisou-funabashiPage::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .other-button--haisou-funabashiPage::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_track.svg");
  }
  .other-button--haisou-funabashiPage::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    background-image: url("/g_images/freearea/mothersday2025/purple/ico_arrow-right.svg");
  }
  /* --------------------
  こちらもおすすめ
  -------------------- */
  .banner__inner {
    padding: 7.2rem 2rem;
    text-align: center;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
  }
  .banner-item {
    width: calc((100% - 0.8rem) / 2);
  }
  .banner-item__link {
    transition: opacity 0.2s;
  }
  /* --------------------
  ご注意事項
  -------------------- */
  .guide {
    background-color: #2767A3;
  }
  .guide__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6.8rem 2rem;
    width: 100%;
    gap: 2.4rem;
  }
  .heading-guide {
    font-family: "YuMincho", serif;
    color: white;
    font-weight: 800;
    font-size: 2.4rem;
  }
  /* --------------------
  見出し
  -------------------- */
  .heading-main {
    display: inline-flex;
    position: relative;
    margin: 0 auto 3.2rem;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-inline: 3.6rem;
    font-family: "YuMincho", serif;
  }
  .heading-main--brand {
    padding: 0;
  }
  .heading-main--feature {
    font-size: 2.8rem;
  }
  .heading-main--decorated {
    font-size: 3.2rem;
    margin: 0 auto 6.4rem;
  }
  .heading-main--decorated::before, .heading-main--decorated::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4.7rem;
    height: 1.8rem;
    translate: 0 -50%;
  }
  .heading-main--decorated::before {
    left: -1.6rem;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration-sp.svg") no-repeat top center/contain;
  }
  .heading-main--decorated::after {
    right: -1.6rem;
    scale: -1 1;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration-sp.svg") no-repeat top center/contain;
  }
  .heading-main--ranking {
    font-size: 3.2rem;
    margin: 0 auto 3.2rem;
  }
  .heading-main--ranking::before, .heading-main--ranking::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4.7rem;
    height: 1.8rem;
    translate: 0 -50%;
  }
  .heading-main--ranking::before {
    left: -1.6rem;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration-sp.svg") no-repeat top center/contain;
  }
  .heading-main--ranking::after {
    right: -1.6rem;
    scale: -1 1;
    background: url("/g_images/freearea/otyugen2025/img_heading-decoration-sp.svg") no-repeat top center/contain;
  }
  /* --------------------
  タブ
  -------------------- */
  .tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 0.5rem #2767A3;
    padding: 1.6rem 0 0 0;
  }
  .tab--ikebukuro {
    border-bottom: solid 0.5rem #E3785F;
  }
  .tab--funabashi {
    border-bottom: solid 0.5rem #D55B88;
  }
  .tab__list {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    width: 100%;
    max-width: 120rem;
  }
  .tab__item {
    width: calc((100% - 1.6rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.9rem 0;
    background-color: #626262;
    border-radius: 1rem 1rem 0 0;
    transition: background-color 0.2s;
  }
  .tab__item.is-current {
    background-color: #2767A3;
    padding: 1.1rem 0 0.8rem;
  }
  .tab__item.is-current .tab__text {
    font-size: 1.6rem;
  }
  .tab__item--ikebukuro.is-current {
    background-color: #E3785F;
  }
  .tab__item--funabashi.is-current {
    background-color: #D55B88;
  }
  .tab__text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
  }
  /* --------------------
  clip-pathで切り抜いた要素に影をつける
  -------------------- */
  .clip-path {
    position: relative;
    filter: drop-shadow(0 0 88px rgba(229, 107, 107, 0.13));
  }
  /* --------------------
  スクロール追従ナビ
  -------------------- */
  #pagetop,
  #withdesk-widget-window {
    translate: 0 -80px !important;
  }
  .l-footer__pagetop {
    bottom: 2rem !important;
  }
  .fixed-nav {
    display: block;
    position: fixed;
    width: 100vw;
    z-index: 999;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    translate: none;
  }
  .fixed-nav__page-list {
    display: flex;
    align-items: center;
    list-style: none;
  }
  .fixed-nav__page-item {
    flex: 1;
    border-bottom: 1px solid #fff;
    border-right: 0.1rem solid #fff;
    background-color: #626262;
    padding: 0;
    min-height: 5.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixed-nav__page-item:last-child {
    border-right: none;
  }
  .fixed-nav__page-item.is-current {
    background-color: #2767A3;
  }
  .fixed-nav__page-item--ikebukuro.is-current {
    background-color: #E3785F;
  }
  .fixed-nav__page-item--funabashi.is-current {
    background-color: #D55B88;
  }
  .fixed-nav__page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
  .fixed-nav__page-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    padding: 1.1rem;
  }
  .fixed-nav__page-text--haisou {
    padding: 1.1rem;
  }
  .fixed-nav__anchor-list {
    display: flex;
  }
  .fixed-nav__anchor-item {
    border-right: 0.01rem solid #BAE3F2;
    flex: 1;
  }
  .fixed-nav__anchor-item:last-child {
    border-right: none;
  }
  .fixed-nav__anchor-item--ikebukuro {
    border-right: 0.01rem solid #FCEAE6;
  }
  .fixed-nav__anchor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s;
    height: 100%;
  }
  .fixed-nav__anchor-link--ranking {
    padding: 0.8rem 0.1rem;
  }
  .fixed-nav__anchor-link--coupon {
    padding: 0.8rem 0.1rem;
    background-color: #2767A3;
  }
  .fixed-nav__anchor-link--guide {
    background-color: #C20303;
  }
  .fixed-nav__anchor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 4.6rem;
    min-height: 2.4rem;
  }
  .fixed-nav__anchor-text--ranking {
    min-width: 5rem;
  }
  .fixed-nav__anchor-text--coupon {
    color: #fff;
    min-width: 3.3rem;
  }
  .fixed-nav__anchor-text--guide {
    color: #fff;
    min-width: 3.3rem;
  }
  /* --------------------
  丸画像リスト
  -------------------- */
  .circle-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 2.4rem 1.2rem;
    width: 100%;
    max-width: 120rem;
  }
  .circle-list-item {
    width: calc((100% - 1.2rem) / 2);
    max-width: 21.2rem;
  }
  .circle-list-item__link {
    transition: opacity 0.2s;
  }
  .circle-list-item__link img {
    transition: all 0.5s ease-in-out;
  }
  .circle-list-item__image {
    position: relative;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    overflow: hidden;
  }
  .circle-list-item__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99.9rem;
    background: radial-gradient(transparent 64%, rgba(255, 255, 255, 0.5) 64%);
  }
  .circle-list-item__image--overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .circle-list-item__overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    z-index: 2;
    width: 100%;
    padding: 0 1rem;
  }
  .circle-list-item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 600;
    text-align: center;
    font-size: 1.6rem;
  }
  .circle-list-item__note-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #838383;
    font-size: 1.1rem;
    margin: 0.8rem 0 0 0;
    letter-spacing: -0.05em;
  }
  .circle-list-item__note-text span {
    flex-shrink: 0;
  }
  /* --------------------
  特集で使用する商品リスト
  -------------------- */
  .goods-large {
    display: flex;
    gap: 20px;
    margin-bottom: 4rem;
    z-index: 99;
    flex-direction: column-reverse;
    width: 100%;
  }
  .goods-large__link {
    display: flex;
    color: inherit;
    text-decoration: none;
    flex-direction: column-reverse;
  }
  .goods-large__link img {
    transition: all 0.5s ease-in-out;
  }
  .goods-large__image {
    width: 100%;
    height: 22.6rem;
    border-radius: 64px 0 64px 0;
    overflow: hidden;
  }
  .goods-large__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .goods-large__detailBox {
    flex-grow: 1;
    margin: auto;
    padding: 2.4rem 0 0;
    text-align: left;
    width: 100%;
  }
  .goods-large__code {
    font-size: 1.2rem;
  }
  .goods-large__name {
    margin: 0 0 1.2rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .goods-large__price {
    margin: 0 0 2.4rem;
    font-weight: 600;
  }
  .goods-large__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  .goods-large__price-light {
    font-weight: 500;
  }
  .goods-large__description {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 省略記号 (...) を表示 */
    -webkit-line-clamp: 6; /* 表示する行数を5行に制限 */
  }
  .goods-large__more {
    text-align: right;
  }
  .goods-large__more-link {
    position: relative;
    display: inline-flex;
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    width: 12rem;
    cursor: pointer;
  }
  .goods-large__more-link::after {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 8rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.2rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_feature-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
  }
  .goods-large__more-link--ikebukuro::after {
    background-image: url("/g_images/freearea/mothersday2025/orange/ico_feature-arrow.svg");
  }
  .goods-list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    z-index: 99;
  }
  .goods-list__item {
    flex: 0;
    max-width: 100%;
  }
  .goods-list__link {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .goods-list__link img {
    transition: all 0.5s ease-in-out;
  }
  .goods-list__image {
    min-width: 13.6rem;
    height: 10.4rem;
    border-radius: 40px 0 40px 0;
    margin: 0;
    overflow: hidden;
  }
  .goods-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .goods-list__detailBox {
    display: block;
  }
  .goods-list__detail {
    text-align: left;
    width: 100%;
  }
  .goods-list__code {
    font-size: 1.2rem;
  }
  .goods-list__name {
    margin: 0 0 1.6rem;
    font-weight: 600;
  }
  .goods-list__price {
    font-weight: 600;
  }
  .goods-list__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  .goods-list__price-light {
    font-weight: 500;
  }
  .goods-list__more {
    text-align: right;
  }
  .goods-list__more-link {
    position: relative;
    display: inline-flex;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
    margin: 0 3rem;
    width: 12rem;
    cursor: pointer;
  }
  .goods-list__more-link::after {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 5%;
    left: 8rem;
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
    background-image: url("/g_images/freearea/mothersday2025/pink/ico_feature-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
  }
  .goods-list__note {
    margin: 1.6rem 0 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .goods-list__note-text {
    color: #ff0000;
  }
  /* --------------------
  オプションリスト
  -------------------- */
  .options-list {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 134rem;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .options-item {
    width: 100%;
    max-width: 40rem;
  }
  .options-item__link {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 0.6rem;
    border: solid 0.1rem #2767A3;
    border-radius: 99.9rem;
    gap: 0 1.2rem;
    transition: opacity 0.2s;
    background: #fff url("/g_images/freearea/otyugen2025/blue/ico_arrow-right.svg") no-repeat top 50% right 1.6rem/1.2rem;
    transition: all 0.3s ease-in-out;
  }
  .options-item__image {
    aspect-ratio: 1/1;
  }
  .options-item__image img {
    width: 6.4rem;
    height: 6.4rem;
    object-fit: cover;
  }
  .options-item__text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px 2px;
    height: auto;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
  }
  .options-item__text--translate {
    translate: 0 -4px;
  }
  .options-item__text--jp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
    gap: 0.4rem 0.2rem;
  }
  .options-item__text--jp .options-item__text-large {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    translate: 0;
  }
  .options-item__text-line {
    display: block;
  }
  .options-item__text-large {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    translate: 0 0.4rem;
  }
  .options-item__text-large--jp {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    translate: 0;
  }
  .options-item__note {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    color: #838383;
    font-size: 1.1rem;
    margin: 0.8rem 0 0 0;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .options-item__note span {
    flex-shrink: 0;
  }
  /* ボタンに関するスタイル */
  .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2.4rem auto 0;
  }
  .button-box--brand {
    margin: 0 auto;
  }
  .button-box--feature a {
    margin: 0;
    height: 6.4rem;
  }
  .button-box--guide {
    max-width: 40rem;
    margin: 0;
  }
  .button-box--guide a {
    background-color: #fff;
    margin: 0 auto 0 0;
    width: 40rem;
    padding: 1.6rem 1.2rem 1.6rem 4rem;
  }
  .button-box--guide .button .button-text {
    color: #2767A3;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    font-size: 2rem;
  }
  .button-box--guide .button .button-text::before, .button-box--guide .button .button-text::after {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .button-box--guide .button .button-text::before {
    margin-right: 0.8rem;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_guide.svg");
  }
  .button-box--guide .button .button-text::after {
    margin-left: auto;
    background-image: url("/g_images/freearea/otyugen2025/blue/ico_arrow-right.svg");
    width: 1.2rem;
    height: 1.2rem;
  }
  .button-box--guide:hover a {
    background-color: #E8F4FF;
  }
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.7rem;
    height: 4.8rem;
    margin: 0 auto;
    padding: 1.2rem 1.4rem;
    border-radius: 99.9rem;
    background-color: #2767A3;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  .button .button-text {
    width: 100%;
    padding-right: 2rem;
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-right.svg") no-repeat top 50% right 0/1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
  }
  .button .button-text--anchor {
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-down.svg") no-repeat top 50% right 0/1rem;
  }
  .button.is-open .button-text--anchor {
    background: url("/g_images/freearea/otyugen2025/white/ico_arrow-top.svg") no-repeat top 50% right 0/1rem;
  }
  /* --------------------
  コスメ
  -------------------- */
  .bg-pink {
    position: relative;
    background-image: url("/g_images/freearea/mothersday2025/img_bg-water.png");
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: auto;
    z-index: 0;
    overflow: hidden;
  }
  .bg-pink::before {
    content: "";
    position: absolute;
    top: -83px;
    left: -110px;
    width: 40%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    background-repeat: repeat-y;
    background-position: top 0 left 0;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    background-size: contain;
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: 1;
  }
  .bg-pink::after {
    content: "";
    position: absolute;
    top: -83px;
    right: -40px;
    width: 40%;
    height: 100%;
    background-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-right.svg");
    background-repeat: repeat-y;
    background-position: top 0 right 0;
    background-size: contain;
    /* 白いスクリーンの設定 */
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: screen;
    /* SVG 画像の部分のみに適用 */
    mask-image: url("/g_images/freearea/mothersday2025/img_decoration-circle-left.svg");
    z-index: -1;
  }
  .cosme {
    padding: 4.8rem 1.6rem;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .cosme::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 247, 244, 0.5), transparent);
  }
  .cosme::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 247, 244, 0.5), transparent);
  }
  .cosme__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5.6rem 2rem;
    width: 100%;
    background-color: #FAFBFB;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
    z-index: 2;
  }
  .cosme__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #FAFBFB;
    clip-path: inherit;
    box-shadow: inset 0 0 90px rgb(255, 255, 255);
    z-index: -1;
  }
  .cosme__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 13rem;
    background-image: url("/g_images/freearea/mothersday2025/img_flower-right-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cosme__note-list {
    font-size: 1.2rem;
    margin: 0 0 2.4rem;
    text-align: left;
  }
  .cosme__note-item {
    margin: 0 0 0.4rem;
  }
  .cosme__note-item:last-child {
    margin: 0 0 0;
  }
  .cosme .brand-card-list {
    margin: 0 0 0;
  }
  .cosme .brand-card-item__image::before {
    background-image: none;
  }
  /* --------------------
  豆知識
  -------------------- */
  .knowledge {
    padding: 4.8rem 1.6rem 5.6rem;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-knowledge-sp.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top left;
  }
  .knowledge__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4.8rem 2rem;
    width: 100%;
    background-color: #fff;
  }
  .knowledge__paragraph {
    text-align: left;
    margin: 0 0 2.4rem;
  }
  .knowledge__paragraph:last-child {
    margin: 0;
  }
  /* --------------------
  贈る相手から選ぶ
  -------------------- */
  .recipient {
    padding: 4.8rem 1.6rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .recipient__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(99, 207, 227, 0.8);
  }
  .recipient__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: inherit;
    box-shadow: inset 0 0 10px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  /* --------------------
  キャンペーン
  -------------------- */
  .campaign {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url("/g_images/freearea/otyugen2025/img_bg-campaign.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .campaign__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 83.2rem;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
  }
  .campaign__title {
    margin: 0 0 4rem;
    max-width: 33.5rem;
  }
  .campaign__title img {
    margin: 0 0 2.4rem;
  }
  .campaign__text {
    font-size: 1.4rem;
  }
  .campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3.2rem 2.4rem;
    z-index: 2;
  }
  .campaign-item {
    width: 100%;
    max-width: 33.5rem;
    position: relative;
  }
  .campaign-item::before {
    content: "";
    position: absolute;
    top: -2.4rem;
    left: -1.3rem;
    width: 7.2rem;
    height: 7.2rem;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag.png");
  }
  .campaign-item--20::before {
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag-20.png");
  }
  .campaign-item--50::before {
    background-image: url("/g_images/freearea/otyugen2025/img_campaign-tag-50.png");
  }
  .campaign-item__link {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    box-shadow: 0 0 40px rgba(237, 186, 119, 0.1), 8px 8px 5px rgba(255, 189, 104, 0.2);
    height: 16.6rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
  }
  .campaign-item__link:hover .campaign-item__image {
    overflow: hidden;
  }
  .campaign-item__link:hover .campaign-item__image img {
    transform: scale(1.1);
  }
  .campaign-item__image {
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    grid-row: span 2/span 2;
    height: 13.6rem;
    width: 18.4rem;
  }
  .campaign-item__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .campaign-item__logo {
    position: relative;
    padding: 3rem;
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    grid-row: span 2/span 2;
  }
  .campaign-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .campaign-item__title {
    position: relative;
    padding: 0.8rem 0.8rem;
    background-color: #FFD67F;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    grid-column: span 2/span 2;
    grid-row-start: 3;
    height: 3rem;
  }
  .campaign-item__text {
    font-weight: 600;
  }
  .campaign-item__text span {
    color: #EB440D;
    font-size: 1.8rem;
    font-weight: 800;
  }
  /* --------------------
  人気商品特集
  （商品リンクリストはgoods-listファイルにあります）
  -------------------- */
  .pupular {
    position: relative;
    background-image: linear-gradient(#a4ebd7, rgba(129, 221, 235, 0.3019607843));
    background-color: #fff;
    background-size: 100% 100%;
  }
  .pupular::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/g_images/freearea/otyugen2025/img_bg-water.png") top center/contain repeat;
    opacity: 0.8;
    background-repeat: repeat;
    mix-blend-mode: overlay;
  }
  .pupular__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4rem 1.6rem 9.6rem;
    align-items: center;
    z-index: 0;
    border-radius: 200px 0 200px 0;
  }
  .pupular__heading {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 4rem;
    color: #333;
    font-weight: 800;
    background: linear-gradient(180deg, rgb(30, 136, 145), rgb(39, 103, 163));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "YuMincho", serif;
  }
  .pupular__note {
    margin: 1.2rem 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    color: #ff0000;
    font-weight: 800;
  }
  .pupular__heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4.8rem;
    gap: 2rem;
  }
  .pupular__heading-sub {
    width: 30%;
    min-width: 30%;
  }
  .pupular__heading-sub img {
    height: 100%;
  }
  .pupular__child {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto 4rem;
    padding: 4rem 1.6rem 5.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(99, 207, 227, 0.8);
    border-radius: 64px 0 64px 0;
  }
  .pupular__child:last-child {
    margin: 0;
  }
  .pupular__child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 64px 0 64px 0;
    box-shadow: inset 0 0 10px 10px rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
  }
  .pupular__child:last-of-type {
    margin-bottom: 0;
  }
  .pupular .heading-main {
    color: #333;
  }
}
/* --------------------
cmsの画面幅に合わせた調整と装飾位置調整
-------------------- */
.p-category-top__ranking__inner {
  display: none;
}

/* 画面幅1220px以下 */
@media screen and (max-width: 1220px) {
  .otyugen2025,
  #ranking {
    translate: -20px 0;
  }
}
/* 画面幅1220px～1200px */
@media screen and (max-width: 1220px) and (min-width: 1200px) {
  .otyugen2025,
  #ranking {
    translate: -28px 0;
  }
}
/* 画面幅1100px以下 */
@media screen and (max-width: 1100px) {
  .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
/* 画面幅900px～768px */
@media screen and (max-width: 900px) and (min-width: 768px) {
  .goods-large {
    margin-right: 0;
  }
  .goods-large__link {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .goods-large__detailBox {
    padding: 2rem 0;
    max-width: 100%;
    width: auto;
  }
  .goods-large__image {
    width: 100%;
  }
}
/* 画面幅768px以上 */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/* 画面幅768px以下 */
@media screen and (max-width: 768px) {
  .otyugen2025,
  #ranking {
    translate: none;
    margin: 0 -2rem;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* 画面幅374px以下 */
@media screen and (max-width: 374px) {
  .otyugen2025,
  #ranking {
    translate: 10px 0;
  }
}/*# sourceMappingURL=otyugen2025.css.map */