/* ===============================================
 * kv
 * ===============================================
 */
.kv {
  position: sticky;
  width: 100%;
  height: 100svh;
  min-height: 800px;
  overflow: clip;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv {
    min-height: 600px;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-height: 800px) {
  .kv {
    position: relative;
  }
}
/* @media screen and (max-width: 768px) and (max-height: 600px) {
  .kv {
    position: relative;
  }
} */

.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.kv__bg--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .kv__bg--pc {
    display: none;
  }
}

.kv__bg--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kv__bg--sp {
    display: block;
  }
}

.kv__bg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.kv__bg__item--active {
  opacity: 1;
  z-index: 2;
}

.kv__bg__item__img {
  width: 100%;
  height: 100%;
}

.kv__bg__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv__content {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .kv__content {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
}

.kv__content__deco01 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #c22b1f;
  text-align: center;
  line-height: 20px;
  position: relative;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .kv__content__deco01 {
    top: 21px;
  }
}

.kv__content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .kv__content__title {
    top: -9px;
  }
}

.kv__content__title .kv__content__title__part div {
  display: inline-block;
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
  font-style: italic;
  color: #c22b1f;
  font-size: 148px;
  line-height: 1;
  position: relative;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div {
    font-size: 90px;
  }
}

.kv__content__title .kv__content__title__part div span {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.kv__content__title .kv__content__title__part div span:first-child {
  font-weight: 500;
}

.kv__content__title .kv__content__title__part div.kv-making {
  top: 0;
  left: -36px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-making {
    top: 36px;
    left: -7px;
  }
}

.kv__content__title .kv__content__title__part div.kv-sweets {
  top: 0;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-sweets {
    top: 35px;
    left: 5px;
  }
}

.kv__content__title .kv__content__title__part div.kv-to {
  font-size: 70px;
  top: -67px;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-to {
    font-size: 43px;
    top: -9px;
    left: 22px;
  }
}

.kv__content__title .kv__content__title__part div.kv-to span:first-child {
  font-weight: 300;
}

.kv__content__title .kv__content__title__part div.kv-share {
  top: 0px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-share {
    top: 31px;
    left: 19px;
  }
}

.kv__content__title .kv__content__title__part div.kv-happiness {
  font-family: "nautica", sans-serif;
  font-size: 140px;
  font-weight: 400;
  top: -6px;
  left: 2px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-happiness {
    font-size: 86.5px;
    top: -60px;
    left: 130px;
  }
}

.kv__content__title .kv__content__title__part div.kv-with {
  font-size: 70px;
  top: -61px;
  left: -66px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-with {
    font-size: 43px;
    top: -92px;
    left: -18px;
  }
}

.kv__content__title .kv__content__title__part div.kv-with span:first-child {
  font-weight: 300;
}

.kv__content__title .kv__content__title__part div.kv-loved {
  top: -7px;
  left: -54px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-loved {
    top: -69px;
    left: -12px;
  }
}

.kv__content__title .kv__content__title__part div.kv-loved::first-letter {
  font-style: normal;
}

.kv__content__title .kv__content__title__part div.kv-ones {
  top: -6px;
  left: -48px;
}
@media screen and (max-width: 768px) {
  .kv__content__title .kv__content__title__part div.kv-ones {
    top: -69px;
    left: -8px;
  }
}

.kv__content__deco02 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #c22b1f;
  text-align: center;
  position: relative;
  top: -13px;
  letter-spacing: 0.04em;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .kv__content__deco02 {
    font-size: 11px;
    top: -61px;
  }
}

.kv__announce {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 418px;
  transform: translateY(65px);
}
@media screen and (max-width: 768px) {
  .kv__announce {
    width: 90%;
    right: 20px;
    transform: translateY(65px);
  }
}

