section {
  padding: 50px 0 50px;
  background: #000;
}
@media screen and (max-width: 1440px) {
  section {
    padding: 3.472vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 6.977vw 0 6.977vw;
  }
}
section > .inner {
  max-width: 1290px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  section > .inner {
    max-width: 89.583vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  section > .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
section .inner-w {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 1440px) {
  section .inner-w {
    max-width: 89.583vw;
    padding: 0 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner-w {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
@media screen and (max-width: 768px) {
  section p {
    font-size: 3.256vw;
  }
}

.page-top {
  background: #000;
  padding-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .page-top {
    padding-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    padding-bottom: 3.488vw;
  }
}

.pagelink {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 25px;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1440px) {
  .pagelink {
    padding: 0 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  .pagelink {
    padding: 0 3.488vw;
    border-bottom-width: 2px;
    padding-bottom: 4.651vw;
  }
}
.pagelink ul {
  justify-content: center;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .pagelink ul {
    gap: 2.326vw 2%;
  }
}
.pagelink ul li {
  width: 24%;
  display: block;
  font-size: 24px;
  text-align: center;
  padding: 0 1em;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .pagelink ul li {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 768px) {
  .pagelink ul li {
    width: 49%;
    font-size: 3.256vw;
    padding-top: 2.791vw;
    padding-bottom: 2.093vw;
  }
}
.pagelink ul li span {
  color: #555555;
  transition: 0.3s color;
}
.pagelink ul li .arrow {
  display: block;
  width: 27px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity 0.1s;
}
@media screen and (max-width: 1440px) {
  .pagelink ul li .arrow {
    width: 1.875vw;
    height: 0.764vw;
  }
}
@media screen and (max-width: 768px) {
  .pagelink ul li .arrow {
    width: 3.767vw;
    height: 1.535vw;
  }
}
.pagelink ul li .arrow:before, .pagelink ul li .arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 17.4px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0.5px);
}
@media screen and (max-width: 1440px) {
  .pagelink ul li .arrow:before, .pagelink ul li .arrow:after {
    height: 1.208vw;
  }
}
@media screen and (max-width: 768px) {
  .pagelink ul li .arrow:before, .pagelink ul li .arrow:after {
    height: 2.428vw;
  }
}
.pagelink ul li .arrow:before {
  transform: rotate(52.45deg);
}
.pagelink ul li .arrow:after {
  transform: rotate(-52.45deg);
}
.pagelink ul li:hover span {
  color: #fff;
}
.pagelink ul li.current span {
  color: #fff;
}
.pagelink ul li.current .arrow {
  opacity: 1;
}

.sec-title {
  width: 100%;
  text-align: left;
  margin-bottom: 39px;
}
@media screen and (max-width: 1440px) {
  .sec-title {
    margin-bottom: 2.708vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 5.442vw;
  }
}
.sec-title span {
  display: inline-block;
}
.sec-title .ja {
  font-size: 36px;
  margin-right: 29px;
}
@media screen and (max-width: 1440px) {
  .sec-title .ja {
    font-size: 2.5vw;
    margin-right: 2.014vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title .ja {
    font-size: 5.581vw;
    margin-right: 4.047vw;
  }
}
.sec-title .en {
  font-size: 19px;
  color: #888;
}
@media screen and (max-width: 1440px) {
  .sec-title .en {
    font-size: 1.319vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title .en {
    font-size: 3.023vw;
  }
}

.img-box figure {
  width: 100%;
}
.img-box figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-box .w-full {
  width: 100%;
  flex-shrink: 0;
}
.img-box .w50 {
  width: 49%;
  max-width: 606px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 4.651vw;
  }
}
.sec01 .movie-link {
  padding: 0 32px;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .sec01 .movie-link {
    padding: 0 2.222vw;
    margin-top: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .movie-link {
    padding: 0;
    margin-top: 8.372vw;
  }
}
.sec01 .movie-link a {
  display: block;
  position: relative;
}
.sec01 .movie-link a:before {
  content: "";
  display: block;
  width: 165px;
  height: 165px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6) url("../img/movie-icon.svg") no-repeat center;
  background-size: contain;
  border-radius: 100vmax;
  opacity: 1;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .sec01 .movie-link a:before {
    width: 11.458vw;
    height: 11.458vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .movie-link a:before {
    width: 23.023vw;
    height: 23.023vw;
  }
}
.sec01 .movie-link a figure {
  width: 100%;
  border: 1px solid #939393;
}
.sec01 .movie-link a figure img {
  width: 100%;
}
.sec01 .movie-link a:hover:before {
  opacity: 0.5;
}
.sec01 .movie-link .movie-title {
  font-size: 32px;
  text-align: center;
  margin-top: 43px;
}
@media screen and (max-width: 1440px) {
  .sec01 .movie-link .movie-title {
    font-size: 2.222vw;
    margin-top: 2.986vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .movie-link .movie-title {
    font-size: 3.256vw;
    margin-top: 6vw;
  }
}

.sec02 .img-box {
  gap: 30px 2%;
  padding-top: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .sec02 .img-box {
    gap: 2.083vw 2%;
    padding-top: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .img-box {
    gap: 2.326vw 2%;
    padding-top: 4.186vw;
  }
}
.sec03 .flex-box {
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .sec03 .flex-box {
    margin-top: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box {
    flex-direction: column;
    margin-top: 8.372vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box.sp-reverse {
    flex-direction: column-reverse;
  }
}
.sec03 .flex-box .flex-l, .sec03 .flex-box .flex-r {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box .flex-l, .sec03 .flex-box .flex-r {
    width: 100%;
  }
}
.sec03 .flex-box h3 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .sec03 .flex-box h3 {
    font-size: 2.5vw;
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box h3 {
    font-size: 5.023vw;
    margin-bottom: 4.651vw;
  }
}
.sec03 .flex-box figure {
  padding-top: 3px;
}
@media screen and (max-width: 1440px) {
  .sec03 .flex-box figure {
    padding-top: 0.208vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box figure {
    padding-top: 5.814vw;
  }
}
.sec03 .flex-box figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec03 .flex-box figure.img-h384 img {
  height: 384px;
}
@media screen and (max-width: 1440px) {
  .sec03 .flex-box figure.img-h384 img {
    height: 26.667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box figure.img-h384 img {
    height: auto;
  }
}
.sec03 .flex-box figure.img-h404 img {
  height: 404px;
}
@media screen and (max-width: 1440px) {
  .sec03 .flex-box figure.img-h404 img {
    height: 28.056vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex-box figure.img-h404 img {
    height: auto;
  }
}

.sec04 {
  padding: 50px 0 126px;
}
@media screen and (max-width: 1440px) {
  .sec04 {
    padding: 3.472vw 0 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6.977vw 0 15.814vw;
  }
}
.sec04 .img-box {
  padding-top: 80px;
}
@media screen and (max-width: 1440px) {
  .sec04 .img-box {
    padding-top: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .img-box {
    padding-top: 6.977vw;
  }
}
