/*
 scssが古い可能性あり
 style_custom.cssで上書き対応
*/

html {
  overflow-x: hidden;
}


.lity-container {
  position: relative;
}
.lity-container .lity-close {
  position: absolute;
  transform: translate(0%, -100%);
  font-size: 6rem;
  line-height: 1;
  font-family: initial;
  right: 0;
  top: -0.6em;
}

@media screen and (max-width: 767px) {
  .lity-container .lity-close {
    font-size: 4rem;
    right: 20px;
    top: -0.6em;
  }
}

/*==============================================
  header
==============================================*/
.l-header {
  z-index: 111;
}
.c-header-logo {
  width: 322px;
}
.c-header__btn-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 80px;
}
.c-header__btn-list .c-btn-contact {
  margin: 0;
}
.c-header__btn-list .c-btn-contact a {
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-pamphlet a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  width: 300px;
  height: 72px;
  color: #fff;
  background-color: #003B8D;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.c-btn-pamphlet a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #72C9F3;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.c-btn-pamphlet .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icon/icon_book.webp") no-repeat center center / 100% auto;
}
@media screen and (max-width: 1080px) {
  .c-header__btn-list {
    gap: 10px;
  }
  .c-header__btn-list .c-btn-contact a,
  .c-header__btn-list .c-btn-pamphlet a {
    height: 60px;
  }
  .c-header__btn-list .c-btn-contact {
    width: 140px;
  }
  .c-header__btn-list .c-btn-pamphlet a {
    width: 240px;
    gap: 10px;
  }
  .c-header__btn-list .c-btn-pamphlet .icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-header-logo {
    width: 54vw;
    max-width: 322px;
  }
}


.c-header-nav_btn-pamphlet {
  margin-top: 20px;
}
.c-header-nav_btn-pamphlet a {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-header-nav_btn-pamphlet a {
    flex-direction: column;
    gap: 5px;
    font-size: 1.3rem;
  }
  .c-header-nav_btn-pamphlet .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
}


/*==============================================
  footer
==============================================*/
.c-footer-logo {
  width: 322px;
}
@media screen and (max-width: 767px) {
  .c-footer-logo {
    width: 54vw;
    max-width: 322px;
  }
  .c-footer-copy {
    padding-bottom: 85px;
  }
}

.c-fixed_btn-pamphlet-pc {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.c-fixed_btn-pamphlet-pc a {
  width: 72px;
  height: 320px;
  border-radius: 12px 0 0 12px;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.c-fixed_btn-pamphlet-pc .icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.c-fixed_btn-pamphlet-sp {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 5.3333333333vw 20px;
  z-index: 10;
}
.c-fixed_btn-pamphlet-sp a {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  height: 56px;
}
.c-fixed_btn-pamphlet-sp .icon {
  width: 24px;
  height: 24px;
}




/*==============================================
  top
==============================================*/

.c-section-mv {
  width: 100%;
  height: 675px;
  overflow: hidden;
  position: relative;
}
.c-section-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.c-section-mv__catch-wrap {
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.c-section-mv__catch {
  max-width: 230px;
  position: absolute;
  right: 0;
  top: 60px;
}
.c-section-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 768px) {
  .c-section-mv {
    height: 176vw;
  }
  .c-section-mv__catch {
    width: 50%;
    top: 40px;
    right: 20px;
  }
  .c-main-visual_scroll {
    display: block;
  }

}

.c-post-list_important {
  font-size: 1.6rem;
  max-width: 1064px;
}
.c-post-list_important * {
  font-size: inherit;
}
.c-post-list_important a {
  padding: 25px 30px;
}
.c-post-list_important a:after {
  width: 18px;
  height: 18px;
}
.c-post-list_important__date {
  color: #7b8689;
}
@media screen and (max-width: 768px) {
  .c-post-list_important a {
    padding: 16px;
  }
  .c-post-list_important a:after {
    width: 10px;
    height: 10px;
  }
  .c-post-list_important__date {
    font-size: 1.4rem;
  }

}


.c-section-news-wrap {
  position: relative;
  width: 92%;
  max-width: 1400px;
  min-height: 680px;
  margin: auto;
  border-radius: 10px;
  padding: 80px 0;
}
.c-section-news-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 2%;
  width: 100%;
  height: 90%;
  background: url("../images/news/bg_emblem.webp") no-repeat center left / auto 100%;
}
.c-section-news {
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  position: relative;
}
.c-section-news__head {
  font-size: 4.8rem;
  text-align: left;
  margin: 0;
}
.c-section-news__head .c-headline-section__add {
  font-size: 50%;
  line-height: 1;
  display: block;
  margin-bottom: 1em;
}
.c-section-news__head:after {
  content: none;
}
.c-section-news__contents {
  flex: 1;
}
@media screen and (max-width: 1120px) {
  .c-section-news-wrap::before {
    top: 15px;
    left: auto;
    right: 10px;
    width: 65%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 1/1;
    background: url("../images/news/bg_emblem.webp") no-repeat top right / 100% auto;
  }

  .c-section-news__head {
    width: 100%;
  }
  .c-section-news__contents {
    width: 100%;
    flex: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news-wrap {
    width: calc(100vw - 12.8vw);
    min-height: initial;
    padding: 10.6666666667vw 0;
  }
  .c-section-news-wrap::before {
    top: 15px;
    left: auto;
    right: 10px;
    width: 65%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 1/1;
    background: url("../images/news/bg_emblem.webp") no-repeat top right / 100% auto;
  }

  .c-section-news__head {
    font-size: 3.6rem;
    font-size: min(10vw, 3.6rem);
  }
  .c-section-news__head .c-headline-section__add {
    margin-bottom: 0.8em;
  }

}


.c-section-movie__video {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
.c-section-movie__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -20px;
  background: url("../images/movie/movie_bg_grad.webp") no-repeat center center / 100% 100%;
  z-index: -1;
  border-radius: 10px;
}

.c-section-movie__video > a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.c-section-movie__video > a > img {
  transition: transform 0.5s ease;
}
.c-section-movie__video > a:hover  {
  opacity: 1;
}
.c-section-movie__video > a:hover > img {
  transform: scale(1.1);
}
.c-section-movie__video-btn {
  width: 96px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {

  .c-section-movie__video {
    margin: 30px auto 0;
  }
  .c-section-movie__video::before {
    top: 10px;
    right: -10px;
  }
  .c-section-movie__video-btn {
    width: 56px;
  }

}



.c-section-club {
  margin: auto;
}

