@charset "utf-8";
@import url(../../_external/fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* { outline: none; }
::selection { background: #f095b2; }
::-moz-selection {
 background: #f095b2;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #666;
}
a { color: #000; }
a:hover { text-decoration: none; }
#fullWrap {
	min-height: 620px;
	min-width: 1200px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#index header {
	background-color: #FFF;
	position: absolute;
	width: 286px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99999999;
}
#index h1 {
	background-image: url(../images/main_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 464px;
	width: 69px;
	position: absolute;
	left: 50%;
	top: 53%;
	transform: translateY(-50%);
	margin-left: -25px;
}
#index h1 a {
	display: block;
	height: 341px;
	width: 51px;
}
#copyRight {
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 248px;
	height: 8px;
	left: 50%;
	bottom: 20px;
	margin-left: -124px;
}
#mainVisual {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#scene, #scene2, #scene3, #scene4 {
	position: absolute;
	left: 286px;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
}
#scene li, #scene2 li, #scene3 li, #scene4 li {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
#scene5 {
	position: absolute;
	left: 286px;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 1;
}
#scene5 li {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
.v1 { opacity: 0; }
#visual5 {
	background-image: url(../images/mv5.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	right: 0;
}
#visual4 {
	background-image: url(../images/mv4.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	right: 0;
}
#visual3 {
	background-image: url(../images/mv3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	right: 0;
}
#visual2 {
	background-image: url(../images/mv2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	right: 0;
}
#visual1 {
	background-image: url(../images/mv.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	right: 0;
}
#stopScene {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
}
#visual1Catch {
	background-image: url(../images/catch.png);
	position: absolute;
	height: 381px;
	width: 49px;
	right: 30px;
	top: 40px;
	pointer-events: none;
	opacity: 0;
	transform: translateX(-20px);
	transition: all 1s ease;
}
#visual1Catch.active {
	transform: translateX(0px);
	opacity: 1;
}
#top_onair {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 128px;
	width: 655px;
	left: 316px;
	bottom: 20px;
	opacity: 0;
	transform: translateX(-20px);
	transition: all 1s ease;
}
#top_onair.active {
	transform: translateX(0px);
	opacity: 1;
}

#top_onair a:hover {
	opacity: 0.7;
}

#share {
	position: absolute;
	width: 31px;
	top: 0px;
	right: 0px;
	background-color: #F095B2;
}
#share li {
	border-bottom: 1px dotted #FFF;
	height: 31px;
	width: 31px;
}
#share li:last-child { border: none; }
#share li a {
	transition: all 0.3s ease;
	display: block;
	height: 31px;
}
#share li a:hover { background-color: #ED81A4; }
#toFirst {
	height: 137px;
	width: 190px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#toFirst a {
	display: block;
	height: 137px;
}
#toFirst h2 {
	height: 27px;
	text-align: right;
	padding-right: 20px;
}
#toFirst p {
	background-color: #FFF;
	display: block;
	height: 100px;
	width: 180px;
	padding-top: 10px;
	padding-left: 10px;
}
#toFirst a img { transition: all 0.3s ease; }
#toFirst a:hover img { opacity: 0.8; }
#index footer {
	position: absolute;
	height: 60px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#index footer ul {
	display: table;
	padding-top: 0;
	position: absolute;
	left: 0;
	top: 5px;
}
#index footer li {
	display: table-cell;
	height: 49px;
	width: 140px;
	padding-right: 6px;
	padding-bottom: 0px;
}
#index footer li a { transition: all 0.3s ease; }
#index footer li a:hover { opacity: 0.8; }
#index #copyright {
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 292px;
	height: 60px;
}
#movieCont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
#sub header {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 15;
}
#sub h1 {
	height: 239px;
	width: 30px;
	margin-top: -120px;
	position: absolute;
	left: 55px;
	top: 50%;
}
#sub h1 a {
	display: block;
	background-image: url(../../1st/images/logo_sub.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s ease;
	height: 239px;
}
#sub h1 a:hover { opacity: 0.7; }
#sub h2 {
	text-align: center;
	margin-top: 145px;
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
}
#sub #fullWrap {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 35px;
	padding-left: 16px;
	box-sizing: border-box;
}
#loading {
	background-color: #FFF;
	position: fixed;
	z-index: 9998;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.modal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999999;
	display: none;
}
.modalin {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
}
#movieModal { background-color: #FFF; }
#movieModal iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.modalClose {
	background-image: url(../../1st/images/btn_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1;
}
.modalClose a {
	display: block;
	height: 50px;
}
.modalClose:hover { transform: scale(1.1); }
/*header ul {
	width: 215px;
	height: 216px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -107.5px;
}
header ul li {
	width: 215px;
	height: 44px;
	margin: 5px 0;
	background-color: #F095B2;
	background-repeat: no-repeat;
	background-position: 20px center;
	transition: all 0.3s ease;
}
header ul li a {
	display: block;
	height: 44px;
	position:relative;
}
header ul li a:before {
	content:'';
	position:absolute;
	right:20px;
	top:50%;
	width:20px;
	height:1px;
	background-color:#FFF;
	transition:all 0.3s ease;
}
header ul li a:after {
	content:'';
	position:absolute;
	right:20px;
	top:50%;
	width:7px;
	height:1px;
	transform-origin:right bottom;
	transform:rotate(45deg);
	background-color:#FFF;
	transition:all 0.3s ease;
}
header ul li:hover,
header ul li.active { background-color: #ED81A4; }
header ul li:not(.active):hover a:before,
header ul li:not(.active):hover a:after {
	right:15px;
}
header ul li.active a:before,
header ul li.active a:after {
	right:-10px;
}
header ul li.active a:before {
	background: rgba(237,129,164,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(237,129,164,1) 51%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(237,129,164,1) 51%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(237,129,164,1) 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ed81a4',GradientType=1 );
}
header ul li.active a:after {
	background-color:#ED81A4;
}*/
/*#toMovie { background-image: url(../images/movie_btn.png); }
#toStaff { background-image: url(../images/staff_cast.png); }
#toNews { background-image: url(../images/news_btn.png); }
#toGoods { background-image: url(../images/goods_btn.png); }*/
.subWrap {
	position: absolute;
	left: 286px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#news {
	background: url(../images/news_bg.png) no-repeat center center / cover;
}
#onair {
	background: url("../images/onair_bg.png") no-repeat center center / cover;
}
#newsHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
#newsHead h2 {
	background: url(../images/news_h2.png) no-repeat center center;
	height: 12px;
	width: 72px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