.kv__announce .details-wrapper {
  background-color: #fff;
  background-image: linear-gradient(to right, #c22b1f 0 2px, transparent 2px 3px, #c22b1f 3px 4px, #fff 4px);
}

.kv__announce .details-wrapper::details-content {
  content-visibility: unset;
  display: block grid;
  transition-duration: 0.3s; /* アニメーション時間を指定 */
  transition-property: grid-template-rows;
}

.kv__announce .details-wrapper:not([open])::details-content {
  grid-template-rows: 0fr;
}

.kv__announce .details-wrapper[open]::details-content {
  grid-template-rows: 1fr;
}

.kv__announce .details-summary {
  list-style: none;
  cursor: pointer;
}

.kv__announce .details-summary::marker,
.kv__announce .details-summary::-webkit-details-marker {
  display: none;
  content: "";
}

/* 以下はデザインに合わせて調整 */
.kv__announce .details-summary {
  list-style: none;
  cursor: pointer;
  padding: 23px 0px 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .kv__announce .details-summary {
    padding: 12px 0px 11px 18px;
    font-size: 12px;
  }
}

.kv__announce .details-content {
  padding: 0px 24px 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv__announce .details-content {
    padding: 0px 20px 30px;
  }
}

.kv__announce .details-summary-icon {
  position: absolute;
  top: 0px;
  right: 25px;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv__announce .details-summary-icon {
    top: 0px;
    right: 19px;
  }
}

.kv__announce .details-summary-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c22b1f;
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.kv__announce .details-summary-icon span:first-child {
  width: 1em;
  height: 2px;
  opacity: 1;
}

.kv__announce .details-summary-icon span:last-child {
  width: 2px;
  height: 1em;
  opacity: 1;
}

.kv__announce .details-wrapper[open] .details-summary-icon span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kv__announce .details-wrapper[open] .details-summary-icon span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kv__announce .details-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #c22b1f;
  line-height: 20px;
  margin-bottom: 31px;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .kv__announce .details-content__text {
    font-size: 12.5px;
    line-height: 20px;
    margin-bottom: 33px;
    margin-left: 6px;
  }
}

.kv__announce .details-content__img {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .kv__announce .details-content__img {
    margin-bottom: 16px;
  }
}

.kv__announce .c-link {
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  .kv__announce .c-link {
    margin-left: 6px;
  }
}

/* ===============================================
 * lineup
 * ===============================================
 */
.lineup {
  padding: 93px 0 74px;
  overflow: clip;
  background-image: url(../../img/common/bg-pattern.png);
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 44px 0 85px;
  }
}

.lineup__inner {
  position: relative;
  z-index: 2;
}

.lineup .c-side {
  margin-top: 0;
}

.lineup__grid {
  max-width: 1192px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: flex-start;
  padding-bottom: 255px;
  padding-top: 91px;
  position: relative;
  top: 0;
  margin-top: calc(-100vh + 151px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lineup__grid {
    gap: 46px;
    padding-bottom: 0px;
    padding-top: 115px;
    margin-top: calc(-100vh);
    justify-content: center;
  }
}

.lineup__card {
  width: 384px;
  color: #c22b1f;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup__card {
    width: 339px;
    background-color: transparent;
    top: 0 !important;
  }
}

.lineup__card:nth-child(3n + 1) {
  top: 86px;
}
.lineup__card:nth-child(3n + 2) {
  top: 255px;
}
.lineup__card:nth-child(3n) {
  top: 0px;
}

.lineup__card-wrapper {
  display: block;
  border: 1px solid #c22b1f;
  margin-top: 9px;
  background-image: url(../../img/common/bg-pattern.png);
  background-repeat: repeat;
  border-radius: 5px;
}

.lineup__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.lineup__labels {
  display: flex;
  gap: 6px;
}

.lineup__label {
  font-family: acumin-pro, sans-serif;
  font-style: italic;
  font-size: 9.93px;
  letter-spacing: 0.02em;
  border: 1px solid #c22b1f;
  border-radius: 3px;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  .lineup__label {
    font-size: 11px;
  }
}

