@charset "UTF-8";
/* --------------------
スタイル
-------------------- */
/* --------------------
フォントのインポート
-------------------- */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap";
.osechi2026 *,
.osechi2026 *::before,
.osechi2026 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

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

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

.ochugen2026--corp {
  translate: none;
  margin: 0;
}

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

/* 画面幅768px以上 */
@media screen and (width >= 768px) {
  .only-sp {
    display: none !important;
  }
}
/* 画面幅768px以下 */
@media screen and (width <= 768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block;
  }
}
:root {
  /* ------------------------------
  pallet colors
  ------------------------------ */
  --color-white: #fff;
  --color-bg-input: #e6e6e6;
  --color-black: #000;
  --color-common-text: #333;
  --color-gray-very-dark: #535353;
  --color-gray-dark: #707070;
  --color-placeholder: #999;
  --color-gray-light: #e6e6e6;
  --color-blue-guide: #1b2582;
  --color-blue-guide-hover: #5960a1;
  --color-blue-link: #0c60d1;
  --color-blue-link-hover: #00449e;
  --color-pink-base: #ffeaee;
  --color-pink-dark: #ffcaca;
  --color-pink-very-dark: #ff8585;
  --color-gold-base: #b99654;
  --color-gold-base-light: #cdaf78;
  --color-gold-light: #e3d2a3;
  --color-yellow: #d8ba5f;
  --color-red-light: #e51f29;
  --color-red-accent: #d85147;
  --color-red-accent-light: #e57a72;
  --color-shadow-pink: 198 157 157;
  --color-shadow-brown: 190 176 151;
}

/* --------------------
  bg-beige
-------------------- */
.bg-beige {
  background: url(/g_images/freearea/osechi2026/img-bg_beige.png);
}

/* --------------------
  bg-brown
-------------------- */
.bg-brown {
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
}

/* --------------------
  bg-grade
-------------------- */
.bg-grade {
  background: linear-gradient(#fff4f6, #ffd8d8);
}

/* --------------------
  bg-section-pink
-------------------- */
.bg-section-pink {
  background: linear-gradient(180deg, #fff8f8 0%, #fff3f3 100%);
  border-radius: 3.2rem;
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-brown)/0.25);
}

/* --------------------
  bg-section-white
-------------------- */
.bg-section-white {
  background: var(--color-white);
  border-radius: 3.2rem;
  box-shadow: 0px 4px 20px rgb(var(--color-shadow-pink)/0.2);
}

/* --------------------
  ly-select
-------------------- */
.ly-select {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  padding-inline: 1.6rem;
}
.ly-select::after {
  content: "";
  display: block;
  width: calc(100% + 3.2rem);
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_03.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
}
@media screen and (min-width: 769px) {
  .ly-select::after {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_03_pc.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
  }
}

/* --------------------
  brand
-------------------- */
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3.2rem;
  width: 100%;
  max-width: 56rem;
  padding: 6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .brand {
    max-width: 96rem;
    padding: 8rem;
  }
}
.brand__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
}
.brand__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.4rem;
  width: 100%;
}

/* --------------------
  brand-item
-------------------- */
.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 calc((100% - 1.6rem) / 2);
}
@media screen and (min-width: 769px) {
  .brand-item {
    flex: 0 0 calc((100% - 4.8rem) / 3);
  }
}
.brand-item__image {
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-brown)/0.25);
}
.brand-item__image img {
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .brand-item__link:hover .brand-item__image img {
    scale: 1.1;
  }
}
.brand-item__name {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 1.2rem 0.8rem;
}
@media screen and (min-width: 769px) {
  .brand-item__name {
    padding: 1.6rem 0.8rem;
    font-size: 1.6rem;
  }
}
.brand-online .brand-item__name {
  color: var(--color-white);
}

/* --------------------
  brand-list
-------------------- */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .brand-list {
    justify-content: center;
    max-width: 96rem;
    gap: 2.4rem;
  }
}

/* --------------------
 budget-list
-------------------- */
.budget-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
  width: 100%;
}
.budget-list__item {
  max-width: 48rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .budget-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.2rem;
  }
}

/* --------------------
 budget
-------------------- */
.budget {
  padding: 6rem 1.6rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .budget {
    padding: 8rem;
    max-width: 96rem;
  }
}
.budget__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3.2rem;
}

/* --------------------
  category-buttom
-------------------- */
.category-bottom {
  width: 100%;
}
.category-bottom__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .category-bottom__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.category-bottom__item {
  max-width: 48rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .category-bottom__item {
    width: calc((100% - 1.6rem) / 2);
  }
}

/* --------------------
  category
-------------------- */
.category {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6rem;
  padding: 6rem 1.6rem;
  z-index: 0;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .category {
    max-width: 96rem;
    padding: 8rem;
  }
}
.category__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .category__inner {
    max-width: 96rem;
    row-gap: 4rem;
  }
}

/* --------------------
  category-item
-------------------- */
.category-item {
  display: flex;
  position: relative;
  flex: 0 0 calc((100% - 1.6rem) / 2);
}
@media screen and (min-width: 769px) {
  .category-item {
    flex: 0 0 calc((100% - 12rem) / 4);
  }
}
.category-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
  width: 100%;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .category-item__link {
    row-gap: 1.6rem;
  }
}
.category-item__image {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 0.2rem solid var(--color-red-accent);
  border-radius: 99.9rem;
  aspect-ratio: 1/1;
}
.category-item__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.2rem;
  z-index: 1;
  border: 0.2rem solid var(--color-gold-base);
  border-radius: 99.9rem;
  pointer-events: none;
}
.category-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 99.9rem;
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .category-item__link:hover .category-item__image img {
    scale: 1.1;
  }
}
.category-item__name {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .category-item__name {
    font-size: 1.4rem;
  }
}
.category-item__name-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
}
.category-item__point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  font-family: "YuMincho", serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  box-sizing: content-box;
  background: url("/g_images/freearea/ochugen2026/deco_card-moon.png") no-repeat center/contain;
  background-size: 100% 100%;
  top: 2%;
  left: -6%;
  z-index: 2;
  width: clamp(6.4rem, 7.5vw, 9.6rem);
  aspect-ratio: 1/1;
}
.category-item__point-small {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  font-family: "YuMincho", serif;
}
.category-item__point-large {
  font-size: clamp(1.8rem, 1.75vw, 2rem);
  font-family: "YuMincho", serif;
}

