@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");
.christmas2025 *,
.christmas2025 *::before,
.christmas2025 *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

ul,
li {
  list-style: none;
}

/* --------------------
cmsの画面幅に合わせた調整と装飾位置調整
-------------------- */
.fukubukuro2026,
#ranking {
  width: 100vw;
  translate: calc((100vw - 1200px) / 2 * -1);
  box-sizing: border-box;
  /* 画面幅1220px以下 */
  /* 画面幅1220px～1200px */
  /* 画面幅1100px以下 */
  /* 画面幅374px以下 */
}
@media screen and (max-width: 1220px) {
  .fukubukuro2026,
  #ranking {
    translate: -20px 0;
  }
}
@media screen and (max-width: 1220px) and (min-width: 1200px) {
  .fukubukuro2026,
  #ranking {
    translate: -28px 0;
  }
}
@media screen and (max-width: 1100px) {
  .fukubukuro2026 .p-category-top__ranking-content__body .goods:not(:nth-child(3n)),
  #ranking .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .fukubukuro2026,
  #ranking {
    margin-left: 1rem;
  }
}

.goods-large {
  /* 画面幅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;
  }
}
/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* --------------------
こちらもおすすめ
-------------------- */
@media screen and (min-width: 768px), print {
  .other-recommend {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .other-recommend::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.4rem;
    background-color: #EEBE57;
    mask: url("/g_images/freearea/fukubukuro2026/deco_line-tile.svg") repeat-x left top;
  }
  .other-recommend__inner {
    max-width: 96rem;
    width: 100%;
    padding: 8rem 4rem;
  }
  .other-recommend__item {
    width: 100%;
  }
  .other-recommend__image {
    width: 100%;
    aspect-ratio: 1.8/1;
    object-fit: cover;
    object-position: top;
  }
  .banner-list {
    display: flex;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .banner-list__item:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
  .button-box {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .other-recommend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .other-recommend::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.4rem;
    background-color: #EEBE57;
    mask: url("/g_images/freearea/fukubukuro2026/deco_line-tile.svg") repeat-x left top;
  }
  .other-recommend__inner {
    padding: 3.2rem 2rem;
  }
  .other-recommend .banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 40rem;
  }
  .other-recommend .banner-list__item {
    position: relative;
    background-color: #EEF5F7;
    width: calc((100% - 3.2rem) / 2);
  }
  .other-recommend .banner-list__image {
    height: 9rem;
    object-fit: cover;
    object-position: top;
  }
}
/* -------------------
FV＆バナーエリア
-------------------- */
.christmas2025 {
  width: 100vw;
}

.pagetitle__image {
  width: 100%;
  height: auto;
}

.banner-coupon__image {
  width: 100%;
  height: auto;
}

.banner-catalogue {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .banner-catalogue {
    margin: 4rem 2rem 0;
  }
  .banner-catalogue__sp {
    display: none;
  }
  .banner-catalogue__pc {
    max-width: 96rem;
    width: 100%;
  }
  .banner-catalogue :hover {
    opacity: 0.8;
    transition: 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .banner-catalogue {
    margin: 2.4rem 2rem 0;
  }
  .banner-catalogue__pc {
    display: none;
  }
  .banner-catalogue__sp {
    width: 100%;
  }
}
/* --------------------
全ての商品を見る
-------------------- */
@media screen and (min-width: 768px), print {
  .fukubukuro2026 .view-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4rem;
    text-align: center;
  }
  .fukubukuro2026 .view-all__title {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
  }
  .fukubukuro2026 .view-all__contents {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    position: relative;
  }
  .fukubukuro2026 .view-all .button-box {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .fukubukuro2026 .view-all {
    padding: 0 1.6rem;
  }
  .fukubukuro2026 .view-all__title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .fukubukuro2026 .view-all__contents {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
  }
}
/* --------------------
背景付きエリア
-------------------- */
.bg-area-gold {
  background: url(/g_images/freearea/fukubukuro2026/bg_gold.svg) repeat top left/8rem;
}

.bg-area-pink {
  background: url(/g_images/freearea/fukubukuro2026/bg_pink.svg) repeat top left/4rem;
}

.bg-area-red {
  background: url(/g_images/freearea/fukubukuro2026/bg_red.svg) repeat top left/8rem;
}

.bg-area-green {
  background: url(/g_images/freearea/fukubukuro2026/bg_green.svg) repeat top left/8rem;
}

.bg-area-yellow {
  background: url(/g_images/freearea/fukubukuro2026/bg_yellow.svg) repeat top left/8rem;
}

/* --------------------
人気ブランドから選ぶ
-------------------- */
.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 4rem;
}
.brand .brand-tag-wrap {
  margin-top: 4rem;
}

.brand-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 120rem;
  width: 100%;
}
@media (max-width: 1191px) {
  .brand-inner {
    max-width: 82rem;
  }
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.brand-list__item-image {
  max-width: 26rem;
  max-height: 17.2rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0 2rem rgba(109, 0, 0, 0.15);
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.brand-list__item-link:hover .brand-list__item-image {
  transform: scale(1.05);
}
.brand-list__item-name {
  padding: 0.8rem 1.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .brand {
    padding: 3.2rem 1.6rem;
  }
  .brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    max-width: 40rem;
  }
  .brand-list__item {
    width: calc((100% - 1.2rem) / 2);
    max-width: 20rem;
  }
  .brand-list__item-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brand-list__item-image {
    background-color: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 0 2rem rgba(109, 0, 0, 0.15);
    overflow: hidden;
  }
  .brand-list__item-name {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.8rem 0;
  }
  .brand .brand-tag-wrap {
    margin-top: 3.2rem;
  }
}
/* --------------------
価格から選ぶ
-------------------- */
.price::before, .price::after {
  content: "";
  display: block;
  height: 2.4rem;
  width: 100%;
  background-color: #F0C468;
  mask-image: url(/g_images/freearea/fukubukuro2026/deco_line-tile.svg);
}
.price::after {
  background-color: #FFEDED;
}
.price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  max-width: 120rem;
  margin: 3.2rem auto 0;
}
.price__item {
  max-width: 38.2rem;
  width: 100%;
}
.price__item-text {
  position: relative;
  text-align: center;
  border-radius: 99.9rem;
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.8rem 0;
}
.price__item-text::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  height: 1.8rem;
  mask: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg") no-repeat center/contain;
  background-color: #E8A513;
  right: 1.2rem;
  top: 38%;
}
.price__item-text-small {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .price::before {
    margin-bottom: 8rem;
  }
  .price::after {
    margin-top: 8rem;
  }
  .price__item-text {
    outline: 0.1rem solid #fff;
  }
  .price__item-text:hover {
    background-color: #FFEDC2;
    transition: 0.2s ease-in-out;
    outline: 0.1rem solid #E8A513;
  }
  .price__inner {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .price::before {
    margin-bottom: 3.2rem;
  }
  .price::after {
    margin-top: 3.2rem;
  }
  .price__list {
    gap: 1.6rem;
    margin: 0 1.6rem;
  }
  .fukubukuro2026--funabashi .price {
    padding-bottom: 4.8rem;
  }
  .fukubukuro2026--funabashi .price::after {
    display: none;
  }
}
/* --------------------
ボタン
-------------------- */
.button-info {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.button {
  display: flex;
  justify-content: center;
  width: 32rem;
  border-radius: 50rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto;
}
.button__text {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #FF160D;
  width: 32rem;
  border-radius: 99.9rem;
  border: solid 0.3rem #fff;
  padding: 1.2rem 0;
}
.button__text::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.button__text:hover {
  background-color: #CE110B;
  transition: 0.2s ease-in-out;
}

.button--green .button__text {
  background-color: #00A17F;
}
.button--green .button__text:hover {
  background-color: #008064;
  transition: 0.2s ease-in-out;
}

.button--yellow .button__text {
  background-color: #B8A600;
}
.button--yellow .button__text:hover {
  background-color: #9D8D00;
  transition: 0.2s ease-in-out;
}

.button--anchor-red .button__text::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-down.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.button--anchor-red .button__text:hover {
  background-color: #ce110b;
  transition: 0.2s ease-in-out;
}

.button--anchor-green .button__text {
  background-color: #00A17F;
}
.button--anchor-green .button__text::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-down.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.button--anchor-green .button__text:hover {
  background-color: #008064;
  transition: 0.2s ease-in-out;
}

.button--anchor-yellow .button__text {
  background-color: #B8A600;
}
.button--anchor-yellow .button__text::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-down.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.button--anchor-yellow .button__text:hover {
  background-color: #9d8d00;
  transition: 0.2s ease-in-out;
}

.button--track {
  padding: 0;
}
.button--track .button__text::before {
  position: absolute;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_track.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.button--track .button__text::after {
  position: absolute;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.button--track .button__text .button__text-small {
  margin-left: 0.2rem;
  font-size: 1.6rem;
}

.button--store {
  padding: 0;
}
.button--store .button__text::before {
  position: absolute;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_bag.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.button--store .button__text::after {
  position: absolute;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.button--store .button__text .button__text-small {
  margin-left: 0.2rem;
  font-size: 1.6rem;
}

.view-other .button__text {
  border-color: #FF160D;
  background-color: #fff;
  color: #333;
}
.view-other .button__text:hover {
  background-color: #FFCECC;
  transition: 0.2s ease-in-out;
}
.view-other .button--track .button__text::before {
  background-color: #FF160D;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_track.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.view-other .button--track .button__text::after {
  background-color: #FF160D;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.view-other .button--store .button__text::before {
  background-color: #FF160D;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_bag.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.view-other .button--store .button__text::after {
  background-color: #FF160D;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.view-other--ike .button__text {
  border-color: #00A17F;
  background-color: #fff;
  color: #333;
}
.view-other--ike .button__text:hover {
  background-color: #C4EBE2;
  transition: 0.2s ease-in-out;
}
.view-other--ike .button--track .button__text::before {
  background-color: #00A17F;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_track.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.view-other--ike .button--track .button__text::after {
  background-color: #00A17F;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.view-other--ike .button--store .button__text::before {
  background-color: #00A17F;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_bag.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.view-other--ike .button--store .button__text::after {
  background-color: #00A17F;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.view-other--funa .button__text {
  border-color: #B8A600;
  background-color: #fff;
  color: #333;
}
.view-other--funa .button__text:hover {
  background-color: #FFF6BC;
  transition: 0.2s ease-in-out;
}
.view-other--funa .button--track .button__text::before {
  background-color: #B8A600;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_track.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.view-other--funa .button--track .button__text::after {
  background-color: #B8A600;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}
.view-other--funa .button--store .button__text::before {
  background-color: #B8A600;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_bag.svg) no-repeat center right/contain;
  left: 2.4rem;
  top: 32%;
}
.view-other--funa .button--store .button__text::after {
  background-color: #B8A600;
  mask: url(/g_images/freearea/fukubukuro2026/icons/ico_arrow-right.svg) no-repeat center right/contain;
  right: 1.2rem;
  top: 32%;
}

@media screen and (max-width: 767px) {
  .button {
    max-width: 35.2rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .button .button--anchor-red {
    margin: 0;
  }
  .button__text {
    width: 100%;
    font-size: 1.6rem;
  }
  .view-other .button-box {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .view-other .button {
    padding: 0;
  }
  .view-other .button__text {
    font-size: 1.8rem;
  }
  .view-other .button__text .button__text-small {
    margin-left: 0.2rem;
    font-size: 1.6rem;
  }
}
/* --------------------
カテゴリリスト
-------------------- */
.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category::before, .category::after {
  content: "";
  display: block;
  height: 2.4rem;
  width: 100%;
  background-color: #fff;
  mask-image: url(/g_images/freearea/fukubukuro2026/deco_line-tile.svg);
}
.category::after {
  background-color: #F0C468;
}

.category::before {
  margin-bottom: 8rem;
}
.category::after {
  margin-top: 8rem;
}
.category__inner {
  max-width: 128rem;
  width: 100%;
}

.category-wrap {
  align-items: center;
  border-radius: 2rem;
  background-color: #fff;
  margin: 4rem 4rem 0;
  padding: 4rem 6.4rem;
}
.category-wrap__heading {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.2rem;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
  gap: 2.4rem;
  margin: 0 auto 4rem;
}
.category-list--center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 74.5rem;
}
.category-list--center .category-list__item {
  max-width: 23.2rem;
  width: 100%;
}
.category-list__item {
  position: relative;
  width: 100%;
}
.category-list__item:hover {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}
.category-list__item-link {
  flex-direction: column;
  gap: 1.2rem;
}
.category-list__item-image {
  background-color: #fff;
  height: 20rem;
  overflow: hidden;
}
.category-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.category-list__link:hover .category-list__item-image img {
  scale: 1.2;
}
.category-list__item-name {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  padding: 0.8rem 0;
}

.image-top img {
  object-position: 50% -1.4rem;
}
@media (max-width: 1064px) {
  .image-top img {
    object-position: 50% 50%;
  }
}

.image-center {
  display: flex;
  align-items: center;
}

.image-bottom {
  object-position: bottom;
}

@media screen and (max-width: 767px) {
  .category::before {
    margin-bottom: 3.2rem;
  }
  .category::after {
    margin-top: 0;
  }
  .category__inner {
    margin: 0;
  }
  .category .category-wrap {
    margin: 0 1.6rem 3.2rem;
    padding: 2.4rem 1.6rem 2.8rem;
  }
  .category .category-wrap__heading {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 2.4rem;
  }
  .category .button__text {
    margin: auto 0;
  }
  .category-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 14rem), 2fr));
    gap: 1.6rem;
    margin: 0 auto 2rem;
  }
  .category-list__item-name {
    font-size: 1.6rem;
  }
  .category-list__item-image {
    min-height: 10.8rem;
    height: 72%;
  }
  .category-list--center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    max-width: 74.5rem;
  }
  .category-list--center .category-list__item {
    width: calc((100% - 1.6rem) / 2);
    max-width: 23.2rem;
  }
}
/* --------------------
特集セクション
-------------------- */
@media screen and (min-width: 768px), print {
  .feature-section {
    padding: 8rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
  }
  .feature-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 160rem;
  }
  .feature-section .big-block-title {
    margin: 0;
  }
  .feature-section-block {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 3.2rem;
    width: 100%;
    max-width: 96rem;
    padding: 2rem 6.4rem;
    margin: 2.2rem auto;
    background-color: #fff;
    border-radius: 2rem;
    border: 0.2rem solid #FF160D;
  }
  .feature-section-block::before {
    content: "";
    max-width: 115.2rem;
    width: calc(100% - 4.8rem);
    height: 2.4rem;
    background-color: #fff;
    position: absolute;
    border: 0.2rem solid #FF160D;
    border-bottom: 0.2rem solid #fff;
    border-radius: 2rem 2rem 0 0;
    left: 0;
    right: 0;
    top: -2.3rem;
    margin: 0 2.4rem;
    z-index: 999;
  }
  .feature-section-block::after {
    content: "";
    width: calc(100% - 4.8rem);
    height: 2.5rem;
    background-color: #fff;
    position: absolute;
    border: 0.2rem solid #FF160D;
    border-top: 0.2rem solid #fff;
    border-radius: 0 0 2rem 2rem;
    left: 0;
    right: 0;
    bottom: -2.4rem;
    margin: 0 2.4rem;
    z-index: 999;
  }
  .feature-section-block__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
  .feature-section-block__heading-text {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
  }
  .feature-section-block__heading-note {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    background-color: #FF160D;
    border-radius: 50rem;
    width: 80%;
    padding: 0.8rem 0;
    margin: 0 1.6rem 1.6rem;
  }
  .feature-section-block__bottom {
    display: flex;
    justify-content: center;
    gap: 2.4rem;
  }
  .feature-section-block__bottom .button {
    width: calc((100% - 5.6rem) / 3);
    min-width: 20rem;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .product-list__item-link {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    width: 100%;
  }
  .product-list__item-link:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
  .product-list__item-link--no-hover:hover {
    opacity: 1;
    transition: none;
  }
  .product-list__item-text, .product-list__item-image {
    width: calc((100% - 1.6rem) / 2);
  }
  .product-list__item-name {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .product-list__item-price {
    font-size: 3.2rem;
    font-weight: 600;
  }
  .product-list__item-price-num {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .product-list__item--large .product-list__item-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-list__item--large .product-list__item-text,
  .product-list__item--large .product-list__item-image {
    min-width: 36rem;
  }
  .product-list__item--small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
  }
  .product-list__item--small .product-list__item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: calc((100% - 1.6rem) / 2);
    min-width: 36rem;
  }
  .product-list__item--small .product-list__item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .product-list__item--small .product-list__item-name {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .product-list__item--small .product-list__item-price {
    font-size: 3.2rem;
    font-weight: 600;
  }
  .product-list__item--small .product-list__item-price-num {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .product-list__item--small .product-list__item-image {
    max-width: 13.6rem;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.feature-section-block--two-contents .product-list {
  justify-content: center;
}
.feature-section-block--two-contents .product-list__item {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 3.2rem) / 2);
}
.feature-section-block--two-contents .product-list__item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-section-block--two-contents .product-list__item-image {
  width: 100%;
}
.feature-section-block--two-contents .product-list__item-text {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .feature-section {
    display: flex;
    position: relative;
    z-index: 0;
    flex-direction: column;
    align-items: center;
  }
  .feature-section .big-block-title {
    margin: 0;
  }
  .feature-section::before, .feature-section::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .feature-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    width: 100%;
    height: 100%;
    padding: 3.2rem 1.6rem 4.8rem;
  }
  .feature-section-block {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 2.4rem;
    width: 100%;
    background-color: #fff;
    border-radius: 2rem;
    border: 0.2rem solid #FF160D;
    padding: 0.8rem 1.6rem 2.4rem;
    margin: 2.2rem 0;
  }
  .feature-section-block::before {
    content: "";
    max-width: 115.2rem;
    width: calc(100% - 4.8rem);
    height: 2.4rem;
    background-color: #fff;
    position: absolute;
    border: 0.2rem solid #FF160D;
    border-bottom: 0.2rem solid #fff;
    border-radius: 2rem 2rem 0 0;
    left: 0;
    right: 0;
    top: -2.3rem;
    margin: 0 2.4rem;
    z-index: 999;
  }
  .feature-section-block::after {
    content: "";
    width: calc(100% - 4.8rem);
    height: 2.5rem;
    background-color: #fff;
    position: absolute;
    border: 0.2rem solid #FF160D;
    border-top: 0.2rem solid #fff;
    border-radius: 0 0 2rem 2rem;
    left: 0;
    right: 0;
    bottom: -2.4rem;
    margin: 0 2.4rem;
    z-index: 999;
  }
  .feature-section-block__heading {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .feature-section-block__heading-text {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
  }
  .feature-section-block__heading-note {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #FF160D;
    border-radius: 50rem;
    padding: 0.4rem 0;
    margin: 0 1.6rem;
  }
  .feature-section-block__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
  }
  .product-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 40rem;
    margin: 0 auto;
  }
  .product-list__item-name {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .product-list__item-price {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .product-list__item-price-num {
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 0.2rem;
  }
  .product-list__item-description {
    font-size: 1.4rem;
  }
  .product-list__item--large .product-list__item-link {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .product-list__item--small {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .product-list__item--small .product-list__item-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .product-list__item--small .product-list__item-image {
    width: 80%;
    max-width: 13.6rem;
  }
  .product-list__item--small .product-list__item-name {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .fukubukuro2026--funabashi .feature-section {
    margin-bottom: 3.2rem;
  }
  .fukubukuro2026--funabashi .feature-section__inner {
    padding: 5.6rem 1.6rem 3.2rem;
  }
  .feature-section-block--two-contents .product-list {
    justify-content: center;
  }
  .feature-section-block--two-contents .product-list__item {
    gap: 3.2rem;
    width: 100%;
  }
  .feature-section-block--two-contents .product-list__item-link {
    display: flex;
    flex-direction: column;
  }
  .feature-section-block--two-contents .product-list__item-image {
    width: 100%;
  }
  .feature-section-block--two-contents .product-list__item-text {
    width: 100%;
    margin-top: 1.6rem;
  }
}
/* --------------------
ページ追従ナビ
-------------------- */
@media screen and (min-width: 768px), print {
  #pagetop,
  #withdesk-widget-window {
    bottom: 2rem;
  }
  .fixed-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .fixed-nav__list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .fixed-nav__list-item {
    border-bottom: 0.1rem solid #E3E2E2;
  }
  .fixed-nav__list-item:last-child, .fixed-nav__list-item--page:nth-child(2) {
    border-bottom: none;
  }
  .fixed-nav__list-link {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    min-height: 3.2rem;
    padding: 0.8rem 0.8rem 0.8rem 3.2rem;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: top 50% left 0.8rem;
    background-size: 2rem;
    min-height: 4rem;
  }
  .fixed-nav__list-link::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 0.8rem;
    translate: 0 -50%;
    background-color: #E8A513;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .fixed-nav__list-link:hover {
    background-color: #E8A513;
  }
  .fixed-nav__list-link:hover::before {
    background-color: #fff;
  }
  .fixed-nav__list-link--ike::before, .fixed-nav__list-link--funa::before, .fixed-nav__list-link--haisou::before {
    background-color: #fff;
  }
  .fixed-nav__list-link--ike.is-current, .fixed-nav__list-link--funa.is-current, .fixed-nav__list-link--haisou.is-current {
    pointer-events: none;
  }
  .fixed-nav__list-link--haisou {
    background-color: #FF160D;
  }
  .fixed-nav__list-link--haisou::before {
    mask-image: url("/g_images/freearea/osechi2025/white/ico_track.svg");
  }
  .fixed-nav__list-link--haisou:hover {
    background-color: #CE110B;
  }
  .fixed-nav__list-link--ike {
    background-color: #00A17F;
  }
  .fixed-nav__list-link--ike::before {
    mask-image: url("/g_images/freearea/osechi2025/white/ico_bag.svg");
  }
  .fixed-nav__list-link--ike:hover {
    background-color: #008064;
  }
  .fixed-nav__list-link--funa {
    background-color: #B8A600;
  }
  .fixed-nav__list-link--funa::before {
    mask-image: url("/g_images/freearea/osechi2025/white/ico_bag.svg");
  }
  .fixed-nav__list-link--funa:hover {
    background-color: #9D8D00;
  }
  .fixed-nav__list-link--ranking::before {
    mask-image: url("/g_images/freearea/osechi2025/brown/ico_ranking.svg");
  }
  .fixed-nav__list-link--category::before {
    mask-image: url("/g_images/freearea/osechi2025/brown/ico_category.svg");
  }
  .fixed-nav__list-link--number::before {
    mask-image: url("/g_images/freearea/osechi2025/brown/ico_people.svg");
  }
  .fixed-nav__list-link--budget::before {
    mask-image: url("/g_images/freearea/osechi2025/brown/ico_money.svg");
  }
  .fixed-nav__list-link--brand::before {
    mask-image: url("/g_images/freearea/osechi2025/brown/ico_brand.svg");
  }
  .fixed-nav__list-link--calendar::before {
    mask-image: url("/g_images/freearea/fukubukuro2026/icons/ico_calendar.svg");
  }
  .fixed-nav__list-link--guide {
    background-color: #1b2582;
    font-size: 1.2rem;
  }
  .fixed-nav__list-link--guide::before {
    mask-image: url("/g_images/freearea/osechi2025/white/ico_information.svg");
    background-color: #fff;
  }
  .fixed-nav__list-link--guide:hover {
    background-color: #7d84c1;
  }
  .fixed-nav__list-item:first-child .fixed-nav__list-link {
    border-radius: 0.5rem 0 0 0;
  }
  .fixed-nav__list-item:last-child .fixed-nav__list-link, .fixed-nav__list-item--page:nth-child(2) .fixed-nav__list-link {
    border-radius: 0 0 0 0.5rem;
  }
  .fixed-nav__list-text {
    text-align: left;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
  }
  .fixed-nav__list-link:hover .fixed-nav__list-text {
    color: #fff;
  }
  .fixed-nav__list-item--page .fixed-nav__list-text {
    color: #fff;
  }
  .fixed-nav__list-link--guide .fixed-nav__list-text {
    color: #fff;
  }
  .fixed-nav__list-text--small {
    font-weight: lighter;
  }
}
@media screen and (max-width: 767px) {
  #pagetop,
  #withdesk-widget-window {
    translate: 0 calc(-8rem) !important;
  }
  .l-footer__pagetop {
    bottom: 1.6rem !important;
    right: 1rem !important;
  }
  .fixed-nav {
    display: block;
    position: fixed;
    width: 100vw;
    z-index: 999;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    translate: none;
  }
  .fixed-nav__list {
    display: flex;
  }
  .fixed-nav__list-item {
    flex: 1;
    border-right: solid 0.01rem #E3E2E2;
  }
  .fixed-nav__list-item:last-child {
    border-right: none;
  }
  .fixed-nav__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s;
    padding: 0.4rem 0;
    height: 100%;
  }
  .fixed-nav__list-link--ike {
    background-color: #00A17F;
  }
  .fixed-nav__list-link--funa {
    background-color: #B8A600;
  }
  .fixed-nav__list-link--haisou {
    background-color: #FF160D;
  }
  .fixed-nav__list-link--guide {
    background-color: #1b2582;
  }
  .fixed-nav__list-link--ranking {
    padding: 0.8rem 0.1rem;
  }
  .fixed-nav__list-link--coupon {
    padding: 0.8rem 0.1rem;
    background-color: #FFDD00;
  }
  .fixed-nav__list-link--guide {
    background-color: #1b2582;
  }
  .fixed-nav__list-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 4.6rem;
    min-height: 2.4rem;
  }
  .fixed-nav__list-text--small {
    font-weight: lighter;
    padding: 0 0.2rem;
  }
  .fixed-nav__list-item--page .fixed-nav__list-text {
    color: #fff;
  }
  .fixed-nav__list-link--guide .fixed-nav__list-text {
    color: #fff;
    font-size: 1.2rem;
  }
  .fixed-nav__list-link--guide .fixed-nav__list-text::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    mask: url("/g_images/freearea/osechi2025/white/ico_information.svg") no-repeat center/contain;
    background-color: #fff;
  }
}
/* --------------------
ご案内
-------------------- */
.top-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  align-items: center;
  padding: 5.6rem 4rem 5.6rem;
  margin: 0 auto;
}
.top-information__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  max-width: 120rem;
}
.top-information__block {
  position: relative;
}
.top-information__heading {
  position: absolute;
  color: #fff;
  background-color: #FF160D;
  font-weight: 600;
  text-align: center;
  max-width: 12rem;
  border-radius: 99.9rem;
  padding: 1.2rem 2rem;
  top: -13%;
  right: 0;
  left: 0;
  margin: auto;
  outline: 0.2rem solid #fff;
  outline-offset: -0.5rem;
  z-index: 999;
}
.top-information__heading--funa {
  max-width: 22rem;
}
.top-information__wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: #FF160D solid 0.2rem;
  border-radius: 2rem;
  width: 50rem;
  margin: 2rem auto;
}
.top-information__wrap::before {
  content: "";
  width: calc(100% - 4.8rem);
  height: 2.4rem;
  background-color: #fff;
  position: absolute;
  border: 0.2rem solid #FF160D;
  border-bottom: 0.2rem solid #fff;
  border-radius: 2rem 2rem 0 0;
  top: -0.5%;
  left: 0;
  right: 0;
  margin: 0 2.4rem;
}
.top-information__wrap::after {
  content: "";
  width: calc(100% - 4.8rem);
  height: 2.4rem;
  background-color: #fff;
  position: absolute;
  border: 0.2rem solid #FF160D;
  border-top: 0.2rem solid #fff;
  border-radius: 0 0 2rem 2rem;
  bottom: -0.5%;
  left: 0;
  right: 0;
  margin: 0 2.4rem;
}
.top-information__list {
  align-items: center;
  margin: 1.6rem auto;
}
.top-information__item {
  display: flex;
  align-items: center;
  margin: 0.8rem auto;
}
.top-information__item-heading {
  background-color: #FFEDED;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 99.9rem;
  padding: 1.2rem;
  margin-right: 1.2rem;
}
.top-information__item-detail {
  font-size: 1.8rem;
}
.top-information__item-note {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}
.top-information__item-note-kome {
  font-size: 1.4rem;
  margin: 0 0.2rem 0 0;
}
.top-information__note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.2rem;
}
.top-information__note-anchor {
  color: #0c60d1;
}

