@charset "UTF-8";
@font-face {
  font-family: "mochi";
  src: url("../font/MochiyPopOne-OTF-ExtraBold.otf") format("opentype");
}
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  line-height: 1.75;
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  background: transparent url(../img/bg.png) repeat top left/1059px 1498px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 51.0416666667vw;
    box-sizing: content-box;
  }
}
@media (min-width: 1920px) {
  .inner {
    max-width: 980px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .inner {
    max-width: 62.5vw;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
}

p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .tab {
    display: block;
  }
}
.page-wrapper {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 126px;
}
@media (min-width: 768px) {
  .page-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
}
@media (min-width: 1920px) {
  .page-wrapper {
    padding-top: 100px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .page-wrapper {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page-wrapper {
    overflow-x: hidden;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
  border-bottom: 1px dashed;
}
@media (min-width: 1920px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title span {
  font-size: 38px;
  font-weight: 400;
  font-family: "mochi", sans-serif;
}
@media (min-width: 1920px) {
  .section-title span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 24px;
  }
}

/* sidemenu
-----------------*/
.page-side {
  position: relative;
}
@media (min-width: 768px) {
  .page-side {
    width: 22%;
    margin-right: 15px;
  }
}
@media (min-width: 1920px) {
  .page-side {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .page-side {
    width: 26%;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .page-side-left {
    display: none;
  }
}

.sidemenu {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(39, 11, 11, 0.16);
}
@media (min-width: 768px) {
  .sidemenu {
    position: -webkit-sticky;
    position: sticky;
    max-width: 351px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 10.6770833333vw;
    padding: 23px 32px 30px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  .sidemenu {
    padding: 30px 43px 40px;
    top: 205px;
  }
}
@media (max-width: 991px) {
  .sidemenu {
    padding: 20px 25px 25px;
  }
}
@media (max-width: 767px) {
  .sidemenu {
    display: none;
  }
}
.sidemenu-title {
  font-size: 30px;
  font-weight: 400;
  font-family: "mochi", sans-serif;
  border-top: 3px solid #005EAA;
  border-bottom: 3px solid #005EAA;
  color: #005EAA;
  text-align: center;
  margin-bottom: 22.5px;
}
@media (min-width: 1920px) {
  .sidemenu-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .sidemenu-title {
    font-size: 24px;
  }
}
.sidemenu ul li {
  text-align: center;
  margin-bottom: 5px;
}
.sidemenu ul li:last-child {
  margin-bottom: 0;
}
.sidemenu ul li a {
  font-size: 24px;
  color: #000;
}
@media (min-width: 768px) {
  .sidemenu ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .sidemenu ul li a {
    font-size: 24px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .sidemenu ul li a {
    font-size: 16px;
  }
}

/* mv
-----------------*/
.mv {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 37px;
  text-align: center;
}
.mv .inner {
  max-width: 100%;
}
.mv-top {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mv-top {
    max-width: 52.0833333333vw;
  }
}
@media (min-width: 1920px) {
  .mv-top {
    max-width: 1000px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .mv-top {
    max-width: 63.5416666667vw;
  }
}
.mv-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 768px) {
  .mv-title {
    width: 60.6770833333vw;
    top: -4.4270833333vw;
  }
}
@media (min-width: 1920px) {
  .mv-title {
    width: 1165px;
    top: -85px;
  }
}
@media (max-width: 991px) {
  .mv-title {
    width: 71.09375vw;
    top: -5.7291666667vw;
  }
}
@media (max-width: 767px) {
  .mv-title {
    width: 100vw;
    top: -7.6923076923vw;
  }
}
.mv-character {
  position: absolute;
  top: 10.2604166667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 68.5416666667vw;
  z-index: 2;
}
@media (min-width: 1920px) {
  .mv-character {
    top: 197px;
    width: 1316px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .mv-character {
    top: 11.9791666667vw;
    width: 83.3333333333vw;
  }
}
@media (max-width: 767px) {
  .mv-character {
    top: 17.9487179487vw;
    width: 116.6666666667vw;
  }
}
.mv-cast {
  position: absolute;
  top: 22.1354166667vw;
  width: 48.4895833333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1920px) {
  .mv-cast {
    top: 425px;
    width: 931px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .mv-cast {
    top: 26.0416666667vw;
    width: 59.9479166667vw;
  }
}
@media (max-width: 767px) {
  .mv-cast {
    top: 35.8974358974vw;
    width: 87.1794871795vw;
  }
}
.mv-cast.ver02 {
  top: 37.5vw;
  width: 29.1666666667vw;
}
@media (min-width: 1920px) {
  .mv-cast.ver02 {
    top: 720px;
    width: 560px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .mv-cast.ver02 {
    top: 44.7916666667vw;
    width: 37.5vw;
  }
}
@media (max-width: 767px) {
  .mv-cast.ver02 {
    top: 61.5384615385vw;
    width: 53.8461538462vw;
  }
}
.mv-info {
  margin: 0 auto 5px;
}
@media (min-width: 768px) {
  .mv-info {
    max-width: 29.2708333333vw;
    margin-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .mv-info {
    max-width: 562px;
    margin-bottom: 5px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .mv-info {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .mv-info {
    max-width: 95%;
    margin-bottom: 0;
  }
}
.mv-contact {
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .mv-contact {
    text-align: center;
    max-width: 28.5416666667vw;
  }
}
@media (min-width: 1920px) {
  .mv-contact {
    font-size: 17px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .mv-contact {
    max-width: 90%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mv-contact {
    margin: 0 auto 15px;
    text-align: left;
    max-width: 95%;
    font-size: 11px;
    line-height: 1.5;
  }
}
.mv-contact a {
  color: #000;
  display: inline;
}
.mv-txt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1920px) {
  .mv-txt {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .mv-txt {
    text-align: left;
    font-size: 11px;
    margin-left: 0;
  }
}
.mv-bottom {
  background: #fff;
  border-radius: 50px;
  border: 10px solid #005EAA;
  padding: 29px 35px 46px;
  max-width: 52.0833333333vw;
  margin: -4.1666666667vw auto 0;
  position: relative;
  z-index: 4;
}
@media (min-width: 1920px) {
  .mv-bottom {
    max-width: 1000px;
    margin: -110px auto 0;
  }
}
@media (max-width: 1500px) {
  .mv-bottom {
    margin: -2.0833333333vw auto 0;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .mv-bottom {
    max-width: 63.5416666667vw;
    margin: -6.7708333333vw auto 0;
    padding: 29px 30px 46px;
  }
}
@media (max-width: 767px) {
  .mv-bottom {
    border-radius: 30px;
    border-width: 5px;
    padding: 3.8461538462vw 5.1282051282vw 7.6923076923vw;
    max-width: 100%;
    margin: -8.9743589744vw auto 0;
  }
}
.mv-map {
  position: relative;
  width: 100%;
  padding-top: 44.4086021505%;
  height: 0;
}
@media (max-width: 991px) {
  .mv-map {
    padding-top: 56.25%;
  }
}
.mv-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ticket-btn 
------------------------*/
.ticket-btn {
  margin-bottom: 46px;
}
.ticket-btn a {
  display: block;
  margin: 0 auto;
  max-width: 512px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(#24ff24 0%, #237c21 100%);
  box-shadow: 0px 2px 5px #0f0042;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  padding: 25px 26px;
  position: relative;
}
@media (min-width: 1920px) {
  .ticket-btn a {
    font-size: 42px;
    padding: 33px 35px;
    max-width: 683px;
  }
}
@media (max-width: 767px) {
  .ticket-btn a {
    font-size: 18px;
    padding: 15px;
    max-width: 360px;
  }
}
.ticket-btn a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
  width: 35px;
  height: 36px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1920px) {
  .ticket-btn a::after {
    width: 47px;
    height: 48px;
    right: 29px;
  }
}
@media (max-width: 767px) {
  .ticket-btn a::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

/* story
---------------------------*/
.story {
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: 63px;
  text-align: center;
}
@media (min-width: 1920px) {
  .story {
    margin-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .story {
    margin-bottom: 45px;
  }
}
.story-bg {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  border: 1px solid #707070;
  padding: 38px 59px 75px;
  position: relative;
}
@media (min-width: 1920px) {
  .story-bg {
    padding: 50px 78px 100px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .story-bg {
    padding: 38px 30px 50px;
  }
}
@media (max-width: 767px) {
  .story-bg {
    border-radius: 30px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.story-title span::after  {
  position: absolute;
  content: "";
  background: transparent url(../img/gunmachan.png) no-repeat center center/contain;
    width: 115px;
    height: 101px;
    bottom: -16px;
    right: -110px;
}
@media (max-width: 767px) {
  .story-title span::after {
        width: 60px;
        height: 52px;
        bottom: -6px;
        right: -58px;
  }
}
.story-title {
  border: none;
  color: #480A0E;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.story-title span {
  position: relative;
  font-size: 45px;
}
@media (min-width: 1920px) {
  .story-title span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .story-title span {
    font-size: 24px;
  }
}
.story-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/story_icon.png) no-repeat center center/contain;
  width: 85.5px;
  height: 85.5px;
  bottom: -3.74px;
  left: -108px;
}
@media (min-width: 1920px) {
  .story-title span::before {
    width: 114px;
    height: 114px;
    bottom: -5px;
    left: -144px;
  }
}
@media (max-width: 767px) {
  .story-title span::before {
    width: 50px;
    height: 50px;
    left: -60px;
  }
}
.story-subtitle {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.8181818182;
  margin-bottom: 38px;
  color: #480A0E;
}
@media (min-width: 1920px) {
  .story-subtitle {
    font-size: 33px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .story-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .story-subtitle {
    font-size: 4.6153846154vw;
    margin-bottom: 30px;
  }
}
.story-txt {
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .story-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .story-txt {
    font-size: 3.8461538462vw;
  }
}

/* news
---------------------------*/
.news {
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: 63px;
  text-align: center;
}
@media (min-width: 1920px) {
  .news {
    margin-bottom: 84px;
  }
}
.news-bg {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  border: 10px solid #480A0E;
  padding: 38px 29px 90px;
}
@media (min-width: 1920px) {
  .news-bg {
    padding: 50px 78px 120px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .news-bg {
    padding: 38px 30px 50px;
  }
}
@media (max-width: 767px) {
  .news-bg {
    border-radius: 30px;
    border-width: 5px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.news-title {
  border-color: #480A0E;
  color: #480A0E;
  margin-bottom: 53px;
}
@media (min-width: 1920px) {
  .news-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .news-title {
    margin-bottom: 30px;
  }
}
.news-title span {
  position: relative;
}
.news-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/news_icon.png) no-repeat center center/contain;
  width: 77px;
  height: 77px;
  bottom: 7.5px;
  left: -77px;
}
@media (min-width: 1920px) {
  .news-title span::before {
    width: 103px;
    height: 102px;
    bottom: 10px;
    left: -102px;
  }
}
@media (max-width: 767px) {
  .news-title span::before {
    width: 50px;
    height: 50px;
    bottom: 5px;
    left: -50px;
  }
}
.news-list {
  font-size: 18px;
}
@media (min-width: 768px) {
  .news-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .news-list {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news-list {
    font-size: 16px;
  }
}
.news-list li {
  margin-bottom: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .news-list li {
    display: block;
    margin-bottom: 15px;
  }
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list-time {
  font-weight: 800;
}
@media (min-width: 768px) {
  .news-list-time {
    margin-right: 5.46875vw;
  }
}
@media (min-width: 1920px) {
  .news-list-time {
    margin-right: 105px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .news-list-time {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .news-list-time {
    display: block;
    text-align: left;
  }
}
.news-list-inner {
  display: block;
  text-align: left;
}

/* ticket
---------------------------*/
.ticket {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}
@media (min-width: 1920px) {
  .ticket {
    margin-bottom: 92px;
  }
}
.ticket-bg {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  border: 10px solid #7FCDF2;
  padding: 38px 61px 62px;
  margin-bottom: 53px;
}
@media (min-width: 1920px) {
  .ticket-bg {
    padding: 50px 78px 82px;
    margin-bottom: 70px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .ticket-bg {
    padding: 38px 30px 50px;
  }
}
@media (max-width: 767px) {
  .ticket-bg {
    border-radius: 30px;
    border-width: 5px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.ticket-title {
  border-color: #7FCDF2;
  color: #7FCDF2;
  margin-bottom: 50px;
}
@media (min-width: 1920px) {
  .ticket-title {
    margin-bottom: 67.5px;
  }
}
@media (max-width: 767px) {
  .ticket-title {
    margin-bottom: 30px;
  }
}
.ticket-title span {
  position: relative;
}
.ticket-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/ticket_icon.png) no-repeat center center/contain;
  width: 150px;
  height: 200px;
  bottom: -19px;
  left: -143px;
}
@media (min-width: 1920px) {
  .ticket-title span::before {
    width: 200px;
    height: 267px;
    bottom: -25px;
    left: -190px;
  }
}
@media (max-width: 767px) {
  .ticket-title span::before {
    width: 80px;
    height: 130px;
    left: -70px;
  }
}
.ticket-price {
  margin-bottom: 68px;
}
@media (min-width: 1920px) {
  .ticket-price {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .ticket-price {
    margin-bottom: 45px;
  }
}
.ticket-subtitle {
  color: #7FCDF2;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (min-width: 1920px) {
  .ticket-subtitle {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ticket-subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.ticket-schedule li {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-bottom: 29px;
  padding: 23px 23px 26px;
}
@media (min-width: 1920px) {
  .ticket-schedule li {
    margin-bottom: 38px;
    padding: 30px 30px 35px;
  }
}
@media (max-width: 767px) {
  .ticket-schedule li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
}
.ticket-schedule li:last-child {
  margin-bottom: 0;
}
.ticket-schedule-title {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1920px) {
  .ticket-schedule-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ticket-schedule-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.ticket-schedule-logo {
  margin: 15px auto 10px;
}
.ticket-schedule-logo.ticketpia {
  max-width: 85px;
}

.ticket-schedule-logo.asoview {
  max-width: 97px;
  margin-top: 15px;
  margin-bottom: 22px;
}
@media (min-width: 1920px) {
  .ticket-schedule-logo.asoview {
    margin-top: 20px;
    margin-bottom: 29px;
  }
}
.ticket-schedule-btn {
  font-size: 18px;
  font-weight: 600;
  color: #0058FF;
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
}
@media (min-width: 1920px) {
  .ticket-schedule-btn {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ticket-schedule-btn {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.ticket-schedule-txt {
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .ticket-schedule-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ticket-schedule-txt {
    line-height: 1.75;
  }
}
.ticket-schedule-inner {
  margin-bottom: 35px;
}
@media (min-width: 1920px) {
  .ticket-schedule-inner {
    margin-bottom: 46px;
  }
}

/* info
---------------------------*/
.info {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1920px) {
  .info {
    margin-bottom: 40px;
  }
}
.info-bg {
  background: rgba(255, 255, 255, 0.89);
  border-radius: 50px;
  border: 10px solid #CF4507;
  padding: 37.5px 58.5px 61.5px;
  margin-bottom: 52.5px;
}
@media (min-width: 1920px) {
  .info-bg {
    padding: 50px 78px 82px;
    margin-bottom: 70px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .info-bg {
    padding: 37px 30px 30px;
  }
}
@media (max-width: 767px) {
  .info-bg {
    border-radius: 30px;
    border-width: 5px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.info-title {
  border-color: #D3510E;
  color: #D3510E;
}
.info-title span {
  position: relative;
}
.info-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/info_icon.png) no-repeat center center/contain;
  width: 137px;
  height: 181px;
  bottom: -11px;
  left: -113px;
}
@media (min-width: 1920px) {
  .info-title span::before {
    width: 183px;
    height: 241px;
    bottom: -15px;
    left: -150px;
  }
}
@media (max-width: 767px) {
  .info-title span::before {
    width: 100px;
    height: 150px;
    left: -70px;
  }
}
.info-subtitle {
  color: #D3510E;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 23px;
}
@media (min-width: 1920px) {
  .info-subtitle {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .info-subtitle {
    font-size: 20px;
  }
}
.info-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}
@media (min-width: 1920px) {
  .info-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .info-txt {
    margin: 0 -10px 30px;
  }
}
.info-list {
  font-size: 18px;
  margin-top: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 38px;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .info-list {
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .info-list {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .info-list {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .info-list li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .info-list span {
    display: block;
  }
}

/* movie
---------------------------*/
.movie {
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: 75px;
}
@media (min-width: 1920px) {
  .movie {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .movie {
    margin-bottom: 50px;
  }
}
.movie-inner {
  padding: 137px 23px;
  margin-bottom: 53px;
  background: #797979;
}
@media (min-width: 1920px) {
  .movie-inner {
    padding: 183px 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .movie-inner {
    padding: 55px 15px;
    margin-bottom: 30px;
  }
}
.movie-txt {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .movie-txt {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .movie-txt {
    font-size: 20px;
  }
}
.movie-bg {
  background: rgba(255, 255, 255, 0.89);
  border-radius: 50px;
  border: 10px solid #62A926;
  padding: 38px 59px 110px;
  margin-bottom: 53px;
}
@media (min-width: 1920px) {
  .movie-bg {
    padding: 50px 78px 146px;
    margin-bottom: 70px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .movie-bg {
    padding: 38px 30px 50px;
  }
}
@media (max-width: 767px) {
  .movie-bg {
    border-radius: 30px;
    border-width: 5px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.movie-title {
  border-color: #72B23C;
  color: #72B23C;
}
.movie-title span {
  position: relative;
}
.movie-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/movie_icon.png) no-repeat center center/contain;
  width: 157px;
  height: 118px;
  bottom: -11px;
  left: -150px;
}
@media (min-width: 1920px) {
  .movie-title span::before {
    width: 209px;
    height: 157px;
    bottom: -15px;
    left: -200px;
  }
}
@media (max-width: 767px) {
  .movie-title span::before {
    width: 100px;
    height: 60px;
    bottom: -5px;
    left: -90px;
  }
}
.movie-video {
  padding-top: 56.1589403974%;
  width: 100%;
  position: relative;
  margin-bottom: 53px;
}
@media (min-width: 1920px) {
  .movie-video {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .movie-video {
    margin-bottom: 30px;
  }
}
.movie-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.movie-subtitle {
  color: #72B23C;
  font-weight: 800;
  text-align: center;
  font-size: 25px;
  margin-bottom: 23px;
}
@media (min-width: 1920px) {
  .movie-subtitle {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .movie-subtitle {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.75;
  }
}
.movie .youtube-btn {
  display: block;
  max-width: 489px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .movie .youtube-btn {
    max-width: 652px;
  }
}

/* cast
---------------------------*/
.cast {
  margin-top: -100px;
  padding-top: 100px;
}
.cast-bg {
  background: rgba(255, 255, 255, 0.89);
  border-radius: 50px;
  border: 10px solid #009389;
  padding: 38px 59px 110px;
}
@media (min-width: 1920px) {
  .cast-bg {
    padding: 50px 78px 146px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .cast-bg {
    padding: 38px 30px 50px;
  }
}
@media (max-width: 767px) {
  .cast-bg {
    border-radius: 30px;
    border-width: 5px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.cast-title {
  border-color: #009389;
  color: #009389;
}
.cast-title span {
  position: relative;
}
.cast-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/cast_icon.png) no-repeat center center/contain;
  width: 129px;
  height: 182px;
  bottom: -8px;
  left: -113px;
}
@media (min-width: 1920px) {
  .cast-title span::before {
    width: 172px;
    height: 243px;
    bottom: -10px;
    left: -150px;
  }
}
@media (max-width: 767px) {
  .cast-title span::before {
    width: 80px;
    height: 130px;
    bottom: -15px;
    left: -70px;
  }
}
.cast-list li {
  margin-bottom: 98px;
}
@media (min-width: 1920px) {
  .cast-list li {
    margin-bottom: 130px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .cast-list li {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cast-list li {
    margin-bottom: 45px;
  }
}
.cast-list li:last-child {
  margin-bottom: 0;
}
.cast-list-img {
  max-width: 300px;
  margin: 0 auto 30px;
}
@media (min-width: 1920px) {
  .cast-list-img {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .cast-list-img {
    max-width: 80%;
    margin-bottom: 15px;
  }
}
.cast-list-name {
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 23px;
  color: #009389;
}
@media (min-width: 1920px) {
  .cast-list-name {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cast-list-name {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.cast-list-name span {
  font-size: 30px;
  display: block;
}
@media (min-width: 1920px) {
  .cast-list-name span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cast-list-name span {
    font-size: 24px;
  }
}
.cast-list-txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .cast-list-txt {
    font-size: 20px;
  }
}

/* page-top
---------------------*/
.page-top {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 57px;
  bottom: 71px;
}
@media (min-width: 1920px) {
  .page-top {
    right: 76px;
    bottom: 95px;
  }
}
@media (max-width: 767px) {
  .page-top {
    right: 15px;
    bottom: 60px;
  }
}

.page-top p {
  text-align: center;
  margin-bottom: 0;
}

.move-page-top {
  display: block;
  width: 68px;
  height: 68px;
  transition: all 0.3s;
}
@media (min-width: 1920px) {
  .move-page-top {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .move-page-top {
    width: 50px;
    height: 50px;
  }
}

/* footer
----------------------------*/
.footer {
  background: #A3DAF5;
  padding: 39px 0;
  position: relative;
}
@media (min-width: 1920px) {
  .footer {
    padding: 52.5px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer-copyright {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .footer-copyright {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 14px;
  }
}


.yt-wrap{
    width:100%;
    max-width:100%;
    aspect-ratio:16/9;      /* 比率は必要に応じて変更可 */
    position:relative;
    margin-bottom: 40px;
  }
  .yt-wrap iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }