charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Questrial|Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 20px;
	color: #000;
	position: relative;
}
a { color: #000; }
a:hover { text-decoration: none; }
.jo { font-family: 'Jost', 'Questrial', sans-serif; }
.ub { font-family: 'Ubuntu Condensed', sans-serif; }
#fullWrap {
	width: 640px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pc { display: none !important; }

#l_side, #r_side {
	background: #fff;
}
#l_side { 
	height: 100px;
	position: relative;
	z-index: 900;
}
/*#l_side.on {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
}*/

#mv {
	width: 640px;
	height: 907px;
	overflow: hidden;
	background:url(../images/nmv.jpg) no-repeat center center / cover;
}
#mv2 {
	display: none;
}
/*#mv ul {
	height: 907px;
}
#mv li {
	width: 640px;
	height: 907px;
	touch-action: manipulation;
}
#mv_l {
	left: 0;
	right: 50%;
	background: url(../images/sp/mv_l.jpg) no-repeat center / 100% auto;
}
#mv_r {
	right: 0;
	left: 50%;
	background: url(../images/sp/mv_r.jpg) no-repeat center / 100% auto;
}
#mv_catch {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-65px;
	margin-top:-154px;
	background: url(../images/ncatch.png) no-repeat center center / contain;
	width:131px;
	height:197px;
	z-index: 10;
}*/
#mv_catch {
	display: none;
}

.cpT {
	position: absolute;
	top: 912px;
	width:400px;
	z-index: 10;
}

#menuBtn {
	width: 52px;
	height: 100px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}
#menuBtn a {
	display: block;
	height: 100px;
	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 { top: 38px; }
#menuBtn a:after { bottom: 50px; }
#menuBtn a.on:before{
	transform: rotate(195deg);
	top: 43px;
}
#menuBtn a.on:after{
	transform: rotate(-195deg);
	bottom: 55px;
}
#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: 30px;
}
#nav_list_sp {
	padding-left: 55px;
	padding-right: 45px;
	padding-top: 150px;
	padding-bottom: 60px;
}
#nav_list_sp li {
 	height: 82px;
}
#nav_list_sp li a {
	display: block;
    height: 82px;
    line-height: 82px;
    letter-spacing: 0.3em;
    font-size: 36px;
    font-style: italic;
    text-decoration: none;
    font-weight: 600;
}
#nav_list_sp li a span {}

#share {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 35px;
	left: 30px;
}
#share li {
	width: 75px;
	margin-right: 10px;
}
#share li a {
	display: block;
	width: 75px;
	text-decoration: none;
	position: relative;
}
#share li a span {
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-right: 5px;
	position: relative;
}
#share 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;
}
#portal_link {
	width: 80px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	display: none;
}
#portal_link a {
	display: block;
	height: 55px;
	background: url(../images/portal_link.png) no-repeat center;
}
#spHeaderLogo {
	width: 160px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#spHeaderLogo a {
	display: block;
	width: 160px;
	height: 47px;
	background: url(../images/sp/logo_s.png) no-repeat center;
}

#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: 100%;
	height: 150px;
	background: url(../images/sp/startDate.png) no-repeat center;
}
#notice {
	width: 580px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 0;
}

#navWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #fff;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
#fb_sp {
	display: flex;
	flex-wrap: wrap;
	padding-left: 55px;
	padding-right: 45px;
	padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}
#fb_sp:before {
    content: "";
    background: #d8fbff;
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: -20%;
    transform: skewY(-10deg);
}
#fb_sp:after {
	content: "";
	background: #d8fbff;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    bottom: -30%;
    z-index: -1;
}
#portalMenu {

}
#navWrapIn {
}
#portalMenu dt {
	font-size: 16px;
    line-height: 82px;
    font-style: italic;
    letter-spacing: 0.3em;
    position: relative;
}
#portalMenu dd {
	width: 360px;
	height: 82px;
}
#portalMenu dd a {
	display: block;
    height: 82px;
    line-height: 82px;
    letter-spacing: 0.3em;
    font-size: 36px;
    font-style: italic;
    text-decoration: none;
    font-weight: 500;
}
#portalMenu dd a span {
	display: inline-block;
    position: relative;
}
#portalMenu dd a span i {
	font-size: 36px;
	padding-left: 10px;
}
#toMenu {
	width: 122px;
    position: relative;
    z-index: 10;
    padding-top: 90px;
}
#toMenu li {
	width: 122px;
    height: 86px;
    margin-bottom: 15px;
}
#toMenu li a {
	display: block;
    height: 86px;
}
#toMovie a { background: url(../images/sp/to_movie.png) no-repeat right center / contain; }
#toSecond a { background: url(../images/sp/to_second.png) no-repeat right center / contain; }
#toHeyacamp a { background: url(../images/sp/to_heyacamp.png) no-repeat right center / contain; }
#toFirst a { background: url(../images/sp/to_first.png) no-repeat right center / contain; }
#toPortal a { background: url(../images/sp/to_portal.png) no-repeat right center / contain; }