@media screen and (max-width: 767px) {
  .top-information {
    gap: 1.6rem;
    padding: 4.8rem 0 3.2rem;
  }
  .top-information__inner {
    width: 100%;
    margin: 0;
  }
  .top-information__block {
    width: 100%;
    margin: 0 1.6rem;
  }
  .top-information__wrap {
    width: 100%;
  }
  .top-information__item-heading {
    font-size: 1.2rem;
    padding: 1rem 1.2rem;
    margin-right: 0.8rem;
  }
  .top-information__item-detail {
    font-size: 1.6rem;
  }
  .top-information__note {
    margin: 0 1.6rem;
  }
}
/* --------------------
クリスマス豆知識
-------------------- */
@media screen and (min-width: 768px), print {
  .tips {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 4rem;
  }
  .tips__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 96rem;
  }
  .tips .big-block-title {
    margin: 0;
  }
  .tips-section {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background-color: #fff;
    padding: 3.2rem 6.4rem;
  }
  .tips-section__heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    border-top: #EEBE57 0.1rem solid;
    border-bottom: #EEBE57 0.1rem solid;
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .tips {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.2rem 2rem 0;
  }
  .tips__inner {
    display: flex;
    flex-direction: column;
    max-width: 96rem;
  }
  .tips-section {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background-color: #fff;
    padding: 2.4rem 2rem;
    margin-bottom: 3.2rem;
  }
  .tips-section__heading {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    border-top: #EEBE57 0.1rem solid;
    border-bottom: #EEBE57 0.1rem solid;
    padding: 1.2rem 0;
  }
}
/* --------------------
ページ内リンクナビゲーション
-------------------- */
@media screen and (min-width: 768px), print {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    width: 100%;
    padding: 6.4rem 3.2rem 0;
  }
  .navigation__note {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .navigation__note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
  .navigation__note-link {
    color: #0c60d1;
  }
  .navigation__note-link:hover {
    text-decoration: underline;
  }
  .navigation-inner {
    display: flex;
  }
  .navigation-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 83.2rem;
  }
  .navigation-list__item {
    width: 33.3333333333%;
    border: solid 2px #fff;
  }
  .navigation-list__item:not(:nth-last-child(3n)) {
    border-left: 0;
  }
  .navigation-list__item:nth-child(n+4) {
    border-top: 0;
  }
  .navigation-list__item:last-child {
    border-right: solid 2px #fff;
  }
  .navigation-list__item--guide {
    width: 33.3333333333%;
    max-width: 83.2rem;
    height: 13.4rem;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
  .navigation-list__item--guide:hover {
    border-color: #7d84c1;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
  .navigation-list__item-link {
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    height: 6.4rem;
    padding: 2rem 2.4rem 2rem 1.2rem;
    background-color: #E8A513;
    background-repeat: no-repeat;
    background-position: top 50% right 1rem;
    background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-down-black.svg");
    transition: background-color 0.2s ease-in-out;
  }
  .navigation-list__item-link:hover {
    background-color: #F0C468;
  }
  .navigation-list__item--guide .navigation-list__item-link {
    height: 100%;
    background-color: #1b2582;
    background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-down.svg");
  }
  .navigation-list__item--guide .navigation-list__item-link:hover {
    background-color: #7d84c1;
  }
  .navigation-list__item-link::before {
    content: "";
    display: grid;
    place-items: center;
    margin-right: 0.4rem;
    width: 2.4rem;
    height: 2.4rem;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #F0C468;
    transition: background-color 0.2s ease-in-out;
  }
  .navigation-list__item--ranking .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_ranking.svg");
  }
  .navigation-list__item--brand .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_brand.svg");
  }
  .navigation-list__item--category .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_category.svg");
  }
  .navigation-list__item--price .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_money.svg");
  }
  .navigation-list__item--people .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_age.svg");
  }
  .navigation-list__item--size .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_cake.svg");
  }
  .navigation-list__item--feature .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/christmas2025/gold/ico_box.svg");
  }
  .navigation-list__item--catalogue .navigation-list__item-link::before {
    background-color: #333;
    mask-image: url("/g_images/freearea/fukubukuro2026/icons/ico_calendar.svg");
  }
  .navigation-list__item--guide .navigation-list__item-link::before {
    background-color: #fff;
    mask-image: url("/g_images/freearea/fukubukuro2026/icons/ico_guide.svg");
  }
  .navigation-list__item-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
  }
  .navigation-list__item--guide .navigation-list__item-text {
    color: #fff;
  }
  .navigation-list__item-small {
    font-weight: 400;
    font-size: 1.4rem;
    align-self: flex-end;
    margin-left: 0.1rem;
  }
  .fukubukuro2026--ikebukuro .navigation-list__item--guide {
    height: 6.4rem;
    border: none;
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 767px) {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .navigation__note {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .navigation__note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
  .navigation__note-link {
    color: #0c60d1;
  }
  .fukubukuro2026--ikebukuro .navigation-list__item--guide {
    width: 50%;
  }
  .navigation-list {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation-list__item {
    width: 50%;
    border: solid 2px #fff;
    border-top: 0;
  }
  .navigation-list__item:nth-child(odd) {
    border-left: 0;
  }
  .navigation-list__item:nth-child(even) {
    border-left: 0;
    border-right: 0;
  }
  .navigation-list__item--guide {
    border-color: #1b2582;
  }
  .navigation-list__item-link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #E8A513;
    width: 100%;
    height: 5.6rem;
    padding: 1.2rem 2.4rem 1.2rem 1.2rem;
  }
  .navigation-list__item-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.2rem;
    top: 40%;
    right: 1.2rem;
    aspect-ratio: 1/1;
    background: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-down-black.svg") no-repeat center;
  }
  .navigation-list__item--guide .navigation-list__item-link {
    background-color: #1b2582;
  }
  .navigation-list__item--guide .navigation-list__item-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.2rem;
    top: 40%;
    right: 1.2rem;
    aspect-ratio: 1/1;
    background: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-down.svg") no-repeat center;
  }
  .navigation-list__item-text {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    align-items: center;
    font-weight: 600;
    line-height: 1;
  }
  .navigation-list__item--guide .navigation-list__item-text {
    color: #fff;
  }
  .navigation-list__item-small {
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0.4rem 0 0 0.2rem;
  }
}
/* --------------------
全ての商品を見る
-------------------- */
.view-other {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin: 8rem 4rem;
}
.view-other__button-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
.view-other__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.view-other .button-box {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .view-other {
    margin: 0;
    padding: 3.2rem 1.6rem;
  }
  .view-other__title {
    font-size: 1.8rem;
    text-align: center;
  }
  .view-other .button-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
  }
}
/* --------------------
タイトル
-------------------- */
.big-block-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
.big-block-title::before, .big-block-title::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  height: 4rem;
  mask: url("/g_images/freearea/fukubukuro2026/deco_flower-title.svg") no-repeat center/contain;
  background-color: #FF160D;
}
.big-block-title--white::before, .big-block-title--white::after {
  mask: url("/g_images/freearea/fukubukuro2026/deco_flower-title.svg") no-repeat center/contain;
  background-color: #fff;
}

