/* =================================
	TOP CSS
================================= */
.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;
}
.wnew .slider .outer ul.inner:after {
	content:"";
	display:block;
	clear:both;
}
.wnew .slider .outer ul.inner li {
	float:left;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.wnew .slider .outer ul.inner li a {
	display:block;
	color:#4e3f1b;
	background-color:#cca966;
	background-position:right bottom;
	background-repeat:no-repeat;
	text-decoration:none;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.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 {background-color:#645224;}
.wnew .slider .outer ul.inner li.tp-trailer a dl dt {background-color:#d50e3d;}
.wnew .slider .outer ul.inner li.tp-story a dl dt {background-color:#e65a27;}
.wnew .slider .outer ul.inner li.tp-interview a dl dt {background-color:#034391;}
.wnew .slider .outer ul.inner li.tp-chara a dl dt {background-color:#17aeb8;}
.wnew .slider .outer ul.inner li.tp-intro a dl dt {background-color:#0f752a;}
.wnew .slider .outer ul.inner li.tp-topics a dl dt {background-color:#763fa0;}
.wnew .slider .outer ul.inner li.tp-news a dl dt {background-color:#3cad3c;}
.wnew .slider .outer ul.inner li.tp-cast a dl dt {background-color:#808080;}


.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: #bba36f;
}
.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: #4e3f1b;
}
.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: #645224;
	color: #fff;
	padding: 3px;
	font-size: 90%;
	margin-bottom: 3px;
}
@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;
	box-shadow:0px 0px 4px -1px #000;
}
.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 {
	padding:5px 15px;
}
.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;
}
.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 {
	padding:4px 8px;
}
.wnew .slider .outer ul.inner li a dl dd span.txt {
	padding:8px;
}
.wnew .slider .outer ul.inner li a dl dd {
	padding-top:8px;
}
.wnew .slider .outer ul.inner li a dl dd span.thumb,
.wnew .slider .outer ul.inner li a dl dd span.thumb img {
	width:128px;
	height:72px;
}
.wnew .slider .outer ul.inner li a {
	background-size:154px 32px;
}
.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:-17px;
}
.wnew .slider ul.ctrl li.ctrl-lef {
	left:0;
}
.wnew .slider ul.ctrl li.ctrl-rig {
	right:0;
}
.wnew .slider ul.ctrl li a {
	width:47px;
	height:47px;
	background-image:url(../img/arrow_wnews.png);
	background-repeat:no-repeat;
	background-size:119px 100px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	filter: drop-shadow(0px 0px 2px #635325);
}
.wnew .slider ul.ctrl li.ctrl-lef a {
	background-position:left top;
}
.wnew .slider ul.ctrl li.ctrl-rig a {
	background-position:right top;
}
.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) {
}

.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;
	max-width:300px;
	padding: 0 0px;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.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;
	box-shadow:0px 0px 4px -1px #9c9c9c;
	background-color: #6f5d36;
}
.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 {border-bottom-color:#004f99;}
.topics .slider .outer ul.inner li.tp-story a dl dt {background-color:#ffba00;}
.topics .slider .outer ul.inner li.tp-story {border-bottom-color:#ffba00;}
.topics .slider .outer ul.inner li.tp-intro a dl dt {background-color:#ff5e74;}
.topics .slider .outer ul.inner li.tp-intro {border-bottom-color:#ff5e74;}
.topics .slider .outer ul.inner li.tp-news a dl dt {background-color:#eb6100;}
.topics .slider .outer ul.inner li.tp-news {border-bottom-color:#eb6100;}
.topics .slider .outer ul.inner li.tp-intvw a dl dt {background-color:#00b7ee;}
.topics .slider .outer ul.inner li.tp-intvw {border-bottom-color:#00b7ee;}
/*
.topics .slider .outer ul.inner li.tp-music a dl dt {background-color:#7ba490;}
.topics .slider .outer ul.inner li.tp-music {border-bottom-color:#7ba490;}
.topics .slider .outer ul.inner li.tp-intro a dl dt {background-color:#f45e5e;}
.topics .slider .outer ul.inner li.tp-chart a dl dt {background-color:#0c727b;}
.topics .slider .outer ul.inner li.tp-intro {border-bottom-color:#f45e5e;}
.topics .slider .outer ul.inner li.tp-chart {border-bottom-color:#0c727b;}
.topics .slider .outer ul.inner li.tp-story a dl dt {background-color:#4e7bc2;}
.topics .slider .outer ul.inner li.tp-story {border-bottom-color:#4e7bc2;}
.topics .slider .outer ul.inner li.tp-link a dl dt {background-color:#b27b17;}
.topics .slider .outer ul.inner li.tp-link {border-bottom-color:#b27b17;}
*/

.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: #60512f;
}
.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;
}
@keyframes imgFadein {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.topics .slider .outer ul.inner li a dl {
	margin-bottom: 10px;
}
.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 {
	width:300px;
	height: 270px;
}
.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;
	background-color: #d50e3d;
	display:inline;
}
.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 dt span.thumb,
.topics .slider .outer ul.inner li a dl dt span.thumb img {
	height:199px;
	width: 100%;
}
.topics .slider .outer ul.inner li a dl dd.date {
	padding:5px 5px;
}





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



/* ctrl */
.topics .slider ul.ctrl li {
	position:absolute;
	top:315px;
	margin-top:3px;
}
.topics .slider ul.ctrl li.ctrl-lef {
	left:0;
}
.topics .slider ul.ctrl li.ctrl-rig {
	right:0;
}
.topics .slider ul.ctrl li a {
	width:81px;
	height:26px;
	background-image:url(../img/arrow_topic.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	margin-top: -45px;
}
.topics .slider ul.ctrl li.ctrl-lef a {
	background-position:left top;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.topics .slider ul.ctrl li.ctrl-rig a {
	background-position:right top;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.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 .outer ul.inner li a p span.txt {
		font-size: 15px;
		height: 54px;
		padding: 0 10px 10px;
		font-size: 14px;
	}
	.topics {
		float: right;
	}
	.topics h2 {
		font-size: 50px;
	}
	.topics .slider .outer ul.inner li a p span.txt {
	color: #fff;
	}
}
@media all and (max-width: 767px) {
	.topics {
		margin: 0 auto 20px;
		width: 300px;
	}
	.topics h2 {
		font-size: 30px;
		margin: 10px 0;
	}
	.topics .slider .outer ul.inner li a p span.txt {
		color: #fff;
		font-weight: bold;
		padding: 0 10px 10px;
		font-size: 90%;
	}
}

.bg{
	position: relative;
}

/*	header main_image
============================== */
header{
	position: relative;
}
@keyframes example1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@media all and (min-width: 768px) {
.poster_bg{
	width: 100%;
	height: 733px;
	background-image:
	url(../img/top/top_bg_top_right.jpg),
	url(../img/top/top_bg_top_left.jpg),
	url(../img/bg1.jpg);
  background-repeat: no-repeat,no-repeat,repeat;
	background-position: right 0px bottom 0px,left 0px top 0px, center;
}
header{
	width: 980px;
	height: 693px;
	margin: 20px auto 0;
}
h1.logo{
	width: 980px;
	height: 693px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	animation: example1 1.3s ease-in-out 0.3s 1 forwards;
	box-shadow:0px 0px 7px 0px #6e6442;
	opacity: 0;
}
}
@media all and (max-width: 767px) {
header{
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto 0;
	padding-top: 70.7142%;
}
}

/*	main
============================== */
.bg1,.bg2,.bg3{
	width: 100%;
	overflow:hidden;
	z-index: 1;
}
.bg3{
	background-image:url(../img/bg3.jpg);
}
@media all and (min-width: 768px) {
.areaA,.areaB,.areaC{
	position: relative;
}
.areaA_bg{
	background-image:
	url(../img/lower/cum_bg_top_right.jpg),
	url(../img/lower/cum_bg_top_left.jpg),
	url(../img/bg1.jpg);
  background-repeat: no-repeat,no-repeat,repeat;
	background-position: right 0px top 53px,left 0px top 0px, center;
}
.areaB_bg{
	background-image:
	url(../img/top/top_bg_green_right.jpg),
	url(../img/top/top_bg_green_left.jpg),
	url(../img/bg2.jpg);
  background-repeat: no-repeat,no-repeat,repeat;
	background-position: right 0px bottom 0px,left 0px top 5px, center;
}
.areaC_bg{
	background-image:
	url(../img/top/top_bg_bottom_left.jpg),
	url(../img/bg1.jpg);
  background-repeat: no-repeat,repeat;
	background-position: left 0px top 0px, center;
}
.areaA {
	height: 520px;
	/*height: 673px;（大バナーあり）*/
}
.areaB {
	height: 725px;
}
.areaC {
	height: 1290px;
	height: 1110px;
}
.bottom_plant{
	background-image: url(../img/bottom_plant.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow:hidden;
	z-index: 2;
}
}
@media all and (max-width: 767px) {
.bg1{
	background-image:url(../img/bg1.jpg);
}
.bg2{
	background-image:url(../img/bg2.jpg);
}
.areaA_bg{
	background-image:
	url(../img/lower/cum_bg_top_right.jpg),
	url(../img/lower/cum_bg_top_left.jpg),
	url(../img/bg1.jpg);
  background-repeat: no-repeat,no-repeat,repeat;
	background-position: right 0px bottom 53px,left 0px top 0px, center;
}
.areaB_bg{
	padding: 20px 0;
	overflow:hidden;
}
}


/*	tw_box
============================== */
.tw_box{
	position: relative;
	box-shadow:0px 0px 4px -1px #6e6442;
	width: 300px;
	height: 451px;
	background-image:url(../img/top/tw_box.jpg);
}
.tw_box h2 a{
	display: block;
}
.tw_box_in{
	position: absolute;
	left: 0px;
	top: 64px;
}
@media all and (min-width: 768px) {
.tw_box_area{
	position: absolute;
	left: 10px;
	top: 33px;
	/*top: 186px;（大バナーあり）*/
}
.tw_box h2 a{
	width: 300px;
	height: 57px;
}
.tw_box_in{
	width: 300px;
	height: 380px;
}
}
@media all and (max-width: 767px) {
.tw_box{
	margin:15px auto 15px;
}
.tw_box h2 .tw_tit{
	height: 46px;
	display: block;
}
.tw_box h2 a{
	height: 46px;
}
.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 #6e6442;
	width: 300px;
	height:451px;
	background: url(../img/top/insta_box.jpg) no-repeat;
}
.insta_box h2{
	margin:0px auto 0;
	width: 300px;
	height: 57px;
}
.insta_box h2 a{
	display: block;
	width: 300px;
	height: 57px;
}
.insta {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.insta ul{margin:5px 0 0 27px;}
.insta ul li {float:left; margin:6px 6px 0 0;}
.insta ul li a, .insta ul li a img {
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	width:120px;
	height:120px;
}
.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: 33px;
	/*top: 186px;（大バナーあり）*/
}
.insta_box{
	margin: 0 0 10px;
}
}
@media all and (max-width: 767px) {
.insta_box{
	margin: 0 auto 20px;
}
}

/*	topics
============================== */
.topics_tit{
	background-image:url(../img/top/tit_topics.png);
	margin-bottom: 4px;
}
@media all and (min-width: 768px) {
.topics_tit{
	width: 400px;
	height: 39px;
}
.topics{
	width: 300px;
	height: 333px;
	position: absolute;
	left: 670px;
	top: 33px;
	/*top: 186px;（大バナーあり）*/
}
}
@media all and (max-width: 767px) {
.topics_tit{
	width: 300px;
	height: 29px;
	background-size: 300px 29px;
}
}

/*	sishakai_bnr
============================== */
.sishakai_bnr{
	box-shadow:0px 0px 4px -1px #6e6442;
}
.sishakai_bnr a{
	display:block;
	background-image:url(../img/top/line_rendo_bnr.jpg?20190425);
}
@media all and (min-width: 768px) {
.sishakai_bnr {
	width: 960px;
	height: 120px;
	margin: 0 0 0px;
	position: absolute;
	left: 10px;
	top: 33px;
}
.sishakai_bnr a{
	transition: 0.2s ease-in-out;
	width: 960px;
	height: 120px;
}
.sishakai_bnr a:hover{
	opacity:0.7;
	background-color: #fff;
}
}
@media all and (max-width: 767px) {
.sishakai_bnr {
	margin: 20px 10px 20px;
}
.sishakai_bnr a{
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto 0;
	padding-top: 12.5%;
	display: block;
}
}

/*	line_btn
============================== */
.line_btn{
	width: 300px;
	height: 81px;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.line_btn a{
	display:block;
	width: 300px;
	height: 81px;
	background-image:url(../img/top/line_btn.jpg);
}
.line_btn b{
	display:block;
	width: 300px;
	height: 81px;
	background-image:url(../img/top/line_btn_off.jpg);
}
@media all and (min-width: 768px) {
.line_btn {
	margin: 0 0 0px;
	position: absolute;
	left: 670px;
	top: 403px;
	/*top: 555px;（バナーあり）*/
}
.line_btn a{
	transition: 0.2s ease-in-out;
}
.line_btn a:hover{
	opacity:0.7;
	background-color: #fff;
}
}
@media all and (max-width: 767px) {
.line_btn {
	margin: 0 auto 20px;
}
}

/*	whats_new
============================== */
.whats_new_tit{
	background-image:url(../img/top/tit_whatsnew.png);
	margin-bottom: 14px;
}
@media all and (min-width: 768px) {
.whats_new_tit{
	width: 400px;
	height: 39px;
}
.whats_new{
	position: absolute;
	left: 0px;
	top: 31px;
}
}
@media all and (max-width: 767px) {
.whats_new_tit{
	width: 300px;
	height: 29px;
	background-size: 300px 29px;
	margin-left: 10px;
}
}

/*	trailer
============================== */
.player-outer > iframe{
	box-shadow:0px 0px 4px -1px #000;
	background-color: #275627;
}
.trailer_tit{
	background-image:url(../img/top/tit_trailer.png);
	margin-bottom: 14px;
}
.trailer_list_btn{
	width: 170px;
	height: 35px;
}
.trailer_list_btn a{
	background-color: #fef33b;
	background: linear-gradient(to bottom, #fef779 0%,#fef33b 100%);
	line-height: 35px;
	color: #4e3f1b;
	text-decoration: none;
	font-size: 85%;
	font-weight: 800;
	position: relative;
	display: block;
	border-radius: 40px;
	box-shadow:0px 0px 4px -1px #000;
}
.trailer_list_btn a span{
	padding-left: 15px;
}
.trailer_list_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #a38b4f;
  border-right: solid 2px #a38b4f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
	transition: all 0.2s;
}
@media all and (min-width: 768px) {
.trailer{
	width: 465px;
	height: 317px;
	position: absolute;
	left: 10px;
	top: 372px;
}
.trailer_tit{
	width: 400px;
	height: 39px;
}
.player-outer > iframe {
	width: 465px;
	height: 263px;
}
.trailer_list_btn{
	width: 170px;
	height: 35px;
	position: absolute;
	left: 293px;
	top: 0px;
}
.trailer_list_btn a{
	width: 170px;
	height: 35px;
	text-align: left;
}
}
@media all and (max-width: 767px) {
.trailer{
	margin: 0px 15px 20px;
}
.trailer_tit{
	width: 300px;
	height: 29px;
	background-size: 300px 29px;
}
.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: 15px auto 0;
}
.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;
	box-shadow:0px 0px 4px -1px #000;
}
@media all and (min-width: 768px) {
.player-outer_futa{
	width: 465px;
	height: 263px;
	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{
	background-image:url(../img/top/tit_story.png);
	margin-bottom: 14px;
}
a.story_btn{
	text-decoration: none;
	background-color: #cdae6f;
	position: relative;
	display: block;
	box-shadow:0px 0px 4px -1px #000;
}
.story_pic{
	position: relative;
}
.story_pic span{
	background-color: #cca966;
}
.story_text_area{
	color: #4e3f1b;
	text-decoration: none;
}
.story_text_area span{
	padding: 6px 6px 6px 10px;
	display: block;
	line-height: 1.4;
	font-size: 90%;
}
.story_more{
	background-color: #fef33b;
	background: linear-gradient(to bottom, #fef779 0%,#fef33b 100%);
	color: #4e3f1b;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 95%;
	font-weight: 800;
	position: relative;
	height: 31px;
}
.story_more::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #a38b4f;
  border-right: solid 2px #a38b4f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
	transition: all 0.2s;
}
@media all and (min-width: 768px) {
.story_area{
	width: 475px;
	height: 317px;
	position: absolute;
	left: 505px;
	top: 372px;
}
.story_tit{
	width: 400px;
	height: 39px;
}
a.story_btn{
	width: 465px;
	height: 263px;
	margin: 0 auto;
}
.story_pic span{
	width: 349px;
	height: 232px;
	background-repeat: no-repeat;
	background-size: 349px 232px;
	display: block;
}
.story_text_area{
	position: absolute;
	left: 349px;
	top: 0px;
	width: 114px;
	height: 232px;
}
.story_more{
	width: 465px;
	line-height: 31px;
}
}
@media all and (max-width: 767px) {
.story_tit{
	width: 300px;
	height: 29px;
	background-size: 300px 29px;
}
.story_area{
	margin: 0 15px;
}
a.story_btn{
	margin: 0 auto;
}
.story_pic span{
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto 0;
	padding-top: 66.4756%;
	display: block;
}
.story_more{
	width: 100%;
	line-height: 2;
}
}
/*	menu2
============================== */
.menu2 li{
	background-repeat:no-repeat;
	z-index: 1;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.menu2 li a,.menu2 li b{
	background-color: #594921;
}
.btn_date{
	background-color: #1a1a1a;
	color: #fff;
	font-weight: normal;
	z-index: 2;
}
@media all and (min-width: 768px) {
/* menu */
.menu2 li{
	width: 300px;
	height: 121px;
	position: absolute;
}
.menu2 li a{
	width: 300px;
	height: 121px;
	display: block;
	transition: 0.2s ease-in-out;
}
.menu2 li b{
	width: 300px;
	height: 121px;
	display: block;
}
.menu2 li a:hover{
	opacity:0.7;
}
.menu2 .m2_chart{ left: 10px; top: 37px;}
.menu2 .m2_guest{ left: 340px; top: 37px;}
.menu2 .m2_original{ left: 670px; top: 37px;}
.menu2 .m2_intro{ left: 10px; top: 189px;}
.menu2 .m2_extra{ left: 340px; top: 189px;}
.menu2 .m2_interview{ left: 670px; top: 189px;}
.btn_date{
	padding:6px;
	position: absolute;
	left: 0px;
	top: 6px;
	font-size:80%;
}
.btn_date:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -13px;
	border: 4px solid transparent;
	border-top: 8px solid #1a1a1a;
}
}
@media all and (max-width: 767px) {
.menu2 ul{
	padding: 10px 10px 10px;
}
.menu2 ul li.m_two{
	margin:10px auto 0;
	width: 49%;
	float: left;
	margin-right: 2%;
}
.menu2 ul li.no_r{
  margin-right: 0%;
}
.menu2 ul li.m_two a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 40.3333%;
  overflow: hidden;
  height: 0;
}
.menu2 ul li.m_two b{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 40.3333%;
  overflow: hidden;
  height: 0;
}
/*.menu2 ul li.m_two b{
  display: block;
	position: relative;
	background-size:contain;
  padding-top: 40.3333%;
  overflow: hidden;
  height: 0;
}*/
.btn_date{
	padding:6px;
	position: absolute;
	left: 0px;
	top: 6px;
	font-size:80%;
}
.btn_date:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -13px;
	border: 4px solid transparent;
	border-top: 8px solid #1a1a1a;
}
}

/*	sp_menu
============================== */
.sp_menu li{
	background-repeat:no-repeat;
	z-index: 1;
	box-shadow:0px 0px 4px -1px #6e6442;
}
.sp_menu li a,.sp_menu li b{
	background-color: #594921;
}
.btn_date{
	background-color: #1a1a1a;
	color: #fff;
	font-weight: normal;
	z-index: 2;
}
@media all and (min-width: 768px) {
/* sp_menu */
.sp_menu li{
	width: 465px;
	height: 150px;
	position: absolute;
}
.sp_menu li a{
	width: 465px;
	height: 150px;
	display: block;
	transition: 0.2s ease-in-out;
}
.sp_menu li b{
	width: 465px;
	height: 150px;
	display: block;
}
.sp_menu li a:hover{
	opacity:0.7;
}
.sp_menu .gallery_btn{ left: 10px; top: 340px;}
.sp_menu .present_btn{ left: 505px; top: 340px;}
.sp_menu .supervise_btn{ left: 10px; top: 520px;}
.sp_menu .dictionary_btn{ left: 505px; top: 520px;}
/* .sp_menu .paravi_btn{ left: 10px; top: 700px;}
.sp_menu .tbsfree_btn{ left: 505px; top: 700px;}
.sp_menu .ishop_dvd_btn{ left: 10px; top: 880px;}
.sp_menu .ishop_btn{ left: 505px; top: 880px;} */
.sp_menu .ishop_dvd_btn{ left: 10px; top: 700px;}
.sp_menu .ishop_btn{ left: 505px; top: 700px;}
}
@media all and (max-width: 767px) {
.sp_menu{
	margin: 0 0 30px;
}
.sp_menu ul{
	padding: 0px 10px 0px;
}
.sp_menu ul li.m_two{
	margin:10px auto 0;
	width: 49%;
	float: left;
	margin-right: 2%;
}
.sp_menu ul li.no_r{
  margin-right: 0%;
}
.sp_menu ul li.m_two a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 32.2580%;
  overflow: hidden;
  height: 0;
}
.sp_menu ul li.wide_btn{
	margin: 10px auto 0;
	width: 49%;
	clear: both;
}
.sp_menu ul li.wide_btn a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 32.2580%;
  overflow: hidden;
  height: 0;
}
}