.to1st {
	position: absolute;
	height: 40px;
	width: 140px;
	margin-top: -20px;
	top: 50%;
	right: 35px;
}
.to1st a {
	height: 40px;
	display: block;
	background: #FFF url(../images/btn_to1st.png) no-repeat center center;
	transition: all 0.3s ease;
	border-radius:20px;
	overflow:hidden;
}
.to1st a:hover { transform:scale(1.08); }
#newsIn {
	position: relative;
	padding: 140px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#newsOnceIn {
	position: relative;
	padding: 140px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
#newsCont {
	width: 793px;
	margin: 0 auto;
}
.contScroll {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#newsList {
	width: 800px;
	padding-top: 35px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
#newsList li {
	background-color: #FFF;
	padding: 10px;
	height: 146px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px #F095B2;
	transition: all 0.4s ease;
}
#newsList li:hover {
	transform: translate(-5px, -5px);
	box-shadow: 5px 5px 0px 0px #F095B2;
}
#newsList li:nth-child(10n+1) { background-image: url(../../1st/images/news_c1.png); }
#newsList li:nth-child(10n+2) { background-image: url(../../1st/images/news_c2.png); }
#newsList li:nth-child(10n+3) { background-image: url(../../1st/images/news_c3.png); }
#newsList li:nth-child(10n+4) { background-image: url(../../1st/images/news_c4.png); }
#newsList li:nth-child(10n+5) { background-image: url(../../1st/images/news_c5.png); }
#newsList li:nth-child(10n+6) { background-image: url(../images/news/news_c6.png); }
#newsList li:nth-child(10n+7) { background-image: url(../images/news/news_c7.png); }
#newsList li:nth-child(10n+8) { background-image: url(../images/news/news_c8.png); }
#newsList li:nth-child(10n+9) { background-image: url(../images/news/news_c9.png); }
#newsList li:nth-child(10n+10) { background-image: url(../images/news/news_c10.png); }
#newsList li:before {
	content: '';
	position: absolute;
	width: 33px;
	height: 1px;
	right: 120px;
	bottom: 24px;
	background-color: #F095B2;
}
#newsList li:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	right: 120px;
	bottom: 24px;
	background-color: #F095B2;
	transform-origin: right bottom;
	transform: rotate(45deg);
}
.newsThumb {
	background-color: #DFDFDF;
	background-image: url(../images/news_noimage.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
	width: 185px;
	background-size: cover;
	float: left;
}
.newsSummary {
	position: absolute;
	width: 430px;
	left: 240px;
	top: 50%;
	transform: translateY(-50%);
}
.newsSummary .date {
	color: #f095b2;
	height: 25px;
	padding-bottom: 10px;
	line-height: 25px;
}
.newsSummary .title { line-height: 25px; }
#newsOnceSummary {
	background-color: #FFF;
	padding: 10px;
	height: 146px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#newsOnceSummary.n1 {
	background-image:url(../../1st/images/news_c1.png);
}
#newsOnceSummary.n2 {
	background-image:url(../../1st/images/news_c2.png);
}
#newsOnceSummary.n3 {
	background-image:url(../../1st/images/news_c3.png);
}
#newsOnceSummary.n4 {
	background-image:url(../../1st/images/news_c4.png);
}
#newsOnceSummary.n5 {
	background-image:url(../../1st/images/news_c5.png);
}
#newsOnceSummary.n6 {
	background-image:url(../images/news/news_c6.png);
}
#newsOnceSummary.n7 {
	background-image:url(../images/news/news_c7.png);
}
#newsOnceSummary.n8 {
	background-image:url(../images/news/news_c8.png);
}
#newsOnceSummary.n9 {
	background-image:url(../images/news/news_c9.png);
}
#newsOnceSummary.n10 {
	background-image:url(../images/news/news_c10.png);
}
#newsDetail {
	padding-top: 20px;
	padding-bottom: 20px;
}
#newsDetail p {
	font-size: 16px;
	line-height: 35px;
	color: #000;
	margin-bottom:25px;
}
#backToList {
	height: 43px;
	width: 169px;
	margin: 0 auto;
	padding: 27px 0;
}
#backToList a img {
	transition:all 0.3s ease;
}
#backToList a:hover img {
	transform:scale(1.1);
}
#staffcast {
	background:rgba(240,149,178,1);
}
#scIn {
	position: relative;
	padding: 110px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#scCont {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#goods {
	background:rgba(240,149,178,1);
}
#goodsIn {
	position: relative;
	padding: 110px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#goodsCont {
	width: 760px;
	margin: 0 auto;
}
#comicsList li {
	padding: 0px 4px 18px;
	float: left;
	height: 182px;
	width: 182px;
}
#comicsList li a img {
	transition:all 0.5s ease;
}
#comicsList li a:hover img {
	transform:translateY(-10px);
}
#goodsHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
#goodsHead h2 {
	background: url(../images/goods_h2.png) no-repeat center center;
	height: 16px;
	width: 73px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