.lineup__label.--new {
  background-color: #c22b1f;
  color: #fff;
}

.lineup__category {
  font-family: acumin-pro, sans-serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lineup__category {
    font-size: 12px;
  }
}

.lineup__title {
  padding: 16px 13px 10px;
  border-bottom: 1px solid #c22b1f;
}
@media screen and (max-width: 768px) {
  .lineup__title {
    padding: 16px 12px 9px;
  }
}

.lineup__title-en {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 8px;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .lineup__title-en {
    font-size: 36px;
    margin-bottom: 3px;
  }
}

.lineup__title-ja {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .lineup__title-ja {
    font-size: 11px;
  }
}

.lineup__price {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  padding: 1px 22px;
  border-bottom: 1px solid #c22b1f;
}
@media screen and (max-width: 768px) {
  .lineup__price {
    gap: 19px;
    padding: 1px 17px;
  }
}

.lineup__price-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .lineup__price-block {
    gap: 6px;
  }
}

.lineup__price-label {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lineup__price-label {
    font-size: 11px;
  }
}

.lineup__price-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .lineup__price-value {
    gap: 4px;
  }
}

.lineup__price-yen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lineup__price-yen {
    font-size: 12.5px;
  }
}

.lineup__price-num {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lineup__price-num {
    font-size: 26px;
  }
}

.lineup__img-outer {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .lineup__img-outer {
    padding: 14px;
  }
}

.lineup__img {
  overflow: clip;
  border-radius: 5px;
}

.lineup__img img {
  width: 100%;
  aspect-ratio: 700 / 1078;
  object-fit: cover;
  object-position: center;
}

.lineup__button {
  margin-top: 96px;
  display: flex;
  justify-content: center;
}

.lineup__ticker {
  margin-top: 79px;
}

/* ===============================================
 * feature
 * ===============================================
 */
.feature {
  position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .feature {
  }
}

.feature__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  --after-opacity: 0;
}

.feature__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c22b1f;
  background-image: url(../../img/common/bg-pattern-red.png);
  background-repeat: repeat;

  /* 親要素(::before)のサイズ */
  --parent-width: 100%;
  --parent-height: 100vh;

  /* マスク全体のサイズと繰り返し設定 */
  mask-size: var(--parent-width) var(--parent-height); /* マスクを親要素全体に広げる */
  mask-repeat: no-repeat;
  mask-position: center center; /* マスクを中央に配置 */

  /* 4つのグラデーションを組み合わせて、中央に固定サイズの透明な穴を作る */
  mask-image: 
    /* 1. 上側の不透明な帯: 穴の上端まで不透明 */
    linear-gradient(to bottom, black calc((var(--parent-height) - var(--mask-height)) / 2), transparent 0),
    /* 2. 下側の不透明な帯: 穴の下端まで不透明 */ linear-gradient(to top, black calc((var(--parent-height) - var(--mask-height)) / 2), transparent 0),
    /* 3. 左側の不透明な帯: 穴の左端まで不透明 */ linear-gradient(to right, black calc((var(--parent-width) - var(--mask-width)) / 2), transparent 0),
    /* 4. 右側の不透明な帯: 穴の右端まで不透明 */ linear-gradient(to left, black calc((var(--parent-width) - var(--mask-width)) / 2), transparent 0);

  /* ベンダープレフィックス (-webkit-) */
  -webkit-mask-size: var(--parent-width) var(--parent-height);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-image: linear-gradient(to bottom, black calc((var(--parent-height) - var(--mask-height)) / 2), transparent 0), linear-gradient(to top, black calc((var(--parent-height) - var(--mask-height)) / 2), transparent 0), linear-gradient(to right, black calc((var(--parent-width) - var(--mask-width)) / 2), transparent 0), linear-gradient(to left, black calc((var(--parent-width) - var(--mask-width)) / 2), transparent 0);
}

