#top {
  height: 405px;
  margin-top: 88px;
  background: url(../img/movie/mv-bg.png) center/cover no-repeat;
  overflow: hidden;
}
#top .sec-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#top .sec-img-1 {
  position: relative;
  width: 865px;
  max-width: 65vw;
  height: 100%;
  margin-left: -5%;
  flex-shrink: 0;
}
#top .sec-img-2 {
  position: relative;
  width: 418px;
  max-width: 30vw;
  height: 100%;
  margin-left: -4.5%;
  flex-shrink: 0;
  z-index: 2;
}
#top .sec-img-2 img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media print, screen and (max-width: 1024px) {
  #top {
    height: 300px;
    margin-top: 62px;
  }
}
@media only screen and (max-width: 768px) {
  #top {
    height: 200px;
  }
  #top .sec-img-1 {
    width: 38rem;
    max-width: 100vw;
    margin-left: -60px;
    transform: translateY(5%);
  }
  #top .sec-img-2 {
    width: 16.2rem;
    max-width: 100vw;
    margin-right: -20px;
    margin-left: -30px;
  }
}

#movie {
  margin: 72px 0 52.7rem;
}
#movie .sec-texts {
  margin-bottom: 91px;
}
#movie .sec-texts .image {
  width: 87.2rem;
  min-width: 600px;
  margin: 0 auto 33px;
}
#movie .sec-texts .text {
  text-align: center;
  font-size: 40px;
  position: relative;
  padding-bottom: 121px;
}
#movie .sec-texts .text .col {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#movie .sec-texts .text::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 101px;
  background: url(../img/common/triangle.png) center/contain no-repeat;
}
#movie .sec-item + .sec-item {
  margin-top: 80px;
}
#movie .sec-item .box-top {
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
     border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
  background: url(../img/movie/item-bg.png) top center/100% auto repeat-y;
  padding: 24px 10.34%;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
