@charset "utf-8";

@import url("nav.css");
/* 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;
}  
*/

.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;
}


.font01{
  font-family: yu-mincho-pr6n, serif;
  font-style: normal;
}
.font02{
  font-family: ten-mincho-text, serif;
  font-style: normal;
  }

#web{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}


.center{
  text-align: center;
}


#chart img{
  width: 100%;
  margin: 0 auto;
}


.parallax {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; 
}
.content {
  width: 100%;

  background: #e9dcef;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.80) 0%,
   rgba(236, 233, 242, 1) 100%),
    -webkit-radial-gradient(at top center, rgba(255, 255, 255, 1) 0%,
     rgba(236, 233, 242, 1) 120%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.80) 0%,
   rgba(236, 233, 242, 1) 100%),
    radial-gradient(at top center, rgba(255, 255, 255, 1) 0%,
     rgba(236, 233, 242, 1) 120%);
  background-blend-mode: multiply,multiply; 
}


.parallax.bg-01 {
    background-image: url("../img/bg01.jpg");
  background-position: left;
}
.parallax.bg-02 {
    background-image: url("../img/bg02.jpg");
}
.parallax.bg-03 {
    background-image: url("../img/bg03.jpg");
}


.white-bg{
  background-color: rgba(0, 0, 0, .1);
}
.width-box{
  width: 70%;
  margin: 0 auto;
}

.box{
  padding: 100px 0;
}


/***** MAIN *****/

main{
  width: 100%;
  /*background: url("../img/mainvisu.jpg");*/
  -webkit-box-flex:2;
  -ms-flex-positive:2;
  flex-grow: 2;
  text-align: left;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
}

main .mainvisu{
  width: 100%;
  height: auto;
  background: url("../img/mainvisu_bg.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

main .logo{
  width: 55%;
}

main .logo img{
  width: 100%;
  margin-top: 100px;
}
main .act{
  width: 30%;
  position: relative;  
}
main .act img{
  width: 100%;

}
main .movie_img{
  position: absolute;
  right:0;
  bottom: 0;
}
main .movie_img img{
  width: 100%;
}



/* 見出し */
.ttl {
  margin: 10px auto 50px;
  padding: 0;
  font-family: yu-mincho-pr6n, serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color:#666666;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.heading {
  margin: 10px 0
}
.ttl7 .heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #a7a7b9;
  line-height: 50px;
  overflow: hidden;
}
.ttl7 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #a7a7b9;
  color: #fff;
}
.ttl7 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#a7a7b9;
}
.ttl7 .heading .title{
  float: left;
  padding-left: 20px;
}



h4.ttl{
  margin: 50px auto 30px;
  font-size: 20px;
  border-radius: 6px;
  background: none; 
}

.ttl2{
  padding: .5em .75em;
  margin-bottom: 20px;
  color: #fff;
  background-color: #a7a7b9;
  border-radius: 6px;
}

.ttl3 .heading {
  color: #666666;
  text-align: center;
  overflow: hidden;
}
.ttl3 .heading span {
  display: inline-block;
  position: relative;
}
.ttl3 .heading span:before,
.ttl3 .heading span:after {
  content: "";
  border-bottom: 1px solid #666666;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}
.ttl3 .heading span:before {
  right: 100%;
}
.ttl3 .heading span:after {
  left: 100%;
}







@media all and (-ms-high-contrast: none) {
.ttl{
  line-height:3rem;
  padding-bottom: -1.5rem;  
}

.ttl2{
  padding: 1.2rem .75em .5em;
}

.ttl3 .heading span:before,
.ttl3 .heading span:after {
  bottom: 35px;
}
.ttl7 .heading .title{
  padding-top: .7rem;
}
.ttl7 .heading .caption{
  padding-top: .7rem;
}

}



/* テキスト */
.txt-box{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(30, 30, 30, 1.0);
  background: rgba(255, 255, 255, .8);
  border: 1px solid #a7a7b9;
  padding: 2rem;
  border-radius: 6px;
}

.txt-box p{
  margin-bottom: 1rem;
}
.txt-box p:last-child{
  margin-bottom: 0;
}


/* STORY */
/* ラジオボタンを全て消す */
input[name="tab_item"] {
display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#story01:checked ~ #story01_content,
#story02:checked ~ #story02_content,
#story03:checked ~ #story03_content,
#story04:checked ~ #story04_content,
#story05:checked ~ #story05_content,
#story06:checked ~ #story06_content,
#story07:checked ~ #story07_content,
#story08:checked ~ #story08_content,
#story09:checked ~ #story09_content,
#story10:checked ~ #story10_content,
#story11:checked ~ #story11_content,
#story12:checked ~ #story12_content,
#story13:checked ~ #story13_content,
#story14:checked ~ #story14_content,
#story15:checked ~ #story15_content,
#story16:checked ~ #story16_content{
display: block;
}
/* 選択されているタブのスタイルを変える */
div.tabs-story input:checked + .tab_item {
background-color: #fff;
color:#666;
}

/* タブ切り替え全体のスタイル（任意） */
div.tabs-story {
text-align:left;
}
/* タブのスタイル（任意） */
.tab_item {
width: 12.5%;
padding:20px 0;
text-align: center;
line-height:1em;
display:inline-block;
font-weight: bold;
transition: all 0.2s ease;
margin:0;
background-color: #a7a7b9;
color: #fff;
}
@media all and (-ms-high-contrast: none) {
.tab_item {
padding:28px 0 12px;
}
}
.tab_item:hover {
opacity: 0.75;
cursor: pointer;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
display: none; /* ←のみ必ず必要 */
}

.tabs-story label{
  margin: 0;
}







.my-gallery{
  /*  display: flex;
  justify-content: space-between; */
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
 .my-gallery img {
  width: 100%;
  height: auto;
}




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

/* スペシャル　*/


#special ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#special ul:last-child{
  margin-bottom: 0;
}
#special li{
  list-style: none;
  width: 60%;
}
#special li.special_txt{
  width: 39%;
}
#special li img,
#special li video{
  width: 100%;
}
.shimekiri {
  margin-top: 2rem;
    text-align: center;
}