/* --------------------
  category-list
-------------------- */
.category-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2.4rem 1.6rem;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .category-list {
    max-width: 120rem;
    gap: 3.2rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .category-list--small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3.2rem;
  }
}

/* --------------------
  delivery-area
-------------------- */
.delivery-area {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  align-content: center;
  text-align: center;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .delivery-area {
    max-width: 96rem;
  }
}
.delivery-area__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.delivery-area__head {
  display: flex;
  gap: 1.6rem;
  background-color: var(--color-white);
  padding: 1.6rem 1.2rem;
  border: 2px solid var(--color-gold-base);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .delivery-area__head {
    align-items: center;
    gap: 1.6rem 4rem;
    padding: 1.6rem;
  }
}
.osechi2026--tenpo .delivery-area__head {
  flex-direction: column;
  border-color: var(--color-red-accent);
}
@media screen and (min-width: 769px) {
  .osechi2026--tenpo .delivery-area__head {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.delivery-area__head-inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .osechi2026--tenpo .delivery-area__head-inner {
    width: fit-content;
  }
}
.delivery-area__label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1.25;
  background-color: var(--color-gold-light);
  padding: 1.6rem 1.2rem;
}
@media screen and (min-width: 769px) {
  .delivery-area__label {
    min-height: 7.2rem;
    font-size: 2rem;
    padding: 1.6rem 2rem;
  }
}
.osechi2026--tenpo .delivery-area__label {
  color: var(--color-white);
  background-color: var(--color-red-accent);
}
.delivery-area__text-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .delivery-area__text-box {
    flex-direction: row;
    align-items: center;
  }
  .osechi2026--tenpo .delivery-area__text-box {
    max-width: 28.6rem;
  }
}
.delivery-area__text-strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-family: "YuMincho", serif;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: left;
  color: var(--color-red-accent);
}
@media screen and (min-width: 769px) {
  .delivery-area__text-strong {
    font-size: 3.2rem;
  }
}
.delivery-area__text {
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  color: var(--color-common-text);
  font-family: "YuMincho", serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .delivery-area__text {
    font-size: 2rem;
  }
}
.delivery-area__num {
  font-family: "YuMincho", serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .delivery-area__num {
    font-size: 3.2rem;
  }
}
.delivery-area__detail {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .delivery-area__detail {
    font-size: 1.8rem;
  }
}
.delivery-area__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4rem;
  font-weight: 600;
}
.delivery-area__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
}
.delivery-area__bottom-text {
  font-weight: 600;
  line-height: 1;
}

/* --------------------
  delivery-benefit
-------------------- */
.delivery-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 4rem;
  border-top: 0.2rem dashed var(--color-gold-base);
  width: 100%;
  max-width: 96rem;
}
.delivery-benefit__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  overflow: hidden;
  max-width: 56rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__inner {
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    align-items: stretch;
    max-width: 100%;
  }
}
.delivery-benefit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 4rem;
  background-color: var(--color-white);
  padding: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__body {
    flex-direction: row;
    padding: 2.4rem 3.2rem 2.4rem 4rem;
  }
}
.delivery-benefit__label {
  font-size: 2rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-white);
  background-color: var(--color-red-accent);
  padding: 0.8rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__label {
    flex-shrink: 0;
    font-size: 2.4rem;
    padding: 1.6rem 1rem;
  }
}
.delivery-benefit__text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__text-box {
    min-width: 25rem;
  }
}
.delivery-benefit__date {
  font-size: 1.4rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-red-accent);
}
@media screen and (min-width: 769px) {
  .delivery-benefit__date {
    font-size: 2rem;
  }
}
.delivery-benefit__date-num {
  font-size: 2rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__date-num {
    font-size: 2.8rem;
  }
}
.delivery-benefit__text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-red-accent);
}
@media screen and (min-width: 769px) {
  .delivery-benefit__text {
    font-size: 3.2rem;
  }
}
.delivery-benefit__text-strong {
  font-size: 4rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__text-strong {
    font-size: 5.6rem;
  }
}
.delivery-benefit__desc-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.4rem;
  background-color: var(--color-pink-base);
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .delivery-benefit__desc-list {
    max-width: 33.2rem;
    padding: 2.4rem;
  }
}

/* --------------------
  delivery
-------------------- */
.delivery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 769px) {
  .osechi2026--tenpo .delivery {
    padding-bottom: 6rem;
  }
}