.feature__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c22b1f;
  background-image: url(../../img/common/bg-pattern-red.png);
  background-repeat: repeat;
  opacity: var(--after-opacity);
}

.feature__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-inline: auto;
  margin-top: 100px;
  padding-bottom: 750px;
}

@media screen and (max-width: 768px) {
  .feature__content {
    margin-top: calc(-100vh + 697px);
    padding-bottom: 120px;
  }
}

.feature__content-center {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.feature__logo {
  margin-bottom: 46px;
  width: 128px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .feature__logo {
    width: 117px;
    margin-bottom: 41px;
  }
}

.feature__title {
    font-family: vdl-v7mincho, sans-serif;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    font-weight: 700;
    font-size: 37.61px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 74.4px;
    margin-bottom: 91px;
    transform: scaleY(0.9);
    transform-origin: top center;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 34.59px;
    line-height: 68px;
    margin-bottom: 82px;
  }
}

.feature__title-line {
  display: block;
  text-align: left;
}

.feature__text {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__text {
    font-size: 16.5px;
    line-height: 39.5px;
  }
}

.feature__text__paragraph {
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .feature__text__paragraph {
    margin-bottom: 26px;
  }
}

.feature__text__paragraph:last-child {
  margin-bottom: 0;
}

.feature__card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .feature__card-wrapper {
    position: relative;
    margin-top: 106px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    gap: 78px;
  }
}

.feature__card {
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .feature__card {
    position: relative;
    width: 100%;
  }
}

.feature__card.--01 {
  top: 410px;
  right: 0;
  width: 289px;
}
@media screen and (max-width: 768px) {
  .feature__card.--01 {
    width: 263px;
    top: 0;
    right: 0;
    margin-left: auto;
  }
}

.feature__card.--02 {
  top: 694px;
  left: 0;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .feature__card.--02 {
    width: 281px;
    top: 0;
    left: 0;
  }
}

.feature__card.--03 {
  top: 1031px;
  right: 16px;
  width: 236px;
}
@media screen and (max-width: 768px) {
  .feature__card.--03 {
    width: 215px;
    top: 0;
    right: 20px;
    margin-left: auto;
  }
}

.feature__card.--04 {
  top: 1291px;
  left: 0;
  width: 363px;
}
@media screen and (max-width: 768px) {
  .feature__card.--04 {
    width: 330px;
    top: 0;
    left: 0;
  }
}

.feature__card.--05 {
  top: 1600px;
  right: 0;
  width: 292px;
}
@media screen and (max-width: 768px) {
  .feature__card.--05 {
    width: 262px;
    top: 0;
    right: 0;
    margin-left: auto;
  }
}

.feature__card.--06 {
  top: 1832px;
  left: 0;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .feature__card.--06 {
    width: 282px;
    top: 0;
    left: 0;
  }
}

.feature__card__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  text-align: right;
  color: #fff;
}

.feature__card__img {
  width: 100%;
  margin-top: 8px;
  overflow: clip;
}

.feature__card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.feature__card__title {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.25em;
  color: #fff;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .feature__card__title {
    font-size: 14px;
    margin-top: 18px;
  }
}

.feature__card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .feature__card__text {
    font-size: 11px;
    margin-top: 4px;
  }
}

/* ===============================================
 * gift
 * ===============================================
 */
.gift {
  padding: 0;
  position: relative;
  z-index: 1;
  background-image: url(../../img/common/bg-pattern.png);
  background-repeat: repeat;
}

.gift__inner {
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  background-image: url(../../img/index/gift__bg.webp);
  background-size: 863px 945.5px;
  background-position: top 190px left 570px;
  background-repeat: no-repeat;
  padding-top: 89px;
  padding-bottom: 112px;
}

