
/*=====================================

home.css

=====================================*/

body {
	min-width: inherit;
}

/*-------------------------------------
 wrapper
-------------------------------------*/
#wrapper {
	overflow: hidden;
}


/*-------------------------------------
 header
-------------------------------------*/
#header h1 {
	width: 240px;
	height: 150px;
	margin: -5px 0 0 -15px;
	background: url(/common/images/header_logo01.png) no-repeat 0 0;
	background-size: 100% auto;
}
#header h1 img {
	opacity: 0;
}
#header.headerFixed h1 {
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}
#header.headerFixed h1 img {
	opacity: 1;
}
.gnavBtn {
	display: none;
}


/*-------------------------------------
 homeMovie
-------------------------------------*/
#homeMovie {
	position: relative;
	overflow: hidden;
	background: #000;
}
#homeMovieVideo {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	padding: 100px 0 0 0;
	box-sizing: border-box;
}
.player {
	position: absolute;
	top: 100px;
	bottom: 0;
	width: 100%;
	margin: auto;
	background: url(/images/sp_visual.png) no-repeat center center;
	background-size: contain;
}
.player:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.mbYTP_wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.mbYTP_wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	margin: auto !important;
}

.btnSound {
	display: block;
	position: absolute;
	top: 100px;
	bottom: 0;
	width: 100%;
	margin: auto;
}
.btnSound:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.btnSound p {
	position: absolute;
	top: 13px;
	right: 30px;
	z-index: 10;
	width: 102px;
	height: 28px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/images/btn_sound_off.png) no-repeat 0 0;
	overflow: hidden;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}
.btnSound p.on {
	background: url(/images/btn_sound_on.png) no-repeat 0 0;
}
.btnScroll {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 10;
	margin: 0 0 0 -33px;
}
.homeTopicBox {
	position: absolute;
	bottom: 37px;
	left: 10px;
	z-index: 100;
	padding: 20px 30px;
	color: #fff;
	font-size: 36px;
	background: rgba(0, 0, 0, 0.5);
}
.homeTopicBoxClose {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/common/images/icn_close.png) no-repeat 0 0 #686868;
	overflow: hidden;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}
.homeMovieLink {
	position: absolute;
	right: 0;
	bottom: 37px;
	z-index: 100;
	width: 150px;
	height: 50px;
}
.homeMovieLink ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	background: #c20005;
}
.homeMovieLink ul li a em {
	display: inline-block;
	padding: 0 0 0 39px;
	background: url(/images/icn_info.png) no-repeat 10px center;
}
.homeVisualSp,
.homeMovieSp {
	display: none;
}


/*-------------------------------------
 homeMain
-------------------------------------*/
#homeMain {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
	overflow: hidden;
}
#homeMain .inner {
	display: table;
	width: 1180px;
	margin: 0 auto;
	padding: 20px 10px;
}
.homeTitle,
.homeContents {
	display: table-cell;
	vertical-align: middle;
}
.homeTitle {
	width: 180px;
}
.homeTitle h2 {
	width: 130px;
	margin: 0 0 7px 0;
}
.homeTitle p {
	width: 130px;
}
.homeTitle p a {
	display: block;
	padding: 0 5px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	background: url(/common/images/icn_arw01.png) no-repeat 116px center #000;
}
/* homeNews */
.homeNews {
	background: #f7f7f7;
}
.homeNews ul {
	overflow: hidden;
}
.homeNews ul li {
	clear: both;
	padding: 0 0 15px 0;
	overflow: hidden;
}
.homeNews ul li .newsDate {
	float: left;
	width: 180px;
	padding: 2px 20px 0 0;
	font-size: 13px;
}
.homeNews ul li .newsDate img {
	float: right;
	width: 80px;
	padding: 3px 0 0 0;
}
.homeNews ul li .newsTxt {
	overflow: hidden;
}
/* homeGameList */
.homeGameList {
	margin: 0 -20px -20px 0;
}
.homeGameList li {
	float: left;
	width: 490px;
	margin: 0 20px 20px 0;
}
/* homeBanner */
.homeBanner {
	padding: 0 0 50px 0;
	text-align: center;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footerCopyright {
	position: relative;
}
.footerCopyright ul {
	position: absolute;
	top: 22px;
	right: 0;
}
.footerCopyright ul li {
	float: left;
	margin: 0 0 0 5px;
}
.footerCopyright ul li i {
	background: #fff;
	border-radius: 5px;
}
.fa-facebook-square:before { color: #3b5998; }
.fa-twitter-square:before { color: #55acee; }
.fa-google-plus-square:before { color: #dc4e41; }













/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

@media screen and (min-width: 1381px) {

#header02 h1 {
	left: -40px;
}
#header02.headerFixed #gnav ul {
}
#header01 h1 {
	top: -10px;
	width: 19%;
	max-width: 315px;
}

}



/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 781px) {

.homeBanner a:hover,
.footerCopyright ul li a:hover,
.homeTitle a:hover,
.homeGameList li a:hover {
	opacity: 0.8;
}
.btnSound p:hover,
.homeMovieLink ul li a:hover,
.homeTopicBoxClose:hover,
.btnScroll:hover {
	opacity: 0.7;
}

}



