@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");
.seibo2025 *,
.seibo2025 *::before,
.seibo2025 *::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の画面幅に合わせた調整と装飾位置調整
-------------------- */
.wrap_m {
  width: auto;
}

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

.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;
  }
}
/* 画面幅768px以下 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* --------------------
全ての商品を見る
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .all {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 3.2rem;
  }
  .seibo2025 .all::before, .seibo2025 .all::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .seibo2025 .all::before {
    top: -57%;
    right: 0;
    width: 16rem;
    height: 10.4rem;
    background-image: url("/g_images/freearea/seibo2025/img_cloud02.png");
  }
  .seibo2025 .all::after {
    top: -1.5rem;
    left: 3.125%;
    width: 12rem;
    height: 13.7rem;
    background-image: url("/g_images/freearea/seibo2025/img_flowers02.png");
  }
  .seibo2025 .all .button {
    max-width: 36rem;
    height: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .all {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12rem 1rem 0;
  }
  .seibo2025 .all::before, .seibo2025 .all::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .seibo2025 .all::before {
    top: 2.5rem;
    left: -1.2rem;
    width: 9.2rem;
    height: 5.2rem;
    background-image: url("/g_images/freearea/seibo2025/img_cloud02.png");
  }
  .seibo2025 .all::after {
    top: 1.5rem;
    right: 1rem;
    width: 6rem;
    height: 6.4rem;
    background-image: url("/g_images/freearea/seibo2025/img_flowers03.png");
  }
  .seibo2025 .all .button {
    width: 100%;
    max-width: 56rem;
  }
}
/* --------------------
バナーリスト
-------------------- */
@media screen and (min-width: 768px), print {
  .banner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    width: 100%;
    max-width: 960px;
  }
  .banner-list__item {
    width: calc((100% - 72px) / 4);
  }
  .banner-list__item--large {
    width: calc((100% - 72px) / 4);
    background-color: #f8f7eb;
  }
  .banner-list__item-link {
    transition: opacity 0.2s ease-in-out;
  }
  .banner-list__item-link:hover {
    opacity: 0.5;
  }
  .banner-list__item-text {
    color: #6c4300;
    font-weight: 600;
  }
  .banner-list__item-text:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    max-width: 56rem;
  }
  .seibo2025 .banner-list__item {
    width: calc((100% - 0.8rem) / 2);
  }
}
/* --------------------
人気ブランドから選ぶ
-------------------- */
@media screen and (min-width: 768px), print {
  .brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
    max-width: 83.2rem;
  }
  .brand-list__item {
    width: calc((100% - 7.2rem) / 4);
    min-width: 14.4rem;
  }
  .brand-list__item-image {
    padding: 1.2rem;
    box-shadow: 0 0 0.8rem rgba(196, 0, 0, 0.16);
    overflow: hidden;
  }
  .brand-list__item-image img {
    transition: scale 0.5s ease-in-out;
  }
  .brand-list__item-link:hover .brand-list__item-image img {
    scale: 1.2;
  }
  .brand-list__item-name {
    padding: 1.2rem 0.8rem;
    font-weight: 600;
    text-align: center;
  }
  .brand-tag-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .brand-accordion-wrap {
    display: none;
  }
  .brand-tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
  }
  .brand-tag-list__item {
    display: grid;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 1rem;
    max-width: 56rem;
  }
  .brand-list__item {
    width: calc((100% - 1rem) / 2);
  }
  .brand-list__item-image {
    padding: 1.2rem;
    box-shadow: 0 0 0.6rem #eee0c9;
  }
  .brand-list__item-name {
    padding: 1.2rem 0.8rem;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
  }
  .brand-tag-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .brand-accordion-wrap {
    display: none;
  }
  .brand-tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 56rem;
    width: 100%;
    margin-inline: auto;
  }
  .brand-tag-list__item {
    display: grid;
    place-items: center;
  }
}
/* --------------------
予算リスト
-------------------- */
@media screen and (min-width: 768px), print {
  .budget-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem clamp(0.8rem, 1vw, 1.6rem);
    width: 100%;
    justify-content: center;
  }
  .budget-list__item {
    width: calc((100% - 3.2rem) / 3);
  }
  .budget-list__item-link {
    display: flex;
    align-items: center;
    position: relative;
    gap: clamp(0rem, 1.75vw, 1.2rem);
    height: 10rem;
    border: solid 0.1rem #b87b00;
    border-radius: 99.9rem;
    padding: 0.6rem clamp(0rem, 2vw, 4.8vw) 0.6rem 2.4rem;
    transition: background 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: top 50% right 1.2rem;
    background-size: 1.6rem;
    background-image: url("/g_images/freearea/osechi2025/brown/ico_arrow-right.svg");
  }
  .budget-list__item-link--recommend {
    border-width: 0.3rem;
  }
  .budget-list__item-link:hover {
    background-color: #b87b00;
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-right.svg");
  }
  .budget-list__item-image {
    aspect-ratio: 1/1;
    width: 33%;
    min-width: 5.6rem;
    height: auto;
    display: none;
  }
  .budget-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .budget-list__item-text {
    display: inline;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 1.4rem;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
    line-height: 1.2;
    gap: 0.8rem 0;
    white-space: nowrap;
  }
  .budget-list__item-text--recommend {
    color: #b91823;
  }
  .budget-list__item-link:hover .budget-list__item-text {
    color: #fff;
  }
  .budget-list__item-num {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    translate: 0 0.4rem;
    letter-spacing: -0.05rem;
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .budget-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    max-width: 56rem;
  }
  .budget-list__item {
    width: 100%;
  }
  .budget-list__item-link {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1.2rem;
    height: 7.6rem;
    border: solid 0.1rem #b87b00;
    border-radius: 99.9rem;
    padding: 0.6rem 4rem 0.6rem 2rem;
  }
  .budget-list__item-link--recommend {
    border-width: 0.3rem;
  }
  .budget-list__item-link::after {
    content: "";
    display: flex;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url("/g_images/freearea/osechi2025/brown/ico_arrow-right.svg") no-repeat center/1.2rem;
    translate: 0 -50%;
  }
  .budget-list__item-image {
    width: 6.4rem;
    height: 6.4rem;
    display: none;
  }
  .budget-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .budget-list__item-text {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
  }
  .budget-list__item-text--recommend {
    color: #b91823;
  }
  .budget-list__item-num {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
  }
}
/* --------------------
benefit
-------------------- */
@media screen and (min-width: 768px), print {
  .benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 3.2rem;
    background: url("/g_images/freearea/seibo2025/bg_paper-washi.jpg") repeat top left/80rem 40rem;
  }
  .benefit__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 120rem;
  }
  .benefit__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 2rem;
    color: #b91823;
  }
  .benefit__heading-accent {
    padding: 0.8rem;
    background-color: #b91823;
    color: #fff;
    line-height: 1;
  }
  .benefit-banner-list {
    display: flex;
    gap: 1.6rem;
    width: 100%;
  }
  .benefit-banner-list__item-link {
    display: block;
  }
  .benefit-banner-list__item-image {
    transition: 0.5s ease-in-out;
  }
  .benefit-banner-list__item-link:hover .benefit-banner-list__item-image {
    scale: 1.04;
  }
}
@media screen and (max-width: 767px) {
  .benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 2rem;
    background: url("/g_images/freearea/seibo2025/bg_paper-washi.jpg") repeat top left/80rem 40rem;
  }
  .benefit__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .benefit__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #b91823;
  }
  .benefit__heading-accent {
    padding: 0.6rem 0.8rem;
    background-color: #b91823;
    color: #fff;
    line-height: 1;
  }
  .benefit-banner-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    max-width: 40rem;
  }
}
/* --------------------
背景付きエリア
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .bg-area {
    padding: 12rem 0;
    background: url("/g_images/freearea/seibo2025/bg_paper-washi.jpg") repeat top left/80rem 40rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .bg-area {
    padding: 6.4rem 1.6rem;
    background: url("/g_images/freearea/seibo2025/bg_paper-washi.jpg") repeat top left/32rem 16rem;
  }
}
/* --------------------
ボタン
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .button {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
    padding: 1.1rem 4.8rem;
    border-radius: 99.9rem;
    background-color: #b87b00;
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: top 50% right 1.6rem;
    background-size: 1.6rem;
    text-decoration: none;
    transition: 0.2s;
  }
  .seibo2025 .button--top {
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-top.svg");
  }
  .seibo2025 .button--accordion {
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-down.svg");
  }
  .seibo2025 .button--accordion.is-open {
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-top.svg");
  }
  .seibo2025 .button:hover {
    background-color: #622e00;
    cursor: pointer;
  }
  .seibo2025 .button__text {
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .seibo2025 .button__text::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .seibo2025 .button__text-large {
    font-size: 2rem;
  }
  .seibo2025 .button-guide {
    display: flex;
    width: 100%;
    max-width: 40rem;
    padding: 1.9rem 4rem;
    border-radius: 99.9rem;
    background-color: #fff;
    background-image: url("/g_images/freearea/common-events/blue-guide/ico_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: top 50% right 1.6rem;
    background-size: 2.4rem;
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }
  .seibo2025 .button-guide:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .seibo2025 .button-guide__text {
    display: flex;
    align-items: center;
    color: #1b2582;
    font-weight: 600;
    gap: 0.8rem;
  }
  .seibo2025 .button-guide__text::before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    mask-image: url("/g_images/freearea/common-events/white/ico_guide.svg");
    background-color: #1b2582;
  }
  .seibo2025 .button-guide__text-large {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .button {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 32rem;
    min-height: 4.8rem;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    border-radius: 99.9rem;
    background: #b87b00 url("/g_images/freearea/osechi2025/white/ico_arrow-right.svg") no-repeat top 50% right 1.6rem/1.6rem;
    text-decoration: none;
    transition: 0.2s;
  }
  .seibo2025 .button--top {
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-top.svg");
  }
  .seibo2025 .button--accordion {
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-down.svg");
  }
  .seibo2025 .button--accordion.is-open {
    background-image: url("/g_images/freearea/osechi2025/white/ico_arrow-top.svg");
  }
  .seibo2025 .button__text {
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .seibo2025 .button__text::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .seibo2025 .button__text-large {
    font-size: 2rem;
  }
  .seibo2025 .button-guide {
    display: flex;
    width: 100%;
    max-width: 40rem;
    padding: 1.5rem 4rem;
    border-radius: 99.9rem;
    background-color: #fff;
    background-image: url("/g_images/freearea/common-events/blue-guide/ico_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: top 50% right 1.2rem;
    background-size: 1.2rem;
    text-decoration: none;
    transition: 0.2s;
  }
  .seibo2025 .button-guide:hover {
    cursor: pointer;
  }
  .seibo2025 .button-guide__text {
    display: flex;
    align-items: center;
    color: #1b2582;
    font-weight: 600;
    gap: 0.8rem;
  }
  .seibo2025 .button-guide__text::before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    mask-image: url("/g_images/freearea/common-events/white/ico_guide.svg");
    background-color: #1b2582;
  }
  .seibo2025 .button-guide__text-large {
    font-size: 2rem;
  }
}
/* --------------------
カタログオーダー
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .catalogorder {
    display: flex;
    flex-direction: column;
    max-width: 78.8rem;
    gap: 1.6rem;
  }
  .seibo2025 .catalogorder__banner:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .catalogorder {
    display: flex;
    flex-direction: column;
    max-width: 56rem;
    padding-inline: 2rem;
    gap: 1.6rem;
  }
}
/* --------------------
キャンペーン
-------------------- */
@media screen and (min-width: 768px), print {
  .campaign {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.2rem 3.2rem 8rem;
    background: url("/g_images/freearea/seibo2025/bg_wave.jpg") repeat top left/20rem 10.9rem;
  }
  .campaign::before, .campaign::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .campaign::before {
    left: 0;
    width: 100%;
    height: 0.7rem;
    background: #fff;
    border: solid 0.2rem #be3f46;
    border-width: 0.2rem 0;
    translate: 0 -50%;
  }
  .campaign::after {
    left: 50%;
    width: 6rem;
    height: 6rem;
    background: url("/g_images/freearea/seibo2025/img_flower.png") no-repeat center/contain;
    translate: -50% -50%;
  }
  .campaign__contents {
    max-width: 83.2rem;
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
  }
  .campaign__heading {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .campaign-list {
    max-width: 83.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .campaign-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: calc((100% - 6.4rem) / 3);
    position: relative;
  }
  .campaign-list__item:last-child {
    margin-right: 0;
  }
  .campaign-list__item-mark {
    width: 8.4rem;
    height: 8.4rem;
    position: absolute;
    top: -2.4rem;
    left: -2.4rem;
    z-index: 1;
    padding-block: auto;
    background: url("/g_images/freearea/seibo2025/bg_lottery.svg") no-repeat center/contain;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding-block: 1.8rem;
  }
  .campaign-list__item-mark-num {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .campaign-list__item-link {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 4rem rgba(237, 186, 119, 0.1), 0.8rem 0.8rem 0.5rem rgba(255, 189, 104, 0.2);
  }
  .campaign-list__item-image {
    overflow: hidden;
  }
  .campaign-list__item-image img {
    transition: scale 0.5s ease-in-out;
  }
  .campaign-list__item-link:hover .campaign-list__item-image img {
    scale: 1.1;
  }
  .campaign-list__item-logo {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    padding: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  }
  .campaign-list__item-logo img {
    width: auto;
    height: 100%;
  }
  .campaign-list__item-label {
    padding: 0.8rem;
    background-color: #ffbd2e;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    transition: all 0.2s ease-in-out;
  }
  .campaign-list__item-link:hover .campaign-list__item-label {
    background-color: #622e00;
    color: #fff;
  }
  .campaign-list__item-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    gap: 0.4rem;
  }
  .campaign-list__item-accent {
    font-size: 1.8rem;
    color: #d92214;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .campaign {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem 6.4rem;
    background: url("/g_images/freearea/seibo2025/bg_wave.jpg") repeat top left/10rem 5.45rem;
  }
  .seibo2025 .campaign::before, .seibo2025 .campaign::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .seibo2025 .campaign::before {
    left: 0;
    width: 100%;
    height: 0.7rem;
    background: #fff;
    border: solid 0.2rem #be3f46;
    border-width: 0.2rem 0;
    translate: 0 -50%;
  }
  .seibo2025 .campaign::after {
    left: 50%;
    width: 4rem;
    height: 4rem;
    background: url("/g_images/freearea/seibo2025/img_flower.png") no-repeat center/contain;
    translate: -50% -50%;
  }
  .seibo2025 .campaign__contents {
    max-width: 83.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .seibo2025 .campaign__heading {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .seibo2025 .campaign__lead {
    font-size: 1.4rem;
    text-align: center;
  }
  .seibo2025 .campaign-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 56rem;
  }
  .seibo2025 .campaign-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
  }
  .seibo2025 .campaign-list__item:last-child {
    margin-right: 0;
  }
  .seibo2025 .campaign-list__item-mark {
    width: 7.2rem;
    height: 7.2rem;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
    padding-block: auto;
    background: url("/g_images/freearea/seibo2025/bg_lottery.svg") no-repeat center/contain;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding-block: 1.8rem;
    font-size: 1.2rem;
  }
  .seibo2025 .campaign-list__item-mark-num {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .seibo2025 .campaign-list__item-link {
    aspect-ratio: 335/166;
    display: grid;
    grid-template: "image logo" auto "label label" 3rem/55% 45%;
    overflow: hidden;
  }
  .seibo2025 .campaign-list__item-image {
    grid-area: image;
    display: grid;
    place-items: center;
    background-color: #fff;
  }
  .seibo2025 .campaign-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .seibo2025 .campaign-list__item-logo {
    grid-area: logo;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    display: grid;
    place-items: center;
    background-color: #fff;
    padding-inline: 1.6rem;
  }
  .seibo2025 .campaign-list__item-label {
    grid-area: label;
    padding: 0.8rem;
    background-color: #ffbd2e;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
  }
  .seibo2025 .campaign-list__item-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    gap: 0.4rem;
  }
  .seibo2025 .campaign-list__item-accent {
    font-size: 1.8rem;
    color: #d92214;
    line-height: 125%;
  }
}
/* --------------------
カテゴリリスト
-------------------- */
@media screen and (min-width: 768px), print {
  .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem 2.4rem;
  }
  .category-list__item {
    position: relative;
    width: calc((100% - 7.2rem) / 4);
  }
  .category-list__item--large {
    margin-bottom: 1.6rem;
    width: calc((100% - 4.8rem) / 3);
  }
  .category-list__item--small {
    width: calc((100% - 9.6rem) / 5);
    margin-top: 1.6rem;
  }
  .category-list__item-link {
    display: flex;
    flex-direction: column;
  }
  .category-list__item-label {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.2rem;
    font-weight: 600;
    color: #c60200;
    background-color: #ffe4dd;
    line-height: 1;
    padding: 0.6rem 0.8rem 1rem;
    gap: 0.2rem;
  }
  .category-list__item-label--accent {
    background-color: #b91823;
    color: #fff;
  }
  .category-list__item-number {
    font-size: 2rem;
    translate: 0 0.3rem;
  }
  .category-list__item-image {
    position: relative;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-bottom: solid #b87b00 0.3rem;
  }
  .category-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease-in-out;
  }
  .category-list__item-link:hover .category-list__item-image img {
    transform: scale(1.1);
  }
  .category-list__item-name {
    margin-top: 1.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
  }
  .category-list__item-note {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .category-list__item-note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem 1.6rem;
    max-width: 56rem;
  }
  .category-list__item {
    position: relative;
    width: calc((100% - 1.6rem) / 2);
  }
  .category-list__item-link {
    display: flex;
    flex-direction: column;
  }
  .category-list__item-top {
    aspect-ratio: 148/130;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .category-list__item-label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.3rem 0.2rem 0.2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #c60200;
    background-color: #ffe4dd;
    line-height: 1;
    gap: 0.2rem;
    flex: 1;
  }
  .category-list__item-label--accent {
    background-color: #b91823;
    color: #fff;
  }
  .category-list__item-number {
    font-size: 1.6rem;
    translate: 0 -0.2rem;
  }
  .category-list__item-image {
    overflow: hidden;
    border-bottom: solid #b87b00 0.3rem;
  }
  .category-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
  }
  .category-list__item-name {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.8rem;
  }
  .category-list__item-note {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .category-list__item-note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
}
/* --------------------
特集セクション
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .feature-list {
    display: flex;
    flex-direction: column;
    max-width: 96rem;
    gap: 4.4rem;
  }
  .seibo2025 .feature-list__item {
    display: flex;
    align-items: center;
  }
  .seibo2025 .feature-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .seibo2025 .feature-list__item-image {
    position: relative;
    width: 52.8%;
    z-index: 1;
  }
  .seibo2025 .feature-list__item-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61.9%;
    height: 61.9%;
    translate: -50% -50%;
    background-color: #cc7c97;
    z-index: -1;
    box-shadow: inset 0 0 0.4rem #eee0c9;
  }
  .seibo2025 .feature-list__item-textbox {
    position: relative;
    z-index: 0;
    max-width: 55.9%;
    padding-bottom: 2.4rem;
    background-color: #fff;
    translate: -4rem 0;
  }
  .seibo2025 .feature-list__item-textbox--even-item {
    translate: 4rem 0;
  }
  .seibo2025 .feature-list__item-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.4rem 6.4rem;
    gap: 0.4rem 1.6rem;
  }
  .seibo2025 .feature-list__item-heading--row {
    flex-direction: row;
  }
  .seibo2025 .feature-list__item-heading::before, .seibo2025 .feature-list__item-heading::after {
    content: "";
    display: block;
    position: absolute;
  }
  .seibo2025 .feature-list__item-heading::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4rem;
    border-width: 0.1rem 0;
    border-color: #b91823;
  }
  .seibo2025 .feature-list__item-heading::after {
    width: 3rem;
    height: 3rem;
    bottom: 0;
    left: 50%;
    background: url("/g_images/freearea/seibo2025/img_flower.png") no-repeat center/contain;
    translate: -50% calc(50% - 0.2rem);
  }
  .seibo2025 .feature-list__item-heading-tasty {
    display: grid;
    place-items: center;
    aspect-ratio: 86/58;
    width: 8.6rem;
    height: auto;
    background-color: #b91823;
  }
  .seibo2025 .feature-list__item-heading-tasty img {
    aspect-ratio: 58/20;
    width: auto;
    height: 2rem;
  }
  .seibo2025 .feature-list__item-lead {
    font-family: "YuMincho", serif;
    font-weight: 700;
  }
  .seibo2025 .feature-list__item-title {
    font-family: "YuMincho", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .seibo2025 .feature-list__item-text {
    margin-top: 2rem;
    padding-inline: 5.6rem;
    font-size: 1.4rem;
  }
  .seibo2025 .feature-list__item-button-wrap {
    margin-top: 4.8rem;
  }
  .seibo2025 .feature-list__item-button-wrap .button {
    max-width: 35.2rem;
  }
  .seibo2025 .feature-section-block {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 4.8rem;
    width: 100%;
    max-width: 96rem;
    padding: 6.4rem;
  }
  .seibo2025 .feature-section-block__heading {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .seibo2025 .feature-section-block__heading-text {
    font-size: 1.4rem;
    text-align: center;
  }
  .seibo2025 .feature-section-block__bottom .button {
    max-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .feature-list {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    max-width: 56rem;
  }
  .seibo2025 .feature-list__item {
    display: flex;
    flex-direction: column;
  }
  .seibo2025 .feature-list__item-image {
    position: relative;
    z-index: 1;
  }
  .seibo2025 .feature-list__item-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72%;
    height: 72%;
    translate: -50% -50%;
    background-color: #cc7c97;
    z-index: -1;
  }
  .seibo2025 .feature-list__item-textbox {
    position: relative;
    z-index: 0;
    padding-bottom: 2.4rem;
    background-color: #fff;
    margin-top: -1.8rem;
  }
  .seibo2025 .feature-list__item-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.4rem 1.6rem;
    gap: 0.4rem 1.6rem;
  }
  .seibo2025 .feature-list__item-heading--row {
    flex-direction: row;
  }
  .seibo2025 .feature-list__item-heading::before, .seibo2025 .feature-list__item-heading::after {
    content: "";
    display: block;
    position: absolute;
  }
  .seibo2025 .feature-list__item-heading::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4rem;
    border-width: 0.1rem 0;
    border-color: #b91823;
  }
  .seibo2025 .feature-list__item-heading::after {
    width: 3rem;
    height: 3rem;
    bottom: 0;
    left: 50%;
    background: url("/g_images/freearea/seibo2025/img_flower.png") no-repeat center/contain;
    translate: -50% calc(50% - 0.2rem);
  }
  .seibo2025 .feature-list__item-heading-tasty {
    display: grid;
    place-items: center;
    aspect-ratio: 73/58;
    width: 7.3rem;
    height: auto;
    background-color: #b91823;
  }
  .seibo2025 .feature-list__item-heading-tasty img {
    aspect-ratio: 53/16;
    width: auto;
    height: 1.7rem;
  }
  .seibo2025 .feature-list__item-lead {
    font-family: "YuMincho", serif;
    font-weight: 700;
  }
  .seibo2025 .feature-list__item-title {
    font-family: "YuMincho", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .seibo2025 .feature-list__item-text {
    margin-top: 2.4rem;
    padding-inline: 1.6rem;
    font-size: 1.4rem;
  }
  .seibo2025 .feature-list__item-button-wrap {
    margin-top: 2rem;
  }
  .seibo2025 .feature-list__item-button-wrap .button {
    max-width: 35.2rem;
    padding-block: 0.8rem;
    min-height: 4.4rem;
  }
  .seibo2025 .feature-section-block {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 4.8rem;
    width: 100%;
    max-width: 96rem;
    padding: 6.4rem;
  }
  .seibo2025 .feature-section-block__heading {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .seibo2025 .feature-section-block__heading-text {
    font-size: 1.4rem;
    text-align: center;
  }
  .seibo2025 .feature-section-block__bottom .button {
    max-width: 32rem;
  }
}
/* --------------------
キャンペーン
-------------------- */
@media screen and (min-width: 768px), print {
  .flow-box__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    padding: 0.8rem 2.4rem;
    background-color: #ebebeb;
    font-weight: 600;
    gap: 0.6rem;
  }
  .flow-box__heading::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    mask: url("/g_images/freearea/seibo2025/ico_guide.svg") no-repeat center/contain;
    background-color: #1b2582;
  }
  .flow-box__icon {
    display: block;
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: auto;
  }
  .flow-box__icon-bar {
    width: 1.4rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: #1b2582;
  }
  .flow-box__icon-bar:nth-child(2) {
    rotate: 90deg;
    transition: 0.2s;
  }
  .flow-box__heading.is-open .flow-box__icon-bar:nth-child(2) {
    rotate: 0deg;
    opacity: 0;
  }
  .flow-box__detail {
    display: none;
    padding: 2.4rem;
    border-width: 0 0.2rem 0.2rem;
    border-color: #ebebeb;
  }
  .flow-box__list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    font-weight: 600;
    counter-reset: flow-counter;
  }
  .flow-box__list-item::before {
    content: counter(flow-counter);
    counter-increment: flow-counter;
    color: #1b2582;
  }
  .flow-box__note {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2.4rem;
    padding-left: 1.6rem;
  }
  .flow-box__note::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  .flow-box__note-link {
    color: #0c60d1;
  }
  .flow-box__note-link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .flow-box__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 4.8rem;
    width: 100%;
    padding: 0.8rem;
    background-color: #ebebeb;
    font-weight: 600;
    gap: 0.6rem;
  }
  .flow-box__heading::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    mask: url("/g_images/freearea/seibo2025/ico_guide.svg") no-repeat center/contain;
    background-color: #1b2582;
  }
  .flow-box__icon {
    display: block;
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: auto;
  }
  .flow-box__icon-bar {
    width: 1.4rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: #1b2582;
  }
  .flow-box__icon-bar:nth-child(2) {
    rotate: 90deg;
    transition: 0.2s;
  }
  .flow-box__heading.is-open .flow-box__icon-bar:nth-child(2) {
    rotate: 0deg;
    opacity: 0;
  }
  .flow-box__detail {
    display: none;
    padding: 1.6rem;
    border-width: 0 0.2rem 0.2rem;
    border-color: #ebebeb;
  }
  .flow-box__list {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    font-weight: 600;
    counter-reset: flow-counter;
  }
  .flow-box__list-item {
    display: flex;
    gap: 0.6rem;
    font-size: 1.4rem;
  }
  .flow-box__list-item::before {
    content: counter(flow-counter);
    counter-increment: flow-counter;
    color: #1b2582;
  }
  .flow-box__note {
    position: relative;
    align-items: flex-start;
    margin-top: 2.4rem;
    padding-left: 1em;
  }
  .flow-box__note::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  .flow-box__note-link {
    color: #0c60d1;
  }
  .flow-box__note-link:hover {
    text-decoration: underline;
  }
}
/* --------------------
ページ追従ナビ
-------------------- */
@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;
    box-shadow: 0 0 3rem rgba(51, 51, 51, 0.1);
  }
  .fixed-nav__list-item {
    border-bottom: 0.1rem solid #f9f2d8;
  }
  .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: 1rem;
    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: #b87b00;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .fixed-nav__list-link:hover {
    background-color: #b87b00;
  }
  .fixed-nav__list-link:hover::before {
    background-color: #fff;
  }
  .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--recipient::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--guide {
    background-color: #1b2582;
    color: #fff;
  }
  .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: #5960a1;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  #pagetop,
  #withdesk-widget-window {
    translate: 0 calc(-5.6rem) !important;
  }
  .l-footer__pagetop {
    bottom: 2rem !important;
  }
  .fixed-nav {
    display: block;
    position: fixed;
    width: 100vw;
    z-index: 999;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    translate: none;
  }
  .fixed-nav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .fixed-nav__list-item {
    width: 33.3333333333%;
    border-right: 0.01rem solid #fff;
    border-right: solid 0.01rem #f9f2d8;
    border: solid 0.01rem #f9f2d8;
  }
  .fixed-nav__list-item:nth-child(-n+3) {
    border-top: 0;
  }
  .fixed-nav__list-item:nth-last-child(-n+3) {
    border-bottom: 0;
  }
  .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;
    height: 100%;
    padding: 0.2rem 0;
    height: 2.6rem;
  }
  .fixed-nav__list-link--haisou, .fixed-nav__list-link--tenpo {
    background-color: #707070;
  }
  .fixed-nav__list-link--haisou.is-current {
    pointer-events: none;
    background-color: #b87b00;
  }
  .fixed-nav__list-link--tenpo.is-current {
    pointer-events: none;
    background-color: "";
  }
  .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: #b87b00;
  }
  .fixed-nav__list-link--guide {
    background-color: #1b2582;
  }
  .fixed-nav__list-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    text-align: center;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 4.6rem;
    min-height: 2.4rem;
  }
  .fixed-nav__list-item--page .fixed-nav__list-text {
    color: #fff;
  }
  .fixed-nav__list-link--guide .fixed-nav__list-text {
    color: #fff;
  }
  .fixed-nav__list-link--guide .fixed-nav__list-text::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("/g_images/freearea/osechi2025/white/ico_information.svg") no-repeat center/contain;
  }
}
/* --------------------
ご案内
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .guide {
    padding: 7.2rem 3.2rem;
    background-color: #1b2582;
  }
  .seibo2025 .guide__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .guide {
    padding: 6.8rem 2rem;
    background-color: #1b2582;
  }
  .seibo2025 .guide__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
/* --------------------
heading
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .heading-secondary {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-size: 4rem;
    font-family: "YuMincho", serif;
    text-align: center;
    line-height: 1.5;
    justify-content: center;
    color: #333;
    font-weight: 700;
  }
  .seibo2025 .heading-secondary--white {
    color: #fff;
  }
  .seibo2025 .heading-secondary::before, .seibo2025 .heading-secondary::after {
    content: "";
    display: block;
    width: 4.8rem;
    height: 0.1rem;
    background-color: #b91823;
  }
  .seibo2025 .heading-secondary--white::before, .seibo2025 .heading-secondary--white::after {
    background-color: #fff;
  }
  .seibo2025 .heading-tertiary {
    font-family: "YuMincho", serif;
    font-size: 3.2rem;
    line-height: 1;
  }
  .seibo2025 .heading-tertiary--white {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .heading-secondary {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 3.2rem;
    font-family: "YuMincho", serif;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    color: #333;
    font-weight: 600;
  }
  .seibo2025 .heading-secondary--white {
    color: #fff;
  }
  .seibo2025 .heading-secondary::before, .seibo2025 .heading-secondary::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 0.1rem;
    background-color: #b91823;
  }
  .seibo2025 .heading-secondary--white::before, .seibo2025 .heading-secondary--white::after {
    background-color: #fff;
  }
  .seibo2025 .heading-tertiary {
    font-family: "YuMincho", serif;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .seibo2025 .heading-tertiary--white {
    color: #fff;
  }
}
/* --------------------
おせちの豆知識
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .knowledge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10rem 3.2rem;
    background: url("/g_images/freearea/seibo2025/bg_check-pink.jpg") center/15.8rem 14.6rem;
  }
  .seibo2025 .knowledge__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
    width: 100%;
    max-width: 96rem;
    padding: 4.8rem 6.4rem;
    background-color: #fff;
  }
  .seibo2025 .knowledge-section__heading {
    font-family: "YuMincho", serif;
    font-size: 2.4rem;
    font-weight: 100;
    padding: 1.2rem;
    border-left: solid 0.2rem #b87b00;
    background-color: #f9f2d8;
    margin-bottom: 3.2rem;
    line-height: 1.2;
  }
  .seibo2025 .knowledge-section__text {
    margin-bottom: 1.6rem;
  }
  .seibo2025 .knowledge-section__text:last-of-type {
    margin-bottom: 0;
  }
  .seibo2025 .knowledge-section__link-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
  .seibo2025 .knowledge-section__link {
    position: relative;
    color: #0c60d1;
    font-weight: 600;
    padding-right: 1.6rem;
  }
  .seibo2025 .knowledge-section__link:hover {
    text-decoration: underline;
  }
  .seibo2025 .knowledge-section__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background: url("/g_images/freearea/common-events/blue-guide/ico_arrow-right.svg") no-repeat center/contain;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .knowledge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.6rem 1.6rem;
    background: url("/g_images/freearea/seibo2025/bg_check-pink.jpg") center/4rem;
  }
  .seibo2025 .knowledge__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    width: 100%;
    max-width: 96rem;
    padding: 4.8rem 1.6rem;
    background-color: #fff;
  }
  .seibo2025 .knowledge-section__heading {
    font-family: "YuMincho", serif;
    font-size: 1.8rem;
    font-weight: 100;
    padding: 0.9rem 1.2rem;
    border-left: solid 0.2rem #b87b00;
    background-color: #f9f2d8;
    margin-bottom: 1.6rem;
  }
  .seibo2025 .knowledge-section__text {
    margin-bottom: 1.6rem;
  }
  .seibo2025 .knowledge-section__text:last-child {
    margin-bottom: 0;
  }
  .seibo2025 .knowledge-section__link-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
  .seibo2025 .knowledge-section__link {
    position: relative;
    font-size: 1.4rem;
    color: #0c60d1;
    font-weight: 600;
    padding-right: 2rem;
  }
  .seibo2025 .knowledge-section__link:hover {
    text-decoration: underline;
  }
  .seibo2025 .knowledge-section__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background: url("/g_images/freearea/common-events/blue-guide/ico_arrow-right.svg") no-repeat center/contain;
    translate: 0 -50%;
  }
}
/* --------------------
リンク要素
-------------------- */
@media screen and (min-width: 768px), print {
  .link-arrow {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    color: #0c60d1;
    font-weight: 600;
  }
  .link-arrow:hover {
    text-decoration: underline;
  }
  .link-arrow::after {
    content: "";
    display: inline-block;
    aspect-ratio: 6/10;
    height: 2.8rem;
    background-image: url("/g_images/freearea/osechi2025/blue/ico_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .link-arrow--bottom::after {
    background-image: url("/g_images/freearea/osechi2025/blue/ico_arrow-down.svg");
  }
}
@media screen and (max-width: 767px) {
  .link-arrow {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    color: #0c60d1;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .link-arrow::after {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: url("/g_images/freearea/osechi2025/blue/ico_arrow-right.svg") no-repeat center/contain;
    translate: 0 -0.1rem;
  }
  .link-arrow--bottom::after {
    background-image: url("/g_images/freearea/osechi2025/blue/ico_arrow-down.svg");
  }
}
/* --------------------
ページ内リンクナビゲーション
-------------------- */
@media screen and (min-width: 768px), print {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    width: 100%;
    padding: 10rem 3.2rem 8rem;
    background: url("/g_images/freearea/seibo2025/img_flowers.png") no-repeat left 4.75vw bottom 2.8rem/17rem, url("/g_images/freearea/seibo2025/img_cloud-reverse.png") no-repeat right -2.4rem bottom 11.3rem/20rem 11.4rem;
  }
  .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-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 83.2rem;
    justify-content: center;
  }
  .navigation-list__item {
    width: 25%;
    border: solid 0.1rem #b87b00;
  }
  .navigation-list__item:not(:nth-last-child(5n)) {
    border-right: 0;
  }
  .navigation-list__item:nth-child(n+5) {
    border-top: 0;
  }
  .navigation-list__item--guide {
    border-color: #1b2582;
  }
  .navigation-list__item--guide:hover {
    border-color: #5960a1;
  }
  .navigation-list__item-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6.4rem;
    padding: 0.8rem 3.2rem 0.8rem 1.6rem;
    background-repeat: no-repeat;
    background-position: top 50% right 1.6rem;
    background-size: 1.6rem;
    background-image: url("/g_images/freearea/seibo2025/brown/ico_arrow-down.svg");
    transition: background-color 0.2s ease-in-out;
    background-color: #fff;
  }
  .navigation-list__item-link--guide {
    background-color: #1b2582;
    background-image: url("/g_images/freearea/common-events/white/ico_arrow-right.svg");
  }
  .navigation-list__item-link:hover {
    color: #fff !important;
    background-color: #b87b00;
  }
  .navigation-list__item-link--guide:hover {
    background-color: #5960a1;
  }
  .navigation-list__item-text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
    padding-left: 3.4rem;
    line-height: 1.2;
    gap: 0.2rem 0;
  }
  .navigation-list__item-text--guide {
    color: #fff;
  }
  .navigation-list__item-link:hover .navigation-list__item-text {
    color: #fff;
  }
  .navigation-list__item-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #b87b00;
    transition: background-color 0.2s ease-in-out;
    translate: 0 -50%;
  }
  .navigation-list__item-link:hover .navigation-list__item-text::before {
    background-color: #fff;
  }
  .navigation-list__item-text--ranking::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_ranking.svg");
  }
  .navigation-list__item-text--category::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_category.svg");
  }
  .navigation-list__item-text--number::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_people.svg");
  }
  .navigation-list__item-text--budget::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_money.svg");
  }
  .navigation-list__item-text--recipient::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_people.svg");
  }
  .navigation-list__item-text--brand::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_brand.svg");
  }
  .navigation-list__item-text--popular::before {
    mask-image: url("/g_images/freearea/common-events/white/ico_present.svg");
  }
  .navigation-list__item-text--tobu-recommend::before {
    mask-image: url("/g_images/freearea/seibo2025/brown/ico_people.svg");
  }
  .navigation-list__item-text--guide::before {
    background-color: #fff;
    mask-image: url("/g_images/freearea/osechi2025/white/ico_guide.svg");
  }
  .navigation-list__item-small {
    font-weight: 400;
    font-size: 1.2rem;
    align-self: flex-end;
    margin-left: 0.1rem;
    translate: 0 -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.6rem;
  }
  .navigation--noranking {
    padding-bottom: 4rem;
  }
  .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-list {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation-list__item {
    width: 50%;
    border: solid 0.1rem #b87b00;
    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;
    position: relative;
    width: 100%;
    height: 6.4rem;
    padding: 2rem 1.6rem;
    background-color: #fff;
  }
  .navigation-list__item-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #b87b00;
    mask: url("/g_images/freearea/common-events/white/ico_arrow-down.svg") no-repeat center/cover;
    translate: 0 -50%;
  }
  .navigation-list__item-link--guide {
    background-color: #1b2582;
    color: #fff;
  }
  .navigation-list__item-link--guide::after {
    background-color: #fff;
    mask-image: url("/g_images/freearea/common-events/white/ico_arrow-right.svg");
  }
  .navigation-list__item-text {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .navigation-list__item-text--guide {
    color: #fff;
  }
  .navigation-list__item-small {
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: 0.1rem;
  }
}
/* --------------------
人数リスト
-------------------- */
@media screen and (min-width: 768px), print {
  .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 2rem;
    width: 100%;
  }
  .number-list__item {
    width: calc((100% - 8rem) / 5);
    min-width: 12rem;
    background: url("/g_images/freearea/osechi2025/brown/ico_arrow-right.svg") no-repeat top calc(50% - 0.2rem) right 0/1.2rem;
  }
  .number-list__item-link {
    display: flex;
    padding-bottom: 1.2rem;
    border-bottom: solid 0.01rem magenta;
    font-size: 1.4rem;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 1;
  }
  .number-list__item-text {
    transition: 0.2s ease-in-out;
  }
  .number-list__item-link:hover .number-list__item-text {
    color: #0c60d1;
  }
  .number-list__item-large {
    font-size: 2.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-inline: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 1.2rem;
    max-width: 56rem;
  }
  .number-list__item {
    width: calc((100% - 1.2rem) / 2);
    background: url("/g_images/freearea/osechi2025/brown/ico_arrow-right.svg") no-repeat top calc(50% - 0.2rem) right 0/1.2rem;
  }
  .number-list__item-link {
    display: flex;
    padding-bottom: 0.8rem;
    border-bottom: solid 0.01rem magenta;
    font-size: 1.2rem;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 1;
  }
  .number-list__item-large {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-inline: 0.4rem;
  }
}
/* --------------------
こちらもおすすめ
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .other {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 3.2rem 10rem;
  }
  .seibo2025 .other::before, .seibo2025 .other::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .seibo2025 .other::before {
    top: -3.8rem;
    right: 4.375vw;
    width: 13rem;
    height: 13.9rem;
    background-image: url("/g_images/freearea/seibo2025/img_flowers03.png");
  }
  .seibo2025 .other::after {
    top: 5.6rem;
    left: -0.0625%;
    width: 20rem;
    height: 11.4rem;
    background-image: url("/g_images/freearea/seibo2025/img_cloud.png");
    scale: -1 1;
  }
  .seibo2025 .other__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .other {
    background: url("/g_images/freearea/seibo2025/img_flowers02.png") no-repeat top 1.7rem left 2rem/7.2rem 8.2rem, url("/g_images/freearea/seibo2025/img_cloud02.png") no-repeat top 2rem right 0.4rem/9.2rem 5.9rem, url("/g_images/freearea/seibo2025/img_cloud.png") no-repeat bottom 1.4rem left -0.9rem/12rem 6.8rem, url("/g_images/freearea/seibo2025/img_flowers03.png") no-repeat bottom 2rem right 1.6rem/6rem 6.4rem;
  }
  .seibo2025 .other__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 10rem 2rem;
  }
}
/* --------------------
商品一覧
-------------------- */
@media screen and (min-width: 768px), print {
  .product-section-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    max-width: 96rem;
    padding: 6.4rem;
    background-color: #fff;
  }
  .product-section-block__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
  .product-section-block__lead {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .product-section-block::before, .product-section-block::after {
    content: "";
    display: block;
    position: absolute;
    width: 11rem;
    height: 9rem;
    background: url("/g_images/freearea/seibo2025/img_stripe02.svg") no-repeat center/contain;
  }
  .product-section-block::before {
    top: 0;
    right: 0;
  }
  .product-section-block::after {
    bottom: 0;
    left: 0;
    scale: -1 -1;
  }
  .product-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0px, 4vw, 6.4rem) clamp(0px, 2.5vw, 4rem);
  }
  .product-list__item {
    width: calc((100% - 4rem) / 2);
  }
  .product-list__item--large {
    width: 100%;
  }
  .product-list__item-link {
    display: flex;
    align-items: center;
    gap: 1.75vw;
  }
  .product-list__item-link--large {
    flex-direction: row-reverse;
  }
  .product-list__item-image {
    overflow: hidden;
    width: 11.4375vw;
    aspect-ratio: 183/175;
  }
  .product-list__item-image--large {
    aspect-ratio: 336/243;
    width: 40.38%;
  }
  .product-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.5s ease-in-out;
  }
  .product-list__item-link:hover .product-list__item-image img {
    scale: 1.05;
  }
  .product-list__item-text {
    flex: 1;
  }
  .product-list__item-text * {
    transition: color 0.2s ease-in-out;
  }
  .product-list__item-link:hover .product-list__item-text * {
    color: #0c60d1;
    text-decoration: underline;
  }
  .product-list__item-code {
    font-size: 1.4rem;
  }
  .product-list__item-name {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .product-list__item--large .product-list__item-name {
    margin-bottom: 0.4rem;
    line-height: 1.2;
  }
  .product-list__item-price {
    font-weight: 600;
    line-height: 1.2;
  }
  .product-list__item-price-num {
    margin-right: 0.4rem;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .product-list__item-price-num--large {
    font-size: 3.2rem;
  }
  .product-list__item-description {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .product-section-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 1.6rem 5.6rem;
    background-color: #fff;
    width: 100%;
  }
  .product-section-block__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
  .product-section-block__lead {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .product-section-block::before, .product-section-block::after {
    content: "";
    display: block;
    position: absolute;
    width: 5.4rem;
    height: 4.6rem;
    background: url("/g_images/freearea/seibo2025/img_stripe02.svg") no-repeat center/contain;
  }
  .product-section-block::before {
    top: 0;
    right: 0;
  }
  .product-section-block::after {
    bottom: 0;
    left: 0;
    scale: -1 -1;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 56rem;
    margin-inline: auto;
    gap: 4rem 2.4rem;
  }
  .product-list__item:last-child {
    margin-bottom: 0;
  }
  .product-list__item-link {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .product-list__item-link--large {
    flex-direction: column;
  }
  .product-list__item-image {
    width: 13.6rem;
    min-width: 13.6rem;
  }
  .product-list__item-image--large {
    width: 100%;
  }
  .product-list__item-text--large {
    width: 100%;
  }
  .product-list__item-code {
    font-size: 1.2rem;
  }
  .product-list__item-name {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .product-list__item--large .product-list__item-name {
    font-size: 1.8rem;
  }
  .product-list__item-price-box {
    font-size: 1.4rem;
    line-height: 1;
  }
  .product-list__item-price-num {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
  }
  .product-list__item-price-num--large {
    margin-right: 0.4rem;
  }
  .product-list__item-description {
    margin-top: 2rem;
  }
}
/* --------------------
人気商品の特集
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .popular {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
    background: url("/g_images/freearea/seibo2025/img_gold-chip-top.png") repeat-x top left/100% 16rem, url("/g_images/freearea/seibo2025/bg_check-red.jpg") repeat top left/15.8rem 14.6rem;
    padding: 10rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .popular {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
    background: url("/g_images/freearea/seibo2025/img_gold-chip-top_sp.png") repeat-x top left/20rem, url("/g_images/freearea/seibo2025/bg_check-red.jpg") repeat top left/15.8rem 14.6rem;
    padding: 6.4rem 1.6rem;
  }
}
/* --------------------
ページタイトル
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .pagetitle {
    width: 100%;
    background-position: center;
    background-size: 160rem;
  }
  .seibo2025 .pagetitle__link {
    transition: 0.2s ease-in-out;
  }
  .seibo2025 .pagetitle__link:hover {
    opacity: 0.6;
  }
  .seibo2025 .pagetitle__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .seibo2025 .pagetitle__image--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .pagetitle {
    background-position: center;
    background-size: 76.7rem;
  }
  .seibo2025 .pagetitle__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .seibo2025 .pagetitle__image--sp {
    display: none;
  }
  .seibo2025 .pagetitle__image--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .seibo2025 .pagetitle__image--sp {
    display: block;
  }
  .seibo2025 .pagetitle__image--pc {
    display: none;
  }
}
/* --------------------
検索エリア
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .search-section {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 10rem 3.2rem 5rem;
  }
  .seibo2025 .search-section--first {
    padding-block: 0;
  }
  .seibo2025 .search-section--second {
    background: url("/g_images/freearea/seibo2025/img_flowers.png") no-repeat top 28.6rem left 3.43vw/15rem 12rem, url("/g_images/freearea/seibo2025/img_cloud-reverse.png") no-repeat top 40rem right -4rem/20rem 11.4rem, url("/g_images/freearea/seibo2025/img_cloud.png") no-repeat top 61.4rem left -5rem/20rem 11.4rem, url("/g_images/freearea/seibo2025/img_flowers-reverse.png") no-repeat top 77.3rem right 5.5rem/15rem 11.9rem;
  }
  .seibo2025 .search-section--third {
    background: url("/g_images/freearea/seibo2025/img_flowers03.png") no-repeat top 16.7rem right 2.25%/12rem 12.8rem, url("/g_images/freearea/seibo2025/img_cloud02.png") no-repeat top 34.2rem left -1.06%/16rem 10.4rem;
  }
  .seibo2025 .search-box {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    gap: 5.6rem;
    max-width: 120rem;
    padding: 4rem 7.2rem;
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(168, 98, 98, 0.2);
  }
  .seibo2025 .search-box--first {
    translate: 0 7rem;
  }
  .seibo2025 .search-box::before, .seibo2025 .search-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 11rem;
    height: 9rem;
    background: url("/g_images/freearea/seibo2025/img_stripe.svg") no-repeat center/contain;
  }
  .seibo2025 .search-box::before {
    top: 0;
    right: 0;
  }
  .seibo2025 .search-box::after {
    bottom: 0;
    left: 0;
    scale: -1 -1;
  }
  .seibo2025 .search {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .seibo2025 .search-words {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .seibo2025 .search-words__heading {
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
  .seibo2025 .search-words__list-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .seibo2025 .search-words__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6rem 1.2rem;
  }
  .seibo2025 .search-words__list-item {
    display: block;
  }
  .seibo2025 .search-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.08rem;
  }
  .seibo2025 .search-text__form {
    display: flex;
    width: 100%;
    max-width: 78.8rem;
    gap: 1.2rem;
  }
  .seibo2025 .search-text__input {
    flex: 1;
    height: 4rem;
    padding: 0 1.6rem;
    border-radius: 999px;
    background-color: #f7f7f7;
    z-index: 2;
  }
  .seibo2025 .search-text__input::placeholder {
    color: #999;
  }
  .seibo2025 .search-text__button {
    display: flex;
    padding: 0.4rem 2.4rem;
    align-items: center;
    color: #fff;
    font-weight: 600;
    background-color: #b87b00;
    border-radius: 99.9rem;
    border: 0;
    transition: background-color 0.2s ease-in-out;
  }
  .seibo2025 .search-text__button:hover {
    background-color: #622e00;
  }
  .seibo2025 .search-text__button-text {
    padding-right: 24px;
    background: url("/g_images/freearea/otyugen2025/white/ico_search.svg") no-repeat top 50% right 0/16px;
    white-space: nowrap;
  }
  .seibo2025 .search-text__note {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .seibo2025 .search-text__note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .search-section {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  .seibo2025 .search-box {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding-block: 4rem;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 2rem rgba(168, 98, 98, 0.2);
  }
  .seibo2025 .search-box::before, .seibo2025 .search-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 5.6rem;
    height: 4.6rem;
    background: url("/g_images/freearea/seibo2025/img_stripe.svg") no-repeat center/contain;
  }
  .seibo2025 .search-box::before {
    top: 0;
    right: 0;
  }
  .seibo2025 .search-box::after {
    bottom: 0;
    left: 0;
    scale: -1 -1;
  }
  .seibo2025 .search {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    max-width: 56rem;
  }
  .seibo2025 .search-words {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .seibo2025 .search-words__heading {
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
  .seibo2025 .search-words__list-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100vw;
    overflow-x: scroll;
    padding: 0.4rem 2rem;
  }
  .seibo2025 .search-words__list {
    display: flex;
    gap: 1.6rem 1.2rem;
  }
  .seibo2025 .search-words__list-item {
    display: block;
  }
  .seibo2025 .search-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.08rem;
    padding: 0 2rem;
  }
  .seibo2025 .search-text__form {
    display: flex;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 78.8rem;
    gap: 1.2rem;
  }
  .seibo2025 .search-text__input {
    flex: 1;
    width: 100%;
    height: 4.8rem;
    padding: 0 4.8rem 0 1.6rem;
    border-radius: 999px;
    background-color: #fff;
    z-index: 2;
    background-color: #f7f7f7;
  }
  .seibo2025 .search-text__input::placeholder {
    color: #999999;
  }
  .seibo2025 .search-text__button {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    z-index: 100;
    background: url("/g_images/freearea/seibo2025/brown/ico_search.svg") no-repeat center/contain;
    translate: 0 -50%;
    font-size: 0;
    border: 0;
  }
  .seibo2025 .search-text__note {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
  .seibo2025 .search-text__note::before {
    content: "※";
  }
}
/* --------------------
ランキング
-------------------- */
@media screen and (min-width: 768px), print {
  .p-category-top__ranking__inner {
    display: none;
  }
  #ranking {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #fff;
    width: 100vw;
    padding: 6rem 4rem 13.6rem;
  }
  .ranking-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 96rem;
  }
  #ranking .p-category-top__ranking__body {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    background: none;
  }
  #ranking .p-category-top__ranking-content__body {
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    margin-top: 4rem;
    gap: 1.6rem;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
  }
  #ranking .ranking-icon {
    margin-bottom: 1rem;
  }
  #ranking .button {
    margin: 4.8rem auto 0;
  }
  #ranking .button-text {
    width: 100%;
    text-align: center;
  }
  .ranking-slider-controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-top__ranking__inner {
    display: none;
  }
  #ranking {
    padding-block: 4rem;
  }
  #ranking .p-category-top__ranking-content__body {
    margin-top: 3.2rem;
  }
  #ranking .slick-track {
    display: flex;
    gap: 2.6rem;
  }
  #ranking .goods {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49.8666vw;
    max-width: 32rem;
    margin: 0;
  }
  #ranking .button {
    margin-top: 3.2rem;
  }
}
/* --------------------
カテゴリリスト
-------------------- */
@media screen and (min-width: 768px), print {
  .recipient-list {
    display: flex;
    gap: 2.4rem;
  }
  .recipient-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 20rem;
  }
  .recipient-list__item-link {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0.8rem rgba(196, 0, 0, 0.16);
  }
  .recipient-list__item-image {
    overflow: hidden;
  }
  .recipient-list__item-image img {
    transition: scale 0.5s ease-in-out;
  }
  .recipient-list__item-link:hover .recipient-list__item-image img {
    scale: 1.1;
  }
  .recipient-list__item-text {
    background-color: #b87b00;
    color: #fff;
    padding: 1.2rem;
    text-align: center;
    font-weight: 600;
  }
  .recipient-list__item-note {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .recipient-list__item-note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .recipient-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 1.6rem;
    max-width: 56rem;
  }
  .recipient-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: calc((100% - 1.6rem) / 2);
  }
  .recipient-list__item-link {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0.8rem rgba(196, 0, 0, 0.16);
    height: 100%;
  }
  .recipient-list__item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b87b00;
    color: #fff;
    padding: 0.6rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    flex: 1;
    min-height: 5.4rem;
  }
  .recipient-list__item-note {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .recipient-list__item-note::before {
    content: "※";
    translate: 0 -0.1rem;
  }
}
/* --------------------
おすすめカテゴリ
-------------------- */
@media screen and (min-width: 768px), print {
  .recommend {
    position: relative;
    margin-top: -7rem;
    padding: 22.4rem 3.2rem 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.4rem;
    background: url("/g_images/freearea/seibo2025/img_gold-chip-top.png") repeat-x top left/160rem 20rem, url("/g_images/freearea/seibo2025/img_gold-chip-bottom.png") repeat-x bottom left/160rem 20rem, url("/g_images/freearea/seibo2025/bg_check-pink.jpg") center/15.8rem 14.6rem;
  }
  .recommend-list {
    width: 100%;
    max-width: 120rem;
    display: flex;
    gap: 2.4rem;
  }
  .recommend-list__item {
    width: calc((100% - 7.2rem) / 4);
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .recommend-list__item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .recommend-list__item-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    padding-bottom: 0.5rem;
    top: 0;
    left: 0;
    z-index: 2;
    width: 11.3rem;
    height: 5.4rem;
    line-height: 1.2;
    font-size: 1.1rem;
    font-weight: 600;
    translate: -1.5rem 1.1rem;
  }
  .recommend-list__item-point::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 7.3rem;
    height: 7.3rem;
    background: linear-gradient(to top right, #d8b659, #edd69d);
    translate: -50% -50%;
    rotate: 45deg;
  }
  .recommend-list__item-point-large {
    font-size: 2rem;
  }
  .recommend-list__item-image {
    display: flex;
    gap: 2.4rem;
    transition: opacity 0.2s ease-in-out;
  }
  .recommend-list__item-link:hover .recommend-list__item-image {
    opacity: 0.6;
  }
  .recommend-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recommend-list__item-name {
    display: grid;
    place-items: center;
    padding: 1.4rem 0.8rem;
    font-size: 2.2rem;
    font-weight: 600;
    flex: 1;
    background-image: linear-gradient(-45deg, #eecd53 1.6rem, #fff 1.6rem);
    line-height: 1.2;
  }
  .recommend-slider-controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recommend {
    position: relative;
    padding: 6.4rem 0;
    background: url("/g_images/freearea/seibo2025/img_gold-chip-top_sp.png") repeat-x top left/20rem, url("/g_images/freearea/seibo2025/img_gold-chip-bottom_sp.png") repeat-x bottom left/16.7rem, url("/g_images/freearea/seibo2025/bg_check-pink.jpg") center/6.3rem;
  }
  .recommend__deco {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3.6rem;
  }
  .recommend__deco::before, .recommend__deco::after {
    content: "";
    display: block;
    position: absolute;
    width: 75%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .recommend__deco::before {
    width: 80%;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: 1;
  }
  .recommend__deco::after {
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    z-index: 0;
  }
  .recommend__deco--top {
    top: 0;
  }
  .recommend__deco--top::before {
    background-color: #b87b00;
  }
  .recommend__deco--bottom {
    bottom: 0;
    scale: 1 -1;
  }
  .recommend__deco--bottom::before {
    background-color: #b87b00;
  }
  .recommend__deco--bottom::after {
    background-color: #b87b00;
  }
  .recommend-list .slick-track {
    display: flex;
    gap: 1.6rem;
  }
  .recommend-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 84.2666vw;
    max-width: 32rem;
    height: auto;
  }
  .recommend-list__item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .recommend-list__item-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 2;
    width: 11.3rem;
    height: 5.4rem;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 600;
    translate: -1.5rem 3.2rem;
  }
  .recommend-list__item-point::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 7.3rem;
    height: 7.3rem;
    background: linear-gradient(to top right, #d8b659, #edd69d);
    translate: -50% -50%;
    rotate: 45deg;
  }
  .recommend-list__item-point-large {
    font-size: 1.8rem;
  }
  .recommend-list__item-image {
    display: flex;
    gap: 2.4rem;
    aspect-ratio: 316/248;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .recommend-list__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom 1rem center;
  }
  .recommend-list__item-name {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 1.6rem 0.8rem 1.3rem;
    font-size: 1.8rem;
    font-weight: 600;
    background-image: linear-gradient(-45deg, #eecd53 1.6rem, #fff 1.6rem);
    line-height: 1.2;
  }
}
/* --------------------
商品選択系セクション
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .select-section-wrap {
    padding-inline: 4rem;
  }
  .seibo2025 .select-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.8rem;
  }
  .seibo2025 .select-section:last-child {
    margin-bottom: 0;
  }
  .seibo2025 .select-section__block {
    clip-path: polygon(6.4rem 0, calc(100% - 6.4rem) 0, 100% 6.4rem, 100% calc(100% - 6.4rem), calc(100% - 6.4rem) 100%, 6.4rem 100%, 0 calc(100% - 6.4rem), 0 6.4rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
    background-color: #fff;
    width: 100%;
    max-width: 96rem;
    padding: clamp(0px, 4vw, 6.4rem);
  }
  .seibo2025 .select-section__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .select-section-wrap {
    padding-block: 0 3.2rem;
  }
  .seibo2025 .select-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.8rem;
  }
  .seibo2025 .select-section:last-child {
    margin-bottom: 0;
  }
  .seibo2025 .select-section__block {
    clip-path: polygon(4rem 0, calc(100% - 4rem) 0, 100% 4rem, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 4rem 100%, 0 calc(100% - 4rem), 0 4rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    background-color: #fff;
    width: 100%;
    max-width: 96rem;
    padding: 4rem 1.6rem;
  }
  .seibo2025 .select-section__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
/* --------------------
slick関連
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .slider {
    max-width: 120rem;
    margin: 0 auto;
  }
  .slider-controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
  }
  .slider-pause {
    order: 2;
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.2rem;
    font-size: 0;
    border: solid 0.1rem #c39900;
    border-radius: 50%;
    background-image: url("/g_images/freearea/seibo2025/gold/ico_pause.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem;
  }
  .seibo2025 .recommend .slider-pause {
    background-image: url("/g_images/freearea/common-events/white/ico_pause.svg");
    border-color: #fff;
  }
  .slider-pause.is-paused {
    background-image: url("/g_images/freearea/seibo2025/gold/ico_play.svg");
    background-size: 1.4rem;
  }
  .seibo2025 .recommend .slider-pause.is-paused {
    background-image: url("/g_images/freearea/common-events/white/ico_play.svg");
  }
  .slick-arrow {
    font-size: 0;
    width: 3.6rem;
    height: 3.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .slick-prev {
    order: 1;
    background-image: url("/g_images/freearea/seibo2025/gold/ico_arrow-left.svg");
    margin-right: 2rem;
  }
  .seibo2025 .recommend .slick-prev {
    background-image: url("/g_images/freearea/common-events/white/ico_arrow-left.svg");
  }
  .slick-next {
    order: 4;
    background-image: url("/g_images/freearea/seibo2025/gold/ico_arrow-right.svg");
    margin-left: 2rem;
    translate: 0 -0.1rem;
  }
  .seibo2025 .recommend .slick-next {
    background-image: url("/g_images/freearea/common-events/white/ico_arrow-right.svg");
  }
  .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: #d0d0d0;
    border: none;
    cursor: pointer;
  }
  .slick-dots .slick-active button {
    background-color: #c39900;
  }
  .seibo2025 .recommend .slick-dots .slick-active button {
    background-color: #fff;
  }
}
/* --------------------
特別バナー欄
-------------------- */
@media screen and (min-width: 768px), print {
  .special-banners {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 3.2rem;
    background: url("/g_images/freearea/seibo2025/img_cloud.png") no-repeat left -6.4rem bottom 13.8rem/20rem 11.4rem;
  }
  .special-banners::after {
    content: "";
    position: absolute;
    bottom: -5.8rem;
    right: 0;
    width: 17rem;
    height: 13.5rem;
    background: url("/g_images/freearea/seibo2025/img_flowers-reverse.png") no-repeat center/contain;
  }
  .special-banners-list {
    display: flex;
    justify-content: center;
    max-width: 120rem;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .special-banners-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    width: calc((100% - 6.4rem) / 5);
  }
  .special-banners-list__item--large {
    width: calc((100% - 3.2rem) / 3);
    background-color: #f8f7eb;
    padding: 1.5rem 2rem;
  }
  .special-banners-list__item-link {
    transition: 0.2s ease-in-out;
  }
  .special-banners-list__item-link:hover {
    opacity: 0.6;
  }
  .special-banners-list__item-text {
    font-weight: 600;
    color: #6c4300;
    line-height: 1;
  }
  .special-banners-list__item-note {
    display: flex;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .special-banners-list__item-note::before {
    content: "※";
  }
}
@media screen and (max-width: 767px) {
  .special-banners {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem 2rem;
    background: url("/g_images/freearea/seibo2025/img_flowers.png") no-repeat top 0 left 2.4vw/21vw, url("/g_images/freearea/seibo2025/img_cloud-reverse.png") no-repeat top 4.7rem right -3.4vw/24.5vw, url("/g_images/freearea/seibo2025/img_cloud.png") no-repeat bottom 3.4vw left -2.9vw/24.5vw, url("/g_images/freearea/seibo2025/img_flowers-reverse.png") no-repeat bottom 2.4rem right 1.5rem/21.33vw;
  }
  .special-banners-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.8rem;
    max-width: 56rem;
  }
  .special-banners-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    width: calc((100% - 0.8rem) / 2);
  }
  .special-banners-list__item--large {
    width: 100%;
    background-color: #f8f7eb;
    padding: 1.5rem 2rem;
  }
  .special-banners-list__item--campaign {
    width: calc((100% - 0.8rem) / 2);
    background: none;
    padding: 0;
    font-size: 0;
  }
  .special-banners-list__item-text {
    font-weight: 600;
    color: #6c4300;
    line-height: 1;
  }
  .special-banners-list__item--campaign .special-banners-list__item-text {
    display: none;
  }
  .special-banners-list__item-link {
    line-height: 0;
    font-size: 0;
  }
  .special-banners-list__item-note {
    display: flex;
    font-size: 1.2rem;
    gap: 0.2rem;
    line-height: 1.2;
  }
  .special-banners-list__item-note::before {
    content: "※";
  }
}
/* --------------------
東武おすすめ特集
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .tobu-recommend {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
    background: url("/g_images/freearea/seibo2025/bg_paper-washi.jpg") repeat top left/80rem 40rem;
    padding: 10rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .tobu-recommend {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
    background: url("/g_images/freearea/seibo2025/bg_paper-washi.jpg") repeat top left/32rem 16rem;
    padding-block: 6.4rem;
  }
}
/* --------------------
タグ
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025 .tag {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.6rem;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0 0 0.8rem rgba(196, 0, 0, 0.16);
    line-height: 1;
    border-radius: 99.9rem;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    color: #6c4300;
  }
  .seibo2025 .tag:hover {
    background-color: #b87b00;
    color: #fff;
  }
  .seibo2025 .tag__rank {
    display: flex;
    align-items: center;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025 .tag {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 1.1rem 1.6rem;
    font-weight: 600;
    background-color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 0 0.8rem rgba(196, 0, 0, 0.16);
    line-height: 1;
    border-radius: 999px;
    box-sizing: border-box;
    white-space: nowrap;
    color: #6c4300;
  }
  .seibo2025 .tag__rank {
    width: 1.8rem;
    height: 2rem;
  }
}
/* --------------------
商品一覧 上部コンテンツ
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025-goodslist .goodslist {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .seibo2025-goodslist .goodslist-column {
    display: flex;
    background-color: #fffcf1;
    padding: 3.2rem;
    gap: 2.4rem;
  }
  .seibo2025-goodslist .goodslist-column__image {
    width: clamp(12rem, 28.3919%, 22.6rem);
  }
  .seibo2025-goodslist .goodslist-column__textwrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1.6rem;
  }
  .seibo2025-goodslist .goodslist-column__title {
    color: #b87b00;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .seibo2025-goodslist .goodslist-column__detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .seibo2025-goodslist .goodslist-campaign {
    display: grid;
    place-items: center;
    padding-inline: 8rem;
  }
  .seibo2025-goodslist .goodslist-bottom {
    display: flex;
    justify-content: flex-end;
  }
  .seibo2025-goodslist .goodslist-bottom__link {
    text-align: right;
    display: flex;
    align-items: center;
    color: #0c60d1;
  }
  .seibo2025-goodslist .goodslist-bottom__link:hover {
    text-decoration: underline;
  }
  .seibo2025-goodslist .goodslist-bottom__link::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url("/g_images/freearea/common-events/blue-link/ico_arrow-right.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025-goodslist .goodslist {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 3.2rem;
    width: 100vw;
    translate: -2rem 0;
  }
  .seibo2025-goodslist .goodslist-column {
    display: flex;
    flex-direction: column;
    background-color: #fffcf1;
  }
  .seibo2025-goodslist .goodslist-column__image img {
    width: 100%;
  }
  .seibo2025-goodslist .goodslist-column__textwrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 3.2rem;
  }
  .seibo2025-goodslist .goodslist-column__title {
    color: #b87b00;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .seibo2025-goodslist .goodslist-column__detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .seibo2025-goodslist .goodslist-column__text {
    font-size: 1.4rem;
  }
  .seibo2025-goodslist .goodslist-campaign {
    display: grid;
    place-items: center;
    padding-inline: 1rem;
  }
  .seibo2025-goodslist .goodslist-bottom {
    display: flex;
    justify-content: flex-end;
    padding-inline: 1.6rem;
  }
  .seibo2025-goodslist .goodslist-bottom__link {
    align-self: flex-end;
    text-align: right;
    display: flex;
    align-items: center;
    color: #0c60d1;
  }
  .seibo2025-goodslist .goodslist-bottom__link::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url("/g_images/freearea/common-events/blue-link/ico_arrow-right.svg") no-repeat center/contain;
  }
}
/* --------------------
商品一覧 サイドメニュー
-------------------- */
@media screen and (min-width: 768px), print {
  .seibo2025-side .l-side-menu__link--column {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0.1rem;
  }
  .seibo2025-side .l-side-menu__note {
    position: relative;
    font-size: 1rem;
    padding-left: 1.2em;
  }
  .seibo2025-side .l-side-menu__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .seibo2025-side .l-side-menu__link--column {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0.1rem;
  }
  .seibo2025-side .l-side-menu__note {
    position: relative;
    font-size: 1rem;
    padding-left: 1.2em;
  }
  .seibo2025-side .l-side-menu__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 0.1rem;
  }
}
