@charset "utf-8";

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

body {
  position: relative;
  min-width: 1000px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 2;
  background-color: #FFF;
}
body.preload .wow.fadeIn {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
  
/*-----------------------------------------
** loading
-----------------------------------------*/
.__loadingWrap{
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    /*display: none;*/
}
.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

main {
    display: none;
}
main.view {
    display: block;
}


/*

MV

*/
.mv {
  position: relative;
  background: #fff;
  z-index: 3;
}
.mv-bg {
    width: 68.5%;
}
.mv-txt {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 3.4%;
    z-index: 10;
}
.mv-awards {
    position: absolute;
    top: 5%;
    right: 2%;
    width: 15%;
}
.mv-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32%;
    transform: translate(-50%,-50%);
}
.mv-sign {
    position: absolute;
    width: 23%;
    bottom: -7%;
    right: 17.2%;
    z-index: 9;
}
.mv-sign-col {
    fill: #aacd22;
}

.bn_comment.pc {
    position: absolute;
    bottom: -8%;
    left: 18%;
    display: block;
    width: 12%;
    z-index: 3;
}
.bn_comment.sp {
  display: none;
}
.bn_dvd.pc {
    position: absolute;
    bottom: -8%;
    left: 5%;
    display: block;
    width: 12%;
    z-index: 3;
}
.bn_dvd.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .mv-bg {
        width: 100%;
    }
    .mv-txt {
        position: relative;
        right: auto;
        top: auto;
        width: 94%;
        margin: auto;
        padding-top: 6%;
    }
    .mv-awards {
        top: 3%;
        right: 2%;
        width: 35%;
    }
    .mv-ttl {
        top: 18%;
        left: 50%;
        width: 80%;
        transform: translate(-50%,0);
    }
    .mv-sign {
        width: 49%;
        bottom: 2.4%;
        right: 3%;
    }
    
    .bn-list {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 90%;
        margin: auto;
    }
    .bn_comment.pc {
      display: none;
    }
    .bn_comment.sp {
      display: block;
      width: 47%;
    }
    .bn_dvd.pc {
        display: none;
    }
    .bn_dvd.sp {
        display: block;
        width: 47%;
    }
}

/*

MENU

*/
.menu {
  position: relative;
  background: #fff;
  z-index: 2;
}
.menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4% 0 6%;
}
.menu ul li {
    width: 23%;
    margin: 1%;
}
.menu ul li a {
    display: block;
    font-family: 'PT Serif', serif;
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFE100;
    border-radius: 6px;
    background-color: #F29600;
    transition: .3s;
}
.menu ul li a:hover {
    color: #F29600;
    background-color: #FFE100;
}

@media screen and (max-width: 768px) {
    .menu {
      padding: 0 0 8%;
    }
    .menu ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 88%;
        margin: auto;
        padding: 12% 0;
    }
    .menu ul li {
        width: 48%;
        margin: 0 0 2%;
    }
    .menu ul li:nth-child(2n) {
        margin-left: 2%;
    }
    .menu ul li a {
        padding: 6% 2%;
    }
    .menu ul li.pc {
        display: none;
   }
}

.other {
  position: relative;
  padding-bottom: 6%;
  background: #fff;
  z-index: 2;
}
.other-release {
    width: 48%;
    margin: auto;
    padding-bottom: 3%;
}
.other-dist {
    width: 68%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .other-release {
        width: 60%;
        padding-bottom: 7%;
    }
    .other-dist {
        width: 92%;
        margin: auto;
    }
}


.tieup {
    position: relative;
    background: #fff;
    z-index: 2;
    max-width: 1000px;
    margin: auto;
}
.tieup ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6%;
    list-style: none;
}
.tieup ul li {
    display: flex;
    align-items: center;
    width: 20%;
    margin-bottom: .5%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #FFF;
}
.tieup ul li a {
    display: block;
    width: 100%;
    transition: .3s;
    border: 1px solid #333;
    box-sizing: border-box;
}
.tieup ul li a:hover {
    opacity: .7;
}
.tieup ul li a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .tieup {
        padding: 0 4%;
    }
    .tieup ul li {
        width: 50%;
    }
}


