@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: #eed985;
}
a:hover {
	text-decoration: underline;
	color: #fff3c5;
}
/* nav------------------------------------------------------ */
#head_nav {
    top: 0;
    position: fixed;
    width: 100%;
	height: auto;
    margin: 0px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	background: none;
	border: none;
	box-sizing: border-box;
}
#head_nav .inner {
    width: 100%;
    margin: 0 auto;
}
/* Fixed reset */
#head_nav.fixed {
	padding-top: 0;
	border: none;
	background: transparent;
}
#mobile-head {
	width: 100%;
	height: 56px;
	z-index: 999;
    }

#global-nav-sp {
	display:none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 60px 0 0;
	background: -moz-linear-gradient(left,  rgba(198,198,198,0.9) 0%, rgba(199,199,199,0.9) 1%, rgba(255,255,255,0.9) 50%, rgba(198,198,198,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(198,198,198,0.9) 0%,rgba(199,199,199,0.9) 1%,rgba(255,255,255,0.9) 50%,rgba(198,198,198,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(198,198,198,0.9) 0%,rgba(199,199,199,0.9) 1%,rgba(255,255,255,0.9) 50%,rgba(198,198,198,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c6c6c6', endColorstr='#e6c6c6c6',GradientType=1 ); /* IE6-9 */
}
#global-nav-sp ul {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
#global-nav-sp ul li {
	margin: 0 0 10px 0;
}
#global-nav-sp ul li:last-child {
	margin: 0 0 0 0;
}
.nav_top {
	width: 90%;
	margin: 0 auto 20px;
}
.nav_foot {
	width: 90%;
	margin: 20px auto 0;
}
#global-nav-sp .nav_logo {
	width: 70%;
    height: auto;
    margin: 0 auto 20px;
}
#global-nav-sp .game a {
    width: 101px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url("../images/nav_game.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .pgm a {
    width: 83px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url("../images/nav_pgm.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .mov a {
    width: 129px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url("../images/nav_mov.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .twicam a {
    width: 114px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url("../images/nav_twicam.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .regist a {
    width: 83px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url("../images/nav_regist.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .tw a {
    width: 79px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url("../images/nav_tw.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#nav-toggle {
	display: block;
}
.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);
}
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	position: relative;
	display: flex;
	align-items: center;
	background: url(../images/mv_sp.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 118%;
	height: 100%;
	margin: 0 auto 0;
}
#header h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* ---------------------------------------------------------- */

/* game------------------------------------------------------ */
#game {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: url(../images/bg_game.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#game .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.ttl_game {
	width: 100%;
	margin: 0 auto 20px;
}
.game_area {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
}
.game_area ul {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.game_area ul li:first-child{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.game_area ul li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
.mov_pv {
	width: 100%;
	margin: 0 0 0;
	padding: 0;
}
.mov_pv a:hover{
	filter: brightness(150%);
}
.ttl_pv {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #e4c650;
	box-sizing: border-box;
}
.ttl_ov {
	margin: 0 0 6px;
	padding: 0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #e4c650;
	box-sizing: border-box;
}
.txt_ov {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #e4c650;
	box-sizing: border-box;
}
.btn_game {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.btn_game ul {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.btn_game ul li{
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
}
.btn_game ul li a:hover{
	filter: brightness(120%);
}
/* ---------------------------------------------------------- */

/* program--------------------------------------------------- */
#pgm {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: url(../images/bg_pgm.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#pgm .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.ttl_pgm {
	width: 90%;
	margin: 0 auto 20px;
}
.pgm_ov {
	width: 100%;
	margin: 0 auto 30px;
}
.ttl_pgm_ov {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
}
.txt_pgm_ov {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}
.ttl_cast {
	width: 46%;
	margin: 0 auto 20px;
}
.cast_area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.cast_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cast_area ul li{
	width: 48%;
	margin: 0 0 30px;
	padding: 0;
}
.img_cast {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
.ttl_role {
	width: 100px;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 11px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	color: #eed985;
	background: rgba(25,25,25,0.8);
	border: 1px solid #c49e45;
	box-sizing: border-box;
}
.txt_role {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	color: #eed985;
}
/* ---------------------------------------------------------- */

/* mov------------------------------------------------------- */
#mov {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: url(../images/bg_mov.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#mov .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.ttl_mov {
	width: 100%;
	margin: 0 auto 20px;
}
.mov_area {
	width: 100%;
	margin: 0 auto;
}
.mov_area ul {
    -webkit-box-lines: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.mov_area ul li{
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
}
.mov_area ul li a:hover{
	filter: brightness(150%);
}
.img_mov {
	width: 100%;
	margin: 0 0 0;
}
.txt_mov {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	color: #e4c650;
}
/* ---------------------------------------------------------- */

/* twicam---------------------------------------------------- */
#twicam {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: url(../images/bg_twicam.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#twicam .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.ttl_twicam {
	width: 100%;
	margin: 0 auto 20px;
}
.twicam_area {
	width: 100%;
	margin: 0 auto 20px;
	padding: 3px;
	background: rgba(0,0,0,0.5);
	border: 2px solid #c49e45;
	box-sizing: border-box;
}
.twicam_area_in {
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px;
	border: 1px solid #c49e45;
	box-sizing: border-box;
}
.ttl_twicam_in {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	color: #fff;
}
.txt_twicam_in {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}
.item_area {
	width: 100%;
	margin: 0 0 20px;
}
.item_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.item_area ul li {
	width: 48%;
	margin: 0 4% 0 0;
}
.item_area ul li:nth-child(2) {
	width: 48%;
	margin: 0 0 0 0;
}
.item_area ul li:last-child {
	width: 48%;
	margin: 0 0 0 0;
}
.item_txt_area {
	width: 100%;
	margin: 0 0 20px;
}
.item_txt_area ul {
	margin: 0 0 20px;
    -webkit-box-lines: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.item_txt_area ul li:first-child {
	width: 80px;
	margin: 0 auto 0;
}
.item_txt_area ul li:last-child {
	width: 100%;
	margin: 0 0 0 0;
}
.item_txt_area02 {
	width: 100%;
	margin: 0 0 20px;
}
.item_txt_area02 ul {
	margin: 0 0 20px;
    -webkit-box-lines: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.item_txt_area02 ul li:first-child {
	width: 80px;
	margin: 0 auto 0;
}
.item_txt_area02 ul li:last-child {
	width: 100%;
	margin: 0 0 0 0;
}
.ttl_product {
	width: 80px;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	color: #eed985;
	background: rgba(25,25,25,0.8);
	border: 1px solid #c49e45;
	box-sizing: border-box;
}
.txt_product {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #eed985;
}
.txt_product span{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	line-height: 1.6em;
	text-align: left;
	color: #eed985;
}
.att_area {
	width: 100%;
	margin: 0 auto;
}
.ttl_att {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	color: #fff;
}
.txt_att {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}
.txt_att ul li{
	list-style: disc;
}
/* ---------------------------------------------------------- */

/* sns------------------------------------------------------- */
#sns {
	width: 100%;
	margin: 0;
	padding: 14px 0;
	background: url(../images/bg_nav.jpg) repeat top center;
	border-top: 1px solid #d1b062;
	border-bottom: 1px solid #d1b062;
	box-sizing: border-box;
}
#sns .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.sns_area {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.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;
    align-items: center;
}
.sns_area  ul li:first-child {
	width: 60px;
	height: auto;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.sns_area  ul li {
	width: 52px;
	height: 46px;
	margin: 0;
}
.sns_area  ul li a:hover{
	filter: brightness(130%);
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 20px 0 60px;
	background: #1c0c00;
}
.ft_nav {
	width: 100%;
	margin: 0 0 20px;
	
}
.ft_nav ul {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.ft_nav ul li {
	margin: 0 0 6px;
	padding: 0 0px; 
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #eed985;
	border-right: none;
}
.ft_nav ul li:last-child {
	border-right: none;
}
.copy {
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #eed985;
}
/* ---------------------------------------------------------- */

/* nav_ft---------------------------------------------------- */
.nav_ft {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.nav_ft ul {
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_ft ul li{
	width: 50%;
	height: auto;
	margin: 0;
}
/* ---------------------------------------------------------- */


}

