@charset "UTF-8";
/* --------------------
スタイル
-------------------- */
/* --------------------
フォントのインポート
-------------------- */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap";
:root {
  /* ------------------------------
  pallet colors
  ------------------------------ */
  --color-white: #fff;
  --color-black: #000;
  --color-common-text: #333;
  --color-placeholder: #999;
  --color-bg-input: #e6e6e6;
  --color-blue-guide: #1b2582;
  --color-blue-guide-hover: #5960a1;
  --color-blue-link: #0c60d1;
  --color-white-base: #fbfeff;
  --color-purple-base: #dbdbff;
  --color-purple-base-2: #ded7f2;
  --color-purple-main: #ebe8f3;
  --color-purple-pale: #f6edfa;
  --color-purple-dark: #a36e9d;
  --color-red-accent: #dc1c1c;
  --color-yellow-base: #fff7d8;
  --color-yellow-dark: #e5c553;
  --color-blue-deep: #1a2e40;
  --color-blue-dark-hover: #1e466b;
  --color-blue-dark: #246489;
  --color-blue-main: #a8ceda;
  --color-blue-pale: #cee3ef;
  --color-blue-xpale: #f5fbff;
  --color-blue-2xpale: #ccdff4;
  --color-blue-light: #e2f2f3;
  --color-green-dark: #006f7b;
  --color-green-main-hover: #005962;
  --color-green-main: #008493;
  --color-green-light: #cceaed;
  --color-gray-base: #e6e6e6;
  --color-gray-light: #ebebeb;
  --color-gray-dark: #999999;
  --color-shadow-purple: 205 175 218;
  --color-shadow-pink: 227 195 212;
  --color-shadow-blue-dark: 36 100 137;
  --color-shadow-white: 255 255 255;
  --color-shadow-blue: 0 139 220;
}

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

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

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

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

/* 画面幅768px以上 */
@media screen and (width >= 768px) {
  .only-sp {
    display: none !important;
  }
}
/* 画面幅768px以下 */
@media screen and (width <= 768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block;
  }
}
/* --------------------
  banner-list-other
-------------------- */
.banner-list-other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .banner-list-other {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
  }
  .ochugen2026--corp .banner-list-other {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .banner-list-other__item {
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .banner-list-other__item:hover {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}

/* --------------------
  banner-list
-------------------- */
.banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.banner-list:first-child {
  gap: 0.4rem;
}
@media screen and (min-width: 769px) {
  .banner-list {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .banner-list__item {
    width: calc((100% - 0.8rem) / 5);
  }
}
.banner-list__item--large {
  grid-column: 1/-1;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-blue-dark)/0.4);
}
@media screen and (min-width: 769px) {
  .banner-list__item--large {
    width: calc((100% - 0.4rem) / 2);
  }
}
.banner-list__item--large .banner-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 1.4rem 2.6rem;
}
@media screen and (min-width: 769px) {
  .banner-list__item--large .banner-list__link {
    padding: 1.4rem 1.6rem;
  }
}
.banner-list__link {
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .banner-list__link:hover {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}
.banner-list__text {
  font-weight: 600;
  text-align: center;
}

/* --------------------
  banner-section
-------------------- */
.banner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .banner-section {
    padding: 8rem 3.2rem;
  }
}
.banner-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  max-width: 120rem;
}
@media screen and (min-width: 769px) {
  .banner-section__inner {
    gap: 1rem;
  }
}

/* --------------------
  bg-gold
-------------------- */
.bg-gold {
  background: url(/g_images/freearea/ochugen2026/deco_bg-campaign.svg), var(--color-yellow-base);
  background-size: 43%;
}
@media screen and (min-width: 769px) {
  .bg-gold {
    background-size: 8%;
  }
}

/* --------------------
  bg-purple
-------------------- */
.bg-purple {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.6rem 1.6rem;
  row-gap: 3.2rem;
  background: url(/g_images/freearea/ochugen2026/img_bg-paper.png), linear-gradient(180deg, var(--color-purple-base) 0%, var(--color-purple-base-2) 100%);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .bg-purple {
    padding: 8rem 2rem;
    row-gap: 4rem;
  }
}

/* --------------------
  bg-section-blue
-------------------- */
.bg-section-blue {
  position: relative;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, var(--color-white) 100%);
  border-radius: 0.4rem;
  padding: 5.6rem 1.6rem;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-blue-dark)/0.4);
}
.bg-section-blue--small {
  box-shadow: 0px 0px 8px rgb(var(--color-shadow-blue)/0.4);
}
.bg-section-blue::before, .bg-section-blue::after {
  content: "";
  position: absolute;
  width: 11rem;
  aspect-ratio: 1/1;
  z-index: -1;
  pointer-events: none;
  box-shadow: inset 0px 0px 9px rgb(var(--color-shadow-white)/1);
}
@media screen and (min-width: 769px) {
  .bg-section-blue::before, .bg-section-blue::after {
    width: 20rem;
  }
}
.bg-section-blue::before {
  top: 0;
  left: 0;
  background: url(/g_images/freearea/ochugen2026/deco_bg-berry01.png) no-repeat left top/contain;
}
.bg-section-blue::after {
  bottom: 0;
  right: 0;
  background: url(/g_images/freearea/ochugen2026/deco_bg-berry02.png) no-repeat right bottom/contain;
}
.bg-section-blue--small {
  box-shadow: 0px 0px 8px rgb(var(--color-shadow-blue)/0.4);
}
@media screen and (min-width: 769px) {
  .bg-section-blue--small::before, .bg-section-blue--small::after {
    width: 9.8rem;
  }
}