#goodsNav {
	margin: auto;
	height: 40px;
	padding-top: 30px;
	display:table;
}
#goodsNav li {
	display:table-cell;
	width:130px;
	height:40px;
	padding:0 4px;
}
#goodsNav li a {
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	border-radius:20px;
	transition:all 0.3s ease;
	position:relative;
}
#goodsNav li a.active:after {
	content:'';
	position:absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 10.4px 6px 0 6px;
border-color: #ffffff transparent transparent transparent;
top:40px;
left:50%;
margin-left:-6px;
}
#goodsNav li a:not(.active):hover {
	transform:scale(1.08);
}
#gn1 a {
	background-image:url(../images/goods_nav1.png);
}
#gn2 a {
	background-image:url(../images/goods_nav2.png);
}
#gn3 a {
	background-image:url(../images/goods_nav3.png);
}
#gn4 a {
	background-image:url(../images/goods_nav4.png);
}
.goodsInWrap {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color:#FFF;
}
.goodsInWrap h3 {
	font-size: 20px;
	font-weight: 500;
	color: rgba(255,255,255,1);
}
.goodsInWrap h3 span {
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.goodsInWrap a {
	color: #fff
}
.salesDate {
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	font-weight:500;
}
.imgBoxes {
	padding-top: 15px;
	padding-bottom: 15px;
}
.goodsInText {
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
}
.pagingBox {
	height: 50px;
	text-align: center;
	padding-bottom: 60px;
}
.pagingBox a,
.pagingBox > span {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	border: 1px solid #F095B2;
	border-radius:50%;
}
.pagingBox strong {
	transform:skewX(-10deg);
	font-weight:normal;
	display:block;
	width:28px;
	height:28px;
	text-align:center;
	line-height:26px;
}
.pagingBox a {
	background-color: #FFF;
	transition: all 0.5s ease;
	color: #F095B2;
	text-decoration: none;
}
.pagingBox a span {
	position: relative;
	z-index: 5;
}
.pagingBox a:before {
	content: '';
	position: absolute;
	top: 50%;
	left:50%;
	background-color: #F095B2;
	opacity: 0;
	width: 0;
	transition: all .6s ease;
	transform: translate(-50%,-50%);
	border-radius:50%;
	height:0;
}
.pagingBox a:hover:before {
	width:150%;
	height:150%;
	opacity:0.7;

}
.pagingBox a:hover {
	color:#FFF;
}
.pagingBox > span { background-color: #F095B2; color:#FFF; }
#bttop {
	width:93px;
	height:118px;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-59px;
}
#bttop a {
	position:relative;
	display:block;
	height:118px;
	background-image:url(../images/header_bttop.png);
	transform:translateX(-5px) rotate(0deg);
	transition:all 0.3s ease;
}
#bttop a:hover {
	transform:translateX(0px) rotate(5deg);
}
#mvNav {
	height: 110px;
