:root {
  --color-main: #ba152d;
  --color-accent: #3a3f8e;
  --color-accent-dark: #1c2652;
}

/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBold.eot");
  src: local("Neue Plak Wide Bold"), local("NeuePlak-WideBold"), url("../fonts/NeuePlak-WideBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBold.woff2") format("woff2"), url("../fonts/NeuePlak-WideBold.woff") format("woff"), url("../fonts/NeuePlak-WideBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBlack.eot");
  src: local("Neue Plak Wide Black"), local("NeuePlak-WideBlack"), url("../fonts/NeuePlak-WideBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBlack.woff2") format("woff2"), url("../fonts/NeuePlak-WideBlack.woff") format("woff"), url("../fonts/NeuePlak-WideBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAMES
  ------------------------------ */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
@media screen and (min-width: 320px) {
  .topSection {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topSection {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 320px) {
  .topSection .topHead {
    padding: 0 5vw;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topSection .topHead {
    padding: 0 5vw;
    margin-bottom: 24px;
  }
}

.topHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHead__title {
  line-height: 1;
  padding-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .topHead__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHead__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 320px) {
  .topHead__icon {
    margin: 0 16px 0 6px;
  }
}
@media screen and (min-width: 600px) {
  .topHead__icon {
    margin: 0 16px 0 6px;
  }
}
.topHead__icon svg {
  display: block;
}
@media screen and (min-width: 320px) {
  .topHead__icon svg {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHead__icon svg {
    width: 4rem;
    height: 4rem;
  }
}
.topHead__en {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 320px) {
  .topHead__en {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHead__en {
    font-size: 2.4rem;
  }
}

.topFv {
  width: 100%;
}
.topFv__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 320px) {
  .topFv__inner {
    padding: calc(7rem + 16px) 0 16px;
    padding-bottom: 20vh;
    padding-bottom: 20svh;
  }
}
@media screen and (min-width: 600px) {
  .topFv__inner {
    padding: calc(7rem + 16px) 0 16px;
    padding-bottom: 20vh;
    padding-bottom: 20svh;
  }
}
.topFv__carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.topFv__carousel::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: white;
}
@media screen and (min-width: 320px) {
  .topFv__carousel::before {
    inset: 0 auto auto 0;
    width: 5vw;
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carousel::before {
    inset: 0 auto auto 0;
    width: 5vw;
    height: 100%;
  }
}
.topFv__carousel::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: -50px -50px #fff;
          box-shadow: -50px -50px #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 320px) {
  .topFv__carousel::after {
    inset: auto auto 0 5vw;
    border-radius: 24%;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carousel::after {
    inset: auto auto 0 5vw;
    border-radius: 24%;
  }
}
.topFv__carouselArticle.swiper-slide-active .topFv__carouselFigure img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topFv__carouselArticle.swiper-slide-active .topFv__carouselInfoBg {
  opacity: 1;
}
.topFv__carouselArticle.swiper-slide-active .topFv__carouselInfoInner {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.topFv__carouselLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv__carouselLink {
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselLink {
    border-radius: 16px;
  }
}
.topFv__carouselFigure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: gray;
}
.topFv__carouselFigure .imgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topFv__carouselFigure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
.topFv__carouselInfo {
  position: absolute;
  z-index: 1;
  width: auto;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfo {
    inset: auto auto 16px 16px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfo {
    inset: auto auto 16px 16px;
    border-radius: 16px;
  }
}
.topFv__carouselInfoBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
.topFv__carouselInfoBg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topFv__carouselInfoInner {
  position: relative;
  z-index: 1;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfoInner {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfoInner {
    padding: 24px 32px;
  }
}
.topFv__carouselInfoInner .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfoInner .tags {
    gap: 4px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfoInner .tags {
    gap: 4px;
  }
}
.topFv__carouselInfoInner .tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfoInner .tags li {
    width: 8rem;
    height: 4rem;
    font-size: 1.8rem;
    border-radius: 6px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfoInner .tags li {
    width: 8rem;
    height: 4rem;
    font-size: 1.8rem;
    border-radius: 6px;
  }
}
.topFv__carouselInfoInner .title, .topFv__carouselInfoInner .price {
  font-weight: 700;
}
.topFv__carouselInfoInner .title {
  line-height: 1.14;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfoInner .title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfoInner .title {
    font-size: 4rem;
  }
}
.topFv__carouselInfoInner .price {
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfoInner .price {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfoInner .price {
    font-size: 7.2rem;
  }
}
.topFv__en {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1.14;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0.92;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
@media screen and (min-width: 320px) {
  .topFv__en {
    inset: auto auto 16px 0;
    font-size: 11.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__en {
    inset: auto auto 16px 0;
    font-size: 11.4rem;
  }
}

.topFv__carouselInfo {
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv__carouselInfo {
    width: 48rem;
    border-radius: 16px;
    inset: auto auto 16px 16px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselInfo {
    width: 48rem;
    border-radius: 16px;
    inset: auto auto 16px 16px;
  }
}
.topFv__carouselInfo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(2px);
}

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

.topFv__carouselMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.topFv__carouselTags,
.topFv__carouselDates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.topFv__carouselTags li,
.topFv__carouselDates li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  border: solid 1px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .topFv__carouselTags li,
  .topFv__carouselDates li {
    min-height: 3.8rem;
    padding: 0 1.6rem;
    border-radius: 999px;
    font-size: 1.8rem;
  }
}

.topFv__carouselTags li {
  background: rgb(var(--color-bl));
  color: white;
  border: none;
}

.topFv__carouselTitle {
  color: white;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 320px) {
  .topFv__carouselTitle {
    font-size: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselTitle {
    font-size: 4rem;
  }
}

.topUpdates {
  overflow: hidden;
}

.topSearch__var {
  background: rgba(var(--color-aqua)/0.12);
}
@media screen and (min-width: 320px) {
  .topSearch__var {
    border-radius: 16px 0 0 16px;
  }
}
@media screen and (min-width: 600px) {
  .topSearch__var {
    border-radius: 32px 0 0 32px;
  }
}
.topSearch__var .topHead {
  position: relative;
}
.topSearch__var .topHead img {
  position: absolute;
  display: block;
  height: auto;
}
@media screen and (min-width: 320px) {
  .topSearch__var .topHead img {
    inset: 50% 5vw auto auto;
    width: 84rem;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
@media screen and (min-width: 600px) {
  .topSearch__var .topHead img {
    inset: 50% 5vw auto auto;
    width: 84rem;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

.topSearchBox {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topSearchBox {
    width: 90%;
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 600px) {
  .topSearchBox {
    width: 90%;
    margin: 32px auto 0;
  }
}
.topSearchBox__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  padding: 0 0 0;
}
.topSearchBox__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
  cursor: pointer;
  font-size: clamp(1.3rem, 1.8vw, 2.1rem);
}
@media screen and (min-width: 320px) {
  .topSearchBox__tab {
    height: 10rem;
  }
}
@media screen and (min-width: 600px) {
  .topSearchBox__tab {
    height: 10rem;
  }
}
.topSearchBox__tab.is-active {
  color: #fff;
}
.topSearchBox__tab.is-active .topSearchBox__tabInner {
  background: rgb(var(--color-aqua));
  border-color: rgb(var(--color-aqua));
}
@media screen and (min-width: 320px) {
  .topSearchBox__tab.is-active .topSearchBox__tabInner {
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topSearchBox__tab.is-active .topSearchBox__tabInner {
    height: 100%;
  }
}
.topSearchBox__tabInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  background: rgba(var(--color-aqua)/0.42);
  color: #fff;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (min-width: 320px) {
  .topSearchBox__tabInner {
    height: 72%;
  }
}
@media screen and (min-width: 600px) {
  .topSearchBox__tabInner {
    height: 72%;
  }
}
.topSearchBox__body {
  padding: clamp(24px, 4vw, 52px);
  background: rgb(var(--color-aqua));
}
@media screen and (min-width: 320px) {
  .topSearchBox__body {
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (min-width: 600px) {
  .topSearchBox__body {
    border-radius: 0 0 32px 32px;
  }
}
.topSearchBox__panel {
  display: none;
}
.topSearchBox__panel.is-active {
  display: block;
  -webkit-animation: searchPanelFade 0.28s ease both;
          animation: searchPanelFade 0.28s ease both;
}
.topSearchBox__empty {
  color: #fff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.08em;
}

.topAreaSearch {
  display: grid;
  gap: clamp(20px, 3vw, 36px);
}
@media screen and (min-width: 600px) {
  .topAreaSearch {
    grid-template-columns: 180px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.topAreaSearch__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .topAreaSearch__tabs {
    grid-template-columns: 1fr;
    position: sticky;
    top: 120px;
  }
}
.topAreaSearch__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  min-height: 52px;
  padding: 0 18px;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  cursor: pointer;
  -webkit-transition: background 0.22s ease, color 0.22s ease, -webkit-transform 0.22s ease;
  transition: background 0.22s ease, color 0.22s ease, -webkit-transform 0.22s ease;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}
.topAreaSearch__tab.is-active {
  background: #fff;
  color: rgb(var(--color-aqua));
}
.topAreaSearch__tab:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.topAreaSearch__contents {
  min-width: 0;
}
.topAreaSearch__panel {
  display: none;
}
.topAreaSearch__panel.is-active {
  display: block;
  -webkit-animation: topAreaPanelFade 0.28s ease both;
          animation: topAreaPanelFade 0.28s ease both;
}
.topAreaSearch__empty {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

@-webkit-keyframes topAreaPanelFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes topAreaPanelFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topSearchGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 2vw, 24px);
}
@media screen and (min-width: 600px) {
  .topSearchGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.topSearchGrid--season {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 600px) {
  .topSearchGrid--season {
    grid-template-columns: repeat(4, 1fr);
  }
}

.topSearchCard {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (min-width: 600px) {
  .topSearchCard {
    border-radius: 18px;
  }
}
.topSearchCard:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 0 rgba(0, 0, 0, 0.08);
}
.topSearchCard:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.topSearchCard__fig {
  aspect-ratio: 4/2.55;
  overflow: hidden;
  background: rgba(var(--color-aqua)/0.16);
}
.topSearchCard__fig img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.topSearchCard__body {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px 8px;
}
@media screen and (min-width: 600px) {
  .topSearchCard__body {
    min-height: 62px;
  }
}
.topSearchCard__body span {
  color: rgb(var(--color-aqua));
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
}

.topSearchSeason {
  display: grid;
  place-items: center;
  min-height: 64px;
  border-radius: 999px;
  background: #fff;
  color: rgb(var(--color-aqua));
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.topSearchSeason:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 0 rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes searchPanelFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes searchPanelFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topSearchDateForm {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.topSearchDateForm__label {
  display: block;
  margin-bottom: 16px;
  color: #251e1c;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}
.topSearchDateForm__inputWrap {
  position: relative;
}
.topSearchDateForm__input {
  width: 100%;
  height: 64px;
  border: 3px solid rgb(var(--color-aqua));
  border-radius: 12px;
  padding: 0 18px;
  background: #fff;
  color: #251e1c;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.topSearchDateForm__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgba(var(--color-aqua)/0.22);
          box-shadow: 0 0 0 4px rgba(var(--color-aqua)/0.22);
}
.topSearchDateForm__note {
  margin-top: 14px;
  color: rgba(37, 30, 28, 0.72);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
}
.topSearchDateForm__submit {
  display: grid;
  place-items: center;
  width: min(100%, 420px);
  height: 68px;
  margin: 28px auto 0;
  border: none;
  border-radius: 12px;
  background: #8abd00;
  color: #fff;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  cursor: pointer;
  -webkit-transition: opacity 0.22s ease, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, -webkit-transform 0.22s ease;
  transition: transform 0.22s ease, opacity 0.22s ease;
  transition: transform 0.22s ease, opacity 0.22s ease, -webkit-transform 0.22s ease;
}
.topSearchDateForm__submit:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 0.92;
}

.topInfo {
  overflow: hidden;
}
.topInfo__inner {
  width: min(100% - 40px, 1440px);
  margin: 0 auto;
}

.topInfoSlider {
  margin-top: clamp(24px, 3vw, 40px);
  overflow: visible;
}
@media screen and (min-width: 320px) {
  .topInfoSlider {
    padding: 0 0 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topInfoSlider {
    padding: 0 0 0 5vw;
  }
}
.topInfoSlider .swiper-pagination {
  position: static;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.topInfoSlider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgba(var(--color-aqua)/0.24);
  opacity: 1;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.topInfoSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 38px;
  border-radius: 999px;
  background: rgb(var(--color-aqua));
}

.topInfoCard {
  height: auto;
}
.topInfoCard__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  text-decoration: none;
  border: 2px solid rgba(var(--color-aqua)/0.18);
  -webkit-box-shadow: 0 10px 0 rgba(var(--color-aqua)/0.08);
          box-shadow: 0 10px 0 rgba(var(--color-aqua)/0.08);
  -webkit-transition: -webkit-transform 0.24s ease;
  transition: -webkit-transform 0.24s ease;
  transition: transform 0.24s ease;
  transition: transform 0.24s ease, -webkit-transform 0.24s ease;
}
.topInfoCard__link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.topInfoCard__link:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.topInfoCard__figure {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: rgba(var(--color-aqua)/0.08);
}
.topInfoCard__figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.topInfoCard__new {
  position: absolute;
  inset: 14px auto auto 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ff6b6b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.topInfoCard__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px;
}
.topInfoCard__title {
  color: #251e1c;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.topInfoCard__excerpt {
  margin-top: 12px;
  color: rgba(37, 30, 28, 0.68);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topBanner {
  position: fixed;
  z-index: 10;
  background: white;
  -webkit-box-shadow: 0px 0px 24px -8px rgba(var(--color-aqua)/0.4);
          box-shadow: 0px 0px 24px -8px rgba(var(--color-aqua)/0.4);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  will-change: transform;
}
@media screen and (min-width: 320px) {
  .topBanner {
    inset: auto 0 0 auto;
    border-radius: 24px 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topBanner {
    inset: auto 0 0 auto;
    border-radius: 24px 0 0 0;
  }
}
.topBanner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topBanner__list {
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topBanner__list {
    gap: 8px;
  }
}
@media screen and (min-width: 320px) {
  .topBanner__listitem {
    width: 22.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topBanner__listitem {
    width: 22.4rem;
  }
}
.topBanner__listitem a, .topBanner__listitem img {
  display: block;
  width: 100%;
  height: auto;
}
.topBanner__listitem a {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.topBanner__listitem a:hover {
  opacity: 0.64;
}

.topSearch__topics {
  background: rgba(var(--color-gr)/0.12);
  overflow: hidden;
}
.topSearch__topics .topHead {
  position: relative;
}
.topSearch__topics .topHead img {
  position: absolute;
  display: block;
  height: auto;
}
@media screen and (min-width: 320px) {
  .topSearch__topics .topHead img {
    inset: 50% 5vw auto auto;
    width: 84rem;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
@media screen and (min-width: 600px) {
  .topSearch__topics .topHead img {
    inset: 50% 5vw auto auto;
    width: 84rem;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

.topSearch__topics .topHead .cl__pk {
  color: rgb(var(--color-gr));
}

.topSearch__topicsInner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 320px) {
  .topSearch__topicsMain {
    padding: 0 0 0 5vw;
    margin-top: 48px;
  }
}
@media screen and (min-width: 600px) {
  .topSearch__topicsMain {
    padding: 0 0 0 5vw;
    margin-top: 48px;
  }
}

.topTopicsSwiper {
  overflow: visible;
  padding-bottom: 48px;
}
.topTopicsSwiper__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.topTopicsSwiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(var(--color-gr)/0.28);
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}
.topTopicsSwiper__pagination .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 999px;
  background: rgb(var(--color-gr));
}

.topTopicsCard {
  height: auto;
}
.topTopicsCard__link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  height: 100%;
  padding: clamp(20px, 3vw, 38px);
  border: 3px solid rgb(var(--color-gr));
  border-radius: 28px;
  background: #fff;
  text-decoration: none;
  color: #251e1c;
  -webkit-transition: -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
}
@media screen and (min-width: 600px) {
  .topTopicsCard__link {
    grid-template-columns: 280px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 260px;
    border-radius: 34px;
  }
}
.topTopicsCard__link::before, .topTopicsCard__link::after {
  content: "";
  position: absolute;
  left: 42%;
  width: 42px;
  height: 24px;
  background: rgba(var(--color-gr)/0.12);
  border-left: 3px solid rgb(var(--color-gr));
  border-right: 3px solid rgb(var(--color-gr));
  z-index: 2;
}
@media screen and (min-width: 320px) {
  .topTopicsCard__link::before, .topTopicsCard__link::after {
    display: none;
  }
}
.topTopicsCard__link::before {
  top: -3px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.topTopicsCard__link::after {
  bottom: -3px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.topTopicsCard__link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 0 rgba(var(--color-gr)/0.16);
          box-shadow: 0 12px 0 rgba(var(--color-gr)/0.16);
}
.topTopicsCard__link:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.topTopicsCard__figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(var(--color-gr)/0.1);
}
@media screen and (min-width: 600px) {
  .topTopicsCard__figure {
    border-radius: 18px;
  }
}
.topTopicsCard__figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.topTopicsCard__content {
  position: relative;
}
@media screen and (min-width: 600px) {
  .topTopicsCard__content {
    padding-left: 34px;
    border-left: 2px dashed rgba(37, 30, 28, 0.24);
  }
}
.topTopicsCard__title {
  color: rgb(var(--color-gr));
  font-size: clamp(1.9rem, 2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.topTopicsCard__excerpt {
  margin-top: 14px;
  color: #251e1c;
  font-size: clamp(1.3rem, 1.25vw, 1.55rem);
  font-weight: 800;
  line-height: 1.9;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (min-width: 600px) {
  .topTopicsCard__excerpt {
    -webkit-line-clamp: 6;
  }
}

.topSearchDateForm__range {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topSearchDateForm__range {
    grid-template-columns: 1fr;
    gap: 14px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (min-width: 600px) {
  .topSearchDateForm__range {
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topSearchDateForm__caption {
  display: block;
  margin-bottom: 6px;
  color: #251e1c;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (min-width: 320px) {
  .topSearchDateForm__caption {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topSearchDateForm__caption {
    font-size: 2.2rem;
  }
}
.topSearchDateForm__separator {
  display: grid;
  place-items: center;
  height: 64px;
  color: #251e1c;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .topSearchDateForm__separator {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@media screen and (min-width: 600px) {
  .topSearchDateForm__separator {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
@media screen and (min-width: 320px) {
  .topSearchDateForm__separator {
    height: auto;
  }
}

.topFv__carouselPrice {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
  color: rgb(var(--color-bl));
  font-weight: 900;
  line-height: 1;
  isolation: isolate;
}
@media screen and (min-width: 320px) {
  .topFv__carouselPrice {
    min-height: 6.4rem;
    padding: 0 3.6rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselPrice {
    min-height: 6.4rem;
    padding: 0 3.6rem;
    font-size: 4rem;
  }
}
.topFv__carouselPrice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 6px;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  z-index: -1;
}
.topFv__carouselPrice::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.8rem;
  bottom: 0.8rem;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  z-index: -1;
}
.topFv__carouselPrice span {
  position: relative;
  z-index: 2;
}
.topFv__carouselPrice .from {
  font-size: 0.34em;
  letter-spacing: 0.12em;
  font-weight: 800;
}/*# sourceMappingURL=top.css.map */