@media screen and (max-width: 768px) {
  .gift__inner {
    width: 100%;
    background-size: 481px auto;
    background-position: top 948px left 21px;
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
.gift__content {
  color: #c22b1f;
  padding-left: 650px;
  padding-top: 21px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .gift__content {
    padding-left: 0;
    padding-top: 0;
  }
}

.gift__content__label {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 7px;
  position: relative;
  left: -6px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .gift__content__label {
    font-size: 11px;
    margin-bottom: 5px;
    left: 0;
    margin-inline: 17px;
  }
}

.gift__content__title-en {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 130px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gift__content__title-en {
    font-size: 90px;
  }
}

.gift__content__title-en span {
  position: relative;
  display: inline-block;
}

.gift__content__title-en .gift-lets {
  top: 0px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .gift__content__title-en .gift-lets {
    left: 24px;
  }
}

.gift__content__title-en .gift-give {
  top: 0px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .gift__content__title-en .gift-give {
    left: 22px;
  }
}

.gift__content__title-en .gift-special {
  top: -22px;
  left: 8px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .gift__content__title-en .gift-special {
    left: 25px;
    top: -16px;
  }
}

.gift__content__title-en .gift-happiness {
  top: -22px;
  left: 11px;
}
@media screen and (max-width: 768px) {
  .gift__content__title-en .gift-happiness {
    left: 28px;
    top: -16px;
  }
}

.gift__content__title-box {
  font-family: "nautica", sans-serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gift__content__title-box {
    font-size: 85px;
  }
}

.gift__content__title-box .gift-giftbox {
  position: relative;
  display: inline-block;
  top: -41px;
  left: 6px;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .gift__content__title-box .gift-giftbox {
    left: 18px;
    top: -35px;
  }
}

.gift__content__subtitle {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gift__content__subtitle {
    font-size: 22px;
    margin-top: 28px;
    margin-inline: 18px;
  }
}

.gift__content__text {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.2em;
  margin-top: 29px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .gift__content__text {
    line-height: 26px;
    margin-inline: 22px;
    margin-top: 22px;
    font-size: 15px;
  }
}

.gift__left {
  position: absolute;
  top: 133px;
  left: 30px;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .gift__left {
    position: relative;
    width: 90%;
    top: -4px;
    left: 0;
    margin-inline: auto;
  }
}

.gift__right {
  position: absolute;
  top: 90px;
  right: 80px;
  width: 207px;
}
@media screen and (max-width: 768px) {
  .gift__right {
    display: none;
  }
}

.gift__left__img-box {
  position: relative;
  width: 100%;
  overflow: clip;
}

.gift__left__img-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.8s ease-in-out;
  transform: translateX(100%);
  z-index: 1;
  opacity: 0;
}

.gift__left__img-box__img:first-child {
  position: relative;
  transform: translateX(0);
  z-index: 2;
  opacity: 1;
}

.gift__left__img-box__img img {
  width: 100%;
  height: auto;
  display: block;
}

.gift__left__img-box__img.--active {
  transform: translateX(0);
  z-index: 2;
  opacity: 1;
}

.gift__right__img-box {
  position: relative;
  width: 100%;
  overflow: clip;
}

.gift__right__img-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.8s ease-in-out;
  transform: translateX(100%);
  z-index: 1;
  opacity: 0;
}

.gift__right__img-box__img:first-child {
  position: relative;
  transform: translateX(0);
  z-index: 2;
  opacity: 1;
}

.gift__right__img-box__img img {
  width: 100%;
  height: auto;
  display: block;
}

.gift__right__img-box__img.--active {
  transform: translateX(0);
  z-index: 2;
  opacity: 1;
}

.gift__indicator {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-right: 4px;
}

.gift__indicator__item {
  position: relative;
  width: 9px;
  height: 9px;
}

.gift__indicator__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(194, 43, 31, 0.2);
  z-index: 2;
  transition: background-color 0.3s ease;
}

.gift__indicator__item.--active .gift__indicator__dot {
  background-color: #c22b1f;
}

