@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500:900&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #023353;
  min-width: 1280px;
}

#wrap {
  opacity: 0;
}

.-red-border {
  margin: 10px 0;
  border-bottom: 1px solid #E30B17;
}

@media screen and (max-width: 768px) {

  body{
    min-width: auto;
  }

}

/* mv */

.mv {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv-wrapper {
  width: 97%;
  margin: 0 auto;
  padding: 3% 0 1%;
  position: relative;
}

.mv-bnr {
  position: absolute;
  top: 3%;
  left: 1%;
}

.mv-bnr-item {
  width: 150px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mv-bnr-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mv-sns {
  position: absolute;
  top: 3%;
  right: 1%;
}

.mv-sns-item {
  width: 35px;
}

.mv-contents {
  width: 43%;
  margin: 0 10px 0 auto;
}

.mv-copy-01 {
  width: 68%;
  margin: 0 auto 6%;
}

.mv-ttl {
  width: 84%;
  margin: 0 auto 19px;
}

.mv-roadshow {
  width: 49%;
  margin: 0 auto 6%;
}

.mv-director {
  width: 68%;
  margin: 0 auto 6%;
}

.mv-copy-02 {
  width: 100%;
  margin: 0 auto 3%;
}

.mv-logo {
  display: flex;
  justify-content: space-between;
}

.mv-logo-item.eon-logo {
  width: 10%;
}

.mv-logo-item.gaga-logo {
  width: 4%;
}

@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/mv_sp.jpg);
    background-position: top center;
  }
  .mv-wrapper {
    width: 100%;
    padding: 4% 0 2%;
  }
  .mv-bnr {
    display: none;
  }
  .mv-contents {
    width: 100%;
    margin: 0 auto;
  }
  .mv-copy-01 {
    width: 92%;
    margin: 0 auto 49%;
  }
  .mv-ttl {
    width: 60%;
    margin: 0 auto 7% 2%;
  }
  .mv-roadshow {
    display: none;
  }
  .mv-director {
    display: none;
  }
  .mv-copy-02 {
    display: none;
  }
  .mv-logo-item.eon-logo {
    width: 21%;
    margin: 0 0 0 4%;
  }
  .mv-logo-item.gaga-logo {
    width: 9%;
    margin: 0 4% 0 0;
  }
  .mv-sns {
    display: none;
  }
}

/* under */

.under {
  display: none;
}

@media screen and (max-width: 768px) {
  .under {
    display: block;
    background-color: #022033;
  }
  .under-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
  }
  .under-roadshow {
    width: 50%;
    margin: 0 auto 7%;
  }
  .under-director {
    width: 72%;
    margin: 0 auto 7%;
  }
  .under-copy-02 {
    width: 100%;
    margin: 0 auto 10%;
  }
  .under-sns {
    width: 10.8%;
    margin: 0 auto 8%;
  }
  .under-bnr {
    width: 50%;
    margin: 0 auto;
  }
}

/* nav */

.nav {
  background-color: #023353;
}

