/* =================================
	TOP CSS
================================= */
.topics article {
	text-align:left;
	background-position:left top;
	background-repeat:no-repeat;
}
.topics article header {
	position:relative;
}
.topics article header p {
	position:absolute;
	bottom:6px;
	line-height:1.5;
	font-family:'Passion One', 'sans serif';
	font-weight:normal;
	color:#fff;
}
.topics .slider {
	position:relative;
	box-shadow:0px 0px 4px -1px #9c9c9c;
	background-color: #fff;
	z-index: 1;
}
.topics .slider .outer {
	overflow:hidden;
}
.topics h2 {
	text-align: center;
	color: #fff;
}
.topics .slider .outer ul {
	-webkit-transform: translateZ(0);
	overflow:hidden;
	list-style-type:none;
}
.topics .slider .outer ul.inner:after {
	content:"";
	display:block;
	clear:both;
}
.topics .slider .outer ul.inner li {
	float:left;
}
.topics .slider .outer ul.inner li a {
	display:block;
	color:#333;
	background-position:right bottom;
	background-repeat:no-repeat;
	text-decoration:none;
	position: relative;
}
.topics .slider .outer ul.inner li a dl dd.date {
	font-weight:400!important;
	color:#fff;
	display:inline;
	position: absolute;
	left: 0px;
	top: 0px;
}
.topics .slider .outer ul.inner li a dl dt span.thumb,
.topics .slider .outer ul.inner li a dl dt span.thumb img,
.topics .slider .outer ul.inner li a p span.txt {
	display:block;
}
.topics .slider .outer ul.inner li a dl dt span.thumb {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin:0 auto;
	background-color: #e6e6e6;
}
.topics .slider .outer ul.inner li a dl dt span.slazy {
	position:relative;
}
.topics .slider .outer ul.inner li a dl dt span.lazy-done {
	animation-name: imgFadein;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
}
.topics .slider .outer ul.inner li a p{
	padding: 5px 10px;
}
@keyframes imgFadein {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.topics .slider .outer ul.inner li a dl {
	margin-bottom: 3px;
}
.topics .slider .outer ul.inner li a dl dt span.thumb img {
}
.topics .slider .outer ul.inner li a p span.txt {
	line-height:1.5;
	word-break:break-all;
	text-align: justify;
}
.topics .slider .outer ul.inner li a p span.txt b {
	color:#c00;
}
.topics article header h2 {
	overflow: hidden; text-indent: 110%; white-space: nowrap;
}

.topics .slider .outer ul.inner li a dl dd.date {
	font-size: 11px!important;
}
.topics {
	background-position:center top;
	padding-bottom:30px;
}
.topics article {
	width:980px;
	margin:0 auto;
}
.topics article header {
	height:70px;
	width: 450px;
}

.topics article header h2 {
	width: 341px;
	height: 41px;
}
.topics article header p {
	font-size:125%;
	right:50px;
}
.topics .slider .outer {
	margin:0 0px;
}
.topics .slider .outer ul.inner li:not(:last-child) {
	/* IE 対策のため px で指定する */
	margin-right:6px;
}
.topics .slider .outer ul.inner li a:hover {
	/* background-color:#ff6; */
}
.topics .slider .outer ul.inner li a dl dd.date {
	font-weight: normal!important;
	text-align: left;
	display:inline;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.tp_other{ background-color: #58b530;}
.tp_topics{ background-color: #faa63c;}
.tp_news{ background-color: #6497f6;}
.tp_story{ background-color: #5cc4af;}
.tp_intro{ background-color: #6497f6;}
.tp_youtube{ background-color: #fa7a7c;}
.tp_intvw{ background-color: #149848;}
.tp_cast{ background-color: #808080;}
.tp_chara{ background-color: #808080;}

.topics .slider .outer ul.inner li a dl dt {
	font-size:83%;
}
.topics .slider .outer ul.inner li a dl dt {
}
.topics .slider .outer ul.inner li a dl dt:first-child {

}
.topics .slider .outer ul.inner li a dl dt span.thumb {
	box-sizing: border-box;
}
.topics .slider .outer ul.inner li a dl dd.date {
	padding:5px 5px;
}
.month_day{
	color: #40b026;
	font-size: 90%;
	display: block;
	margin-bottom: 0.3em;
	font-family: -apple-system, system-ui, "Hiragino kaku Gothic ProN", MyYuGothicM, Meiryo, sans-serif;
}




@media print {
	.topics .slider .outer ul.inner li a dl dt span.thumb img {
		background-color:#fff;
	}
}



/* ctrl */
.topics .slider ul.ctrl li a {
	height:31px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-color: #40b026;
	background: linear-gradient(to bottom, #56b93f 0%,#38ad1d 100%);
	color: #fff;
}
.topics .slider ul.ctrl li.ctrl-lef a {
	background-position:left top;
	box-shadow:0px 0px 4px -1px #9c9c9c;
	position: relative;
}
.topics .slider ul.ctrl li.ctrl-rig a {
	background-position:right top;
	box-shadow:0px 0px 4px -1px #9c9c9c;
	position: relative;
}
.topics .slider ul.ctrl li.ctrl-lef a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
	transition: all 0.2s;
}
.topics .slider ul.ctrl li.ctrl-rig a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
	transition: all 0.2s;
}
.topics .slider ul.ctrl li a.hidebtn {
	opacity:0.25;
	cursor:default;
}

.topics .slider  ul.ctrl li.ctrl-lef a:not(.hidebtn):hover {
	background-position:left bottom;
}
.topics .slider  ul.ctrl li.ctrl-rig a:not(.hidebtn):hover {
	background-position:right bottom;
}
@media all and (min-width: 768px) {
	.topics .slider{
		max-width:250px;
	}
	.topics .slider .outer ul.inner li{
		width: 250px;
		height: 277px;
	}
	.topics .slider .outer ul.inner li a dl dt span.thumb,
	.topics .slider .outer ul.inner li a dl dt span.thumb img {
		height:153px;
		width: 100%;
	}
	.topics .slider .outer ul.inner li a p span.txt {
		font-size: 15px;
		height: 54px;
		font-size: 14px;
		color: #000;
	}
	.topics {
		float: right;
	}
	.topics h2 {
		font-size: 50px;
	}
/* ctrl */
.topics .slider ul.ctrl li.ctrl-lef {
	left:0;
}
.topics .slider ul.ctrl li.ctrl-rig {
	right:0;
}
.topics .slider ul.ctrl li {
	position:absolute;
	top:246px;
}
.topics .slider ul.ctrl li a {
	width:124px;
}
}
@media all and (max-width: 767px) {
	.topics {
		margin: 0 auto 0;
		width: 300px;
	}
	.topics h2 {
		font-size: 30px;
	}
	.topics .slider {
		width: 300px;
		max-width:300px;
	}
	.topics .slider .outer ul.inner li{
		width: 300px;
		height: 320px;
	}
	.topics .slider .outer ul.inner li a dl dt span.thumb,
	.topics .slider .outer ul.inner li a dl dt span.thumb img {
	height:194px;
	width: 100%;
}
	.topics .slider .outer ul.inner li a p span.txt {
		color: #000;
		padding: 0 0 10px;
		font-size: 90%;
	}
/* ctrl */
.topics .slider ul.ctrl li.ctrl-lef {
	left:0;
}
.topics .slider ul.ctrl li.ctrl-rig {
	right:0;
}
.topics .slider ul.ctrl li {
	position:absolute;
	top:289px;
}
.topics .slider ul.ctrl li a {
	width:149px;
}
}

.wnew article {
	text-align:left;
	background-position:left top;
	background-repeat:no-repeat;
}
.wnew article header {
	position:relative;
}
.wnew article header p {
	position:absolute;
	bottom:6px;
	line-height:1.5;
	font-family:'Passion One', 'sans serif';
	font-weight:normal;
	color:#fff;
}
.wnew .slider {
	position:relative;
	max-width:980px;

}
.wnew .slider .outer {
	overflow:hidden;
}
.wnew .slider .outer ul {
	-webkit-transform: translateZ(0);
	overflow:hidden;
	list-style-type:none;
	padding: 10px 0;
}
.wnew .slider .outer ul.inner:after {
	content:"";
	display:block;
	clear:both;
}
.wnew .slider .outer ul.inner li {
	float:left;
}
.wnew .slider .outer ul.inner li a {
	display:block;
	color:#000;
	background-color:#fff;
	background-position:right bottom;
	background-repeat:no-repeat;
	text-decoration:none;
	box-shadow: 0px 0px 5px #898989;
}
.wnew .slider .outer ul.inner li a dl dt {
	/*font-family: "bombardier", "Noto Sans JP", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Arial, sans-serif;*/
	font-weight:400!important;
	color:#fff;
	line-height:1.25;
}
.wnew .slider .outer ul.inner li a dl dt span{
padding:4px 15px;
line-height: 22px;
font-family: 'DIN Alternate','Leelawadee UI',sans-serif;
letter-spacing:0.06em;
}
.wn_other a dl dt span{ background-color: #58b530;}
.wn_topics a dl dt span{ background-color: #faa63c;}
.wn_news a dl dt span{ background-color: #6497f6;}
.wn_story a dl dt span{ background-color: #5cc4af;}
.wn_intro a dl dt span{ background-color: #6497f6;}
.wn_youtube a dl dt span{ background-color: #fa7a7c;}
.wn_intvw a dl dt span{ background-color: #149848;}
.wn_cast a dl dt span{ background-color: #808080;}
.wn_chara a dl dt span{ background-color: #808080;}

.wnew .slider .outer ul.inner li a dl dt{background-color:#000; }

.wnew .slider .outer ul.inner li a dl dd span.thumb,
.wnew .slider .outer ul.inner li a dl dd span.thumb img,
.wnew .slider .outer ul.inner li a dl dd span.txt {
	display:block;
}
.wnew .slider .outer ul.inner li a dl dd span.thumb {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin:0 auto;
	background-color: #e6e6e6;
}
.wnew .slider .outer ul.inner li a dl dd span.slazy {
	position:relative;
}
.wnew .slider .outer ul.inner li a dl dd span.lazy-done {
	animation-name: imgFadein;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
}
@keyframes imgFadein {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.wnew .slider .outer ul.inner li a dl dd span.thumb img {
}
.wnew .slider .outer ul.inner li a dl dd span.txt {
	line-height:1.5;
	word-break:break-all;
	text-align: justify;
	color: #000;
}
.wnew .slider .outer ul.inner li a dl dd span.txt b {
	color:#c00;
}
.wnew article header h2 {
	overflow: hidden; text-indent: 110%; white-space: nowrap;
}
.wnew .slider .outer ul.inner li.tp-trailer a dl dd span.lazy-done img {
	background-size:cover;
}
.wnew_date{
	display: block;
	margin: 0 0 0.3em;
}
.wnew_date > span{
	background-color: #38ad1d;
	color: #fff;
	padding: 3px 5px;
	font-size: 95%;
	margin-bottom: 3px;
	letter-spacing:0.06em;
	font-family: 'DIN Alternate','Leelawadee UI',sans-serif;
}
@media all and (min-width: 768px) {
.wnew .slider .outer ul.inner li a dl dt {
	font-size: 12px!important;
}
.wnew {
	background-position:center top;
	padding-bottom:30px;
}
.wnew article {
	width:980px;
	margin:0 auto;
}
.wnew article header {
	height:70px;
	width: 450px;
}

.wnew article header h2 {
	width: 341px;
	height: 41px;
}
.wnew article header p {
	font-size:125%;
	right:50px;
}
.wnew .slider .outer {
	margin:0 65px;
}
.wnew .slider .outer ul.inner li {
	width:215px;
}
.wnew .slider .outer ul.inner li:not(:last-child) {
	/* IE 対策のため px で指定する */
	margin-right:6px;
}
.wnew .slider .outer ul.inner li a:hover {
	/* background-color:#ff6; */
}
.wnew .slider .outer ul.inner li a dl dt {
	font-size:100%;
	/*font-family: "bombardier", "Noto Sans JP", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Arial, sans-serif;*/
	font-weight: normal!important;
}
.wnew .slider .outer ul.inner li a dl dd {
	font-size:83%;
}
.wnew .slider .outer ul.inner li a dl dd span.thumb,
.wnew .slider .outer ul.inner li a dl dd span.thumb img {
	width:215px;
	height:121px;
}
.wnew .slider .outer ul.inner li a dl dt {
	height: 22px;
}
.wnew .slider .outer ul.inner li a dl dd span.txt {
	padding:10px;
}
}
@media all and (max-width: 767px) {
.wnew .slider .outer ul.inner li a dl dt {
	font-size: 10px!important;
}
.wnew {
	background-position:left top;
	padding:0 6px 20px;
}
.wnew article {
	background-size:230px 83px;
}
.wnew article header {
}
.wnew article header p {
	right:29px;
}
.wnew .slider .outer {
	margin:0 54px;
}
.wnew .slider .outer ul.inner li {
	width:144px;
	height: 250px !important;
}
.wnew .slider .outer ul.inner li:not(:last-child) {
	/* IE 対策のため px で指定する */
	margin-right:5px;
}
.wnew .slider .outer ul.inner li a dl dt {
	font-size:87.5%;
}
.wnew .slider .outer ul.inner li a dl dd {
	font-size:75%;
}
.wnew .slider .outer ul.inner li a dl dt span{
	padding: 6px 15px;
}
.wnew .slider .outer ul.inner li a dl dd span.txt {
	padding:8px;
}
.wnew .slider .outer ul.inner li a {
	background-size:154px 32px;
	height: 250px !important;
}
.wnew article header h2 {
	width: 170px;
	height: 20px;
	background-size: 170px 20px;
	margin-bottom: 1.2em;
	margin-left: 1em;
}
}

@media all and (max-width: 479px) {
.wnew {
	background-size:24px;
}
}

@media print {
	.wnew .slider .outer ul.inner li a dl dd span.thumb img {
		background-color:#fff;
	}
}

/* ctrl */
.wnew .slider ul.ctrl li {
	position:absolute;
	top:50%;
	margin-top:-35px;
}
.wnew .slider ul.ctrl li.ctrl-lef {
	left:0;
}
.wnew .slider ul.ctrl li.ctrl-rig {
	right:0;
}
.wnew .slider ul.ctrl li a {
	height:70px;
	width: 40px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-color: #f7f823;
	background: linear-gradient(to bottom, #f9f94e 0%,#f7f823 100%);
	color: #fff;
}
.wnew .slider ul.ctrl li.ctrl-lef a {
	background-position:left top;
	box-shadow:0px 0px 4px -1px #9c9c9c;
	position: relative;
}
.wnew .slider ul.ctrl li.ctrl-rig a {
	background-position:right top;
	box-shadow:0px 0px 4px -1px #9c9c9c;
	position: relative;
}
.wnew .slider ul.ctrl li.ctrl-lef a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 3px #000;
  border-left: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
	transition: all 0.2s;
}
.wnew .slider ul.ctrl li.ctrl-rig a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
	transition: all 0.2s;
}

.wnew .slider ul.ctrl li a.hidebtn {
	opacity:0.25;
	cursor:default;
}
@media all and (min-width: 768px) {
.wnew .slider  ul.ctrl li.ctrl-lef a:not(.hidebtn):hover {
	background-position:left bottom;
}
.wnew .slider  ul.ctrl li.ctrl-rig a:not(.hidebtn):hover {
	background-position:right bottom;
}
}
@media all and (max-width: 767px) {
}


/*（update.css）*/
.idx h1 .main5 { background: url(../img/top_main/main5_n.png?20190915) no-repeat 0 0;}
.idx .photo_gallery_btn a{ background-image:url(../img/top/photo_gallery_btn.jpg?20190915);}

@media all and (min-width: 768px) {
.idx .onair_date{ background-image:url(../img/top/top_next_data10.png);}
.cmn .header{ background-image:url(../img/lower/header2_n11.png);}
}

@media all and (max-width: 767px) {
.idx .onair_date{ background-image:url(../img/top/top_next_data_smp10.png);}
.cmn .header .logo a{ background-image:url(../img/lower/cum_header2_n11.jpg);}
}

.bg{
	position: relative;
}

/*	header main_image
============================== */
header{
	position: relative;
}
@media all and (min-width: 768px) {
.poster_bg{
	width: 100%;
	height: 738px;
	background-image:url(../img/top/poster_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
header{
	width: 980px;
	margin: 0 auto 0;
}
}
@media all and (max-width: 767px) {
.poster_bg{
	width: 100%;
	background-color: #fff;
	position: relative;
}
.poster_bg:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: -webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
}
}

/*	sns
============================== */
#sns {
  text-align: right;
	color: #b0b0b0;
}
#sns a {
  display: inline-block;
  text-align: center;
  position: relative;
}
#sns img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#sns span {
  font-size: 70%;
  line-height: 0;
  display: block;
  padding: .8em .5em .5em;
}
#sns p{
	text-align: center;
}
@media all and (min-width: 768px) {
#sns{
	padding: 10px;
	position:absolute;
	right:28px;
	bottom:28px;
	margin:0 .1em 0;
	font-size: 60%;
}
#sns a{
	width:50px;
	height:50px;
}
#sns img{
	width:100%;
}
#sns p{
	font-size: 80%;
	line-height: 1.3;
	padding: 4px 0 0px;
}
}
@media all and (max-width: 767px) {
#sns{
	padding: 0px;
	position:absolute;
	right:14px;
	bottom:20px;
}
#sns a{
	width:21px;
	height:21px;
}
#sns img{
	width:100%;
}
#sns p{
	font-size: 50%;
	line-height: 1;
	padding: 2px 0 0px;
}
}

/*	main
============================== */
.bg1,.bg2,.bg3{
	width: 100%;
	overflow:hidden;
	z-index: 1;
}
.areaA_bg{
	background-image:	url(../img/bg1.png);
  background-repeat: repeat;
	background-position: center;
}
.areaC_bg{
	background-color: #f5f5f5;
}
.areaD_bg{
	background-image:	url(../img/bg4.png);
  background-repeat: repeat;
	overflow: hidden;
}
@media all and (min-width: 768px) {
.areaA,.areaB,.areaC,.areaD{
	position: relative;
}
.areaA {
	height: 407px;
	/*height: 770px;（試写会バナー）*/
}
.areaB_bg{
	background-image: url(../img/bg2_b.jpg);
  background-repeat: repeat;
	background-position: center;
	position: relative;
}
.areaB_bg:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: -webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
}
.areaB {
	height: 730px;
}
.areaC {
	height: 400px;
}
.areaD {
	height: 505px;
}
}
@media all and (max-width: 767px) {
.areaB_bg{
	background-image: url(../img/bg2_b.jpg);
  background-repeat: repeat;
	background-position: center;
	/*padding-bottom: 20px;*/
}
.areaC {
	/*height: 370px;*/
}
}

/*	trailer
============================== */
.player-outer > iframe{
	background-color: #666;
}
.trailer_list_btn{
	height: 35px;
}
.trailer_list_btn a{
	border:1px solid #4aa921;
	line-height: 35px;
	color: #4aa921;
	background-color: #fff;
	text-decoration: none;
	font-size: 95%;
	font-weight: 800;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.trailer_list_btn a::after {
	content: "";
	bottom: 0;
	right: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid #000;
	position: absolute;
	z-index: 100;
	transition: all 0.2s;
}
@media all and (min-width: 768px) {
.player-outer > iframe {
	width: 490px;
	height: 277px;
}
.trailer_list_btn{
	width: 160px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.trailer_list_btn a{
	width: 160px;
	height: 35px;
	text-align: center;
}
}
@media all and (max-width: 767px) {
.player-outer {
	position:relative;
	height:0;
	padding-top:56.25%;
}
.player-outer > iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.trailer_list_btn{
	width: 270px;
	height: 35px;
	margin: 10px auto 15px;
}
.trailer_list_btn a{
	width: 270px;
	height: 35px;
	text-align: center;
}
}
/*	trailer_futa
============================== */
.player-outer_futa {
	background-image:url(../img/top/top_trailer_futa.jpg?20191119);
	display:block;
}
@media all and (min-width: 768px) {
.player-outer_futa{
	width: 490px;
	height: 277px;
	display: block;
}
}
@media all and (max-width: 767px) {
.player-outer_futa {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-size: cover;
}
.player-outer_futa > span {
	position:absolute;
	left:0;
	top:0;
}
}
/*	story_btn
============================== */
.story_tit{
	margin-bottom: 14px;
}
.story_btn{
	text-decoration: none;
	background-color: #fff;
	display: block;
}
.story_text_area{
	color: #000;
	text-decoration: none;
}
.story_text_area span{
	padding: 10px 6px 10px 10px;
	display: block;
	line-height: 1.4;
	font-size: 90%;
}
.story_more{
	background-color: #40b026;
	background: linear-gradient(to bottom, #56b93f 0%,#38ad1d 100%);
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 90%;
	font-weight: 400;
	position: relative;
	height: 31px;
}
.story_more::after {
	content: "";
	bottom: 0;
	right: 0;
	border-top: 19px solid transparent;
	border-right: 19px solid #000;
	position: absolute;
	z-index: 100;
	transition: all 0.2s;
}
@media all and (min-width: 768px) {
.story_area{
	width: 660px;
	height: 330px;
	position: absolute;
	left: 10px;
	top: 36px;
	/*top: 225px;（試写会バナー）*/
}
.story_area_in{
	background-color: #fff;
	width: 660px;
	height: 277px;
	box-shadow: 0px 0px 5px #898989;
}
.story_tit{
	background-image:url(../img/top/top_story_trailer_tit2.png);
	width: 660px;
	height: 37px;
}
.onair_date{
	width: 170px;
	height: 90px;
	/*（update.css）*/
	position: absolute;
	left:490px;
	top: 51px;
}
.story_text_area{
	position: absolute;
	left: 491px;
	top: 140px;
	width: 169px;
	height: 157px;
	background-color: #fff;
}
.story_more{
	width: 170px;
	height: 30px;
	line-height: 31px;
	position: absolute;
	left: 490px;
	top: 298px;
}
}
@media all and (max-width: 767px) {
.story_tit{
	background-image:url(../img/top/top_story_trailer_tit_smp2.png);
	width: 300px;
	height: 69px;
	background-size: 300px 69px;
	margin: 20px auto 10px;
}
.story_area{
	margin: 0 15px;
}
.story_area_in{
	box-shadow: 0px 0px 5px #898989;
}
a.story_btn{
	margin: 0 auto;
	text-decoration: none;
}
.onair_date{
	overflow: hidden;
	/*（update.css）*/
	display: block;
	background-size: cover;
	height: 0;
	margin:0 auto 0;
	padding-top: 11.3247%;
}
.story_more{
	width: 100%;
	line-height: 2;
}
}

/*	topics
============================== */
.topics_tit{
	margin-bottom: 13px;
}
@media all and (min-width: 768px) {
.topics_tit{
	width: 250px;
	height: 37px;
	background-image:url(../img/top/top_topics_tit2.png);
}
.topics{
	width: 250px;
	height: 277px;
	position: absolute;
	left: 720px;
	top: 36px;
	/*top: 225px;（試写会バナー）*/
}
}
@media all and (max-width: 767px) {
.topics_tit{
	background-image:url(../img/top/top_topics_tit_smp2.png);
	width: 300px;
	height: 69px;
	background-size: 300px 69px;
	margin: 20px auto 10px;
}
}

/*	whats_new
============================== */
@media all and (min-width: 768px) {
.whats_new{
	position: absolute;
	left: 10px;
	top: 38px;
}
.whats_new_tit{
	background-image:url(../img/top/top_whatnew_tit2.png);
	width: 285px;
	height: 37px;
	margin-bottom: 10px;
}
}
@media all and (max-width: 767px) {
.whats_new_tit{
	background-image:url(../img/top/top_whatnew_tit_smp2.png);
	width: 300px;
	height: 69px;
	background-size: 300px 69px;
	margin: 20px auto 10px;
}
}

/*	tw_box
============================== */
.tw_box{
	position: relative;
	box-shadow:0px 0px 4px -1px #898989;
	width: 300px;
	height: 412px;
	background-image:url(../img/top/tw_box3.png);
}
.tw_box h2 a{
	display: block;
}
.tw_box_in{
	position: absolute;
	left: 0px;
	top: 50px;
}
@media all and (min-width: 768px) {
.tw_box_area{
	position: absolute;
	left: 10px;
	top: 50px;
	/*top: 186px;（大バナーあり）*/
}
.tw_box h2 a{
	width: 300px;
	height: 50px;
}
.tw_box_in{
	width: 300px;
	height: 360px;
}
}
@media all and (max-width: 767px) {
.tw_box{
	margin:30px auto 30px;
}
.tw_box h2 .tw_tit{
	height: 46px;
	display: block;
}
.tw_box h2 a{
	height: 50px;
}
.tw_box_in{
	margin:0 15px 0 0;
	height: 373px;
}
#twitter iframe{
	width: 300px;
}
}

/*	insta_box
============================== */
.insta_box{
	overflow:hidden;
	background-color: #666;
	box-shadow:0px 0px 4px -1px #898989;
	width: 300px;
	height:412px;
	background: url(../img/top/insta_box3.png) no-repeat;
}
.insta_box h2{
	margin:0px auto 0;
	width: 300px;
	height: 50px;
}
.insta_box h2 a{
	display: block;
	width: 300px;
	height: 50px;
}
.insta {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.insta ul{margin:30px 0 0 14px;}
.insta ul li {float:left; margin:8px 8px 0 0;}
.insta ul li a, .insta ul li a img {
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	width:85px;
	height:85px;
}
.insta ul li a {background-size:cover;}
.insta ul li a:hover img {background-color:hsla(216,82%,13%,0.25);}
.insta ul li a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.insta ul li a img.icon-video {background-image:url(/um/img/play.png);}

@media all and (min-width: 768px) {
.insta_box_area{
	position: absolute;
	left: 340px;
	top: 50px;
}
.insta_box{
	margin: 0 0 10px;
}
}
@media all and (max-width: 767px) {
.insta_box{
	margin: 0 auto 30px;
}
}

/*	m_chart
============================== */
.m_chart{
	box-shadow:0px 0px 4px -1px #898989;
}
.m_chart a{
	display:block;
	background-image:url(../img/top/chart_btn2.jpg);
}
@media all and (min-width: 768px) {
.m_chart {
	width: 270px;
	height: 150px;
	margin: 0 0 0px;
	position: absolute;
	left: 700px;
	top: 36px;
}
.m_chart a{
	width: 270px;
	height: 150px;
	transition: 0.2s ease-in-out;
}
.m_chart a:hover{
	transform: scale(1.05);
}
.m_chart b{
	display:block;
	width: 270px;
	height: 150px;
}
}
@media all and (max-width: 767px) {
.m_chart{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.m_chart a{
	height: 0;
	padding-top: 55.5555%;
	overflow: hidden;
	background-size:100% 100%;
}
}

/*	m_topics
============================== */
.m_topics{
	box-shadow:0px 0px 4px -1px #898989;
}
.m_topics a{
	display:block;
	background-image:url(../img/top/topics_btn2.jpg);
}
@media all and (min-width: 768px) {
.m_topics {
	width: 270px;
	height: 150px;
	margin: 0 0 0px;
	position: absolute;
	left: 700px;
	top: 214px;
}
.m_topics a{
	transition: 0.2s ease-in-out;
	width: 270px;
	height: 150px;
}
.m_topics a:hover{
	transform: scale(1.05);
}
.m_topics b{
	display:block;
	width: 270px;
	height: 150px;
}
}
@media all and (max-width: 767px) {
.m_topics{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.m_topics a{
	height: 0;
	padding-top: 55.5555%;
	overflow: hidden;
	background-size:100% 100%;
}
.no_r{
  margin-right: 0%;
}
}

/*	sp_btn_space
============================== */
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
.right_menu{
	margin: 30px 15px 0px;
}
.sp_area{
	margin: 15px 15px 0px;
}
.wide_area{
	margin: 0px 15px 30px;
}
.wide_area2{
	margin: 30px 15px 0px;
}
}

/*（update.css）photo_gallery_btn */
.present_btn a{ background-image:url(../img/top/present_btn.jpg);}
.paravi_btn a{ background-image:url(../img/top/paravi_btn.jpg?0);}
.tbsfree_btn a,.tbsfree_btn b{ background-image:url(../img/top/tbsfree_btn.jpg?20191016);}
.goods_btn a{ background-image:url(../img/top/goods_btn.jpg);}
.extra_gallery a{ background-image:url(../img/top/extra_gallery_btn2.jpg);}
.extra_boshu a{ background-image:url(../img/top/extra_boshu_btn2.jpg);}
.team_intro_btn a{ background-image:url(../img/top/team_intro_btn.jpg?20190728);}
.location_map_btn a{ background-image:url(../img/top/location_map_btn.jpg);}
.qanda_btn a{ background-image:url(../img/top/qanda_btn2.jpg);}
.wallpaper_btn a{ background-image:url(../img/top/wallpaper_btn.jpg?20190828);}
.dvd_btn a{ background-image:url(../img/top/dvd_btn.jpg);}

@media all and (min-width: 768px) {
.team_intro_btn { left: 10px; /*left: 257px;*/ top: 40px;}
.location_map_btn { left: 505px; top: 40px;}

.present_btn { left: 10px; top: 210px;}
.photo_gallery_btn { left: 340px; top: 210px;}
.qanda_btn { left: 670px; top: 210px;}

.paravi_btn { left: 10px; top: 380px;}
.tbsfree_btn { left: 340px; top: 380px;}
.goods_btn{	left: 670px; top: 380px;}

.extra_gallery { left: 10px; top: 550px;}
.wallpaper_btn { left: 340px; top: 550px;}
.dvd_btn { left: 670px; top: 550px;}
}
@media all and (max-width: 767px) {
}


/*	sp_btn
============================== */
.sp_btn{
	box-shadow:0px 0px 4px -1px #898989;
}
.sp_btn a,.sp_btn b{
	display:block;
}
@media all and (min-width: 768px) {
.sp_btn {
	width: 300px;
	height: 140px;
	margin: 0 0 0px;
	position: absolute;
}
.sp_btn a,.sp_btn b{
	width: 300px;
	height: 140px;
	transition: 0.2s ease-in-out;
}
.sp_btn a:hover{
	transform: scale(1.05);
}
}
@media all and (max-width: 767px) {
.sp_btn{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.sp_btn a,.sp_btn b{
	height: 0;
	padding-top: 46.6666%;
	overflow: hidden;
	background-size:100% 100%;
}
.no_r{
  margin-right: 0%;
}
}

/*	wide_btn
============================== */
.wide_btn{
	box-shadow:0px 0px 4px -1px #898989;
}
.wide_btn a{
	display:block;
}
.wide_btn b{
	display:block;
	width: 300px;
	height: 140px;
	background-color: #666;
}
@media all and (min-width: 768px) {
.wide_btn {
	width: 300px;
	height: 140px;
	margin: 0 0 0px;
	position: absolute;
}
.wide_btn a{
	width: 300px;
	height: 140px;
	transition: 0.2s ease-in-out;
}
.wide_btn a:hover{
	transform: scale(1.05);
}
}
@media all and (max-width: 767px) {
.wide_btn{
	margin: 0 auto 0;
	width: 49%;
	clear: both;
}
.wide_btn a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 46.6666%;
  overflow: hidden;
  height: 0;
}
}

/*	wide_btn2
============================== */
.wide_btn2{
	box-shadow:0px 0px 4px -1px #898989;
}
.wide_btn2 a{
	display:block;
}
.wide_btn2 b{
	display:block;
	width: 465px;
	height: 140px;
	background-color: #666;
}
@media all and (min-width: 768px) {
.wide_btn2 {
	width: 465px;
	height: 140px;
	margin: 0 0 0px;
	position: absolute;
}
.wide_btn2 a{
	width: 465px;
	height: 140px;
	transition: 0.2s ease-in-out;
}
.wide_btn2 a:hover{
	transform: scale(1.05);
}
}
@media all and (max-width: 767px) {
.wide_btn2{
	margin: 0 auto 0;
	width: 80%;
	clear: both;
}
.wide_btn2 a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 30.1075%;
  overflow: hidden;
  height: 0;
}
.location_map_btn{
	margin: 15px auto 0;
}
}

/*	line_aera
============================== */
.line_aera a{
	display:block;
	background-image:url(../img/top/line_area2_1.png);
}
@media all and (min-width: 768px) {
.line_aera a{
	width: 300px;
	height: 146px;
	position: absolute;
	left: 670px;
	top: 45px;
}
}
@media all and (max-width: 767px) {
.line_aera a{
	width: 300px;
	height: 146px;
	margin: -5px auto 30px;
}
}

/*	btn_date
============================== */
.btn_date{
	background-color: #f7f822;
	color: #000;
	font-weight: normal;
	z-index: 2;
}
@media all and (min-width: 768px) {
.menu ul li{
	position: relative;
}
.btn_date{
	padding:6px;
	font-size:75%;
	font-weight: 800;
}
.btn_date:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left:14px;
	border: 4px solid transparent;
	border-top: 8px solid #f7f822;
}
.btn_date1{ position: absolute; left: 70px; top: -14px;}
.btn_date2{ position: absolute; left: 210px; top: -14px;}
.btn_date3{ position: absolute; left: 350px; top: -14px;}
.btn_date4{ position: absolute; left: 490px; top: -14px;}
.btn_date5{ position: absolute; left: 630px; top: -14px;}
.btn_date6{ position: absolute; left: 770px; top: -14px;}
.btn_date7{ position: absolute; left: 910px; top: -14px;}
}
@media all and (max-width: 767px) {
.btn_date{
	padding:2px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:50%;
}
/*.btn_date:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -13px;
	border: 3px solid transparent;
	border-top: 5px solid #f7f822;
}*/
}

/*	btn_dateB
============================== */

.btn_dateB{
	background-color: #f7f822;
	color: #000;
	font-weight: normal;
	z-index: 2;
}
@media all and (min-width: 768px) {
.btn_dateB{
	padding:6px;
	font-size:75%;
	font-weight: 800;
	position: absolute; left: -7px; top: -14px;
}
.btn_dateB:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -13px;
	border: 4px solid transparent;
	border-top: 8px solid #f7f822;
}
}
@media all and (max-width: 767px) {
.btn_dateB{
	padding:2px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:50%;
}
.btn_dateB:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -13px;
	border: 3px solid transparent;
	border-top: 5px solid #f7f822;
}
}

/*	btn_dateC
============================== */
.m_topics,.sp_btn_in{
	position: relative;
}

.btn_dateC{
	background-color: #ffb600;
	color: #fff;
	font-weight: normal;
	z-index: 2;
}
@media all and (min-width: 768px) {
.btn_dateC{
	padding:6px;
	font-size:75%;
	font-weight: 800;
	position: absolute; right: -8px; top: -11px;
}
.btn_dateC:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: 8px;
	border: 4px solid transparent;
	border-top: 8px solid #ffb600;
}
}
@media all and (max-width: 767px) {
.btn_dateC{
	padding:2px;
	position: absolute;
	right: -4px;
	top: -4px;
	font-size:50%;
}
.btn_dateC:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: 8px;
	border: 3px solid transparent;
	border-top: 5px solid #ffb600;
}
}

/*	footer
============================== */
footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #181818;
}
footer .copyright a{
	color: #fafb37;
}
@media all and (min-width: 768px) {
footer {
	font-size: 75%;
	min-height: 330px;
	z-index: 10;
}
footer .copyright{
	padding-top: 15px;
	text-align: center;
	/*padding-top: 245px;
	text-align: left;*/
}
}
@media all and (max-width: 767px) {
footer {
	font-size: 62.5%;
	padding:20px 0px 20px;
	line-height: 1.5;
}
footer .copyright{
	padding: 0px 10px 30px;
	line-height: 1.3;
}
}

/*	recta
============================== */
@media all and (min-width: 768px) {
.recta{
	position: absolute;
	left: 670px;
	top: 210px;
	width: 300px;
	height: 250px;
}
/*.recta div{
	float: right;
	margin-top: 45px;
	padding-right: 10px;
	width: 300px;
	height: 250px;
	z-index: 1000;
}*/
}
@media all and (max-width: 767px) {
.recta{
	margin:0 auto 30px;
	text-align: center;
}
}

/*	pagetop
============================== */
.pgt {
	z-index:20;
	-webkit-transition-duration:500ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:500ms;
	transition-timing-function:ease-in-out;
}
.pgt a, .pgt span {
	display:block;
}
.pgt-on, .pgt-off {
	position:fixed;
}
@media all and (min-width: 768px) {
.pgt {
	transition-property:right;
}
.pgt-on {
	right:0px;
	bottom:245px;
}
.pgt-off {
	right:-100px;
	bottom:245px;
}
.pgt a {
	background-image:url(../img/pagetop_btn3.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:85px;
	height:85px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
}
@media all and (max-width: 767px) {
.pgt {
	min-width:320px;
	transition-property:bottom;
}
.pgt-on, .pgt-off {
	width:100%;
}
.pgt-on {
	bottom:0;
}
.pgt-off {
	bottom:0;
}
.pgt a {
	position:relative;
	text-decoration:none;
	color:#000;
	background-color:#fafb3d;
	border-top: 1px solid #fcfd6e;
	height:32px;
}
.pgt a span {
	position:absolute;
	left:50%;
	top:40%;
	margin-top:-0.5em;
	margin-left:-5em;
	font-size:130%;
	font-weight:bold;
}
}

/*	sns buttons
============================== */
.sns-btns {
	text-align:center;
	position:relative;
}
.sns-btns .tw, .sns-btns .fb {
	text-align:left;
	width:120px;
	display:inline-block;
}
@media all and (min-width: 768px) {
.sns-btns {
	padding:50px 0 15px 0px;
	float: center;
	/*padding:200px 0 15px 0px;
	float: left;*/
}
.sns-btns .tw{
	margin-left: 20px;
}
}
@media all and (max-width: 767px) {
.sns-btns {
	padding-top:15px;
	margin-bottom:15px;
}
}

/*	sishakai_bnr
============================== */
.sishakai_bnr{
	box-shadow: 0px 0px 5px #898989;
}
.sishakai_bnr a{
	display:block;
	background-image:url(../img/top/sishakai_bnr.jpg);
}
@media all and (min-width: 768px) {
.sishakai_bnr {
	width: 960px;
	height: 149px;
	margin: 0 0 0px;
	position: absolute;
	left: 10px;
	top: 40px;
}
.sishakai_bnr a{
	transition: 0.2s ease-in-out;
	width: 960px;
	height: 149px;
}
.sishakai_bnr a:hover{
	opacity:0.7;
	background-color: #fff;
}
}
@media all and (max-width: 767px) {
.sishakai_bnr {
	margin: 30px 10px 25px;
}
.sishakai_bnr a{
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto 0;
	padding-top: 15.5208%;
	display: block;
}
}
