/*	mainArea
============================== */
#page-top{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#page-top header{background: linear-gradient(#f2bcd0, #ffa3bc);}
#mainArea{width:100%; margin:0 auto; position:relative; }

/*	poster slide
============================== */
@media all and (min-width: 768px) {
  .poster_slide {
    width: 980px;
    margin: 0 auto;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides span {
  display: block;
  height: 480px;
}

.rslides span,
.rslides span img {
  display: block;
  height: auto;
  float: left;
  border: 0;
}

.rslides span {
  width: 980px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media all and (max-width: 767px) {

  .rslides,
  .rslides li,
  .rslides span,
  .rslides span img {
    width: 100%;
  }

  .rslides span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: 71.428%;
    margin-bottom: 0;
  }

  .rslides span img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

#topContents {background-image: url(../img/bg.png); background-repeat: repeat; background-position: center top; padding-top: 25px;}

#storyArea h2, #topicsArea h2 {background-repeat: no-repeat; background-position: center 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);}
@media all and (min-width: 768px) {
	#storyArea h2, #topicsArea h2 { width:207px; height:44px; margin: 0 auto 38px;}
}
@media all and (max-width: 767px) {
	#topContents { padding-top: 15px;}
	#storyArea h2, #topicsArea h2 { width:170px; height:36px; margin: 0 auto 17px;}
}

/*	storyArea
============================== */
#storyArea { padding-top: 35px;}
#storyArea #story { padding-bottom: 50px; z-index: 0; position: relative;}

#storyArea #story #topStory .oaDatebox { text-align: center;}
#storyArea #story #topStory .epnum {color: #7095ff; font-size: 2.0em;
 font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;}

#storyArea #story #topStory .oadate { font-size: 3.0em;
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#storyArea #story #topStory .oadate .small { font-size: 0.5em;}
#storyArea #story #topStory p.noteTxt { text-align: center; font-size: 0.9em; font-weight: bold; color: #ff80f2;}
#storyArea #story #topStory p.txt { padding: 12px 0px 20px 0px; text-align: left; line-height: 1.87em;}
#storyArea #story #ph span {
  display: block;
  position: relative;
background-size: 100%;
}
#storyArea #story #ph {margin-bottom: 10px;}

.movList { text-align: center;}
.movList li { display: inline-block; vertical-align: middle; margin: .1em .1em .25em; }
.movList li a { display: block; background-color:#fedfe3; color: #d22179; padding: 10px 20px;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
font-family: maru-maru-gothic-alr-stdn, sans-serif;
font-weight: 900;
font-style: normal;
transition:0.5s;}
.movList li a:hover { background-color: #ffe5e9;}

	#storyArea #story #topStory p.button a {display: block; position: relative; background: linear-gradient(#99b3ff, #ff80f2); padding:3px; margin: 0 auto;
	width: 250px; height: 54px;
	}
	#storyArea #story #topStory p.button a::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
 background: linear-gradient(#99b3ff, #ff80f2);
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(4px) translateX(4px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 0.5;}
	#storyArea #story #topStory p.button a span {
		display: block;
background-color: #fff;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../img/top/btn_story.png);

text-indent: -9999px;
width: 100%;height: 54px;
transition:0.5s;
}
#storyArea #story #topStory p.button a:hover { filter: brightness(1.10); opacity:0.9;}


@media all and (min-width: 768px) {
	#storyArea #story #storyBlock { }
	#storyArea #story #topTrailer .movieBox {width:750px; margin: 0 auto;position: relative; }
	#storyArea #story #topTrailer .movieBox::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
 background: linear-gradient(#bfd0ff, #fc8cb4);
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(20px) translateX(20px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 0.5;}
	
#storyArea #story #topTrailer #trailer div {width:750px;}
#storyArea #story #topTrailer #trailer iframe {width:750px; height:422px;}
#storyArea #story #topStory { padding-top: 30px;/*padding-top: 42px;画像の時*/ width:100%;}
	

	#storyArea #story #topStory .epnum { margin-right: 20px;}
	#storyArea #story #topStory .oadate {}
	#storyArea #story #topStory p.noteTxt {padding: 1.2em 0 0;}
	
	#storyArea #story #topStory p.txt { /*text-align: center;*/}

}

@media all and (max-width: 767px) {
#storyArea { padding-top: 25px;}
#storyArea #story #topStory { padding-top: 23px;}
	
	#storyArea #story #topTrailer { padding: 0 15px;}
	#storyArea #story #topTrailer .movieBox { width:100%; margin: 0; position: relative;}
	#storyArea #story #topTrailer .movieBox::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
 background: linear-gradient(#bfd0ff, #fc8cb4);
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(10px) translateX(10px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 0.5;}
#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 #story #topStory .oaDatebox { padding-bottom: 10px;}
#storyArea #story #topStory .epnum { font-size: 1.4em; margin-right: 10px;}
#storyArea #story #topStory .oadate { font-size: 2.0em;}
	#storyArea #story #topStory p.noteTxt {padding: 0 0 0.8em; font-size: 0.85em;}
#storyArea #story #topStory p.txt { padding: 0px 15px 20px; background-image: url(../img/bg.png); background-repeat: repeat; background-position: center top; background-color: #f6fafe; line-height: 1.88em; font-feature-settings: "palt";}
	#storyArea #story #topStory p.txt .tsume {letter-spacing: -.05em;}
	
}

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



/*	topicsArea
============================== */
#topicsArea { position: relative; background-image: url(../img/top/bg_topics.jpg); background-repeat: repeat-x; background-position: center bottom; padding-top: 35px;}
#topicsArea #topics { position: relative;}
@media all and (min-width: 768px) {
	 #topicsArea { padding-bottom: 30px;}
}
@media all and (max-width: 767px) {
	#topicsArea { padding-top: 25px;}
	#topicsArea #topics { padding-bottom: 60px;}
}




/*	bannerArea
============================== */
#topLinkArea { padding: 15px 0;
	position: relative;
}


#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%;
}
#linkArea 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.goods a {
  background-image: url(../img/top/bn_goods.jpg);
}
#linkArea li.audio a {
  background-image: url(../img/top/bn_audio.png);
}


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