.mideum-block-title,
.mideum-block-title-light {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
  color: #333;
}
.mideum-block-title::before, .mideum-block-title::after,
.mideum-block-title-light::before,
.mideum-block-title-light::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  height: 2.4rem;
  mask: url("/g_images/freearea/christmas2025/gold/ico-star02.svg") no-repeat center/contain;
  background-color: #F0C468;
}

.mideum-block-title-light {
  color: #fff;
}
.mideum-block-title-light::before, .mideum-block-title-light::after {
  mask: url("/g_images/freearea/christmas2025/gold/ico-star02.svg") no-repeat center/contain;
  background-color: #F4D38E;
}

.small-block-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #F0C468;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .big-block-title {
    font-size: 2.4rem;
    gap: 0.8rem;
    margin-bottom: 3.2rem;
  }
  .big-block-title::before, .big-block-title::after {
    height: 2.4rem;
  }
  .mideum-block-title,
  .mideum-block-title-light {
    font-size: 2.4rem;
  }
  .mideum-block-title::before, .mideum-block-title::after,
  .mideum-block-title-light::before,
  .mideum-block-title-light::after {
    height: 2rem;
  }
  .small-block-title {
    font-size: 2.4rem;
  }
}
/* --------------------
検索エリア
-------------------- */
.search--first {
  padding-top: 8rem;
}
.search--first .search__contents {
  padding: 0 4rem;
}

