@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&display=swap&subset=japanese');
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: #000;
	font-weight: 500;
}
a { color: #FFF; }
a:hover { text-decoration: none; }
#fullWrap {
	width: 640px;
	margin: 0 auto;
	padding-top: 80px;
	overflow:hidden;
	position:relative;
}
.pc { display: none }
header {
	background: rgba(255,255,255,1);
	height: 80px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0px;
	top: 0px;
}
#menuBtn { height: 80px; }
#menuBtn a {
	display: block;
	height: 80px;
	background: url(../images/menu_text.png) no-repeat 330px center;
}
#menuBtn a:before,
#menuBtn a:after {
	content: '';
	position: absolute;
	left: 250px;
	transition: all 0.3s ease;
	width: 55px;
	height: 4px;
	background: rgba(212,62,129,1);
	border-radius: 2px;
}
#menuBtn a:before { top: 32px; }
#menuBtn a:after { top: 44px; }
#menuBtn a.active:before { transform: translateY(6px) rotate(45deg); }
#menuBtn a.active:after { transform: translateY(-6px) rotate(-45deg); }
nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	overflow: auto;
	background: rgba(212,62,129,1);
	z-index: 9998;
	height:0
}
#navin {
	padding-top: 126px;
	padding-bottom: 80px;
}
#navin h1 {
	height: 180px;
	width: 585px;
	margin: 0 auto 25px;
}
#navin h1 a {
	display: block;
	height: 180px;
	background: url(../images/nav_logo.png) no-repeat center center;
}
#mainMenu {
	padding-bottom:50px;
}
#mainMenu li { height: 85px; }
#mainMenu li a {
	display: block;
	padding-left: 100px;
}
#mainvisual {
	height: 894px;
	background: url(../images/mainvisual.jpg);
	position: relative;
}
#mainvisual h1 {
	position: absolute;
	top: 640px;
	left: 27px;
	width: 585px;
	height: 180px;
	background: url(../images/logo.png) no-repeat center center;
	z-index: 500;
	pointer-events: none;
}
#visualLight {
	position:absolute;
	z-index:400;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0.3;
}
#index footer {
	padding-top: 70px;
	background:#FFF;
	position: relative;
}
#index #officialSns {
	width: 574px;
	display: flex;
	justify-content: space-between;
	height: 55px;
	top: -27px;
	left: 33px;
	position: absolute;
}
#share {
	margin: 0px auto 28px;
	width: 244px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#share dt {
	height: 20px;
	width: 100%;
	background: url(../images/share_text.png) no-repeat center top;
}
#share dd {
	width: 80px;
	height: 80px;
}
#share dd a {
	display: block;
	height: 80px;
}
#r1 a { background: url(../images/icon_twitter.png) no-repeat center center; }
#r2 a { background: url(../images/icon_facebook.png) no-repeat center center; }
#r3 a { background: url(../images/icon_line.png) no-repeat center center; }
#copyright {
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	padding-bottom: 50px;
	text-align: center;
}
.subSection {
	padding-top:70px;
	color:#FFF;
	min-height:calc(100vh - 491px);
}
.subSection:before {
	content:'';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	bottom:-100px;
}
#introduction:before {
	background:url(../../images/introduction_bg.jpg) no-repeat center top / cover;
}
.subSection h2 {
	padding-bottom:40px;
	position:relative;
}

.subSection h2 img {
	display:block;
	margin:0 auto;
}
.subSection article {
	position:relative;
}
#introduction article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
#introduction h3 {
	font-size:34px;
	line-height:52px;
	padding-bottom:30px;
	color: #e30073;

}
#introduction p { line-height: 46px; 
font-size:24px;
}
#introduction p strong {
	color: #e30073;
	display: inline-block;
	margin-top: 15px;
	font-size: 26px;
}
#sub footer {
	padding-top: 40px;
	position: relative;
	background:#FFF;
}
#sub #officialSns {
	width: 574px;
	display: flex;
	justify-content: space-between;
	height: 55px;
	margin:0 auto;
	margin-bottom:40px;
}
#comic:before {
	background:url(../../images/comic_bg.jpg) no-repeat center top / cover;
}
#comic article {
	width: 600px;
	margin: 0px auto;
	padding-bottom:55px;
}
#comicList {
	display: flex;
	flex-wrap: wrap;
}
#comicList li {
	width: 190px;
	margin: 0 5px 35px;
}
#comicList li a {
	display: block;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}
