/*	mainArea
============================== */
#page-top{
    font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	position: relative;
}
@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
}
	#page-top header{background:url(../img/bg_topheader.jpg) repeat-x #020512;}
}
@media all and (max-width: 767px) {
	#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg);
  position: fixed;
		background-size: cover;
  top: 0px;
  left: 0px;
  z-index: -1; 
}
	#page-top header{background-color: #07081b}
}

#mainArea{width:100%; height:0; padding-top: 70.634%; margin:0 auto; position:relative; }
#mainArea .main1{background-image: url(../img/main.jpg); background-size:cover; width:100%; height:0; padding-top:70.634%; position:absolute; top:0; left:0;
animation: fadein 2.5s ease 0s 1 normal;
-webkit-animation: fadein 2.5s ease 0s 1 normal;}
#mainArea .main2{background-image: url(../img/main_logo.png); background-size:cover; width:30.634%; height:0; padding-top:20.634%; position:absolute; bottom:0; left:0; opacity: 0;
-webkit-animation: fadein 1.5s ease 1s 1 forwards;
  animation: fadein 1.5s ease 1s 1 forwards;}
#mainArea .main3{background-image: url(../img/main_date_0715.png); background-size:cover; width:10.158%; height:0; padding-top:11.9%; position:absolute; bottom:0; left:30.158%; /*padding-top:9%;*/ opacity: 0;
-webkit-animation: fadein 2.5s ease 1s 1 forwards;
  animation: fadein 2.5s ease 1s 1 forwards;}
#mainArea .main3_0123{background-image: url(../img/main_date_0123.png); background-size:cover; width:10.158%; height:0; padding-top:11.9%; position:absolute; bottom:0; left:30.158%; /*padding-top:9%;*/ opacity: 0;
-webkit-animation: fadein 2.5s ease 1s 1 forwards;
  animation: fadein 2.5s ease 1s 1 forwards;}
#mainArea .main4{background-image: url(../img/main_copy.png); background-size:cover; width:6.349%; height:0; padding-top:33.333%; position:absolute; top:0; right:0; opacity: 0;
-webkit-animation: fadein 2.5s ease 1s 1 forwards;
  animation: fadein 2.5s ease 1s 1 forwards;}
#mainArea .main1 img, #mainArea .main2 img, #mainArea .main3 img, #mainArea .main4 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}

/*@media all and (min-width: 1500px) {
	#mainArea {width: 1500px; height:1060px; padding-top: 0; margin: 0 auto;}
}*/

header .inner {position: relative;}


#topContents { padding-top: 40px;}

#storyArea h2, #topicsArea h2, #newsArea h2 {background-repeat: no-repeat; background-position: left top; background-size: contain; text-indent:-9999px; z-index: 100; position: relative;}
#storyArea h2{background-image: url(../img/top/h2_story.png);}
#topicsArea h2{background-image: url(../img/top/h2_topics.png);}
#newsArea h2{background-image: url(../img/top/h2_news.png);}
@media all and (min-width: 768px) {
	#storyArea h2, #topicsArea h2, #newsArea h2 { width:100%; height:41px; margin: 0 auto 25px;}
}
@media all and (max-width: 767px) {
	#topContents { padding-top: 15px;}
	#storyArea h2, #topicsArea h2, #newsArea h2 { width:98%; height:26px; margin: 0 auto 17px;}
	#topicsArea h2, #newsArea h2 { background-position: 10px 0;}
}

/*	storyArea
============================== */
#storyArea #storyBlock { padding: 10px 10px 10px; background:rgba(255,255,255,0.2); filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5));}

#storyArea #story #topTrailer {width:510px; display: inline-block; vertical-align: top; letter-spacing: 0em;}
#storyArea #story #topTrailer #trailer div {width:510px;}
#storyArea #story #topTrailer #trailer iframe {width:510px; height:287px;}

