@charset "UTF-8";
/*
#####################################
tag
#####################################
*/
body {
	font-family: 'Roboto Condensed','Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	background: #000;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
	}
}

a {
	color: #fff;
	outline: none;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

iframe {
	vertical-align: bottom;
}

button {
	outline: none;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

svg {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*inline-svg*/
.svg-wrap {
	position: relative;
	width: 100%;
	padding-top: 100%;
	display: inline-block;
}

.svg-wrap svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*clearfix*/
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	overflow: hidden;
}

* html .clearfix {
	height: 1px;
}

/*btn*/
.btn a {
	display: inline-block;
}

.btn a:hover {
	opacity: .8;
	animation: btnmotion .2s;
}

.btn-max {
	width: 100%;
}

a.btn-skin {
	border-radius: 6px;
	padding: 1em 1.2em;
	border: solid #edb600 1px;
	background: linear-gradient(#191919, #000);
	font-weight: bold;
	text-align: center;
	color: #edb600;
}

.btn-skin i:before {
	content: '\00a0\00a0';
	margin-left: 0.4em;
	line-height: 0;
}

.btn-skin i:after {
	content: '\0bb';
	border-radius: 6px;
	font-size: 1.4em;
	margin-left: 0.4em;
	line-height: 0;
}

a.btn-emphasis {
	color: #fff;
	background: linear-gradient(#f19411, #f12711);
}

.btn-emphasis i:after {
	color: #fff;
}

.btn-skin.is-active {
	background: #edb600;
	cursor: default;
	color: #000;
}

.is-active i:before, .is-active i:after {
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.btn a:hover {
		opacity: 1;
		animation: none;
	}
}

@keyframes btnmotion {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .8;
	}
}

@-webkit-keyframes btnmotion {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .8;
	}
}

@-moz-keyframes btnmotion {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .8;
	}
}

/*
#####################################
structure
#####################################
*/
header, main, footer {
	padding-right: 98px;
}

main {
	margin-bottom: 4%;
}

main.global-main {
	padding-top: 950px;
	margin-bottom: 0;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	header, main, footer, main.global-main {
		padding: 0;
		position: relative;
	}
	footer {
		padding-bottom: 50px;
	}
}

.container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.box {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.box {
		width: 100%;
		margin: 0 auto;
	}
}

.outer {
	padding: 0 4%;
}

.inner {
	padding: 0 4%;
}

/*
#####################################
common
#####################################
*/
/*----- select -----*/
.select-contents {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.select-item-child {
	margin: 0 2em 0 1.5em;
	margin-bottom: 1.5em;
}

.select-item-child i:before {
	content: '';
	background: url("/_materials/img/icon-select.svg") no-repeat 0 top;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .8em;
	background-size: 100% auto;
	vertical-align: middle;
}

/*----- iframe -----*/
iframe {
	width: 1px;
	min-width: 100%;
	*width: 100%;
}

/*----- sns -----*/
.sns-item {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.sns-item-child {
	margin: 0 .5em;
	max-width: 40px;
	width: 100%;
}

/*----- DL -----*/
.download-item {
	display: flex;
	/* background-color: #edb600; */
	justify-content: center;
	align-items: center;
}

.download-item-child {
	margin: 0 6px;
}

.download-item img.store-app {
	max-width: 189.21739px;
	width: 100%;
}

.download-item img.store-app {
	max-width: 189.21739px;
	width: 100%;
}

.download-item img.store-ggp {
	max-width: 214.72463px;
	width: 100%;
}

.download-item img.store-aap {
	max-width: 217.90476px;
	width: 100%;
}

.pc-header-dl .download-item {
	background: none;
}

.pc-header-dl .download-item-child {
	margin: 0 7px;
}

.pc-nav-dl .download-item-child {
	margin: 10px 10px;
}

.pc-nav-dl .download-item img {
	width: 100%;
}

.sp-nav-dl {
	position: relative;
	padding: 11px 12px 11px 8px;
	background-color: #edb600;
}

.sp-nav-dl::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 1;
	top: 0;
	left: -26px;
	border-width: 54px 26px 26px 0;
	border-color: transparent #edb600 transparent transparent;
	border-style: solid;
}

.sp-nav-dl .download-item {
	position: relative;
	height: 100%;
}

.sp-nav-dl .download-item-child {
	margin: 0 3px;
}

.sp-nav-dl img.store-app {
	width: 93.04347px;
	width: calc(calc(408px * 30) / 138);
	height: 30px;
}

.sp-nav-dl img.store-ggp {
	width: 100.6521px;
	width: calc(calc(463px * 30) / 138);
	height: 30px;
}

.sp-nav-dl img.store-aap {
	width: 102.3913px;
	width: calc(calc(471px * 30) / 138);
	height: 30px;
}

@media screen and (max-width: 400px) {
	.sp-nav-dl img.store-app {
		width: 76.8695px;
		width: calc(calc(408px * 26) / 138);
		height: 26px;
	}
	.sp-nav-dl img.store-ggp {
		width: 87.2318px;
		width: calc(calc(463px * 26) / 138);
		height: 26px;
	}
	.sp-nav-dl img.store-aap {
		width: 88.7391px;
		width: calc(calc(471px * 26) / 138);
		height: 26px;
	}
}

/*----- toggle direct link -----*/
.js-toggle-inner {
	display: none;
}

.js-toggle-ttl i {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
	background: url("/_materials/img/icon-toggleBtn.svg") no-repeat 0 top;
	background-size: 100% 200%;
	vertical-align: middle;
}

.js-toggle-ttl i.open {
	background-position: 0 bottom;
}

/*----- toggle design -----*/
.tgl-ttl {
	border-top: 1px solid #333;
	padding: 1em 0;
	cursor: pointer;
	font-weight: bold;
}

.tgl-item:last-child {
	border-bottom: 1px solid #333;
}

.tgl-inner {
	padding: 4% 1.5em;
	background-color: #313131;
	margin-bottom: 1em;
}

/*----- arrow -----*/
.common-arrow:before, .common-arrow:after {
	content: '';
	background: none;
	height: 24px;
}

.common-arrow {
	background: none;
	height: 24px;
	width: 20px;
	z-index: 1;
}

.common-arrow svg {
	height: 24px;
	width: 20px;
}

.arrow-under {
	font-size: 1em;
	width: 5em;
	margin: 0 auto;
}

/*----- slide -----*/
[data-slick-slide] {
	display: none;
}

.slick-initialized {
	display: block;
}

.slick-dots li {
	background: none;
	border-radius: 1em;
	border: solid 2px #edb600;
	width: 1em;
	height: 1em;
}

.slick-dots li.slick-active {
	background-color: #edb600;
	border-radius: 1em;
}

.slick-dots li button::before {
	content: '';
}

/*----- fancybox -----*/
.fancybox-bg {
	background: rgba(0, 0, 0, 0.9);
}

/*----- DL popup -----*/
.download-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	transition: opacity .3s ease-out;
	transform: translateZ(0);
	outline: none;
	opacity: 0;
	z-index: 9999;
}

.download-popup.is-view {
	transition: opacity .5s ease-out;
	opacity: 1;
}

.download-popup-inner {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 830px;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.popup-stage {
	position: relative;
	width: 100%;
	height: 100%;
}

.popup-box {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 800px;
	margin: auto;
	transition: all .5s ease-out;
	transform: translate(-50%, -40%);
	vertical-align: middle;
	overflow: visible;
	opacity: 0;
}

.popup-box.is-view {
	transition: all .3s ease-out;
	transform: translate(-50%, -50%);
	opacity: 1;
}

.popup-box-inner {
	position: relative;
	padding: 1em;
	border: 1px solid #333;
	border-radius: 8px;
	background: #fff url(/_materials/img/bg-download-popup.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.popup-box-nav {
	position: relative;
}

.nav-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background: transparent;
	transition: opacity .3s ease;
	transform: translateY(-100%);
	opacity: 1;
}

.nav-close:hover {
	cursor: pointer;
	opacity: .5;
}

.nav-close::before,
.nav-close::after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 26px;
	height: 3px;
	background: #fff;
}