.fukubukuro2026--haisou .search--first {
  padding-top: 0;
}
.fukubukuro2026--haisou .search--first::before {
  content: "";
  height: 2.4rem;
  width: 100%;
  background-color: #F0C468;
  mask-image: url(/g_images/freearea/fukubukuro2026/deco_line-tile.svg);
}

.search-second {
  margin: 10rem 4rem 8rem;
  position: relative;
}
.search-second__heading {
  position: absolute;
  background-color: #E8A513;
  color: #fff;
  font-weight: 600;
  border-radius: 99.9rem;
  top: -22%;
  outline: 0.2rem solid #fff;
  outline-offset: -0.5rem;
  z-index: 999;
  padding: 1.2rem 2rem;
}
.search-second__contents {
  background-color: #fff;
  border: 0.2rem solid #E8A513;
  border-radius: 2rem;
  max-width: 120rem;
  width: 100%;
  padding: 2.4rem 2.4rem;
  margin: 2.4rem 0;
}
.search-second__contents::before {
  content: "";
  max-width: 115.2rem;
  width: calc(100% - 4.8rem);
  height: 2.4rem;
  background-color: #fff;
  position: absolute;
  border: 0.2rem solid #E8A513;
  border-bottom: 0.2rem solid #fff;
  border-radius: 2rem 2rem 0 0;
  top: -10.5%;
  margin: 0 2.4rem;
  z-index: 999;
}
.search-second__contents::after {
  content: "";
  max-width: 115.2rem;
  width: calc(100% - 4.8rem);
  height: 2.4rem;
  background-color: #fff;
  position: absolute;
  border: 0.2rem solid #E8A513;
  border-top: 0.2rem solid #fff;
  border-radius: 0 0 2rem 2rem;
  bottom: -10.5%;
  margin: 0 2.4rem;
  z-index: 999;
}

