@charset "utf-8";

/**************** FONT ****************/

@font-face {
	font-family: 'shippori';
	src: url('fonts/shippori.eot'); /* IE9 Compat Modes */
	src: url('fonts/shippori.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('fonts/shippori.woff') format('woff'), /* woff - Modern Browsers */dt
	     url('fonts/shippori.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('fonts/shippori.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
/**************** FONT ****************/
.foot{
 text-align: center;
 width:100%;
}
article{
 color: #fff;
 width: 100%;
 text-align: center;
}
body {
	z-index: -1;
	height: 100%;
	overflow: scroll;
	background: #000;
	}
body img{vertical-align:center;}
.main{
 text-align:center;
 display:block; /* IE対策に追加 */
  clear: both;
}

#loading-wrapper { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: #000; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.5s; 
  z-index: 9999;
  animation: opacity 0.5s;
} 
.loadbg{
  width: 280px;
  margin: -50px 0px 20px 0px;
}
.loaderwrap{
  height: 50px;
  width:300px;
  text-align: left;
  margin: 0 auto;
}
.loader {
	height: 2px;
	width: 300px;
	background-color: #fff;
	animation: load5 0.5s;
	}
@-webkit-keyframes load5 {
  0%{
   width: 0px;
  }
    100%{
   width: 300px;
  }
}
.completed {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes opacity{
  0%{
   opacity: 1;
  }
    99%{
   opacity: 1;
   }
    100%{
   opacity: 0;
   }
  }
}
/**************** STORY ****************/

/* commonBox ------ */
.slick-dots li.slick-active button:before{
opacity: .75;
color: #fff;
}

.tab-box dt{
    font-family: "shippori";
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 20px auto;
    float:center;
    text-align: center;
    }
.tab-box p{
 color: #fff;
 font-size: 0.8vw;
}
.tab-wrap{
 padding-bottom:100px;
 width: 100%;
}


.tab-box dd{
    font-family: 'shippori';
    color: #fff;
    margin: 0 auto;
}

.tab-content {
  width: 100%;
  text-align: center;
  margin-top:50px;
  }

.tab-content input[type="radio"] {
  display: none;
}

.tab-content input[type=radio]:checked + label {
  opacity: 0.5;
  }


.tab-content > .tab-box > div {
  display: none;
}



.tab-content input[type=radio]:checked + label {
   font-family: 'Zen Old Mincho', serif !important;
   background: url("../img/checked.png"); 
   background-repeat: no-repeat;
   font-size: 1.5vw;
  }


.tab-content > .tab-box > div {
  display: none;
}

label.tab_item{
    font-family: 'Zen Old Mincho', serif !important;
    padding: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 0.8vw;
}

#tab1:checked ~ .tab-box > #tabView1 { display: block; }
#tab2:checked ~ .tab-box > #tabView2 { display: block; }
#tab3:checked ~ .tab-box > #tabView3 { display: block; }
#tab4:checked ~ .tab-box > #tabView4 { display: block; }
#tab5:checked ~ .tab-box > #tabView5 { display: block; }
#tab6:checked ~ .tab-box > #tabView6 { display: block; }
#tab7:checked ~ .tab-box > #tabView7 { display: block; }
#tab8:checked ~ .tab-box > #tabView8 { display: block; }
#tab9:checked ~ .tab-box > #tabView9 { display: block; }
#tab10:checked ~ .tab-box > #tabView10 { display: block; }
#tab11:checked ~ .tab-box > #tabView11 { display: block; }
#tab12:checked ~ .tab-box > #tabView12 { display: block; }
#tab13:checked ~ .tab-box > #tabView13 { display: block; }
#tab14:checked ~ .tab-box > #tabView14 { display: block; }
#tab15:checked ~ .tab-box > #tabView15 { display: block; }
#tab16:checked ~ .tab-box > #tabView16 { display: block; }
#tab17:checked ~ .tab-box > #tabView17 { display: block; }
#tab18:checked ~ .tab-box > #tabView18 { display: block; }
#tab19:checked ~ .tab-box > #tabView19 { display: block; }
#tab20:checked ~ .tab-box > #tabView20 { display: block; }
#tab21:checked ~ .tab-box > #tabView21 { display: block; }
#tab22:checked ~ .tab-box > #tabView22 { display: block; }
.storyimg img{
 width: 32%;
 margin: 5px;
 display: inline-block;
}

/**************** STORY ****************/
.slider img {
  transform: scale(0.8);
  opacity: 0.3;
  transition: 0.5s;
}

.slider .slick-center img {
  transform: scale(1);
  opacity: 1;
}


.slick-dots li.slick-active button:before{
opacity: .75;
color: #fff;
}

/* PC用 */


@media screen and (min-width:768px){
/* ヘッダー */
.header{
 position: relative;
 width: 100%;
 z-index: 0;
 text-align: center;
 background: url("../img/back1.png"); 
 background-position: 70% 70%;
 background-repeat: no-repeat;
 height: 43vw;
}
.headwrap{
 position: relative;
 width: 70%;
 margin: 0 auto;
}
.top{
 position:  absolute;
 text-align: left;
 z-index: 1;
}
.top img{
 width: 39.8vw;
 animation:show 3s both;
}
#twitter{
 width: 15vw;
 position:  absolute;
 left:15vw;
 z-index: 99;
 bottom: 2vw;
}

@keyframes show {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}
.sps{
 display: none;}    
.right{
 position: absolute;
 display: block; 
 width: 90%;
 z-index: 2;
 margin-right: 0;
 padding-top: 3vw;
 text-align: right;

}
.catch{
 margin: 7vw 0 20vw 0;
 text-align: right;
}
#time{
 width: 25vw;
}
#logo{
 animation:showimg 3s both;
 width: 30vw;
}
@keyframes showimg {
	0% {
		transform: translateX(50px);
		opacity:0;
	}
	
    80% {
		transform: translateX(150px);
		opacity:0;
	}


	100% {
		transform: translateX(0px);
		opacity:1;
	}
}

