@charset "UTF-8";

/* ---------------------------------------------------------------- */
/* #region Anniversary Section  */
/* ---------------------------------------------------------------- */

.top__anniversary.anniversary {
  position: relative;
  width: 100%;
  height: calc(600 / 390 * 100vw);
  background: url(../../images/251208/anniversary_kv.webp) no-repeat center / cover;

  @media (min-width: 769px) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ultoracojp/uploads/asset/images/251208/anniversary_kv-pc.webp);
    aspect-ratio: 16 / 9;
    height: auto;
    background-size: contain;
  }
}

.top__anniversary.anniversary::before,
.top__anniversary.anniversary::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(116 / 390 * 100vw);
  height: 100%;
  opacity: 0.2;
  z-index: 1;

  @media (min-width: 769px) {
    display: none;
  }
}

.top__anniversary.anniversary::before {
  left: 0;
  background: linear-gradient(270deg, rgba(23, 32, 27, 0) 0%, rgba(23, 32, 27, 1) 100%);
}

.top__anniversary.anniversary::after {
  background: linear-gradient(90deg, rgba(23, 32, 27, 0) 0%, rgba(23, 32, 27, 1) 100%);
  right: 0;
}


.anniversary__content {
  position: absolute;
  left: 50%;
  top: calc(48 / 390 * 100vw);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;

  @media (min-width: 769px) {
    transform: translateX(0) translateY(-50%);
    top: 52%;
    left: calc(1040 / 1920 * 100vw);
  }
}


.anniversary__text {
  text-align: center;

  @media (min-width: 769px) {
    text-align: left;
  }
}

.anniversary__message {
  font-family: var(--font-HankenGrotesk);
  font-size: calc(24 / 390 * 100vw);
  font-style: italic;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: calc(12 / 390 * 100vw);
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);

  @media (min-width: 769px) {
    font-size: calc(48 / 1920 * 100vw);
    text-shadow: -5px 5px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: calc(32 / 1920 * 100vw);
  }
}
.anniversary__message-jp {
  font-family: var(--font-NotoSansJP);
  font-size: calc(20 / 390 * 100vw);
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);

  @media (min-width: 769px) {
    font-size: calc(60 / 1920 * 100vw);
    text-shadow: -6px 6px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.3;
  }
}

.anniversary__products {
  position: absolute;
  top: calc(205 / 390 * 100vw);
  left: calc(35.5 / 390 * 100vw);
  z-index: 5;
  pointer-events: none;

  @media (min-width: 769px) {
    top: calc(603 / 1920 * 100%);
    left: calc(221 / 1920 * 100%);
    width: calc(238 / 1920 * 100%);
  }
}

.anniversary__product-image {
  width: calc(115 / 390 * 100vw);
  height: auto;
  object-fit: contain;

  @media (min-width: 769px) {
    width: 100%;
  }
}