.nav-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.nav-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-logo-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 3em 0;
}

.popup-logo-item-child {
	display: inline-flex;
	width: 50%;
}

.popup-box .game-logo {
	content: '';
	width: 100%;
	max-width: 180px;
	padding-top: 126px;
	margin: 0 1em;
	background: url(/_materials/img/logo-outline.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.popup-box .game-icon {
	content: '';
	width: 100%;
	max-width: 105px;
	padding-top: 105px;
	margin: 0 1em;
	background: url(/_materials/img/game-icon.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.popup-box .download-item {
	padding: 0 0 3em 0;
	background-color: transparent;
}

@media screen and (max-height: 680px) {
	.popup-box {
		max-width: 80%;
	}
	.popup-logo-item {
		padding: 1em 0;
	}
	.popup-box .download-item {
		padding-bottom: 1em;
	}
}

/*----- new -----*/
.icon-new {
	color: #edb600;
	font-size: .8em;
	border: solid 1px #edb600;
	padding: 0 1em;
	margin-right: .5em;
	display: inline-block;
	transform: skewX(-10deg);
}

/*----- DL icon -----*/
.icon-download {
	/* max-width: 30px; */
	margin: .25em auto;
}

.icon-download .svg-wrap {
	padding: 15px;
}

.icon-download svg {
	width: 100%;
}

/*----- table -----*/
.common-table {
	width: 100%;
	border: 1px solid #333;
	margin: .5em 0;
}

.common-table tr th {
	background: #320000;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333;
}

.common-table tr td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #333;
}

/*----- dot -----*/
.dot-overlay::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("/_materials/img/dot.png");
	background-repeat: repeat;
	background-size: 4px;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.dot-overlay::before {
		background-size: 2px;
	}
}

/*----- play -----*/
.icon-play::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("/_materials/img/icon-play.png");
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.icon-play::after {
		background-size: 40px;
	}
}

/*----- ss ------*/
.fig-ss {
	margin: 1em 0;
	max-width: 750px;
}

/*
#####################################
PC&SP MV
#####################################
*/
/*----- scroll-down -----*/
.scroll-down {
	position: absolute;
	top: 90vh;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	animation: sd 1.5s infinite;
	box-sizing: border-box;
	z-index: 9;
}

@keyframes sd {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#PC-header.container {
	position: relative;
	overflow: visible;
}

/*----- 背景動画 -----*/
.movie-content {
	position: fixed;
	width: 100%;
	height: 920px;
	z-index: -1;
}

.movie-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("/_materials/img/stripe.png"), url("/_materials/img/bg-grd.png");
	background-repeat: repeat, repeat-x;
	background-size: 2px, 2px;
	background-position: center,bottom;
}