/* full contents */
header {
	position: fixed;
	top: 0;
	left: 0;
  display: none;
	width: 60px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	z-index: 101;
}

.btn_menu,
.btn_menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.btn_menu {
	position: relative;
  width: 40px;
  height: 30px;
	margin-top: 3px;
	cursor: pointer;
	z-index: 101;
}
.btn_menu span {
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  background-color: #fff;
}
.btn_menu span:nth-of-type(1) {
  top: 0;
}
.btn_menu span:nth-of-type(2) {
  top: 14px;
}
.btn_menu span:nth-of-type(3) {
  bottom: 0;
}

.btn_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.btn_menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

.navPanel {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: rgba(170,205,34,.9);
	z-index: 100;
	transition: .25s;
}
.navPanel.open {
	left: 0;
}

.navPanel ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 50px auto 20px;
}

.navPanel li {
  width: 100%;
}

.navPanel li a {
	display: block;
	width: 100%;
	padding: 0 3em;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 3em;
	text-align: center;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  header {
    display: block;
  }
}


section {
  position: relative;
  padding: 5% 0;
  z-index: 2;
}

section .inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.banner_movie{
  padding-top:50px;
  padding-bottom: 50px;
}
.bnr_center{
  text-align: center;
}
.banner_movie img{
  width:150px;
}

.intro {
  background: #F4AF8F;
}
.intro .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1340px;
}
.intro .inner::before {
  content: "";
  position: absolute;
  top: -1%;
  left: -5%;
  width: 64%;
  height: 72%;
  background: #F29E77;
  z-index: 2;
}
.intro h2 {
  position: relative;
  width: 44%;
  margin: 0 0 0 5%;
  z-index: 4;
}
.intro h3 {
  position: relative;
  margin: 0.5em 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.75;
  color: #E50044;
  z-index: 3;
}
.intro h3 br.sp {
  display: none;
}
.intro .slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
}
.intro .tx {
  width: 44%;
}
.intro .ph {
  position: relative;
  width: 46%;
  margin: -22% 0 0 54%;
  z-index: 4;
}

/* intro slick overwrite styles */
.slick-dots {
	bottom: -45px;
  width: 44%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 15px;
	line-height: 0;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	color: #E95504 !important;
	border: 0;
	outline: none;
	border-radius: 15px;
  background: #fff;
}
.slick-dots li button:before {
	font-size: 15px;
	line-height: 0;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	color: #E95504 !important;
	border: 0;
	outline: none;
	border-radius: 15px;
	background: #fff;
	content: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
	opacity: 1.0;
	color: #fff !important;
	background: #E95504;
}

@media screen and (max-width: 1400px) {
  .intro .inner::before {
    height: 76%;
  }
  .intro .ph {
    margin: -25% 0 0 54%;
  }
}

@media screen and (max-width: 1300px) {
  .intro .inner::before {
    height: 82%;
  }
  .intro .ph {
    margin: -30% 0 0 54%;
  }
}

@media screen and (max-width: 1200px) {
  .intro .inner::before {
    height: 85%;
  }
  .intro .ph {
    margin: -35% 0 0 54%;
  }
  .intro h3 {
    font-size: 2.75vw;
  }
}

@media screen and (max-width: 1150px) {
  .intro .inner::before {
    height: 90%;
  }
  .intro .ph {
    margin: -40% 0 0 54%;
  }
}

@media screen and (max-width: 1100px) {
  .intro .inner::before {
    height: 95%;
  }
  .intro .ph {
    margin: -45% 0 0 54%;
  }
}