/* --------------------
  bg-section-purple
-------------------- */
.bg-section-purple {
  position: relative;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, var(--color-white) 100%);
  border-radius: 0.8rem;
  box-shadow: 0px 0px 5px rgb(var(--color-shadow-purple)/1);
  overflow: hidden;
  z-index: 0;
}
.bg-section-purple::before, .bg-section-purple::after {
  content: "";
  position: absolute;
  width: 19rem;
  aspect-ratio: 1/1;
  background: url(/g_images/freearea/ochugen2026/deco_bg-circle.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .bg-section-purple::before, .bg-section-purple::after {
    width: 30rem;
  }
}
.bg-section-purple::before {
  top: -6.4rem;
  right: -6.4rem;
}
@media screen and (min-width: 769px) {
  .bg-section-purple::before {
    top: -11rem;
    right: -11rem;
  }
}
.bg-section-purple::after {
  bottom: -6.4rem;
  left: -6.4rem;
}
@media screen and (min-width: 769px) {
  .bg-section-purple::after {
    bottom: -11rem;
    left: -11rem;
  }
}

/* --------------------
  bg-tri
-------------------- */
[class*=bg-tri-]::before, [class*=bg-tri-]::after {
  content: "";
  width: 100%;
  height: 6rem;
  background: url(/g_images/freearea/ochugen2026/deco_bg-tri.png) no-repeat center;
  background-size: 100% 100%;
  display: none;
}
[class*=bg-tri-]::after {
  transform: scaleY(-1);
}

.bg-tri-top::before {
  display: block;
}

.bg-tri-bottom::after {
  display: block;
}

.bg-tri-both::before, .bg-tri-both::after {
  display: block;
}

/* --------------------
  bg-watery
-------------------- */
.bg-watery {
  background: url(/g_images/freearea/ochugen2026/img_bg-water.png), var(--color-blue-light);
  background-size: 40%;
}

.bg-watery-dark {
  background: url(/g_images/freearea/ochugen2026/img_bg-water.png), var(--color-blue-2xpale);
  background-size: 40%;
}

/* --------------------
  bg-white-base
-------------------- */
.bg-white-base {
  background: var(--color-white-base);
}

/* --------------------
  brand-accordion
-------------------- */
.brand-accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.brand-accordion__trigger {
  position: relative;
}
.brand-accordion__trigger::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  aspect-ratio: 1/1;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  mask: url("/g_images/freearea/ochugen2026/icon/ico_plus.svg") no-repeat center/contain;
  background-color: var(--color-white);
}
.is-open .brand-accordion__trigger::after {
  mask: url("/g_images/freearea/ochugen2026/icon/ico_minus.svg") no-repeat center/contain;
}
.brand-accordion__trigger.is-open::after {
  mask: url("/g_images/freearea/ochugen2026/icon/ico_minus.svg") no-repeat center/contain;
}
.brand-accordion__body {
  display: none;
  margin-top: 3.2rem;
}

/* --------------------
  brand
-------------------- */
.brand__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  width: 100%;
  max-width: 56rem;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .brand__inner {
    row-gap: 4rem;
    padding: 8rem 6.4rem;
    max-width: 96rem;
  }
}
.brand__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .brand__contents {
    row-gap: 4rem;
  }
}
.brand__contents-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .brand__contents-main {
    row-gap: 3.2rem;
  }
}

/* --------------------
  brand-item
-------------------- */
.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-item__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 5px rgb(var(--color-shadow-purple)/1);
}
.brand-item__image img {
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .brand-item__link:hover .brand-item__image img {
    scale: 1.1;
  }
}
.brand-item__name {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .brand-item__name {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.brand-online .brand-item__name {
  color: var(--color-white);
}

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

/* --------------------
  budget
-------------------- */
.budget__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  width: 100%;
  max-width: 56rem;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .budget__inner {
    row-gap: 4rem;
    max-width: 96rem;
    padding: 8rem 6.4rem;
  }
}
.budget__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.budget__head-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .budget__head-text {
    font-size: 1.6rem;
  }
}

/* --------------------
button-anchorlink
-------------------- */
.button-anchorlink {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem clamp(0.8rem, 1vw, 1.6rem);
  column-gap: 0.4rem;
  transition: 0.2s ease;
  color: var(--color-blue-deep);
  background-color: var(--color-blue-pale);
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-blue-dark)/0.4), inset 0px 0px 9px rgb(var(--color-shadow-white)/1);
  border-radius: 0.4rem;
  font-weight: 600;
}
.ochugen2026--corp .button-anchorlink:not(.button-anchorlink--guide) {
  background-color: var(--color-green-light);
}
@media (any-hover: hover) {
  .ochugen2026--corp .button-anchorlink:not(.button-anchorlink--guide):hover {
    background-color: var(--color-green-main-hover);
  }
}
@media screen and (max-width: 768.9px) {
  .button-anchorlink {
    min-height: 5.6rem;
    padding: 1rem;
  }
}
@media (any-hover: hover) {
  .button-anchorlink:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
  }
}
.button-anchorlink--guide {
  background-color: var(--color-blue-guide);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .button-anchorlink--guide:hover {
    background-color: var(--color-blue-guide-hover);
  }
}
.button-anchorlink__text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 0.1rem;
  line-height: 1.2;
}
.button-anchorlink__text-small {
  font-size: 1.2rem;
  font-weight: 500;
}

/* --------------------
  button-fv
-------------------- */
.button-fv {
  justify-content: center;
  gap: 0.8rem;
  color: var(--color-white);
  background-color: var(--color-blue-dark);
  padding: 1.2rem;
  transition: 0.2s ease;
  width: 100%;
}
.button-fv__text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 120rem;
  width: 100%;
}
@media (any-hover: hover) {
  .button-fv:hover {
    background-color: var(--color-blue-dark-hover);
    transition: 0.2s ease;
  }
}
.ochugen2026--corp .button-fv {
  background-color: var(--color-green-main);
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .ochugen2026--corp .button-fv:hover {
    background-color: var(--color-green-main-hover);
  }
}

/* --------------------
  button-link
-------------------- */
.button-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-blue-link);
  font-weight: 600;
  transition: 0.2s ease;
  height: fit-content;
}
.ochugen2026--corp .button-link {
  color: var(--color-green-main);
}
@media screen and (min-width: 769px) {
  .button-link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .button-link:hover {
    color: var(--color-blue-deep);
    transition: 0.2s ease;
  }
  .ochugen2026--corp .button-link:hover {
    color: var(--color-green-main-hover);
  }
}
.button-link--small {
  font-size: 1.4rem;
}
.button-link--xsmall {
  font-size: 1.2rem;
}
.button-link--underline {
  text-decoration: underline;
  gap: 0;
  align-items: flex-end;
}