@media screen and (min-width: 768px), print {
  .search {
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .search--first {
    overflow: hidden;
  }
  .search--first::before {
    margin-bottom: 8rem;
  }
  .search__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
  .search-words {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .search-words__heading {
    font-weight: 600;
    margin-bottom: 1.6rem;
  }
  .search-words-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .search-words-list--center {
    justify-content: center;
  }
  .search-words-list__item {
    display: block;
  }
  .search-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.08rem;
  }
  .search-text__button {
    background: url("/g_images/freearea/fukubukuro2026/icons/ico_search.svg") no-repeat top 54% right 2.4rem/16px;
    white-space: nowrap;
  }
  .search-text__form {
    display: flex;
    width: 100%;
    max-width: 78.8rem;
    padding: 0 2rem;
  }
  .search-text__input {
    flex: 1;
    height: 4rem;
    padding: 0 1.6rem;
    border-radius: 999px;
    background-color: #E3E2E2;
    z-index: 2;
  }
  .search-text__input::placeholder {
    color: #999999;
  }
  .search-text__button {
    display: flex;
    align-items: center;
    margin-left: 1.2rem;
    padding: 4px 48px 4px 24px;
    align-items: center;
    color: #fff;
    font-weight: 600;
    background-color: #333;
    border-radius: 999px;
    border: 0;
    transition: background-color 0.2s ease-in-out;
  }
  .search-text__button:hover {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1132px), print and (max-width: 1132px) {
  .fukubukuro2026--haisou .search-second__heading {
    top: -18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1132px), print and (max-width: 1132px) {
  .fukubukuro2026--haisou .search-second__contents::before {
    top: -8.5%;
  }
  .fukubukuro2026--haisou .search-second__contents::after {
    bottom: -8.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 921px), print and (max-width: 921px) {
  .fukubukuro2026--ikebukuro .search-second__heading {
    top: -18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 921px), print and (max-width: 921px) {
  .fukubukuro2026--ikebukuro .search-second__contents::before {
    top: -8.5%;
  }
  .fukubukuro2026--ikebukuro .search-second__contents::after {
    bottom: -8.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 816px), print and (max-width: 816px) {
  .fukubukuro2026--funabashi .search-second__heading {
    top: -18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 816px), print and (max-width: 816px) {
  .fukubukuro2026--funabashi .search-second__contents::before {
    top: -8.5%;
  }
  .fukubukuro2026--funabashi .search-second__contents::after {
    bottom: -8.5%;
  }
}
@media screen and (max-width: 767px) {
  .search {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  .search__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    width: 100%;
    max-width: 120rem;
  }
  .search--first {
    padding-top: 3.2rem;
  }
  .fukubukuro2026 .search-words {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fukubukuro2026 .search-words__heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
  }
  .search-words-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.8rem;
    z-index: 2;
    overflow-x: auto;
    max-width: 100vw;
    padding-left: 2rem;
  }
  .search-words-list--center {
    justify-content: center;
  }
  .search-words-list__item {
    display: block;
  }
  .search-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.08rem;
  }
  .search-text__form {
    display: flex;
    width: 100%;
    max-width: 78.8rem;
    gap: 1.2rem;
  }
  .search-text__input {
    flex: 1;
    height: 4.8rem;
    padding: 0 4.8rem 0 1.6rem;
    border-radius: 999px;
    background-color: #fff;
    z-index: 2;
    background: url("/g_images/freearea/fukubukuro2026/icons/ico_search-black.svg") no-repeat top 50% right 1.6rem/1.6rem, #E6E6E6;
  }
  .search-text__input::placeholder {
    color: #999999;
  }
  .search-text__button {
    display: none;
  }
  .search--first .search__contents {
    padding: 0 1.6rem;
  }
  .search--first::before {
    margin-bottom: 3.2rem;
  }
  .search--first .search-words-list {
    padding: 0 1.8rem;
  }
  .search-second {
    margin: 4.8rem 1.6rem 3.2rem;
    padding: 0;
  }
  .search-second__heading {
    top: -10%;
  }
  .search-second__contents {
    padding: 1.6rem;
    overflow: hidden;
  }
  .search-second__contents::before {
    top: 1.5%;
  }
  .search-second__contents::after {
    bottom: 1.5%;
  }
  .search-second .search-words-list {
    padding: 0 3.2rem;
  }
}
/* --------------------
ランキング
-------------------- */
@media screen and (min-width: 768px), print {
  .p-category-top__ranking__inner {
    display: none;
  }
  #ranking {
    background-color: #fff;
    width: 100vw;
    padding: 1.2rem 4rem 0;
  }
  .ranking-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    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: 4rem auto 0;
  }
  #ranking .button-text {
    width: 100%;
    text-align: center;
  }
  .ranking-slider-controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-top__ranking__inner {
    display: none;
  }
  #ranking .slick-track {
    display: flex;
    gap: 2.6rem;
  }
  #ranking .goods {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49.8666%;
    max-width: 32rem;
    margin: 0;
  }
  #ranking .button {
    margin: 3.2rem auto;
  }
}
/* --------------------
おすすめカテゴリ
-------------------- */
.recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 8rem 4rem;
}
.recommend::before {
  content: "";
  position: absolute;
  left: 2%;
  bottom: 32%;
  width: 4.2rem;
  height: 4.2rem;
  background: url("/g_images/freearea/fukubukuro2026/deco_flower-gold.svg") no-repeat left top/contain;
  z-index: 999;
}
.recommend::after {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 24rem;
  background: url("/g_images/freearea/fukubukuro2026/deco_flower-line.svg") no-repeat right top, url("/g_images/freearea/fukubukuro2026/deco_flower-title.svg") no-repeat left bottom/5rem;
  z-index: 999;
  bottom: 16%;
  right: 3%;
}