/* --------------------
  feature-block
-------------------- */
.feature-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  width: 100%;
  row-gap: 3.2rem;
  padding: clamp(8rem, 16vw, 9.6rem) 2.2rem 4rem;
}
@media screen and (min-width: 769px) {
  .feature-block {
    padding: clamp(8.7rem, 16vw, 18rem) 6.4rem 8rem;
    row-gap: 4rem;
  }
}
.feature-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  padding: 4rem 1.6rem;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .feature-block__inner {
    max-width: 96rem;
    padding: 6rem 8rem;
  }
}
.feature-block:not(:nth-of-type(1)) .feature-block__inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8rem;
  left: -3.2rem;
  width: 19rem;
  height: 16rem;
  background: url(/g_images/freearea/osechi2026/img-deco_cloud_01.png) no-repeat top left/contain;
}
@media screen and (min-width: 769px) {
  .feature-block:not(:nth-of-type(1)) .feature-block__inner::before {
    top: 6.2rem;
    left: 9.8rem;
    width: 32.6rem;
    height: 27.2rem;
  }
}
@media screen and (min-width: 769px) {
  .feature-block:nth-of-type(2n) .feature-block__inner::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 12rem;
    right: 3.2rem;
    width: 43.8rem;
    height: 29rem;
    background: url(/g_images/freearea/osechi2026/img-deco_cloud_02.png) no-repeat top left/contain;
  }
}
@media screen and (min-width: 769px) {
  .feature-block:nth-of-type(odd) .feature-block__inner::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 6rem;
    right: 2.4rem;
    width: 50rem;
    height: 24.1rem;
    background: url(/g_images/freearea/osechi2026/img-deco_cloud_03.png) no-repeat top left/contain;
  }
}
.feature-block__head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.feature-block__lead {
  text-align: center;
}
.feature-block__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .feature-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    height: fit-content;
  }
}
.feature-block:nth-of-type(3n + 1) {
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-dark);
}
.feature-block:nth-of-type(3n + 1)::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_04.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
}
@media screen and (min-width: 769px) {
  .feature-block:nth-of-type(3n + 1)::before {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_04_pc.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
  }
}
.feature-block:nth-of-type(3n + 2) {
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-red-light);
}
.feature-block:nth-of-type(3n + 2)::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_05.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-dark);
}
@media screen and (min-width: 769px) {
  .feature-block:nth-of-type(3n + 2)::before {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_05_pc.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-dark);
  }
}
.feature-block:nth-of-type(3n + 3) {
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
}
.feature-block:nth-of-type(3n + 3)::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_06.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-red-light);
}
@media screen and (min-width: 769px) {
  .feature-block:nth-of-type(3n + 3)::before {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_06_pc.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-red-light);
  }
}
.feature-block:nth-of-type(1) {
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .feature-block:nth-of-type(1) {
    padding: 8rem 2rem;
  }
}
.feature-block:nth-of-type(1)::before {
  display: none;
}
.feature-block:nth-of-type(1) .feature-block:nth-of-type(1) __inner::before {
  display: none;
}

/* --------------------
  feature-item
-------------------- */
.feature-item {
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .feature-item--large {
    grid-column: 1/-1;
  }
}
.feature-item__link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feature-item--large .feature-item__link {
  flex-direction: column;
  row-gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .feature-item--large .feature-item__link {
    flex-direction: row;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .feature-item__link {
    align-items: center;
  }
}
.feature-item__image-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .feature-item__image-group {
    width: 50%;
  }
}
.feature-item__image {
  flex: 1;
  overflow: hidden;
}
.feature-item--large .feature-item__image {
  flex: 1 1 0%;
  aspect-ratio: 1/0.7;
  width: 100%;
}
.feature-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .feature-item__link:hover .feature-item__image img {
    scale: 1.1;
  }
}
.feature-item__text-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .feature-item--large .feature-item__text-wrap {
    flex: none;
  }
}
@media screen and (min-width: 769px) {
  .feature-item__text-wrap {
    row-gap: 2.4rem;
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .feature-item__link:hover .feature-item__text-wrap {
    opacity: 0.5;
  }
}
.feature-item__text-info {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.feature-item__number {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .feature-item__number {
    font-size: 1.4rem;
  }
}
.feature-item__name {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .feature-item--large .feature-item__name {
    font-size: 1.8rem;
  }
}
.feature-item__price {
  font-size: 1.4rem;
  line-height: 1;
}
.feature-item__price-amount {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .feature-item__price-amount {
    font-size: 2.8rem;
  }
}
.feature-item__desc {
  font-weight: 500;
}

/* --------------------
  feature-nav
-------------------- */
.feature-nav {
  width: 100%;
  max-width: 96rem;
}

/* --------------------
  feature
-------------------- */
.feature {
  background: url(/g_images/freearea/osechi2026/img-bg_beige.png) repeat 0 0/100rem auto;
}
@media screen and (min-width: 769px) {
  .feature__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}
.feature__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .feature__head {
    padding-bottom: 4rem;
  }
}

/* --------------------
  knowledge-block
-------------------- */
.knowledge-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

/* --------------------
  knowledge-list
-------------------- */
.knowledge-list {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.knowledge-list__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.knowledge-list__item-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.knowledge-list__item-image {
  width: 7rem;
}

/* --------------------
  knowledge
-------------------- */
.knowledge {
  position: relative;
  padding-top: clamp(8rem, 16vw, 9.6rem);
}
@media screen and (min-width: 769px) {
  .knowledge {
    padding-top: clamp(8rem, 8vw, 16rem);
  }
}
.knowledge__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem 4rem;
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-very-dark);
  padding-bottom: calc(clamp(8rem, 16vw, 9.6rem) + 4rem);
}
@media screen and (min-width: 769px) {
  .knowledge__wrap {
    padding-bottom: calc(clamp(8rem, 8vw, 16rem) + 8rem);
  }
}
.knowledge__wrap::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  mask: url(/g_images/freearea/osechi2026/img-deco_round.svg) no-repeat top center/cover;
  background: url(/g_images/freearea/osechi2026/img-bg_pattern.png) repeat bottom left/160rem auto;
}
@media screen and (min-width: 769px) {
  .knowledge__wrap::after {
    height: clamp(8rem, 8vw, 16rem);
    mask: url(/g_images/freearea/osechi2026/img-deco_round_pc.svg) no-repeat top center/cover;
  }
}
.knowledge__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  padding: 6rem 1.6rem;
  max-width: 96rem;
}
@media screen and (min-width: 769px) {
  .knowledge__inner {
    padding: 6rem 8rem;
  }
}
.knowledge::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  mask: url(/g_images/freearea/osechi2026/img-deco_round.svg) no-repeat top center/cover;
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-very-dark);
}
@media screen and (min-width: 769px) {
  .knowledge::before {
    mask: url(/g_images/freearea/osechi2026/img-deco_round_pc.svg) no-repeat top center/cover;
    height: clamp(8rem, 8vw, 16rem);
  }
}