/* --------------------
  button-option
-------------------- */
.button-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 6.4rem;
  border-radius: 0.4rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 5px rgb(var(--color-shadow-purple)/1);
  padding: 2rem 1.2rem 2rem 2.4rem;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .button-option:hover {
    background-color: var(--color-purple-pale);
    transition: 0.2s ease;
  }
}
.button-option--anchor {
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-blue-dark)/0.4);
  padding: 2rem 1.2rem;
  height: 100%;
}
@media (any-hover: hover) {
  .button-option--anchor:hover {
    background-color: var(--color-blue-pale);
    transition: 0.2s ease;
  }
}
.button-option__text {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-blue-deep);
}
.button-option--anchor .button-option__text {
  font-size: 1.4rem;
}
.button-option__text--small {
  font-size: 1.2rem;
}
.button-option__price {
  font-size: 2.4rem;
}
.button-option--img {
  padding: 2rem 1.2rem 2rem 0;
}
.button-option--img .button-option__img {
  width: 6.4rem;
  height: 6.4rem;
}

/* --------------------
  button-primary
-------------------- */
.button-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue-dark);
  color: var(--color-white);
  transition: 0.2s ease;
  width: 100%;
  max-width: 35.2rem;
  min-width: 23.5rem;
  border-radius: 0.4rem;
  padding: 1.2rem 4rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .button-primary {
    max-width: 32rem;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .button-primary:hover {
    background-color: var(--color-blue-dark-hover);
    transition: 0.2s ease;
  }
}
.ochugen2026--corp .button-primary {
  background-color: var(--color-green-main);
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .ochugen2026--corp .button-primary:hover {
    background-color: var(--color-green-main-hover);
  }
}
.button-primary--small {
  gap: 0.8rem;
  padding: 0.4rem 2.8rem 0.4rem 1.2rem;
  width: fit-content;
  flex-shrink: 0;
  min-width: 0;
}
.button-primary--other {
  background-color: var(--color-white);
  color: var(--color-blue-dark);
}
.ochugen2026--corp .button-primary--other {
  color: var(--color-green-dark);
}
@media (any-hover: hover) {
  .button-primary--other:hover {
    background-color: var(--color-blue-pale);
    transition: 0.2s ease;
  }
}
.ochugen2026--corp .button-primary--other {
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .ochugen2026--corp .button-primary--other:hover {
    background-color: var(--color-green-light);
  }
}
.button-primary__text {
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.button-primary__text-small {
  font-size: 1.2rem;
}
.button-primary [class^=icon-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
}
.button-primary [class^=icon-]:first-child {
  left: 1.2rem;
  right: auto;
}
.button-primary--small [class^=icon-] {
  right: 0.4rem;
}

/* --------------------
  button
-------------------- */
.button {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}

/* --------------------
campaign-card
-------------------- */
.campaign-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
  position: relative;
  text-align: center;
}
.campaign-card__inner {
  border-radius: 0.4rem;
  overflow: hidden;
}
.campaign-card__image {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  .campaign-card__image {
    aspect-ratio: 2/0.7;
  }
}
@media screen and (min-width: 769px) {
  .campaign-card__image {
    flex-direction: column;
  }
}
.campaign-card__image-product, .campaign-card__image-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
}
.campaign-card__image-product {
  flex: 5.5;
}
@media screen and (min-width: 769px) {
  .campaign-card__image-product {
    aspect-ratio: 1/0.7;
    overflow: hidden;
  }
}
.campaign-card__image-product img {
  max-width: 100%;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .campaign-card:hover .campaign-card__image-product img {
    scale: 1.08;
    transition: 0.2s ease;
  }
}
.campaign-card__image-logo {
  flex: 4.5;
  background-color: var(--color-white);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .campaign-card__image-logo {
    aspect-ratio: 1/0.3;
    overflow: hidden;
  }
}
.campaign-card__image-logo img {
  max-width: 80%;
}
.campaign-card__label {
  background-color: var(--color-yellow-dark);
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.campaign-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4rem;
  font-weight: 600;
}
.campaign-card__info-title {
  font-size: 1.8rem;
  color: var(--color-red-accent);
}
@media screen and (min-width: 769px) {
  .campaign-card__info-title {
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .campaign-card:hover .campaign-card__info-title {
    text-decoration: underline;
    transition: 0.2s ease;
  }
}
.campaign-card__info-desc {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .campaign-card__info-desc {
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .campaign-card:hover .campaign-card__info-desc {
    text-decoration: underline;
    transition: 0.2s ease;
  }
}

/* --------------------
campaign-item
-------------------- */
.campaign-item {
  position: relative;
}
.campaign-item__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 7.2rem;
  aspect-ratio: 1/1;
  z-index: 10;
  background: url(/g_images/freearea/ochugen2026/deco_label-campaign.png) no-repeat center/cover;
}
.campaign-item__badge-text {
  color: var(--color-white);
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.campaign-item__badge-text--small {
  font-size: 1.1rem;
}
.campaign-item__badge-text--large {
  font-size: 2.4rem;
}

/* --------------------
campaign
-------------------- */
.campaign {
  display: flex;
  justify-content: center;
}
.campaign__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
  max-width: 56rem;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .campaign__inner {
    row-gap: 7.2rem;
    max-width: 83.2rem;
    padding: 8rem 2rem;
  }
}
.campaign__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.2rem;
}
.campaign__heading-note {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .campaign__heading-note {
    font-size: 1.6rem;
  }
}
.campaign__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .campaign__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

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

/* --------------------
  category-item
-------------------- */
.category-item {
  display: flex;
  position: relative;
  width: 100%;
}
.category-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
  width: 100%;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .category-item__link {
    row-gap: 1.6rem;
  }
}
.category-item__image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 99.9rem;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 0 0.5rem rgb(var(--color-shadow-purple)/1));
}
.category-item__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99.9rem;
  background: radial-gradient(circle at center, transparent 60%, rgb(var(--color-shadow-white)/0.5) 60%);
}
@media screen and (min-width: 769px) {
  .category-item__image::after {
    background: radial-gradient(circle at center, transparent 62%, rgb(var(--color-shadow-white)/0.5) 62%);
  }
}
.category-item__image img {
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .category-item__link:hover .category-item__image img {
    scale: 1.1;
  }
}
.category-item__name {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .category-item__name {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
  }
}
.category-item__name-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
}
.category-item__point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  font-family: "YuMincho", serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  box-sizing: content-box;
  background: url("/g_images/freearea/ochugen2026/deco_card-moon.png") no-repeat center/contain;
  background-size: 100% 100%;
  top: 2%;
  left: -6%;
  z-index: 2;
  width: clamp(6.4rem, 7.5vw, 9.6rem);
  aspect-ratio: 1/1;
}
.category-item__point-small {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  font-family: "YuMincho", serif;
}
.category-item__point-large {
  font-size: clamp(1.8rem, 1.75vw, 2rem);
  font-family: "YuMincho", serif;
}

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