.shimekiri span{
  color: #e61de8;
  border-bottom: 1px solid #e61de8;
  font-weight: bold;
  padding-bottom: 5px;
}

.caption{
  font-size: 0.8rem;
  text-align: center;
}

.cont-none{
  height: 850px;
  background-position: bottom;
}


/* キャスト　スタッフ　*/

#cast_staff ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cast_staff li{
  list-style: none;
}
#cast_staff .maincast li{
  width: 32%;
  margin-bottom: 50px;
}

#cast_staff li img{
  width: 100%;
}

#cast_staff .other li{
  width: 49%;
}



#cast_staff h4.ttl{
  margin: 20px auto;
}
#cast_staff .heading{
  margin-top: 0;
}

#cast_staff .cast_text p,
#cast_staff .other span{
  font-size: 0.8rem;
}




/* スマフォ */

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

.box{
  padding: 50px 0;
}

.sp img{
  width: 100%;
}
img.sp{
  width: 100%;
}
.width-box{
  width: 95%;
}
.txt-box{
  padding: 1rem;
}

.ChangeElem_Btn_Content{
  margin-right: -2px;
}

.ChangeElem_Btn {
  margin-right: 2px;
  margin-bottom: 2px;
}

.my-gallery{
  /*  display: flex;
  justify-content: space-between; */
  display: block;
}

main .movie_img{
  position: static;
    text-align: center;
}
main .movie_img img{
  width: 95%;
  margin: 15px 0 10px;

}


.ttl7 .heading .caption{
  font-size: 12px;
  padding-left: 15px;
  padding-right: 20px;
}

#special ul{
  display: block;
}
#special li{
  width: 100%;
  margin-bottom: 20px;
}
#special li:last-child{
  margin-bottom: 0;
}
#special li.special_txt{
  width: 100%;
}

#cast_staff ul{
  display: block;
}

#cast_staff .maincast li,
#cast_staff .other li{
  width: 100%;
}
#cast_staff .other li{
  margin-bottom: 50px;
}
#cast_staff .other li:last-child{
  margin-bottom: 0;
}


.cont-none{
  height: 400px;
}
.pc{display:none}
}
@media screen and (min-width: 641px) {
.sp{display:none;}
}


/* 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); }
}
address{
  color: #a7a7b9;
  font-style: normal;
  text-align: center;
  font-size: 1rem;
  width: 100%;
}

footer{
  padding: 100px 0;
  text-align: center;
}
footer img{
  max-width: 100%;
  margin-bottom: 1rem;
}










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

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.cp_loading12 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.cp_loading12 .cp_item {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-animation: loading12 1.8s infinite cubic-bezier(.51,.35,.71,.55);
          animation: loading12 1.8s infinite cubic-bezier(.51,.35,.71,.55);
  opacity: 0.3;
  border-radius: 50%;
}
.cp_loading12 .cp_item:nth-child(1) {
  background: #E91E63;
}
.cp_loading12 .cp_item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #E91E63;
}
.cp_loading12 .cp_item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background: #673AB7;
}
.cp_loading12 .cp_item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background: #03A9F4;
}
.cp_loading12 .cp_item:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background: #4CAF50;
}
@-webkit-keyframes loading12 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  70% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes loading12 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  70% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}


.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 55px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}