.opening {
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 80;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: fadeOut;
  animation-duration: var(--duration);
  animation-delay: var(--delay);
}
.opening.is-hide {
  display: none;
}
.opening-slide, .opening-slide--3, .opening-slide--2, .opening-slide--1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1.875rem;
  animation-name: slideShow;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: var(--duration);
  animation-delay: var(--delay);
  opacity: 0;
}
.opening-slide__image--goldwin {
  width: 69.0909090909%;
  max-width: 14.25rem;
}
@media screen and (min-width: 1100px) {
  .opening-slide__image--goldwin {
    width: 16.5217391304%;
  }
}
.opening-slide__image--parks {
  width: 67.2727272727%;
  max-width: 13.875rem;
}
@media screen and (min-width: 1100px) {
  .opening-slide__image--parks {
    width: 16.0869565217%;
  }
}
.opening-slide__image--adventure {
  width: 100%;
  max-width: 20.625rem;
}
@media screen and (min-width: 1100px) {
  .opening-slide__image--adventure {
    width: 38.9130434783%;
    max-width: none;
  }
}
.opening-slide img, .opening-slide--1 img, .opening-slide--2 img, .opening-slide--3 img {
  width: 100%;
}

@keyframes slideShow {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .opening, [class^=opening-slide] {
    animation: none;
  }
  .opening {
    opacity: 0;
    visibility: hidden;
  }
}
.key-visual {
  height: calc(100vh - 3.125rem);
}
@media screen and (min-width: 1100px) {
  .key-visual {
    height: calc(100vh - 5.625rem);
  }
}
.key-visual-item {
  height: 100%;
  color: #fff;
  background-color: #fff;
}
.key-visual-item__link {
  display: block;
  height: 100%;
  position: relative;
}
@media (any-hover: hover) {
  .key-visual-item__link .key-visual-item__thumbnail:hover img {
    transform: scale(1.02);
  }
}
.key-visual-item__link .key-visual-item__thumbnail:focus-visible img {
  transform: scale(1.02);
}
.key-visual-item__linkIcon {
  position: absolute;
  bottom: -1.625rem;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}
.key-visual-item__linkIcon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__linkIcon {
    right: -1.375rem;
  }
}
.key-visual-item__thumbnail {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.key-visual-item__thumbnail img {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.key-visual-item__thumbnail::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.key-visual-item__contents {
  position: absolute;
  width: 16.25rem;
  left: 1.25rem;
  bottom: 5.375rem;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__contents {
    width: 22.5rem;
    left: clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
    bottom: 6.875rem;
  }
}
.key-visual-item__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-family: goldwingrotesk-semibold, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  width: 8.5625rem;
  height: 2.3125rem;
  padding: 0 0.5rem;
  font-size: 0.625rem;
  line-height: 1.1;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__label {
    width: 12.375rem;
    height: 3.3125rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.key-visual-item__labelLine {
  width: 8.5625rem;
  height: 2.3125rem;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__labelLine {
    width: 12.375rem;
    height: 3.3125rem;
  }
}
.key-visual-item__labelLine svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1px;
}
.key-visual-item__term {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__term {
    font-size: 1.5625rem;
    line-height: 1.28;
    margin-top: 1.5rem;
  }
}
.key-visual-item__date {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__date {
    font-size: 1.3125rem;
    line-height: 1.4761904762;
    margin-top: 1.25rem;
  }
}
.key-visual-item__day {
  font-weight: 700;
  font-size: 0.625rem;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__day {
    font-size: 0.8125rem;
  }
}
.key-visual-item__place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.375rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1100px) {
  .key-visual-item__place {
    margin-top: 0.9375rem;
  }
}
.key-visual-item__placeIcon {
  display: block;
  width: 0.75rem;
  height: 1rem;
  line-height: 1rem;
}
.key-visual-item__placeIcon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.key-visual__control {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  width: 16.25rem;
  color: #fff;
  border-top: 1px solid currentColor;
  position: absolute;
  left: 1.25rem;
  bottom: 1rem;
  z-index: 50;
}
@media screen and (min-width: 1100px) {
  .key-visual__control {
    width: 24.5625rem;
    padding-top: 0.625rem;
    left: clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
    bottom: 1.5625rem;
  }
}
.key-visual__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 0.375rem;
  width: 50%;
  font-family: goldwingrotesk-medium, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.8333333333;
}
@media screen and (min-width: 1100px) {
  .key-visual__pagination {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
.key-visual-button__area {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
  gap: 1rem;
  width: 50%;
}
.key-visual-button--prev .key-visual-button__icon {
  transform: rotate(180deg);
}
.key-visual-button__icon {
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
}
.key-visual-button__icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .key-visual-button__icon {
    width: 0.75rem;
    height: 1rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 1100px) {
  .section .button__area {
    justify-content: flex-start;
    margin-top: 0.3125rem;
  }
}

@media screen and (min-width: 1100px) {
  .t-discover {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .t-discover .section__head {
    padding: 5rem 0;
  }
  .t-discover .section__body {
    width: 72.8571428571%;
  }
  .t-discover .button__area {
    width: auto;
    position: absolute;
    left: clamp(2.5rem, 2.7777777778vw, 4.4444444444rem);
    bottom: 5rem;
  }
}
.t-discover-item {
  width: 100%;
}
.t-discover-item__link {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .t-discover-item__link .t-discover-item__thumbnail:hover img {
    transform: scale(1.02);
  }
}
.t-discover-item__link:focus-visible .t-discover-item__thumbnail img {
  transform: scale(1.02);
}
.t-discover-item__thumbnail {
  display: block;
  aspect-ratio: 350/438;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .t-discover-item__thumbnail {
    aspect-ratio: 1020/800;
  }
}
.t-discover-item__thumbnail img {
  transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.t-discover-item__contents {
  position: absolute;
  color: #fff;
  top: 1.875rem;
  left: 1.25rem;
  width: 17.75rem;
}
@media screen and (min-width: 1100px) {
  .t-discover-item__contents {
    top: auto;
    left: clamp(6rem, 6.6666666667vw, 10.6666666667rem);
    bottom: 6rem;
    width: 24.125rem;
  }
}
.t-discover-item__series {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 1100px) {
  .t-discover-item__series {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.t-discover-item__term {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .t-discover-item__term {
    font-size: 1.5625rem;
    line-height: 1.28;
    margin-top: 1.875rem;
  }
}
.t-discover-item-tag {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .t-discover-item-tag {
    gap: 0.5rem 1.25rem;
    margin-top: 1.875rem;
  }
}
.t-discover-item-tag__item {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
}
.t-discover-item-tag__item::before {
  content: "#";
}