@media screen and (max-width: 1050px) {
  .intro .inner::before {
    height: 105%;
  }
  .intro .ph {
    margin: -50% 0 0 54%;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 5% 0 10%;  
  }
  .intro .inner::before {
    display: none;
  }  
  .intro h2 {
    width: 100%;
    margin: 0 0 2%;
  }
  .intro h3 {
    font-size: 4.5vw;
  }
  .intro h3 br.sp {
    display: inline;
  }
  .intro .slider {
    position: relative;
    width: 100%;
  }
  .intro .slider::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 90%;
    height: 112%;
    background: #F29E77;
  }
  .intro .tx {
    width: 100%;
  }
  .intro .ph {
    width: 90%;
    margin: 85px auto 0;
  }
  .slick-dots {
    bottom: -60px;
    width: 100%;
  }
}


.story {
  background: #EE835C;
}
.story h2 {
  width: 30%;
}
.story h3 {
  position: relative;
  margin: 0.5em 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  z-index: 3;
}
.story .ph.first {
  margin: -1.25em 0 0;
  font-size: 35px;
}
.story .tx {
  width: 80%;
  margin: 4% auto;
}
.story h4 {
  display: inline-block;
  margin: 0 0 0.5em;
  font-size: 15px;
  font-weight: 700;
  line-height: 2em;
  color: #C7161D;
  border-bottom: 1px solid #C7161D;
}
.story .phSet {
  position: relative;
  width: 80%;
  margin: 8% auto 0;
  padding: 5% 0 12%;
}
.story .phSet .ph:first-of-type {
  position: relative;
  width: 24%;
}
.story .phSet .ph:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 27%;
  width: 20%;
}
.story .phSet .ph:nth-of-type(3) {
  position: absolute;
  top: 47%;
  left: 27%;
  width: 9.5%;
}
.story .phSet .ph:nth-of-type(4) {
  position: absolute;
  top: 47%;
  left: 39%;
  width: 8%;
}
.story .phSet .ph:nth-of-type(5) {
  position: absolute;
  top: 0;
  left: 50%;
  width: 27%;
}
.story .phSet .ph:nth-of-type(6) {
  position: absolute;
  top: 56%;
  left: 56%;
  width: 21%;
}
.story .phSet .ph:nth-of-type(7) {
  position: absolute;
  top: 11%;
  left: 80%;
  width: 20%;
}
.story .phSet .ph:nth-of-type(8) {
  position: absolute;
  top: 50%;
  left: 80%;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .story h2 {
    width: 58%;
  }
  .story h3 {
    font-size: 4.1vw;
  }
  .story .ph.first {
    margin: -1.15em 0 0;
    font-size: 4vw;
  }
  .story .tx {
    width: 100%;
  }
  .story .phSet {
    width: 100%;
    padding: 20% 0 120%;
  }
  .story .phSet .ph:first-of-type {
    position: relative;
    width: 50%;
  }
  .story .phSet .ph:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 56%;
    width: 44%;
  }
  .story .phSet .ph:nth-of-type(3) {
    position: absolute;
    top: 21%;
    left: 56%;
    width: 22%;
  }
  .story .phSet .ph:nth-of-type(4) {
    position: absolute;
    top: 21%;
    left: 82%;
    width: 18%;
  }
  .story .phSet .ph:nth-of-type(5) {
    position: absolute;
    top: 41%;
    left: 24%;
    width: 52%;
  }
  .story .phSet .ph:nth-of-type(6) {
    position: absolute;
    top: 64%;
    left: 0%;
    width: 44%;
  }
  .story .phSet .ph:nth-of-type(7) {
    position: absolute;
    top: 64%;
    left: 50%;
    width: 44%;
  }
  .story .phSet .ph:nth-of-type(8) {
    position: absolute;
    top: 82%;
    left: 50%;
    width: 32%;
  }
}


.bgFix {
  height: 54vw;
  background: url("../images/full/bgFix_pc.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .bgFix {
    height: 120vw;
    background: none;
  }
  .bgFix::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/full/bgFix_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}

.diagram {
  padding: 6% 0 12%;
  background: #AACD22;
}
.diagram h2 {
  width: 42%;
}
.diagram .img {
  width: 80%;
  margin: 1em auto 0;
}

