@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Bace
 * Modal
 * Header
 * Parts
-------------------------------------------------*/
/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
/*@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}*/
body{
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	color: #fff;
	/*font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.8;
	word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #6ccfee;
	color: #fff;
}
::-moz-selection{
	background: #6ccfee;
	color:#fff;
}
#fullWrap{min-width: 1200px;width: 100%;}
@media screen and (max-width:767px){ 
	html{
		font-size: 62.5%;
	}
	body{
		font-size: 10px; 
		font-size: 1rem;
		min-width: 320px;
	}
	.sp{ display: block; }
	.pc{ display: none; }
	.ah:hover { opacity: 1; }
	#fullWrap{min-width: 100%;}
}
.eb{
	font-family: 'EB Garamond', serif;
}

/** ScrollBar **/
html {
	scrollbar-color: #a7001a #808181;
	scrollbar-width: thin;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #808181;
}
::-webkit-scrollbar-thumb {
	background: #a7001a;
	box-shadow: none;
}



/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,.75);
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.oneModal{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* oneModalIn */
.oneModalIn{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	/*min-width: 1200px;*/
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
.oneModalIn__cont{
	padding: 50px 0;
}
@media screen and (max-width:767px){
	.oneModalIn{
		min-width: 100%;
	}
	.oneModalIn__cont{
		width: 100%;
		padding: 64px 0;
	}
}

/**
 * closeBtn
 */
.closeBtn{
	width: 80px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
@media screen and (max-width:767px){
	.closeBtn{
		width: 40px;
		height: 55px;
	}
}
.closeBtn a{
	background: url(../img/common/close.png) no-repeat 0 0 / 100%;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/**
 * iframe
 */
/* common */
.commonIframe{
	width: 100%;
	height: 100%;
	display: block;
}

/* youtube */
.youtubeIframeWrap {
	width: 70%;
	max-width: 159.993vh;
	position: relative;
}
@media screen and (max-width:767px){
	.youtubeIframeWrap {
		width: 100%;
		max-width: 100%;
	}
}
.youtubeIframeWrap:before{
	content: "";
	display: block;
	padding-top: 56.25%;
	z-index: 0;
}
.youtubeIframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/** Img Modal **/
.js-imgModalIn{
	width: 70%;
	margin: 0 auto;
}
.js-imgModalIn img{
	width: 100%;
}
@media screen and (max-width: 767px){
	.js-imgModalIn{
		width: 100%;
		text-align: center;
	}
}


/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
@media screen and (max-width:767px){
	.header {
		top: 0;
		bottom: auto;
	}
}

/* inner */
@media screen and (max-width:767px){
	.header__inner {
		-webkit-overflow-scrolling: touch;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		padding: 80px 0;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
		transition: opacity .5s ease-in-out;
	}
	.header.is-active .header__inner {
		opacity: 1;
		pointer-events: auto;
	}

	.header__inner:before {
		content: "";
		background: rgba(0,0,0,.8);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
	}
}

/**
 * headerNav
 */
@media screen and (max-width:767px){
	.headerNav {
		position: relative;
		z-index: 1;
	}

	.headerNavLists__item a {
		color: #fff;
	}
}

/**
 * navBtn
 */
@media screen and (max-width:767px){
	.header__navBtnWrap {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 2;
	}
	.header__navBtn {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		background-color: #a7001a;
		transition: .3s ease;
	}
	.header__navBtn:before{
		content: '';
		position: absolute;
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
		background: url(../img/common/navBtn_bg.svg) no-repeat center / contain;
	}
	.header__navBtn:after{
		content: 'MENU';
		position: absolute;
		bottom: 10px;
		right: 0;
		left: 0;
		text-align: center;
		font-size: 1rem;
		line-height: 1;
		color: #fff;
		letter-spacing: 0;
		transition: .3s ease;
	}
	.header__navBtn.is-active {
		background-color: #fff;
	}
	.header__navBtn.is-active:after{
		content: 'CLOSE';
		color: #000;
	}
	.header__navBtn__lineWrap {
		width: 24px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: calc(50% - 12px);
	}
	.header__navBtn--line {
		background-color: #fff;
		display: block;
		width: 100%;
		height: 1px;
		margin: auto;
		position: absolute;
		transition: .3s ease;
	}
	.header__navBtn--line:nth-child(1) {
		top: 0;
	}
	.header__navBtn--line:nth-child(2) {
		top: 0;
		bottom: 0;
	}
	.header__navBtn--line:nth-child(3) {
		bottom: 0;
	}
	.header__navBtn.is-active .header__navBtn--line{
		background-color: #000;
	}
	.header__navBtn.is-active .header__navBtn--line:nth-child(1) {
		bottom: 0;
		transform: rotate(30deg);
	}
	.header__navBtn.is-active .header__navBtn--line:nth-child(2) {
		transform: translateX(-10px);
		opacity: 0;
	}
	.header__navBtn.is-active .header__navBtn--line:nth-child(3) {
		top: 0;
		transform: rotate(-30deg);
	}
}


/*-----------------------------------------------
 * Navigation
-------------------------------------------------*/
.nav{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}
.navIn{
	position: relative;
	width: 100%;
}
.navIn:before{
	content: '';
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/common/nav_frm_l.png),url(../img/common/nav_frm_r.png);
	background-position: top left, top right;
	background-repeat: no-repeat;
	background-size: 46px 60px;
	z-index: 2;
}
.navIn:after{
	content: '';
	position: absolute;
	top: 4px;
	height: 4px;
	right: 16px;
	left: 16px;
	background: linear-gradient(180deg, #bba84d 0%, #bba84d 25%, transparent 25.1%, transparent 74.9%, #bba84d 75%);
	opacity: 0.8;
}

.navLists{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px;
	position: relative;
}
.navList{
	padding: 0 20px 0 8px;
	position: relative;
}
.navList:after{
	content: '';
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
	right: 3px;
	position: absolute;
	background: url(../img/common/icon_nav.svg) no-repeat center center / contain;
}
.navList:last-child::after{
	content: unset;
}
.navList__link{
	display: inline-block;
	position: relative;
	padding: 14px 22px 14px 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: .3s ease;
}
.navList__link span{
	position: relative;
	z-index: 2;
}
.navList__link.is-active{
	color: #ffe66b;
}
.navList__link:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/common/nav_current.svg) no-repeat center / cover;
	opacity: 0;
	transition: .3s ease-in-out;
}
.navList__link.is-active:before,.navList__link.is-active:hover::before{
	opacity: 1;
}
.navList__link:hover::before{
	opacity: 0.65;
}
.languageSelectWrap{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6.6667%;
		z-index: 3;
	/*right: 80px;*/
}
.languageSelectWrap button,.languageSelectWrap a{
	color: #fff;
}
.languageSelect button{
	padding: 8px 0 8px 30px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
.languageSelect button:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 16px;
	padding-top: 16px;
	background: url(../img/common/icon_lang.svg) no-repeat center / contain;
}
.languageLists{
	position: absolute;
	right: 0;
	text-align: right;
	width: 120px;
	padding: 16px;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: .3s ease-in-out;
	pointer-events: none;
}
.languageLists.is-current{
	opacity: 1;
	height: 78px;
	pointer-events: auto;
}
.languageList:nth-of-type(1){
	margin-bottom: 18px;
}
.languageList{
	line-height: 1;
}
.languageList a{
	text-decoration: none;
	transition: .3s ease;
}
.languageList a.is-active,.languageList a.is-active:hover{
	color: #ffe66b;
}
.languageList a:hover{
	color: rgba(255, 230, 107,.7);
}


.nav:before{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0,0,0,.64);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	/*transform: translateY(-100%);*/
	transition: .3s ease;
	opacity: 0;
}
.nav:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: -0.667%;
	width: 100%;
	padding-top: 0.667%;
	background: url(../img/common/nav_bg_bottom2.png) no-repeat bottom center / cover;
	opacity: 0;
	/*transform: translateY(-100.667%);*/
	transition: .3s ease;
}
.nav.is-content:before{
	opacity: 1;
	transform: translateY(0%);
}
.nav.is-content:after{
	transform: translateY(0%);
	opacity: 0.64;
}

