@charset "UTF-8";
/**********************
* 動画
*************************/
#youtube-area.is-show {
  -webkit-animation-name: movie;
  animation-name: movie;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes movie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 767px) {
  #youtube {
    width: 178vh;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    transform: translate(20%, 0);
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  #youtube {
    width: 178vh;
    height: 56vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #303751 0%, rgba(48, 55, 81, 0.5) 100%);
  background-blend-mode: darken;
}

/**/
.mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 41/24;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 9/16;
  }
}
.mv::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9.25vw 100vw;
  border-color: transparent transparent #F3F4F7 transparent;
}
.mv::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background: url(../img/top/bg_mv.jpg) no-repeat top left/cover;
}
@media (max-width: 767px) {
  .mv::after {
    background-image: url(../img/top/bg_mv_sp.jpg);
  }
}

.mv-title {
  position: absolute;
  right: 2%;
  top: 39.5%;
  transform: translateY(-50%);
  width: 31.75%;
}
@media (max-width: 767px) {
  .mv-title {
    width: 54.75%;
  }
}

.mv-lead {
  display: none;
}

.scroll {
  display: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
}

.mv-btn-wrap {
  display: none;
}

.is-season-off .l-header {
  height: 100px;
}
.is-season-off .mv .l-inner {
  width: 96%;
}
@media (max-width: 767px) {
  .is-season-off .p-header__title {
    margin: 0 auto;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .is-season-off .mv {
    aspect-ratio: 375/848;
  }
}
.is-season-off .mv-title {
  right: 13.5%;
  top: 42.25%;
}
@media (max-width: 767px) {
  .is-season-off .mv-title {
    position: relative;
    right: -5%;
    top: auto;
    transform: translate(0);
    margin: 9% auto 0;
    width: 100%;
    max-width: 360px;
  }
}
.is-season-off .mv-lead {
  position: absolute;
  left: 15%;
  top: 41.25%;
  transform: translateY(-50%);
  display: block;
  font-feature-settings: "palt" on;
  font-size: 56px;
  font-size: min(3.5vw,56px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 767px) {
  .is-season-off .mv-lead {
    position: static;
    margin-top: 42%;
    text-align: center;
    font-size: 25px;
    font-size: min(6.66vw,25px);
    transform: translate(0);
  }
}
.is-season-off .scroll {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 9.1875%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .is-season-off .scroll {
    position: static;
    transform: translate(0);
    margin: 13.5% auto 0;
    display: block;
    width: 39.2%;
  }
}
.is-season-off .scroll .scroll-text {
  -webkit-animation: scrollDown1 2s ease-in 0.3s infinite;
          animation: scrollDown1 2s ease-in 0.3s infinite;
}
.is-season-off .scroll::after {
  content: "";
  margin: 15px auto 0;
  display: block;
  width: 100%;
  aspect-ratio: 147/105;
  background: url(../img/top/scrolldown.svg) no-repeat center/contain;
  opacity: 0;
  -webkit-animation: scrollDown2 2s ease-in 0.3s infinite;
          animation: scrollDown2 2s ease-in 0.3s infinite;
}
@media (max-width: 767px) {
  .is-season-off .mv-btn-wrap {
    margin: 20% auto 0;
    display: block;
    max-width: 292px;
  }
}

@-webkit-keyframes scrollDown1 {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scrollDown1 {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollDown2 {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes scrollDown2 {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}

/******
* お知らせ
*********/
@media (min-width: 961px) {
  .top-news-wrap {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 74.5995423341%;
    grid-template-rows: auto auto;
    gap: 0 7.0552147239%;
    grid-template-areas: "g01 g02" "g03 g02";
  }
  .top-news-wrap .g01 {
    grid-area: g01;
  }
  .top-news-wrap .g03 {
    grid-area: g03;
  }
  .top-news-wrap .g02 {
    grid-area: g02;
  }
}
@media (min-width: 961px) and (max-width: 767px) {
  .top-news-wrap {
    grid-template-areas: "g01" "g02" "g03";
  }
}
@media (min-width: 961px) {
  .top-news-button-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  .top-news-wrap {
    margin-top: 40px;
  }
  .top-news-wrap .newslist {
    margin-top: 40px;
  }
  .top-news-button-wrap {
    margin-top: 40px;
    text-align: center;
  }
  .top-news-button-wrap > * {
    margin: 0 auto;
  }
}