/* --------------------
  number-list
-------------------- */
.number-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  width: 100%;
  max-width: 48rem;
}
.number-list--small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .number-list--small {
    grid-template-columns: repeat(auto-fit, minmax(19.4rem, 1fr));
    align-items: flex-end;
    max-width: 100%;
  }
}

/* --------------------
  number
-------------------- */
.number {
  padding: 6rem 1.6rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .number {
    max-width: 96rem;
    padding: 8rem;
  }
}
.number__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
}
.number__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.4rem;
  width: 100%;
}

/* --------------------
  other-list
-------------------- */
.other-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .other-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .other-list__item {
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .other-list__item:hover {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}

/* --------------------
  other
-------------------- */
.other {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.6rem 1.6rem 3.2rem;
  row-gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .other {
    padding: 8rem 2rem;
    row-gap: 8rem;
  }
}
.other__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .other__inner {
    row-gap: 4.8rem;
    max-width: 120rem;
  }
}

/* --------------------
  ranking-reset
-------------------- */
#ranking .p-category-top__heading {
  display: none;
}
#ranking .p-category-top__ranking__inner {
  display: none;
}
#ranking .p-category-top__ranking__body {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 120rem;
  padding: 0;
  background: none;
}
#ranking .p-category-top__ranking__body .goods {
  margin: 0 !important;
}
#ranking .p-category-top__ranking-content__heading {
  display: none;
}
@media screen and (max-width: 768.9px) {
  #ranking .button-primary {
    margin-inline: 1.6rem;
    width: calc(100% - 3.2rem);
  }
}

/* --------------------
  ranking-section
-------------------- */
.ranking-section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768.9px) {
  .ranking-section {
    margin-left: -2rem;
  }
}
.ranking-section::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_02.png) no-repeat top center/cover;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .ranking-section::after {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_02_pc.png) no-repeat top center/cover;
  }
}

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

/* --------------------
  ranking
-------------------- */
#ranking .button {
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  #ranking .button {
    margin-top: 6rem;
  }
}

/* --------------------
recommend-list
-------------------- */
.recommend-list {
  display: flex;
  width: 100%;
  max-width: 120rem;
  gap: 3.2rem;
}
.recommend-list::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .recommend-list::before {
    display: block;
  }
}
.recommend-list .slick-track {
  display: flex;
  gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .recommend-list .slick-track {
    display: block;
  }
}
.recommend-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 66.6666666667vw;
  height: auto;
  padding-top: 0.2rem;
}
@media screen and (min-width: 769px) {
  .recommend-list__item {
    display: block;
    max-width: none;
  }
}
.recommend-list__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-block: 2rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgb(var(--color-shadow-pink)/0.2);
}
@media screen and (min-width: 769px) {
  .recommend-list__item-link {
    margin-block: 0;
  }
}
.recommend-list__item-point {
  position: absolute;
  top: 0;
  left: -8%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 9.2rem;
  aspect-ratio: 1/1;
  box-sizing: content-box;
  font-size: clamp(1.1rem, 1vw, 1.4rem);
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-red-accent);
  background-size: 100% 100%;
  border-radius: 99.9rem;
}
@media screen and (min-width: 769px) {
  .recommend-list__item-point {
    top: -4%;
    width: clamp(7.2rem, 8vw, 9.6rem);
  }
}
.recommend-list__item-point-sm {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 769px) {
  .recommend-list__item-point-sm {
    font-size: clamp(0.9rem, 1vw, 1.2rem);
  }
}
.recommend-list__item-point-md {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .recommend-list__item-point-md {
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
  }
}
.recommend-list__item-point-lg {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .recommend-list__item-point-lg {
    font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  }
}
.recommend-list__item-image {
  overflow: hidden;
}
.recommend-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .recommend-list__item-link:hover .recommend-list__item-image img {
    scale: 1.1;
  }
}
.recommend-list__item-name {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0.8rem;
  font-size: 2rem;
  font-weight: 600;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  .recommend-list__item-name {
    padding: 1.2rem 0.8rem;
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    min-height: 8.5rem;
  }
}

/* --------------------
おすすめカテゴリ
-------------------- */
.recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 8rem;
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  .recommend {
    padding: 0 4rem 8rem;
    row-gap: 4.8rem;
  }
}

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

/* --------------------
 reservation-label
-------------------- */
.reservation-label {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}
.reservation-label__item {
  font-size: 1.4rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1.25;
  background-color: var(--color-gold-light);
  padding: 1.6rem 1.2rem;
}

/* --------------------
 reservation-section
-------------------- */
.reservation-section {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  width: 100%;
}
.reservation-section__heading {
  font-weight: 600;
  text-align: center;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid var(--color-gold-base);
}
.reservation-section__body {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.reservation-section__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.reservation-section__desc-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.reservation-section__text {
  font-size: 1.4rem;
}
.reservation-section__text-bold {
  font-weight: 600;
}
.reservation-section__text-red {
  color: var(--color-red-accent);
  font-weight: 600;
}
.reservation-section__text-underline {
  text-decoration: underline;
}

/* --------------------
 reservation
-------------------- */
.reservation {
  position: relative;
}
.reservation__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem 4rem;
  background: url(/g_images/freearea/osechi2026/img-bg_pattern.png) repeat left/160rem auto;
}
.reservation__inner {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
  max-width: 96rem;
}
.reservation__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .reservation__block {
    padding: 4rem 5.6rem;
  }
}
.reservation__desc-list {
  width: 100%;
}