@media screen and (max-width: 768px) {
  .diagram {
    padding: 10% 0 16%;
  }
  .diagram h2 {
    width: 84%;
  }
  .diagram .img {
    width: 100%;
  }
}


.cast-staff {
  padding: 6% 0 6%;
  background: #F09BA5;
}
.cast-staff h2 {
  width: 68%;
}
.cast-staff .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast-staff .card {
  display: block;
  width: 22%;
  margin: 4% 0;
}
.cast-staff .card .ph {
  position: relative;
  margin: 0 0 0.5em;
  overflow: hidden;
}
.cast-staff .card .ph::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background: rgba(242,150,0,.5);
  transition: .25s;
}
.cast-staff .card:hover .ph::after {
  width: 120%;
  height: 120%;
}
.cast-staff .card .nameJp {
  position: relative;
  z-index: 2;
}
.cast-staff .card .nameEn {
  margin: -1.25em 0 0;
}

@media screen and (max-width: 768px) {
  .cast-staff .inner {
    width: 100%;
  }
  .cast-staff h2 {
    width: 95%;
    margin: 0 0 0 5%;
    overflow: hidden;
  }
  .cast-staff h2 img {
    width: 128%;
  }
  .cast-staff .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .cast-staff .card {
    width: 47%
  }
  .cast-staff .card .ph::after {
    display: none;
  }
}


.review {
  height: 53.4vw;
  min-height: 540px;
  padding: 7% 0 0;
  box-sizing: border-box;
  background: url("../images/full/review_bg_pc.jpg") center center no-repeat;
  background-size: cover;
  z-index: 3;
}
.review h3 {
  width: 36%;
  margin: 0 auto 4%;
}
.review .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review .leaf {
  width: 30%;
}
.review h4 {
  position: absolute;
  bottom: -4%;
  right: 3%;
  width: 36%;
}

@media screen and (max-width: 768px) {
  .review {
    height: 152.4vw;
    min-height: auto;
    padding: 7% 0 0;
    background: url("../images/full/review_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .review h3 {
    width: 74%;
    margin: 6% auto 0;
  }
  .review .wrap {
    justify-content: center;
  }
  .review .leaf {
    width: 80%;
    margin: 5% auto;
  }
  .review h4 {
    bottom: -5%;
    right: 10%;
    width: 70%;
  }
}


.roadshow {
  background: #fff;
}
.roadshow h3 {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .roadshow {
    padding: 14% 0 8%;
  }
  .roadshow h3 {
    width: 100%;
  }
}


footer {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 2;
}

.modalWrap {
  display: none;
}

.pmodal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5%;
  background: #fff;
}

.pmodal .ph {
  width: 40%;
}
.pmodal .tx {
  width: 54%;
}
.pmodal h1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75em;
}
.pmodal h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}
.pmodal h3 {
  margin: 0 0 1em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

.profModal #cboxClose {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
  background: url(../images/full/btn_close.svg) center center no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	transition: 0.2s all;
	z-index: 200;
}

@media screen and (max-width: 768px) {
  .pmodal {
    min-height: 100vh;
    box-sizing: border-box;
  }
  .pmodal .ph {
    width: 100%;
    margin: 40px 0 1em;
  }
  .pmodal .tx {
    width: 100%;
  }
}

.note {
    position: relative;
    z-index: 2;
    padding: 4% 0 0;
    background-color: #FFF;
}
.note-btn {
    display: block;
    max-width: 360px;
    margin: auto;
    padding: 20px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #E50044;
    border: 2px solid #E50044;
    border-radius: 6px;
    transition: .3s;
}
.note-btn:hover {
    color: #FFF;
    background-color: #E50044;
}

@media screen and (max-width: 768px) {
    .note {
        padding: 10% 0 0;
    }
    .note-btn {
        max-width: none;
        width: 70%;
        margin: auto;
    }
}