.fukubukuro2026--funabashi .recommend::before {
  display: none;
}
.fukubukuro2026--funabashi .recommend::after {
  display: none;
}

.recommend-list {
  display: flex;
  max-width: 120rem;
  width: 100%;
  gap: 3.2rem;
}
@media (max-width: 900px) {
  .recommend-list {
    gap: 1.6rem;
    justify-content: center;
  }
}
.recommend-list__item {
  width: 100%;
  position: relative;
}
.recommend-list__item-link {
  display: flex;
  flex-direction: column;
}
.recommend-list__item-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 2%;
  left: -4%;
  z-index: 2;
  width: 9.4rem;
  height: 5.6rem;
  color: #fff;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: 600;
  background: url("/g_images/freearea/fukubukuro2026/deco_matsu.svg") no-repeat center/cover;
  padding-top: 0.8rem;
}
.recommend-list__item-image {
  gap: 2.4rem;
  transition: opacity 0.2s ease-in-out;
  aspect-ratio: 1/1;
}
.recommend-list__item-link:hover .recommend-list__item-image {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}
.recommend-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend-list__item-name {
  display: flex;
  justify-content: center;
  padding: 1.6rem 0.8rem;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 900px) {
  .recommend-list__item-name {
    font-size: 1.8rem;
  }
}

.fukubukuro2026--ikebukuro .recommend-list {
  max-width: 96rem;
}

.fukubukuro2026--funabashi .recommend-list {
  max-width: 32rem;
}

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

@media screen and (min-width: 768px), print {
  .fukubukuro2026--funabashi .recommend-deco {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    bottom: -0.1rem;
  }
  .fukubukuro2026--funabashi .recommend-deco::before {
    content: "";
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    background: url("/g_images/freearea/fukubukuro2026/deco_flower-gold.svg") no-repeat left top/contain;
    z-index: 999;
    bottom: 136px;
    left: -240px;
  }
  .fukubukuro2026--funabashi .recommend-deco::after {
    content: "";
    position: absolute;
    width: 6.4rem;
    height: 26rem;
    background: url("/g_images/freearea/fukubukuro2026/deco_flower-line.svg") no-repeat right top, url("/g_images/freearea/fukubukuro2026/deco_flower-title.svg") no-repeat left bottom/5rem;
    z-index: 999;
    bottom: 80px;
    right: -240px;
  }
}
@media screen and (max-width: 767px) {
  .fukubukuro2026 .recommend {
    position: relative;
    margin: 0 0 3.2rem;
    padding: 0;
  }
  .fukubukuro2026 .recommend::before {
    display: none;
  }
  .fukubukuro2026 .recommend::after {
    display: none;
  }
  .recommend-list {
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
  .recommend-list::before {
    display: none;
  }
  .recommend-list .slick-track {
    display: flex;
    gap: 1.6rem;
  }
  .recommend-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 32rem;
    height: auto;
  }
  .recommend-list__item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .recommend-deco {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    bottom: -0.1rem;
  }
  .recommend-deco::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background: url("/g_images/freearea/fukubukuro2026/deco_flower-gold.svg") no-repeat left bottom/contain;
    z-index: 999;
    bottom: 82px;
    left: -164px;
  }
  .recommend-deco::after {
    content: "";
    position: absolute;
    width: 5.4rem;
    height: 30rem;
    background: url("/g_images/freearea/fukubukuro2026/deco_flower-line.svg") no-repeat right top, url("/g_images/freearea/fukubukuro2026/deco_flower-title.svg") no-repeat left bottom/5rem;
    z-index: 999;
    bottom: 32px;
    right: -168px;
  }
}
/* --------------------
予約商品のお渡しについて
-------------------- */
.reservation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reservation::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.4rem;
  background-color: #EEBE57;
  mask: url("/g_images/freearea/fukubukuro2026/deco_line-tile.svg") repeat-x left top;
  padding-bottom: 10rem;
}
.reservation__contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 96rem;
  background-color: #fff;
  padding: 8rem 6.4rem;
  margin: 0 4rem 8rem;
}

.reservation-block__heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  border-bottom: 0.1rem solid #EEBE57;
  padding: 1.2rem 0;
  margin-bottom: 1.6rem;
}
.reservation-block__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.reservation-block__item--dot {
  list-style: disc;
  margin-left: 2rem;
}
.reservation-block__note {
  margin: 0.8rem 0 0 0.2rem;
}
.reservation-block__note-kome {
  padding: 0 0.2rem 0.4rem 0;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  .reservation-block {
    background-color: #fff;
    width: 100%;
  }
  .reservation-block__title {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .reservation::before {
    padding-bottom: 5.4rem;
  }
  .reservation__contents {
    padding: 4.8rem 1.6rem;
    margin: 0 0 4rem;
  }
  .reservation__contents {
    gap: 3.2rem;
  }
  .reservation-block__heading {
    font-size: 1.6rem;
  }
}
/* --------------------
slick関連
-------------------- */
@media screen and (min-width: 768px), print {
  .slider-controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0 0;
  }
  .slider-pause {
    order: 2;
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.2rem;
    font-size: 0;
    border: solid 0.1rem #333;
    border-radius: 50%;
    background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_pause.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem;
  }
  .slider-pause.is-paused {
    background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_play.svg");
    background-size: 1.4rem;
  }
  .slick-arrow {
    font-size: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .slick-prev {
    order: 1;
    background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-left-black.svg");
    margin-right: 1.2rem;
  }
  .slick-next {
    order: 4;
    background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_arrow-right-black.svg");
    margin-left: 1.2rem;
  }
  .slick-dots {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    border: none;
    font-size: 0; /* 数字を見えなくする */
  }
  .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #d9d9d9;
    border: none;
    cursor: pointer;
  }
  .slick-dots .slick-active button {
    background-color: #333;
  }
}
/* --------------------
タブ
-------------------- */
@media screen and (min-width: 768px), print {
  .attention {
    font-size: 2rem;
    color: #FF160D;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 0.8rem #FF160D;
  }
  .tab--haisou {
    border-color: #FF160D;
  }
  .tab--ikebukuro {
    border-color: #00A17F;
  }
  .tab--funabashi {
    border-color: #FFDD00;
  }
  .tab-list {
    width: 110rem;
    display: flex;
    gap: 1.6rem;
  }
  .tab-list__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc((100% - 1.6rem) / 2);
  }
  .tab-list__item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
    height: 4.8rem;
    background-color: #403E3B;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 0.8rem 0.4rem;
    transition: background-color 0.2s ease-in-out;
  }
  .tab-list__item-link.is-current {
    height: 6.4rem;
    pointer-events: none;
  }
  .tab--haisou .tab-list__item-link.is-current {
    background-color: #FF160D;
  }
  .tab--ikebukuro .tab-list__item-link.is-current {
    background-color: #00A17F;
  }
  .tab--funabashi .tab-list__item-link.is-current {
    background-color: #FFDD00;
    color: #333;
  }
  .tab-list__item-link:hover {
    background-color: #6c6a66;
    cursor: pointer;
  }
  .tab-list__item-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    translate: 0 0.1rem;
    margin: 0 auto;
    width: 100%;
  }
  .tab-list__item-link.is-current .tab-list__item-text {
    translate: 0 0.3rem;
  }
  .tab-list__item-link.is-current .tab-list__item-text .tab-list__here {
    display: none;
  }
  .tab-list__item-text::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.2rem;
  }
  .tab-list__item-link.is-current .tab-list__item-text::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .tab-list__item-link--ikebukuro .tab-list__item-text::before {
    background: url("/g_images/freearea/christmas2025/white/bag.svg") no-repeat center;
  }
  .tab-list__item-link--funabashi .tab-list__item-text::before {
    background: url("/g_images/freearea/christmas2025/white/bag.svg") no-repeat right 0.4rem center;
  }
  .tab-list__item-link--haisou .tab-list__item-text::before {
    background: url("/g_images/freearea/christmas2025/white/track.svg") no-repeat right 0.4rem center;
  }
  .tab-list__here {
    font-size: 1.6rem;
    margin-left: 0.2rem;
  }
}
.tab--funabashi .tab-list__item-link--funabashi .tab-list__item-text {
  color: #333;
}
.tab--funabashi .tab-list__item-link--funabashi .tab-list__item-text::before {
  background: url("/g_images/freearea/fukubukuro2026/icons/ico_bag-black.svg") no-repeat right 0.4rem center;
}

@media screen and (max-width: 767px) {
  .attention {
    font-size: 1.6rem;
    color: #FF160D;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .tab {
    display: flex;
    justify-content: center;
    border-bottom: solid 0.8rem #FF160D;
  }
  .tab--haisou {
    border-color: #FF160D;
  }
  .tab--ikebukuro {
    border-color: #00A17F;
  }
  .tab--funabashi {
    border-color: #FFDD00;
  }
  .tab-list {
    width: 100rem;
    display: flex;
    gap: 0.5rem;
  }
  .tab-list__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc((100% - 0.5rem) / 3);
  }
  .tab-list__item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
    height: 5.4rem;
    background-color: #403E3B;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .tab-list__item-link.is-current {
    height: 6.4rem;
    font-size: 1.4rem;
    pointer-events: none;
  }
  .tab-list__item-link.is-current .tab-list__here {
    display: none;
  }
  .tab--haisou .tab-list__item-link.is-current {
    background-color: #FF160D;
  }
  .tab--ikebukuro .tab-list__item-link.is-current {
    background-color: #00A17F;
  }
  .tab--funabashi .tab-list__item-link.is-current {
    background-color: #FFDD00;
  }
  .tab-list__item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    translate: 0 0.1rem;
    color: #fff;
    line-height: 1;
  }
  .tab-list__here {
    font-size: 1rem;
  }
}
/* --------------------
タグ
-------------------- */
.fukubukuro2026 .tag {
  display: flex;
  padding: 1rem 1.6rem;
  font-weight: 600;
  background-color: #fff;
  line-height: 1;
  border-radius: 99.9rem;
  border: solid 0.2rem #E8A513;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}
.fukubukuro2026 .tag__1st {
  padding-left: 3.6rem;
  background: url(/g_images/freearea/fukubukuro2026/icons/ico_1st.svg) no-repeat left 1.4rem center, #fff;
}
.fukubukuro2026 .tag__2nd {
  padding-left: 3.6rem;
  background: url(/g_images/freearea/fukubukuro2026/icons/ico_2nd.svg) no-repeat left 1.4rem center, #fff;
}
.fukubukuro2026 .tag__3rd {
  padding-left: 3.6rem;
  background: url(/g_images/freearea/fukubukuro2026/icons/ico_3rd.svg) no-repeat left 1.4rem center, #fff;
}
.fukubukuro2026 .tag:hover {
  background-color: #FFEDC2;
}

.brand-tag-wrap {
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
.brand-tag-wrap .brand-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.brand-tag-wrap .button {
  margin: 3.2rem auto 0;
}
.brand-tag-wrap .tag-haisou:hover {
  background-color: #FFCECC;
  color: #333;
}
.brand-tag-wrap .tag-ikebukuro:hover {
  background-color: #C4EBE2;
  color: #333;
}
.brand-tag-wrap .tag-funabashi:hover {
  background-color: #FFF6BC;
  color: #333;
}

@media screen and (max-width: 767px) {
  .fukubukuro2026 .tag {
    display: flex;
    padding: 1.1rem 1.6rem;
    font-weight: 600;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 999px;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .fukubukuro2026 .tag__1st {
    padding-left: 3.6rem;
    background: url(/g_images/freearea/fukubukuro2026/icons/ico_1st.svg) no-repeat left 1.4rem center, #fff;
  }
  .fukubukuro2026 .tag__2nd {
    padding-left: 3.6rem;
    background: url(/g_images/freearea/fukubukuro2026/icons/ico_2nd.svg) no-repeat left 1.4rem center, #fff;
  }
  .fukubukuro2026 .tag__3rd {
    padding-left: 3.6rem;
    background: url(/g_images/freearea/fukubukuro2026/icons/ico_3rd.svg) no-repeat left 1.4rem center, #fff;
  }
}
/* --------------------
日付案内
-------------------- */
.release-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  padding: 5.6rem 4rem;
}
.release-info__inner {
  max-width: 83.2rem;
  width: 100%;
}
.release-info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem;
}
.release-info__item-inner {
  border-top: solid 0.8rem #E3E2E2;
  border-right: solid 0.8rem #E3E2E2;
  position: relative;
  height: 12.5rem;
  width: 40rem;
  background-color: #fff;
}
.release-info__item-inner::after {
  content: "";
  display: block;
  width: 5rem;
  height: 2.6rem;
  background: url(/g_images/freearea/fukubukuro2026/deco_shopper-bag.svg) no-repeat top center;
  position: absolute;
  top: -21%;
  left: 44%;
}
.release-info__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: -16%;
  left: -4%;
  z-index: 2;
  width: 8rem;
  height: 8rem;
  color: #fff;
  line-height: 1.4;
  font-size: 1.2rem;
  background: url("/g_images/freearea/fukubukuro2026/deco_flower-red.svg") no-repeat center;
}
.release-info__heading-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.release-info__heading-num {
  font-size: 2.4rem;
  margin: 0 0.2rem 0.4rem;
  font-weight: 600;
  line-height: 1;
}
.release-info__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  line-height: 1.2;
  margin: 2.4rem 1.6rem;
}
.release-info__text-num {
  color: #FF160D;
  font-weight: 600;
  margin-left: 3.2rem;
}
.release-info__text-unit {
  font-size: 3.2rem;
  margin: 0 0.2rem;
}
.release-info__text-brand {
  font-size: 1.4rem;
  font-weight: 600;
}
.release-info__note {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1;
}
.release-info__note-kome {
  font-size: 1.6rem;
  margin-right: 0.4rem;
}
.release-info .button-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .release-info {
    padding: 4rem 1.6rem;
  }
  .release-info__item-inner {
    width: 100%;
    max-width: 36rem;
  }
  .release-info__text {
    margin: 1.6rem;
  }
  .release-info__text-num {
    font-size: 1.2rem;
    z-index: 9999;
  }
  .release-info__text-unit {
    font-size: 2.8rem;
    margin: 0;
  }
  .release-info__text-brand {
    text-align: left;
  }
  .release-info .button-box {
    width: 100%;
  }
  .release-info .button-info {
    font-size: 1.4rem;
  }
}
/* --------------------
発売日カレンダー
-------------------- */
.calendar-section {
  margin: 0 4rem;
  padding: 0 0 10rem;
}
.calendar-section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  max-width: 120rem;
  background: url("/g_images/freearea/fukubukuro2026/bg_tile.svg") repeat left top;
  box-shadow: 2rem 2rem 0.4rem rgba(95, 120, 196, 0.25), 0 0 2rem rgba(166, 166, 166, 0.5);
  border-radius: 0.8rem 0.8rem 2rem 2rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.calendar-section__banner-box {
  margin: 4rem auto 7.2rem;
}
.calendar-section__banner-box:hover {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}
.calendar-section .calendar-heading {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #014D9F;
  width: calc(100% + 4rem);
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 3.2rem 0 2.4rem;
}
.calendar-section .calendar-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 2.4rem;
  background: url("/g_images/freearea/fukubukuro2026/deco_line-spring.svg") repeat-x;
  top: -1.2rem;
  left: 1%;
  right: 0;
  margin: auto;
}