.gift__indicator__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 15px;
  height: 15px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gift__indicator__item.--active .gift__indicator__circle {
  opacity: 1;
}

.gift__indicator__circle-bg {
  fill: none;
  stroke: rgba(194, 43, 31, 0.2);
  stroke-width: 2;
}

.gift__indicator__circle-progress {
  fill: none;
  stroke: #c22b1f;
  stroke-width: 2;
  stroke-dasharray: 62.83;
  stroke-dashoffset: 62.83;
  transition: stroke-dashoffset 3s linear;
}

.gift__indicator__item.--active .gift__indicator__circle-progress {
  stroke-dashoffset: 0;
}

.gift__left .gift__indicator {
  display: none;
}
@media screen and (max-width: 768px) {
  .gift__left .gift__indicator {
    display: flex;
    margin-top: 15px;
  }
}

.gift__bottom {
  position: relative;
  margin-left: 650px;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .gift__bottom {
    margin-left: 0;
    margin-top: 57px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.gift__bottom .c-link {
  margin-top: 0px;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .gift__bottom .c-link {
    margin-top: 82px;
    margin-left: 0;
  }
}

.gift__bottom__img-box {
  position: relative;
  width: 100%;
  overflow: clip;
}

.gift__bottom__img-box__img {
  margin-top: 95px;
  width: 320px;
  margin-left: 390px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .gift__bottom__img-box__img {
    width: 228px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 20px;
  }
}

/* ===============================================
 * online-store
 * ===============================================
 */
.online-store {
  position: relative;
  background-image: url(../../img/common/bg-pattern-red.png);
  background-repeat: repeat;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .online-store {
  }
}

.online-store__inner {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .online-store__inner {
    padding: 512px 0 921px;
  }
}

.online-store__content {
  text-align: center;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-inline: auto;
  border-top: 1px solid rgb(255 255 255 / 0.2);
  padding-top: 101px;
}
@media screen and (max-width: 768px) {
  .online-store__content {
    padding-top: 43px;
  }
}

.online-store__label {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .online-store__label {
    font-size: 11px;
  }
}

.online-store__title-en {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 130px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .online-store__title-en {
    font-size: 90px;
  }
}

.online-store__title-en span {
  display: inline-block;
}

.online-store__title-en span span:first-child {
  font-weight: 500;
}

.online-store-find {
  position: relative;
  top: 0px;
  left: -6px;
}
@media screen and (max-width: 768px) {
  .online-store-find {
    top: 0px;
    left: -7px;
  }
}

.online-store-the {
  position: relative;
  top: -33px;
  left: 6px;
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .online-store-the {
    top: -22px;
    left: 1px;
    font-size: 50px;
  }
}
.online-store__title-en .online-store-the span:first-child {
  font-weight: 300;
}

.online-store-best {
  position: relative;
  top: 0px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .online-store-best {
    top: 0px;
    left: 0px;
  }
}

.online-store-sweets {
  position: relative;
  top: 0px;
  left: 14px;
}
@media screen and (max-width: 768px) {
  .online-store-sweets {
    top: 0px;
    left: 3px;
  }
}

.online-store-in {
  position: relative;
  top: -62px;
  left: 45px;
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .online-store-in {
    top: -43px;
    left: 4px;
    font-size: 50px;
  }
}
.online-store__title-en .online-store-in span:first-child {
  font-weight: 300;
}

.online-store-online {
  position: relative;
  top: -32px;
  left: 58px;
  font-family: "nautica", sans-serif;
  font-size: 119px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .online-store-online {
    top: -24px;
    left: -3px;
    font-size: 85px;
  }
}

.online-store-store {
  position: relative;
  top: -26px;
  left: 48px;
  font-family: "nautica", sans-serif;
  font-size: 119px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .online-store-store {
    top: -19px;
    left: -12px;
    font-size: 85px;
  }
}

.online-store__subtitle {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .online-store__subtitle {
    font-size: 22px;
    margin-top: 2px;
  }
}

.online-store__text {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-top: 35px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .online-store__text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 24px;
    letter-spacing: 0.06em;
  }
}

.online-store__logo {
  width: 150px;
  margin: 49px auto 0;
}
@media screen and (max-width: 768px) {
  .online-store__logo {
    width: 117px;
    margin: 34px auto 0;
  }
}

.online-store__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.online-store .c-link.--external {
  text-align: left;
  color: #fff;
  border-color: #fff;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .online-store .c-link.--external {
    margin-top: 46px;
  }
}