/* --------------------
 view-all
-------------------- */
.view-all {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  padding: clamp(8rem, 16vw, 9.6rem) 1.6rem 0;
}
@media screen and (min-width: 769px) {
  .view-all {
    padding: clamp(8.7rem, 16vw, 18rem) 1.6rem 0;
  }
}
.view-all__group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .view-all__group {
    flex-direction: row;
  }
}
.view-all::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_01.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_beige.png) repeat 0 0/100rem auto, var(--color-pink-dark);
}
@media screen and (min-width: 769px) {
  .view-all::before {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_01_pc.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_beige.png) repeat 0 0/100rem auto, var(--color-pink-dark);
  }
}

/* --------------------
 button-anchorlink
-------------------- */
.button-anchorlink {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem clamp(0.8rem, 1vw, 1.6rem);
  column-gap: 0.8rem;
  transition: 0.2s ease;
  color: var(--color-white);
  background-color: var(--color-gold-base);
  font-weight: 600;
}
.osechi2026--tenpo .button-anchorlink {
  background-color: var(--color-red-accent);
}
@media screen and (max-width: 768.9px) {
  .button-anchorlink {
    min-height: 5.6rem;
    padding: 1rem;
  }
}
@media (any-hover: hover) {
  .button-anchorlink:hover {
    background-color: var(--color-gold-base-light);
  }
  .osechi2026--tenpo .button-anchorlink:hover {
    background-color: var(--color-red-accent-light);
  }
}
.button-anchorlink--guide {
  background-color: var(--color-blue-guide) !important;
  color: var(--color-white);
}
@media (any-hover: hover) {
  .button-anchorlink--guide:hover {
    background-color: var(--color-blue-guide-hover) !important;
  }
}
.button-anchorlink__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.25;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
.button-anchorlink__text-small {
  font-size: 1.2rem;
  font-weight: 500;
}
.feature .button-anchorlink {
  padding: 2rem 1rem;
}
@media screen and (min-width: 769px) {
  .feature .button-anchorlink {
    padding: 1rem;
  }
}
.feature .button-anchorlink .button-anchorlink__text {
  line-height: 1.5;
}

/* --------------------
  button-primary
-------------------- */
.button-primary {
  gap: 0.8rem;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-gold-base);
  padding: 1.2rem;
}
.button-primary:hover {
  background-color: var(--color-gold-base-light);
}
.osechi2026--tenpo .button-primary, .button-primary--tenpo {
  background-color: var(--color-red-accent);
}
.osechi2026--tenpo .button-primary:hover, .button-primary--tenpo:hover {
  background-color: var(--color-red-accent-light);
}
@media screen and (min-width: 769px) {
  .button-primary {
    padding: 1.6rem;
  }
}
.button-primary [class^=icon-]:first-child {
  left: 1.2rem;
}
@media screen and (min-width: 769px) {
  .button-primary [class^=icon-]:first-child {
    left: 2.4rem;
  }
}
.button-primary [class^=icon-]:last-child {
  right: 1.2rem;
}
@media screen and (min-width: 769px) {
  .button-primary [class^=icon-]:last-child {
    right: 2.4rem;
  }
}

/* --------------------
  button-secondary
-------------------- */
.button-secondary {
  justify-content: flex-start;
  gap: 1.6rem;
  background-color: var(--color-white);
  border-radius: 99.9rem;
  box-shadow: inset 0 0 0 0.2rem var(--color-gold-base);
  padding: 1.8rem 1.4rem;
}
.button-secondary:hover {
  background-color: var(--color-gold-light);
}
.osechi2026--tenpo .button-secondary {
  box-shadow: inset 0 0 0 0.2rem var(--color-red-accent);
}
.osechi2026--tenpo .button-secondary:hover {
  background-color: var(--color-pink-base);
}
.button-secondary [class^=icon-] {
  right: 0.6rem;
}
.button-secondary__img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 99.9rem;
}
.button-secondary:has(.button-secondary__img) {
  padding: 0.6rem;
}
.button-secondary--lg {
  padding: 1.2rem;
  gap: 1.2rem;
}
.button-secondary--lg .button-secondary__img {
  width: 8rem;
  height: 8rem;
}
.button-secondary--lg [class^=icon-] {
  right: 0.8rem;
}
.button-secondary--lg:has(.button-secondary__img) {
  padding: 1.2rem;
}
.button-secondary--small {
  gap: 0.8rem;
  justify-content: center;
  padding: 1.2rem;
}
.button-secondary--small [class^=icon-]:first-child {
  left: 1.2rem;
}
.button-secondary--small [class^=icon-]:last-child {
  right: 1.2rem;
}
@media screen and (min-width: 769px) {
  .button-secondary--small {
    padding: 1.6rem;
  }
  .button-secondary--small [class^=icon-]:first-child {
    left: 2.4rem;
  }
  .button-secondary--small [class^=icon-]:last-child {
    right: 2.4rem;
  }
}

/* --------------------
  button
-------------------- */
.button {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 99.9rem;
  width: 100%;
  max-width: 48rem;
  transition: 0.2s ease;
  z-index: 3;
}
.button__text {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .button__text {
    font-size: 2rem;
  }
}
.button__text--focus {
  color: var(--color-red-accent);
  text-align: start;
}
.button__text--bottom {
  align-items: flex-end;
}
.button__text-num {
  font-size: 2.4rem;
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
  line-height: 1;
}
.button__text-small {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .button__text-small {
    font-size: 1.6rem;
  }
}
.button__text-xsmall {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .button__text-xsmall {
    font-size: 1.4rem;
  }
}
.button [class^=icon-]:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button [class^=icon-]:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