.anniversary__sale {
  position: absolute;
  top: calc(145 / 390 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(385/ 390 * 100vw);
  pointer-events: none;

  @media (min-width: 769px) {
    top: calc(146 / 1920 * 100vw);
    left: calc(132 / 1920 * 100vw);
    width: calc(850 / 1920 * 100vw);
    transform: translateX(0);
  }
}

.anniversary__sale img {
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: rotation 80s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* #endregion Anniversary Section  */



/* ---------------------------------------------------------------- */
/* #region Handwriting Animation  */
/* ---------------------------------------------------------------- */
.handwriting {
  width: 100%;
  height: auto;
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* #endregion Handwriting Animation  */

.anniversary-message {
  background: linear-gradient(0deg, rgba(53, 53, 53, 1) 0%, rgba(3, 2, 2, 1) 100%);
  padding-bottom: calc(60 / 390 * 100vw);
  position: relative;
  z-index: 1;
  margin-top: -1px;
  margin-bottom: -1px;

  @media (min-width: 769px) {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #030202;
  }
}

.anniversary-message__label {
  position: absolute;
  top: calc(-30 / 390 * 100vw);
  left: calc(20 / 390 * 100vw);
  width: calc(115 / 390 * 100vw);
  height: auto;
  object-fit: contain;
  /* Rectangle 4 */

  @media (min-width: 769px) {
    top: -30px;
    left: 0;
    width: 162px;

  }
}

.anniversary-message__label svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.anniversary-message__label g path {
  fill: none;
  stroke-width: 7;
  stroke: #E8D09E;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4000px;
  stroke-dashoffset: 4000px;
  transition: fill 1s ease;
  opacity: 1;
}

.anniversary-message__label[data-inview="true"] g path {
  animation: handwriting 10s linear forwards;
}

.anniversary-message__label mask path {
  fill: #E8D09E;
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.anniversary-message__label img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.anniversary-message__text {
  color: var(--color-white);
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-size: calc(14 / 390 * 100vw);
  position: relative;

  @media (min-width: 769px) {
    padding: 0;
    font-size: 16px;
    line-height: 2;
  }
}

.anniversary-message__text p {
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

/* ---------------------------------------------------------------- */
/* #region Anniversary Event Section  */
/* ---------------------------------------------------------------- */

.anniversary-event {
  background: linear-gradient(180deg, rgba(53, 53, 53, 1) 0%, rgba(3, 2, 2, 1) 100%);
  padding-top: calc(60 / 390 * 100vw);
  padding-bottom: calc(60 / 390 * 100vw);
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .anniversary-event {
    padding-top: 0;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #030202 19.69%, #353535 89.1%);
  }
}

.anniversary-event-bg {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;

  @media (min-width: 769px) {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(1560 / 1920 * 100vw);
  }
}

.anniversary-event-bg source,
.anniversary-event-bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.anniversary-event__content {
  max-width: 1000px;
  margin: 0 auto;
}

.anniversary-event__heading {
  text-align: center;
  margin-bottom: calc(30 / 390 * 100vw);

  @media (min-width: 769px) {
    margin-bottom: 40px;
  }
}

.anniversary-event__title {
  font-family: var(--font-HankenGrotesk);
  font-size: calc(36 / 390 * 100vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  background: linear-gradient(90deg, rgba(228, 180, 99, 1) 0%, rgba(242, 212, 138, 1) 50%, rgba(144, 94, 11, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  @media (min-width: 769px) {
    font-size: 56px;
  }
}

.anniversary-event__period {
  font-family: var(--font-NotoSansJP);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 390 * 100vw);

  @media (min-width: 769px) {
    font-size: 18px;
    gap: 16px;
  }
}


.anniversary-event__period span {
  font-size: calc(10 / 390 * 100vw);
  font-weight: 700;

  @media (min-width: 769px) {
    font-size: 14px;
  }
}

.anniversary-event__list {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 390 * 100vw);
  padding-inline: calc(20 / 390 * 100vw);
  margin-inline: auto;
  max-width: 540px;

  @media (min-width: 769px) {
    gap: 10px;
    padding-inline: 30px;
  }
}


.anniversary-event__item {
  width: 100%;
  position: relative;
}

.anniversary-event__card {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  border: 1px solid #fff;
  z-index: 2;
  padding: calc(12 / 390 * 100vw) calc(10 / 390 * 100vw);
  height: 60px;

  @media (min-width: 769px) {
    padding: 16px 10px;
    height: 90px;
  }
}


.anniversary-event__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.anniversary-event__card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniversary-event__card-nun {
  width: calc(50 / 390 * 100vw);
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
  position: absolute;
  left: calc(8 / 390 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;

  @media (min-width: 769px) {
    width: 80px;
    left: 10px;
  }
}

.anniversary-event__card-nun img {
  width: 100%;
  height: auto;
}

.anniversary-event__card-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(16 / 390 * 100vw);
  margin-left: calc(48 / 390 * 100vw);

  @media (min-width: 769px) {
    gap: 24px;
    margin-left: 72px;
  }
}

.anniversary-event__card-text {
  font-family: var(--font-NotoSansJP);
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.05em;
  text-align: center;
  flex: 1;
  line-height: 1.2;

  @media (min-width: 769px) {
    font-size: 24px;
  }
}


.anniversary-event__card-button {
  flex-shrink: 0;
  width: calc(40 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;

  @media (min-width: 769px) {
    width: 70px;
    height: 70px;
  }
}

.anniversary-event__card-button .c-textButton__icon {
  width: 100%;
  height: 100%;
}

.anniversary-event__card-button .c-textButton__circle {
  fill: var(--color-white);
  stroke: var(--color-white);
  transition: fill 0.3s linear, stroke 0.3s linear;
}

.anniversary-event__card-button .c-textButton__arrow {
  fill: var(--color-black);
  transition: fill 0.3s linear;
}

.anniversary-event__card:hover .anniversary-event__card-button .c-textButton__circle {
  fill: var(--color-gold);
  stroke: var(--color-gold);
}

.anniversary-event__card:hover .anniversary-event__card-button .c-textButton__arrow {
  fill: var(--color-white);
}

/* #endregion Anniversary Event Section  */

/* 

*/
.anniversary__lineup {
  background: #000 url(https://d2w53g1q050m78.cloudfront.net/ultoracojp/uploads/asset/images/251208/sale_bg.webp) no-repeat center /cover;
  position: relative;
  padding-top: calc(60 / 390 * 100vw);
  padding-bottom: calc(60 / 390 * 100vw);
  overflow: hidden;
  margin-bottom: calc(40 / 390 * 100vw);

  @media (min-width: 769px) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ultoracojp/uploads/asset/images/251208/sale_bg-pc.webp);
    padding-top: 0;
    padding-bottom: 100px;
    margin-bottom: 60px;
  }
}

.anniversary__lineup__inner {}

/* Banner */
.anniversary__lineup__banner {
  width: 100%;
  display: block;
  max-width: 1120px;
  margin: 0 auto calc(40 / 390 * 100vw);

  @media (min-width: 769px) {
    margin-bottom: 40px;
  }
}

.anniversary__lineup__banner p {
  font-family: var(--font-HankenGrotesk);
  font-size: calc(32 / 390 * 100vw);
  font-weight: 800;
  color: var(--color-gold);
  letter-spacing: 0.06em;
  line-height: 1;
  background: linear-gradient(90deg, rgba(144, 94, 11, 1) 0%, rgba(242, 212, 138, 1) 50%, rgba(228, 180, 99, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;

  @media (min-width: 769px) {
    font-size: 60px;
    width: fit-content;
    margin-inline: auto;
  }
}


/* Header (Label and Title) */
.anniversary__lineup__header {
  width: 100%;
  display: block;
  max-width: 1120px;
  margin: 0 auto calc(24 / 390 * 100vw);

  @media (min-width: 769px) {
    margin-bottom: 40px;
  }
}

.anniversary__lineup__label {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-size: 16px;
  font-family: var(--font-HankenGrotesk);
  line-height: 1;
  margin-bottom: 15px;

  @media (min-width: 769px) {
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.anniversary__lineup__title {
  font-family: var(--font-HankenGrotesk);
  font-size: calc(30 / 390 * 100vw);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  background: linear-gradient(90deg, rgba(247, 222, 168, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;

  @media (min-width: 769px) {
    font-size: 48px;
  }
}

.anniversary__lineup__title.--fill {
  background: transparent;
  color: #E8D09E;
  -webkit-text-fill-color: unset;
}

.anniversary__whey .c-productGrid__item {
  padding: 20px 10px;
  background: url(../../images/251208/product-card_bg.webp) no-repeat center /cover;
  text-align: center;
  flex: 0 0 170px;
}

.anniversary__lineup .c-productGrid__item img {
  aspect-ratio: 1/1;
  height: 120px;
  object-fit: contain;
}

.anniversary__lineup .c-scrollSlider.disabled .lineupGrid,
.anniversary__lineup .c-scrollSlider.disabled .c-productGrid {

  @media (min-width: 769px) {
    justify-content: flex-start;
  }
}

.anniversary__lineup .c-productCard__regularPrice {
  color: #6D6D6D;
  margin-bottom: 0;
}

.c-productCard__regularPrice__value {
  font-size: 12px;
  text-decoration: line-through;
}

.anniversary__lineup .c-productCard__link:has(.c-productCard__regularPrice) .c-productCard__price {
  color: var(--color-black);
}

.anniversary__sale-products .c-scrollSlider__icon circle,
.anniversary__whey .c-scrollSlider__icon circle {
  stroke: #fff;
}

.anniversary__sale-products .c-scrollSlider__icon path,
.anniversary__whey .c-scrollSlider__icon path {
  fill: #fff;
}

.anniversary__sale-products .lineupGrid__item img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.anniversary__sale-products .c-scrollSlider__track,
.anniversary__whey .c-scrollSlider__track {
  background: rgba(255, 255, 255, 0.3);
}

.anniversary__sale-products .c-scrollSlider__thumb,
.anniversary__whey .c-scrollSlider__thumb {
  background: #fff;
}


.anniversary__lineup__block {
  margin-bottom: 40px;
}

.anniversary__sale-products .c-lineupCard {
  color: #fff;
}

.anniversary__sale-products .lineupGrid__item {

  @media (min-width: 769px) {
    flex: 0 0 170px;
  }
}

/* SALE商品ラインナップボタン */
.anniversary__lineup__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 5px;
  background-color: #E8D09E;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  height: 50px;

  @media (min-width: 769px) {
    padding: 10px;
    height: 90px;
    max-width: 540px;
  }
}

.anniversary__lineup__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 208, 158, 0.3);
}

.anniversary__lineup__button-text {
  font-family: var(--font-NotoSansJP);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-offBlack);
  letter-spacing: 0.05em;
  flex: 1;
  text-align: center;

  @media (min-width: 769px) {
    font-size: 24px;
  }
}

.anniversary__lineup__button-text span {
  font-family: var(--font-HankenGrotesk);
}

.anniversary__lineup__button-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);

  @media (min-width: 769px) {
    width: 50px;
    height: 50px;
    right: 8px;
  }
}

.anniversary__lineup__button .c-textButton__icon {
  width: 100%;
  height: 100%;
}

.anniversary__lineup__button .c-textButton__icon circle {
  stroke: var(--color-black);
  fill: var(--color-black);
  transition: fill 0.3s linear, stroke 0.3s linear;
}

.anniversary__lineup__button .c-textButton__icon path {
  fill: var(--color-white);
  transition: fill 0.3s linear;
}

.anniversary__lineup__button:hover .c-textButton__icon circle {
  fill: var(--color-offBlack);
  stroke: var(--color-offBlack);
}

.anniversary__lineup__button:hover .c-textButton__icon path {
  fill: var(--color-white);
}