/*	width: 600px;
*/	position: absolute;
	left: 286px;
	top: 0px;
	z-index: 5000;
	background-color:#FFF;
}
#mvNav li {
	float: left;
	height: 55px;
	width: 175px;
}
#mvNav li:nth-child(2n+1) { clear:both; }
#mvNav li a {
	display: block;
	height: 55px;
	width: 175px;
	transition:all 0.3s ease
}
#v1 a{
	background:url(../images/vs_thumb01.jpg) no-repeat center center / cover;
}
#v2 a{
	background:url(../images/vs_thumb02.jpg) no-repeat center center / cover;
}
#v3 a{
	background:url(../images/vs_thumb03.jpg) no-repeat center center / cover;
}
#v4 a{
	background:url(../images/vs_thumb04.jpg) no-repeat center center / cover;
}
#v5 a{
	background:url(../images/vs_thumb05.jpg) no-repeat center center / cover;
}
#mvNav li a:hover {
	opacity:0.7;
}
#movie {
	background:rgba(240,149,178,1);
}
#movieIn {
	position: relative;
	padding: 60px 0;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#movieConts {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#movieList li {
	height: 340px;
	width: 440px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#movieList li .movModal {
	display: block;
	height: 247px;
	width: 440px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#movieList li .movModal:before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	border-radius:50%;
	margin-left:-20px;
	margin-top:-20px;
	background-color:rgba(240,149,178,0.8);
	transition:all 0.3s ease;
}
#movieList li .movModal:after {
	content:'';
	position:absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 17.3px;
border-color: transparent transparent transparent #ffffff;
left:50%;
top:50%;
margin-top:-10px;
margin-left:-7px;
transition:all 0.3s ease;
}
#movieList li .movModal:hover:before,
#movieList li .movModal:hover:after {
	transform:scale(1.1);
}
#movieList li p {
	padding-top:20px;
	color:#FFF;
}
#movie h2 {
	width:72px;
	height:15px;
	background-image:url(../images/movie_h2.png);
	margin-bottom:55px;
}
#characterHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
#characterHead h2 {
	background: url(../images/character_h2.png) no-repeat center center;
	height: 16px;
	width: 104px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
