@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-feature-settings: "palt";
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: 100%;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}



.l-cv_area {
    display: none!important;
}
.l_header {
    display: none;
}
.c_gotop {
    display: none!important;
}
footer {
    display: none;
}
.pg_ttl {
    display: none;
}
.oc_field {
    display: none;
}
.sns_icon {
    display: none;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	body {
		background: url(/assets/img/lp/2025/esports_lp/pc_bg.jpg) no-repeat center top;
		background-attachment: fixed;
		font-size: 1.6rem;
	}

	.wrapper {
		margin: 0 auto;
		max-width: 94rem;
		padding: 0 2rem;
		display: flex;
		justify-content: space-between;
	}
	#main {
		margin-left: auto;
		width: 37.6rem;
		border-right: 1px solid;
		border-left: 1px solid;
		border-color: #fff;
		box-shadow: 0.3rem 0 1rem rgba(0,0,0,0.2);
		background: #fff;
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(16 / 896 * 100vw);
	}
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0,163,201,1) 0%, rgba(29,32,136,1) 100%);
    position: absolute;
    z-index: -1;
    transition: 1s width;
}
#gHeader.scroll:before {
    width: 100%;
}
#gHeader h1 a {
    margin: 0.6em 1em;
    display: block;
    width: fit-content;
    transition: 0.5s filter;
}
#gHeader h1 img {
	width: 43.25rem;
}
#gHeader .linkUl {
	margin: 0 -7px 0;
	display: flex;
	flex-wrap: wrap;
}
#gHeader .linkUl li {
	margin-top: 1.5rem;
	width: calc(100%/2);
	padding: 0 7px;
}
#gHeader .linkUl li {
    transition: 0.3s;
}
#gHeader .linkUl a {
	padding-top: 2px;
	height: 9.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.5rem;
	box-shadow : 2.5px 2.5px 1.5px rgba(0, 0, 0, 0.3);
	font-size: 1.9rem;
	line-height: 1.43;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 1px solid;
}
#gHeader .linkUl a span {
	margin-top: 4px;
	display: block;
	transition: 0.3s;
}
#gHeader .linkUl img {
	margin-left: -5px;
	width: 3.7rem;
}

#gHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

@media all and (min-width: 897px) {
	#gHeader {
		margin-left: -26.3rem;
		width: 37.5rem;
		left: 50%;
		transform: translateX(-50%);
		background: transparent;
	}
	#gHeader h1 {
		padding: 1rem 0;
		border-radius: 0 0 1.5rem 1.5rem;
		box-shadow: 0.1rem 0.2rem 0.6rem rgba(0,0,0,0.4);
		background: rgb(0,163,201);
		background: linear-gradient(-90deg, rgba(0,163,201,1) 0%, rgba(29,32,136,1) 100%);
		border: 1px solid #fff;
		border-top: 0;
	}
	#gHeader h1 img {
		width: 33.4rem;
	}
	#gHeader .linkUl li:hover {
	transform: scale(1.05);
	}
}
@media all and (min-width: 897px) and (max-width: 920px) {
	#gHeader {
		margin-left: -24.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.5rem 2rem 6.5rem;
	position: relative;
	background-color: #fff;
}
#gFooter .logo {
	text-align: center;
}
#gFooter .logo img {
	width: 41.075rem;
}
#gFooter .pageTop {
	position: fixed;
	right: 0em;
	bottom: -10em;
	z-index: 99;
	transition: 0.5s  bottom;
}
#gFooter .pageTop.scroll {
    bottom: 0;
}
#gFooter .pageTop a {
	display: block;
	width: 9.25em;
}
#gFooter .pageTop a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../img/top_on_sp.webp) no-repeat center top / 100%;
	opacity: 0;
	transition: 0.2s opacity;
}
@media all and (min-width: 897px) {
	#gFooter {
    padding: 2.5rem 2rem 2.5rem;
}
	#gFooter .pageTop a:hover img {
		/* opacity: 0; */
	}
	#gFooter .pageTop a:hover::before {
		opacity: 1;
	}
	#gFooter .pageTop a {
		width: 8rem;
	}
	#gFooter .pageTop {
		right: 0;
		bottom: 0;
		position: fixed;
	}
	#gFooter .pageTop a::before {
	background: url(../img/top_on.webp) no-repeat center top / 100%;
}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#gFooter .pageTop a {
		width: 4.9rem;
	}
	#gFooter .pageTop {
		/* right: 2.2rem; */
	}
}
@media all and (max-width: 896px) {
	#gFooter .pageTop a.moving img {
		opacity: 0 !important;
	}
	#gFooter .pageTop a.moving::before {
		opacity: 1;
	}
}