@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Questrial|Ubuntu+Condensed&display=swap');
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
a { color: #000; }
a:hover { text-decoration: none; }
.jo { font-family: 'Jost', 'Questrial', sans-serif; }
.sp { display: none; }
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes poyooon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.2) translate(0%, -50%); }
  75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
#fullWrap {
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

#l_side, #r_side {
	width: 215px;
	min-height: 620px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
}
#l_side { 
	left: 0;
	padding-left: 30px;
	box-sizing: border-box;
	z-index: 500;
	
}
#r_side { right: 0; }
@keyframes mvXfade {
	0%,40%,100% {
		opacity:1;
	}
	50%,90% {
		opacity:0;
	}

}
#mv {
	position: absolute;
	left: 215px;
	right: 215px;
	top: 0;
	bottom:0;
	background:url(../images/nmv2.jpg) no-repeat center center / cover;
}
#mv2 {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	opacity:1;
	background:url(../images/nmv1.jpg) no-repeat center center / cover;
}
#mv2.ani {
	animation:mvXfade 10s linear infinite;
}
/*#mv ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#mv li {
	position: absolute;
	top: 0;
	bottom: 0;
}
*/
#mv_catch {
	position: absolute;
	left: 42px;
	top: 36px;
	background: url(../images/ncatch.png) no-repeat left top / contain;
	width:13.12%;
	height:21%;
	z-index: 10;
}

.cpT {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 10;
	width: 400px;
}
.cpT a:hover {
	opacity: 0.7;
}

#mv_l {
	left: 0;
	right: 50%;
	background: url(../images/mv_l.jpg) no-repeat center / 100% auto;
}
#mv_r {
	right: 0;
	left: 50%;
	background: url(../images/mv_r.jpg) no-repeat center / 100% auto;
}
#menuBtn {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 30px;
	top: 20%;
	transform: translateY(-50%);
}
#menuBtn a {
	display: block;
	height: 60px;
	text-decoration: none;
	position: relative;
}
#menuBtn a:before, #menuBtn a:after{
	content: "";
	width: 52px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	transition: all 0.3s ease;
}
#menuBtn a:before { bottom: 32px; }
#menuBtn a:after { top: 32px; }
#menuBtn a.on:before{
	transform: rotate(195deg);
	bottom: 29px;
}
#menuBtn a.on:after{
	transform: rotate(-195deg);
	top: 29px;
}
#menuBtn a p {
	width: 52px;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
}
#nav_list {
	/*height: 180px;*/
	width: 180px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	left: 30px;
	bottom: 120px;
}
#nav_list li a {
	display: block;
	text-decoration: none;
}
#nav_list li a span {
	font-family: 'Jost', 'Questrial', sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
	position: relative;
}
#nav_list li a span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #000;
	transition: all .3s ease;
}
#nav_list li a:hover span:before,
#nav_list li a.active span:before {
	width: 100%;
}
#officialSns {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 35px;
	left: 30px;
}
#officialSns li {
	width: 75px;
	margin-right: 10px;
}
#officialSns li a {
	display: block;
	width: 75px;
	text-decoration: none;
	position: relative;
}
#officialSns li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: all .3s ease;
}
#officialSns li a:hover:before {width: 100%;}
#officialSns li a span {
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	padding-right: 5px;
	position: relative;
}
#officialSns li a i {
	font-size: 17px;
}
.fa-instagram:before {
    content: "\f16d";
}
.fa.fa-instagram {
    display: inline-block;
    background: url(../images/icon_insta.png) no-repeat center center / contain;
    color: transparent;
}
.fa-twitter:before {
    content: "\f099";
    color: #00ACEE !important;
}
.fa-facebook:before {
    content: "\f09a";
    color: #1877F2 !important;
}
#share {
	position: absolute;
	z-index: 750;
	height: 30px;
	left: 25px;
	bottom: 80px;
	width: 60px;
	display: flex;
}
#share li {
	width: 30px;
	height: 30px;
}
#share li a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	transition: all 0.3s ease;
}
#share li a:hover { animation: poyooon 0.9s linear 0s 1; }