#storyArea .epnum {  display: inline-block; vertical-align: middle; font-size: 3em;
	font-family: fira-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
	width: 10%;
}
#storyArea .epnum.final {
    font-family: nitalago-ruika, sans-serif;
    font-weight: 100;
    font-style: normal;
	width: auto; font-size: 1.8em; padding-right: 0.5em; line-height: 1em; vertical-align: bottom;
}
#storyArea .oadate { vertical-align: middle; display: inline-block; font-size: 3em; text-align: right;
	font-family: fira-sans, sans-serif;
	font-style: normal;
	font-weight: 700; line-height: 0.7em;
	/*width: 90%;*/
}
#storyArea .oadate .onair {font-size: 0.7em;}
#storyArea p.txt {line-height: 1.6em; padding: 1em 0; text-align: left;}

#storyArea p.btn a {width: 168px; margin: 0 0 5px 252px; display: block; transition:0.5s;}
#storyArea p.btn a span { width: 168px; height: 50px; background-image: url(../img/top/btn_story.png); background-size: contain; text-indent: -9999px; display: block; transition:0.5s;}
#storyArea p.btn a:hover span {background-image: url(../img/top/btn_story_ov.png);}

@media all and (min-width: 768px) {
	#storyArea { padding-bottom: 80px;}
	#storyArea #storyBlock { vertical-align: top;}
	#storyArea #story #topTrailer { display: inline-block;}
	#storyArea #story #topStory { width: 420px; margin-left: 20px; display: inline-block; padding-top: 10px;}
}

@media all and (max-width: 767px) {
	#storyArea { padding-bottom: 50px;}
#storyArea{ padding: 0 10px 40px; display: block;}
	
#storyArea #story #topTrailer { width:100%;}
#storyArea #story #topTrailer #trailer {width:100%; height:auto;}
#storyArea #story #topTrailer #trailer div {width:100%; position:relative; padding:56.25% 0 0; height:0; overflow: hidden;}
#storyArea #story #topTrailer iframe,.emb iframe{ position:absolute; top: 0; left:0; width:100% !important; height: 100% !important;}

#storyArea #storyBlock { padding: 10px 10px 15px; }
	#storyArea .epnum, #storyArea .oadate { font-size: 2.5em;}
	#storyArea .epnum.final {font-size: 1.3em;}
	#storyArea #storyBlock #topStory { padding: 0.8em 0.5em 0;}
	#storyArea p.txt {padding:1em 0 0;}
	#storyArea p.btn a { margin: 0 auto 1em;}
}
@media all and (max-width: 389px) {
#storyArea .epnum.final {padding-right: 0.3em;}
	#storyArea .oadate .onair {font-size: 0.6em;}
}


#topTrailer .movieBox div#ph_main span {
  display: block;
  position: relative;
background-size: 100%;
}
@media all and (min-width: 768px) {
#topTrailer .movieBox div#ph_main,
#topTrailer .movieBox div#ph_main span {
    width: 510px;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media all and (max-width: 767px) {
#topTrailer .movieBox div#ph_main  {width:100%; margin: 0 auto; position:relative; height:auto; overflow: hidden; padding: 0 0 0;}
#topTrailer .movieBox div#ph_main span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
#topTrailer .movieBox div#ph_main span {
    height: 0;
    padding:66.666% 0 0;
    position: relative;
  }
}


/*	topicsArea
============================== */
#topicsArea { position: relative;}
#topicsArea #topics { position: relative; }
p.tolist a {
  background-image: url(../img/top/btn_topics.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 168px; height: 50px;
	display: block;
	margin: 0 0 0 812px;
	 transition:0.5s;
}
p.tolist a:hover{background-image: url(../img/top/btn_topics_ov.png);}
@media all and (min-width: 768px) {
	#topicsArea { padding-bottom: 70px;}
	p.tolist a { margin: 0 0 0 812px;}
}
@media all and (max-width: 767px) {
	#topicsArea { padding-bottom: 50px; display: block;}
	p.tolist a { margin: 0 auto; }
}

/*	newsArea
============================== */
#newsArea { position: relative;}
/*#newsArea ul {border-left: solid 1px rgba(255, 255, 255, .4); }件数増えるまで*/
#newsArea ul li  {border-right: solid 1px rgba(255, 255, 255, .4); }
#newsArea ul li a { display: block;}
#newsArea ul li a:hover .thumbnail{opacity: 0.85;}


#newsArea ul li { position: relative;}
#newsArea ul li span.thum {
  width: 100%;
  height: 0;
padding-top:66.666%;
  display: inline-block;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  margin: 0 0 0 0;
  position: relative; 
}