@media screen and (max-width: 767px){
	.navIn{
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		padding: 96px 0;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
		transition: opacity .5s ease-in-out;
	}
	.nav.is-active .navIn {
		opacity: 1;
		pointer-events: auto;
	}

	.navIn:before {
		content: "";
		background: rgba(0,0,0,.8);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
	.navLogo{
		margin: 0 auto 12px;
		width: 44%;
		padding-top: 22.4%;
		height: 0;
		background: url(../img/common/logo.png) no-repeat center / contain;
		position: relative;
	}
	.navLists{
		flex-direction: column;
		justify-content: center;
		padding: 0 12.8%;
	}
	.navList{
		padding: 15px 0 28px;
		text-align: center;
		position: relative;
	}
	.navList:after{
		top: unset;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		height: 12px;
		width: 12px;
	}
	.navList__link{
		font-size: 16px;
		padding: 14px 24px;
	}
	.navList__link:hover::before{
		opacity: 0;
	}
	.nav_frm{
		position: absolute;
		height: 60px;
		top: 0;
		left: 0;
		right: 0;
		background: url(../img/common/sp_top_frm_l.png),url(../img/common/sp_top_frm_r.png);
		background-position: top left, top right;
		background-repeat: no-repeat;
		background-size: 24px 60px;
		z-index: 2;
	}
	.languageSelectWrap{
		top: 24px;
		left: 6.4%;
		right: unset;
		transform: translateY(0);
	}
	.languageSelect button{
		font-size: 1.4rem;
	}
	.languageLists{
		right: unset;
		left: 0;
		width: 120px;
		text-align: left;
		font-size: 1.4rem;
	}
	.navDeco_r{
		width: 12.8%;
		top: 0;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	.navDeco_r:before{
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 37.5%;
		width: 25%;
		padding-top: 50%;
		background: url(../img/common/navDeco.svg) no-repeat center / contain;
	}
	.navDeco_l{
		width: 12.8%;
		top: 0;
		bottom: 0;
		left: 0;
		position: absolute;
	}
	.navDeco_l:before{
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 37.5%;
		width: 25%;
		padding-top: 50%;
		background: url(../img/common/navDeco.svg) no-repeat center / contain;
	}
}

/*-----------------------------------------------
 * Parts
-------------------------------------------------*/

/**
 * shareLists
 */
.shareLists {
	display: flex;
	align-items: center;
}
.sharelist_dt{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 12px;
	position: relative;
}
.sharelist_dt:before{
	content: '';
	position: absolute;
	top: calc(50% - 6.5px);
	left: 0;
	width: 13px;
	height: 13px;
	background: url(../img/common/accent.svg) no-repeat center center / contain;
}


/* item */
.shareLists__item {
	width: 48px;
	height: 48px;
}

/* link */
.shareLists__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}
.shareLists__link:before {
	content: "";
	background-color: #fff;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	transition: background-color .4s ease;
}
.shareLists__link:hover:before {
	background-color: #a7001a;
}

/* 各SNSパーツ */
.shareLists__item.is-twitter .shareLists__link:before {
	width: 24px;
	height: 24px;
	-webkit-mask-image: url(../img/common/icon_tw.svg);
	mask-image: url(../img/common/icon_tw.svg);
}
.shareLists__item.is-facebook .shareLists__link:before {
	width: 24px;
	height: 24px;
	-webkit-mask-image: url(../img/common/icon_fb.svg);
	mask-image: url(../img/common/icon_fb.svg);
}
.shareLists__item.is-line .shareLists__link:before {
	width: 24px;
	height: 24px;
	-webkit-mask-image: url(../img/common/icon_line.svg);
	mask-image: url(../img/common/icon_line.svg);
}

/* Comming Soon */
.cs{
	pointer-events: none;
	filter: grayscale(1);
}


/*-----------------------------------------------
 * Footer
-------------------------------------------------*/
#footer{
	position: relative;
	padding: 80px 0;
}

