@charset "utf-8";

/* ---------------------------------
   1. scroll lock
--------------------------------- */
html.is-scroll-lock,
body.is-scroll-lock {
  overflow: hidden !important;
  height: 100% !important;
}

/* ---------------------------------
   2. section visibility
--------------------------------- */
#main > section.sec {
  display: none;
}

#main.is-ready > section.sec {
  display: block;
  height: auto;
}

/* ---------------------------------
   3. scroll animation
--------------------------------- */
.js-scroll {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 1s ease, transform 1s ease;
}

.js-scroll.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.hero .mv img,
.hero .copy {
  opacity: 0;
}

/* ---------------------------------
   4. layout base
--------------------------------- */
#page-wrapper {
  padding: 72px 0 0;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.hero .mv {
  position: relative;
  z-index: 1;
}

.hero .mv div {
  opacity: 0;
}

.hero .copy {
  position: absolute;
  inset: 0;
  z-index: 5;
  justify-content: center;
  pointer-events: none;
}

.sec {
  position: relative;
}

.sec__inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section1 {
  padding: 0 0 70px;
}

.section2 {
  padding: 0;
}

.section3 {
  padding: 75px 0 78px 0;
}

.section4 {
  padding: 0;
}

.section5 {
  padding: 36px 0 0 0;
}

/* ---------------------------------
   5. decorative elements
--------------------------------- */
.sec__band {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 331px;
  background: #e60012;
}

.section4 .sec__band {
  top: 9px;
  height: 331px;
}

.sec__band--noLeftBleed {
  left: calc(50% - 480px);
  right: 0;
}

.sec__band--noRightBleed {
  left: 0;
  right: calc(50% - 480px);
}

.sec__stripe {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(100% - 270px);
  right: calc(50% - 50vw);
  transform: translateY(-50%);
  height: 300px;
  background: url("/newgrads/assets/img/top/stripe.png") no-repeat left center / cover;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .section4 .sec__band {
    top: 3px;
    height: 50vw;
  }
}

/* ---------------------------------
   6. header / footer
--------------------------------- */
.head_btn,
.drawerSwitch,
#gFooter {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .8s ease, visibility .8s ease;
}