#newsArea ul li .thumbnail{width: 100%;}
#newsArea ul li .txtBox {line-height: 1.3em; color: #fff; position: relative; text-align: left;}
#newsArea ul li .txtBox .txt { line-height: 1.4em; font-size: 0.9em; min-height: 4em;}

#newsArea ul li span.thum img {
  width: 100%;
  height: 100px;
}
#newsArea ul li span.ymd {
	position: absolute;
	bottom: 0px;  right: 0px;
	font-family: fira-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fde903;
	
}
#newsArea ul li .tag {
font-family: fira-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #010f76;
	background-color: #fde903;
	padding:0 0.2em 0.2em;
	font-size: 0.8em;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
	line-height: 1em;
	display: inline-block;}

@media all and (min-width: 768px) {
	#newsArea { padding-bottom: 80px;}
	#newsArea ul li { padding-right: 20px;}
	#newsArea ul li .txtBox { padding: 0.5em 0 0;}
	#newsArea ul li .txtBox .txt { padding: 0.5em 0 1.5em;}
	#newsArea ul li span.ymd {font-size: 0.9em;}
	
	/*件数が増えるまで
	#newsArea { display: inline-block; width: 308px; padding: 0 30px;}
	#newsArea ul { padding-left: 20px;}*/
}

@media all and (max-width: 767px) {
	#newsArea { padding-bottom: 35px; display: block;}
	#newsArea ul li a {letter-spacing: -.4em;}
	#newsArea ul li .thumbnail{width: 50%; display: inline-block; vertical-align: top;}
	#newsArea ul li .txtBox {width: 45%; display: inline-block; vertical-align: top; letter-spacing: 0em; margin: 0 2.5%; padding: 0;}
	
	#newsArea ul li .txtBox .txt { font-size: 0.7em; padding: 0.5em 0 1.5em;}
	#newsArea ul li .tag {font-size: 0.7em;}
	
	/*件数が増えるまで
	#newsArea { width: 90%; margin: 0 auto;}
	#newsArea ul { padding-left: 2.5%;}*/
	

}





/*	bannerArea
============================== */
#topLinkArea { text-align: center;}


#bannerArea li a, #bnArea li a, #goodsArea p a, #linkArea .paraviDrama a, #bnArea li span.end, #topLinkArea li.bnrGoods a, #topLinkArea li.bnrBluray a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent:-9999px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 100%;
}
#linkArea li a:hover, #topLinkArea li a:hover { filter: brightness(1.05); /* 明るくする */}
#linkArea .paraviDrama a {
  /*バナー画像*/
}
#linkArea li.paravi a {
  background-image: url(../img/top/bn_paravi.png);
}
#linkArea li.tbsfree a {
  background-image: url(../img/top/bn_tbsfree.png);
}
#linkArea li.tbsfree span.end {
  background-image: url(../img/top/bn_tbsfree_end.png);
}
#linkArea li.tver a {
  background-image: url(../img/top/bn_tver.png);
}
#linkArea li.tver span.end {
  background-image: url(../img/top/bn_tver_end.png);
}
#linkArea li.bnrGoods a {
  background-image: url(../img/top/bn_goods.jpg);
}
#topLinkArea li.bnrGoods a {
  background-image: url(../img/top/bn_goods2.jpg);
}
#topLinkArea li.bnrBluray a {
  background-image: url(../img/top/bn_bluray.jpg);
}