.comicThumb { padding-bottom: 15px; }
.comicThumb img {
	display: block;
	width: 190px;
	height: auto;
	transition: all 0.3s ease;
}
.comitTitle {
	display: table;
	margin: 0 auto;
	font-size: 20px;
	line-height:32px;
}
#news:before {
	background:url(../images/news_bg.jpg) no-repeat center top / cover;
}
#news article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:70px;
}
#newsList li {
	margin-bottom: 30px;
}
#newsList li a {
	display: block;
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #FFF;
	line-height: 28px;
}
.newsThumb {
	height: 88px;
	width: 162px;
	background: #FFF url(../../images/news_thumb.png) no-repeat center center;
	position: relative;
	margin-right: 24px;
	box-sizing: border-box
}
.newsThumb:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px solid rgba(0,160,233,1);
	border-top: 2px solid rgba(0,160,233,1);
	width: 0;
	height: 0;
	opacity: 0;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.newsThumb:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 2px solid rgba(0,160,233,1);
	border-bottom: 2px solid rgba(0,160,233,1);
	width: 0;
	height: 0;
	opacity: 0;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
#newsList li a .newsThumb:before,
#newsList li a .newsThumb:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.newsText {
	width:394px;
}
.newsDate {
	width: 80px;
	margin-right: 30px;
}
.newsTitle {
	width: 394px;
	text-decoration: underline;
}
#newsList li a:hover .newsTitle { text-decoration: none; }
.wp-pagenavi,
.singleBack {
	display: flex;
	flex-wrap: wrap;
	bottom: 87px;
	pointer-events: none;
	width: 100%;
	padding-top:40px;
	justify-content:center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	display: block;
	width: 39px;
	height: 39px;
	margin: 0 5px 10px 0;
	text-align: center;
	color: #FFF;
	line-height: 39px;
	font-size: 20px;
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	transition: all 0.3s ease;
	pointer-events: auto;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
	background: rgba(0,160,233,1);
	border-color: rgba(0,160,233,1);
}
.wp-pagenavi a.none {
	background: #DDD;
	text-indent: -9897px;
	pointer-events: none;
}
#newsSingle h3 {
	display: block;
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #FFF;
	line-height: 28px;
	border-bottom:1px dotted #FFF;
	padding-bottom:30px;
}
#newsSingle h3 .newsTitle {
	text-decoration:none;
	font-weight:bold;
}
#newsSingleContent {
	padding-top: 30px;
	line-height: 44px;
}
#newsSingleContent img {
	max-width:100%;
	height:auto;
}
.singleBack a {
	width: 224px;
	height: 41px;
	box-sizing: border-box;
	line-height: 39px;
	font-size: 20px;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #FFF;
	transition: all 0.3s ease;
	margin: 0 5px 10px 0;
	pointer-events: auto;
}
#newsSingleContent p {
	margin-bottom:30px;
}
#index #fullWrap:before {
	content: '';
	position: absolute;
	left: -50%;
	top: 0;
	background: rgba(255,255,255,0.1);
	z-index: 12001;
	transform: skewX(20deg);
	width: 200%;
	height: 100%;
}
#index #fullWrap:after {
	content: '';
	position: absolute;
	right: -50%;
	top: 0;
	background: rgba(255,255,255,1);
	z-index: 12001;
	transform: skewX(20deg);
	width: 200%;
	height: 100%;
}
#index #fullWrap.ani:before,
#index #fullWrap.ani:after {
	width: 0;
	background: rgba(255,255,255,0.5);
	transition: all 1s ease;
}#catch {
	background: url(../images/catch.png) no-repeat center center;
	position: absolute;
	height: 510px;
	width: 89px;
	left: 5px;
	top: 90px;
}
#startDate {
	background: url(../images/startdate.png) no-repeat center center;
	height: 56px;
	width: 431px;
	position: absolute;
	right: 55px;
	bottom: 57px;
}
#staff:before {
	background:url(../../images/staff_bg.jpg) no-repeat center top / cover;
}
#staff article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:120px;
}
#staffList li {
	font-size: 22px;
	line-height: 31px;
	padding-top: 14px;
	padding-left: 14px;
}
#bnrA {
	padding-bottom:30px;
}
body:not(#index) #bnrA {
	display:none;
}
#bnrA ul {
	display:flex;
	justify-content:center;
}
#bnrA li {
	margin:0 5px 10px;
}
#bnrA li a,
#bnrA li a img {
	display:block;
}
#bnrA li a {
	transition:all 0.3s ease;
	pointer-events:auto;
	border:#ddd 1px solid;
}
#commentModal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background:rgba(255,255,255,0.9);
	z-index:20000;
	display:none;
}
#commentModalin {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-height:100%;
	min-width:640px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.comments {
	width:580px;
	padding-top:100px;
	padding-bottom:100px;
}
.comments h3 {
	color:rgba(212,62,129,1);
	font-weight:600;
	font-size:24px;
	margin-bottom:20px;
}
.comments p {
	font-size:22px;
	line-height:40px;
	padding-bottom:30px;
}
.modalClose {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index:500;
}
.modalClose a {
	display: block;
	height: 50px;
	width: 50px;
	background: url(../../images/btn_close.png) no-repeat center center / cover;
	transition:all 0.3s ease;
}
#commentBnr {
	padding:0 0 35px;
	width:520px;
	margin:0 auto;
}
#sub #commentBnr {
	display:none;
}
#startBnr {
	padding:0 0 35px;
	width:520px;
	margin:0 auto;
}
#sub #startBnr {
	display:none;
}
.toComment {
	pointer-events:auto;
	display:block;
}
.newsIncommentWrap {
	padding: 30px 30px 0px;
	border: 2px solid rgba(255,255,255,1);
	margin-bottom:30px;
}
#pmv {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.75);
	z-index:20000;
	overflow:auto;
	display:none;
}
#pmvin {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
#pmvNWrap {
	margin-bottom: 30px;
}
#pmvNav {
	height:50px;
	width:640px;
	display: flex;
	margin:0 auto;
}
#pmvNav li {
	flex-grow: 1;
}
#pmvNav li a {
	display: block;
	height:50px;
	box-sizing: border-box;
	border: 1px solid #e43075;
	color: #e43075;
	line-height: 48px;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease
}
#pmvNav li a.active {
	background-color: #e43075;
	color:#FFF;
}
#pmvbox {
	display: block;
	width:640px;
	height:360px;
}
#pmvClose {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index:500;
}
#pmvClose a {
	display: block;
	height: 50px;
	width: 50px;
	background: url(../../images/btn_close.png) no-repeat center center / cover;
	transition:all 0.3s ease;
}
#character:before {
	background:url(../../images/character_bg.jpg) no-repeat center top / cover;
}
#character article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
.characterNav {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width:500px;
	margin:0 auto 45px;
}
.characterNav li {
	height:82px;
	width:82px;
	margin:0 9px 18px;
}
.characterNav li a {
	display:block;
	height:82px;
}
#c1t a {
	background:url(../images/c1t.png) no-repeat center center;
}
#c2t a {
	background:url(../images/c2t.png) no-repeat center center;
}
#c3t a {
	background:url(../images/c3t.png) no-repeat center center;
}
#c4t a {
	background:url(../images/c4t.png) no-repeat center center;
}
#c5t a {
	background:url(../images/c5t.png) no-repeat center center;
}
#c6t a {
	background:url(../images/c6t.png) no-repeat center center;
}
#c7t a {
	background:url(../images/c7t.png) no-repeat center center;
}
.c0 {
	color:#009fda;
	margin-bottom:90px;
}
#c1 { min-height: 740px;background:url(../images/c1.png) no-repeat left top; }
#c1 .characterTexts {
	width:330px;
	margin-left:auto;
}
#c6 .characterTexts {
	width:580px;
	margin-left:auto;
}