/* ------------------------------
  icon-arrow-circle
------------------------------ */
.icon-arrow-circle::before {
  background: url("/g_images/freearea/ochugen2026/icon/ico_arrow-circle.svg") no-repeat center/contain;
}

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

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

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

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

/* ------------------------------
  icon-cart
------------------------------ */
.icon-cart::before {
  mask-image: url("/g_images/freearea/ochugen2026/icon/ico_cart.svg");
}

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

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

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

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

/* ------------------------------
  icon-plus
------------------------------ */
.icon-plus::before {
  mask-image: url("/g_images/freearea/ochugen2026/icon/ico_plus.svg");
}

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

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

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

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

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

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

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

.fixed-nav-list [class^=icon-] {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list [class^=icon-] {
    display: none;
  }
}
.fixed-nav-list [class^=icon-]::before {
  background-color: var(--color-white);
}
.fixed-nav-list__link {
  transition: 0.2s ease;
}
.fixed-nav-list__link--anchor [class^=icon-]::before {
  background-color: var(--color-gold-base);
}
.fixed-nav--tenpo .fixed-nav-list__link--anchor [class^=icon-]::before {
  background-color: var(--color-red-accent);
}
.fixed-nav-list__link--guide [class^=icon-]::before {
  background-color: var(--color-white);
}

.early [class^=icon-] {
  width: 5.6rem;
  height: 5.6rem;
}
.early [class^=icon-]::before {
  background-color: var(--color-gold-base);
}
@media screen and (min-width: 769px) {
  .early [class^=icon-] {
    width: 10rem;
    height: 10rem;
  }
}

.early-corp [class^=icon-] {
  width: 2.4rem;
  height: 2.4rem;
}
.early-corp [class^=icon-]::before {
  background-color: var(--color-common-text);
}
@media screen and (min-width: 769px) {
  .early-corp [class^=icon-] {
    width: 3.2rem;
    height: 3.2rem;
  }
}

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

.button-secondary [class^=icon-] {
  width: 2rem;
  height: 2rem;
}
.button-secondary [class^=icon-]::before {
  background-color: var(--color-gold-base);
}
.osechi2026--tenpo .button-secondary [class^=icon-]::before {
  background-color: var(--color-red-accent);
}

.button-option [class^=icon-] {
  width: 2rem;
  height: 2rem;
}
.button-option [class^=icon-]::before {
  transition: background-color 0.2s ease;
  background-color: var(--color-gold-base);
}

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

.button-link [class^=icon-] {
  width: 2.4rem;
  height: 2.4rem;
}
.button-link--small [class^=icon-] {
  width: 1.8rem;
  height: 1.8rem;
}
.button-link--xsmall [class^=icon-] {
  width: 1.6rem;
  height: 1.6rem;
}

@media screen and (max-width: 768.9px) {
  .search-form [class^=icon-]::before {
    background-color: var(--color-gold-base);
  }
}

/* ------------------------------
  heading-lg
------------------------------ */
.heading-lg {
  justify-content: center;
  height: fit-content;
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .heading-lg {
    font-size: 4rem;
  }
}
.heading-lg::before, .heading-lg::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/g_images/freearea/osechi2026/icon/icon_flower.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .heading-lg::before, .heading-lg::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* ------------------------------
  heading-sm
------------------------------ */
.heading-sm {
  justify-content: flex-start;
  font-size: 2rem;
}
.heading-sm--underline {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid var(--color-gold-base);
}

/* ------------------------------
  heading-md
------------------------------ */
.heading-md {
  justify-content: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .heading-md {
    font-size: 3.2rem;
  }
}

/* ------------------------------
  heading
------------------------------ */
.heading {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  font-family: "YuMincho", serif;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .heading {
    column-gap: 1.6rem;
  }
}
.heading--focus {
  color: var(--color-red-accent);
}

/* --------------------
keywords
-------------------- */
.keywords {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .keywords {
    gap: 3.2rem;
  }
}

/* --------------------
keywords-list
-------------------- */
.keywords-list {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
  padding-inline: 2rem;
}
.keywords-list--wrap {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .keywords-list {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 769px) {
  .keywords-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}

/* --------------------
navigation
-------------------- */
.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  row-gap: 2rem;
  background: url(/g_images/freearea/osechi2026/img-bg_tail.png) repeat 0 0/160rem auto;
}
@media screen and (min-width: 769px) {
  .navigation {
    row-gap: 1.6rem;
    padding-top: 4rem;
  }
}
.navigation::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(8rem, 16vw, 9.6rem);
  background: url(/g_images/freearea/osechi2026/img-deco_01.png) no-repeat top center/cover;
}
@media screen and (min-width: 769px) {
  .navigation::after {
    height: clamp(8.7rem, 16vw, 18rem);
    background: url(/g_images/freearea/osechi2026/img-deco_01_pc.png) no-repeat top center/cover;
  }
}

/* --------------------
navigation-list
-------------------- */
.navigation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  width: 100%;
  max-width: 96rem;
}
@media screen and (min-width: 769px) {
  .navigation-list {
    justify-content: center;
  }
}
.navigation-list__item {
  width: calc((100% - 0.2rem) / 2);
}
.osechi2026--tenpo .feature .navigation-list__item {
  width: calc((100% - 0.2rem) / 3);
}
@media screen and (min-width: 769px) {
  .navigation-list__item {
    width: calc((100% - 0.6rem) / 4);
  }
}