.toTop{
	width: 147px;
	height: 144px;
	position: absolute;
	right: 0;
	left: 0;
	top: -12px;
	margin: 0 auto;
	background: url(../img/common/deco_toTop.png)no-repeat center center / contain;
	z-index: 2;
}
.toTop a{
	width: 80px;
	height: 46px;
	background: url(../img/common/toTop.png)no-repeat center / contain;
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: 3;
	transition: .3s ease;
}
.toTop a:hover{
	transform: translateY(-10px);
}

.footerLinkWrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 3.3334%;
}
.footer_ytLink{
	font-size: 16px;
	display: flex;
	align-items: center;
}
.footer_ytLink span{
	display: inline-block;
	padding-left: 20px;
	padding-right: 24px;
	position: relative;
}
.footer_ytLink span:before{
	content: '';
	position: absolute;
	top: calc(50% - 6.5px);
	left: 0;
	width: 13px;
	height: 13px;
	background: url(../img/common/accent.svg) no-repeat center center / contain;
}
.footer_ytLink a{
	display: inline-block;
	width: 24px;
	height: 17px;
	background-position: center left;
}
.icon_yt{
	width: 24px;
	height: 17px;
	background-color: #fff;
	-webkit-mask-image: url(../img/common/icon_yt.svg);
	mask-image: url(../img/common/icon_yt.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	transition: background-color .4s ease;
}
.icon_yt:hover {
	background-color: #a7001a;
}
.footer_ytLink a span.hd{
	display: block;
	padding-right: 0;
}
.footer_ytLink a span.hd:before{
	content: unset;
}

.companyLogoLists{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0 20px;
}
.companyLogoList{
	margin: 0 20px;
}
.companyLogoList img{
	width: 100%;
}
.lancarselogo{
	width: 201px;
	height: 48px;
}
.d3plogo{
	width: 200px;
	height: 82px;
}
.esrblogo{
	width: 156px;
	height: 75px;
}
.pegilogo{
	width: 60px;
	height: 73px;
}


.gameLogoLists{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 80px;
}
.gameLogoList{
	padding: 20px;
}
.gameLogoList a{
	display: block;
}
.gameLogoList a img{
	width: 100%;
}
.steamlogo a,.ps5logo a{
	width: 130px;
}
.xboxlogo a{
	width: 200px;
}

#footer_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: difference;
	background: #eeeeee;
}
#footer_bg:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-top: -0.667%;
	width: 100%;
	padding-top: 5.3334%;
	background: url(../img/top/gallery_bg_top.png) no-repeat top center / cover;
}
.copyright_pf{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #888888;
	line-height: 2;
	padding: 0 3.3334%;
	margin-bottom: 80px;
}
.copyright{
	text-align: center;
}
.footer_accent{
	transform: rotate(-180deg);
	height: 60px;
	position: absolute;
	bottom: 4px;
	width: 100%;
}
.footer_accent:before{
	content: '';
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/common/nav_frm_l.png),url(../img/common/nav_frm_r.png);
	background-position: top left, top right;
	background-repeat: no-repeat;
	background-size: 46px 60px;
	z-index: 2;
}
.footer_accent:after{
	content: '';
	position: absolute;
	top: 4px;
	height: 4px;
	right: 16px;
	left: 16px;
	background: linear-gradient(180deg, #bba84d 0%, #bba84d 25%, transparent 25.1%, transparent 74.9%, #bba84d 75%);
	opacity: 0.8;
}

@media screen and (max-width: 767px){
	#footer{
		padding: 96px 0 48px;
	}
	.toTop{
		width: 88px;
		height: 86px;
		top: 8px;
	}
	.toTop a{
		width: 48px;
		height: 28px;
		top: 20px;
	}
	.footerLinkWrap{
		justify-content: center;
		flex-direction: column;
		padding: 0 16%;
	}
	.footer_ytLink{
		justify-content: center;
	}
	.footer_ytLink span{
		padding-right: 12px;
	}
	.footer_ytLink a{
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-mask-size: 24px 17px;
		mask-size: 24px 17px;
	}
	.footer_ytLink span:before{
		top: calc(50% - 6px);
		width: 12px;
		height: 12px;
	}
	#footer .shareLists{
		margin-top: 24px;
		justify-content: center;
	}
	.companyLogoLists{
		width: 100%;
		padding: 36px 0 24px;
		flex-wrap: wrap;
	}
	.companyLogoList{
		width: 50%;
		margin: 0;
	}
	.lancarselogo{
		padding: 0 3.7334% 0 13.8667%;
		width: 50%;
		height: auto;
	}
	.d3plogo{
		padding: 0 13.8667% 0 2.6667%;
		width: 50%;
		height: auto;
	}
	.esrblogo{
		padding: 0 3.7334% 0 13.8667%;
		width: 50%;
		height: auto;
		margin-top: 6.4%;
	}
	.pegilogo{
		padding: 0 13.8667% 0 2.6667%;
		width: 50%;
		height: auto;
		text-align: center;
		margin-top: 6.4%;
	}
	.companyLogoList a{
		display: block;
	}
	.companyLogoList img{
		width: 100%;
	}
	.pegilogo img{
		width: 37.8%;
	}
	.gameLogoLists{
		padding-bottom: 40px;
	}
	.gameLogoList{
		padding: 12px;
	}
	#footer_bg:before{
		padding-top: 2.2667%;
		margin-top: -2.2667%;
		background: url(../img/top/gallery_bg_top_sp.png) no-repeat top left / cover;
	}
	.copyright_pf{
		padding: 0 6.4%;
		font-size: 1rem;
		margin-bottom: 48px;
	}
	.footer_accent{
		transform: rotate(0deg);
	}
	.footer_accent:before{
		top: unset;
		bottom: 0;
		background: url(../img/common/sp_bottom_frm_l.png),url(../img/common/sp_bottom_frm_r.png);
		background-position: bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 24px 60px;
		z-index: 2;
	}
	.footer_accent:after{
		top: unset;
		bottom: 4px;
		opacity: 0.89;
	}
}


