@charset "utf-8";

body	{
	margin: 0;
	background-color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #dd1b84;
}
a:hover {
	text-decoration: underline;
	color: #dd1b84;
}
/* navi------------------------------------------------------ */
.inner {
    width: 1100px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
	height: 10px;
    margin: 100px auto 0;
    padding: 26px 0 26px;
    line-height: 1;
    z-index: 999;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1.0) 100%);
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
	
}
#global-nav ul {
    list-style: none;
    bottom: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#global-nav ul li {
	padding: 0 30px;
	line-height: 1.0;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #e7de00;
}
#global-nav ul li a {
	color: #e7de00;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 26px 0 26px;
    height: 10px;
    background: #f000;
    background: rgba(0,0,0,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 0;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

/* mv-------------------------------------------------------- */
@media screen and (min-width: 1921px){
	#header {
		position: relative;
		margin: 0 auto 0;
		background: url(../images/mv.jpg) no-repeat top center;
		background-size: cover;
		padding-bottom: 52.08%;
		height: 0;
		box-sizing: border-box;
		overflow:hidden;
	}
	#header h1 {	
		position: absolute;
		background: url("../images/logo.png") no-repeat top center;
		width: 506px;
		height: 544px;
		top: 11.8%;
		left: -50%;
		right: -50%;
		margin: 0 auto 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow:hidden;
	}
	.header01 {
		position: absolute;
		width: 734px;
		height: 164px;
		margin: 0 auto 0;
		top: 70%;
		left: -50%;
		right: -50%;
	}
	.header_btn {
		position: absolute;
		width: 274px;
		height: 74px;
		margin: 0 auto 0;
		top: 88%;
		left: -50%;
		right: -50%;
	}
}
@media screen and (min-width:769px) and (max-width:1920px) { 
	#header {
		position: relative;
		background: url(../images/mv.jpg) no-repeat top center;
		max-width: 1920px;
		height: 1000px;
		margin: 0px auto 0px;
		overflow:hidden;
	}
	#header h1 {	
		position: absolute;
		background: url("../images/logo.png") no-repeat top center;
		width: 506px;
		height: 544px;
		top: 116px;;
		left: -50%;
		right: -50%;
		margin: 0 auto 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow:hidden;
	}
	.header01 {
		position: absolute;
		width: 734px;
		height: 164px;
		margin: 0 auto 0;
		top: 700px;
		left: -50%;
		right: -50%;
	}
	.header_btn {
		position: absolute;
		width: 274px;
		height: 74px;
		margin: 0 auto 0;
		top: 880px;
		left: -50%;
		right: -50%;
	}
}

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

/* story----------------------------------------------------- */
#story {
	width: 100%;
	margin: 0;
	padding: 80px 0 100px;
	background: #131313;
	box-sizing: border-box;
}
#story .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_area {
	margin: 0 0 40px;
	text-align:center;
}
.ttl_main {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	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: 24px;
	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 40px;
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 14px;
	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: 30px;
    height: 1px;
    background-color: #999999;
}
.ttl_sub:before {
    left: 0;
}

.ttl_sub:after {
    right: 0;
}
.txt_story01 {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.0;
	font-size: 28px;
	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 30px;
	padding: 0;
	line-height: 2.0;
	font-size: 16px;
	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 80px;
	padding: 0;
	line-height: 1.0;
	font-size: 24px;
	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: 30px 40px;
	border: 1px solid #666;
	background: #333;
	box-sizing: border-box;
	font-size: 16px;
	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: 460px;
	margin: 0 auto 40px;
	text-align: center;
}
.btn_campaign a {
	display: block;
	width: 100%;
	margin: 0 auto 40px;
	padding: 16px 0;
	text-align: center;
	font-size: 16px;
	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: 500px;
	margin: 0 auto 30px;
}
/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast {
	width: 100%;
	margin: 0;
	padding: 80px 0 100px;
	background: #000;
	box-sizing: border-box;
}
#cast .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.txt_cast01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.8;
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_cast02 {
	margin: 0 0 80px;
	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;
}
.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 40px;
}
.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: 18px;
	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: 16px;
	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: 240px;
	margin: 0 0 40px;
	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: 240px;
	height: auto;
	margin: 0;
	padding: 10px 10px 20px;
	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: 24px;
	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: 12px;
	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: 18px;
	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: 600px;
	margin: 0 0 40px;
	padding: 20px 40px 20px;
	background: url("../images/bg_act.jpg") repeat top center;
	box-sizing: border-box;
	border: 1px solid #242424;
}
.img_cast_big {
	width: 400px;
	margin: 0 auto 20px;
}
.txt_cast_word {
	margin: 10px auto 0;
	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: #fff;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* ticket---------------------------------------------------- */
#ticket {
	width: 100%;
	margin: 0;
	padding: 80px 0 100px;
	background: #131313;
	box-sizing: border-box;
}
#ticket .inner {
	width: 1000px;
	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: 18px;
	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: 40px 40px;
	line-height: 1.6;
	font-size: 16px;
	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 {
	width:816px;
	height: 400px;
	margin: 0 auto 60px;
	display: block;
	border: 1px solid #666;
	vertical-align: baseline;
}

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