@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: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* 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;
}
#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: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
#global-nav ul li a {
	color: #fff;
}

/* 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;
		text-indent: 100%;
		white-space: nowrap;
		overflow:hidden;
	}
	#header h1 {
		position: absolute;
		margin: 0 auto 0;
		top: 18%;
		left: -50%;
		right: -50%;
		width: 900px;
		height: 624px;
		background: url("../images/logo.png") no-repeat top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		z-index: 10;
	}
}
@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 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow:hidden;
	}
	#header h1 {
		position: absolute;
		margin: 0 auto 0;
		top: 18%;
		left: -50%;
		right: -50%;
		width: 900px;
		height: 624px;
		background: url("../images/logo.png") no-repeat top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		z-index: 10;
	}
}
/* ---------------------------------------------------------- */

/* act------------------------------------------------------- */
#act {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px;
	background: #000;
	box-sizing: border-box;
}
#act .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_act {
	margin: 0 0 20px;
	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_acttop {
	margin: 0 0;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.att_top {
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px;
	border: 3px solid #e7de00;
	background: rgba(0,0,0,0.40);
	line-height: 1.6;
	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;
}
.att_top p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
/* ---------------------------------------------------------- */

/* sns------------------------------------------------------- */
.sns {
	width: 600px;
	margin: 0 auto 0px;
	padding: 10px 0;
	border: 4px solid #353300;
	background: url(../images/bg_btn.jpg) no-repeat top center;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	box-sizing: border-box;
}
.ttl_sns {
	margin: 0 0 10px;
	line-height: 1.8;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #f7ee13;
}
.sns_area {
	width: 260px;
	margin: 0 auto 30px;
}
.sns_area ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sns_area ul li:first-child{
	width: 72px;
	margin: 0;
	padding: 0;
}
.sns_area ul li:nth-child(2){
	width: 60px;
	margin: 0;
	padding: 0;
}
.sns_area ul li:last-child{
	width: 92px;
	margin: 0;
	padding: 0;
}
iframe.twitter-share-button {
width: 60px!important;
}
.btn_lv {
	width: 640px;
	margin: 0 auto 20px;
}
.btn_lv a:hover{
	filter: brightness(130%)
}
/* ---------------------------------------------------------- */

.info_area {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 40px 40px;
	background: rgba(15,15,15,0.8);
	border: 10px solid rgba(30,30,30,0.8);
	box-sizing: border-box;
}
.ttl_info {
	margin: 0 0 40px;
	padding: 0 0 20px;
	line-height: 1.6;
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #666
}

.txt_info {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
	color: #fff;
}
.txt_info img {
	width: 300px;
	margin: 0 0;
}
.img_yoko img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.img_cast img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* container------------------------------------------------- */
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	box-sizing: border-box;
	background-color: #000;
	background: url(../images/bg_base.jpg) repeat top center;
}
/* ---------------------------------------------------------- */

/* work------------------------------------------------------ */
#work {
	width: 100%;
	margin: 0;
	padding: 120px 0 120px;
	box-sizing: border-box;
}
#work .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.work_area {
	margin: 0 0;
	padding: 60px 40px;
	background: rgba(15,15,15,0.8);
	border: 10px solid rgba(30,30,30,0.8);
	box-sizing: border-box;
}
.ttl_work {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.ttl_work_sub {
	margin: 0 0 30px;
	padding: 0 0 30px;
	line-height: 1.0;
	font-size: 28px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #555;
	box-sizing: border-box
}
.txt_work {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	color: #fff;
}
.txt_work_area {
	width: 100%;
	margin: 0;
	padding: 40px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 2.2;
	color: #fff;
	background: rgba(30,30,30,0.6);
	box-sizing: border-box;
}
.txt_work_area span {
	font-size: 16px;
	font-weight: 700;
}
/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	background: rgba(25,22,15,0.8);
}
#cast .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_cast_area {
	width: 100%;
	margin: 0 0 40px;
}
.ttl_cast {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.ttl_cast_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #e7de00;
}
.txt_cast {
	margin: 0 auto;
	width: 900px;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #e7de00;
}
.txt_cast span {
   font-size: 14px;
}
#cast ul {
	margin: 0 0 60px;
	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 {
	width: 200px;
	margin: 0 6.6% 20px 0;
}
#cast ul li:nth-child(4n) {
	width: 200px;
	margin: 0 0 20px 0;
}

.img_act {
	width: 200px;
	height: 293px;
	margin: 0 auto 6px;
}
.txt_act {
	line-height: 1.6;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #e7de00;
	color: #fff;
}
.txt_act span {
	font-size: 12px;
}
.cast_staff {
	margin: 0 0 60px;
	font-size: 20px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #e7de00;
	color: #fff;
}
.cast_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.cast_table p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #999;
}
.txt_chara {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	font-size: 22px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.txt_chara span{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #ccc;
}
/* ---------------------------------------------------------- */

/* liveviewing----------------------------------------------- */
#liveviewing {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	box-sizing: border-box;
}
#liveviewing .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_lv_area {
	margin: 0 0 40px;
}
.ttl_lv {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}

.lv_area {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 20px 30px;
	background: rgba(0,41,81,0.7);
	box-sizing: border-box;
}
.lv_area ul {
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #666;
}
.lv_area ul:last-child {
	border-bottom: none;
}
.lv_area ul li:first-child{
	width: 24%;
	padding: 0 0 0 50px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #6ca0ff;
	box-sizing: border-box;
}
.lv_area ul li:last-child{
	width: 76%;
	padding: 0 30px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.lv_area ul li a{
	color: #00a0e9;
}

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

/* overview-------------------------------------------------- */
#overview {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	box-sizing: border-box;
}
#overview .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov_area {
	margin: 0 0 40px;
}
.ttl_ov {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}

.ov_area {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 20px 30px;
	background: rgba(15,15,15,0.8);
	border: 10px solid rgba(30,30,30,0.8);
	box-sizing: border-box;
}
.ov_area ul {
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #888;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 24%;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #999;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 76%;
	padding: 0 30px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li span:last-child{
	font-size: 14px;
}
.ov_area ul li a{
	color: #1db7ae;
}

.cation {
	margin: 0 0 40px 0;
	padding: 60px;
	line-height: 1.8em;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	background: rgba(15,15,15,0.8);
	border: 10px solid rgba(30,30,30,0.8);
	box-sizing: border-box;
	color: #fff;
}
.cation a{
	color: #1db7ae;
}
.ttl_cation {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #e7de00;
}
.red {
	color: #ff0000;
}
/* ---------------------------------------------------------- */
#tw {
	width: 100%;
	margin: 0;
	padding: 80px 0 140px;
	background: rgba(0,0,0,0.40)
}
.tw {
	width:816px;
	margin: 0 auto 0 auto;
	display: block;
}

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