#characterIn {
	position: relative;
    padding: 110px 0 40px;
    min-height: 100%;
    min-width: 900px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#characterBox {
	width: 808px;
	margin: auto;
	z-index: 10;
}
#characterBox li {
	padding: 10px;
	height: 182px;
	width: 182px;
	float: left;
}
#characterBox li:nth-child(4n+1){
	clear: both;
}
#characterBox li a {
	display:block;
	height:182px;
}
#characterBox li a img {
	transition:all 0.5s ease;
}
#characterBox li a:hover img {
	transform:translateY(-10px);
}
.characters {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:286px;
	display:none;
	z-index:600;
	background:#fff;
}
.characters .characters_close {
	position:absolute;
	top:35px;
	right:35px;
}
.character_text h3 { padding-bottom: 29px; }
.character_text p {
	line-height: 36px;
	color: #000;
}
.c0 {
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	display: none;
}
.c0 img {
	display:block;
}
#c1 {
    height: 450px;
    width: 840px;
    margin-top: -225px;
    margin-left: -470px;
    padding-top: 10px;
    padding-left: 83px;
}
#c1 .character_text {
	position: absolute;
	width: 322px;
	top: 163px;
	right: 0px;
}
#c2 {
    height: 450px;
    width: 840px;
    margin-top: -225px;
    margin-left: -470px;
    padding-top: 10px;
    padding-left: 83px;
}
#c2 .character_text {
	position: absolute;
	width: 326px;
	top: 169px;
	right: 0px;
}
#c3 {
	height: 452px;
	width: 782px;
	margin-top: -226px;
	margin-left: -391px;
	padding-top:16px;
	padding-left:43px;
}
#c3 .character_text {
	position: absolute;
	width: 295px;
	top: 166px;
	right: 40px;
}
#c4 {
	height: 476px;
	width: 758px;
	margin-top: -238px;
	margin-left: -379px;
	padding-top:10px;
	padding-left:12px;
}
#c4 .character_text {
	position: absolute;
	width:301px;
	top: 178px;
	right: 40px;
}
#c5 {
	height: 485px;
	width: 770px;
	margin-top: -242px;
	margin-left: -385px;
	padding-top:14px;
	padding-left:19px;
}
#c5 .character_text {
	position: absolute;
	width:301px;
	top: 178px;
	right: 40px;
}
#c6 {
	height: 472px;
	width: 754px;
	margin-top: -236px;
	margin-left: -377px;
	padding-top:3px;
	padding-left:10px;
}
#c6 .character_text {
	position: absolute;
	width:280px;
	top: 174px;
	right: 40px;
}
#c7 {
	height: 474px;
	width: 838px;
	margin-top: -237px;
	margin-left: -419px;
	padding-top:1px;
	padding-left:10px;
}
#c7 .character_text {
	position: absolute;
	width:337px;
	top: 175px;
	right: 40px;
}
#c8 {
	height: 484px;
	width: 778px;
	margin-top: -242px;
	margin-left: -389px;
	padding-top:12px;
	padding-left:5px;
}
#c8 .character_text {
	position: absolute;
	width:282px;
	top: 180px;
	right: 40px;
}
#c9 {
	height: 468px;
	width: 886px;
	margin-top: -234px;
	margin-left: -443px;
	padding-top:0px;
	padding-left:7px;
}
#c9 .character_text {
	position: absolute;
	width:281px;
	top: 167px;
	right: 40px;
}
#c10 {
	height: 484px;
	width: 778px;
	margin-top: -242px;
	margin-left: -389px;
	padding-top:12px;
	padding-left:5px;
}
#c10 .character_text {
	position: absolute;
	width:282px;
	top: 180px;
	right: 40px;
}
#c11 {
	height: 484px;
	width: 778px;
	margin-top: -242px;
	margin-left: -465px;
	padding-top:12px;
	padding-left:5px;
}
#c11 .character_text {
	position: absolute;
	width:282px;
	top: 180px;
	right: -56px;
}
#c99 {
	height: 490px;
	width: 892px;
	margin-top: -245px;
	margin-left: -446px;
	padding-top:0px;
	padding-left:18px;
}
#c99 .character_text {
	position: absolute;
	width:350px;
	top: 182px;
	right: 40px;
}
#storyIn {
	position: relative;
	padding: 110px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	background: rgba(240,149,178,1);
	box-sizing: border-box;
}
#storyHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
.intro h2 {
	background: url(../images/intro_h2.png) no-repeat center center;
	height: 16px;
	width: 152px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
#storyNav {
	margin: 0px auto;
	height: 40px;
	padding-top: 30px;
	display:table;
}
#storyNav li {
	display:table-cell;
	width:190px;
	height:40px;
	padding:0 10px;
}
#storyNav li a {
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	border-radius:20px;
	transition:all 0.3s ease;
	position:relative;
}
#storyNav li a.active:after {
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	top:40px;
	left:50%;
	margin-left:-6px;
}
#storyNav li a:not(.active):hover {
	transform:scale(1.08);
}
#storyNav li.cs {
	pointer-events: none;
}
#storyNav li.cs a:before {
	content: "";
	width: 53px;
	height: 34px;
	background: url(../images/coming_soon.png) center center no-repeat;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	pointer-events: none;
}
#sn1 a {
	background-image:url(../images/story_nav1.png);
}
#sn2 a {
	background-image:url(../images/story_nav2.png);
}.introGroup {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color:#FFF;
	padding-bottom: 30px;
}
.introGroup h3 {
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: rgba(255,255,255,1);
	text-align: center;
}
#intro_img {
	width: 452px;
	height: 315px;
	margin: auto;
	padding: 25px 0;
}
.introGroup p {
	font-size: 16px;
    line-height: 39px;
    font-weight: 400;
}
#storyIn {
	position: relative;
	padding: 110px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	background: rgba(240,149,178,1);
}
#storyHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
.story h2 {
	background: url(../images/story_h2.png) no-repeat center center;
	height: 16px;
	width: 88px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
#storyNav {
	margin: 0px auto;
	height: 40px;
	padding-top: 30px;
	display:table;
}
#storyNav li {
	display:table-cell;
	width:190px;
	height:40px;
	padding:0 10px;
}
#storyNav li a {
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	border-radius:20px;
	transition:all 0.3s ease;
	position:relative;
}
#storyNav li a.active:after {
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	top:40px;
	left:50%;
	margin-left:-6px;
}
#storyNav li a:not(.active):hover {
	transform:scale(1.08);
}
#storyNav li.cs {
	pointer-events: none;
}
#storyNav li.cs a:before {
	content: "";
	width: 53px;
	height: 34px;
	background: url(../images/coming_soon.png) center center no-repeat;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	pointer-events: none;
}
#sn1 a {
	background-image:url(../images/story_nav1.png);
}
#sn2 a {
	background-image:url(../images/story_nav2.png);
}.introGroup {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color:#FFF;
	padding-bottom: 30px;
}
.introGroup h3 {
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: rgba(255,255,255,1);
	text-align: center;
}
#intro_img {
	width: 452px;
	height: 315px;
	margin: auto;
	padding: 25px 0;
}
.introGroup p {
	font-size: 16px;
    line-height: 39px;
    font-weight: 400;
}

#onairHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
#onairHead h2 {
	background: url(../images/onair_h2.png) no-repeat center center;
	height: 16px;
	width: 88px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
#onairIn {
	position: relative;
    padding: 140px 0 40px;
    min-height: 100%;
    min-width: 900px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#onairCont {
	width: 793px;
    margin: 0 auto;
}
#onairCont article {
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 40px;
}

