@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: -610px;
		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;
		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;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 40px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 0 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 40px 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(610px);
        -webkit-transform: translateY(610px);
        transform: translateY(610px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	position: relative;
	display: block;
	align-items: center;
	background: url("../images/mv_sp.jpg") no-repeat top center;
	background-size: cover;
	padding-bottom: 126%;
	height: 0;
	margin: 0 auto 0;
}
#header h1 {
	position: absolute;
	background: url("../images/logo.png") no-repeat top center;
	width: 64%;
	height: 0;
	background-size: cover;
	padding-bottom: 68%;
	top: 13%;
	left: -50%;
	right: -50%;
	margin: 0 auto 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.header01 {
	position: absolute;
	width: 70%;
	height: auto;
	margin: 0 auto 0;
	top: 70%;
	left: -50%;
	right: -50%;
}
.header_btn {
	position: absolute;
	width:50%;
	height: auto;
	margin: 0 auto 0;
	top: 86%;
	left: -50%;
	right: -50%;
}
/* ---------------------------------------------------------- */

/* story----------------------------------------------------- */
#story {
	width: 100%;
	margin: 0;
	padding: 30px 0 50px;
	background: #131313;
	box-sizing: border-box;
}
#story .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
.ttl_area {
	margin: 0 0 20px;
	text-align:center;
}
.ttl_main {
	margin: 0 0 4px;
	padding: 0;
	line-height: 1.0;
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.ttl_main span {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.0;
	font-size: 13px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.ttl_sub {
    position: relative;
    display: inline-block;
    padding: 0 26px;
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #999999;
}
.ttl_sub:before,
.ttl_sub:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #999999;
}
.ttl_sub:before {
    left: 0;
}

.ttl_sub:after {
    right: 0;
}
.txt_story01 {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_story02 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 2.0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
.txt_story03 {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	line-height: 1.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.txt_box {
	width: 100%;
	margin: 0 auto;
	padding: 20px 16px;
	border: 1px solid #666;
	background: #333;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #fff;
}
.txt_box span{
	color: #fff000;
}
.btn_campaign {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.btn_campaign a {
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	padding: 16px 0;
	text-align: center;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	background:#fff000; 
}
.img_cd {
	width: 100%;
	margin: 0 auto 20px;
}
/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast {
	width: 100%;
	margin: 0;
	padding: 30px 0 50px;
	background: #000;
	box-sizing: border-box;
}
#cast .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
.txt_cast01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.8;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_cast02 {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.8;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.chara_area {
	width: 100%;
	margin: 0 auto;
}
.chara_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.chara_area ul li {
	width: 100%;
	margin: 0 0 30px;
}
.chara_area ul li:last-child {
	width: 100%;
	margin: 0 0 0;
}
.ttl_chara {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #fff;
}
.txt_chara {
	margin: 0 auto;
	padding: 0;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #aaa;
	box-sizing: border-box;
}
.chara_area02 {
	width: 100%;
	margin: 0 auto;
}
.chara_area02 ul {
	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: space-between;
	justify-content: space-between;
}
.chara_area02 ul li {
	position: relative;
	width: 48%;
	margin: 0 0 14px;
	background: url("../images/bg_act.jpg") repeat top center;
	box-sizing: border-box;
	border: 1px solid #242424;
}
.chara_area02 ul li a {
	width: 100%;
	height: 100%;;
	display: block;
}
.act_area {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 4% 4% 4%;
	box-sizing: border-box;
}
.img_cast {
	width: 100%;
	margin: 0 0 10px;
}
.txt_act_name {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_act_name span{
	margin: 0 0 0px;
	padding: 0;
	line-height: 1.0;
	font-size: 10px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_cast_name {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.icon_zoom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.chara_area02 ul li a{
	text-decoration: none;
}
.chara_area02 ul li a:hover{
	filter: brightness(130%)
}
.pop_area{
	overflow: auto;
	width: 80%;
	margin: 0 auto;
	padding: 4% 4%;
	background: url("../images/bg_act.jpg") repeat top center;
	box-sizing: border-box;
	border: 1px solid #242424;
}
.img_cast_big {
	width: 80%;
	margin: 0 auto 10px;
}
.txt_cast_word {
	margin: 10px auto 0;
	padding: 0;
	line-height: 1.8;
	font-size: 13px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* ticket---------------------------------------------------- */
#ticket {
	width: 100%;
	margin: 0;
	padding: 30px 0 60px;
	background: #131313;
	box-sizing: border-box;
}
#ticket .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
.ticket_area {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #333;
	box-sizing: border-box;
}
.ticket_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.ticket_area ul li:first-child {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1.0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	background: #333;
	color: #fff;
	box-sizing: border-box;
}
.ticket_area ul li:last-child {
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

.tw {
	height: 400px; width:90%; 
}

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