/* --------------------
  early
-------------------- */
.early {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .early {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: clamp(56rem, 100%, 86.7rem);
    padding: 0;
  }
  .early--corp {
    max-width: clamp(56rem, 100%, 120rem);
  }
}
.early__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .early__inner {
    gap: 0.4rem;
  }
}
.early__copy {
  width: 100%;
  color: var(--color-blue-deep);
  font-weight: 600;
  text-align: center;
}
.early__heading, .early__discount, .early__body {
  display: flex;
  background-color: var(--color-white);
  border-radius: 0.4rem;
}
.early__heading--goodslist, .early__discount--goodslist, .early__body--goodslist {
  box-shadow: 0px 0px 4px rgb(var(--color-shadow-blue-dark)/0.4);
}
.early__heading {
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .early__heading {
    flex-direction: column;
    flex: 1 1 22rem;
    gap: 0;
  }
}
.early__heading-read {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.early__heading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  gap: 0.4rem;
}
.early__heading-text-normal {
  font-size: 1.2rem;
  text-align: center;
  color: var(--color-blue-deep);
}
@media screen and (min-width: 769px) {
  .early__heading-text-normal {
    font-size: 1.6rem;
  }
}
.early__heading-text-strong {
  font-family: "YuMincho", serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-red-accent);
  background: linear-gradient(transparent 70%, var(--color-purple-main) 30%);
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .early__heading-text-strong {
    font-size: 3.2rem;
  }
}
.early__body {
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 0.8rem;
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .early__body {
    flex: 1 1 45rem;
  }
}
.early .early-text {
  text-align: center;
}
.early .early-text__price {
  font-size: 2.2rem;
  font-family: roboto, "Noto Sans", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, sans-serif;
}
.early .early-text-strong {
  text-align: center;
  font-family: "YuMincho", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-red-accent);
  font-weight: 800;
  background: linear-gradient(transparent 86%, var(--color-purple-main) 14%);
}
@media screen and (min-width: 769px) {
  .early .early-text-strong {
    font-size: 2.4rem;
    background: linear-gradient(transparent 70%, var(--color-purple-main) 30%);
  }
  .goodslist .early .early-text-strong {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }
}
.early .early-text-strong__num {
  font-family: "YuMincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .early .early-text-strong__num {
    font-size: 4rem;
  }
  .goodslist .early .early-text-strong__num {
    font-size: clamp(3.2rem, 3vw, 4rem);
  }
}
.early .early-text-strong__large {
  font-family: "YuMincho", serif;
  font-size: 3.2rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .early .early-text-strong__large {
    font-size: 3.2rem;
  }
  .goodslist .early .early-text-strong__large {
    font-size: clamp(2.4rem, 3vw, 3.2rem);
  }
}
.early .early-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.early .early-cta__note {
  display: flex;
  flex-direction: column;
  background-color: #eef6fb;
  width: 100%;
  padding: 0.8rem;
}
@media screen and (min-width: 769px) {
  .early .early-cta__note {
    flex-direction: row;
    gap: 2.4rem;
    padding: 0.8rem 1.6rem;
    align-items: center;
  }
}
.early .early-cta__link {
  flex-shrink: 0;
  justify-content: end;
}

.early-text-note {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .early-text-note {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
}

.early-corp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.early-corp__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-blue-deep);
}
@media screen and (min-width: 769px) {
  .early-corp__copy {
    max-width: 120rem !important;
    width: 100% !important;
  }
}
.early-corp__copy-strong {
  font-size: 1.6rem;
  background-color: var(--color-green-dark);
  color: var(--color-white);
  padding: 0.2rem 1.2rem;
}
.early-corp__copy-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.early-corp__banner {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 56rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .early-corp__banner {
    flex-direction: row;
    max-width: 120rem;
  }
}
.early-corp__banner-link {
  display: block;
  width: 100%;
}
.early-corp__banner-link img {
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .early-corp__banner-link img:hover {
    scale: 1.02;
    transition: 0.2s ease;
  }
}

/* --------------------
  feature-block
-------------------- */
.feature-block {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  width: 100%;
  max-width: 96rem;
  row-gap: 3.2rem;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .feature-block {
    padding: 8rem 6.4rem;
    row-gap: 4rem;
  }
}
.feature-block__head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.feature-block__lead {
  color: var(--color-blue-deep);
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .feature-block__lead {
    font-size: 1.4rem;
  }
}
.feature-block__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
}
.feature-block__note {
  position: relative;
  padding-left: calc(0.5em + 0.6rem);
  font-size: 1.4rem;
}
@media screen and (max-width: 768.9px) {
  .feature-block__note {
    font-size: 1.2rem;
  }
}
.feature-block__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -0.1rem;
}
.feature-block__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .feature-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* --------------------
  feature-item
