@charset "utf-8";


/* CSS Document */
html,body {
    height: 100%;
    margin: 0;
}
body{
    font-size: 62.5%;
    margin:0;
    color:#131313;
    line-height: 1.8em;
    background-color: #fff;
}
/*
body::before {
  background-image:url("../img/bg.jpg");
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";z-index
  z-index: -1;
}  
*/
#majo{
    font-family: ten-mincho-text, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1rem;
}
.footwrap {
    min-height: 100%;
    /* フッタの高さと等しいネガティブマージン */
    /* また最後の子要素の潜在的なマージンとしても機能 */
    margin-bottom: -50px;
}


img{ 
    outline:none;
    border-style:none;
}
video{
    outline:none;
    border-style:none;
    width: 100%;
}


a{
    color:  rgba(255,255,255,1);
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
}


h2{
  background: -webkit-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: -o-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: linear-gradient(to right, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  padding: 30px 0;
  color: #fff;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 100px;
  text-align: center;
}

h4{
  background: -webkit-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: -o-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: linear-gradient(to right, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  padding: 30px;
  color: #fff;
}


@media screen and (max-width: 640px) {
h2{
  margin-bottom: 50px;
}
}



/* mainvisu */

.mainvisu{
  background: url('../img/mainvisu_bg.jpg') no-repeat;
  width: 100%;
  padding: 50px 0;
  line-height: 0;
}
.mainvisu h1{
  margin-top: 20px;
}
.mainvisu ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.mainvisu ul li{
  width: 550px;
  text-align: center;
  background: #fff;
  margin: 0;
}
.mainvisu ul li img.start{
  margin-top: 24px;
}
.mainvisu ul li img.date{
  margin-top: 15px;
}

/* mainvisu sp */

@media screen and (max-width: 640px) {
.mainvisu{
  padding: 0;
} 

.mainvisu ul li:nth-of-type(1){
order: 2;
}
.mainvisu ul li:nth-of-type(2){
order: 1;
padding: 30px 0;
}

.mainvisu ul li{
  width: 100%;
}
.mainvisu ul li:nth-of-type(1) img{
  width: 100%;
}
.mainvisu ul li:nth-of-type(2){

}
.mainvisu ul li img{
  width: 90%;
}
.mainvisu ul li h1 img{
  width: auto;
}

}

/* intro */
#intro{
  width: 80%;
  min-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}
#intro ul.point{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  text-align: center;
  margin-bottom: 100px;
}
#intro ul.point li{
  background: -webkit-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: -o-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: linear-gradient(to right, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  width: 250px;
  height: 100px;
  color: #ffffff;
  font-size: 1.4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
#intro ul.point li p{
  margin: auto;
}
#intro ul.point li span:nth-of-type(1){
  font-size: 1.1rem;
  line-height: 1.6rem;
}
#intro ul.point li span:nth-of-type(2){
  font-size: 0.9rem;
}
#intro ul.point li:nth-of-type(even){
  background: none;
  width: auto;
  margin: 0 20px;
}
@media all and (-ms-high-contrast: none){

  #intro ul.point li{
  padding-top: 1rem;
  height: 5rem;
  }

#intro ul.point li:nth-of-type(3){
  padding-top: 1.5rem;
    height: 4.5rem;

}
#intro ul.point li:nth-of-type(5){
  padding-top: 1.5rem;
    height: 4.5rem;

}

}



#intro .catch{
  color: #c40872;
  font-size: 1.6rem;
  text-align: center;
}
#intro .catch p{
  margin-bottom:60px;
  line-height: 2.6rem;
}
#intro .catch p span{
  font-size: 2.4rem;
}


#intro .detail{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#intro .detail div{
  width: 48%;
  line-height: 0;
}
#intro .detail div h4{
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#intro .detail div p{
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
}
#intro .detail div img{
  width: 100%;
}

#intro .about{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  background: #000;
  align-items: flex-start;
}
#intro .about h4{
  font-size: 2rem;
  margin-bottom: 20px;
}
#intro .about div{
  padding: 20px;
}
#intro .about div p{
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
}


.br{
  display: none;
}

/* intro sp */

@media screen and (max-width: 640px) {
#intro{
  width: 100%;
  min-width: 0px;
  margin: 0 auto;
  padding: 30px 0 80px;
}
#intro ul.point{
  width: 80%;
  margin: 0 auto 60px;
}
#intro ul.point li{
  margin-bottom: 20px;
}
#intro ul.point li:nth-of-type(even){

  margin: 0 20px 20px;
}


#intro .detail div{
  width: 100%;
  margin-bottom: 40px;
}
#intro .detail div h4{
  font-size: 1.0rem;
  line-height: 1.4rem;
}


#intro .about{
  flex-wrap: wrap;
}
#intro .about div{
  width: 100% ;
}
#intro .about div p{
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
}
#intro .about img{
  width: 100vw ;
}