/*========= タイピング ===============*/
.TextTyping{
  position: absolute;
  width: 25vw;
  display: block;
  right: 0;
  text-align: right;
  margin: 200px;
  margin: 20px 0;
  font-size: 2vw !important;
  letter-spacing: .3em;
  word-break : break-all;
  color: #fff !important;
  font-family: 'Zen Old Mincho', serif !important;
}

.TextTyping span {
	display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
 	content: "_";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}
/* ヘッダー */

/*========= 特番 ===============*/
.pctline{
 width: 100%;
 margin: 0 auto;
 text-align: center;
}
.tokuban{
 width:25%;
 margin: 20px;
}

/*========= 特番 ===============*/
/* ナビー */
.navbase{
 background: #4b3c1d; 
 text-align: center;
 width: 100%;
}
.nav{
 text-align: center;
 margin: 0 auto;
 position: relative;
 z-index: 999;
}

.navbutton{
 display: inline-block;
 text-align: center;
 font-size: 1vw;
 font-family: 'shippori';
 font-weight: bold;
}
.navbutton a{
 text-decoration: none;
 display: block;
 margin:0.5vw 2vw;
 color: #fff;
 }
.navbutton a:hover{
 color: #000;
 }
.navbutton span{
 display: block;
 font-size: 12px;
 } 
.fixed {
    position: fixed;
    top: 125px;
    width: 100%;
    z-index: 10;
}
/* ナビー */

/* イントロ */
.parallax-bg .scrollbox {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
.parallax-bg {
  background-image: url('../img/bg.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2vw;
}
.bg2 {
  background-image: url('../img/bg2.png');
}
/*スクロールするコンテンツ*/
.scrollbox {
  background-color: #000;
  text-align: center;
  padding: 2vw;
}
.red{
  background-image: url('../img/612972_m.jpg');
}

/* イントロ */
.title{
  width: 20vw;
  margin: -4vw 0vw 0 0;
  font-family: 'Zen Old Mincho', serif;
  z-index: 998;
}
.center{
 margin: 0 auto;
}
.text{
 font-family: 'Zen Old Mincho', serif;
 font-size: 0.8vw;
 width: 30vw;
 color: #fff;
 background: rgba(0,0,0,0.8);
 padding :20px;
 margin: 8vw -50vw 50px 50vw;
 line-height: 1.6;
}
.box{
 display: inline-block;
 margin: 20px;
}
.subtitle{
  font-size: 1.2vw;
  margin: 20px auto;
  color: #fff;
  line-height: 1.2;
  font-family: 'Zen Old Mincho', serif;
}
.image{
 width: 20vw;
 display: inline-block;
}
/***ポップアップ***/

.name{
  font-size: 1.4vw;
  font-family: 'Zen Old Mincho', serif;
  color: #fff;
}
.prof{
 font-size: 1vw;
  font-family: 'Zen Old Mincho', serif;
  color: #fff;
}

/***ポップアップ***/

.castbox{
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	 width:35vw;
	 display: inline-block;
    margin: 0 auto;
    padding: 20px 0;
	}
.castbox.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.castimg{
 width: 10vw;
}
.tok{
 padding 10px;
 font-family: 'Zen Old Mincho', serif;
 color: #fff;
 width: 15vw;
 display: inline-block;
 font-size: 0.8vw;
}

.flat{
 display: inline-block;
 color: #fff;
 width: 25vw;
 font-family: 'Zen Old Mincho', serif;
 font-size: 1.4vw;
}
.banner{
 width:25vw;
 margin: 20px auto;
 color: #fff;
}

a.anchor{
    display: block;
    padding-top: 185px;
    margin-top: -185px;
}
#js-slider{
 width: 70%;
 margin: 0 auto;
}
#setsumei{
 font-size: 0.8vw !important;
 width: 100%;
 text-align: center;
 margin-top: 30px;
}
dd{
 width: 70%;
}
.wid{
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
}
.left{
 text-align: left;
 margin: 0 auto;
}
.big{
font-size: 25px;
width: 55%;
padding:30px;
border: double 5px #fff;
}
}
/****************スマホ****************/