-------------------- */
.feature-item {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .feature-item--large {
    grid-column: span 2;
  }
}
.feature-item__link {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .feature-item__link {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .feature-item--large .feature-item__link {
    grid-template-columns: 1fr 1fr;
  }
}
.feature-item__image {
  grid-column: 1/2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .feature-item--large .feature-item__image {
    aspect-ratio: 1/0.7;
  }
  .feature-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .feature-item__link:hover .feature-item__image img {
    scale: 1.1;
    transition: 0.2s ease;
  }
}
.feature-item__text-wrap {
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .feature-item__text-wrap {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .feature-item__text-wrap {
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .feature-item__link:hover .feature-item__text-wrap {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}
.feature-item__number, .feature-item__name, .feature-item__price {
  grid-column: 2/3;
}
.feature-item__number {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .feature-item__number {
    font-size: 1.4rem;
  }
}
.feature-item__name {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .feature-item--large .feature-item__name {
    font-size: 2.4rem;
  }
}
.feature-item__price {
  font-size: 1.4rem;
}
.feature-item__price-amount {
  font-size: 2.4rem;
}
.feature-item__description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768.9px) {
  .feature-item__description {
    grid-column: 1/3;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .feature-item__description {
    grid-column: 2/3;
    margin-top: 1.6rem;
  }
}

/* --------------------
  feature-nav
-------------------- */
.feature-nav {
  display: flex;
  justify-content: center;
}

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

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

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

.fixed-nav {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

/* --------------------
  fixed-nav-list
-------------------- */
.fixed-nav-list {
  display: flex;
  flex-direction: column;
  width: 11.4rem;
  overflow: hidden;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  translate: 0 -50%;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    translate: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__item {
    width: 25%;
    min-height: 3rem;
  }
  .fixed-nav--corp .fixed-nav-list__item {
    width: 33.3333333333%;
  }
}
.fixed-nav-list__link {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  column-gap: 0.6rem;
  transition: 0.2s ease;
  border-bottom: solid 0.1rem var(--color-blue-pale);
  background-color: var(--color-white-base);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
@media (any-hover: hover) {
  .fixed-nav-list__link:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
  }
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__link {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    padding: 0.2rem;
    height: 100%;
  }
}
.fixed-nav-list__link--guide {
  background-color: var(--color-blue-guide);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .fixed-nav-list__link--guide:hover {
    background-color: var(--color-blue-guide-hover);
  }
}
.fixed-nav-list__item:last-child .fixed-nav-list__link {
  border-bottom: none;
}
@media screen and (max-width: 768.9px) {
  .fixed-nav-list__item:not(:nth-child(4n)) .fixed-nav-list__link {
    border-right: solid 0.1rem var(--color-blue-pale);
  }
  .fixed-nav-list__item:nth-last-child(-n+4) .fixed-nav-list__link {
    border-bottom: none;
  }
  .fixed-nav--corp .fixed-nav-list__item:not(:nth-child(3n)) .fixed-nav-list__link {
    border-right: solid 0.1rem var(--color-blue-pale);
  }
  .fixed-nav--corp .fixed-nav-list__item:nth-child(3n) .fixed-nav-list__link {
    border-right: none;
  }
  .fixed-nav--corp .fixed-nav-list__item:nth-last-child(-n+3) .fixed-nav-list__link {
    border-bottom: none;
  }
}

/* --------------------
  gift-service-item
-------------------- */
.gift-service-item {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  width: 100%;
  padding: 2.4rem 0;
  border-radius: 0.4rem;
  background-color: var(--color-blue-xpale);
  box-shadow: 0px 0px 8px rgb(var(--color-shadow-blue)/0.4);
}
.gift-service-item__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  width: 100%;
  padding: 0 1.6rem;
}
.gift-service-item__head::after {
  content: "";
  display: block;
  width: calc(100% + 3.2rem);
  height: 2.4rem;
  background: url(/g_images/freearea/ochugen2026/deco_line-ribon.svg) repeat-x center/contain;
}
@media screen and (min-width: 769px) {
  .gift-service-item__head::after {
    height: 2rem;
  }
}
.gift-service-item__title {
  text-align: center;
  font-size: 2.4rem;
  font-family: "YuMincho", serif;
  font-weight: 800;
  color: var(--color-green-dark);
}
@media screen and (min-width: 769px) {
  .gift-service-item__title {
    font-size: clamp(1.2rem, 1.6vw, 2rem);
  }
}
.gift-service-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  padding: 0 1.6rem;
}
@media screen and (min-width: 769px) {
  .gift-service-item__body {
    height: 100%;
    justify-content: space-between;
  }
}

/* --------------------
  gift-service
-------------------- */
.gift-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .gift-service {
    padding: 8rem 2rem;
  }
}
.gift-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .gift-service__inner {
    max-width: 120rem;
    row-gap: 4.8rem;
  }
}
.gift-service__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .gift-service__list {
    flex-direction: row;
    align-items: stretch;
    gap: 2.4rem;
  }
}

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

/* --------------------
  goodslist-cta
-------------------- */
.goodslist-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.goodslist-cta__note {
  color: var(--color-blue-deep);
  font-weight: 600;
}

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

/* --------------------
  goodslist
-------------------- */
.goodslist {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}

/* ------------------------------
  guide-info
------------------------------ */
.guide-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3.2rem;
  background-color: var(--color-blue-dark);
  padding: 4rem 1.6rem 5.6rem;
}
@media screen and (min-width: 769px) {
  .guide-info {
    flex-direction: row;
    gap: 4rem;
    padding: 4.8rem 2rem;
  }
}
.ochugen2026--corp .guide-info {
  background-color: var(--color-green-dark);
}

/* --------------------
  heading02
-------------------- */
.heading02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  font-size: 2.4rem;
  font-family: "YuMincho", serif;
  color: var(--color-blue-deep);
  font-weight: 800;
}
@media screen and (min-width: 769px) {
  .heading02 {
    font-size: 4rem;
  }
}
.heading02::before, .heading02::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .heading02::before, .heading02::after {
    width: 4rem;
  }
}
.heading02::before {
  background: url(/g_images/freearea/ochugen2026/deco_heading01.png) no-repeat center/contain;
}
.heading02::after {
  background: url(/g_images/freearea/ochugen2026/deco_heading02.png) no-repeat center/contain;
}
.heading02--other {
  color: var(--color-white);
}
.heading02--other::before, .heading02--other::after {
  display: none;
}