#c1 h3 {
	padding-top:110px;
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-bottom:85px;
}
.c0 .characterTexts p {
	font-size:22px;
	line-height:43px;
	margin-bottom:20px;
}
.c0 .characterTexts p.characterCatch {
	font-size:24px;
}
#c2 { ;background:url(../images/c2.png) no-repeat right top; }
#c2 .characterTexts {
}
#c2 h3 {
	padding-top:162px;
	line-height:57px;
	font-size:50px;
	padding-bottom:293px;
}
#c2 h3 span {
	font-size:20px;
	display:block;
	line-height:40px;
}
#billing {
	background: url(../images/billing.png) no-repeat center top;
	height: 520px;
}
body:not(#index) #billing {
	display:none;
}
#story:before {
	background:url(../../images/story_bg.jpg) no-repeat center top / cover;
}
#story article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
#story p {
	line-height:41px;
}
#ticket:before {
	background:url(../../images/ticket_bg.jpg) no-repeat center top / cover;
}
#ticket article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
#ticket h3 {
	font-size: 26px;
	line-height: 52px;
	padding-bottom: 30px;
	color: #e30073;
}
#ticket p {
	line-height:41px;
}
#music:before {
	background:url(../../images/music_bg.jpg) no-repeat center top / cover;
}
#music article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
#music h3 {
	font-size: 34px;
	line-height: 52px;
	padding-bottom: 30px;
	color: #fff;
	text-align:center;
}
#music h3 span {
	font-size:20px;
}
#music p {
	line-height:41px;
}
#music .musicT {
	font-size:30px;
}
#cast:before {
	background:url(../../images/staff_bg.jpg) no-repeat center top / cover;
}
#cast article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
#csNav {
	width: 500px;
	height: 35px;
	margin: 0 auto 50px;
	display: flex;
}
#csNav li {
	width:50%;
	height:35px;
	box-sizing:border-box;
	border:2px solid #fff;
}
#csNav li a {
	display:block;
	height:31px;
	line-height:34px;
	text-align:center;
	font-size:20px;
	color:#FFF;
	text-decoration:none;
	transition:all 0.3s ease;
}
#csNav li a:hover,
#csNav li a.active {
	background:#FFF;
	color:#ff9c00;
}
#castList {
	width: 500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#castList dt {
	line-height: 41px;
	width: 140px;
	font-size: 20px;
	position: relative;
}
#castList dt:after {
	content:':';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}