#onairCont article:before {
	content: "";
	border: dashed 1px rgba(240,149,178,1);
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	pointer-events: none;
}
#onairCont article h3 {
	width: 175px;
	height: 42px;
	background: rgba(240,149,178,1) url(../images/onair/onair_h3.png) center center no-repeat;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -87.5px;
}
#onairCont .onairInfo02 h3 {
	background: rgba(240,149,178,1) url(../images/onair/ondemand_h3.png) center center no-repeat;
}
#onairCont .infoBox {
 	width: 650px;
 	margin: auto;
 	padding-top: 70px;
 	color: rgba(240,149,178,1);
 	padding-bottom: 30px;
}
.infoBox.ondemand {
	width: 655px !important;
}
#onairCont .infoBox strong {
	font-size: 28px;
	font-weight: bold;
	line-height: 43px;
	display: block;
	text-align: center;
	padding: 5px 0;
}
#onairCont .oaList {
	width: 630px;
	margin: auto;
	padding-top: 10px;
}
#onairCont .oaList li:nth-child(7) {
	position: relative;
	margin-bottom: 20px;
}
#onairCont .oaList li:nth-child(7):before {
	content: "（※リピート放送あり）";
	width: 170px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	position: absolute;
	bottom: -13px;
    right: 23px;
}
#onairCont .oaList li p {
	float: left;
	font-size: 20px;
	line-height: 42px;
}
#onairCont .oaList li p:nth-child(1) {
	width: 200px;
}
#onairCont .oaList li p:nth-child(2) {
	width: 200px;
}
#onairCont .oaList li p:nth-child(3) {
	width: 180px;
}

#s_cNav {
	margin: auto;
	height: 40px;
	padding-top: 30px;
	display:table;
}
#s_cNav li {
	display:table-cell;
	width:190px;
	height:40px;
	padding:0 5px;
}
#s_cNav li a {
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	border-radius:20px;
	transition:all 0.3s ease;
	position:relative;
}
#s_cNav li a.active:after {
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	top:40px;
	left:50%;
	margin-left:-6px;
}
#s_cNav li a:not(.active):hover {
	transform:scale(1.08);
}
#s_cn1 a {
	background-image:url(../images/s_c_nav1.png);
}
#s_cn2 a {
	background-image:url(../images/s_c_nav2.png);
}
/*#staffHead {
	background: rgba(240,149,178,1);
    position: absolute;
    height: 100px;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 500;
}
#staffHead h2 {
	background: url(../images/staff_h2.png) no-repeat center center;
    height: 16px;
    width: 72px;
    margin-top: -6px;
    position: absolute;
    left: 44px;
    top: 50%;
}*/
#staffcastHead {
	background: rgba(240,149,178,1);
    position: absolute;
    height: 100px;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 500;
}
#staffcastHead h2 {
	background: url(../images/staffcast_h2.png) no-repeat center center;
    height: 16px;
    width: 149px;
    margin-top: -6px;
    position: absolute;
    left: 44px;
    top: 50%;
}
#staffWrap {
	padding-left: 23px;
	height: 460px;
}
#staffWrap h2,  #castWrap h2{
	margin-bottom: 18px;
}
#staffWrap li {
	float: left;
	margin: 18px 0;
}
#staffWrap li:nth-child(3),
#staffWrap li:nth-child(4) { margin-left: 60px; }
#staffWrap li:nth-child(6),
#staffWrap li:nth-child(8),
#staffWrap li:nth-child(9) { margin-left: 50px; }
#staffWrap li:nth-child(5) { clear: both; }

/*#castHead {
	background: rgba(240,149,178,1);
    position: absolute;
    height: 100px;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 500;
}
#castHead h2 {
	background: url(../images/cast_h2.png) no-repeat center center;
    height: 16px;
    width: 72px;
    margin-top: -6px;
    position: absolute;
    left: 44px;
    top: 50%;
}*/
#castWrap {
	margin-top: 50px;
	padding-left: 26px;
	height: 350px;
}
#castWrap li {
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 50px;
}
#castWrap li:nth-child(1),
#castWrap li:nth-child(3),
#castWrap li:nth-child(8) {
	margin-left: 0;
}
#castWrap li:nth-child(3),
#castWrap li:nth-child(8),
#castWrap li:nth-child(13) {
	clear: both;
}
#castWrap li:nth-child(6) {
	margin-left: 69px;
}
#castWrap li:nth-child(10) {
	margin-left: 61px;
}
#castWrap li:nth-child(12) {
	margin-left: 69px;
}