.nav-wrapper {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 40px;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-list-item {
  width: 24.1%;
  min-width: 218px;
  margin: 0 1.1% 10px 0;
  background-color: #BA9548;
  border: 1px solid #BA9548;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: 'Josefin Sans', sans-serif;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-list-item:nth-of-type(4) {
  margin: 0 0 10px 0;
}

.nav-list-item:last-child {
  margin: 0 0 10px 0;
}

.-nav-btn {
  display: block;
  padding: 13px 0 10px;
}

.nav-list-item:hover {
  background-color: #fff;
  color: #BA9548;
  border: 1px solid #BA9548;
}

@media screen and (max-width: 901px) {

  .nav-list-item:nth-of-type(4) {
    margin: 0 1.1% 10px 0;
  }

}

@media screen and (max-width: 768px) {

  .nav-wrapper {
    width: 95%;
    padding: 10% 0;
  }

  .nav {
    margin: 0 auto;
  }

  .nav-list {
    justify-content: space-between;
  }

  .nav-list-item {
    width: 49%;
    min-width: auto;
    font-size: 10px;
    margin: 0 0 2%;
  }

  .nav-list-item:nth-of-type(4) {
    margin: 0 0 2% 0;
  }

}

/* firstimg */

.firstimg-list {
  display: flex;
}

.firstimg-list-item {
  width: calc(5/100%);
}

@media screen and (max-width: 768px) {}

/* intro */

.intro {
  background-image: url(../img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.intro-wrapper {
  padding: 30px 0 30px 2%;
}

.intro-starring {
  width: 45.6%;
  margin: 0 0 330px;
}

.intro-copy {
  width: 37.1%;
}

.intro-box {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
}

.intro-box-inner {
  width: 85.6%;
  margin: 80px auto 60px;
}

.intro-box-ttl {
  width: 47%;
  margin: 0 auto 39px;
}

.intro-box-copy {
  width: 96.2%;
  margin: 0 0 29px;
}

.intro-box-slide {
  width: 100%;
}

.intro-box-slide-item {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .intro {
    background-image: url(../img/intro_bg_sp.jpg);
  }
  .intro-box {
    display: none;
  }
  .intro-wrapper {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    padding: 4% 0;
  }
  .intro-starring {
    width: 90.2%;
    margin: 0 0 43.8%;
  }
  .intro-copy {
    width: 77.8%;
    margin: 0 0 0 auto;
  }
}

/* intro-under */

.intro-under {
  display: none;
}

@media screen and (max-width: 768px) {
  .intro-under {
    display: block;
    background-color: #011019;
  }
  .intro-under-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 17.3% 0 11.5%;
  }
  .intro-box-ttl {
    width: 74.3%;
    margin: 0 auto 11.5%;
  }
  .intro-box-copy {
    width: 100%;
  }
  .intro-box-slide {}
  .intro-box-slide-item {}
}

/* story */

.story {
  background-image: url(../img/story_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.story-wrapper {
  width: 71.4%;
  margin: 0 auto;
  padding: 100px 0;
}

.story-top {
  display: flex;
}

.story-top-item {
  width: 50%;
  margin: 0 0 40px;
}

.story-top-item-ttl {
  width: 50.6%;
  margin: 0 0 40px;
}

.story-top-item-txt {
  width: 96.9%;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

.story-top-item-list {
  width: 85.4%;
  margin: 42px 20px 42px 49px;
}

.story-top-item-list-img {
  width: 73.1%;
  margin: 0 0 30px 0;
}

.story-top-item-list-img:nth-of-type(2) {
  margin: 0 0 30px auto;
}

.story-top-item-list-img:last-child {
  margin: 0;
}

.story-bottom {
  display: flex;
}

.story-bottom-item {
  width: 50%;
}

.story-bottom-item-list {
  width: 85.4%;
  margin: 96px 0 87px 28px;
}

.story-bottom-item-img {
  width: 73.1%;
  margin: 0 0 30px;
}

.story-bottom-item-img:last-child {
  margin: 0 0 0 auto;
}

.story-bottom-item-txt {
  width: 96.9%;
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .story {
    background-image: url(../img/story_bg_sp.jpg);
  }
  .story-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
  }
  .story-top {
    flex-direction: column;
  }
  .story-top-item {
    width: 100%;
    margin: 0 0 11.5%;
  }
  .story-top-item-ttl {
    width: 35.8%;
    margin: 0 auto 11.5%;
  }
  .story-top-item-txt {
    width: 100%;
  }
  .story-top-item-list {
    width: 73.1%;
    margin: 0 auto;
  }
  .story-top-item-list-img {
    width: 73.1%;
    margin: 0 0 3.9% 0;
  }
  .story-top-item-list-img:nth-of-type(2) {
    margin: 0 0 3.9% auto;
  }
  .story-bottom {
    flex-direction: column;
  }
  .story-bottom-item {
    width: 100%;
  }
  .story-bottom-item-list {
    width: 74%;
    margin: 0 auto;
  }
  .story-bottom-item-img {
    width: 73.1%;
    margin: 0 0 3.9%;
  }
  .story-bottom-item-img:last-child {
    margin: 0 0 0 auto;
  }
  .story-bottom-item-txt {
    width: 100%;
    margin: 0 auto 11.5%;
  }
}

/* secondimg */

.secondimg {
  width: 100%;
}

@media screen and (max-width: 768px) {}

/* prono */

.prono {
  background-image: url(../img/prono_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.prono-wrapper {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 111px;
}

.prono-ttl {
  width: 68.5%;
  margin: 0 auto 59px;
}

.prono-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.prono-list-item {
  width: 23.5%;
  border: 2px solid #FFE132;
  margin: 0 1.8% 40px 0;
  background-color: #FFE100;
}

.prono-list-item img{
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 1;
}

.prono-list-item img:hover {
  opacity: 0.6;
}

.prono-list-item:nth-of-type(4) {
  margin: 0 0 40px 0;
}

.prono-list-item:last-child {
  margin: 0 0 40px 0;
}

.prono-list-item-img {
  position: relative;
}

.prono-list-item-img:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/open_ye.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .prono {
    background-image: url(../img/prono_bg_sp.jpg);
  }
  .prono-wrapper {
    width: 90%;
    padding: 17.3% 0;
  }
  .prono-ttl {
    width: 100%;
    margin: 0 auto 11.5%;
  }
  .prono-list {}
  .prono-list-item {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .prono-list-item:nth-child(2n){
    margin: 0 0 2%;
  }

  .prono-list-item:nth-of-type(4) {
    margin: 0 0 2%;
  }

  .prono-list-item:last-child {
    margin: 0;
  }

  .prono-list-item-img:after {
    width: 25px;
    height: 25px;
  }
}

/* bg */

.firstbg {
  background-image: url(../img/bg_fix.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 56.2%;
  background-attachment: fixed;
}

.firsrbg-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .firstbg {
    background-image: none;
    padding: 0;
  }
  .firsrbg-img {
    display: block;
  }
}

/* cast */

.cast {
  background-image: url(../img/cast_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cast-wrapper {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.cast-ttl {
  width: 19.6%;
  margin: 0 auto 80px;
}

.cast-slide {
  margin: 0 0 20px 0;
}

.cast-slide-item {
  background-color: rgba(5, 13, 20, 0.8);
}

.cast-slide-item-wrap {
  display: flex;
}

.cast-slide-item-txtbox {
  width: 64%;
}

/* .cast-slide-item-txtbox-name.liam-name {
  width: 43.6%;
}

.cast-slide-item-txtbox-role.liam-role {
  width: 27.9%;
  margin: 0 0 20px auto;
} */

.cast-slide-item-txtbox-txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  overflow: auto;
  height: 300px;
  padding: 0 2% 0 0;
}

.cast-slide-item-txtbox-inner {
  width: 91.5%;
  margin: 26px auto;
}

.cast-slide-item-imgbox {
  width: 36%;
}

.cast-slide-item-txtbox-name {
  font-size: 32px;
  font-weight: 900;
  color: #E60000;
  border-bottom: 1px solid #E60000;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.cast-slide-item-txtbox-role {
  font-size: 18px;
  font-weight: 900;
  color: #E60000;
  text-align: right;
  margin: 0 0 15px 0;
}

.cast-nav {
  display: flex;
  justify-content: space-between;
}

.cast-nav-item {
  width: calc(100% / 9 - 5px);
  position: relative;
  cursor: pointer;
}

.cast-nav-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: #E60000 4px solid;
  opacity: 0;
  transition: 0.3s;
}

.cast-nav-item.-active::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {

  .cast-wrapper {
    width: 90%;
    padding: 17.3% 0 11.5%;
  }
  
  .cast-ttl {
    width: 27.7%;
    margin: 0 auto 11.5%;
  }

  .cast-slide-item {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .cast-slide-item-wrap {
    flex-direction: column;
  }

  .cast-slide-item-txtbox {
    width: 100%;
    order: 1;
  }

  .cast-slide-item-txtbox-name {
    font-size: 5.5vw;
    padding: 0 0 5% 0;
    margin: 0 0 5% 0;
  }

  .cast-slide-item-txtbox-role {
    font-size: 4vw;
    margin: 0 0 15px 0;
  }

  /* .cast-slide-item-txtbox-name.liam-name {
    width: 58.2%;
  }
  .cast-slide-item-txtbox-role.liam-role {
    width: 44.2%;
    margin: 0 0 6.2% auto;
  } */
  .cast-slide-item-txtbox-txt {
    /* overflow: visible; */
    /* height: auto; */
    height: 250px;
    font-size: 14px;
  }

  .cast-slide-item-txtbox-inner {
    width: 91.3%;
    margin: 12.6% auto;
  }

  .cast-slide-item-imgbox {
    width: 100%;
  }

  .cast-nav {
    flex-wrap: wrap;
  }

  .cast-nav-item {
    width: calc(100% / 3 - 5px);
    margin: 0 0 5px 0;
  }

  .cast-nav-item::after {
    border: #E60000 2px solid;
  }

}

/* thirdimg */

.thirdimg-list {
  display: flex;
  flex-wrap: wrap;
}

.thirdimg-list-item.-bigimg {
  width: 50%;
}

.thirdimg-list-item {
  width: 20%;
}

@media screen and (max-width: 768px) {}

/* staff */

.staff {
  background-image: url(../img/staff_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.staff-wrapper {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 80px;
}

.staff-ttl {
  width: 22.2%;
  margin: 0 auto 80px;
}

.staff-director {
  display: flex;
  margin: 0 0 80px;
}

.staff-director-imgbox {
  width: 37%;
}

.staff-director-txtbox {
  width: 63%;
  background-color: rgba(0, 0, 0, 0.6);
}

.staff-director-txtbox-inner {
  width: 91.5%;
  margin: 26px auto;
}

.staff-director-txtbox-name {
  width: 51.3%;
}

.staff-director-txtbox-role {
  width: 12.9%;
  margin: 0 0 18px auto;
}

.staff-director-txtbox-txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  overflow: auto;
  height: 200px;
  padding: 0 2% 0 0;
}

.staff-list {
  display: flex;
  justify-content: center;
}

.staff-list-item {
  width: 31.9%;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  margin: 0 2% 20px 0;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.staff-list-item:hover {
  border: 2px solid #E60A17;
  background-color: #fff;
}

.staff-list-item:last-child {
  margin: 0 0 20px;
}

.staff-list-item-name:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -2px;
  background-image: url(../img/open_rd.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.staff-list-item-name {}

.staff-list-item-name.staff-tom {
  width: 59.8%;
  margin: 55px auto 51px;
}

/* .staff-list-item a .staff-tom{
  display: block;
  margin: 55px auto 51px;
} */

.staff-list-item-name.staff-arvinder {
  width: 70.7%;
  margin: 33px auto 32px;
}

/* .staff-list-item a .staff-arvinder{
  display: block;
  margin: 33px 0 32px;
} */

.staff-list-item-name.staff-douglas {
  width: 81.6%;
  margin: 55px auto 52px;
}

.staff-list-item-name.staff-heater {
  width: 63.8%;
  margin: 55px auto 52px;
}

.staff-list-item-name.staff-max {
  width: 82%;
  margin: 55px auto 52px;
}

@media screen and (max-width: 768px) {
  .staff {
    background-image: url(../img/staff_bg_sp.jpg);
  }
  .staff-wrapper {
    width: 90%;
    padding: 17.3% 0;
  }
  .staff-list-item-name:after {
    width: 25px;
    height: 25px;
  }
  .staff-ttl {
    width: 31.4%;
    margin: 0 auto 19.5%;
  }
  .staff-director {
    flex-direction: column;
    margin: 0 0 11.5%;
  }
  .staff-director-imgbox {
    width: 100%;
  }
  .staff-director-txtbox {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .staff-director-txtbox-inner {
    width: 91.3%;
    margin: 12.6% auto;
  }
  .staff-director-txtbox-name {
    width: 74.8%;
  }
  .staff-director-txtbox-role {
    width: 22.4%;
    margin: 0 0 6.2% auto;
  }
  .staff-director-txtbox-txt {
    overflow: visible;
    height: auto;
    padding: 0;
  }
  .staff-list {
    flex-wrap: wrap;
  }
  .staff-list-item {
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .staff-list-item:last-child {
    margin: 0 0 2%;
  }
  .staff-list-item-name.staff-tom {
    width: 68.8%;
    margin: 24.2% auto 17.8%;
  }
  .staff-list-item-name.staff-arvinder {
    width: 81.4%;
    margin: 17.7% auto 10.5%;
  }
  .staff-list-item-name.staff-douglas {
    width: 88.7%;
    margin: 24.2% auto 17.4%;
  }
  .staff-list-item-name.staff-heater {
    width: 73.5%;
    margin: 24.2% auto 17.8%;
  }
  .staff-list-item-name.staff-max {
    width: 88.7%;
    margin: 24.2% auto 17.8%;
  }
}

/* fourthimg */

.fourthimg-list {
  display: flex;
}

.fourthimg-list-item {
  width: calc(5/100%);
}

@media screen and (max-width: 768px) {}

/* secondbg */

.secondbg {
  background-image: url(../img/fourth_img_06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 56.2%;
  background-attachment: fixed;
}

.secondbg-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .secondbg {
    background-image: none;
    padding: 0;
  }
  .secondbg-img {
    display: block;
    width: 100%;
  }
}

/* last */

.last {
  background-image: url(../img/last_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.last-wrapper {
  padding: 80px 0 295px;
}

.last-billing {
  width: 58.5%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .last-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 8.6% 0 37.6%;
  }
  .last-billing {
    width: 100%;
  }
}