/* --------------------
search
-------------------- */
.search {
  position: relative;
  z-index: 1;
}
.search__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .search__inner {
    row-gap: 6rem;
    padding: 0 2rem 6rem;
  }
}
.search::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(8rem, 16vw, 9.8rem);
}
@media screen and (min-width: 769px) {
  .search::after {
    height: clamp(8.7rem, 16vw, 18rem);
  }
}
.search--first::after {
  background: url(/g_images/freearea/osechi2026/img-deco_01.png) no-repeat top center/cover;
}
.osechi2026--tenpo .search--first::after {
  background: url(/g_images/freearea/osechi2026/img-deco_07.png) no-repeat top center/cover;
}
@media screen and (min-width: 769px) {
  .search--first::after {
    background: url(/g_images/freearea/osechi2026/img-deco_01_pc.png) no-repeat top center/cover;
  }
  .osechi2026--tenpo .search--first::after {
    background: url(/g_images/freearea/osechi2026/img-deco_07_pc.png) no-repeat top center/cover;
  }
}
.search--second {
  background: url(/g_images/freearea/osechi2026/img-bg_beige.png) repeat 0 0/100rem auto;
}
.search--second::after {
  mask: url(/g_images/freearea/osechi2026/img-deco_round.svg) no-repeat top center/cover;
  background: url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-yellow);
}
@media screen and (min-width: 769px) {
  .search--second::after {
    mask: url(/g_images/freearea/osechi2026/img-deco_round_pc.svg) no-repeat top center/cover;
    height: clamp(8rem, 8vw, 16rem);
  }
}
.search--therd {
  padding-block: clamp(8rem, 16vw, 9.8rem) 4rem;
  background: url(/g_images/freearea/osechi2026/img-bg_beige.png) repeat 0 0/100rem auto;
}
@media screen and (min-width: 769px) {
  .search--therd {
    padding-block: clamp(8.7rem, 16vw, 18rem) 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.search--therd::after {
  position: absolute;
  top: 0;
  background: url(/g_images/freearea/osechi2026/img-deco_03.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-dark);
}
@media screen and (min-width: 769px) {
  .search--therd::after {
    background: url(/g_images/freearea/osechi2026/img-deco_03_pc.png) no-repeat top center/cover, url(/g_images/freearea/osechi2026/img-bg_paper.png) repeat 0 0/100rem auto, var(--color-pink-dark);
  }
}
.osechi2026--tenpo .search--therd::after {
  background-color: var(--color-yellow);
}

/* --------------------
search-block
-------------------- */
.search-block {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  row-gap: 4rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .search-block {
    row-gap: 4rem;
  }
}

/* --------------------
search-contents
-------------------- */
.search-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  width: 100%;
  padding-inline: 2rem;
}
.search-contents__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .search-contents__main {
    row-gap: 1.6rem;
  }
}
.search-contents__buttom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
  width: 100%;
}

/* --------------------
search-form
-------------------- */
.search-form {
  display: flex;
  position: relative;
  box-sizing: content-box;
  width: 100%;
  max-width: 78.8rem;
  column-gap: 1.2rem;
}
@media screen and (max-width: 768.9px) {
  .search-form {
    box-sizing: border-box;
  }
}
.search-form__input {
  flex: 1;
  height: 4.8rem;
  padding: 1.6rem;
  border-radius: 99.9rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-brown)/0.25);
}
@media screen and (max-width: 768.9px) {
  .search-form__input {
    padding: 1.2rem 1.6rem;
    height: auto;
  }
}
.search-form__button {
  display: flex;
  position: relative;
  z-index: 0;
  flex: 0 0 13.6rem;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  column-gap: 0.8rem;
  border-radius: 99.9rem;
  color: var(--color-white);
  background-color: var(--color-gold-base);
  font-weight: 600;
  transition: 0.2s ease;
}
@media screen and (min-width: 769px) {
  .osechi2026--tenpo .search-form__button {
    background-color: var(--color-red-accent);
  }
}
@media (any-hover: hover) {
  .search-form__button:hover {
    background-color: var(--color-gold-base-light);
    transition: 0.2s ease;
  }
  .osechi2026--tenpo .search-form__button:hover {
    background-color: var(--color-red-accent-light);
  }
}
@media screen and (max-width: 768.9px) {
  .search-form__button {
    position: absolute;
    top: 0;
    right: 0;
    flex-basis: auto;
    width: 4.8rem;
    height: 100%;
    border-radius: 0 99.9rem 99.9rem 0;
    background: transparent;
    font-size: 0;
  }
}
.search-form__button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  border-radius: 99.9rem;
  opacity: 0;
}
@media (any-hover: hover) {
  .search-form__button:hover::after {
    opacity: 1;
  }
}

/* --------------------
slick-arrow
-------------------- */
@media screen and (max-width: 768.9px) {
  .slick-arrow {
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .slick-arrow::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    width: 100%;
    height: 100%;
    background-color: var(--color-gold-base);
  }
  .osechi2026--tenpo .slick-arrow::before {
    background-color: var(--color-red-accent);
  }
}
@media screen and (max-width: 768.9px) {
  .slick-arrow.slick-prev {
    order: 1;
    margin-right: 1.2rem;
  }
  .slick-arrow.slick-prev::before {
    mask-image: url("/g_images/freearea/ochugen2026/icon/ico_arrow-left.svg");
  }
}
@media screen and (max-width: 768.9px) {
  .slick-arrow.slick-next {
    order: 4;
    margin-left: 1.2rem;
  }
  .slick-arrow.slick-next::before {
    mask-image: url("/g_images/freearea/ochugen2026/icon/ico_arrow-right.svg");
  }
}

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

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

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

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

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