#main.is-ready ~ #gHeader .head_btn,
#main.is-ready ~ #gHeader .drawerSwitch,
#main.is-ready ~ #gFooter,
body:has(#main.is-ready) .head_btn,
body:has(#main.is-ready) .drawerSwitch,
body:has(#main.is-ready) #gFooter {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ---------------------------------
   7. text / heading
--------------------------------- */
.top-block {
  position: relative;
}

.font-en.sec-en {
  position: relative;
  z-index: 3;
  font-size: 92px;
  line-height: .9;
  color: rgba(244, 128, 143, .8);
  mix-blend-mode: multiply;
}

.font-en.sec-en--white {
  color: rgba(255, 255, 255, .5);
  mix-blend-mode: screen;
}

/* ---------------------------------
   8. card layout
--------------------------------- */
.card-list {
  position: relative;
  z-index: 2;
  gap: 25px;
}

.top-card {
  flex: 1 1 auto;
}

.section1 .top-card--movie{
  text-align: center;
  margin-left: 10px;
}

.section1 .card-list--3 {
  max-width: 959px;
  margin: -20px 0 0;
}

.section3 .card-list,
.section4 .card-list {
  max-width: 640px;
  gap: 25px;
  margin: -20px auto 0;
}

.section5 .card-list--2 {
  max-width: 640px;
  margin: -20px auto 0;
}

.section2 .top-wide-card {
  max-width: 640px;
  margin: -20px auto 0;
}

@media only screen and (max-width: 767px) {
  .card-list {
    padding: 0 15px;
    gap: 25px;
  }

  .top-card {
    flex: 1 1 auto;
  }

  .section1 .top-card--movie{
    width: 50%;
    margin-left: 0;
  }

  .section1 .card-list--3 {
    margin: -4px 0 0;
  }

  .section3 .card-list{
    flex-flow: row wrap;
    gap: 10px 50px;
    justify-content: space-between;
    padding: 20px 40px;
  }
    
  .section4 .card-list {
    gap: 0;
    margin: 0;
    justify-content: space-between;
  }

  .section5 .card-list--2 {
    margin: 0;
  }

  .section2 .top-wide-card {
    margin: -14px auto 0 auto;
    width: 92%;
  }
}

/* ---------------------------------
   9. link / image common
--------------------------------- */
.top-card a,
.top-wide-card a {
  display: block;
  text-decoration: none;
}

.top-card__img,
.top-wide-card__img {
  overflow: hidden;
}

.top-card__img img,
.top-wide-card__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s cubic-bezier(.33,1,.68,1), opacity .6s ease;
}

.top-card__link,
.top-wide-card__link {
  position: relative;
  display: block;
  margin: 8px 0 0;
  padding: 0 0 4px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #ea0220;
}

.section4 .top-card__link {
  border-bottom: 1px solid #fff;
}

.section3 .top-card:nth-child(3) .top-card__link{
  font-size: 13.5px;
  letter-spacing: -0.05em;
  padding: 3px 0 6px 0;
}

.top-card__link--white,
.top-wide-card__link--white {
  color: #fff;
}

.top-card__link--red::after,
.top-wide-card__link--red::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("/newgrads/assets/img/arrow_red.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

.top-card__link--white::after,
.top-wide-card__link--white::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("/newgrads/assets/img/arrow_white.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .top-card__link--white::after,
  .top-wide-card__link--white::after {
    top: 45%;
    width: 16px;
    height: 16px;
    transform: translateY(-45%);
  }
  
  .top-card__link--red::after,
  .top-wide-card__link--red::after {
    top: 45%;
    width: 16px;
    height: 16px;
    transform: translateY(-45%);
  }
  
  .section3 .top-card:nth-child(3) .top-card__link{
    font-size: 3.1vw;
    letter-spacing: -0.05em;
    padding: 2px 0 2px 0;
  }
}

/* ---------------------------------
   10. section2 head
--------------------------------- */
.section2 .section2__head {
  align-items: center;
  gap: 20px;
}

.section2 .section2__head .font-en.sec-en{
  margin: -9px 0 0 0;
}

.section2 .section2__head .top-wide-card__link {
  flex: 0 0 auto;
  margin: 0 0 8px;
  padding: 0 22px 0 0;
  border-bottom: none;
}

.section2 .section2__head .top-wide-card__link::after {
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .section2 .section2__head .font-en.sec-en{
    margin: -4px 0 0 0;
  }
}

/* ---------------------------------
   11. movie card
--------------------------------- */
.top-card__movie-label {
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}

.top-card__movie-label:before,
.top-card__movie-label:after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}

.top-card__movie-label::before {
	border-left: solid 1px #231815;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	top: 0;
	left: 0;
}

.top-card__movie-label::after {
	border-right: solid 1px #231815;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	top: 0;
	right: 0;
}

.top-card__img--movie {
  position: relative;
  margin-top: 15px
}

@media only screen and (max-width: 767px) {
  .top-card__img--movie {
    margin-top: 10px
  }
}

/* ---------------------------------
   12. hover
--------------------------------- */
@media (any-hover: hover) {
  .top-card a:hover .top-card__img img,
  .top-wide-card a:hover .top-wide-card__img img {
    transform: scale(1.06);
  }

  .top-card a:hover .top-card__movie-label {
    opacity: .75;
  }
}

/* ---------------------------------
   14. responsive
--------------------------------- */
@media (max-width: 1000px) {
  .sec__band {
    left: 0 !important;
    right: 0 !important;
    height: 320px;
  }

  .sec__stripe {
    left: 68%;
    height: 170px;
  }

  .font-en.sec-en {
    font-size: 64px;
    top: -6px;
  }

  .section2 .top-wide-card,
  .section4 .card-list {
    /*! margin-left: 0; */
  }
}

@media (max-width: 767px) {
  #page-wrapper {
    padding: 60px 0 0;
  }

  .hero {
    margin-bottom: 30px;
  }

  .section1{
    padding: 0 0 40px 0;
  }
  
  .section3{
    padding: 12vw 0 10px 0;
  }
  
  .section5 {
    padding: 10vw 0 0 0;
  }

  .section2,
  .section4 {
    padding: 0;
  }

  .font-en.sec-en {
    top: 0;
    font-size: 10vw;
  }
  
  .section5 .font-en.sec-en {
    margin-left: -3px;
  }

  .card-list {
    flex-flow: row wrap;
    gap: 18px 12px;
  }

/*   .card-list--2,
  .card-list--3,
  .card-list--4,
  .top-wide-card {
    max-width: none;
    width: auto;
  } */

  .card-list--3 .top-card,
  .card-list--4 .top-card,
  .card-list--2 .top-card {
    width: calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }
  
  .section3 .card-list--4 .top-card{
    width: calc(50% - 26px);
    flex: 0 0 calc(50% - 26px);
  }
  
  .section4 .card-list--3 .top-card{
    width: calc(50% - 70px);
    flex: 0 0 calc(50% - 70px);
  }
  
  .section1 .top-card--movie {
    width: 50%;
    flex: 0 0 50%;
    margin: 0 auto;
    position: relative;
  }
  
  .section1 .top-card--movie:after {
    position: absolute;
    content: "";
    width: 70vw;
    height: 35vw;
    right: -24vw;
    top: 23px;
    background: url("/newgrads/assets/img/top/stripe-sp.png") no-repeat 0 0 / cover;
    z-index: -1;
  }

  .top-card__link,
  .top-wide-card__link,
  .top-card__movie-label {
    font-size: 3.2vw;
    line-height: 1.4;
    margin: 0;
  }
  
  .section4 .top-card:last-of-type .top-card__link{
    font-size: 2.8vw;
    line-height: 1.4;
    letter-spacing: -0.05em;
    padding: 2px 0 4px 0;
  }

  .movie-play {
    width: 42px;
    height: 42px;
  }

  .sec__stripe {
    background: none;
  }

  .sec__band {
    height: 47vw;
    top: 0;
  }

  .movie-modal__close {
    right: 0;
    top: -42px;
  }

  .section2 .section2__head {
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }

  .section2 .section2__head .top-wide-card__link {
    margin: 0;
    font-size: 4vw;
  }
}