#portal_link {
	width: 80px;
	height: 55px;
	position: absolute;
	top: 35px;
	left: 30px;
	display: none;
}
#portal_link a {
	display: block;
	height: 55px;
	background: url(../images/portal_link.png) no-repeat center;
	transition: all .3s ease;
}
#portal_link a:hover { animation: poyooon 0.9s linear 0s 1; }

#r_logo {
	width: 143px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#r_logo a {
	display: block;
	width: 143px;
	height: 42px;
	background: url(../images/logo_s.png) no-repeat center;
	transition: all .3s ease;
}
#r_logo a:hover { transform: scale(1.2); }

#startDate {
	width: 125px;
	height: 46px;
	background: url(../images/startDate.png) no-repeat center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 75px;
}
#notice {
	width: 150px;
	height: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
}
#notice a:hover {
	opacity: 0.6;
}
.copyright {
	width: 215px;
	font-size: 9px;
	letter-spacing: 0em;
	text-align: center;
	color: #cbcbcb;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
#navWrap {
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #fff url(../images/logo_l.png) no-repeat center;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#navWrap.on {
	width: 100%;
}
#portalMenu {
	position: absolute;
	height: 40px;
	right: 35px;
	bottom: 30px;
	display: flex;
	justify-content: center;
	font-style: italic;
	z-index: 800;
	opacity: 0;
	transition-delay: 0s;
	transition: all 0.8s ease;
	transform-origin: right bottom;
}
#navWrap.on  #portalMenu {
	transition-delay: 0.8s;
	opacity: 1;
}
#portalMenu dt {
	line-height: 40px;
	text-decoration: underline;
	padding: 0 10px;
}
#portalMenu dd a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	transition: all 0.3s ease;
}
#portalMenu dd a span {
	font-weight: 500;
    font-size: 14px;
    font-style: italic;
    line-height: 40px;
    position: relative;
}
#portalMenu dd a span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: all .3s ease;
}
#portalMenu dd a span:hover:before {width: 100%;}
#toMenu {
	position: absolute;
	width: 128px;
	top: calc(50% - 45px);
	right: 35px;
	z-index: 800;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-delay: 0s;
	transform: scale(0,0) translateY(-50%);
	transform-origin: right top;
}
#navWrap.on #toMenu {
	transition-delay: 0.5s;
	transform: scale(1,1) translateY(-50%);
	opacity: 1;
}
#toMenu li {
	height: 86px;
	margin-bottom: 14px;
}
#toMenu li a {
	display: block;
	height: 86px;
	transition: all 0.3s ease;
}
#toMenu li a:hover { transform: scale(1.1); }
#toMovie a { background: url(../images/to_movie.png) no-repeat right center / contain; }
#toSecond a { background: url(../images/to_second.png) no-repeat right center / contain; }
#toHeyacamp a { background: url(../images/to_heyacamp.png) no-repeat right center / contain; }
#toFirst a { background: url(../images/to_first.png) no-repeat right center / contain; }
#toPortal a { background: url(../images/to_portal.png) no-repeat right center / contain; }

#subCont {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 215px;
	right: 215px;
	overflow: auto;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#subContIn {
	min-height: 620px;
	padding: 60px 0;
	box-sizing: border-box; 
	width: 670px;
	margin: auto;
}
::-webkit-scrollbar {
	width: 10px;
	height:10px;
}
#subCont::-webkit-scrollbar-track {
	background: rgba(255,255,255,.7);
	border-radius:0px
}
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.2);
	border-radius: 0px;
	box-shadow: rgba(95,185,205,1);
}
.staffcast #subCont { background: #f18e43; }
.movie #subCont { background: #f18e43; }
.onair #subCont { background:#ff6a6a; }

#movie { padding-bottom: 50px; }