@media screen and (max-width:767px), print{
.wrap{
 width: 100%;
 overflow: hidden;
}
.slick-prev:before,
.slick-next:before
{
 display: none;
 }

.TextTyping{
 display: none;
}
#twitter{
 width: 100%;
 position:  absolute;
 z-index: 99;
 margin-top: 153vw;
}

#logo{
  position:  absolute;
  width: 90%;
  z-index:105;
  top: 108vw;
  margin: 0 auto;
  right: 0px;
}
#time{
 width: 90%;
 display: block;
 margin: 17vw auto;
}

.navbase{
 margin-top: 30vw;
 background: #4b3c1d; 
 text-align: center;
 width: 100%;
}
.navbutton{
  width: 49%;
  position: relative;
  display: inline-block;
  text-align: left;
  font-family: 'Zen Old Mincho', serif;
  font-size: 15px;
  text-decoration: none;
  transition: .3s;
  padding:5px 10px;
  margin-bottom: 5px;
  border: solid 2px #000;
}

.navbutton{
 display: inline-block;
 text-align: center;
 font-size: 15px !important;
 font-family: 'shippori';
 font-weight: bold;
}
.navbutton a{
 text-decoration: none;
 display: block;
 margin:0.5vw 2vw;
 color: #fff;
 }
.navbutton a:hover{
 color: #000;
 }
.navbutton span{
 display: block;
 font-size: 10px!important;
 } 


a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*========= 特番 ===============*/
.pctline{
 width: 100%;
 margin: 0;
 padding : 0;
}
.tokuban{
 width:50%;
 margin:0 ;
}


/*========= 特番 ===============*/
/************スライダー　***********/
/* イントロ */
.parallax-bg .scrollbox {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
.parallax-bg {
  background-image: url('../img/bg.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2vw;
}
.bg2 {
  background-image: url('../img/bg2.png');
}
/*スクロールするコンテンツ*/
.scrollbox {
  background-color: #000;
  text-align: center;
  padding: 2vw;
}
.red{
  background-image: url('../img/612972_m.jpg');
}

/* イントロ */
.title{
  width: 80%;
  margin: -15vw auto 2vw auto;
  font-family: 'Zen Old Mincho', serif;
  z-index: 998;
}
.center{
 width: 100%;
 margin: 0 auto;
}
.text{
 font-family: 'Zen Old Mincho', serif;
 font-size: 14px;
 width: 90%;
 color: #fff;
 background: rgba(0,0,0,0.8);
 padding :30px;
 margin: 9vw auto;;
 line-height: 1.6;
}
.box{
 display: inline-block;
}
.subtitle{
  font-size: 18px;
  margin: 20px auto;
  color: #fff;
  line-height: 1.2;
  font-family: 'Zen Old Mincho', serif;
}
.image{
 width: 80%;
 display: inline-block;
}
/***ポップアップ***/

.name{
  font-size: 20px;
  font-family: 'Zen Old Mincho', serif;
  color: #fff;
}
.prof{
 font-size: 16px;
   font-family: 'Zen Old Mincho', serif;
  color: #fff;

}

/***ポップアップ***/

.castbox{
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	 width:100%;
	 display: inline-block;
    margin: 0 auto;
    padding: 20px 0;
	}
.castbox.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.castimg{
 width: 90%;
}
.tok{
 padding 10px;
 font-family: 'Zen Old Mincho', serif;
 color: #fff;
 width: 90%;
 display: inline-block;
 font-size: 14px;
}

.flat{
 display: inline-block;
 color: #fff;
 width: 100%;
 font-family: 'Zen Old Mincho', serif;
 font-size: 20px;
}
.banner{
 width:90%;
 margin: 20px auto;
 color: #fff;
}

label.tab_item{
    font-family: 'Zen Old Mincho', serif !important;
    padding: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
}

.tab-content input[type=radio]:checked + label {
   font-family: 'Zen Old Mincho', serif !important;
   background: url("../img/checked.png"); 
   background-repeat: no-repeat;
   font-size: 18px;
  }

.pcs{
 display: none;}    
}  
.left{
 text-align: left;
 margin-top: 0px;
}
.big{
border: double 5px #fff;
}
}
