@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: #eed985;
}
a:hover {
	text-decoration: underline;
	color: #fff3c5;
}
/* nav------------------------------------------------------ */
 
#head_nav {
    width: 100%;
	height: 80px;
    margin: 0px auto 0;
    padding: 9px 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	background: url(../images/bg_nav.jpg) repeat top center;
	border-top: 1px solid #d1b062;
	border-bottom: 1px solid #d1b062;
	box-sizing: border-box;
}
#head_nav .inner {
    width: 1000px;
    margin: 0 auto;
}
#global-nav {
	position: relative;
	width: 1000px;
	height: 62px;
	margin: 0;
	background: url(../images/bg_gnav.png) no-repeat top center;
}
#global-nav ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	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 {
	margin: 0 40px 0 0;
}
#global-nav ul li:last-child {
	margin: 0 0 0 0;
}
#global-nav .game a {
    width: 101px;
    height: 20px;
    margin: 0 0 0;
    background-image: url("../images/nav_game.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .pgm a {
    width: 83px;
    height: 20px;
    margin: 0 0 0;
    background-image: url("../images/nav_pgm.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .mov a {
    width: 129px;
    height: 20px;
    margin: 0 0 0;
    background-image: url("../images/nav_mov.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .twicam a {
    width: 114px;
    height: 20px;
    margin: 0 0 0;
    background-image: url("../images/nav_twicam.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .regist a {
    width: 83px;
    height: 20px;
    margin: 0 0 0;
    background-image: url("../images/nav_regist.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .tw a {
    width: 79px;
    height: 20px;
    margin: 0 0 0;
    background-image: url("../images/nav_tw.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav a:hover{
	filter: brightness(70%);
}
/* Fixed */
#head_nav.fixed {
    margin: 0;
    top: 0;
    position: fixed;
    padding: 9px 0x;
	height: 80px;
	background: url(../images/bg_nav.jpg) repeat top center;
	border-top: 1px solid #d1b062;
	border-bottom: 1px solid #d1b062;
    -moz-transition: top 1s ease-in;
	box-sizing: border-box;
}

/* 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: #e4c650;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	box-shadow:0px 0px 3px 0px #000000;
}
#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-------------------------------------------------------- */
#header{
	margin: 0 auto;
	max-width: 2000px;
	height: 900px;
	background-color: #fff;
	background: url(../images/mv.jpg) no-repeat top center;
}
#header h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* ---------------------------------------------------------- */

/* game------------------------------------------------------ */
#game {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	background: url(../images/bg_game.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#game .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_game {
	width: 569px;
	margin: 0 auto 40px;
}
.game_area {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 0;
}
.game_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;
}
.game_area ul li:first-child{
	width: 470px;
	margin: 0;
	padding: 0;
}
.game_area ul li:last-child{
	width: 500px;
	margin: 0;
	padding: 0;
}
.mov_pv {
	width: 470px;
	margin: 0 0 8px;
	padding: 0;
}
.mov_pv a:hover{
	filter: brightness(150%);
}
.ttl_pv {
	margin: 0;
	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;
}
.ttl_ov {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.0em;
	text-align: left;
	color: #e4c650;
	box-sizing: border-box;
}
.btn_game {
	width: 904px;
	margin: 0 auto;
	padding: 0;
}
.btn_game ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btn_game ul li{
	width: 437px;
	margin: 0;
	padding: 0;
}
.btn_game ul li a:hover{
	filter: brightness(120%);
}
/* ---------------------------------------------------------- */

/* program--------------------------------------------------- */
#pgm {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	background: url(../images/bg_pgm.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#pgm .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_pgm {
	width: 522px;
	margin: 0 auto 40px;
}
.pgm_ov {
	width: 900px;
	margin: 0 auto 60px;
}
.ttl_pgm_ov {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
	color: #fff;
}
.txt_pgm_ov {
	margin: 0 0 20px;
	padding: 0;
	font-size: 18px;
	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: 242px;
	margin: 0 auto 30px;
}
.cast_area {
	width: 900px;
	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: 240px;
	margin: 0 0 30px;
	padding: 0;
}
.img_cast {
	width: 240px;
	margin: 0 0 10px;
	padding: 0;
}
.ttl_role {
	width: 140px;
	margin: 0 auto 10px;
	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: 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: 15px;
	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: 80px 0;
	background: url(../images/bg_mov.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#mov .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_mov {
	width: 654px;
	margin: 0 auto 40px;
}
.mov_area {
	width: 970px;
	margin: 0 auto;
}
.mov_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;
}
.mov_area ul li{
	width: 470px;
	margin: 0 0 30px;
	padding: 0;
}
.mov_area ul li a:hover{
	filter: brightness(150%);
}
.img_mov {
	width: 470px;
	margin: 0 0 10px;
}
.txt_mov {
	margin: 0 auto;
	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: #e4c650;
}
/* ---------------------------------------------------------- */