/* --------------------
 speech-bubble
-------------------- */
.speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-family: "YuMincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  background-color: var(--color-gold-light);
  border-radius: 0.8rem;
  padding: 0.8rem 1.6rem;
  margin: 0 auto 1.6rem;
  max-width: 48rem;
  width: 100%;
  z-index: 2;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 50%;
  transform: translateX(50%);
  display: inline-block;
  border-top: 1rem solid var(--color-gold-light); /* 三角形の高さ */
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
}
@media screen and (min-width: 769px) {
  .speech-bubble {
    padding: 1rem 0.8rem;
    min-height: 6rem;
  }
}
.speech-bubble--round {
  border-radius: 99.9rem;
  padding-inline: 1.6rem;
}
@media screen and (min-width: 769px) {
  .speech-bubble--round {
    min-height: 0;
    width: fit-content;
    margin-inline: auto;
  }
}
.speech-bubble--round::after {
  bottom: -0.6rem;
  border-top: 0.6rem solid var(--color-gold-light); /* 三角形の高さ */
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
}
.speech-bubble--long {
  width: 100%;
}

/* --------------------
tab-list-item
-------------------- */
.tab-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.tab-list-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--color-gray-dark);
  color: var(--color-white);
  font-weight: 600;
  padding: 1rem 0.8rem;
  transition: background-color 0.3s;
  min-height: 6.5rem;
}
@media screen and (min-width: 769px) {
  .tab-list-item__link {
    min-height: 0;
  }
}
@media screen and (min-width: 769px) {
  .tab-list-item__link {
    padding-block: 1.6rem;
  }
  .tab-list-item__link::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
  }
  .tab-list-item__link--haisou::before {
    background-image: url("/g_images/freearea/christmas2025/white/track.svg");
  }
  .tab-list-item__link--tenpo::before {
    background-image: url("/g_images/freearea/christmas2025/white/bag.svg");
  }
}
.tab-list-item__link.is-current {
  pointer-events: none;
  font-size: 2.2rem;
  padding: 2.4rem 0 1.6rem;
  min-height: 9rem;
}
@media screen and (min-width: 769px) {
  .tab-list-item__link.is-current {
    min-height: 0;
  }
}
.tab-list-item__link.is-current::before {
  width: 3.2rem;
  height: 3.2rem;
}
.tab--haisou .tab-list-item__link.is-current {
  background-color: var(--color-gold-base);
}
.tab--tenpo .tab-list-item__link.is-current {
  background-color: var(--color-red-accent);
}
.tab-list-item__link.is-current .tab-list-item__text-small {
  display: none;
}
@media (any-hover: hover) {
  .tab-list-item__link:not(.is-current):hover {
    background-color: var(--color-gray-very-dark);
  }
}
.tab-list-item__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .tab-list-item__text {
    flex: 0 1 auto;
    font-size: 2rem;
    line-height: 1;
  }
}
.tab-list-item__text-small {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  margin-left: 0.4rem;
  min-width: 2.4rem;
}
@media screen and (min-width: 769px) {
  .tab-list-item__text-small {
    font-size: 2rem;
    width: fit-content;
  }
}

/* --------------------
tab-list
-------------------- */
.tab-list {
  display: flex;
  gap: 0.4rem;
  max-width: 100rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tab-list {
    gap: 1.6rem;
  }
}

/* --------------------
tab
-------------------- */
.tab {
  display: flex;
  justify-content: center;
  border-bottom: solid 0.5rem;
  padding-top: 0.8rem;
}
@media screen and (min-width: 769px) {
  .tab {
    padding-top: 2rem;
  }
}
.tab--haisou {
  border-color: var(--color-gold-base);
}
.tab--tenpo {
  border-color: var(--color-red-accent);
}

/* --------------------
tag
-------------------- */
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  column-gap: 0.4rem;
  box-shadow: inset 0 0 0 0.2rem var(--color-gold-base);
  border-radius: 99.9rem;
  background-color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  height: 4rem;
  white-space: nowrap;
  transition: 0.2s ease;
}
.osechi2026--tenpo .tag {
  box-shadow: inset 0 0 0 0.2rem var(--color-red-accent);
}
@media (any-hover: hover) {
  .tag:hover {
    color: var(--color-common-text);
    background-color: var(--color-gold-light);
    transition: 0.2s ease;
  }
  .osechi2026--tenpo .tag:hover {
    background-color: var(--color-pink-base);
  }
}
.tag--foucs {
  color: var(--color-white);
  background-color: var(--color-gold-base);
}
.tag__rank {
  width: 1.8rem;
  height: 2rem;
}
@media screen and (min-width: 769px) {
  .tag {
    padding: 1.2rem 1.4rem;
  }
}

/* --------------------
  text-desc
-------------------- */
.text-desc {
  display: flex;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-common-text);
}
@media screen and (min-width: 769px) {
  .text-desc {
    font-size: 1.4rem;
  }
}
.text-desc::before {
  content: "※";
  display: block;
  margin-right: 0.4rem;
}
.text-desc--sm {
  font-size: 1.2rem;
}
.text-desc--lg {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .text-desc--lg {
    font-size: 1.6rem;
  }
}
.text-desc--bold {
  font-weight: 600;
}
.text-desc--red {
  color: var(--color-red-accent);
}

/* --------------------
  text-link
-------------------- */
.text-link {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-blue-link);
  width: fit-content;
}
.text-link:hover {
  color: var(--color-blue-link-hover);
  text-decoration: underline;
  cursor: pointer;
}

/* --------------------
  text-note
-------------------- */
.text-note {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
}
.text-note--focus {
  color: var(--color-red-accent);
  font-weight: 600;
}

.text-note-focus {
  color: var(--color-red-accent);
  font-weight: 600;
}

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