/* --------------------
  heading03
-------------------- */
.heading03 {
  font-family: "YuMincho", serif;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(var(--color-blue-dark) 0%, var(--color-purple-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .heading03 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .heading03--small {
    font-size: 2.8rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------
keywords-group
-------------------- */
@media screen and (max-width: 768.9px) {
  .keywords-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    width: 100vw;
    overflow-x: scroll;
    padding: 0.4rem 2rem;
  }
}
/* --------------------
keywords
-------------------- */
.keywords {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  row-gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .keywords {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.keywords__heading {
  font-weight: 600;
  flex-shrink: 0;
}

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

/* --------------------
knowledge
-------------------- */
.knowledge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.knowledge__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  max-width: 56rem;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .knowledge__block {
    gap: 4rem;
    max-width: 96rem;
    padding: 8rem 6.4rem;
  }
}
.knowledge__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .knowledge__text-wrap {
    gap: 2.4rem;
  }
}

/* --------------------
list-options
-------------------- */
.list-options {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
}
@media screen and (min-width: 769px) {
  .list-options {
    gap: 2.4rem 1.6rem;
  }
}
.list-options__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-options__item {
    width: calc((100% - 3.2rem) / 3);
    row-gap: 0.8rem;
  }
}
@media screen and (max-width: 768.9px) {
  .recipient .list-options {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .budget .list-options__item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.feature-nav .list-options {
  gap: 0.8rem;
}
.feature-nav .list-options__item {
  width: calc((100% - 0.8rem) / 2);
}
@media screen and (max-width: 768.9px) {
  .feature-nav .list-options__item:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .feature-nav .list-options__item {
    width: calc((100% - 3.2rem) / 5);
  }
}

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

/* --------------------
navigation
-------------------- */
.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  row-gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .navigation {
    row-gap: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .ochugen2026--corp .navigation {
    padding: 8rem 2rem 0;
  }
}

/* --------------------
navigation-list
-------------------- */
.navigation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  width: 100%;
  max-width: 960px;
}
.navigation-list__item {
  width: calc((100% - 0.6rem) / 4);
}
@media screen and (max-width: 768.9px) {
  .navigation-list__item {
    width: calc((100% - 0.2rem) / 2);
  }
}
.ochugen2026--corp .navigation-list__item {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 768.9px) {
  .ochugen2026--corp .navigation-list__item {
    width: calc((100% - 0.2rem) / 2);
  }
}

/* --------------------
  order-flow
-------------------- */
.order-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .order-flow {
    padding: 8rem 2rem;
  }
}
.order-flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .order-flow__inner {
    row-gap: 4rem;
    max-width: 120rem;
  }
}
.order-flow__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.2rem;
}
@media screen and (min-width: 769px) {
  .order-flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 4rem 6.2rem;
  }
}

/* --------------------
  order-flow-item
-------------------- */
.order-flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 3.2rem 1.6rem;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  box-shadow: 0px 0px 8px rgb(var(--color-shadow-blue)/0.4), inset 0px 0px 9px rgb(var(--color-shadow-white)/1);
  z-index: 0;
}
.order-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 3rem;
  height: 4rem;
  background: url(/g_images/freearea/ochugen2026/icon/ico_arrow-right-big.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .order-flow-item:not(:last-child)::after {
    bottom: auto;
    left: auto;
    right: -4.8rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  .order-flow-item:not(:last-child):nth-of-type(3n)::after {
    display: none;
  }
}
.order-flow-item__head-num, .order-flow-item__head-text {
  font-size: 2.4rem;
  font-family: "YuMincho", serif;
  font-weight: 800;
  color: var(--color-green-dark);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .order-flow-item__head-num, .order-flow-item__head-text {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
  }
}
.order-flow-item__head-num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 1;
  background-color: var(--color-green-light);
  padding: 0.8rem 1.2rem;
  max-width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 0.4rem;
  z-index: -1;
}
.order-flow-item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.order-flow-item__body-img {
  width: 9.8rem;
  height: auto;
}
.order-flow-item__body-text {
  font-size: 1.4rem;
}
.order-flow-item__bottom {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

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

/* --------------------
  pagetitle-title
-------------------- */
.pagetitle-title {
  background: url("/g_images/freearea/ochugen2026/deco_bg-fv_pc.png") repeat-x left/cover;
  display: grid;
  grid-template: "image head link" auto "image period link" auto/auto max-content auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  width: 100%;
  row-gap: clamp(0rem, 1.25vw, 2rem);
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title {
    position: relative;
    grid-template: "image head" auto "period period" auto "link link" auto/auto auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0;
    z-index: 0;
    height: auto;
    background: none;
  }
  .pagetitle-title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/g_images/freearea/ochugen2026/deco_bg-fv_sp.png") repeat-x center/cover;
  }
}
.pagetitle-title__image {
  grid-area: image;
  width: clamp(0rem, 9.875vw, 15.8rem);
  height: auto;
  margin-right: 2vw;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__image {
    display: grid;
    align-items: center;
    width: 9.6rem;
    margin-right: 0.6rem;
    padding: 0.8rem 0;
    justify-self: flex-end;
  }
}
.pagetitle-title__image img {
  aspect-ratio: 158/177;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__image img {
    translate: 0 0.4rem;
  }
}
.pagetitle-title__head {
  display: flex;
  grid-area: head;
  align-self: flex-end;
  align-items: center;
  color: var(--color-white);
  font-size: clamp(0rem, 4.5vw, 7.2rem);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 0 2rem #2598bf;
  gap: 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__head {
    flex-direction: column;
    justify-self: flex-start;
    align-self: center;
    gap: 0.8rem;
  }
}
.pagetitle-title__main {
  font-family: "YuMincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__main {
    font-size: 3.2rem;
    white-space: normal;
  }
}
.pagetitle-title__sub {
  font-family: "YuMincho", serif;
  font-size: clamp(0rem, 3.125vw, 5rem);
  white-space: nowrap;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__sub {
    font-size: 2.4rem;
    white-space: normal;
  }
}
.pagetitle-title__period {
  display: flex;
  position: relative;
  grid-area: period;
  align-items: center;
  align-self: flex-start;
  gap: 0.5vw 1vw;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__period {
    flex-direction: column;
    width: 100vw;
    padding: 1.6rem 1.4rem 0.8rem;
    background-color: var(--color-white);
  }
}
.pagetitle-title__heading {
  display: flex;
  position: relative;
  justify-content: flex-start;
  height: 2.25vw;
  margin-inline: 1.5vw;
  padding: 0.5vw;
  background-color: var(--color-blue-main);
  font-family: "YuMincho", serif;
  font-size: clamp(0rem, 1.25vw, 2rem);
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__heading {
    position: absolute;
    top: 0;
    height: auto;
    padding: 0.6rem 0.4rem;
    font-size: 1.2rem;
    translate: 0 -50%;
  }
}
.pagetitle-title__heading::before, .pagetitle-title__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  background-color: var(--color-blue-main);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  aspect-ratio: 7/12;
}
.pagetitle-title__heading::before {
  left: 0.025rem;
  translate: -100%;
}
.pagetitle-title__heading::after {
  right: 0.025rem;
  translate: 100%;
  scale: -1 1;
}
.ochugen2026--corp .pagetitle-title__heading {
  background-color: var(--color-green-light);
}
.ochugen2026--corp .pagetitle-title__heading::before, .ochugen2026--corp .pagetitle-title__heading::after {
  background-color: var(--color-green-light);
}
.pagetitle-title__schedule {
  display: flex;
  flex: 1;
  align-items: baseline;
  font-family: "YuMincho", serif;
  font-size: clamp(0rem, 2.125vw, 3.4rem);
  font-weight: 600;
}
.pagetitle-title__item {
  display: inline-flex;
}
.pagetitle-title__date {
  font-family: "YuMincho", serif;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__date {
    font-size: 1.6rem;
  }
}
.pagetitle-title__day {
  margin-bottom: 0.2rem;
  margin-left: clamp(-0.8rem, -0.5vw, 0rem);
  font-family: "YuMincho", serif;
  font-size: clamp(1.2rem, 1.25vw, 2rem);
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__day {
    font-size: 1.2rem;
  }
}
.pagetitle-title__time {
  font-family: "YuMincho", serif;
  font-size: clamp(1.2rem, 1.25vw, 2rem);
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__time {
    font-size: 1.2rem;
  }
}
.pagetitle-title__time-number {
  margin-right: clamp(-0.8rem, -0.5vw, 0rem);
  font-family: "YuMincho", serif;
  font-size: clamp(0rem, 2.125vw, 3.4rem);
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__time-number {
    font-size: 1.6rem;
  }
}
.pagetitle-title__link {
  display: grid;
  grid-area: link;
  justify-content: flex-start;
  margin-left: 2.4vw;
  place-items: center;
}
@media screen and (max-width: 768.9px) {
  .pagetitle-title__link {
    display: flex;
    margin: 0;
    width: 100vw;
  }
}