.movie-player-box {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	right: 98px;
	overflow: hidden;
}

.movie-player-box .player {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.movie-loader {
	position: absolute;
	top: 0;
	left: -56px;
	width: 100% !important;
	height: 100% !important;
	background-color: #000;
	background-image: url("/_materials/img/mv_pc.jpg");
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: center top;
}

/*----- mv -----*/
.mv-content {
	position: absolute;
	top: 234px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.mv-content-logo {
	margin-bottom: 1em;
}

.mv-content-logo img {
	max-width: 540px;
}

#PC-header .mv-content-catch {
	margin-bottom: 4em;
}

.mv-content-catch img {
	max-width: 410px;
}

#PC-header .mv-content-download {
	margin-bottom: .5em;
}

.mv-content-download img {
	max-width: 650px;
}

@media screen and (max-width: 767px) {
	.mv-content {
		position: absolute;
		top: 30%;
		right: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		width: 45%;
	}
	.mv-content img {
		width: 100%;
	}
	.mv-content-logo {
		margin-bottom: .4em;
	}
	.mv-content-catch img {
		width: 96%;
	}
	.mv-content-download img {
		width: 96%;
	}
}

/*----- global-navigation -----*/
.ac-menu {
	position: relative;
	display: none;
	width: calc(100% + 17px);
	height: 100vh;
	height: calc(100vh - 54px);
	padding-right: 17px;
	overflow-y: scroll;
}