#movie .sec-item .box-top:hover {
  opacity: 0.63;
}
#movie .sec-item .title {
  text-align: center;
}
#movie .sec-item .title .ja {
  font-size: 40px;
  font-size: clamp(30px, 4rem, 40px);
}
#movie .sec-item .js-ac-btn.active .plus-btn::after {
  opacity: 0;
}
#movie .sec-item .plus-btn {
  position: absolute;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 3.77%;
}
#movie .sec-item .plus-btn::before, #movie .sec-item .plus-btn::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 6.38%;
  min-height: 1px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  background: #FFF;
  transition: all 0.3s;
}
#movie .sec-item .plus-btn::before {
  transform: translateX(-50%) translateY(-50%);
}
#movie .sec-item .plus-btn::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
#movie .sec-item .box-content {
  display: none;
}
#movie .sec-list {
  background: #F5F5F5;
}
#movie .sec-list .list-item {
  background: url(../img/movie/item-bg.png) top center/100% auto repeat-y;
  padding: 48px 20px;
}
#movie .sec-list .list-item + .list-item {
  margin-top: 24px;
}
#movie .sec-list .list-item:nth-of-type(odd) .top {
  background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
  box-shadow: 4px 6px 12px 1px #EAB535;
  transform: rotate(-3deg);
}
#movie .sec-list .list-item:nth-of-type(odd) .title {
  text-shadow: 0 0 13px #CAA446;
}
#movie .sec-list .list-item:nth-of-type(even) .top {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  box-shadow: 4px 6px 12px 1px #00A29A;
  transform: rotate(3deg);
}
#movie .sec-list .list-item:nth-of-type(even) .title {
  text-shadow: 0 0 13px #10807A;
}
#movie .sec-list .top {
  border: 2px solid #FFF;
  border-radius: 3px;
  max-width: 81.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 258fr 451fr;
  gap: 0 2.4%;
  padding: 2rem 2.5rem 2rem 2rem;
  margin: 0 auto 64px;
  align-items: center;
}
#movie .sec-list .square {
  aspect-ratio: 258/235;
  width: 100%;
}
#movie .sec-list .title {
  font-size: 5.1rem;
  font-weight: 700;
  color: #FFF;
}
#movie .sec-list .title .large {
  display: inline-block;
  font-size: 10.3rem;
  line-height: 1;
  white-space: nowrap;
}
#movie .sec-list .title .medium {
  display: inline-block;
  margin: 0 -0.1em;
  font-size: 9.6rem;
  line-height: 1;
  white-space: nowrap;
}
#movie .sec-list .title .ls {
  display: inline-block;
  margin: 0 -0.33em;
}
#movie .sec-list .movies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.4rem;
}
#movie .sec-list .link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 29.7rem;
  width: clamp(250px, 29.7rem, 1000px);
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: left;
}
#movie .sec-list .link:hover {
  opacity: 0.63;
}
#movie .sec-list .mov {
  position: relative;
  aspect-ratio: 297/203;
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
}
#movie .sec-list .mov::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 47px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/movie/movie-play.svg) center/contain no-repeat;
}
#movie .sec-list .type {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-size: clamp(28px, 3.2rem, 32px);
}
#movie .sec-embed {
  padding-top: 32px;
}
#movie .sec-embed .movie {
  width: 104rem;
  width: clamp(1040px, 104rem, 2000px);
  max-width: 100%;
  margin: 0 auto;
}
#movie .sec-embed .movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1040/585;
}
@media print, screen and (max-width: 1024px) {
  #movie .sec-inner {
    padding: 0;
  }
  #movie .sec-texts .image {
    width: 100%;
    max-width: 600px;
    min-width: 0;
    overflow: hidden;
  }
  #movie .sec-texts .image img {
    transform: translateX(5%);
  }
  #movie .sec-texts .text {
    font-size: 16px;
    font-size: clamp(16px, 4vw, 30px);
  }
  #movie .sec-embed {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  #movie .sec-item + .sec-item {
    margin-top: 68px;
  }
  #movie .sec-item .title.s .en {
    font-size: 7.5rem;
  }
  #movie .sec-item .plus-btn {
    width: 50px;
    height: 50px;
  }
  #movie .sec-list .top {
    max-width: 70rem;
  }
  #movie .sec-list .title {
    font-size: 3.5rem;
  }
  #movie .sec-list .title .large, #movie .sec-list .title .medium {
    font-size: 6.8rem;
  }
  #movie .sec-list .list-item + .list-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #movie {
    margin-top: 40px;
    margin-bottom: 180px;
  }
  #movie .sec-texts {
    margin-bottom: 40px;
  }
  #movie .sec-texts .image {
    margin-bottom: 16px;
  }
  #movie .sec-texts .text {
    padding-bottom: 56px;
  }
  #movie .sec-texts .text::after {
    width: 40px;
    height: 40px;
  }
  #movie .sec-item + .sec-item {
    margin-top: 46px;
  }
  #movie .sec-item .box-top {
    padding: 7px 0;
  }
  #movie .sec-item .box-top.active .plus-btn {
    background: white;
    border: 1px solid #64B5E7;
    -o-border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1px;
       border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1px;
  }
  #movie .sec-item .box-top.active .plus-btn::before {
    background: #000;
  }
  #movie .sec-item .title.s .en {
    font-size: 7.5vw;
    font-size: clamp(0px, 7.5vw, 40px);
  }
  #movie .sec-item .title .en {
    font-size: 4rem;
  }
  #movie .sec-item .title .ja {
    font-size: 2.4rem;
  }
  #movie .sec-item .plus-btn {
    top: 8px;
    right: 18px;
    width: 27px;
    height: 27px;
    transform: none;
  }
  #movie .sec-list .list-item {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  #movie .sec-list .list-item + .list-item {
    margin-top: 8px;
  }
  #movie .sec-list .list-item:nth-of-type(odd) .top {
    box-shadow: 2px 3px 5px 1px #EAB535;
  }
  #movie .sec-list .list-item:nth-of-type(even) .top {
    box-shadow: 2px 3px 5px 1px #00A29A;
  }
  #movie .sec-list .top {
    max-width: 342px;
    grid-template-columns: 200fr 445fr;
    margin-bottom: 30px;
    padding: 1rem 0.5rem 1rem 1rem;
  }
  #movie .sec-list .title {
    font-size: 2rem;
  }
  #movie .sec-list .title .large, #movie .sec-list .title .medium {
    font-size: 4rem;
  }
  #movie .sec-list .movies {
    gap: 12px;
  }
  #movie .sec-list .link {
    width: calc(50% - 6px);
  }
  #movie .sec-list .type {
    margin-top: 4px;
    font-size: 16px;
  }
  #movie .sec-list .mov {
    border-radius: 5px;
  }
  #movie .sec-embed {
    padding-top: 8px;
  }
}/*# sourceMappingURL=movie.css.map */