/*-----------------------------------------------
 * check
-------------------------------------------------*/
.CheckmodalBox{
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,.75);
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.CheckmodalBox .oneModal{
	display: block;
}
#checkform{
	padding: 48px 0;
}
#checkform .cont_h2{
	color: #ffe66b;
	font-size: 32px;
	margin-bottom: 40px;
}
#checkform p{
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.cbd{
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}
.cbd li{
	margin-right: 24px;
}
.cbd li:last-child{
	margin-right: 0;
}
.cbd li input{
	font-family: 'EB Garamond', serif;
	border: 1px solid #666666;
	display: block;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	background: #000;
	color: #fff;
	letter-spacing: 0.05em;
	text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.cbd li #dd,.cbd li #mm{
	width: 80px;
}
.cbd li #yy{
	width: 160px;
}
.cbd li span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	margin-top: 14px;
}
.selangWrap{
	position: relative;
	width: 240px;
	height: 50px;
	margin: 0 auto;
	display: none;
}
.selang{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 240px;
	height: 50px;
	text-align: center;
	padding: 0 48px;
	border: 1px solid #666666;
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 48px;
	position: relative;
}
.selangWrap:after{
	content: '';
	position: absolute;
	top: calc(50% - 6.5px);
	right: 14px;
	width: 20px;
	height: 13px;
	background: url(../img/common/more_arrow.png) no-repeat center / contain;
}
.selang option{
	text-align: left;
}
.enterWrap{
	width: 400px;
	height: 64px;
	position: relative;
	z-index: 2;
	padding: 2px;
	flex-shrink: 0;
	background-image: url(../img/common/btn_frm_tl.svg),url(../img/common/btn_frm_tr.svg),url(../img/common/btn_frm_bl.svg),url(../img/common/btn_frm_br.svg);
	background-repeat: no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	background-size: 9px 9px;
	margin: 80px auto 0;
}
.enterWrap:before {
	content: '';
	position: absolute;
	right: 9px;
	left: 9px;
	top: 0;
	bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.enterWrap:after {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 9px;
	right: 0;
	left: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#enter{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	pointer-events: none;
	opacity: 0.65;
}
#enter:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	transition: .3s ease;
}
#enter.fin{
	pointer-events: auto;
	opacity: 1;
}
#enter:hover::before,#enter:focus::before{
	background-color: #a7001a;
}