@media all and (min-width: 768px) {
#linkArea, #snsArea {
	display: inline-block; vertical-align: top;
}
	#linkArea {width: 386px;}
	#snsArea {width: 464px; margin-left: 30px;}
#ftBanner {
	width:300px;
	margin: 15px auto 0;
}

#bnArea { display: inline-block}
#bannerArea li a, #bnArea li a, #goodsArea p a, #linkArea .paraviDrama a, #bnArea li span.end {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent:-9999px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 100%;
}
#bnArea ul {}
#bnArea li {margin-bottom: 27px;}

#bnArea .bn02 li a, #bnArea .bn02 li span.end {
    width: 386px;
    height: 155px;
  }
	
	#topLinkArea .bn01 { text-align: center; padding-bottom: 50px; letter-spacing: -.4em;}
	#topLinkArea .bn01 li { display: inline-block; letter-spacing: 0em;}
	#topLinkArea .bn01 li:first-child {margin-right: 30px;}
#topLinkArea .bn01 li a{
    width: 425px;
    height: 170px;
	}
	#rect.rectSp { display: none;}
}
@media all and (max-width: 767px) {
#topLinkArea { padding:0 15px 15px;}
#bannerArea ul {}

#topLinkArea { padding-bottom: 10px;}
#topLinkArea ul { letter-spacing: -.4em; text-align: center;}
#topLinkArea ul.bn01 { margin: 1em 0;}
#topLinkArea .bn01 li{
      width:90%;
      height: auto;
      margin:0.5em 0; padding: 0; display: inline-block; vertical-align: top; letter-spacing: 0em; font-size: 0.8em;
  }
#topLinkArea .bn01 li a{
width: 100%;
height: 0;
padding-top: 40%;
  }
	#bnArea ul.bn02 { margin-bottom: 1.8em;}
#bnArea .bn02 li{
      width:90%;
      height: auto;
      margin:1.5% auto; padding: 0; display: inline-block; vertical-align: top; letter-spacing: 0em; font-size: 0.8em;
  }
#bannerArea li a, #bnArea li a, #bnArea li span.end {
width: 100%;
height: 0;
padding-top: 40%;
  }
#linkArea li.paraviDrama {width:95.5%;}
#linkArea li.paraviDrama a{
    padding-top: 18.461%;
	}
#officialSns {width: 100%; margin: 15px auto 5px; text-align: center;}

	#rect.rectPc { display: none;}
}


/*	instagram
============================== */
#instagramArea {
	background:rgba(255,255,255,0.2); padding: 0; filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5));
	text-align: left;
	display: inline-block; vertical-align: top; letter-spacing: 0em;
}
#instagramArea #instagram{ padding: 0 15px;}

#instagramArea #instagram h2 { padding: 15px 0 18px;}
#instagramArea #instagram h2 a{
background-size: contain;
background-image: url(../img/top/h2_instagram.png);
background-repeat: no-repeat;
background-position: center center;
text-indent:-9999px; width:100%; height: 39px; margin: 0 auto; display: block;}


.gaibu {font-size: 0.8em; padding: 10px 0 0; letter-spacing: 0em; }