.sclist li {
	font-size: 20px;
	line-height: 24px;
	font-weight: 550;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 8px 0;
	box-sizing: border-box;
}
.sclist li span { font-size: 16px; }
.sclist li small { font-size: 14px; }
#cast  ul {
	display: flex;
	flex-wrap: wrap;
}
#cast li {
	width: calc(100% / 3);
	padding-top: 60px;
	font-size: 24px;
	line-height: 40px;
}
#cast li span { display: block; }

#tLoading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height: 620px;
	z-index: 99999;
	background: #fff;
}
#tLoading p {
	width: 300px;
	height: 84px;
	background: url(../images/logo_l.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
#subPageTtl {
	width: 215px;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	line-height: 27px;
	letter-spacing: 0.3em;
	position: absolute;
	top: 65px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	z-index: 100;
}
/*-----------------------------------------------
New Css
-------------------------------------------------*/
/* Introduction */
.introduction #subCont { background: #64c3d5; }
.cpy #subCont { background: #64c3d5; }

.introCatch{
	color: #fff;
	font-size: 27px;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	text-align: center;
}
.introText{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 30px;
}
.introCatch .fontSmall{
	font-size: 20px;
}
.introCatch .fontSpace {
    letter-spacing: -0.12em;
    margin: 0 5px 0 3px;
}
/* Story */
.story #subCont,.gallery #subCont,.episodes #subCont { background: #7b99cb; }
.special #subCont { background: #fd6868; }

.storyCatch{
	color: #fff;
	font-size: 24px;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
}
.storyText{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 30px;
}
.onairText{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 30px;
	text-align: center;
}
.onairTextC{
	color: #FF6700;
	font-weight: bold;
}