#castList dd {
	line-height: 41px;
	width: 354px;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
	height: 41px;
}
#castList dt.mn,
#castList dd.mn { font-size: 24px; 
}

#castList dd.mn:last-of-type {
	margin-bottom:20px;
}
#castList dd a {
	position: absolute;
	text-align: center;
	text-decoration: none;
	right: 0;
	top: 50%;
	margin-top: -13px;
	height: 26px;
	width: 185px;
	box-sizing: border-box;
	line-height: 25px;
	border: 2px solid #FFF;
	font-size: 16px;
}
#castList dd a:hover {
	background:#FFF;
	color:#ff9c00;
}
.profile {
	background: #FFF;
	overflow: auto;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display:none;
	position:fixed
}
.profilein {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	min-width:640px;
	min-height:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.profileBox {
	width: 580px;
	display: none;
	margin:0 auto;
}
.profileimg {
	width:340px;
	margin:0 auto;
	text-align:center;
}
.profiletext {
	vertical-align:top;
}
.profile p {
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 35px;
}
.profile h3 {
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
	padding-bottom: 20px;
	color:#e30073;
}
.profile p strong {
	color: #e30073;
	display: inline-block;
	margin-top: 15px;
}

.afClose {
	position:absolute;
	right:30px;
	top:30px;
	z-index:7000;
}

.afClose a {
	width:70px;
	height:70px;display: block;
	position: relative;
	transition:all 0.3s ease;
}
.afClose a:before,
.afClose a:after {
	content:'';
	position:absolute;
	width:75px;
	height:2px;
	background:#e30073;
	left:50%;
	top:50%;
	margin-top:-1px;
	margin-left:-37px;
}

.afClose a:before {
	transform:rotate(-45deg);
}

.afClose a:after {
	transform:rotate(45deg);
}
.af0Close a:hover,
.afClose a:hover {
	transform:scale(1.1);
}
#c3 { min-height: 708px;background:url(../images/c3.png) no-repeat left top; }
#c3 .characterTexts {
	width:330px;
	margin-left:auto;
}
#c3 h3 {
	padding-top:110px;
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-bottom:85px;
}
#c4 { min-height: 741px;background:url(../images/c4.png) no-repeat right top; }
#c4 .characterTexts {
	width:330px;
	margin-right:auto;
}
#c4 h3 {
	padding-top:110px;
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-bottom:85px;
}
#c5 { min-height: 711px;background:url(../images/c5.png) no-repeat left top; }
#c5 .characterTexts {
	width:330px;
	margin-left:auto;
}
#c5 h3 {
	padding-top:110px;
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-bottom:85px;
}
#c6 .characterTexts {
	width:580px;
	margin-right:auto;
}
#c6 h3 {
	padding-top:0;
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-bottom:20px;
}
#c7 { min-height:154px;background:url(../images/c7.png) no-repeat left center; }
#c7 .characterTexts {
	width:330px;
	margin-left:auto;
}
#c7 h3 {
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-bottom:85px;
}
#movie:before {
	background:url(../../images/ticket_bg.jpg) no-repeat center top / cover;
}
#movie article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}