div.insta {}
div.insta ul li {
	float:left;
	width:33.333333333333333%;
}
div.insta ul li span, div.insta ul li a, div.insta ul li a img {
	display:block;
}
div.insta ul li a, div.insta ul li a img {
	background-position:center center;
	background-repeat:no-repeat;
}
div.insta ul li a {
	background-size:cover;
	position:relative;
	height:0;
	padding-top:100%;
}
div.insta ul li a:hover img {
	background-color:hsla(216,82%,13%,0.25);
}
div.insta ul li a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.insta ul li a img.icon-video {
	background-image:url(/um/img/play.png);
}
div.insta ul li:nth-child(3n-2) {
clear:both;
}
@media all and (min-width: 768px) {
	#instagramArea { width: 464px;}
	.gaibu {text-align: center;}
	
	div.insta {padding: 0; min-height: 140px;}
div.insta ul li:nth-child(3n-2) > span {
	margin-right:8px;
}
div.insta ul li:nth-child(3n-1) > span {
	margin-left:4px;
	margin-right:4px;
}
div.insta ul li:nth-child(3n) > span {
	margin-left:8px;
}
div.insta ul li {
	margin-bottom:12px;
}
}
@media all and (max-width: 767px) {
	#instagramArea {width:90%; display: block; margin: 0 auto;}
	#instagramArea #instagram { padding: 0 0;}
	#instagramArea #instagram h2 { padding: 12px 0 0;}
#instagramArea #instagram h2 a{ height: 32px;}
	
	.gaibu { width: 100%; font-size: 0.8em; padding: 5px 0 20px; text-align: center; /*position: absolute; bottom:285px; left:0;*/}
	#topLinkArea #rect { margin-top: 15px;}
	
	div.insta {padding: 15px 15px 9px 15px;}
div.insta ul li:nth-child(3n-2) > span {
	margin-right:6px;
}
div.insta ul li:nth-child(3n-1) > span {
	margin-left:3px;
	margin-right:3px;
}
div.insta ul li:nth-child(3n) > span {
	margin-left:6px;
}
div.insta ul li {
	margin-bottom:9px;
}
}

/*	sns btn
============================== */
#officialSns{ text-align: center;}
#officialSns h2{
background-size: contain;
background-image: url(../img/top/h2_officialsns.png);
background-repeat: no-repeat;
background-position: center center;
text-indent:-9999px; width:134px; height: 20px; margin: 0 auto; display: block;}
#officialSns .sns{ text-align: center; display: inline-block; margin-top: 10px; /*margin-bottom: 30px;*/ letter-spacing: -.4em;}
#officialSns .sns li {display: inline-block; margin: 0 5px}
#officialSns .sns a{display:block; border: solid 4px #fff; width:78px; height:78px; text-align:center; position:relative; margin:0 .1em 0; border-radius:50%; transition:0.5s; vertical-align: middle;}
#officialSns .sns a:hover{opacity:0.8;}
.sns img,#snsarea #sns img,#container #sns img{position:absolute; width:50%; margin:auto; top:0; bottom:0; right:0; left:0;}
.sns img.ic_line,#snsarea #sns img.ic_line,#container #sns img.ic_line{width:60% !important;}
.sns span {display:inline-block; vertical-align: middle;
font-family: vdl-megag, sans-serif;
font-style: normal;
font-weight: bold;}
@media all and (min-width: 768px) {
	#officialSns {width: auto; margin: 20px 0 0;}
	#officialSns h2{ display: inline-block; vertical-align: middle; margin-right: 7px;}
	#officialSns .sns{margin-top:0px; vertical-align: middle; }
	#officialSns .sns li{display: inline-block; margin: 0 7px;}
	#officialSns .sns a {}
}
@media all and (max-width: 321px) {
#officialSns .sns li {display: inline-block; margin: 0 3px}

}


/*動画(複数ある時)*/
.movieBox {position: relative;}
.movieBox span.thum {
  width: 100%;
  height: 0;
padding-top:56.25%;
  display: inline-block;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  margin: 0 0 0 0;
  position: relative; 
}
.movieBox span.thum img {
  width: 100%;
  height: 100px;
}
.movieBox a:hover .thumbnail{ filter: brightness(1.10); /* 明るくする */}

.movieBox a .button {background-repeat: no-repeat;
  background-position: center center;
background-image:url(../img/btn_mov.png);
	width: 80px;
  height: 56px;
	position: absolute;
	top:50%; left:50%; margin: -28px 0 0 -40px;
	opacity: 0.85;
}
.movieBox a:hover .button {opacity: 1.0;}

@media all and (min-width: 768px) {
.movieBox  { width:510px;}
.movieBox .thumbnail{width: 510px;}
}

@media all and (max-width: 767px) {
.movieBox  { width:100%;}
.movieBlock .movieBox .thumbnail{width: 100%;}

}