@media screen and (max-width: 768px){
	#checkform{
		padding: 80px 0;
		width: 100%;
	}
	#checkform .cont_h2{
		font-size: 2.4rem;
	}
	#checkform p{
		font-size: 1.2rem;
		margin-bottom: 24px;
	}
	.cbd{
		width: 100%;
		padding: 0 11.6%;
	}
	.cbd li{
		margin-right: 8.3334%;
	}
	.cbd li input{
		height: 34px;
		font-size: 1.6rem;
		line-height: 34px;
	}
	.cbd li{
		width: 20.8334%;
	}
	.cbd li:last-child{
		width: 41.6667%;
	}
	.cbd li #dd,.cbd li #mm,.cbd li #yy{
		width: 100%;
	}
	.cbd li span{
		font-size: 1.2rem;
	}
	.selangWrap{
		width: 74.4%;
	}
	.selang{
		width: 100%;
		padding: 0 56px;
	}
	.selangWrap:after{
		right: 18px;
	}
	.enterWrap{
		width: 74.4%;
		margin-top: 48px;
	}
}

@media screen and (max-width: 340px){
	#checkform .cont_h2{
		font-size: 2rem;
	}
}

.clangSelects{
	position: relative;
	width: 260px;
	margin: 0 auto;
	z-index: 3;
}
.clangSelects button{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.01em;
	font-family: 'Noto Serif JP', serif;
}
.btn_clangSelects_set{
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 0 48px;
	border: 1px solid #666666;
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 48px;
	position: relative;
}
.btn_clangSelects_set:after{
	content: '';
	position: absolute;
	top: calc(50% - 6.5px);
	right: 14px;
	width: 20px;
	height: 13px;
	background: url(../img/common/more_arrow.png) no-repeat center / contain;
}
.clangSelectsLists{
	width: 100%;
	position: absolute;
	right: 0;
	text-align: right;
	padding: 16px;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: .3s ease-in-out;
	pointer-events: none;
	text-align: center;
}
.clangSelectsLists.is-show{
	opacity: 1;
	height: 96px;
	pointer-events: auto;
}
.clangSelectsList:nth-of-type(1){
	margin-bottom: 18px;
}
.clangSelectsList{
	line-height: 1;
}
.clangSelectsList button{
	transition: .3s ease;
	color: #fff;
}
.clangSelectsList button.is-active,.clangSelectsList button.is-active:hover{
	color: #ffe66b;
}
.clangSelectsList button:hover{
	color: rgba(255, 230, 107,.7);
}

#caution{
	line-height: 2!important;
}

/*-----------------------------------------------
 * Loading
-------------------------------------------------*/
.loading{
	position: fixed;
	z-index: 20000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}