/* twicam---------------------------------------------------- */
#twicam {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	background: url(../images/bg_twicam.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#twicam .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_twicam {
	width: 765px;
	margin: 0 auto 40px;
}
.twicam_area {
	width: 1000px;
	margin: 0 auto 40px;
	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: 30px 20px;
	border: 1px solid #c49e45;
	box-sizing: border-box;
}
.ttl_twicam_in {
	margin: 0 0 16px;
	padding: 0;
	font-size: 24px;
	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: 16px;
	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 {
	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: 200px;
	margin: 0 20px 0 0;
}
.item_area ul li:last-child {
	width: 200px;
	margin: 0 0 0 0;
}
.item_txt_area {
	width: 100%;
	margin: 0 0 20px;
}
.item_txt_area ul {
	margin: 0 0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.item_txt_area ul li:first-child {
	width: 120px;
	margin: 0 20px 0 0;
}
.item_txt_area ul li:last-child {
	width: 590px;
	margin: 0 0 0 0;
}
.item_txt_area02 {
	width: 100%;
	margin: 0 0 20px;
}
.item_txt_area02 ul {
	margin: 0 0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.item_txt_area02 ul li:first-child {
	width: 120px;
	margin: 0 20px 0 0;
}
.item_txt_area02 ul li:last-child {
	width: 730px;
	margin: 0 0 0 0;
}
.ttl_product {
	width: 120px;
	margin: 0 auto 10px;
	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: 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: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	line-height: 1.6em;
	text-align: left;
	color: #eed985;
}
.txt_product span{
	margin: 0;
	padding: 0;
	font-size: 16px;
	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: 800px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	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: 1000px;
	margin: 0 auto;
	padding: 0;
}
.sns_area {
	width: 416px;
	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: 100px;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.sns_area  ul li {
	width: 83px;
	height: 72px;
	margin: 0;
}
.sns_area  ul li a:hover{
	filter: brightness(130%);
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0;
	background: #1c0c00;
}
.ft_nav {
	width: 100%;
	margin: 0 0 20px;
	
}
.ft_nav ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.ft_nav ul li {
	margin: 0;
	padding: 0 16px; 
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #eed985;
	border-right: 1px solid #eed985;
}
.ft_nav ul li:last-child {
	border-right: none;
}
.copy {
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #eed985;
}
/* ---------------------------------------------------------- */

/* nav_right------------------------------------------------- */
.nav_right {
	width: 83px;
	height: auto;
	position: fixed;
	top: 100px;
	right: 10px;
}
.nav_right ul {
	margin: 0;
}
.nav_right ul li{
	width: 83px;
	height: 72px;
	margin: 0 0 10px;
}
.nav_right ul li:first-child{
	width: 83px;
	height: 57px;
	margin: 0 0 10px;
}
.nav_right ul li:last-child{
	width: 83px;
	height: 57px;
	margin: 0;
}
.nav_right ul li a:hover{
	filter: brightness(120%);
}
/* ---------------------------------------------------------- */