#subCont {
}
#subContIn {
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.staffcast #subCont { background: #f18e43; }
.movie #subCont { background: #f18e43; }
.onair #subCont { background: #ff6a6a; }
#movie { padding-bottom: 50px; }

.sclist li {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 9px 0;
	box-sizing: border-box;
}
.sclist li span { font-size: 16px; }
.sclist li small { font-size: 16px; }
#staff { padding-bottom: 60px; }
#cast  ul {
	display: flex;
	flex-wrap: wrap;
}
#cast li {
	width: calc(100% / 2);
	padding-top: 40px;
}
#cast li:nth-child(1), 
#cast li:nth-child(2) {
	padding-top: 20px;
}
#cast li span { display: block; }
#staff h3, #cast h3, #movie h3 {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.25em;
	font-style: italic;
	text-align: center;
	color: #fff;
	padding: 10px 0 40px;
}
footer { position: relative; }
#official_sns_sp {
	width: 240px;
	height: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 0;
}
#official_sns_sp li {
	width: 120px;
	height: 20px;
}
#official_sns_sp li a {
	display: block;
	width: 120px;
	height: 20px;
}
#of_tw { background: url(../images/sp/official_tw.png) no-repeat center; }
#of_insta { background: url(../images/sp/official_insta.png) no-repeat center; }
#share_sp {
	height: 65px;
	display: flex;
	width: 360px;
	justify-content: flex-start;
	margin: 15px auto;
}
#share_sp li a {
	display: block;
	height: 65px;
	line-height: 65px;
	text-decoration: none;
	width: 45px;
	position: relative;
	padding: 0;
	text-align: center;
}
#tw a i { font-size: 26px; }
#fb a i { font-size: 22px; }
#share_sp #CR {
	padding: 0 17px 0 8px;
	background: url(../images/sp/cr_icon.png) no-repeat right center;
	font-size: 14px;
	font-weight: 600;
	line-height: 68px;
	width: 230px;
}
.to_top {
	width: 121px;
	height: 86px;
	position: absolute;
	right: 17px;
	bottom: 30px;
}
.to_top a {
	display: block;
	height: 86px;
	background: url(../images/sp/to_top.png) no-repeat center center;
}