#linkArea { padding-top: 30px; letter-spacing: -.4em; text-align: center;}
#bnArea { margin-bottom: 10px;}
#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 { letter-spacing: -.4em; text-align: center;}
#bnArea li { display: inline-block; margin: 0 0 20px; vertical-align: top; letter-spacing: 0em;}
	#bnArea .bn01 li:nth-child(1){ margin: 0 12px 40px 0;}
	#bnArea .bn01 li:nth-child(2){ margin: 0 0px 40px 12px;}
	#bnArea .bn02 li:nth-child(2)/*, #bnArea li:nth-child(5)*/ { margin: 0 25px 40px;}

#bnArea .bn02 li a, #bnArea .bn02 li span.end {
    width: 300px;
    height: 120px;
  }
#linkArea .bn01 li a{
    width: 463px;
    height: 140px;
	}
	#rect.rectSp { display: none;}
}
@media all and (max-width: 767px) {
#linkArea { padding:0 15px 15px;}
#bannerArea ul {}

	#bnArea { padding-bottom: 10px;}
#bnArea ul { letter-spacing: -.4em; text-align: center;}
	#bnArea ul.bn01 { margin: 1em 0;}
#bnArea .bn01 li{
      width:100%;
      height: auto;
      margin:0.5em 0; padding: 0; display: inline-block; vertical-align: top; letter-spacing: 0em; font-size: 0.8em;
  }
#bnArea .bn01 li a{
width: 100%;
height: 0;
padding-top: 30.237%;
  }
	#bnArea ul.bn02 { margin-bottom: 1em;}