.ac-menu::before {
	position: fixed;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: calc(100% - 98px);
	height: 100%;
	background-image: url(/_materials/img/gnav-bg_pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}

.pc-menu {
	position: relative;
	width: 98px;
	height: 100vh;
	background: #000;
	border-left: 1px #edb600 solid;
}

.sp-menu {
	width: 100%;
	border-top: 2px solid #edb600;
	height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background-color: #000;
	background: linear-gradient(#191919, #000);
	filter: drop-shadow(0 -2px 8px rgba(0, 0, 0, 0.6));
}

.btn-menu {
	position: relative;
	flex-grow: 10;
	padding: 10px;
	min-width: 150px;
	cursor: pointer;
}

.btn-menuicon {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 18px;
	margin: auto;
	cursor: pointer;
}

.btn-menuicon-parts {
	position: absolute;
	left: 0;
	background: #edb600;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	height: 2px;
	transition: all 0.4s;
}

.btn-menuicon-parts:nth-of-type(1) {
	top: 0;
}

.btn-menuicon-parts:nth-of-type(2) {
	top: 8px;
}

.btn-menuicon-parts:nth-of-type(3) {
	bottom: 0;
}

.btn-menutxt {
	color: #fff;
	font-size: 2.5em;
	position: absolute;
	padding: 0 10px;
	margin: auto;
	line-height: 50px;
	margin-left: 20px;
	top: 0;
	bottom: 0;
	font-weight: bold;
}

.nav-content-item-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-right: -17px;
}

.nav-content-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin: auto;
	transition: opacity 0s ease-in 0s;
	opacity: 0;
}

.ac-menu.is-opened .nav-content-item {
	transition: opacity 0.35s linear 0s;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.nav-content-item-wrapper {
		display: block;
	}
	.nav-content-item {
		flex-wrap: wrap;
	}
}

.gnav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 1em;
	border-right: 1px solid #edb600;
}

.gnav-list-child {
	width: 50%;
	padding: 1em 1em 1em 0;
}

.gnav-list-child a {
	position: relative;
	display: inline-block;
	width: 100%;
}

.gnav-list-category {
	margin-bottom: 0.15em;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.gnav-list-category a {
	color: #fff;
}

.gnav-list-subcategory {
	letter-spacing: 0.1em;
}

.gnav-list-subcategory-child {
	padding-left: 1em;
}

.gnav-list-subcategory-child a {
	padding: 0.2em 0;
	color: #bfbfb3;
}

.gnav-sublist {
	padding: 1em 2em;
}

.gnav-sublist-child {
	font-size: 1em;
}

.gnav-sublist-child a {
	width: 100%;
	padding: 0.5em 1em;
}

@media screen and (max-width: 767px) {
	.gnav-list {
		width: 100%;
		padding: 0 4% 1.5em;
		margin-bottom: 1.5em;
		border-right: none;
		border-bottom: 1px solid #edb600;
		text-align: center;
	}
	.gnav-list img {
		width: auto;
		height: 100%;
		max-height: 20px;
	}
	.gnav-list-child {
		width: 100%;
		padding: 0.5em 0;
		text-align: left;
	}
	.gnav-list-child a {
		width: 100%;
	}
	.gnav-list-category {
		font-size: 2.25em;
	}
	.gnav-list-subcategory {
		font-size: 1.2em;
	}
	.gnav-list-subcategory-child a {
		padding: 0.4em 0;
	}
	.gnav-sublist {
		width: 100%;
		padding: 0 4%;
	}
	.gnav-sublist-child {
		font-size: 1.25em;
	}
	.gnav-sublist-child:last-child {
		margin-bottom: 0;
	}
	.gnav-sublist-child a {
		padding: 0.5em 0;
	}
}

.is-menu-opened .btn-menuicon-parts:nth-of-type(1) {
	transform: translateY(8px) rotate(-315deg);
}

.is-menu-opened .btn-menuicon-parts:nth-of-type(2) {
	opacity: 0;
}

.is-menu-opened .btn-menuicon-parts:nth-of-type(3) {
	transform: translateY(-8px) rotate(315deg);
}

/*----- global-navigation(pc) -----*/
#PC-nav.nav-content {
	position: fixed;
	display: flex;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 101;
}