.fukubukuro2026--funabashi .calendar-section .calendar-heading {
  margin-bottom: 2rem;
}

.calendar-block {
  display: flex;
  gap: 3.2rem;
  width: 100%;
  justify-content: center;
  padding-bottom: 2rem;
}

.calendar-column {
  width: 50%;
}

.calendar-column-heading {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: 0.8rem;
  background-color: #E8A513;
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 0 1.2rem 1.6rem;
  min-height: 7.6rem;
}
@media screen and (max-width: 883px) {
  .calendar-column-heading {
    min-height: 8rem;
  }
}
.calendar-column-heading__season {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  background-color: #fff;
  border: #E8A513 solid 0.2rem;
  border-radius: 99.9rem;
  translate: -50% -50%;
  margin: auto;
  padding: 0.4rem 1.6rem 0rem 1.6rem;
}
.calendar-column-heading__season-num {
  font-size: 3.2rem;
  line-height: 1;
  padding: 0 0.2rem;
  translate: 0 -0.1em;
}
.calendar-column-heading__date {
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 100%;
}
.calendar-column-heading__date-big {
  font-size: 3.2rem;
  line-height: 1;
  padding: 0 0.2rem;
}
.calendar-column-heading__date-circle {
  background-color: #fff;
  color: #E8A513;
  border-radius: 50%;
  padding: 0 0.3rem 0.1rem;
  margin: 0 0.2rem 0.2rem 0;
}

.calendar-column-contents {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  border: 0.2rem solid #E8A513;
  border-top: 0;
  width: 100%;
  padding: 5.8rem 2.4rem 4rem;
  gap: 2.4rem;
}
.calendar-column-contents--hasnote {
  padding-top: 1.6rem;
}
.calendar-column--haisou .calendar-column-contents {
  border-color: #FF160D;
}
.calendar-column-contents__note {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 0.8em;
}
.calendar-column-contents__note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  translate: 0 -0.2rem;
}

.calendar-item .calendar-header {
  width: 100%;
  padding: 0.8rem 1.6rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
  background-repeat: no-repeat;
  background-position: top 50% right 2.4rem;
  background-size: 1.6rem;
  margin-bottom: 1.2rem;
  background-color: #F4D38E;
  background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_minus.svg");
  transition: 0.3s;
}
.calendar-item .calendar-header:hover {
  background-color: #EEBE57;
}
.calendar-item .calendar-header.open {
  transition: 0.3s;
  background-image: url("/g_images/freearea/fukubukuro2026/icons/ico_plus.svg");
}

.calendar-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 8px 24px;
  padding: 0 0.8rem;
}
.calendar-content p,
.calendar-content a, .calendar-content--note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0.4rem 0;
  color: #333333;
  font-size: 1.6rem;
  border-radius: 5px;
  cursor: pointer;
}
.calendar-content a:hover {
  color: #0c60d1;
  text-decoration: underline;
}

.calendar-column--haisou .calendar-column-heading {
  background-color: #FF160D;
}
.calendar-column--haisou .calendar-column-heading__season {
  border: #FF160D solid 0.2rem;
}
.calendar-column--haisou .calendar-column-heading__date-circle {
  background-color: #fff;
  color: #FF160D;
}
.calendar-column--haisou .calendar-item .calendar-header {
  background-color: #FFCECC;
}
.calendar-column--haisou .calendar-item .calendar-header:hover {
  background-color: #ffa3a0;
}

.calendar-column--ike .calendar-column-contents {
  width: 100%;
  border: #00A17F solid 0.2rem;
  border-top: none;
}
.calendar-column--ike .calendar-column-heading {
  background-color: #00A17F;
}
.calendar-column--ike .calendar-column-heading__season {
  border: #00A17F solid 0.2rem;
}
.calendar-column--ike .calendar-column-heading__date-circle {
  background-color: #fff;
  color: #00A17F;
}
.calendar-column--ike .calendar-item .calendar-header {
  background-color: #C4EBE2;
}
.calendar-column--ike .calendar-item .calendar-header:hover {
  background-color: #99e8d6;
}

.calendar-column--funa {
  color: #333;
}
.calendar-column--funa .calendar-column-contents {
  width: 100%;
  border: #FFDD00 solid 0.2rem;
  border-top: none;
}
.calendar-column--funa .calendar-column-heading {
  background-color: #FFDD00;
  width: 100%;
  justify-content: center;
  padding: 0;
}
.calendar-column--funa .calendar-column-heading__season {
  border: #FFDD00 solid 0.2rem;
}
.calendar-column--funa .calendar-column-heading__date {
  color: #333;
}
.calendar-column--funa .calendar-column-heading__date-circle {
  background-color: #fff;
  color: #333;
}
.calendar-column--funa .calendar-item .calendar-header {
  background-color: #FFF6BC;
}
.calendar-column--funa .calendar-item .calendar-header:hover {
  background-color: #FFDD00;
}

@media screen and (min-width: 768px), print {
  .calendar-column-contents {
    height: calc(100% - 7.4rem);
  }
  .fukubukuro2026--funabashi .calendar-section {
    max-width: 96rem;
    margin: 0 auto;
  }
  .fukubukuro2026--funabashi .calendar-column {
    width: 80%;
  }
  .fukubukuro2026--funabashi .calendar-column:first-child {
    translate: none;
  }
}
@media screen and (max-width: 767px) {
  .calendar-section {
    margin: 0;
    padding: 0;
    border-radius: 0.8rem 0.8rem 0 0;
    background-color: #fff;
  }
  .calendar-section__banner-box {
    margin: 1.6rem auto 8rem;
  }
  .calendar-section__inner {
    box-shadow: none;
    background-color: #fff;
  }
  .fukubukuro2026--funabashi .calendar-section .calendar-heading {
    margin-bottom: 8rem;
  }
  .calendar-column {
    display: flex;
    position: relative;
    z-index: 0;
    flex-direction: column;
    min-width: calc(100% + 4rem);
  }
  .calendar-column:first-child {
    translate: calc(50% + 1.6rem);
  }
  .calendar-column:nth-child(2) {
    translate: calc(-50% - 1.6rem);
  }
  .calendar-column.is-active {
    z-index: 1;
  }
  .fukubukuro2026--funabashi .calendar-column:first-child {
    translate: 0;
  }
  .calendar-block {
    padding: 0;
    box-shadow: none;
  }
  .calendar-column-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 0.1rem);
    min-height: 5.6rem;
    padding: 0 0.8rem 1rem;
    translate: 0 -100%;
  }
  .calendar-column:nth-child(2) .calendar-column-heading {
    left: auto;
    right: 0;
  }
  .calendar-column:not(.is-active) .calendar-column-heading {
    min-height: 4.4rem;
    background-color: #E0E0E0;
    z-index: 2;
  }
  .calendar-column-heading__season {
    font-size: 1.2rem;
    padding-inline: 0.8rem;
  }
  .calendar-column:not(.is-active) .calendar-column-heading__season {
    font-size: 1rem;
    padding-block: 0.1rem;
    border-color: #E0E0E0;
  }
  .calendar-column-heading__season-num {
    font-size: 2.4rem;
  }
  .calendar-column:not(.is-active) .calendar-column-heading__season-num {
    font-size: 1.2rem;
    translate: 0 -0.05rem;
  }
  .calendar-column-heading__date {
    font-size: 1rem;
  }
  .calendar-column:not(.is-active) .calendar-column-heading__date {
    color: #333;
  }
  .calendar-column-heading__date-big {
    font-size: 2rem;
  }
  .calendar-column:not(.is-active) .calendar-column-heading__date-big {
    font-size: 1.2rem;
  }
  .calendar-column:not(.is-active) .calendar-column-heading__date-circle {
    color: #333;
  }
  .calendar-column-contents {
    padding: 2.4rem 1.6rem 2.4rem;
  }
  .calendar-column:not(.is-active) .calendar-column-contents {
    display: none;
    pointer-events: none;
  }
}
