@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;
	background: url("../images/mv.jpg") no-repeat top center;
	background-size: cover;
	padding-bottom: 120%;
	height: 0;
	margin: 0 auto 0;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 26%;
	left: -50%;
	right: -50%;
	width: 80%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 55.464%;
	background: url("../images/logo.png") no-repeat top center;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 20;
}
/* ---------------------------------------------------------- */

/* act------------------------------------------------------- */
#act {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px;
	background: #000;
	box-sizing: border-box;
}
#act .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
.ttl_act {
	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_acttop {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 12px;
	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 16px;
	border: 3px solid #e7de00;
	background: rgba(0,0,0,0.40);
	line-height: 1.8;
	font-size: 12px;
	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: 14px;
	font-weight: 700;
	text-align: center;
}
/* ---------------------------------------------------------- */
	
/* sns------------------------------------------------------- */
.sns {
	width: 90%;
	margin: 0 auto 0px;
	padding: 10px 0;
	border: 2px 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: 12px;
	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 20px;
}
.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: 100%;
	margin: 0 auto 20px;
}
.btn_lv a:hover{
	filter: brightness(130%)
}
/* ---------------------------------------------------------- */

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

.txt_info {
	width: 100%;
	margin: 0 0 0px;
	padding: 0;
	font-size: 14px;
	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 {
	display: block;
	width: 90%;
	margin: 0 auto;
}	
.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: 40px 0 40px;
	box-sizing: border-box;
}
#work .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.work_area {
	margin: 0 0;
	padding: 30px 16px;
	background: rgba(15,15,15,0.8);
	border: 6px solid rgba(30,30,30,0.8);
	box-sizing: border-box;
}
.ttl_work {
	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;
}
.ttl_work_sub {
	margin: 0 0 20px;
	padding: 0 0 20px;
	line-height: 1.0;
	font-size: 20px;
	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 30px;
	padding: 0;
	font-size: 13px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
	color: #fff;
}
.txt_work_area {
	width: 100%;
	margin: 0;
	padding: 20px;
	font-size: 13px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
	color: #fff;
	background: rgba(30,30,30,0.6);
	box-sizing: border-box;
}
.txt_work_area span {
	font-size: 14px;
	font-weight: 700;
}
/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: rgba(25,22,15,0.8);
}
#cast .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_cast_area {
	width: 100%;
	margin: 0 0 20px;
}
.ttl_cast {
	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: #fff;
}
.ttl_cast_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 12px;
	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 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 {
	margin: 0 2% 20px 0;
	width: 32%;
}
#cast ul li:nth-child(3n) {
	width: 32%;
	margin: 0 0 20px 0;
}
#cast ul li:nth-child(4) {
	width: 32%;
	margin: 0 2% 20px 0;
}

#cast ul li:nth-child(6) {
	width: 32%;
	margin: 0 0 20px 0;
}
#cast ul li:nth-child(8) {
	width: 32%;
	margin: 0 2% 20px 0;
}
#cast ul li:nth-child(16) {
	width: 32%;
	margin: 0 2% 20px 0;
}
#cast ul li:nth-child(20) {
	width: 32%;
	margin: 0 2% 20px 0;
}
.img_act {
	width: 100%;
	height: auto;
	margin: 0 auto 6px;
}
.txt_act {
	line-height: 1.6;
	font-size: 11px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #e7de00;
	color: #fff;
}
.cast_staff {
	margin: 0 0 40px;
	font-size: 14px;
	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: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #e7de00;
}
.txt_chara {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.txt_chara span{
	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: left;
	color: #ccc;
}
/* ---------------------------------------------------------- */

/* liveviewing----------------------------------------------- */
#liveviewing {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	box-sizing: border-box;
}
#liveviewing .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_lv_area {
	margin: 0 0 30px;
}
.ttl_lv {
	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;
	color: #e7de00;
}

.lv_area {
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 0px;
	background: rgba(40,40,40,0.7);
	box-sizing: border-box;
}
.lv_area ul {
	padding: 30px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	border-bottom: 1px dotted #333;
}
.lv_area ul:last-child {
	border-bottom: none;
}
.lv_area ul li:first-child{
	width: 100%;
	padding: 0 0 20px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #e7de00;
	text-align: center;
	box-sizing: border-box;
}
.lv_area ul li:last-child{
	width: 100%;
	padding: 0 20px 0;
	font-size: 14px;
	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: 30px 0;
	box-sizing: border-box;
}
#overview .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov_area {
	margin: 0 0 30px;
}
.ttl_ov {
	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;
	color: #fff;
}

.ov_area {
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 0px;
	background: rgba(15,15,15,0.8);
	border: 6px solid rgba(30,30,30,0.8);
	box-sizing: border-box;
}
.ov_area ul {
	padding: 30px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	border-bottom: 1px dotted #333;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 100%;
	padding: 0 0 20px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #999;
	text-align: center;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 100%;
	padding: 0 20px 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{

}

table.type07 {
	font-size: 12px;
	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: 12px;
	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: 12px;
	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: 12px;
	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;
}

.cation {
	margin: 0 0 40px 0;
	padding: 20px;
	line-height: 1.8em;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	background: rgba(15,15,15,0.8);
	border: 6px solid rgba(30,30,30,0.8);
	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: #e7de00;
}
.red {
	color: #ff0000;
}
/* ---------------------------------------------------------- */
#tw {
	width: 100%;
	margin: 0;
	padding: 30px 0 100px;
	background: rgba(0,0,0,0.40)
}
.tw {
	height: 400px; width:90%; 
}

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