/* Character */
.character #subCont { 
	background: #f1f1f1;
    overflow: hidden;
}
#charaWrap {
	height: 100%;
	width: 100%;
}
#charaCarousel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#charaCarousel li{
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	height: 100vh;
	width: 100%;
	position: absolute;
}
.charaStage{
	height: 100%;
	width: 100%;
	position: relative;
}
.charaStage__in{
	height: 487px;
	width: 350px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.charaStage__in__bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 15px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.charaStage__in__bg.night{
	background-image: url(../images/chara_bg_1.jpg);
}
.charaStage__in__bg.day{
	background-image: url(../images/chara_bg_2.jpg);
}
.charaStage__in__link{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform .5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.charaStage__in__link:hover{
	transform: rotate(10deg);
}
.charaStage__in__img{
	position: absolute;
	height: 487px;
	width: 350px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale(0);
	opacity: 0;
	transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6),
				opacity .8s ease;
}
#charaWrap .owl-item.active .charaStage__in__img{
	opacity: 1;
	transform: scale(1);
}
.charaStage__in__face1{
	height: 169px;
	width: 169px;
    position: absolute;
    top: -50px;
    left: -153px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,80px);
    transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6),
				opacity 1.6s ease;
}
#charaWrap .owl-item.active .charaStage__in__face1,
#charaWrap .owl-item.active .charaStage__in__face2,
#charaWrap .owl-item.active .charaStage__in__face3{
	transform: translate(0);
	opacity: 1;
}
.charaStage__in__face2{
	height: 174px;
	width: 174px;
	position: absolute;
    right: -161px;
    bottom: -23px;
    z-index: 0;
    opacity: 0;
    transform: translate(-80px,-80px);
    transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6),
				opacity 1.6s ease;
}
.charaStage__in__face3{
	height: 140px;
	width: 140px;
	position: absolute;
    bottom: -50px;
    left: -196px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,-80px);
    transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6),
				opacity 1.6s ease;
}
.charaStage__in__nameJp{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: -82px;
    transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 3;
}
.charaStage__in__nameJp span{
	display: block;
	font-size: 12px;
}
.charaStage__in__nameEn{
	color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    position: absolute;
    bottom: 106px;
    left: -98px;
    z-index: 3;
}
#charaWrap .owl-carousel .owl-stage-outer{
	height: 100%;
}
.charaLink__lists{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 40px;
	right: 35px;
	width: 20%;
	z-index: 2;
}
.charaLink__item{
	border-radius: 50%;
	height: 48px;
	width: 48px;
	margin: 0 5px 10px;
	overflow: hidden;
}
.charaLink__item a{
	border-radius: 50%;
	background-color: #82cddb;
	display: block;
	height: 100%;
	width: 100%;
	transition: background-color .3s ease;
	overflow: hidden;
}
.charaLink__item a:hover,
.charaLink__item a.active{
	background-color: #f18e43;
}
.charaLink__item a img{
	border-radius: 50%;
	transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.charaLink__item a:hover img{
	transform: rotate(-360deg);
}
.charaPager{
	height: 25px;
	width: 100%;
	margin: auto;
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.charaPager__next{
	height: 25px;
	width: 27px;
	pointer-events: auto;
	position: absolute;
	top: 0;
	right: 40px;
}
.charaPager__next a{
	background: url(../images/chara_next.png) no-repeat 0 0 / 100%;
	display: block;
	height: 100%;
	width: 100%;
	transition: transform .3s ease;
}
.charaPager__next a:hover{
	transform: translateX(8px);
}
.charaPager__prev{
	height: 25px;
	width: 27px;
	pointer-events: auto;
	position: absolute;
	top: 0;
	left: 40px;
}
.charaPager__prev a{
	background: url(../images/chara_prev.png) no-repeat 0 0 / 100%;
	display: block;
	height: 100%;
	width: 100%;
	transition: transform .3s ease;
}
.charaPager__prev a:hover{
	transform: translateX(-8px);
}
.charaStage__detailIn {
    height: 620px;
    width: 770px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.charaStage__detailIn__img{
	position: absolute;
    height: 487px;
    width: 350px;
    margin: 40px auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.charaStage__detailIn__nameJp{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 3;
}
.charaStage__detailIn__nameJp span{
	display: block;
	font-size: 12px;
}
.charaStage__detailIn__nameEn{
	color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    position: absolute;
    bottom: 200px;
    left: 125px;
    z-index: 3;
}
.charaStage__detailIn__face1{
	height: 169px;
	width: 169px;
    position: absolute;
    top: 30px;
    left: 56px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,80px);
}
.charaStage__detailIn__face2{
	height: 174px;
	width: 174px;
	position: absolute;
    right: 50px;
    bottom: 110px;
    z-index: 0;
    opacity: 0;
    transform: translate(-80px,-80px);
}
.charaStage__detailIn__face3{
	height: 140px;
	width: 140px;
	position: absolute;
    bottom: -17px;
    left: 10px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,-80px);
}
.charaStage__detailIn.active .charaStage__detailIn__face1,
.charaStage__detailIn.active .charaStage__detailIn__face2,
.charaStage__detailIn.active .charaStage__detailIn__face3{
	transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6),
				opacity 1.6s ease;
	transform: translate(0);
	opacity: 1;
}
.charaStage__detailIn__text{
	color: #000;
    font-size: 14px;
    width: 530px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
/* In Modal */
.modalBox {
    position: fixed;
    overflow: auto;
    z-index: 99999;
    top: 0;
    left: 215px;
    background: #f18e43;
    width: calc(100% - 430px);
    height: 100%;
    min-height: 620px;
    min-width: 770px;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.closeBtn {
    width: 100%;
    min-width: 770px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.closeBtn a{
    display: block;
    width: 98px;
    height: 34px;
    background: url(../images/c_close.png) no-repeat center;
    position: absolute;
    top: 40px;
    right: 40px;
    pointer-events: auto;
    transition: transform .3s ease;
}
.closeBtn a:hover{
	transform: scale(1.2);
}
.oneModal {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.oneModalIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 700px;
    min-width: 700px;
    height: auto;
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100%;
    position: relative;
}
/* Comment */
.commentWrap{
	width: 700px;
	margin: 50px auto;
}
.comment__name{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.comment__text{
	color: #fff;
	font-size: 16px;
	line-height: 2.3;
}
.commentBtn{
	background: url(../images/comment_btn.png) no-repeat 0 0 / 100%;
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-left: 7px;
	transition: transform .3s ease;
}
.commentBtn:hover{
	transform: scale(1.2);
}
#movieModal {
	background: rgba(0,0,0,1);
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow: hidden;
	display: none;
}
#movieModalin {
	box-sizing: border-box;
	padding: 40px;
	position: absolute;
	min-height: 620px;
	min-width: 1200px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#movieModalin:before {
	content: '';
	border-left: 40px solid #FFF;
	border-right: 40px solid #FFF;
	position: absolute;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#movieModal:before {
	content: '';
	border-top: 40px solid #FFF;
	border-bottom: 40px solid #FFF;
	position: absolute;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
	min-width: 1200px;
}
#movieModalin iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.modalClose {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 5px;
	right: 5px;
	z-index: 5000;
}
.modalClose a {
	background: #FFF;
	display: block;
	position: relative;
	height: 50px;
	border-radius: 0 0 0 5px;
	transition: transform 0.3s ease;
}
.modalClose a:before,
.modalClose a:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: #00b7de;
	left: 5px;
	top: 50%;
	margin-top: -1px;
}
.modalClose a:before { transform: rotate(45deg); }
.modalClose a:after { transform: rotate(-45deg); }
.modalClose a:hover { transform: scale(1.15); }
#contModal {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:20000;
	background:rgba(255,255,255,0.9);
	overflow: auto;
	display: none;
}
.contModalin {
	position: absolute;
	left:0;
	top:0;
	min-width: 1200px;
	width:100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contModalinCont {
	width:900px;
	padding:100px 0;
	margin: 0 auto;
}
.contModalinCont p {
	line-height:2;
}
#contModal .modalClose {
	position: fixed;
}
.gVisual {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gVisual li {
	width: 200px;
	float: left;
	margin-right: 7px;
	margin-left: 8px;
	margin-bottom: 30px;
}
.gVisual p {
	color: #fff;
	font-size: 16px;
	padding-top: 14px;
}
.gVisual li img {
	border: 3px solid #fff;
}
.gVisual li a:hover {
	opacity: 0.6;
}

/* music */
.music #subCont, .bddvd #subCont { background: #64c3d5; }
.musicCatch{
	color: #fff;
	font-size: 27px;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	text-align: left;
}
.musicText{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 30px;
}
.musicCatch .fontSmall{
	font-size: 20px;
}
.musicCatch .fontSpace {
    letter-spacing: -0.12em;
    margin: 0 5px 0 3px;
}

.musicBorder{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 30px;
	border: 4px solid #fff;
	padding: 40px;
}


#ondemand {
	padding-top: 10px;
	font-size: 16px;
}
#ondemand h4 {
	padding-bottom: 20px;
	color: #FF6F00;
	font-size: 18px;
	font-weight: bold;
}
#ondemand table {
	width: 100%;
	margin-bottom: 45px;
}
#ondemand th,
#ondemand td {
	text-align: center;
	width: 25%;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	border: 1px solid #FFBE8C;
	background-color: #fff;
}
#ondemand th {
	background-color: #FF6F00;
	font-size: 16px;
}
#ondemand1 th { color: #fff; }
#ondemand2 th { color: #fff; }
#ondemand a:link { color: #FF6F00; }
#ondemand a:visited { color: #FF6F00; }