.br{
  display: block;
}
}





/* story & cast */
#story,
#cast_staff{
  padding: 100px 0;
}
h3{
  color: #ec0075 ;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 40px;
}
#story h3 span{
  font-size: 1rem;
}
ul.box_wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  min-width: 800px;
  margin: 0 auto -60px;
}
ul li.box{
  background: #000;
  width: 48%;
  margin-bottom: 60px;
}
ul li.box p{
  margin: 0 20px 20px;
  padding-top: 20px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
}

/*#cast_staff ul li.box p:last-of-type{
  border-top: #ec0075 solid 1px;
}*/


.center { margin: 0 0 50px;}
.center img { width: 100%; height: auto;}
.center .slick-next { right: 20px; z-index: 99;}
.center .slick-prev { left: 15px; z-index: 100;}


#cast_staff h4{
  font-size: 1.4rem;
  margin: 20px;
}

.c_s{
  background: #000;
  width: 48%;
  margin-bottom: 60px; 
}
.c_s li{
  margin: 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: #ec0075 solid 1px;
}
.c_s li:last-child{
  border: none;
}
.c_s dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_s dt{
  color: #ec0075 ;
  font-size: 1.2rem;
}
.c_s dd{
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
  width: 70%;
}
.c_s dd span{
  font-size: 0.6rem;
}

.c_s_flex{
  margin: 60px auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  min-width: 800px;
}

.number{
  display: none;  
}


/* story & cast sp */

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

#story,
#cast_staff{
  padding: 30px 0 80px;
}



ul.number{
  margin: 60px 8px 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.number a{
  width: 11.2%;
  background: #e80082;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  margin-bottom: 10px;
}


ul.box_wrap {
  width: 100%;
  min-width: 0px;
}
ul li.box{
  width: 100%;
}
ul li.box p{
  margin: 0 20px 20px;
  padding-top: 20px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
}
.c_s{
  width: 100%;
}
.c_s dt{
  width: 100%;
  margin-bottom: 10px;
}
.c_s dd{
  width: 100%;
}
.c_s_flex{
  width: 100%;
  min-width: 0px;
}
}




/* chart */
#chart {
  padding: 100px 0;
}

#chart div{
  width: 80%;
  min-width: 800px; 
  text-align: center;
  margin: 0 auto;
}
#chart div img{
  width: 100%;
}


/* chart sp */

@media screen and (max-width: 640px) {
#chart {
  padding: 30px 0 80px;
}

#chart div{
  width: 100%;
  min-width: 0px; 
}
}




/* scroll-pagetop ----------------------------- */
#pageTop a {
  display: block;
  z-index: 999;
}


.fuwa{
  animation: vertical 1.5s ease-in-out infinite alternate;
}

@keyframes vertical {
    0% { transform:translateY(-8px); }
  100% { transform:translateY(  0px); }
}

footer{
  background: -webkit-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: -o-linear-gradient(left, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  background: linear-gradient(to right, #e1009a 0%, #b300e7 50%, #5f43ea 100%);
  padding: 100px 0;
  text-align: center;
  font-family: メイリオ, ヒラギノ角ゴ, serif;
}
footer img{
  max-width: 100%;
  margin-bottom: 1rem;
}
address{
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2rem;
  width: 100%;
}












/* nav */


.sticky{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;
    width: 100%;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
 
.inner:after {
  content:"";
  clear: both;
  display: block;
}
 
/*--------header-----------*/
 
#top-head {
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  z-index: 99;
  background: linear-gradient(90deg, #f4005c, #b300e7, #0095ea);
  font-style: normal;
  font-weight: 400;
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    height: 50px;
}
 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
 
#global-nav ul {
    list-style: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
}
#global-nav ul li {
    width: 16.6%;
    text-align: center;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: -webkit-linear-gradient(left, #f4005c, #b300e7, #0095ea);
    background: -o-linear-gradient(left, #f4005c, #b300e7, #0095ea);
    background: linear-gradient(to right, #f4005c, #b300e7, #0095ea);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
 
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}
 
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
    background-color: #f4005c;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
    background-color: #b300e7;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
    background-color: #0095ea;
}
 
 
/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {

    .head-inner {
      display: none;
    }
 
    .slick-next {
      right: 0;
    }
 
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background:none;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: none;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -530px;
        background: none;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
        background:#000;
        width: 100%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(520px);
        -webkit-transform: translateY(520px);
        transform: translateY(520px);
    }
}
 









/* ローディングの背景部分のCSS */
.loader{
  background:#ffffff;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:10000;
}
@media all and (-ms-high-contrast: none) {
.loader{
display: none;
}
}

/* ローディングのアニメーション部分のCSS (https://tobiasahlin.com/spinkit/) */
.spinner {
  margin: 45vh auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #f4005c;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}






.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}