.online-store__img {
  position: absolute;
  z-index: 1;
  overflow: clip;
}

.online-store__img--01 {
  width: 276px;
  top: -99px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .online-store__img--01 {
    width: 184px;
    top: -115px;
    left: 20px;
  }
}

.online-store__img--02 {
  width: 200px;
  top: 184px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .online-store__img--02 {
    width: 170px;
    top: 250px;
    right: 20px;
  }
}

.online-store__img--03 {
  width: 177px;
  bottom: 104px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .online-store__img--03 {
    width: 140px;
    bottom: 160px;
    left: 38px;
  }
}

.online-store__img--04 {
  width: 357px;
  bottom: 92px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .online-store__img--04 {
    width: 283px;
    bottom: 447px;
    right: 0;
  }
}

.online-store__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================================
 * catalog
 * ===============================================
 */
.catalog {
  position: relative;
  padding: 50px 0 89px;
  overflow: clip;
  background-image: url(../../img/common/bg-pattern.png);
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .catalog {
    padding: 56px 0 77px;
  }
}

.catalog__bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1.01);
}

.catalog__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.catalog__bg-item--active {
  opacity: 1;
  z-index: 2;
}

.catalog__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) blur(3px);
}

.catalog__content {
  position: relative;
  z-index: 2;
}

.catalog__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .catalog__inner {
    padding: 0;
  }
}

.catalog__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .catalog__top {
    flex-direction: column;
    margin-bottom: 61px;
    margin-left: 14px;
  }
}

.catalog__top-left {
  position: relative;
}

.catalog__title {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 130px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .catalog__title {
    font-size: 85px;
  }
}

.catalog__title span {
  display: inline-block;
}

.catalog-title-catalog {
  position: relative;
}

.catalog-title-collection {
  position: relative;
  left: -4px;
}

.catalog__title-pdf {
  position: absolute;
  top: 12px;
  right: -43px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .catalog__title-pdf {
    top: 8px;
    right: -22px;
    font-size: 11px;
  }
}

.catalog__top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .catalog__top-right {
    display: none;
  }
}

.catalog__top-right .c-link {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .catalog__top-right .c-link {
  }
}

.catalog__center {
  position: relative;
  width: 510px;
  height: 510px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .catalog__center {
    width: 374px;
    height: 415px;
  }
}

.catalog__img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .catalog__img-link {
  }
}

.catalog__img-link--active {
  opacity: 1;
  z-index: 2;
}

.catalog__img-link a {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.catalog__img-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 510px;
  max-height: 510px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .catalog__img-link img {
    max-width: 374px;
    max-height: 415px;
  }
}

.catalog__bottom {
  width: fit-content;
  margin-left: auto;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .catalog__bottom {
    margin-right: auto;
    margin-top: 55px;
  }
}

.catalog__list-wrapper {
  color: #fff;
}

.catalog__list-title {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.07em;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .catalog__list-title {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }
}

.catalog__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog__list li {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .catalog__list li {
    margin-bottom: 6px;
  }
}

.catalog__list li:last-child {
  margin-bottom: 0;
}

.catalog__list li.--active a {
  color: #ffffff;
}

.catalog__list a {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .catalog__list a {
    font-size: 13px;
  }
}

.catalog__indicator {
  position: relative;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
}

