@charset "utf-8";
@media screen and (min-width: 769px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:768px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}

img {
width:100%;
max-width: 100%;
height: auto;
}

a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* navi------------------------------------------------------ */
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: absolute;
        margin-top: 0;
		padding: 0 0 10px;
    }
	.logo_header {
		margin: 10px 0 0 20px;
		width: 140px;
		height: 36px;
	}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: fixed;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -630px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 90px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -o-block;
		display: block;
		-webkit-justify-content: center;
		justify-content: center;
    }
    #global-nav ul li {
        position: static;
        line-height: 1.2;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 20px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 10px 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 20px 0;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);

    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(546px);
        -webkit-transform: translateY(546px);
        transform: translateY(546px);
    }
/* ---------------------------------------------------------- */

.comment_end{
	margin: 50px 0 0 0;
	padding :10px;
}

/* mv-------------------------------------------------------- */
#header {
	position: relative;
	display: flex;
	align-items: center;
	background: url(../images/mv.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 20%;
	height: 100%;
	margin: 0 auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#header h1 {
	background: url(../images/logo_sp.png) no-repeat top center;
	width: 80%;
	background-size: contain;
	height: auto;
	padding-bottom: 100%;
	margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
/* ---------------------------------------------------------- */


/* ---------------------------------------------------------- */

/* INTRODUCTION
------------------------------------------------------ */
#introduction {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	box-sizing: border-box;
}
#introduction .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_introduction_area {
	margin: 0 0 20px;
}
.ttl_introduction {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}

.ttl_story{
	margin: 0;
	padding: 20px 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}

#story .inner{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.story ul{
	width: 90%;
	margin: 0 auto 30px;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.story ul li:first-child{
	width: 60%;
	margin: 0 auto 20px;
}
.story ul li:last-child{
	width: 100%;
	margin: 0;
}
.img_book {
	width: 100%;
	margin: 0 0 6px;
}
.txt_story {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;

}
 .txt_intro{
    width: 90%;
    margin: 0 auto;
    padding: 0;
}


/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast ,#character{
	width: 100%;
	margin: 0;
	padding:  0;
}


#cast .inner,
#character .inner ,
#goods .inner{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_cast_area ,
.ttl_goods_area{
	width: 100%;
	margin: 0 0 20px;
}
.ttl_cast,
.ttl_goods {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.0;
	font-size: 20px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #cbb877;
}


#cast ul,
#character ul {
	margin: 0 0 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#goods {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

#goods ul{
	margin: 0;
	padding-bottom: 0;
}

#cast ul li,
#character ul li{
	margin: 0 2% 20px 0;
	width: 32%;
}

#goods ul li{
	margin:0 2% 5px 0;
	width: 35%;
}


#cast ul li:nth-child(3n) ,
#character ul li:nth-child(3n),
#goods ul li:nth-child(3n) {
    width: 32%;
    margin: 0 0 20px 0;
}

#cast ul li:nth-child(4n),
#character ul li:nth-child(4n),
#goods ul li:nth-child(4n){
	width: 32%;
	margin: 0 2% 20px 0;
}

#cast ul li:nth-child(6),
#character ul li:nth-child(6),
#goods ul li:nth-child(6) {
	width: 32%;
	margin: 0 0 20px 0;
}

#cast ul li:nth-child(8),
#character ul li:nth-child(8) ,
#goods ul li:nth-child(8) {
	width: 32%;
	margin: 0 2% 20px 0;
}

#cast ul li:nth-child(16),
#character ul li:nth-child(16),
#goods ul li:nth-child(16) { 
	width: 32%;
	margin: 0 2% 20px 0;
}


.img_cast {
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
}

.img_goods{
	height: 140px;
}

.img_goods img{
	height: 140px;
	width: auto;
}

.img_character{
	width: 100%;
	height: auto;
	margin: 0 auto 6px;
}

.txt_cast ,
.txt_goods{
	line-height: 1.6;
	font-size: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #cbb877;
	color: #fff;
}
.txt_goods{
	line-height: 0.2;
}
.cast_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.cast_table p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #cbb877;
}
/* ---------------------------------------------------------- */

/* info-------------------------------------------------- */
#information,#ticket,#contact{
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	background: #000;
	box-sizing: border-box;
}
#information .inner ,
#ticket .inner,
#contact .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.ttl_info_area {
	margin: 0 0 20px;
}

.ttl_info {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 20px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;

}

.info_area {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	box-sizing: border-box;
}
.info_area ul {
	padding: 15px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
}

.info_area ul li:first-child{
	width: 100%;
	padding: 0 0 20px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li a{
	color: #00a0e9;
}



.cation {
	margin: 0 0 40px 0;
	padding: 30px;
	line-height: 1.8em;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	background: rgba(40,40,40,0.7);
	box-sizing: border-box;
	color: #fff;
}
.ttl_cation {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #cbb877;
}
.red {
	color: #ff0000;
}
/* ---------------------------------------------------------- */

.tw {
	height: 30px;
}

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	height: auto;
}
.footerlogo {
	width: 100%;
	margin:0 auto;
	padding: 5px 30px;
}
.footerlogo img{
	width: 50%;
}	
.copy {
	font-size: 12px;
	padding: 10px 30px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;

}
/* ---------------------------------------------------------- */
}