/* --------------------
  pagetitle
-------------------- */
.pagetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}
.pagetitle__early {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .pagetitle__early {
    padding: 3.2rem 2rem;
  }
}
.pagetitle__link {
  display: flex;
}

/* --------------------
  pickup-block
-------------------- */
.pickup-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  max-width: 56rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .pickup-block {
    grid-template-columns: 1fr 1fr;
    max-width: 120rem;
    align-items: stretch;
  }
  .pickup-block .pickup-block__image {
    grid-column: 1;
  }
  .pickup-block .pickup-block__body {
    grid-column: 2;
  }
  .pickup-block:nth-of-type(odd) .pickup-block__image {
    grid-column: 2;
  }
  .pickup-block:nth-of-type(odd) .pickup-block__body {
    grid-column: 1;
  }
  .pickup-block .pickup-block__image,
  .pickup-block .pickup-block__body {
    grid-row: 1;
  }
}
.pickup-block__image {
  display: flex;
  overflow: hidden;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 8px rgb(var(--color-shadow-pink)/1);
  aspect-ratio: 1/0.7;
}
@media screen and (min-width: 769px) {
  .pickup-block__image {
    aspect-ratio: auto;
    height: 0;
    min-height: 100%;
  }
}
.pickup-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pickup-block__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 2.4rem 0;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  box-shadow: 0px 0px 8px rgb(var(--color-shadow-pink)/1);
}
@media screen and (min-width: 769px) {
  .pickup-block__body {
    padding: 4.8rem 0;
    height: fit-content;
    min-height: 100%;
  }
}
.pickup-block__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pickup-block__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.4rem;
  margin-top: 1.6rem;
  background: url(/g_images/freearea/ochugen2026/deco_line-ribon.svg) no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .pickup-block__head::after {
    height: 4.2rem;
  }
}
.pickup-block__lead {
  margin-bottom: 0.4rem;
  font-family: "YuMincho", serif;
  font-weight: 800;
}
.pickup-block__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0 1.6rem;
}
@media screen and (min-width: 769px) {
  .pickup-block__bottom {
    padding: 0 2.4rem;
  }
}
.pickup-block__desc {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .pickup-block__desc {
    font-size: 1.6rem;
  }
}

/* --------------------
  pickup
-------------------- */
.pickup {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .pickup {
    gap: 7.2rem;
  }
}
.pickup__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .pickup__body {
    gap: 9rem;
  }
}

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

/* --------------------
  ranking-section
-------------------- */
.ranking-section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 4rem 3.2rem 8rem;
}
@media screen and (max-width: 768.9px) {
  .ranking-section {
    margin-left: -2rem;
    padding: 5.6rem 0 7.2rem;
  }
}
.ranking-section::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9rem;
  height: 9rem;
}
@media screen and (max-width: 768.9px) {
  .ranking-section::after {
    width: 4.2rem;
    height: 4.2rem;
  }
}

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

/* --------------------
  recipient
-------------------- */
.recipient {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.recipient__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 56rem;
  padding: 5.6rem 1.6rem;
  row-gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .recipient__inner {
    max-width: 96rem;
    row-gap: 4rem;
    padding: 8rem 6.4rem;
  }
}

/* --------------------
recommend-corp-item
-------------------- */
.recommend-corp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  background: var(--color-white-base);
  border-radius: 0.4rem;
  padding: 4.8rem 1.6rem 7.2rem;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item {
    padding: 4.8rem 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .recommend-corp-item {
    row-gap: 2.4rem;
  }
}
.recommend-corp-item__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__head {
    flex: 0 0 auto;
    justify-content: center;
    min-height: 20rem;
  }
}
.recommend-corp-item__title {
  font-size: 2rem;
  font-family: "YuMincho", serif;
  font-weight: 800;
  color: var(--color-green-dark);
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__title {
    font-size: 2.4rem;
  }
}
.recommend-corp-item__text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__text {
    font-size: 1.6rem;
  }
}
.recommend-corp-item__link {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__link {
    flex-grow: 1;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.recommend-corp-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__image {
    aspect-ratio: 1/0.7;
  }
}
.recommend-corp-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .recommend-corp-item__link:hover .recommend-corp-item__image img {
    scale: 1.1;
    transition: 0.2s ease;
  }
}
.recommend-corp-item__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__info {
    row-gap: 1.2rem;
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .recommend-corp-item__link:hover .recommend-corp-item__info {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}
.recommend-corp-item__name {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__name {
    font-size: 2.4rem;
  }
}
.recommend-corp-item__price {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .recommend-corp-item__price {
    font-size: 3.2rem;
  }
}
.recommend-corp-item__price-small {
  font-size: 1.6rem;
  font-weight: 500;
}

/* --------------------
recommend-corp
-------------------- */
.recommend-corp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.6rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .recommend-corp {
    padding: 8rem 2rem;
  }
}
.recommend-corp__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  max-width: 56rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recommend-corp__inner {
    row-gap: 4rem;
    max-width: 120rem;
  }
}
.recommend-corp__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recommend-corp__head {
    row-gap: 1.6rem;
  }
}
.recommend-corp__lead {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .recommend-corp__lead {
    font-size: 1.6rem;
  }
}
.recommend-corp__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .recommend-corp__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    max-width: 120rem;
  }
}