#navWrap {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	transition: all 0.5s cubic-bezier(0.68, 0.06, 0.36, 1);
	z-index: 99999;
}
#navWrap.active {
	right: 0;
}
#navWrapIn {
	padding-left:286px;
	height: 100%;
	width: 100%;
}
nav {
	background: rgba(240,149,178,1);
	height: 100%;
	width: 515px;
	float: left;
	position: relative;
}
#nav_list {
	width: 200px;
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
}
#nav_list li {
	height: 20px;
	padding: 17px 0;
}
#nav_list li a {
	display: block;
	height: 20px;
	position: relative;
}
#nav_list li a span {
    position: absolute;
    left: 0;
    top: 27px;
    width: 0px;
    height: 1px;
    background-color: #FFF;
    transition: all 0.3s ease;
    text-indent: -8498px;
}
#nav_list li a:not(.soon):hover span, #nav_list li a.active span {
    width: 100%;
}
#n01 { width: 78px; }
#n02 { width: 98px; }
#n03 { width: 119px; }
#n04 { width: 181px; }
#n05 { width: 80px; }
#n06 { width: 78px; }
#n07 { width: 80px; }
#n08 { width: 99px; }
#n09 { width: 57px; }
#n99 { width: 128px; }
#n00 { width: 53px; }
#n01 a { background: url(../../1st/images/nav01.png) left center no-repeat; }
#n02 a { background: url(../../1st/images/nav02.png) left center no-repeat; } 
#n03 a { background: url(../../1st/images/nav03.png) left center no-repeat; } 
#n04 a { background: url(../images/nav/nav04.png) left center no-repeat; } 
#n05 a { background: url(../../1st/images/nav05.png) left center no-repeat; } 
#n06 a { background: url(../../1st/images/nav06.png) left center no-repeat; } 
#n07 a { background: url(../../1st/images/nav07.png) left center no-repeat; } 
#n08 a { background: url(../../1st/images/nav08.png) left center no-repeat; } 
#n09 a { background: url(../images/nav/nav09.png) left center no-repeat; } 
#n99 a { background: url(../../1st/images/nav99.png) left center no-repeat; } 
#n00 a { background: url(../../1st/images/nav00.png) left center no-repeat; } 
#menu_vs {
	width: 	calc(100% - 801px);
	height: 100%;
	float: left;
	background: #fff;
	position: relative;
}
#menu_vs li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#menu_vs .mv1 {
	background: url(../images/nav/menu_vs05.jpg) no-repeat center top / cover;
}
#menu_vs .mv2 {
	background: url(../images/nav/menu_vs04.jpg) no-repeat center center / cover;
}
#menu_vs .mv3 {
	background: url(../images/nav/menu_vs03.jpg) no-repeat center center / cover;
}
#menu_vs .mv4 {
	background: url(../images/nav/menu_vs02.jpg) no-repeat center center / cover;
}
#menu_vs .mv5 {
	background: url(../images/nav/menu_vs01.jpg) no-repeat  center center/ cover;
}
.changeVs {
	opacity: 0;
	transition: all 1.5s ease;
	background-color: #FFF;
}
.changeVs.active {
	opacity: 1;
}

#menu {
	width: 100px;
	height: 100px;
	background: url(../images/nav/menu_flame.png) center center no-repeat;
	position: absolute;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}
#menu_icon01 {
	width: 100px;
	height: 100px;
	background: url(../images/nav/menu_icon01.png) center center no-repeat;
	position: absolute;
	top: 18px;
	left: 20px;
	z-index: 10;
	opacity: 0;
	transition: all 1.5s ease;
}
#menu_icon01.active {
	opacity: 1;
}
#menu_icon02 {
	width: 100px;
	height: 100px;
	background: url(../images/nav/menu_icon02.png) center center no-repeat;
	position: absolute;
	top: 18px;
	left: 20px;
	z-index: 10;
	opacity: 0;
	transition: all 1.5s ease;
}
#menu_icon02.active {
	opacity: 1;
}
#menu p {
	width: 70px;
	height: 15px;
	background: url(../images/nav/menu.png) center center no-repeat;
	position: absolute;
	bottom: -20px;
	left: -5px;
}
#menu p.active {
	background: url(../images/nav/menu_close.png) center center no-repeat;
}
#triggerBox{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    z-index: 99999;
	background: url(../images/common/trigger_bg.png) no-repeat;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
    width: 100px;
    height: 100px;
}
.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 3px;
  margin-left: -11px;
  border-radius: 30px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  bottom: 26px;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  bottom: 42px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: 2px;
}
#character {
	background: #F095B2;
}
.onairInfo01 small {
	display: block;
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}
.ondemandList {
	padding: 40px 0 60px;
}
.ondemandList li {
	height: 50px;
	width: 550px;
	margin: auto;
}
.ondemandList li:first-child {
	background: #f095b2;
	color: #fff;
	border: none;
}
.ondemandList li .lol,
.ondemandList li .rol {
	width: 50%;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 300;
}
.ondemandList li .lol {
	border-left: 1px solid #f095b2;
	border-right: 1px solid #f095b2;
	border-bottom: 1px solid #f095b2;
}
.ondemandList li .rol {
	border-right: 1px solid #f095b2;
	border-bottom: 1px solid #f095b2;
}
.ondemandList li a {
	display: block;
	text-decoration: underline;
	color: #f095b2;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.ondemandList li a:hover { text-decoration: none; }
.ondemandCaution { padding-top: 10px; }
.ondemandCaution small {
	display: block;
	padding-top: 10px;
	padding-left: 60px;
	font-size: 14px;
}

#specialHead {
	background: rgba(240,149,178,1);
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 500;
}
#specialHead h2 {
	background: url(../images/special_h2.png) no-repeat center center;
	height: 14px;
	width: 88px;
	margin-top: -6px;
	position: absolute;
	left: 44px;
	top: 50%;
}
#specialIn {
	position: relative;
    padding: 110px 0 40px;
    min-height: 100%;
    min-width: 900px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(240,149,178,1);
}
#specialCont {
    width: 765px;
    margin: 0 auto;
}
#specialList {
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#specialList li {
    padding: 0px 5px 30px;
    width: 244px;
}
#specialList li a {
	display: block;
	padding-bottom: 10px
}
#specialList li a img {
    transition: all 0.5s ease;
}
#specialList li a img:hover {
	transform: translateY(-10px);
}
.spText {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#bnr_special {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 200px;
	left: 330px;
		border-radius: 50%;
}
#bnr_special a {
	display: block;
	height: 200px;
	transition: all 0.3s ease;

}
#bnr_special a:hover { opacity: 0.8; }