.catalog__indicator__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  transition: background-color 0.3s ease;
}

.catalog__list li.--active .catalog__indicator__dot {
  background-color: #ffffff;
}

.catalog__indicator__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 15px;
  height: 15px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.catalog__list li.--active .catalog__indicator__circle {
  opacity: 1;
}

.catalog__indicator__circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 2;
}

.catalog__indicator__circle-progress {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-dasharray: 62.83;
  stroke-dashoffset: 62.83;
  transition: stroke-dashoffset 3s linear;
}

.catalog__list li.--active .catalog__indicator__circle-progress {
  stroke-dashoffset: 0;
}

.topics {
  background-image: url(../../img/common/bg-pattern-dark.png);
  background-repeat: repeat;
  padding-top: 92px;
  padding-bottom: 142px;
  position: relative;
}
@media (max-width: 767px) {
  .topics {
    padding-top: 105px;
    padding-bottom: 85px;
  }
}

.topics__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.topics__title {
  font-family: kepler-std-condensed-display, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 130px;
  line-height: 130.67px;
  margin-left: 82px;
  letter-spacing: -4.4px;
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 767px) {
  .topics__title {
    font-size: 85px;
    line-height: 53px;
    letter-spacing: -2.6px;
    margin-left: 16px;
    gap: 8px;
  }
}

.topics__title span {
  display: inline-block;
}
.topics__title span::first-letter {
  font-weight: 500;
}

.topics-title-topics {
  position: relative;
  left: 0;
  top: 0;
}

.topics-title-and {
  position: relative;
  left: 0;
  top: 0;
  font-size: 40px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .topics-title-and {
    font-size: 26px;
  }
}

.topics-title-journal {
  position: relative;
  left: 0;
  top: 0;
}

.topics__btn {
  margin-top: 22px;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .topics__btn {
    width: fit-content;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }
}

.swiper {
  width: 100%;
}

.swiper-slide:hover {
  cursor:
    url("./img/DRUG@2x.webp") 20 20,
    pointer;
}

.topics__slide {
  padding-left: 81px;
  margin-top: 59px;
}
@media (max-width: 767px) {
  .topics__slide {
    margin-top: 74px;
    padding-left: 17px;
  }
}

.topics__slide .swiper-wrapper {
  gap: 30px;
}
@media (max-width: 767px) {
  .topics__slide .swiper-wrapper {
    gap: 20px;
  }
}

.topics__slide .swiper-slide {
  width: fit-content;
}

.topics-card {
  width: 370px;
  height: 767px;
  background-color: #fff;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 25px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .topics-card {
    width: 308px;
    height: 581px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 18px;
  }
}

.topics-card__body {
  display: block;
  position: relative;
  height: 261px;
}
@media (max-width: 767px) {
  .topics-card__body {
    height: 222px;
  }
}

.topics-card__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  padding-left: 2px;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .topics-card__date {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

.topics-card__title {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-top: 83px;
  letter-spacing: 4.1px;
  padding-left: 3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .topics-card__title {
    margin-top: 51px;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 18px;
  }
}

.topics-card__genre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  position: absolute;
  border: 1px solid #c22b1f;
  border-radius: 2px;
  right: auto;
  left: 1px;
  bottom: 29px;
  padding-right: 4px;
  padding-left: 6px;
  letter-spacing: 0.08em;
  -webkit-transition:
    border-color 0.3s ease,
    color 0.3s ease;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}
@media (max-width: 767px) {
  .topics-card__genre {
    font-size: 10px;
    bottom: 26px;
  }
}

.topics-card__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.topics-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.topics-card:hover .topics-card__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.topics-card:hover {
  background-color: #c22b1f;
}

.topics-card:hover .topics-card__date,
.topics-card:hover .topics-card__title {
  color: #fff;
}

.topics-card:hover .topics-card__genre {
  border-color: #fff;
  color: #fff;
}

/* Instagram Section */