#movieList {
	flex-wrap:wrap;
}
#movieList li {
	width:580px;
	text-align:center;
	margin-bottom:40px;
	font-size:20px;
}
#movieList li iframe {
	width:580px;
	height:327px;
	display:block;
	margin-bottom:15px;
}

#special:before {
	background:url(../../images/story_bg.jpg) no-repeat center top / cover;
}

#special article {
	margin: 0px auto;
	width: 580px;
	padding-bottom:90px;
}
#special h4 {
	font-size: 34px;
	line-height: 52px;
	padding-bottom: 30px;
	color: #fff;
	text-align:center;
}
#special h4 span {
	font-size:20px;
}

/*-----------------------------------------------
MODAL
-------------------------------------------------*/
.modalBox {
    -webkit-overflow-scrolling: touch;
    background: rgba(255,255,255,.7);
    display: none;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.closeBtn {
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.closeBtn a{
    background: url(../../images/btn_close.png) no-repeat 0 0 / 100%;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: auto;
}
.oneModal {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.oneModalIn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}
.oneModalIn_cont{
    background-color: #009fda;
    padding: 36px;
    width: 100%;
}
.castName{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.castName > span{
    font-size: 24px;
    padding-left: 10px;
}
.castDetail__ttl{
    color: #fff;
    font-size: 20px;
    margin-bottom: 4px;
}
.castDetail__text{
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.castDetail__text:last-of-type{
    margin-bottom: 0;
}

.cpad3 {
	padding-bottom: 180px;
}
.cpad4 {
	padding-bottom: 280px;
}
.cpad5 {
	padding-bottom: 260px;
}

.photoB {
	margin-bottom: 20px;
}
.photoB2 {
	margin-top: 20px;
}
.photoB3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nT20 {
	font-size: 30px;
	font-weight: bold;
}