﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
#movie_area p, #movie_area ul, #movie_area figure {
  margin: 0 0 2rem;
}
#movie_area .content__inner {
  position: relative;
  max-width: 120rem;
  background: #1e3c91;
  padding-left: calc(50%);
  margin-left: -50%;
  padding-right: calc(50%);
  margin-right: -50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: white;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  #movie_area .content__inner {
    margin-top: 6rem;
    padding-left: 3rem;
    margin-left: -3rem;
    padding-right: 3rem;
    margin-right: -3rem;
  }
}
#movie_area .btnWrap {
  margin: 6rem auto;
}
#movie_area .btnWrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.titleMovies {
  font-size: 5.7rem;
  line-height: 1.2;
  font-weight: 100;
  border-bottom: 0.4rem solid #fff000;
  margin: 0 0 3rem;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .titleMovies {
    margin: 0 -0.5em 3rem -0.2em;
    font-size: 4rem;
    line-height: 1.25;
  }
}

.leadMovies {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin: 0 0 6rem !important;
}
@media only screen and (max-width: 767px) {
  .leadMovies {
    font-size: 1.4rem;
  }
}

.iframeWrap {
  margin: 0 0 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframeWrap > * {
  margin: 0;
}
.iframeWrap > iframe {
  width: 100%;
  height: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

.boxMovies {
  margin-bottom: 3rem;
}
.boxMovies:not(.is-current) {
  display: none;
}
.boxMovies.is-current {
  display: block;
}
.boxMovies__text {
  background: #0f1e48;
  padding: 2.5rem 3rem;
}
@media only screen and (max-width: 767px) {
  .boxMovies__text {
    padding: 1.5rem;
  }
  .boxMovies__text.is-open .boxMovies__detail {
    max-height: 100vw;
  }
  .boxMovies__text.is-open .boxMovies__detail:after {
    display: none;
  }
  .boxMovies__text.is-open .boxMovies__detail > div {
    max-height: 100vw;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .boxMovies__text.is-open .boxMovies__detail .btnReadMore:after {
    -webkit-transform: translateX(-50%) rotate(135deg);
        -ms-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
}
.boxMovies__title {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
}
.boxMovies__title > span {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: solid 1px #fff000;
}
@media only screen and (max-width: 767px) {
  .boxMovies__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.boxMovies__detail > * {
  margin: 0 0 1rem;
}
.boxMovies__detail > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .boxMovies__detail {
    font-size: 1.2rem;
  }
  .boxMovies__detail:not(.is-open) {
    max-height: 2rem;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .boxMovies__detail:not(.is-open) > div {
    max-height: 2rem;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .boxMovies__detail:not(.is-open):after {
    content: "";
    display: block;
    height: 8rem;
    width: calc(100% + 3rem);
    position: absolute;
    bottom: -1.5rem;
    left: -1.5rem;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #1e3c91));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1e3c91 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1e3c91));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1e3c91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    z-index: 1;
  }
  .boxMovies__detail:not(.is-open) .btnMoreWrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}

.btnMoreWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnReadMore {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: white;
  text-decoration: none !important;
  padding-bottom: 1rem;
}
.btnReadMore:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-left: solid 0.2rem white;
  border-bottom: solid 0.2rem white;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.thumbMovies {
  color: white;
  text-decoration: none !important;
  display: block;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .thumbMovies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.thumbMovies iframe {
  vertical-align: bottom;
}
.thumbMovies__image {
  pointer-events: none;
  cursor: normal;
}
@media only screen and (max-width: 767px) {
  .thumbMovies__image {
    width: 7.7rem;
    height: 4.4rem;
  }
}
.thumbMovies__text {
  background: #0f1e48;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.8rem 1rem;
}
@media only screen and (max-width: 767px) {
  .thumbMovies__text {
    width: calc(100% - 7.7rem);
    font-size: 1rem;
    line-height: 1.6;
    max-height: 4.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .thumbMovies__text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #0f1e48;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.thumbMovies__text > *:last-child {
  margin-bottom: 0 !important;
}
.thumbMovies:hover {
  opacity: 0.75;
}
.thumbMovies.is-current {
  position: relative;
}
.thumbMovies.is-current:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 0.4rem #fff000;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .thumbMovies.is-current:before {
    border-width: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .listMovies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem 4rem;
  }
  .listMovies > * {
    width: calc(20% - 1rem);
    margin: 1rem 0.5rem;
  }
  .listMovies > *:first-child, .listMovies > *:nth-child(2), .listMovies > *:nth-child(3), .listMovies > *:nth-child(4), .listMovies > *:nth-child(5) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .listMovies > *:last-child {
    margin-bottom: 0;
  }
}

.btnMovies {
  min-width: 20rem;
  min-height: 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 0.2rem #fff000;
  padding: 0.2rem 0.5rem;
  display: table;
  text-align: center;
  color: white;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin: 0 0 1.5rem;
}
.btnMovies img {
  zoom: 1;
}
.btnMovies:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 0.2rem white;
  border-right: solid 0.2rem white;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.btnMovies > span {
  display: table-cell;
  vertical-align: middle;
}
.btnMovies:hover {
  opacity: 0.75;
}
.btnMovies__icon {
  margin-left: 0.1rem;
  vertical-align: top;
  margin-top: 0.4rem;
}