#episodeBoxAll {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	width: 670px;
	/*	float: left;*/
	margin: 0 auto;
	padding-top: 40px;
}

#episodeBox {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	width: 620px;
	/*	float: left;*/
	margin: 0 auto;
	padding-top: 40px;
}
#subContentin #episodeList { padding-left: 0; }
#episodeList {
	display: flex;
	flex-wrap: wrap;
}
#episodeList li {
	width: 220px;
	margin-bottom: 40px;
}
#episodeList li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#episodeList li a .thumb {
	width: 183px;
	height: 183px;
	margin: 0 auto 20px;
	transition: all 0.3s ease;
}
#episodeList li a .thumb img {
	width: 183px;
	height: 183px;
}
#episodeList li a:hover .thumb { transform: scale(1.05); }
#episodeList li a .title {
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	font-weight: 600;
	color:#fff;
}
#episodeSingle {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 70px;
}
#episodeSingle h3 {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 15px;
}

#episodeImg {
	margin: 0px auto 8px;
	width: 600px;
}
#episodeImgs {
	margin: 0px auto 20px -2px;
	width: 604px;
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#episodeImgs li { width: 151px; }
#episodeImgs li a {
	display: block;
	transition: all 0.3s ease;
	padding:2px;
}
#episodeImgs li a:hover { transform: scale(1.1); }
#episodeImgs li a img {
	width: 147px;
	height: auto
}
#episodeSingleStaff {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
#episodeSingleText { line-height: 46px; font-size: 18px; color: #fff; font-weight: bold;}