/* --------------------
recommend-list
-------------------- */
.recommend-list {
  display: flex;
  max-width: 120rem;
  width: 100%;
  gap: 3.2rem;
}
@media screen and (max-width: 768.9px) {
  .recommend-list {
    padding: 3.2rem 0 2rem;
  }
  .recommend-list::before {
    display: none;
  }
  .recommend-list .slick-track {
    display: flex;
    gap: 1.6rem;
  }
  .recommend-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 32rem;
    height: auto;
  }
}
@media screen and (max-width: 768.9px) and (max-width: 768.9px) {
  .recommend-list__item {
    max-width: 50vw;
  }
}
@media screen and (max-width: 768.9px) {
  .recommend-list__item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0.8rem;
    box-shadow: 0px 0px 4px rgb(var(--color-shadow-blue-dark)/0.4);
    margin-bottom: 0.4rem;
    overflow: hidden;
  }
}
.recommend-list__item {
  width: 100%;
  position: relative;
  padding-top: 0.2rem;
}
.recommend-list__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recommend-list__item-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "YuMincho", serif;
  font-weight: 800;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  text-align: center;
  line-height: 1.35;
  box-sizing: content-box;
  background: url("/g_images/freearea/ochugen2026/deco_card-moon.png") no-repeat center/contain;
  background-size: 100% 100%;
  top: 2%;
  left: -6%;
  z-index: 2;
  width: clamp(7rem, 7.5vw, 9.6rem);
  aspect-ratio: 1/1;
}
.recommend-list__item-point-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.recommend-list__item-point-small {
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-family: "YuMincho", serif;
}
.recommend-list__item-point-small--long {
  line-height: 1.2;
}
.recommend-list__item-point-large {
  font-size: clamp(1.8rem, 1.75vw, 2rem);
  font-family: "YuMincho", serif;
}
.recommend-list__item-image {
  overflow: hidden;
}
.recommend-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
@media screen and (max-width: 768.9px) {
  .recommend-list__item-image img {
    aspect-ratio: 1/1;
  }
}
@media (any-hover: hover) {
  .recommend-list__item-link:hover .recommend-list__item-image img {
    scale: 1.1;
    transition: 0.2s ease;
  }
}
.recommend-list__item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1.6rem 0.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: var(--color-white);
  line-height: 1.2;
}
@media screen and (max-width: 768.9px) {
  .recommend-list__item-name {
    font-size: 1.4rem;
    padding: 1.2rem 0.8rem;
  }
}

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

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

/* --------------------
search-accordion
-------------------- */
.search-accordion {
  width: 100%;
  max-width: 78.8rem;
  z-index: 2;
  padding: 0 1.6rem;
}
@media screen and (min-width: 769px) {
  .search-accordion {
    padding: 0;
  }
}
.search-accordion__head {
  padding: 1.2rem 0.8rem 1.2rem 1.6rem;
  background-color: var(--color-gray-light);
  transition: 0.2s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .search-accordion__head:hover {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}
.search-accordion__head-text {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.search-accordion__head-text::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.6rem 0 0;
  background-color: var(--color-blue-guide);
  mask: url("/g_images/freearea/ochugen2026/icon/ico_guide.svg") no-repeat center/contain;
}
.search-accordion__head-text::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  mask: url("/g_images/freearea/ochugen2026/icon/ico_plus.svg") no-repeat center/contain;
  background-color: var(--color-common-text);
}
.is-open .search-accordion__head-text::after {
  mask: url("/g_images/freearea/ochugen2026/icon/ico_minus.svg") no-repeat center/contain;
}
.search-accordion__body {
  display: none;
  padding: 1.6rem;
  border-bottom: solid 2px var(--color-gray-base);
  border-right: solid 2px var(--color-gray-base);
  border-left: solid 2px var(--color-gray-base);
  background-color: var(--color-white);
}
.search-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}
.search-accordion__item {
  display: flex;
  font-weight: 600;
  font-size: 1.4rem;
}
.search-accordion__item-number {
  display: inline;
  margin-right: 0.4rem;
  color: var(--color-blue-guide);
}
.search-accordion__note__accordion-note {
  margin: 2.4rem 0 0;
}
.search-accordion__note__accordion-note span {
  display: block;
}

/* --------------------
search-banner
-------------------- */
.search-banner {
  max-width: 78.8rem;
  width: 100%;
  padding: 0 1.6rem;
}
@media screen and (min-width: 769px) {
  .search-banner {
    padding: 0;
  }
}
.search-banner__link {
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .search-banner__link:hover {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}

/* --------------------
search
-------------------- */
.search {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  background-color: var(--color-blue-xpale);
}
@media screen and (min-width: 769px) {
  .search {
    row-gap: 0;
  }
}

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

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

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

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

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

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

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

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

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

/* --------------------
tag
-------------------- */
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  column-gap: 0.4rem;
  transition: 0.2s ease;
  border: 0.2rem solid var(--color-purple-pale);
  border-radius: 99.9rem;
  background-color: var(--color-white);
  box-shadow: 0px 0px 5px rgb(var(--color-shadow-purple)/1);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .tag:hover {
    background-color: var(--color-purple-pale);
    transition: 0.2s ease;
  }
}
.tag__rank {
  width: 1.8rem;
  height: 2rem;
}
@media screen and (max-width: 768.9px) {
  .tag {
    font-size: 1.4rem;
  }
}

/* --------------------
  text-link
-------------------- */
.text-link {
  display: inline;
  width: fit-content;
  align-items: center;
  text-decoration: underline;
  color: var(--color-blue-link);
  display: inline-block;
  white-space: nowrap;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .text-link:hover {
    color: var(--color-blue-guide-hover);
    transition: 0.2s ease;
  }
}

/* --------------------
  text-note
-------------------- */
.text-note {
  display: block;
  position: relative;
  padding-left: calc(0.5em + 0.6rem);
  font-size: 1.2rem;
  color: var(--color-blue-deep);
  width: fit-content;
}
.text-note--alert {
  color: var(--color-red-accent);
}
.text-note--center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .text-note--center {
    text-align: start;
  }
}
.text-note--large {
  font-size: 1.6rem;
}
.text-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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