#PC-nav .ac-menu {
	width: calc(100vw + 17px);
	height: 100vh;
	padding-right: 115px;
	margin-right: -115px;
}

#PC-nav .nav-logo img {
	width: 100%;
	padding: 15px 5px 10px;
}

#PC-nav .btn-menu {
	position: absolute;
	top: calc(50% - 85px);
	left: 50%;
	padding: 20px;
	min-width: auto;
	transform: translate(-50%, -50%);
}

#PC-nav .btn-menuicon {
	position: relative;
	top: auto;
	bottom: auto;
	width: 36px;
	height: 30px;
}

#PC-nav .btn-menuicon-parts {
	height: 4px;
	border-radius: 0;
	background: #fff;
}

#PC-nav .btn-menuicon-parts:nth-of-type(2) {
	top: 13px;
}

#PC-nav .btn-menu.is-hovering .btn-menuicon-parts:nth-of-type(1) {
	transform: translateY(-4px) rotate(0deg);
}

#PC-nav .btn-menu.is-hovering .btn-menuicon-parts:nth-of-type(3) {
	transform: translateY(4px) rotate(0deg);
}

#PC-nav .btn-menu.is-menu-opened .btn-menuicon-parts:nth-of-type(1) {
	transform: translateY(13px) rotate(-315deg);
}

#PC-nav .btn-menu.is-menu-opened .btn-menuicon-parts:nth-of-type(3) {
	transform: translateY(-13px) rotate(315deg);
}

#PC-nav .nav-content-aside {
	position: absolute;
	width: 100%;
	bottom: 0;
}

#PC-nav .select-language {
	border-top: solid 1px #edb600;
	border-bottom: solid 1px #edb600;
	background-color: #000;
	text-align: center;
	font-size: .8em;
}

#PC-nav .select-language a {
	display: block;
	padding: 8px 0;
}

#PC-nav .download-content {
	display: block;
	background-color: #edb600;
	overflow: hidden;
	font-size: .8em;
	text-align: center;
	padding: 8px 8px;
}

#PC-nav .download-ttl {
	color: #000;
	font-weight: bold;
}

@media screen and (max-height: 680px) {
	#PC-nav .btn-menu {
		top: 34%;
	}
}

.share-content {
	padding: 16px 0;
	text-align: center;
	font-size: .8em;
	background-color: #000;
}

.share-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 8px;
}

.share-item-child {
	width: 40%;
}

.share-item-child svg {
	fill: #fff;
}

/*----- global-navigation(sp) -----*/
@media screen and (max-width: 767px) {
	#SP-nav.nav-content {
		position: fixed;
		top: unset;
		bottom: 0;
		right: 0;
		z-index: 101;
		width: 100%;
		height: auto;
		max-height: 100vh;
		background-color: rgba(0, 0, 0, 0.9);
		min-height: auto;
	}
	#SP-nav.nav-content .outer {
		margin: 5em auto 0;
	}
	#SP-nav .nav-content-item-wrapper {
		height: auto;
	}
	#SP-nav .ac-menu::before {
		width: 100%;
		background-color: #000;
		background-image: url(/_materials/img/gnav-bg_sp.jpg);
		background-position: center top;
	}
	#SP-nav .nav-bottom-content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding-bottom: 3em;
	}
	#SP-nav .select-language {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 1em;
		border: solid 1px #edb600;
		border-radius: 1.5em;
		font-size: 1.2em;
		text-align: center;
	}
	#SP-nav .select-language a {
		display: block;
		padding: .5em;
	}
	#SP-nav .nav-logo {
		width: 54%;
		max-width: 280px;
		padding: 16px 16px 26px;
	}
	#SP-nav .sns-item {
		width: 46%;
		margin-bottom: 0;
	}
	#SP-nav .sns-item-child svg {
		fill: #fff;
	}
	.landscape #SP-nav .nav-content-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.landscape #SP-nav .ac-menu::before {
		background-image: url(/_materials/img/gnav-bg_pc.jpg);
	}
	.landscape #SP-nav .gnav-list {
		width: 100%;
	}
	.landscape #SP-nav .gnav-list-child {
		width: 50%;
		padding-right: 1em;
	}
	.landscape #SP-nav .gnav-list-child:nth-of-type(1) {
		order: 1;
	}
	.landscape #SP-nav .gnav-list-child:nth-of-type(2) {
		order: 3;
	}
	.landscape #SP-nav .gnav-list-child:nth-of-type(3) {
		order: 5;
	}
	.landscape #SP-nav .gnav-list-child:nth-of-type(4) {
		order: 2;
	}
	.landscape #SP-nav .gnav-list-child:nth-of-type(5) {
		order: 4;
	}
	.landscape #SP-nav .gnav-sublist {
		width: 100%;
	}
	.landscape #SP-nav .nav-bottom-content {
		width: 100%;
	}
	.landscape #SP-nav .nav-logo {
		width: 50%;
		padding: 16px 0 26px 16px;
	}
	.landscape #SP-nav .sns-item {
		width: 50%;
	}
}