#btlist {
	margin: 0px auto 40px;
	height: 40px;
	width: 150px;
}
#btlist a {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #7b99cb;
	background: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}
#btlist a:hover { opacity: 0.7; }


#bddvdSpecialList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bddvdSpecialList dt {
	font-size: 16px;
	line-height: 42px;
	color: #DD8392;
	background: #FFF;
	text-align: center;
	display: block;
	height: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 100%;
}
#bddvdSpecialList dd {
	width: 320px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
}
#bddvdSpecialList dd a {
	color: #006DFF;
}
#subContent #bddvdSpecialList dd p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 32px;
	letter-spacing: 0em;	
	color: #fff;	
}
#subContent #bddvdSpecialList dd p span { font-size: 11px; }
.specialThumb {
	padding-bottom: 20px;
}
.calendarWrap h3 {
	font-size:24px;
	text-align: center;
	color: #FFF;
	margin-bottom:10px;
	font-weight: bold;
}
.calendarWrap h4 {
	margin-top:40px;
}
.calendarWrap h4 a {
	display: block;
	height:60px;
	background:#FFF;
	color:#fd6868;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	transition: all 0.3s ease
}
.calendarWrap h4 a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.3px 10px 0 10px;
	border-color: #fd6868 transparent transparent transparent;
	right:15px;
	top:50%;
	margin-top:-8px;
}
.calendarWrap h4 a.active:before {
	transform:rotate(180deg);
}

.calendarBox {
	background: #FFF;
	padding:25px 40px 0;
	display: none;
}
.calendarEach {
	margin-bottom:20px;
}
.calendarEach h5 {
	font-weight: bold;
	font-size:20px;
	margin-bottom: 20px;
}
.calendarEach h6 {
	font-weight: bold;
	font-size:16px;
	margin-bottom: 15px;
}
.calendarEach .calendarText {
	font-size:16px;
	line-height:2em;
	padding-left:20px;
	padding-bottom:40px;
}
.calendarEach img {
	max-width: 100%;
}
.ytWrap {
	position:relative;
	height: 0;
	padding-top:56.25%;
}
.ytWrap iframe {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#dlSingle {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#dlSingle h3 {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 15px;
}

#itemModal {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow: auto;
	z-index:20000;
	background:rgba(255,255,255,0.8);
	display: none;
}
#itemModalin {
	position:absolute;
	left:0;
	top:0;
	min-width:1200px;
	min-height:620px;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding:50px;
}
#itemModalin img {
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
}
#itemModalClose {
	position:absolute;
	right:0;
	top:0;
	z-index:5000;
}
.bddvd__maintitle {
	margin-bottom:30px;
	position: relative;
}
.bddvd__maintitle--tokutenbtn {
	position: absolute;
	width:164px;
	height: 164px;
	right:0px;
	top:45px;
}
.bddvd__maintitle--tokutenbtn a {
	display: block;
	height: 164px;
	background: url(../bddvd/images/btn_tokuten.png) no-repeat center center;
	transition:all 0.3s ease;
}
.bddvd__maintitle--tokutenbtn a:hover {
	transform: rotate(15deg) scale(0.95);
}