@charset "utf-8";

@media screen and (max-width: 768px) {
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: 20px;
	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;

        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: -600px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 60px 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;
		bottom: 0;
		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: 18px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 20px 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 10px 0;
	}
    #nav-toggle {
        display: block;
        z-index: 9999;
    }
    /* #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: 10%;
	height: 100%;
	margin: 0 auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#header h1 {
	display: block;
	background: url(../images/logo_sp.png) no-repeat top center;
	width: 100%;
	background-size: contain;
	height: auto;
	margin: 600px auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

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

/* work------------------------------------------------------ */
#introduction {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: #000;
	box-sizing: border-box;
}
#work .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_introduction_area {
	margin: 0 0 30px;
}

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

/* cast------------------------------------------------------ */
#cast ,#character,#goods{
	width: 100%;
	margin: 0;
	padding: 30px 0
}
#goods{
	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 40px;
}
.ttl_cast,.ttl_introduction,.ttl_story,.ttl_goods {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 26px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #cbb877;
}

.txt_cast ,
.txt_goods{
	line-height: 1.2;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #e7de00;
	color: #fff;
}

#cast ul,#character ul ,#goods 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;
}
#cast ul li,
#character ul li {
	margin: 0 6.6% 20px 0;
	width: 20%;
}

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


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

.img_cast,.img_character{
	width: 100%;
	height: auto;
	margin: 0 auto 6px;
}
.img_goods{
	height: 300px;
}
.img_goods img{
	height: 296px;
	width: auto;
}

.cast_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.cast_table p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #e7de00;
}
/* ---------------------------------------------------------- */
	
/* info-------------------------------------------------- */
#information,#ticket,#contact {
	width: 100%;
	margin: 0;
	padding: 20px 0 15px;
	background: #000;
	box-sizing: border-box;
}

#story .inner,
#introduction .inner,
#information .inner ,
#ticket .inner,
#contact .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_info_area {
	margin: 0 0 30px;
}
.ttl_info {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 26px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;

}

.info_area {
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.info_area ul {
	padding: 10px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
}
.info_area ul:last-child {
	border-bottom: none;
}
.info_area ul li:first-child{
	padding: 0 0 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}
.info_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;
}
.info_area ul li a{
	color: #00a0e9;
}

table.type07 {
	font-size: 14px;
	margin: 0 0 40px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #333;
}
table.type07 thead {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background: rgba(20,20,20,0.7);
	box-sizing: border-box;
}
table.type07 thead th {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #e7de00;
}
table.type07 tbody th {
	width: 10%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: rgba(40,40,40,0.7);
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
table.type07 td {
	width: 25%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: rgba(40,40,40,0.7);
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
table.type07 td a {
	color: #db0034;
}


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

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

}