/*----- 共通 -----*/
.nav-content .select-language a {
	color: #edb600;
}

/*icon*/
.select-language .icon {
	font-size: 1em;
	width: 1em;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

/*front*/
.mv-front {
	position: absolute;
	top: 100px;
	width: 100%;
	padding-right: 98px;
}

.mv-front > .box {
	max-width: 1600px;
}

.mv-front-item {
	width: 100%;
	width: 14vw;
	max-width: 180px;
	margin-bottom: 1em;
}

.logo-anniv-01 {
	width: 20vw;
	max-width: 250px;
	margin-left: -2.25em;
	margin-bottom: .5em;
}

@media screen and (max-width: 1300px) {
	.logo-anniv-01 {
		margin-left: -3vw;
	}
}

@media screen and (max-width: 767px) {
	.mv-front {
		position: static;
		width: 100%;
		max-width: 100%;
	}
	.mv-front > .box {
		position: static;
		width: 100%;
		max-width: 100%;
	}
	.mv-front-item {
		position: absolute;
		margin-bottom: 1em;
	}
	.badge-download {
		top: 4%;
		left: 4%;
		width: 20vw;
		max-width: 90px;
	}
	.logo-anniv-01 {
		top: 1%;
		left: 3%;
		width: 26vw;
		max-width: 130px;
		margin-left: -2vw;
	}
	.bnr-region {
		bottom: 0;
		right: 8%;
		width: 40vw;
		max-width: 180px;
	}
	.bnr-notice {
		bottom: 0;
		left: 8%;
		width: 40vw;
		max-width: 180px;
	}
}

/*
#####################################
main
#####################################
*/
.page-main {
	background: url("/_materials/img/dot.png"), url("/_materials/img/ttl-bg01.jpg");
	background-size: 4px, 1600px auto;
	background-repeat: repeat, no-repeat;
	background-position: center,center top;
}

@media screen and (max-width: 767px) {
	.page-main {
		background-size: 2px, 800px auto;
	}
}

/*----- ttl -----*/
.contents-ttl {
	text-align: center;
	color: #edb600;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1em;
}

.global-main .contents-ttl {
	font-size: 2.5em;
	margin-bottom: .5em;
}

.contents-ttl-child {
	display: inline-block;
	transform: skewX(-10deg);
}

.global-main .contents-ttl-child {
	letter-spacing: .03em;
	text-shadow: 0px 4px 10px #000;
}

.contents-ttl-sub {
	display: block;
	font-size: .5em;
	font-weight: normal;
	color: #fff;
}

.page-ttl {
	text-align: center;
	margin: 4em 0 5em;
	font-size: 2em;
	letter-spacing: .2em;
}

.page-ttl-child {
	padding: 1em;
	font-weight: bold;
	display: inline-block;
	min-width: 60%;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url("/_materials/img/page-ttl-border-top.gif"), url("/_materials/img/page-ttl-border-bottom.gif");
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
}

.page-ttl-child span {
	transform: skewX(-10deg);
	display: block;
	text-shadow: 0px 1px 5px #000000;
}

.sec-ttl {
	margin: 0 0 1em;
	font-size: 1.6em;
}

.sec-ttl-child {
	padding-bottom: .1em;
	font-weight: bold;
	border-bottom: solid 1px #edb600;
	display: block;
}

.sec-ttl-mini {
	margin: 0 0 .5em;
	font-size: 1.2em;
	padding-left: .5em;
	font-weight: bold;
	border-left: solid .4em #edb600;
}

.sec-ttl-micro {
	margin: 0 0 .5em;
	font-size: 1.2em;
	font-weight: bold;
}

.sentence-box {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
	.page-ttl {
		margin: 2em 0 3em;
		letter-spacing: .1em;
	}
	.page-ttl-child {
		padding: .5em;
		background-size: 1px 4px, 1px 4px;
		min-width: 96%;
	}
	.sec-ttl {
		margin: 0 0 .5em;
	}
}

/*----- globalBnr -----*/
.bnr-container > .box {
	max-width: 1600px;
}

.globalBnr-item {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.globalBnr-item-child {
	width: 32%;
	margin-bottom: 1em;
	margin-left: .5%;
	margin-right: .5%;
}

.column2 > .globalBnr-item-child {
	width: 48%;
	max-width: 432px;
}

@media screen and (max-width: 767px) {
	.globalBnr-item {
		display: block;
	}
	.globalBnr-item-child {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.column2 > .globalBnr-item-child {
		width: 100%;
		max-width: 100%;
	}
	.landscape .globalBnr-item {
		display: flex;
	}
	.landscape .globalBnr-item-child {
		width: 32%;
		margin-left: .5%;
		margin-right: .5%;
	}
	.landscape .column2 > .globalBnr-item-child {
		width: 48%;
	}
}

/*----- NEWS -----*/
.news-container {
	background-color: #000;
	padding-top: 3em;
}

/*NEWS iframe*/
.iframe-container {
	width: 100%;
	height: 500px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#news iframe {
	width: 100%;
	height: 500px;
	max-width: 100%;
	border: none;
	display: block;
}

@media screen and (max-width: 767px) {
	.news-container {
		padding-top: 0;
	}
	.iframe-container {
		height: 300px;
	}
	#news iframe {
		height: 300px;
	}
}

/*----- about -----*/
.about-container .box {
	overflow: visible;
}

.about-text {
	position: absolute;
	width: 100%;
	top: 4em;
	z-index: 2;
}

.about-herovisual {
	position: relative;
	left: 50%;
	z-index: 1;
}

.about-herovisual img {
	position: absolute;
	top: 0;
	left: 0;
}

.about-herovisual .empty-img img {
	position: static;
}

.about-ttl {
	width: 56%;
	margin: 5em 0 3em;
}

.about-story {
	padding: 0 0 0 2em;
}

.about-container::before, .about-container::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	background-color: #000;
}

.about-container::after {
	height: 6em;
	bottom: 0;
}

.about-container::before {
	height: 4em;
	top: 0;
	background: none;
}

.about-contents img {
	width: auto;
}

.about-story img {
	width: 45%;
}

@media screen and (max-width: 767px) {
	.about-container .outer, .about-container .inner {
		padding: 0;
	}
	.about-contents img {
		width: 100%;
	}
	.about-container::before, .about-container::after {
		display: none;
	}
	.about-herovisual {
		position: relative;
		left: 0;
		top: 0;
	}
	.about-text {
		position: absolute;
		width: 100%;
		bottom: 24%;
		top: auto;
		padding-left: 4%;
		padding-right: 4%;
	}
	.about-ttl {
		width: 64%;
		margin: 1.3em 0;
	}
	.about-story {
		padding: 0;
	}
	.about-story img {
		width: 70%;
	}
}

/*----- INTRODUCTION -----*/
/*
.intro-container {}
*/
.intro-item-child {
	text-align: center;
}

.intro-text {
	margin: 1em 0;
}

@media screen and (max-width: 767px) {
	.intro-container {
		padding-top: 1em;
	}
}

/*----- MOVIE -----*/
.movie-container {
	/*background-color: #000;*/
	padding-top: 1em;
}

.movie-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.movie-item-child {
	width: 48%;
	margin-bottom: 4%;
}

.movie-thum {
	border: solid 2px #edb600;
	position: relative;
	box-shadow: 0px 2px 5px 0px #000;
}

.movie-caption {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0px 1px 2px #000;
	margin-top: .2em;
	line-height: 1;
}

.movie-caption::before {
	content: "#";
	display: inline-block;
	transform: skewX(-10deg);
	font-size: 1.4em;
	color: #edb600;
	margin-right: .2em;
	vertical-align: -2%;
}

@media screen and (max-width: 767px) {
	.movie-caption {
		font-size: 1em;
	}
}

.intro-movie-container {
	background: url("/_materials/img/bg-grd-top.png"), url("/_materials/img/dot.png"), #000 url("/_materials/img/top-bg01.jpg");
	background-size: 2px, 4px, auto;
	background-repeat: repeat-x, repeat, no-repeat;
	background-position: left top, center, center bottom;
}

@media screen and (max-width: 767px) {
	.intro-movie-container {
		background: none;
	}
	.movie-thum {
		border: solid 1px #edb600;
	}
}

/*
#####################################
footer
#####################################
*/
footer {
	background-color: #000;
}

.footer-container, .footer-container a {
	color: #000;
	background-color: #edb600;
}

.footer-container > .box {
	max-width: 1300px;
}

.footer-container .outer {
	margin: 4em 0;
}

.footer-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.footer-item-child {
	width: 50%;
}

.footer-item-child:first-child {
	border-right: solid 1px #000;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	width: auto;
	max-width: 240px;
}

.spec-item {
	display: flex;
	margin-bottom: 1em;
}

.spec-item-child {
	margin-left: 1em;
}

.game-icon {
	width: 30%;
	max-width: 114px;
}

.reg-item {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.support-item a {
	font-weight: bold;
}

.support-item-child:not(:last-child) {
	margin-bottom: .4em;
}

.support-item-child b {
	font-weight: bold;
}

.pc-pagetop {
	display: none;
	position: fixed;
	bottom: 2%;
	right: 130px;
	width: 64px;
	z-index: 5;
}

.sp-pagetop::after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	margin-left: .25em;
	border-top: 0 solid transparent;
	border-bottom: 0.8em solid #fff;
	border-left: .45em solid transparent;
	border-right: .45em solid transparent;
}

.goe-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.goe-bnr-child {
	margin: 2px 4px;
	max-width: 47%;
}

@media screen and (max-width: 767px) {
	.footer-container .outer {
		margin: 3em 0;
	}
	.footer-item {
		display: block;
	}
	.footer-item-child {
		width: 100%;
	}
	.footer-item-child:first-child {
		border: none;
		border-bottom: solid 1px #000;
		margin-bottom: 1em;
		padding-bottom: 1em;
	}
	footer .sns-item {
		text-align: center;
		width: 100%;
	}
	.game-icon {
		max-width: 100px;
	}
	/*landscape*/
	.landscape .footer-item {
		display: flex;
	}
	.landscape .footer-item-child {
		width: 50%;
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	.landscape .footer-item-child:last-child {
		border: none;
		border-left: solid 1px #000;
	}
}

/*----- reg -----*/
.reg-container .outer {
	margin: 4% 0;
}

/*
.reg-container .inner {}
*/
.reg-container {
	font-size: .8em;
	text-align: center;
}

.reg-item-child:not(:first-child):before {
	content: "|";
	padding: 0 1em;
}

/*----- copy -----*/
.copy-container .outer {
	margin: 2% 0;
}

.copy-container {
	border-top: solid 1px #444;
	font-size: .8em;
	text-align: center;
}

.copy-container small {
	display: inline-block;
}

/*
#####################################
汎用
#####################################
*/
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mb {
	margin-bottom: 2em;
}

.mbL {
	margin-bottom: 4em;
}

.disnon {
	display: none;
}

.pc-disnon {
	display: none;
}

.sp-disnon {
	display: block;
}

.bold {
	font-weight: bold;
}

li.indent {
	margin-left: 1em;
	text-indent: -1em;
}

a.links-line {
	text-decoration: underline;
	display: inline;
}

.notice {
	font-size: .9em;
}

.ex-string {
	color: #ff2d2d;
}

@media screen and (max-width: 767px) {
	.pc-disnon {
		display: block;
	}
	.sp-disnon {
		display: none !important;
	}
}