/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 780px) {

/*-------------------------------------
 header
-------------------------------------*/
#header h1,
#header.headerFixed h1 {
	width: 80px;
	height: auto;
	margin: 0;
	background: none;
}
#header h1 img {
	opacity: 1;
}
.gnavBtn {
	display: block;
}


/*-------------------------------------
 homeMovie
-------------------------------------*/
#homeMovieVideo,
.player,
.btnSound,
.btnScroll {
	display: none;
}
.homeVisualSp,
.homeMovieSp {
	display: block;
}
#homeMovie {
	margin: 45px 0 0 0;
	padding: 0 0 15px 0;
	background: url(/images/movie_bg01.jpg) repeat-y center top;
	background-size: 100% auto;
}
.homeVisualSp {
	padding: 0 0 15px 0;
}
.homeVisualSp img {
	width: 100%;
	max-width: inherit;
}
.homeMovieSp {
	position: relative;
	margin: 0 10px;
	padding-top: 56.25%;
}
.homeMovieSp iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.homeTopicBox {
	position: relative;
	top: 0;
	left: 0;
	bottom: auto;
	z-index: 100;
	margin: 0 10px 15px 10px;
	padding: 10px 15px;
	font-size: 23px;
	line-height: 1.3;
	background: rgba(41, 41, 41, 0.7);
}
.homeTopicBoxClose {
	display: none;
}
.homeMovieLink {
	position: relative;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.homeMovieLink ul li a {
	font-size: 13px;
	line-height: 35px;
}


/*-------------------------------------
 homeMain
-------------------------------------*/
#homeMain {
	padding: 0;
}
#homeMain .inner {
	display: block;
	width: auto;
	padding: 0 10px;
}
.homeTitle,
.homeContents {
	display: block;
}
.homeTitle {
	width: auto;
	margin: 0 -10px 0 0;
	overflow: hidden;
}
.homeTitle h2 {
	float: left;
	padding: 13px 0 0 0;
}
.homeTitle p {
	float: right;
	width: 93px;
	margin: 13px 0;
}
.homeTitle p a {
	padding: 0 10px;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	background: url(/common/images/icn_arw09.png) no-repeat 82px center #000;
	background-size: 7px 8px;
}
/* homeNews */
.homeNews ul {
	margin: 0 -10px;
	border-top: 1px solid #d6d6d6;
}
.homeNews ul li {
	position: relative;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}
.homeNews ul li:after {
	position: absolute;
	top: 3px;
	bottom: 3px;
	right: 0;
	width: 18px;
	content: "";
	background: url(/common/images/icn_arw08.png) no-repeat right center;
	background-size: 18px auto;
}
.homeNews ul li .newsDate {
	float: none;
	width: auto;
	padding: 0 30px 0 10px;
	font-size: 11px;
	overflow: hidden;
}
.homeNews ul li .newsDate img {
	float: right;
	width: 80px;
	padding: 0;
}
.homeNews ul li .newsTxt {
	padding: 0 30px 0 10px;
}
.homeNews ul li a {
	display: block;
}
/* homeGameList */
.homeGameList {
	margin: 0;
}
.homeGameList li {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	text-align: center;
}
.homeGameList li img {
	max-width: 100%;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footerCopyright {
	padding: 25px 0 0 0;
}
.footerCopyright ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.footerCopyright ul li {
	float: none;
	display: inline-block;
	margin: 0 4px;
}
.footerCopyright ul li i {
	font-size: 2.2em;
}



}