#tLoading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
}
#tLoading p {
	width: 300px;
	height: 80px;
	background: url(../images/logo_l.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
/*-----------------------------------------------
New Css
-------------------------------------------------*/
.subPage__titile{
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.25em;
	font-style: italic;
	text-align: center;
	color: #fff;
	padding: 10px 0 40px;
}
/* Introduction */
.introduction #subCont { background: #64c3d5; }
.cpy #subCont { background: #64c3d5; }
.introCatch{
	color: #fff;
	font-size: 34px;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	text-align: center;
}
.introText{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 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-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
}
.storyText{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 30px;
}

.onairText{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 30px;
}

.onairTextC{
	color: #FF6700;
	font-weight: bold;
}

/* Character */
.owl-carousel  {
    touch-action: manipulation; 
}
.character #subCont { 
	background: #fff;
}
.character .subPage__titile{
	color: #000;
}
#charaWrap{
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	position: relative;
}
#charaCarousel{
	height: 734px;
	width: 100%;
    margin: -50px auto 40px;
	position: relative;
}
#charaCarousel li{
    height: calc(100% - 70px);
	width: 100%;
	position: relative;
	margin-top: 70px;
}
.charaStage,
.charaStage__in{
	height: 100%;
	width: 100%;
	position: relative;
}
.charaStage__in__bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 15px;
	height: 500px;
	width: 360px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 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: 500px;
	width: 360px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4;
}
.charaStage__in__img{
	position: absolute;
	height: 487px;
	width: 350px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 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: 10px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,80px);
}
#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;
	transition: transform .8s cubic-bezier(0.68, -0.6, 0.32, 1.6),
				opacity 1.6s ease;
}
.charaStage__in__face2{
	height: 174px;
	width: 174px;
	position: absolute;
    right: -10px;
    bottom: 330px;
    z-index: 0;
    opacity: 0;
    transform: translate(-80px,-80px);
}
.charaStage__in__face3{
	height: 140px;
	width: 140px;
	position: absolute;
    bottom: 137px;
    left: 10px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,-80px);
}
#charaWrap .owl-carousel .owl-stage-outer,
#charaWrap .owl-carousel .owl-stage,
#charaWrap .owl-carousel.owl-text-select-on .owl-item{
	height: 100%;
}
.charaStage__in__nameJp{
	color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 3.2;
    width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
}
.charaStage__in__nameJp > span{
	font-size: 16px;
}
.charaStage__in__nameEn{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 64px;
    text-align: center;
    z-index: 3;
}
.c_space{
	display: inline-block;
	margin-right: 10px;
}
.charaLink__lists{
	display: flex;
	flex-wrap: wrap;
	width: 270px;
	margin: 0 auto;
}
.charaLink__item{
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: 0 5px 10px;
	overflow: hidden;
}
.charaLink__item a{
	background-color: #82cddb;
	display: block;
	transition: background-color .3s ease;
}
.charaLink__item a.active{
	background-color: #f18e43;
}
.charaPager{
	height: 50px;
	width: 100%;
	margin: auto;
	pointer-events: none;
	position: absolute;
    top: 710px;
	left: 0;
	z-index: 5;
}
.charaPager__next{
	height: 50px;
	width: 50px;
	pointer-events: auto;
	position: absolute;
	top: 0;
	right: 90px;
}
.charaPager__next a{
	background: url(../images/chara_next.png) no-repeat center;
	display: block;
	height: 100%;
	width: 100%;
}
.charaPager__prev{
	height: 50px;
	width: 50px;
	pointer-events: auto;
	position: absolute;
	top: 0;
	left: 90px;
}
.charaPager__prev a{
	background: url(../images/chara_prev.png) no-repeat center;
	display: block;
	height: 100%;
	width: 100%;
}
.charaStage__detailIn__img{
    height: 487px;
    width: 350px;
    margin: 0 auto;
}
.charaStage__detailIn__face1{
	height: 169px;
	width: 169px;
	position: absolute;
    top: -100px;
    left: 14px;
    z-index: 0;
    opacity: 0;
    transform: translate(80px,80px);
}
.charaStage__detailIn__face2{
	height: 174px;
	width: 174px;
    position: absolute;
    right: -5px;
    top: 180px;
    z-index: 0;
    opacity: 0;
    transform: translate(-80px,-80px);
}
.charaStage__detailIn__face3{
	height: 140px;
	width: 140px;
	position: absolute;
    top: 380px;
    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__nameWrap{
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
}
.charaStage__detailIn__nameJp{
	color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 3.2;
    width: 100%;
    text-align: center;
}
.charaStage__detailIn__nameJp span{
	font-size: 16px;
}
.charaStage__detailIn__nameEn{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 64px;
    text-align: center;
    z-index: 3;
}
.charaStage__detailIn__text{
    color: #000;
    font-size: 20px;
    line-height: 2;
    padding: 0 30px;
    margin-bottom: 60px;
}
.charaPager.charaDetail{
    top: 682px;
}
/* In Modal */
.modalBox {
    position: fixed;
    overflow: auto;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #f18e43;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.closeBtn {
    width: 100%;
    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;
}
.oneModal {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.oneModalIn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}
/* Comment */
.commentWrap{
	width: 570px;
	margin: 0 auto;
}
.comment__name{
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.comment__text{
	color: #fff;
	font-size: 20px;
	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;
}

.movieWrap {
	width:100%;
	padding-top:56.25%;
	position: relative;
}
.movieWrap iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#movieModal {
	background: rgba(255,255,255,.8);
	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: 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
#movieModalin iframe {
	display: block;
	width: 100%;
	height: 360px;
}
.modalClose {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 0px;
	right: 0px;
	z-index: 5000;
}
.modalClose a {
	background: #FFF;
	display: block;
	position: relative;
	height: 100px;
	border-radius: 0 0 0 5px;
	transition: transform 0.3s ease;
}
.modalClose a:before,
.modalClose a:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	background: #00b7de;
	left: 10px;
	top: 50%;
	margin-top: -2px;
}
.modalClose a:before { transform: rotate(45deg); }
.modalClose a:after { transform: rotate(-45deg); }
#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;
	width:100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contModalinCont {
	width:580px;
	padding:100px 0;
}
.contModalinCont p {
	line-height:2;
}
#contModal .modalClose {
	position: fixed;
}
.gVisual {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gVisual li {
	width: 240px;
	margin-bottom: 15px;
}

.gVisual li:nth-child(2n) {
	margin-right: 0;
}

.gVisual li img {
	border: 3px solid #fff;
}

.gVisual p {
	color: #fff;
	font-size: 20px;
	padding-top: 14px;
	padding-bottom: 20px;
}

.gVisual li a:hover {
	opacity: 0.6;
}

/* music */
.music #subCont, .bddvd #subCont { background: #64c3d5; }
.musicCatch{
	color: #fff;
	font-size: 34px;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	text-align: left;
}
.musicText{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 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: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 30px;
	border: 4px solid #fff;
	padding: 40px;
}

#ondemand table {
	width: 100%;
	margin-bottom: 45px;
}
#ondemand h4 {
	padding-bottom: 20px;
	color: #FF6F00;
	font-size: 18px;
	font-weight: bold;
}
#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;
	font-size: 16px;
}
#ondemand th {
	background-color: #FF6F00;
	font-size: 16px;
}
#ondemand1 th { color: #fff; }
#ondemand2 th { color: #fff; }
#ondemand p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
}
#ondemand a:link { color: #FF6700; }
#ondemand a:visited { color: #FF6700; }

