@charset "UTF-8";

/* ========================================
	common
======================================== */
body {
}
body.is-hidden {
	overflow: hidden;
}
.c-yt-atuoplay_wrapper {
	position: relative;
}
.c-yt-atuoplay_wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-wrapper {
	position: relative;
	min-width: 960px;
	overflow: hidden;
}
.l-inner {
	position: relative;
	width: 960px;
	margin: auto;
}
.l-contents {
	padding-bottom: 185px;
}
.c-pagetitle{
	text-align: center;
	padding: 35px 0 5px 0;
}
.c-content_wrap{
	width: 100%;
}
.c-pagecatch{
	text-align: center;
}
.c-pagecatch img{
	position: relative;
	z-index: 100;
}
.c-content_inner{
	width: 960px;
	margin: 0 auto;
}
.u-left{float: left;}
.u-right{float: right;}
.u-align_c{text-align: center;}

/* 背景固定 js切替 */
.background-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


/* ========================================
	header
======================================== */
.l-logo-soft {
	position: absolute;
	top: 11px;
	left: 14px;
	z-index: 5000;
}
.l-logo-3ds {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 5000;
}


/* ========================================
	footer
======================================== */
.l-footer {
	position: fixed;
	bottom: -122px;
	left: 0;
	width: 100%;
	transition: bottom 300ms;
	z-index: 8000;
}
.l-footer.is-show {
	bottom: -46px;
}
.l-footer.is-show-bottom {
	bottom: 0;
}
.no-js .l-footer {
	bottom: 0;
}
.l-footer_nav {
	position: relative;
	height: 66px;
  background: url(../images/common/footer_bg.png) center top repeat-y;
	z-index: 2;
}
.l-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
	background-color: #f57c9a;
}
.l-footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
	background-color: #cb8ce7;
}
.l-footer_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 167px;
	height: 76px;
	background: url(../images/common/game_logo_bg.png) left top no-repeat;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.l-footer_logo:hover {
	height: 91px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	transition: 100ms ease-out;
}

.l-gnav {
	position: absolute;
	top: 0;
	left: 167px;
}
.l-gnav_item {
	float: left;
}
.l-footer_pagetop {
	position: absolute;
	top: -70px;
	right: 8px;
  display: none;
}
.l-footer_pagetop.is-show {
  display: block;
}
.l-footer_info {
	position: relative;
	height: 46px;
	background: url(../images/common/footer_bg2.png) center top repeat;
	z-index: 2;
}
.l-footer_official {
	padding-top: 18px;
	text-align: center;
	font-size: 0;
}
.l-footer_official li {
	display: inline-block;
	font-size: 14px;
}
.l-footer_official li:not(:last-child) {
	margin-right: 11px;
}

/* ========================================
	tab
======================================== */
[data-tabswitch] {
	position: relative;
	cursor: pointer;
}
[data-tabswitch] img {
	transition: opacity 300ms;
}
[data-tabswitch] .tabnv_switch-on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
[data-tabswitch]:hover .tabnv_switch-off,
[data-tabswitch].is-current .tabnv_switch-off {
	opacity: 0;
}
[data-tabswitch]:hover .tabnv_switch-on,
[data-tabswitch].is-current .tabnv_switch-on {
	opacity: 1;
}
[data-tabswitch].is-current .tabnv_switch-on {
	-webkit-animation: tabCurrent 2500ms linear infinite;
	animation: tabCurrent 2500ms linear infinite;
}

@-webkit-keyframes tabCurrent {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		animation-timing-function: ease-out;
	}
	86% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		animation-timing-function: ease-in;
	}
	92% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		animation-timing-function: ease-out;
	}
	96% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes tabCurrent {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		animation-timing-function: ease-out;
	}
	86% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		animation-timing-function: ease-in;
	}
	92% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		animation-timing-function: ease-out;
	}
	96% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
[data-tabbody] {
	visibility: hidden;
	opacity: 0;
	transition: 200ms;
}
[data-tabbody].is-current {
	visibility: visible;
	opacity: 1;
}
.l-tabbody {
	position: relative;
}
.l-tabbody_content {
	position: relative;
}
.l-tabbody_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ========================================
	modal
======================================== */
[data-modallink],
[data-modalchange] {
	cursor: pointer;
}
[data-modalbody] {
	visibility: hidden;
	opacity: 0;
	transition: 200ms;
}
[data-modalbody].is-show {
	visibility: visible;
	opacity: 1;
}
.l-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
	height: 100%;
}
.l-modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(../images/common/modal_bg.png) center top repeat-y;
	background-size: 100% auto;
	/*background: rgba(0, 0, 0, 0.5);*/
	cursor: pointer;
}
.l-modal_body {
	position: relative;
	width: 760px;
	margin: auto;
}
.l-modal_inner {
	background-color: #fff;
	padding: 20px 20px 28px 20px;
}
.l-modal_close {
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
}
.l-modal_ytTtl {
	padding-top: 28px;
	text-align: center;
}
.l-modal_prev,
.l-modal_next {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.l-modal_prev {
	left: -80px;
}
.l-modal_next {
	right: -80px;
}
.l-modal_contents {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.l-modal_movie {
	position: relative;
	width: 100%;
}
.l-modal_movie:before {
	content: '';
	display: block;
	position: relative;
	width: 100%;
    padding-top: 56.25%; /* 100% / 640px * 360px */
}
.l-modal_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ========================================
	animation
======================================== */
.c-anim_slideup-s img {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition:
		opacity 300ms,
		-webkit-transform 400ms,
		transform 400ms;
}
.c-anim_slideup-m img {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition:
		opacity 400ms,
		-webkit-transform 500ms,
		transform 500ms;
}
.c-anim_slideup-l img {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	transition:
		opacity 500ms,
		-webkit-transform 600ms,
		transform 600ms;
}
.c-anim_slideup-s.is-animation img,
.c-anim_slideup-m.is-animation img,
.c-anim_slideup-l.is-animation img,
.no-js .c-anim_slideup-s img,
.no-js .c-anim_slideup-m img,
.no-js .c-anim_slideup-l img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  outline: 0;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  z-index: 5000;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
