@charset "UTF-8";
/*! Copyright (c) 2025 Hayato Nakagawa */
.MainVisual.js-inview .MainVisual__image {
  animation: zoom 0.8s ease-in-out forwards;
}
.MainVisual.js-inview .MainVisual__title,
.MainVisual.js-inview .MainVisual__balloon,
.MainVisual.js-inview .MainVisual__lead,
.MainVisual.js-inview .MainVisual__text {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
@media screen and (min-width: 769px) {
  .MainVisual.js-inview .MainVisual__title,
  .MainVisual.js-inview .MainVisual__balloon,
  .MainVisual.js-inview .MainVisual__lead,
  .MainVisual.js-inview .MainVisual__text {
    transition-duration: 1s, 1s;
  }
}
.MainVisual.js-inview .MainVisual__balloon {
  transition-delay: 1.2s;
}
.MainVisual.js-inview .MainVisual__season {
  opacity: 0;
}
.MainVisual.js-inview .MainVisual__season path {
  opacity: 0;
  transform: translate(-10px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(1) {
  transition-delay: 0.75s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(2) {
  transition-delay: 0.8s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(3) {
  transition-delay: 0.85s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(4) {
  transition-delay: 0.9s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(5) {
  transition-delay: 0.95s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(6) {
  transition-delay: 1s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(7) {
  transition-delay: 1.05s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(8) {
  transition-delay: 1.1s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(9) {
  transition-delay: 1.15s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(10) {
  transition-delay: 1.2s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(11) {
  transition-delay: 1.25s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(12) {
  transition-delay: 1.3s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(13) {
  transition-delay: 1.35s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(14) {
  transition-delay: 1.4s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(15) {
  transition-delay: 1.45s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(16) {
  transition-delay: 1.5s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(17) {
  transition-delay: 1.55s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(18) {
  transition-delay: 1.6s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(19) {
  transition-delay: 1.65s;
}
.MainVisual.js-inview .MainVisual__season path:nth-child(20) {
  transition-delay: 1.7s;
}
.MainVisual.js-inview.-inview.-imageloaded .MainVisual__title,
.MainVisual.js-inview.-inview.-imageloaded .MainVisual__balloon,
.MainVisual.js-inview.-inview.-imageloaded .MainVisual__lead,
.MainVisual.js-inview.-inview.-imageloaded .MainVisual__text {
  opacity: 1;
}
.MainVisual.js-inview.-inview.-imageloaded .MainVisual__season {
  opacity: 1;
}
.MainVisual.js-inview.-inview.-imageloaded .MainVisual__season path {
  opacity: 1;
  transform: translate(0, 0);
}

.FooterLogo.js-inview .FooterLogo__title {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
@media screen and (min-width: 769px) {
  .FooterLogo.js-inview .FooterLogo__title {
    transition-duration: 1s, 1s;
  }
}
.FooterLogo.js-inview .FooterLogo__season {
  opacity: 0;
}
.FooterLogo.js-inview .FooterLogo__season path {
  opacity: 0;
  transform: translate(-10px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(1) {
  transition-delay: 0.75s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(2) {
  transition-delay: 0.8s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(3) {
  transition-delay: 0.85s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(4) {
  transition-delay: 0.9s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(5) {
  transition-delay: 0.95s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(6) {
  transition-delay: 1s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(7) {
  transition-delay: 1.05s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(8) {
  transition-delay: 1.1s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(9) {
  transition-delay: 1.15s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(10) {
  transition-delay: 1.2s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(11) {
  transition-delay: 1.25s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(12) {
  transition-delay: 1.3s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(13) {
  transition-delay: 1.35s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(14) {
  transition-delay: 1.4s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(15) {
  transition-delay: 1.45s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(16) {
  transition-delay: 1.5s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(17) {
  transition-delay: 1.55s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(18) {
  transition-delay: 1.6s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(19) {
  transition-delay: 1.65s;
}
.FooterLogo.js-inview .FooterLogo__season path:nth-child(20) {
  transition-delay: 1.7s;
}
.FooterLogo.js-inview.-inview .FooterLogo__title {
  opacity: 1;
}
.FooterLogo.js-inview.-inview .FooterLogo__season {
  opacity: 1;
}
.FooterLogo.js-inview.-inview .FooterLogo__season path {
  opacity: 1;
  transform: translate(0, 0);
}

.StyleTitle__main path {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.StyleTitle__main path:nth-child(1) {
  transition-delay: 0.75s;
}
.StyleTitle__main path:nth-child(2) {
  transition-delay: 0.8s;
}
.StyleTitle__main path:nth-child(3) {
  transition-delay: 0.85s;
}
.StyleTitle__main path:nth-child(4) {
  transition-delay: 0.9s;
}
.StyleTitle__main path:nth-child(5) {
  transition-delay: 0.95s;
}
.StyleTitle__main path:nth-child(6) {
  transition-delay: 1s;
}
.StyleTitle__main path:nth-child(7) {
  transition-delay: 1.05s;
}
.StyleTitle__main path:nth-child(8) {
  transition-delay: 1.1s;
}
.StyleTitle__main path:nth-child(9) {
  transition-delay: 1.15s;
}
.StyleTitle__main path:nth-child(10) {
  transition-delay: 1.2s;
}
.StyleTitle__main path:nth-child(11) {
  transition-delay: 1.25s;
}
.StyleTitle__main path:nth-child(12) {
  transition-delay: 1.3s;
}
.StyleTitle__main path:nth-child(13) {
  transition-delay: 1.35s;
}
.StyleTitle__main path:nth-child(14) {
  transition-delay: 1.4s;
}
.StyleTitle__main path:nth-child(15) {
  transition-delay: 1.45s;
}
.StyleTitle__main path:nth-child(16) {
  transition-delay: 1.5s;
}
.StyleTitle__main path:nth-child(17) {
  transition-delay: 1.55s;
}
.StyleTitle__main path:nth-child(18) {
  transition-delay: 1.6s;
}
.StyleTitle__main path:nth-child(19) {
  transition-delay: 1.65s;
}
.StyleTitle__main path:nth-child(20) {
  transition-delay: 1.7s;
}
.StyleTitle__main path:nth-child(21) {
  transition-delay: 1.75s;
}
.StyleTitle__main path:nth-child(22) {
  transition-delay: 1.8s;
}
.StyleTitle__main path:nth-child(23) {
  transition-delay: 1.85s;
}
.StyleTitle__main path:nth-child(24) {
  transition-delay: 1.9s;
}
.StyleTitle__main path:nth-child(25) {
  transition-delay: 1.95s;
}
.StyleTitle__main path:nth-child(26) {
  transition-delay: 2s;
}
.StyleTitle__main path:nth-child(27) {
  transition-delay: 2.05s;
}
.StyleTitle__main path:nth-child(28) {
  transition-delay: 2.1s;
}
.StyleTitle__main path:nth-child(29) {
  transition-delay: 2.15s;
}
.StyleTitle__main path:nth-child(30) {
  transition-delay: 2.2s;
}
.StyleTitle__main path:nth-child(31) {
  transition-delay: 2.25s;
}
.StyleTitle__main path:nth-child(32) {
  transition-delay: 2.3s;
}
.StyleTitle__main path:nth-child(33) {
  transition-delay: 2.35s;
}
.StyleTitle__main path:nth-child(34) {
  transition-delay: 2.4s;
}
.StyleTitle__main path:nth-child(35) {
  transition-delay: 2.45s;
}
.StyleTitle__main path:nth-child(36) {
  transition-delay: 2.5s;
}
.StyleTitle__main path:nth-child(37) {
  transition-delay: 2.55s;
}
.StyleTitle__main path:nth-child(38) {
  transition-delay: 2.6s;
}
.StyleTitle__main path:nth-child(39) {
  transition-delay: 2.65s;
}
.StyleTitle__main path:nth-child(40) {
  transition-delay: 2.7s;
}
.StyleTitle__main path:nth-child(41) {
  transition-delay: 2.75s;
}
.StyleTitle__main path:nth-child(42) {
  transition-delay: 2.8s;
}
.StyleTitle__main path:nth-child(43) {
  transition-delay: 2.85s;
}
.StyleTitle__main path:nth-child(44) {
  transition-delay: 2.9s;
}
.StyleTitle__main path:nth-child(45) {
  transition-delay: 2.95s;
}
.StyleTitle__main path:nth-child(46) {
  transition-delay: 3s;
}
.StyleTitle__main path:nth-child(47) {
  transition-delay: 3.05s;
}
.StyleTitle__main path:nth-child(48) {
  transition-delay: 3.1s;
}
.StyleTitle__main path:nth-child(49) {
  transition-delay: 3.15s;
}
.StyleTitle__main path:nth-child(50) {
  transition-delay: 3.2s;
}
.-inview .StyleTitle__main path {
  opacity: 1;
  transform: translateX(0);
}

.Style__lead {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s ease 1.4s;
}
.-inview .Style__lead {
  clip-path: inset(0);
}

.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
}
:where(.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right).-inview, .-inview :where(.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right) {
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
}

@media screen and (max-width: 768px) {
  .-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP).-inview, .-inview :where(.-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP) {
    opacity: 1;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB).-inview, .-inview :where(.-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB) {
    opacity: 1;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
  }
}

.-fadeIn__up {
  transform: translate(0, 50px);
}
:where(.-fadeIn__up).-inview, .-inview :where(.-fadeIn__up) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__upSP {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__upSP).-inview, .-inview :where(.-fadeIn__upSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__upTB {
    transform: translate(0, 50px);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__upTB).-inview, .-inview :where(.-fadeIn__upTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__down {
  transform: translate(0, -50px);
}
:where(.-fadeIn__down).-inview, .-inview :where(.-fadeIn__down) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__downSP {
    transform: translate(0, -50px);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__downSP).-inview, .-inview :where(.-fadeIn__downSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__downTB {
    transform: translate(0, -50px);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__downTB).-inview, .-inview :where(.-fadeIn__downTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__left {
  transform: translate(-50px, 0);
}
:where(.-fadeIn__left).-inview, .-inview :where(.-fadeIn__left) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__leftSP {
    transform: translate(-50px, 0);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__leftSP).-inview, .-inview :where(.-fadeIn__leftSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__leftTB {
    transform: translate(-50px, 0);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__leftTB).-inview, .-inview :where(.-fadeIn__leftTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__right {
  transform: translate(50px, 0);
}
:where(.-fadeIn__right).-inview, .-inview :where(.-fadeIn__right) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__rightSP {
    transform: translate(50px, 0);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__rightSP).-inview, .-inview :where(.-fadeIn__rightSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__rightTB {
    transform: translate(50px, 0);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__rightTB).-inview, .-inview :where(.-fadeIn__rightTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__zoom {
  opacity: 0;
  transform: scale(1.2);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s !important;
}
:where(.-fadeIn__zoom).-inview, .-inview :where(.-fadeIn__zoom) {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .-fadeIn__zoomSP {
    opacity: 0;
    transform: scale(1.2);
    transition: transform 1s ease-out 0.4s, opacity 0.4s ease-out 0.4s !important;
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__zoomSP).-inview, .-inview :where(.-fadeIn__zoomSP) {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__zoomTB {
    opacity: 0;
    transform: scale(1.2) !important;
    transform-origin: center;
    transition: transform 1s ease-out 0.4s, opacity 0.4s ease-out 0.4s !important;
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__zoomTB).-inview, .-inview :where(.-fadeIn__zoomTB) {
    opacity: 1;
    transform: scale(1) !important;
  }
}

.-delay__lv1 {
  animation-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.-delay__lv2 {
  animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.-delay__lv3 {
  animation-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.-delay__lv4 {
  animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.-delay__lv5 {
  animation-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.-delay__lv9 {
  animation-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}

.-delay__lv10 {
  animation-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

@media screen and (max-width: 768px) {
  .-delay__lv1SP {
    animation-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv2SP {
    animation-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv3SP {
    animation-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv4SP {
    animation-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv5SP {
    animation-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv9SP {
    animation-delay: 1.3s !important;
    transition-delay: 1.3s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv10SP {
    animation-delay: 1.4s !important;
    transition-delay: 1.4s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv1TB {
    animation-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv2TB {
    animation-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv3TB {
    animation-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv4TB {
    animation-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv5TB {
    animation-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv9TB {
    animation-delay: 1.3s !important;
    transition-delay: 1.3s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv10TB {
    animation-delay: 1.4s !important;
    transition-delay: 1.4s !important;
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    background-color: rgb(var(--color__secondary-rgb));
  }
  50% {
    background-color: rgb(159, 159, 159);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideIn {
  from {
    clip-path: inset(0 0% 0 0);
    inset-inline-start: 12.5%;
  }
  to {
    clip-path: inset(0 0% 0 0);
    inset-inline-start: 0;
  }
}
@keyframes slideOut {
  from {
    clip-path: inset(0 0% 0 0);
    inset-inline-start: 0;
  }
  to {
    clip-path: inset(0 75% 0 0);
    inset-inline-start: calc(-25% - 0.5px);
  }
}
:where(.Main) {
  /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Image */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Remove arrow in IE10 & IE11
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /**
   * remove placeholder color
   */
}
:where(.Main) *,
:where(.Main) ::before,
:where(.Main) ::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
:where(.Main) main {
  display: block;
}
:where(.Main) p,
:where(.Main) table,
:where(.Main) blockquote,
:where(.Main) address,
:where(.Main) pre,
:where(.Main) iframe,
:where(.Main) form,
:where(.Main) figure,
:where(.Main) dl {
  margin: 0;
}
:where(.Main) h1,
:where(.Main) h2,
:where(.Main) h3,
:where(.Main) h4,
:where(.Main) h5,
:where(.Main) h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
:where(.Main) h1 {
  font-weight: bold;
}
:where(.Main) img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
:where(.Main) svg {
  display: block;
  height: auto;
  width: 100%;
}
:where(.Main) ul,
:where(.Main) ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
:where(.Main) dt {
  font-weight: normal;
}
:where(.Main) dd {
  margin-left: 0;
}
:where(.Main) hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}
:where(.Main) pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}
:where(.Main) address {
  font-style: inherit;
}
:where(.Main) a {
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
}
:where(.Main) abbr[title] {
  text-decoration: underline; /* 2 */
}
:where(.Main) b,
:where(.Main) strong {
  font-weight: 600;
}
:where(.Main) code,
:where(.Main) kbd,
:where(.Main) samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}
:where(.Main) small {
  font-size: 80%;
  font-weight: normal;
}
:where(.Main) sub,
:where(.Main) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(.Main) sub {
  bottom: -0.25em;
}
:where(.Main) sup {
  top: -0.5em;
}
:where(.Main) u {
  text-decoration: underline;
}
:where(.Main) img,
:where(.Main) embed,
:where(.Main) object,
:where(.Main) iframe {
  vertical-align: bottom;
}
:where(.Main) button,
:where(.Main) input,
:where(.Main) optgroup,
:where(.Main) select,
:where(.Main) textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}
:where(.Main) button,
:where(.Main) input {
  /* 1 */
  overflow: visible;
}
:where(.Main) button,
:where(.Main) select {
  /* 1 */
  text-transform: none;
}
:where(.Main) button,
:where(.Main) [type=button],
:where(.Main) [type=reset],
:where(.Main) [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
:where(.Main) button[disabled],
:where(.Main) [type=button][disabled],
:where(.Main) [type=reset][disabled],
:where(.Main) [type=submit][disabled] {
  cursor: default;
}
:where(.Main) button::-moz-focus-inner,
:where(.Main) [type=button]::-moz-focus-inner,
:where(.Main) [type=reset]::-moz-focus-inner,
:where(.Main) [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:where(.Main) button:-moz-focusring,
:where(.Main) [type=button]:-moz-focusring,
:where(.Main) [type=reset]:-moz-focusring,
:where(.Main) [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:where(.Main) select::-ms-expand {
  display: none;
}
:where(.Main) option {
  padding: 0;
}
:where(.Main) fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}
:where(.Main) legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
:where(.Main) progress {
  vertical-align: baseline;
}
:where(.Main) textarea {
  overflow: auto;
}
:where(.Main) [type=number]::-webkit-inner-spin-button,
:where(.Main) [type=number]::-webkit-outer-spin-button {
  height: auto;
}
:where(.Main) [type=search] {
  outline-offset: -2px; /* 1 */
}
:where(.Main) ::-webkit-file-upload-button {
  font: inherit; /* 2 */
}
:where(.Main) ::-ms-clear {
  visibility: hidden;
}
:where(.Main) label[for] {
  cursor: pointer;
}
:where(.Main) details {
  display: block;
}
:where(.Main) summary {
  display: list-item;
}
:where(.Main) [contenteditable] {
  outline: none;
}
:where(.Main) table {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(.Main) caption {
  text-align: left;
}
:where(.Main) td,
:where(.Main) th {
  padding: 0;
  vertical-align: top;
}
:where(.Main) th {
  font-weight: bold;
  text-align: left;
}
:where(.Main) template {
  display: none;
}
:where(.Main) [hidden] {
  display: none;
}
:where(.Main) :focus::-moz-placeholder {
  color: transparent;
}
:where(.Main) :focus::placeholder {
  color: transparent;
}

.-align-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .-align-centerTB {
    text-align: center;
  }
}

.-align-left {
  text-align: left;
}

.-align-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .-hide-SP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .-hide-TB {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-hide-PC {
    display: none !important;
  }
}

.-weight-light {
  font-weight: var(--fontWeight__light);
}

.-weight-regular {
  font-weight: var(--fontWeight__regular);
}

.-weight-bold {
  font-weight: var(--fontWeight__bold);
}

:root {
  --clientWidth: var(--jsClientWidth, 100vw);
  --clientHeight: var(--jsClientHeight, 100vh);
  --headerHeight: var(--jsHeaderHeight, 0px);
}

#header {
  border-block-end: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  body:not(.hidden_header) #header {
    border-block-end: none;
  }
}

:is(svg) {
  overflow: visible;
}

.Main {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
}

.MainVisual {
  contain: paint;
  position: relative;
}
@media screen and (min-width: 769px) {
  .MainVisual {
    border-block-end: 1px solid #b3b3b3;
  }
}

@media screen and (max-width: 768px) {
  .MainVisual__inner {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__inner {
    display: grid;
    grid-template: ". photo01 body photo02" min(53.8461538462vw, 700px)/min(6.0769230769vw, 79px) min(43.8461538462vw, 570px) min(43.8461538462vw, 570px) min(6.0769230769vw, 79px);
    justify-content: center;
    margin-inline: auto;
  }
}

.MainVisual__photo {
  display: block;
}
@media screen and (max-width: 768px) {
  .MainVisual__photo {
    color: #fff;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__photo01 {
    grid-area: photo01;
  }
}

@media screen and (max-width: 768px) {
  .MainVisual__photo02 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__photo02 {
    grid-area: photo02;
  }
}

.MainVisual__picture {
  contain: paint;
  display: block;
}

.MainVisual__body {
  align-content: start;
  display: grid;
  justify-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .MainVisual__body {
    padding-block-start: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__body {
    grid-area: body;
  }
}

.MainVisual__image {
  display: block;
}

.MainVisual__season {
  display: block;
}
@media screen and (max-width: 768px) {
  .MainVisual__season {
    inset: 95.7333333333vw 0 auto;
    margin-inline: auto;
    position: absolute;
    width: 35.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__season {
    margin-block-start: min(16.9230769231vw, 220px);
    width: min(12.52vw, 162.76px);
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__season path {
    fill: #fff;
  }
}

.MainVisual__title {
  display: block;
}
@media screen and (max-width: 768px) {
  .MainVisual__title {
    inset: 102.9333333333vw 0 auto;
    margin-inline: auto;
    position: absolute;
    width: 83.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__title {
    margin-block-start: min(0.0769230769vw, 1px);
    width: min(29.6153846154vw, 385px);
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__title path {
    fill: #fff;
  }
}

.MainVisual__balloon {
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .MainVisual__balloon {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__balloon {
    font-size: min(1vw, 13px);
    margin-block-start: min(2.5384615385vw, 33px);
    margin-inline-start: min(0.2307692308vw, 3px);
  }
}
.MainVisual__balloon::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQzIiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgMTQzIDEzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDQuNzhoNjkiIHN0cm9rZT0iI2FjYWNhYyIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48cGF0aCBkPSJNNzUuMyA0Ljc4aDY2Ljk2IiBzdHJva2U9IiNhY2FjYWMiIHN0cm9rZS13aWR0aD0iMS4yIi8+PHBhdGggZD0iTTY3LjY2IDExLjk3IDc5LjM1LjQzIiBzdHJva2U9IiNhY2FjYWMiIHN0cm9rZS13aWR0aD0iMS4yIi8+PC9zdmc+") no-repeat left top/contain;
  content: "";
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .MainVisual__balloon::after {
    height: 2.9333333333vw;
    width: 31.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__balloon::after {
    height: min(1vw, 13px);
    width: min(11vw, 143px);
  }
}

.MainVisual__lead {
  letter-spacing: -0.06em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .MainVisual__lead {
    font-size: 5.6vw;
    margin-block-start: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__lead {
    font-size: min(1.8461538462vw, 24px);
    margin-block-start: min(0.3076923077vw, 4px);
  }
}

.MainVisual__text {
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .MainVisual__text {
    font-size: 3.2vw;
    font-weight: 350;
    margin-block-start: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__text {
    font-size: min(1vw, 13px);
    margin-block-start: min(0.6153846154vw, 8px);
  }
}

.MainVisual__scroll {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  inset: auto 0 0;
  letter-spacing: 0.03em;
  margin-inline: auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .MainVisual__scroll {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__scroll {
    font-size: min(0.8461538462vw, 11px);
  }
}
.MainVisual__scroll i {
  font-style: normal;
}
.MainVisual__scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  content: "";
  display: block;
  margin-inline: auto;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .MainVisual__scroll::after {
    background-color: #fff;
    height: 28px;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__scroll::after {
    background-color: #909090;
    height: 43px;
  }
}

.Main__inner {
  contain: paint;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Main__inner {
    padding-block-end: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .Main__inner {
    padding-block-end: min(15.3846153846vw, 200px);
  }
}

.Brand {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, inset 0.3s;
}
.Brand.is-visible {
  opacity: 1;
}

.Brand__logo {
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .Brand__logo {
    inset: auto auto 2.6666666667vw 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Brand__logo {
    align-items: center;
    display: flex;
    inset: var(--headerHeight) auto 0 min(1.2307692308vw, 16px);
    width: min(1.0423076923vw, 13.55px);
  }
}
.Brand__logo svg {
  display: block;
}

.Brand__text {
  align-items: center;
  display: flex;
  inset-block: 0;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .Brand__text {
    inset: 3.4666666667vw 2.6666666667vw auto auto;
    width: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Brand__text {
    inset: var(--headerHeight) min(1.2307692308vw, 16px) 0 auto;
    width: min(0.6923076923vw, 9px);
  }
}
.Brand__text path[fill] {
  transition: fill 0.3s linear;
}
@media screen and (max-width: 768px) {
  .Brand__text.is-overlapping path[fill="#333"] {
    fill: #f8f6e9;
  }
}

.Style {
  position: relative;
}
@media screen and (max-width: 768px) {
  .Style {
    contain: paint;
    margin-block-start: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .Style {
    margin-block-start: min(15.3846153846vw, 200px);
  }
}

@media screen and (min-width: 769px) {
  .Style__row {
    display: grid;
    gap: min(5.3846153846vw, 70px);
    grid-template-columns: repeat(2, min(33.8461538462vw, 440px));
    justify-content: center;
  }
}

.Style__column {
  position: relative;
}

.Style__column01 {
  grid-area: column01;
}

.Style__column02 {
  grid-area: column02;
}
@media screen and (max-width: 768px) {
  .Style__column02 {
    margin-block-start: 21.3333333333vw;
  }
}

.Style__head {
  position: absolute;
  text-align: start;
  z-index: 2;
}

.StyleTitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .StyleTitle {
    height: 14.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleTitle {
    height: min(4.1538461538vw, 54px);
  }
}

.Style__photo {
  position: relative;
}

.Style__link {
  display: block;
  position: relative;
}

.Style__bg {
  display: block;
  position: absolute;
}

.Style__image {
  display: block;
}

.Style__lead {
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Style__lead {
    width: 11.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style__lead {
    width: min(3.6153846154vw, 47px);
  }
}

.Style__text {
  font-weight: 350;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Style__text {
    font-size: 3.2vw;
    margin-block-start: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style__text {
    font-size: min(1vw, 13px);
  }
}

.StyleCredit {
  display: grid;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .StyleCredit {
    margin-block-start: 1.8666666667vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit {
    margin-block-start: min(0.7692307692vw, 10px);
  }
}

.StyleCredit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .StyleCredit__list {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .StyleCredit__list:hover, a:hover .StyleCredit__list {
    opacity: 0.4 !important;
  }
}
@media screen and (max-width: 768px) {
  .StyleCredit__list {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit__list {
    gap: 0 min(0.7692307692vw, 10px);
  }
}

.StyleCredit__item {
  align-items: center;
  display: flex;
  font-family: "Inter", sans-serif;
  gap: 0.5em;
  line-height: 1.3;
  text-decoration: none;
}

.StyleCredit__name {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .StyleCredit__name {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit__name {
    font-size: min(0.9230769231vw, 12px);
  }
}
.StyleCredit__name::after {
  content: "/";
  margin-inline: 0.25em;
}

@media screen and (max-width: 768px) {
  .StyleCredit__price {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit__price {
    font-size: min(0.9230769231vw, 12px);
  }
}
.StyleCredit__price::before {
  content: "¥";
}

@media screen and (max-width: 768px) {
  .Style01 {
    margin-block-start: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style01 .Style__row {
    grid-template-areas: "column02 column01";
  }
}
@media screen and (max-width: 768px) {
  .Style01 .Style__head {
    inset: 4.5333333333vw auto auto 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style01 .Style__head {
    inset: min(1.5384615385vw, 20px) auto auto min(1.9230769231vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .Style01 .Style__lead {
    inset: 48.8vw 13.8666666667vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  .Style01 .Style__lead {
    inset: min(18.3076923077vw, 238px) min(3.8461538462vw, 50px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  .Style01 .Style__column02 {
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  .Style01 .Style__column02 .Style__photo {
    margin-inline: auto;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .Style01 .Style__column02 .Style__photo {
    margin-inline: auto;
    width: min(27.6923076923vw, 360px);
  }
}
@media screen and (min-width: 769px) {
  .Style01 .Style__body {
    align-self: end;
  }
}
.Style01 .Style__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Style01 .StyleCredit {
    margin-inline: auto;
    width: 72vw;
  }
}

@media screen and (max-width: 768px) {
  .Style02 {
    margin-block-start: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__row {
    grid-template-areas: "column01 column02";
  }
}
.Style02 .Style__head {
  position: static;
}
@media screen and (max-width: 768px) {
  .Style02 .Style__head {
    margin-block-end: 4.2666666667vw;
    margin-inline-start: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__head {
    align-self: start;
    margin-block-end: min(2.5384615385vw, 33px);
  }
}
@media screen and (min-width: 769px) {
  .Style02 .StyleTitle {
    margin-inline: auto;
    width: min(23.0769230769vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .Style02 .Style__lead {
    inset: 53.8666666667vw 17.3333333333vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__lead {
    inset: min(21.5384615385vw, 280px) min(2.4615384615vw, 32px) auto auto;
  }
}
@media screen and (max-width: 768px) {
  .Style02 .Style__column01 .Style__photo {
    width: 88vw;
  }
}
@media screen and (max-width: 768px) {
  .Style02 .Style__column02 {
    margin-inline-start: auto;
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__column02 {
    display: grid;
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__column02 .Style__photo {
    margin-inline: auto;
    width: min(22.6923076923vw, 295px);
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__body {
    margin-block-start: auto;
  }
}
@media screen and (min-width: 769px) {
  .Style02 .Style__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .Style02 .StyleCredit {
    width: 72vw;
  }
}
@media screen and (max-width: 768px) {
  .Style02 .StyleCredit__list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .Style03 {
    margin-block-start: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style03 .Style__row {
    grid-template: "column02 column01"/min(24.6153846154vw, 320px) min(33.8461538462vw, 440px);
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__head {
    inset: 4.8vw auto auto 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style03 .Style__head {
    margin-block-end: min(0.9230769231vw, 12px);
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__head path[fill="#333"] {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__head path[stroke="#333"] {
    stroke: #fff;
  }
}
@media screen and (min-width: 769px) {
  .Style03 .StyleTitle {
    height: min(4.8461538462vw, 63px);
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__lead {
    inset: 51.7333333333vw auto auto 12.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style03 .Style__lead {
    inset: min(17.8461538462vw, 232px) auto auto min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__column01 .Style__photo::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19.7%, rgba(0, 0, 0, 0.2) 62.55%, rgba(0, 0, 0, 0.4) 100%);
    background-blend-mode: multiply;
    content: "";
    display: block;
    height: 53.3333333333vw;
    inset: 0 0 auto;
    position: absolute;
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__column02 {
    margin-block-start: 2.6666666667vw;
    margin-inline: auto;
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  .Style03 .Style__column02 {
    align-content: center;
    display: grid;
    margin-block-start: min(3.0769230769vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  .Style03 .Style__body {
    margin-block-start: auto;
  }
}
@media screen and (max-width: 768px) {
  .Style03 .Style__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .Style03 .StyleCredit {
    margin-inline: auto;
    width: 72vw;
  }
}
@media screen and (min-width: 769px) {
  .Style03 .StyleCredit {
    width: min(19.2307692308vw, 250px);
  }
}
@media screen and (min-width: 769px) {
  .Style03 .StyleCredit__list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .Style04 {
    margin-block-start: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style04 .Style__row {
    grid-template-areas: "column01 column02";
  }
}
@media screen and (max-width: 768px) {
  .Style04 .Style__head {
    inset: auto auto 5.3333333333vw 12vw;
  }
}
@media screen and (min-width: 769px) {
  .Style04 .Style__head {
    inset: auto auto min(2.3076923077vw, 30px) min(2.0769230769vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .Style04 .Style__lead {
    inset: 48.2666666667vw auto auto 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style04 .Style__lead {
    inset: min(2.6153846154vw, 34px) auto auto min(3.3846153846vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .Style04 .Style__column02 {
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  .Style04 .Style__column02 .Style__photo {
    margin-inline: auto;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .Style04 .Style__column02 .Style__photo {
    margin-inline: auto;
    width: min(27.6923076923vw, 360px);
  }
}
@media screen and (min-width: 769px) {
  .Style04 .Style__body {
    align-self: end;
  }
}
.Style04 .Style__text {
  text-align: center;
}
.Style04 .StyleCredit {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Style04 .StyleCredit {
    width: 72vw;
  }
}
@media screen and (min-width: 769px) {
  .Style04 .StyleCredit {
    width: min(23.2307692308vw, 302px);
  }
}

@media screen and (max-width: 768px) {
  .Style05 {
    margin-block-start: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style05 .Style__row {
    grid-template: "column02 column01"/min(24.6153846154vw, 320px) min(33.8461538462vw, 440px);
  }
}
@media screen and (max-width: 768px) {
  .Style05 .Style__head {
    inset: 129.8666666667vw auto auto 18.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style05 .Style__head {
    margin-block-end: min(1.4615384615vw, 19px);
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .Style05 .Style__head path[fill="#333"] {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .Style05 .Style__head path[stroke="#333"] {
    stroke: #fff;
  }
}
@media screen and (max-width: 768px) {
  .Style05 .Style__lead {
    inset: 5.3333333333vw 11.2vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  .Style05 .Style__lead {
    inset: min(2.3076923077vw, 30px) min(3.0769230769vw, 40px) auto auto;
  }
}
@media screen and (max-width: 768px) {
  .Style05 .Style__column02 {
    margin-block-start: 2.6666666667vw;
    margin-inline: auto;
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  .Style05 .Style__column02 {
    align-content: center;
    display: grid;
    margin-block-start: min(3.0769230769vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  .Style05 .Style__body {
    margin-block-start: auto;
  }
}
@media screen and (max-width: 768px) {
  .Style05 .Style__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .Style05 .StyleCredit {
    margin-inline: auto;
    width: 72vw;
  }
}
@media screen and (min-width: 769px) {
  .Style05 .StyleCredit__list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .Buttons {
    margin-block-start: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons {
    margin-block-start: min(2.6923076923vw, 35px);
  }
}
.Buttons .Buttons__list {
  display: grid;
  justify-content: center;
  margin-inline: 0;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__list {
    gap: 10.6666666667vw;
    grid-template-columns: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__list {
    gap: min(3.0769230769vw, 40px);
    grid-template-columns: min(38.4615384615vw, 500px);
  }
}
.Buttons .Buttons__item {
  display: grid;
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__item {
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__item {
    gap: min(0.3846153846vw, 5px);
  }
}
.Buttons .Buttons__link {
  background-color: #535353;
  color: #fff;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-block: 0.5em;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .Buttons .Buttons__link {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Buttons .Buttons__link:hover, a:hover .Buttons .Buttons__link {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__link {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__link {
    font-size: min(1.3846153846vw, 18px);
  }
}
.Buttons .Buttons__text {
  display: block;
  font-weight: 350;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__text {
    font-size: min(1vw, 13px);
  }
}

.Credit {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Credit {
    font-size: 2.6666666667vw;
    margin-block-start: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit {
    font-size: min(0.9230769231vw, 12px);
    margin-block-start: min(2.3076923077vw, 30px);
  }
}

.Credit__title::after {
  background-color: #b3b3b3;
  content: "";
  display: block;
  height: 1px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Credit__title::after {
    margin-block: 2.6666666667vw;
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit__title::after {
    margin-block: min(0.7692307692vw, 10px);
    width: min(1.3076923077vw, 17px);
  }
}

.Credit__text {
  line-height: 1.5;
}
.Footer {
  border-block: 1px solid #b3b3b3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Footer {
    display: grid;
    padding-block: 16vw 18.6666666667vw;
    padding-inline: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Footer {
    padding-block: 6.9230769231vw;
  }
}

.FooterLogo {
  display: grid;
  justify-items: center;
}

@media screen and (max-width: 768px) {
  .FooterLogo__season {
    width: 25.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .FooterLogo__season {
    width: min(11.7692307692vw, 153px);
  }
}

@media screen and (max-width: 768px) {
  .FooterLogo__title {
    margin-block-start: 0.2666666667vw;
    width: 60vw;
  }
}
@media screen and (min-width: 769px) {
  .FooterLogo__title {
    margin-block-start: min(0.1346153846vw, 1.75px);
    width: min(27.9230769231vw, 363px);
  }
}

.BackTop {
  color: inherit;
  display: block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-inline: auto;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .BackTop {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .BackTop:hover, a:hover .BackTop {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .BackTop {
    font-size: 2.6666666667vw;
    margin-block-start: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .BackTop {
    font-size: min(0.9230769231vw, 12px);
    margin-block-start: min(5vw, 65px);
  }
}
.BackTop::before {
  background-color: #b3b3b3;
  content: "";
  display: block;
  margin-inline: auto;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNyA5LjQ5IDguNTUuNzkuNCA5LjUiIHN0cm9rZT0iI2IzYjNiMyIgc3Ryb2tlLXdpZHRoPSIxIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz48L3N2Zz4=") no-repeat left top/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNyA5LjQ5IDguNTUuNzkuNCA5LjUiIHN0cm9rZT0iI2IzYjNiMyIgc3Ryb2tlLXdpZHRoPSIxIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz48L3N2Zz4=") no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .BackTop::before {
    height: 2.4vw;
    margin-block-end: 0.5333333333vw;
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .BackTop::before {
    height: min(0.7692307692vw, 10px);
    margin-block-end: min(0.1538461538vw, 2px);
    width: min(1.3846153846vw, 18px);
  }
}