#episodeBoxAll {
	width: 530px;
	margin-left: -10px;
}
#episodeList {
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#episodeList li { margin-bottom: 40px; ;width:255px; }
#episodeList li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#episodeList li a .thumb {
	width: 250px;
	height: 250px;
	margin: 0 auto 20px;
	transition: all 0.3s ease;
}
#episodeList li a .thumb img {
	width: 250px;
	height: 250px;
}
#episodeList li a .title {
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
}
#episodeSingle {
	width: 520px;
	margin: 0 auto;
	padding-bottom: 70px;
}
#episodeSingle h3 {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 20px;
}

#episodeImg {
	margin: 0px auto 8px;
	width: 520px;
}
#episodeImg img {
	width:520px;
	height:auto;
}
#episodeImgs {
	margin: 0px -2px 20px;
	width: 524px;
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#episodeImgs li { width: 131px; }
#episodeImgs li a {
	display: block;
	transition: all 0.3s ease;
	padding:2px;
}
#episodeImgs li a img {
	width: 127px;
	height: auto
}
#episodeSingleStaff {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
#episodeSingleText {
	line-height: 36px;
	font-weight: 700;
	font-size: 19px;
	color:#fff;
}
#btlist {
	margin: 0px auto 40px;
	height: 50px;
	width: 170px;
}
#btlist a {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #7b99cb;
	background: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
}

bddvdSpecialList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bddvdSpecialList dt {
	font-size: 24px;
	line-height: 62px;
	color: #DD8392;
	background: #FFF;
	text-align: center;
	display: block;
	height: 60px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 100%;
}
#bddvdSpecialList dd {
	width: 510px;
	padding-bottom: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	text-align: center;
}
#bddvdSpecialList dd a {
	color: #006DFF;
}
#subContent #bddvdSpecialList dd p {
	text-align: center;
	font-size: 20px;
	padding-bottom: 15px;
	line-height: 48px;
	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: 520px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#dlSingle h3 {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 20px;
}
#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:100%;
	min-height:100%;
	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:0px;
}
.bddvd__maintitle--tokutenbtn a {
	display: block;
	height: 164px;
	background: url(../bddvd/images/btn_tokuten.png) no-repeat center center;
	transition:all 0.3s ease;
}