#bnArea .bn02 li{
      width:47.82%;
      height: auto;
      margin:1.5% 2.17%; padding: 0; display: inline-block; vertical-align: top; letter-spacing: 0em; font-size: 0.8em;
  }
#bnArea .bn02 li:nth-child(1) {width:70%;margin:1.5% auto;}
#bnArea .bn02 li:nth-child(3) { margin:1.5% 0 1.5% 2.17%;}
#bnArea .bn02 li:nth-child(2) { margin:1.5% 2.17% 1.5% 0;}
#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%;
	}
#snsArea {width: 100%; margin: 15px auto 5px; text-align: center;}

	#rect.rectPc { display: none;}
}


/*	instagram
============================== */
#instagramArea {
	background: linear-gradient(#d0d3ff, #fbb4cd);
	text-align: left;
	display: inline-block; vertical-align: top; letter-spacing: 0em;
}
#instagramArea #instagram{ padding: 0 15px 15px;
}

#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: 53px; margin: 0 auto; display: block;}


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

div.insta {background-color: #fff;}
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:340px;*/ width: 500px;}
	.gaibu {text-align: left; /*width: 660px;*/width: 600px; margin: 0 auto;}
	
	div.insta {padding: 15px 15px 7px 15px;}
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:100%; display: block; margin: 0 auto;}
	.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
============================== */
#snsArea{ text-align: center;}
#snsArea .sns{ text-align: center; display: inline-block; margin-top: 10px; /*margin-bottom: 30px;*/ letter-spacing: -.4em;}
#snsArea .sns li {display: inline-block; margin: 0 5px}
#snsArea .sns a{display:block; background: linear-gradient(#bfd0ff, #ffa3f6); width:84px; height:84px; text-align:center; position:relative; margin:0 .1em 0; border-radius:50%; transition:0.5s; vertical-align: middle;}
#snsArea .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) {
	/*レクラングルバナーが入っていない時*/
	#snsArea {width: 100px; margin: 0 0 0 15px;}
	#snsArea .sns{margin-top:0px; }
	#snsArea .sns li{display: block; margin: 0;}
	#snsArea .sns a {margin:0 0 10px;}
}
@media all and (max-width: 321px) {
#snsArea .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:750px;}
.movieBox .thumbnail{width: 750px;}
}

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

}

.info { background-color: #fef7a9;}
.info .wrap { padding: 1.5em; text-align: center;}
.info .wrap a { /*color: #d20000;*/ color: #db1e7a; font-weight: bold;}
@media all and (min-width: 768px) {
.info .wrap { font-size: 1.5em;}
}
@media all and (max-width: 767px) {
.info .wrap { padding: 0.6em; font-size: 1.1em; line-height: 1.6em;}
}



#updateArea { background: linear-gradient(#cac4f1, #fc8cb4); padding: 8px;letter-spacing: -.4em; width: 644px; margin: 0 auto 8px;}
#update {height:40px;letter-spacing: 0em;}
#update h2{
text-indent: -9999px;
  background-position: center top;
  background-image: url(../img/top/h2_news.png);
  background-repeat: no-repeat;
	background-size: 72px 17px;	
	
	
	width:110px; display: inline-block; vertical-align: middle; height:17px;}

#update span.ymd{color:#7095ff;  font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal; margin:0 .5em 0 0;}
#update ul {height:30px; width:520px; padding: 5px; overflow: hidden; text-align:left; display: inline-block; vertical-align: middle; background: #fff; }
#update li { padding: 8px;}
#update li a{transition: 0.4s ease-in-out; }
#update li a:hover{color:#7095ff;}


@media all and (max-width: 767px) {
	#updateArea { margin: 0 15px 5px; width:auto; }
#update{ height: auto;}
#update h2{ width: 100%; margin-bottom: 8px;}
#update ul{height:36px; line-height:36px; width:100%; padding: 0px;}
#update ul li{text-overflow: ellipsis;white-space: nowrap;overflow: hidden; padding: 10px; font-size: 0.9em;}
	#update ul li .none { display: none;}
}