#bddvdCont {
	width: 770px;
	margin: auto;
}
#bddvdList {
	display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#bddvdList li {
	padding: 0px 5px 20px;
	height: 244px;
	width: 244px;
}
#bddvdList li a { display: block; }
#bddvdList li a img {
	transition:all 0.5s ease;
}
#bddvdList li a:hover img {
	transform:translateY(-10px);
}
#bddvdGroup {
	width: 680px;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
}
.imgBoxesCenter {
	text-align: center;
	margin: 30px 0 50px;
	background: #fff;
}
.bddvdText p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 15px;
}
.bddvdText strong {
	display: block;
	font-size: 17px;
	line-height: 36px;
}
.bddvdText small {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px !important;
	display: block;
	padding-top: 8px;
	padding-left: 30px;
}
.bddvdText small.single {padding-left: 15px;}
.tokuten {
	margin-top: 40px;
}
.tokuten strong {
	font-size: 18px;
	line-height: 45px;
	padding-bottom: 30px;
}
.tokuten img{
	margin-bottom: 10px; 
}
.tokuten h4 {
	font-size: 18px;
    line-height: 35px;
    font-weight: bold;
	color: #ffde00;
}
.tokuten h4 span {font-size: 22px;}
.tokuten p {
	font-size: 15px;
    line-height: 32px;
    padding-bottom: 30px;
    font-weight: 400;
}
.tokuten a { 
	font-size: 14px;
    line-height: 32px;
	text-decoration: underline;
	color: #fff;
}

.tokuten a:hover { 
	text-decoration: none;
	opacity: .7;
}
.tokuten small {
	font-size: 15px;
    font-weight: 400;
    line-height: 25px !important;
    display: block;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bddvd .goodsInWrap h3 {
	padding-bottom: 20px;
}
#musicNav {
	margin: 0px auto;
	height: 40px;
	padding-bottom: 30px;
	display:table;
}
#musicNav li {
	display:table-cell;
	width:140px;
	height:40px;
	padding:0 10px;
}
#musicNav li a {
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	border-radius:20px;
	transition:all 0.3s ease;
	position:relative;
}
#musicNav li a.active:after {
	content:'';
	position:absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 10.4px 6px 0 6px;
border-color: #ffffff transparent transparent transparent;
top:40px;
left:50%;
margin-left:-6px;
}
#musicNav li a:not(.active):hover {
	transform:scale(1.08);
}
#mn1 a {
	background-image:url(../images/music_nav3.png);
	width: 190px;
}
#mn2 a {
	background-image:url(../images/music_nav2.png);
}
#mn3 a {
	background-image:url(../images/music_nav1.png);
}
#storyList li {
	padding: 0px 4px 18px;
	float: left;
	height: 182px;
	width: 182px;
}
#storyList li a img {
	transition:all 0.5s ease;
}
#storyList li a:hover img {
	transform:translateY(-10px);
}
.storyInWrap {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color:#FFF;
}
.storyInWrap h3 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(255,255,255,1);
	margin-bottom: 20px;
}
.storyInWrap h3 span {
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.storyInWrap a {
	color: #fff
}
.subTitle {
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	font-weight:500;
	margin-top: 15px;
}
.imgBoxesEnd {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 60px;
}
#goodsminiIn {
	position: relative;
	padding: 110px 0 40px;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
}
#goodsList {
	display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#goodsList li {
	padding: 18px 4px;
	height: auto;
	width: 182px; 
}
#goodsList li span {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	padding: 10px 0;
}
#goodsList li a { 
	display: block;
	text-decoration: none;
}
#goodsList li a img {
	transition:all 0.5s ease;
}
#goodsList li a:hover img {
	transform:translateY(-10px);
}
.goodsText p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 15px;
}
.goodsText strong {
	display: block;
	font-size: 17px;
	line-height: 36px;
}
.goodsText small {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px !important;
	display: block;
	padding-top: 8px;
	padding-left: 30px;
}
.goodsText small.single {padding-left: 15px;}
.if_form {
	text-align:center;
}