@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url("style-second.css");
@import url("style-second2.css");


:root{
	--magenta:#D61D8F;
	--red:#E22A60;
	--white:#EBEBEB;
	--pink:#D61D8F;
	--blue:#122889;
	--enge:#A01C43;
	--purple:#681F89;
	--green:#0E452A;
	--yellow:#A7A128;
	--black:#191621;
	--grd-magenta-b: linear-gradient(to bottom, #FF53E5, #FF53E500);
	--grd-pink-r: linear-gradient(to right, #D61D8F, #D61D8F00);
	--grd-blue-r: linear-gradient(to right, #122889, #12288900);
	--grd-enge-r: linear-gradient(to right, #A01C43, #A01C4300);
	--grd-purple-r: linear-gradient(to right, #681F89, #681F8900);
	--grd-green-r: linear-gradient(to right, #0E452A, #0E452A00);
	--grd-yellow-r: linear-gradient(to right, #A7A128, #A7A12800);
}
html{
	font-size: 1rem;
}
body{
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	color: #191621;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.9;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.sp {display:none;}
.pc {display:block;}

@media screen and (max-width: 768px) {
	.sp {display:block;}
	.pc {display:none;}
}

:root{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	width: 100%;
}
div, figure, section, a, h1,h2,h3,h4,h5,h6,p{
	box-sizing: border-box;
}
img,iframe{
	vertical-align: bottom;
	border-style: none;
}
main{
	overflow-x: hidden;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a{
	color: var(--magenta);
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
	outline: none;
	color: var(--magenta);
}
a:visited {
	color: var(--magenta);
}
a:hover {
	opacity: 0.8;
}
h1,h2,h3,h4,h5,h6{
}


.wrap{
	width: auto;
	max-width: 1440px;
	margin: auto;
	position: relative;
	padding: 10px 20px;
}
@media screen and (max-width: 768px) {
	body{
		font-size: 0.875rem;
	}
	.wrap{
		width: 100%;
		max-width: auto;
		padding: 5dvw;
	}
}
img{
	width: 100%;
	vertical-align: bottom;
}
.min{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.eng{
	font-family: "roc-grotesk-compressed","Anton", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
}
.ta-center{
	text-align: center;
}

.bg-noise {
width: 100%;
height: 100%;
margin: 0;
background: url(../../img/noise.png);
-webkit-animation: noise 8s steps(10) infinite;
animation: noise 8s steps(10) infinite;
}
@-webkit-keyframes noise {
			to {background-position: 0 0;}
			10% {background-position: -5% -10%;}
			20% {background-position: -15% 5%;}
			30% {background-position: 7% -25%;}
			40% {background-position: 20% 25%;}
			50% {background-position: -25% 10%;}
			60% {background-position: 15% 5%;}
			70% {background-position: 0 15%;}
			80% {background-position: 25% 35%;}
			90% {background-position: -10% 10%;}
}
@keyframes noise {
			to {background-position: 0 0;}
			10% {background-position: -5% -10%;}
			20% {background-position: -15% 5%;}
			30% {background-position: 7% -25%;}
			40% {background-position: 20% 25%;}
			50% {background-position: -25% 10%;}
			60% {background-position: 15% 5%;}
			70% {background-position: 0 15%;}
			80% {background-position: 25% 35%;}
			90% {background-position: -10% 10%;}
}


a.btn01{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	border-radius: 100px;
	padding: 1em 6rem 1em 3rem;
	position: relative;
	font-weight: 700;
	border: solid 1px var(--white);
	letter-spacing: 0.08em;
	transition: 0.3s ease-in-out;
}
a.btn01::after{
	content: "";
	position: absolute;
	right:1em;
	top:0;bottom:0;
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
	border: 100%;
	background: url(../../img/arrow_sircle_e.svg);
	transition: 0.3s ease-in-out;
}
a.btn01:hover{
	background: var(--magenta);
	opacity: 1;
}
a.btn01:hover::after{
	content: "";
	background: url(../../img/arrow_sircle_w.svg);
}

a.btn02{
	color: var(--white);
	background-color: var(--magenta);
	border: solid 1px var(--magenta);
	border-radius: 10px;
	font-weight: 700;
	padding: 1em;
}
a.btn02:hover{
}
a.btn03{
	color:  var(--magenta);
	background-color: var(--white);
	border: solid 1px var(--magenta);
	font-weight: 700;
	border-radius: 10px;
	padding: 1em;
}
a.btn03:hover{
}

.circle-arrow{
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.circle-arrow::before,
.circle-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.circle-arrow::before{
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 1/1;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.circle-arrow::after{
	margin: auto 44% auto auto; 
	inset: 0;
	width: 20%;
	aspect-ratio: 1/1;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bg-dots {
  background-color: transparent;
  background-image: radial-gradient(circle, #ebebeb 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 23px 23px;
	opacity: 0.6;
}

.c-title{
	color: var(--white);
	position: relative;
	z-index: 1;
}
.c-title .eng{
	font-size: 110px;
	margin: 0;
}
.c-title .ja{
	font-size: 14px;
	margin: 0;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.c-title .eng{
		font-size: clamp(90px, 24vw, 100px);
		margin: 0;
	}
	.bg-dots {
		background-color: transparent;
		background-image: radial-gradient(circle, #ebebeb 1px, transparent 1px);
		background-position: 0 0;
		background-size: 12px 12px;
		opacity: 0.6;
	}	
}

/* header -----------------------------------------------*/
.wrap-header{
	width: 100%;
	position: fixed;
	z-index: 10;
}
#header{
	position: relative;
}
#header.wrap{
	padding: 0;
}
#header h1.logo{
	width: clamp(255px,50vw,288px);
	margin: 0 2vw 0 2vw;
	position: absolute;
}
/* ヘッダーメンバーシップ */
.header-menbership{
	background-color: #fff;
	height: 60px;
	width: 100%;
	z-index: 20;
	position: relative;
}
.slider-header-menbership{
	width: 100%;
	margin: auto;
	max-width: 1200px;
}
.header-menbership-wrap{
	padding: 10px;
	text-align: center;
}
.header-menbership-wrap img{
	width: auto;
	height: 38px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.header-menbership{
		height: 50px;
	}
	.header-menbership-wrap img{
		height: 28px;
	}
}

/* navi -----------------------------------------------*/
.h-navi{
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 1em 0;
	width: min(100%, 1440px);
	display: flex;
	justify-content: flex-end;
}
.h-navi li{
	text-align: center;
	position: relative;
	filter: drop-shadow(0px 2px 6px #111111);
}
.h-navi li a{
	color: var(--white);
	padding: 10px;
	display: block;
}
.h-navi li a:hover{
	opacity: 0.3;
}
.h-navi li a .eng{
	font-size: 1.375em;
	line-height: 1;
	display: block;
	font-family: "Anton", sans-serif;
	font-weight: 400;
  font-style: normal;
	letter-spacing: 0.08em;
}
.h-navi li a .ja{
	font-size: 0.7em;
	display: block;
	line-height: 3;
}
.h-navi li .sub-links-pc{
	display: none;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    background: var(--black);
    padding: 15px;
    font-size: 12px;
	border-radius: 10px;
}
.h-navi li .sub-links-pc a {
    white-space: nowrap;
    padding: 5px 10px;
}

@media screen and (max-width: 768px) {
	.h-navi li{
		text-align: left;
	}
	.h-navi li.catalog,
	.h-navi li.contact{
		border-bottom: none;
		margin: 4rem;
	}
	.h-navi{
		display: block;
		columns: 2;
	}
	.h-navi li{
		break-inside: avoid; 
	}
	.h-navi li a{
		padding: 0 ;
	}
	.h-navi li a .eng{
		font-size: 22px;
	}
	.h-navi li a .ja{
		font-size: 14px;
		line-height: 2;
		margin-bottom: 1.5rem;
	}
	.h-navi .sub-links-sp{
		margin-top: -1rem;
		margin-bottom: 2rem;
	}
	
	.h-navi .sns-area{
		position: absolute;
		bottom: 10%;
		left: 0;
		right:0;
		width: 100%;
		margin: auto;
		display: flex;
		color: var(--white);
		gap: 20px;
		justify-content: center;
	}
	.h-navi  .sns-area p{
		margin: 0;
	}
	.h-navi  .sns-area div{
		width: 30px;
	}

}

/* 404 -----------------------------------------------*/
body.error404 section{
	color: rgb(235, 235, 235);
	margin: 0 auto;
	text-align: center;
	margin-bottom: 200px;
}





/* foooter -----------------------------------------------*/
#footer{
	padding-top: 300px;
	/*padding-bottom: 300px;
	margin-top: -300px;*/
	padding-bottom: 15px;
	margin-top: -150px;
	position: relative;
	background: url(../../img/bg-footer_line02.svg)no-repeat;
	/*background-size: 100%;
	background-position: bottom center;*/
	background-size: cover;
	background-position: 100% 400px;
}
#footer .wrap{
	/*max-width: 900px;*/
	max-width: 1000px;
}
#footer .footer-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
}
#footer .footer-logo{
	width: min(100%, 400px);
	/*margin:0 auto 2rem 0;*/
}
#footer .sns-area{
	/*position: absolute;*/
	top: 15%;
	left: 55%;
	display: flex;
	color: var(--white);
	gap: 20px;
	z-index: 1;
}
#footer .sns-area p{
	margin: 0;
}
#footer .sns-area div{
	width: 30px;
}
#footer .footer-navi{
	display: flex;
	/*width: 820px;*/
	margin: auto;
	justify-content: space-between;
	gap: 30px;
}
#footer .footer-navi a{
	color: var(--white);
	display: block;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#footer .footer-navi a:hover{
	opacity: 0.3;
}
#footer .footer-navi .eng{
	font-size: 22px;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
}
#footer .footer-navi .ja{
	display: block;
	line-height: 3;
	font-size: 12px;
}
#footer .footer-navi-line{
	/*margin-right: 30px;*/
}
#footer .footer-navi .sub-links{
	margin: 1rem 0;
}
#footer .copyright{
	font-size: 10px;
	color: var(--white);
	margin: 1em 0;
}
.gototop{
	position: absolute;
	bottom:0px;
	right: 2%;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#footer{
		background: url(../../img/bg-footer_line02sp.svg)no-repeat;
		/*background-position: bottom center;
		margin: 0 auto 100px auto;
		padding: 0 0 200px 0;*/
		background-position: 100% 110%;
		margin: 0 auto;
		padding: 0;
		background-size: contain;
	}
	#footer .footer-up {
		display: block;
	}
	#footer .footer-logo{
		margin:0 auto 2rem auto;
	}
	#footer .sns-area{
		position: static;
		margin: 0 auto 4rem auto;
		justify-content: center;
	}
	#footer .footer-navi{
		display: block;
		columns: 2;
		width: 100%;
		gap: 0;
	}
	#footer .footer-navi a {
		font-size: 14px;
	}
	#footer .footer-navi .ja{
		line-height: 1.9;
	}
	#footer .footer-navi-line{
		margin-bottom: 2rem;
		margin-right: 0rem;
		break-inside: avoid; 
	}
	#footer .copyright{
		text-align: center;
	}
	.gototop{
		width: 60px;
	}
}



/* first view -----------------------------------------------*/
#fv{
	width:100%;
	height:65vw;
	max-height: 900px;
	position: relative;
}
#fv .fv-title-area{
	padding: 1rem;
	position: absolute;
	bottom: 20%;
	left: 2vw;
	z-index: 2;
}
@media screen and (min-width: 1400px) {
	#fv{
		height: clamp(600px, 100lvh, 900px);
	}
	#fv .fv-title-area{
		left: calc(50% - 700px + 2vw);
	}
}
#fv .fv-title-area h2,
#fv .fv-title-area h2.split-text{
	font-size: clamp(84px, 10vw, 140px);
	line-height: 1;
	margin: -0.2em 0;
  color: transparent;
  -webkit-text-stroke: 1px #ddd;
  text-stroke: 1px var(--white);
}
.fv-mskImg {
	margin: 0;
	height: 90%;
	max-height: 1000px;
	text-align: center;
	max-width: 1400px;
	margin: auto;
	mask-image: url("../../img/fv_musk.png");/*マスクレイヤーとして使用する画像*/
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top 0px left 160px;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-image: url("../../img/fv_musk.png");
	mask-repeat: no-repeat;
	mask-position: top 0px left 160px;
	mask-size: 100% 100%;
	padding-top: 40px;
	padding-left: 150px;
}
.fv-mskImg .slick-list,
.fv-mskImg .slick-list .slick-track {
	height: 100%;
}


@media screen and (min-width: 1400px) {
	.__fv-mskImg {
		-webkit-mask-position-x:calc(50% + 160px);
  	mask-size: auto 100%;
	}
}
.fv-pic-wrap{
	position: relative;
	display: inline-block;
	-webkit-mask-image: linear-gradient(
	to right,
	rgba(0,0,0,1) 70%,
	rgba(0,0,0,0.3) 90%,
	rgba(0,0,0,0.1) 95%,
	rgba(0,0,0,0.0) 100%
	);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(
	to right,
	rgba(0,0,0,1) 70%,
	rgba(0,0,0,0.3) 90%,
	rgba(0,0,0,0.1) 95%,
	rgba(0,0,0,0.0) 100%
	);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
.fv-pic{
	height: 100%;
	max-width: 2000px;
	object-fit: cover;
}
#fv .sns-area{
	position: absolute;
	bottom: 10%;
	left: 3vw;
	display: flex;
	color: var(--white);
	gap: 20px;
	z-index: 1;
}
@media screen and (min-width: 1400px) {
	#fv .sns-area{
		left: calc(50% - 700px + 3vw);
	}
}
#fv .sns-area p{
	margin: 0;
}
#fv .sns-area div{
	width: 30px;
}
#fv .pickup-contents{
	position: absolute;
	bottom: 5%;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(50%, 525px);
	z-index: 1;
}
@media screen and (min-width: 1400px) {
	#fv .pickup-contents{
		right: calc(50% - 700px + 10px);
	}
}
#fv .pickup-contents .pickup-contents-title{
	color: var(--white);
	font-size: clamp(40px, 6vw, 70px);
	line-height: 0.8;
	width: 30%;
}
#fv .pickup-contents .pickup-contents-area{
	width: 65%;
	max-width: auto;
}
#fv .pickup-contents .slider-pickup-contents{
	width: 100%;
}
#fv .pickup-contents .slider-pickup-contents img{
	border-radius: 4px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#fv .pickup-contents .pickup-content-wrap.slick-slide{
	height: auto;
	/*aspect-ratio: 342 / 166;*/
	aspect-ratio: 1260 / 750;
}
#fv .slash1-1{
	position: absolute;
	bottom:-140px;
	left: 51.5%;
	z-index: 0;
	width: min(55%, 700px);
}
#fv .slash1-2{
	position: absolute;
	bottom:-140px;
	left: 71%;
	z-index: 0;
	width: min(55%, 700px);
}
#fv .slash1-3{
	position: absolute;
	bottom:-320px;
	left: 50%;
	z-index: 0;
	width: min(40%, 560px);
}

@media screen and (min-width: 1400px) {
	#fv .slash1-1{
		left: calc(50% + 20px);
	}
	#fv .slash1-2{
		left: calc(50% + 290px);
	}
	#fv .slash1-3{
		left: calc(50% - 0px);
	}
}

#fv .slash2{
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 0;
}
#fv .bg-dots{
	width: 540px;
	height: 105px;
	position: absolute;
	bottom: -100px;
	left: calc(50% + 200px);
}

#fv .slick-dotted.slick-slider{
	margin-bottom: 0!important;
}
.slick-dots{
}
.slick-dots li{
	margin: 0!important;
}
.slick-dots li button:before{
	color: var(--white)!important;
	font-size: 10px!important;
}

@media screen and (max-width: 768px) {
	#fv{
		margin-bottom: 100px;
		height: 100lvh;
		max-height: initial;
	}
	#fv .fv-title-area{
		padding: 4vw;
		bottom: 10%;
		left: 0%;
	}

	.fv-mskImg {
		margin: 0 0 0 0;
		width: 100%;
		height: 70%;
		min-height: 500px;
		text-align: center;
		mask-image: url("../../img/fv_musk_sp.png");/*マスクレイヤーとして使用する画像*/
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center right;
		-webkit-mask-size: 110% 100%;
		-webkit-mask-image: url("../../img/fv_musk_sp.png");
		mask-repeat: no-repeat;
		mask-position: center right;
		mask-size: 110% 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.fv-pic-wrap{
		position: relative;
		display: inline-block;
		-webkit-mask-image: none;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-image: none;
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
	}
	.fv-pic{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	#fv .fv-title-area h2,
	#fv .fv-title-area h2.split-text{
		font-size: 84px;
	}
	#fv .pickup-contents{
		/*position: relative;*/
		display: block;
		align-items: center;
		width: 100%;
		padding: 0px 4vw;
		margin: auto;
		right: 0;
		bottom: -180px;
	}
	#fv .pickup-contents .pickup-contents-title{
		text-align: right;
		font-size: 50px;
		margin-bottom: 1rem;
		margin-right: -4vw;
		width: 100%;
	}
	#fv .pickup-contents .pickup-contents-area{
		width: 100%;
	}
	#fv .pickup-contents .slider-pickup-contents{
		width: auto;
		padding: 0 10px;
	}

	#fv .pickup-contents .slick-list{
			overflow: visible;
	}

	#fv .pickup-contents .slick-slide{
			margin: 0 10px;
	}

	#fv .sns-area{
		display: none;
	}

	#fv .slash1-1{
		width: 50%;
		bottom: 20%;
		left: 55%;
	}
	#fv .slash1-2{
		width: 50%;
		bottom: 20%;
		left: 75%;
	}
	#fv .slash1-3{
		width: 40%;
		bottom: 12%;
		left: 53%;
	}
	#fv .slash2{
		width: 30%;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	#fv .bg-dots{
		width: 200px;
		height: 80px;
		bottom: 17%;
		left: auto;
		right: -5vw;
	}
}

@media screen and (max-width: 480px) {
	#fv{
		height: initial;
	}
	.fv-mskImg{
		/*width: 440px;
		height: 630px;*/
		width: 100%;
		height: auto;
		aspect-ratio: 440 / 630;
	}
	#fv .fv-title-area{
		bottom: initial;
		top: calc(100vw * (630 / 440) - 40px);
	}
	#fv .slash1-1,
	#fv .slash1-2{
		bottom: initial;
		top: calc(100vw * (630 / 440) - 110px);
	}
	#fv .slash1-3{
		top: calc(100vw * (630 / 440) - 10px);
	}
	#fv .bg-dots{
		bottom: initial;
		top: calc(100vw * (630 / 440) + 40px);
	}
	#fv .slash2{
		position: relative;
	}
	#fv .pickup-contents{
		top: calc(100vw * (630 / 440) + 220px);
	}
}


/* top -----------------------------------------------*/
.contents{
	position: relative;
	z-index: 1;
}
#top #match{
	padding: 300px 0 100px 0;
	position: relative;
}
#top #match .wrap{
	width: clamp(900px, 100%, 1200px);
	margin: auto;
}

#top #match .c-title .bg-dots{
	width: 200px;
	height: 240px;
	position: absolute;
	top:-80px;
	left:-120px;
}
#top #match .mascot01{
	width: 164px;
	position: absolute;
	top:-100px;
	left:200px;
	z-index: 1;
}
#top #match .slider-match{
	margin: -100px auto 0 auto;
	margin-left: calc(50% - 300px);
	max-width: 1380px;
	width: 100%;
	z-index: 1;
}
#top #match .nolist {
	display: flex;
	align-items: center;
	left: 160px;
	height: 300px;
	color: #fff;
	position: relative;
}
@media screen and (min-width: 1600px) {
	#top #match .slider-match{
	}
}
#top #match .slick-list{
	padding: 100px 0 200px 0;
}
#top #match .slider-match .slick-prev,
#top #match .slider-match .slick-next{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 1000px;
	border: solid 1px var(--white);
	background-color: #6B6773;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 64px;
	height: 47px;
	transform: rotate(-45deg);
	transition: 0.3s ease-in-out;
	position: absolute;
	top:100px;
}
#top #match .slider-match .slick-prev:hover,
#top #match .slider-match .slick-next:hover{
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.03);
}
#top #match .slider-match .slick-prev{
	left: -180px;
}
#top #match .slider-match .slick-next{
	left: -100px;
}
#top #match .slider-match .slick-next:before{
	content: "";
	width: 13px;
	height: 26px;
	background: url(../../img/arrow_right.svg) no-repeat;
	display: block;
	transform: rotate(45deg);
}
#top #match .slider-match .slick-prev:before{
	content: "";
	width: 13px;
	height: 26px;
	background: url(../../img/arrow_left.svg) no-repeat;
	display: block;
	transform: rotate(45deg);
}
#top .match-block{
	display: block;
	text-align: center;
	border-radius: 1000px;
	border: solid 1px var(--white);
	background-color: #6B6773cc;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 460px;
	height: 334px;
	transform: rotate(-45deg);
	transition: 0.3s ease-in-out;
	position: relative;
}
#top .match-block a{
	display: block;
	transform: rotate(45deg);
	color: var(--white);
	padding: 25px 50px;
}

#top .match-block:hover{
	background-color: rgba(255, 255, 255, 0.03);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(210px);
}
#top .match-block .next{
	background: var(--grd-magenta-b);
	border-radius: 500px;
	display: block;
	aspect-ratio: 1/1;
	width: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-align: left;
	line-height: 1;
	position: absolute;
	top: 0px;
	left:50px;
	overflow: visible;
	letter-spacing: 0.08em;
}
#top .match-block .text-ara1{
	text-align: right;
}
#top .match-block p{
	margin: 0;
}
#top .match-block .day{
	font-size: 70px;
}
#top .match-block .kickofff{
	font-size: 30px;
	letter-spacing: 0.08em;
}
#top .match-block .w-line{
	border: solid 1.5px var(--white);
	margin: 1em 0;
}
#top .match-block .text-ara2{
	padding-right: 15%;
	font-weight: 700;
	transform: translateX(-10px);
}
#top .match-block .opponent{
	font-size: 21px;
	margin-top: -10px;
	white-space: nowrap;
}
#top #match .slash3-1{
	position: absolute;
	top:500px;
	left: calc(50% - 900px);
	z-index: 0;
}
#top #match  .slash3-2{
	position: absolute;
	top:560px;
	left: calc(50% - 1200px);
	z-index: 0;
	width: 800px;
}

@media screen and (max-width: 768px) {
	#top #match{
		padding: 200px 0 0px 0;
	}
	#top #match .wrap{
		width: 100%;
	}

	#top #match .c-title .bg-dots{
		width: 100px;
		height: 100px;
		top:-80px;
		left:-20px;
	}
	#top #match .mascot01{
		width: 100px;
		position: absolute;
		top:-10px;
		left:50%;
	}
	#top #match .slider-match{
		margin: 0px 0% 0 0;
		padding: 0;
	}
	#top #match .slider-match .nolist{
		left: initial;
		justify-content: center;
		height: 200px;
		align-items: start;
	}
	#top #match .slick-list{
		padding: 100px 0 100px 0;
	}
	#top #match .slider-match .slick-prev,
	#top #match .slider-match .slick-next{
		width: 45px;
		height: 32px;
		z-index: 1;
	}
	#top #match .slider-match .slick-prev{
		left: 20px;
		top:0px;
	}
	#top #match .slider-match .slick-next{
		left: 80px;
		top:0px;
	}
	#top #match .slider-match .slick-next:before{
		width: 9px;
		height: 18px;
		background-size: contain;
	}
	#top #match .slider-match .slick-prev:before{
		width: 9px;
		height: 18px;
		background-size: contain;
	}
	#top .match-block{
		width: 370px;
		height: 280px;
	}
	#top .match-block a{
		display: block;
		transform: rotate(45deg);
		color: var(--white);
		padding: 20px 50px 10px 50px;
	}
	#top .match-block:hover{
	}
	#top .match-block .next{
		width: 100px;
		line-height: .9;
		top: 20px;
		left: 40px;
	}
	#top .match-block .text-ara2{
		padding-right: 5%;
		font-size: 12px;
	}
	#top .match-block .opponent{
		font-size: 17px;
	}
	#top #match .slash3-1{
		display: none;
	}
	#top #match  .slash3-2{
		display: none;
	}
	#top #match .slash3-1sp{
		position: absolute;
		width: 200%;
		top: 330px;
		left: 70vw;
		z-index: 0;
	}
	#top #match  .slash3-2sp{
		position: absolute;
		width: 120%;
		top: 300px;
		left: 50vw;
		z-index: 0;
	}
}



#top #news {
	position: relative;
}
#top #news .c-title{
	text-align: center;
	position: relative;
} 
#top #news .c-title .bg-dots{
	width: 220px;
	height: 128px;
	position: absolute;
	top:-70px;
	left:calc(50% + 3em);
}
#top #news .slash4-1{
	position: absolute;
	top:0px;
	
    right: calc(50% - 1960px);
    z-index: 0;
    width: 1500px;
;
}
#top #news .slash4-2{
	position: absolute;
	top:60px;
	right: calc(50% - 1050px);
	z-index: 0;
}
.news-area{
	position: relative;
	height: clamp(440px, 40vw ,540px);
}
.tab-title-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
	color: var(--white);
	text-align: center;
	margin: 3rem auto 5rem auto;
	padding: 0;
	max-width:1000px;
}
.tab-title-list .tab-title{
	font-size: 14px;
	font-weight: 700;
	border: solid 1px var(--white);
	border-radius: 100px;
	display: inline-block;
	padding: 0 2em;
  background-image: var(--grd-pink-r);
  background-position: 0% 50%;
    background-size: 0% 25px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.tab-title-list .tab-title:hover,
.tab-title-list .tab-title.selected{
	background: var(--white);
	color: var(--magenta);
}
.tab-title-list .tab-title.club.selected,
.tab-title-list .tab-title.club:hover{
	color: var(--pink);
}
.tab-title-list .tab-title.news.selected,
.tab-title-list .tab-title.news:hover{
	color: var(--enge);
}
.tab-title-list .tab-title.goods.selected,
.tab-title-list .tab-title.goods:hover{
	color: var(--purple);
}
.tab-title-list .tab-title.event.selected,
.tab-title-list .tab-title.event:hover{
	color: var(--blue);
}
.tab-title-list .tab-title.academy.selected,
.tab-title-list .tab-title.academy:hover{
	color: var(--green);
}
.tab-title-list .tab-title.partner.selected,
.tab-title-list .tab-title.partner:hover{
	color: var(--yellow);
}
#top #news .tab-list {
	width: 100%!important;
	padding: 0 10%;
	color: var(--white);
	position: absolute;
}
#top #news .tab-list.show {
	color: var(--white);
}
#top #news .slider-news .slick-list{
    overflow: visible;
}
#top #news .slider-news .slick-list .slick-track.few-slides{
    display: flex !important;
	justify-content: center;
}
#top #news .slider-news .no-posts-message {
	text-align: center;
}
#top #news .news-item{
	max-width: 340px;
}
#top #news .news-item a{
	border-radius: 10px;
	width: 90%;
	display: block;
	background-color: #6B6773cc;
	color: var(--white);
}
#top #news .news-item a:hover{
	background-color: transparent;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(210px);
}
#top #news .news-item .img{
	aspect-ratio: 306 / 230;
}
#top #news .news-item img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	max-height: 400px;
	object-fit: cover;
}
#top #news .news-item .news-content{
	font-weight: 700;
	padding: 1rem;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	min-height: 165px;
}
#top #news .news-item .date{
	font-size: 14px;
	margin: 0;
}
#top #news .news-item a:hover .date{
}
#top #news .news-item .ctg{
	font-size: 14px;
	border: solid 1px var(--white);
	border-radius: 100px;
	display: inline-block;
	padding: 0 3em;
	margin: 0 0 1em 0;
  background-image: var(--grd-pink-r);
  background-position: 0% 50%;
    background-size: 0% 25px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
#top #news .news-item.club .ctg,
#top #news .news-item.club a .news-title{
  background-image: var(--grd-pink-r);
}
#top #news .news-item.news .ctg,
#top #news .news-item.news a .news-title{
  background-image: var(--grd-enge-r);
}
#top #news .news-item.goods .ctg,
#top #news .news-item.goods a .news-title{
  background-image: var(--grd-purple-r);
}
#top #news .news-item.event .ctg,
#top #news .news-item.event a .news-title{
  background-image: var(--grd-blue-r);
}
#top #news .news-item.academy .ctg,
#top #news .news-item.academy a .news-title{
  background-image: var(--grd-green-r);
}
#top #news .news-item.partner .ctg,
#top #news .news-item.partner a .news-title{
  background-image: var(--grd-yellow-r);
}

#top #news .news-item a:hover .ctg{
    background-size: 100% 100px;
    -webkit-background-size: 100% 25px;
}
#top #news .news-item .news-title{
	margin: 0;
    background-size: 0% 200px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    transition: all 0.3s ease-in-out;
  	background-image: var(--grd-pink-r);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
#top #news .news-item a:hover .news-title{
    background-position: 0% 50%;
    background-size: 100% 200px;
    -webkit-background-size: 100% 200px;
}

#top #news .slick-dotted.slick-slider{
	margin-bottom: 50px;
}
#top #news .slick-dots{
	bottom: -35px;
}
#top #news .wrap-btn01{
	text-align: center;
	margin: 100px auto;
}

@media screen and (max-width: 768px) {
	#top #news {
	}
	#top #news .c-title{
	} 
	#top #news .c-title .bg-dots{
		width: 100px;
		height: 100px;
		top: -20px;
		left: 70%;
	}
	#top #news .slash4-1{
		display: none;
	}
	#top #news .slash4-2{
		display: none;
	}
	#top #news .slash4-1sp{
		width: 70%;
		position: absolute;
		top:0px;
		left: -400px;
		z-index: 0;
		width: 150vw;
		transform: rotate(180deg);
	}
	#top #news .slash4-2sp{
		width: 70%;
		position: absolute;
		top:30px;
		left: -50px;
		z-index: 0;
		transform: rotate(180deg);
	}
	.news-area{
		height: 760px;
	}
	.tab-title-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		padding: 0 4vw;
		margin: 1rem auto 3rem auto;
		box-sizing: border-box;
	}
	.tab-title-list .tab-title{
		padding: 0.7em 2em;
		width: 30%;
		margin-bottom: 1em;
	}
	.tab-title-list .tab-title:first-child{
		width: 80%;
	}
	#top #news .tab-list {
		width: 100vw!important;
		padding: 0 10%;
		position: absolute;
	}
	#top #news .tab-list.show {
		color: var(--white);
	}
	#top #news .slider-news .slick-list{
		overflow: visible;
	}
	#top #news .news-item a{
		border-radius: 10px;
		width: 90%;
		margin: auto;
		display: block;
		background-color: #6B6773cc;
		color: var(--white);
	}
	#top #news .news-item a:hover{
		background-color: transparent;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(210px);
	}
	#top #news .news-item img{
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	#top #news .news-item .news-content{
		font-weight: 700;
		padding: 1rem;
	}
	#top #news .news-item .date{
		font-size: 14px;
		margin: 0;
	}
	#top #news .news-item a:hover .date{
	}
	#top #news .news-item .ctg{
		font-size: 14px;
	}

	#top #news .news-item a:hover .ctg{
			background-size: 100% 100px;
	}
	#top #news .news-item .news-title{
		margin: 0;
	}
	#top #news .news-item a:hover .news-title{
			background-position: 0% 50%;
			background-size: 100% 200px;
			-webkit-background-size: 100% 200px;
	}


	#top #news .news-area .slick-prev,
	#top #news .news-area .slick-next{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 1000px;
		border: solid 1px var(--white);
		background-color: #6B6773;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		width: 64px;
		height: 47px;
		transform: rotate(-45deg);
		transition: 0.3s ease-in-out;
		position: absolute;
		top:100px;
	}
	#top #news .news-area .slick-prev:hover,
	#top #news .news-area .slick-next:hover{
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background-color: rgba(255, 255, 255, 0.03);
	}
	#top #news .news-area .slick-prev{
		left: 30%;
		top: 440px;
		z-index: 1;
	}
	#top #news .news-area .slick-next{
		right: 30%;
		top: 440px;
		z-index: 1;
	}
	#top #news .news-area .slick-next:before{
		content: "";
		width: 13px;
		height: 26px;
		background: url(../../img/arrow_right.svg) no-repeat;
		display: block;
		transform: rotate(45deg);
	}
	#top #news .news-area .slick-prev:before{
		content: "";
		width: 13px;
		height: 26px;
		background: url(../../img/arrow_left.svg) no-repeat;
		display: block;
		transform: rotate(45deg);
	}
	#top #news .slick-dotted.slick-slider{
	}
	#top #news .slick-dots{
		bottom: -150px;
	}
	#top #news .wrap-btn01{
		text-align: center;
		margin: 30vw auto 200px auto;
	}
}




#top #dreams{
	position: relative;
	padding: 300px 0;
	margin-top: 200px;
	background: linear-gradient(transparent 50%, var(--white) 50%);
}
#top #dreams .obj-circle-white{
	position: absolute;
	margin: auto;
	top:0;bottom: auto;
	left:0;right:0;
	display: block;
	background: var(--white);
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	aspect-ratio: 10/9;
	width: 100%;
	z-index: 0;
}

#top #dreams .dreams-title-area{
	text-align: center;
	position: relative;
}
#top #dreams .dreams-title-area h2.bubble{
	font-size: 230px;
	line-height: 0.9;
	margin: -0.2em 0;
	z-index: 1;
	position: relative;
}
#top #dreams .dreams-title-area .indent01{
	margin-left: -14em;
	z-index: 1;
	position: relative;
}
#top #dreams .dreams-title-area .indent03{
	margin-left: -18em;
	z-index: 1;
	position: relative;
}
#top #dreams .dreams-title-area .indent04{
	margin-left: 18em;
	color: var(--magenta);
	z-index: 1;
	position: relative;
}
#top #dreams .dreams-pic01{
	width: 300px;
	position: absolute;
	top: -100px;
	left: calc(50% + 12em);
	z-index: 0;
}
#top #dreams .dreams-pic02{
	width: 240px;
	position: absolute;
	bottom:150px;
	left: calc(50% - 40em);
	z-index: 0;
}
#top #dreams .dreams-pic01 img,
#top #dreams .dreams-pic02 img{
	border-radius: 300px;
}
#top #dreams .mascot{
	position: absolute;
	width: 200px;
	right:calc(50% - 450px);
	bottom:100px;
	z-index: 1;
}
#top #dreams .sub-copy{
	max-width: 1000px;
	margin: 2em auto;
	font-size: 34px;
	font-weight: 700;
	position: relative;
}

#top #dreams .slash5-1{
	position: absolute;
	top:-350px;
	left: -200px;
	z-index: 0;
}
#top #dreams .slash5-2{
	position: absolute;
	top:-300px;
	left: -250px;
	z-index: 0;
}
#top #dreams .slash5-3{
	position: absolute;
	top:-220px;
	left: -250px;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	#top #dreams{
		position: relative;
		padding: 100px 0 50px 0;
		margin-top: 00px;
	}
	#top #dreams .obj-circle-white{
		position: absolute;
		margin: auto;
		top:100px;bottom: auto;
		left:0;right:0;
		display: block;
		background: var(--white);
		border-top-left-radius: 100%;
		border-top-right-radius: 100%;
		aspect-ratio: 10/9;
		width: 100%;
	}

	#top #dreams .dreams-title-area{
		text-align: center;
		position: relative;
		padding: 0 4vw;
	}
	#top #dreams .dreams-title-area h2.bubble{
		font-size: clamp(100px,10vw,130px);
		margin: -0.2em 0;
	}
	#top #dreams .dreams-title-area .indent01{
		margin-left: -0;
		text-align: left;
	}
	#top #dreams .dreams-title-area .indent03{
		margin-left: -0;
		text-align: left;
	}
	#top #dreams .dreams-title-area .indent04{
		margin-left: 20%;
	}
	#top #dreams .dreams-pic01{
		width: 120px;
		top: -20px;
		left:auto;
		right: 3%;
	}
	#top #dreams .dreams-pic02{
		width: 88px;
		bottom:-30px;
		left: 1em;
	}
	#top #dreams .dreams-pic01 img,
	#top #dreams .dreams-pic02 img{
		border-radius: 300px;
	}
	#top #dreams .mascot{
		position: absolute;
		width: 100px;
		right: calc(50% - 13em);
		bottom:47px;
	}
	#top #dreams .sub-copy{
		margin: 3em auto 0 auto;
		padding: 0 8vw;
		font-size: 25px;
		line-height: 1.5;
	}

	#top #dreams .slash5-1{
		width: 50%;
		top: -180px;
		left: -70px;
		z-index: 0;
	}
	#top #dreams .slash5-2{
		width: 60%;
		top: -130px;
		left: -100px;
		z-index: 0;
	}
	#top #dreams .slash5-3{
		width: 50%;
		top: -90px;
		left: -100px;
		z-index: 0;
	}
}



#top #supporter{
	position: relative;
	margin: -200px auto 0 auto;
	padding-bottom: 200px;
	background-color: var(--white);
}
#top #supporter .wara-textarea{
	width: 40%;
	padding: 5%;
	margin-left: auto;
	font-weight: 700;
	font-size: 14px;
	position: relative;
}
#top #supporter .c-title{
	color: var(--black);
}
#top #supporter .c-title::before{
	content: "";
	display: block;
	background-color: #122889;
	position: absolute;
	top:-60px;
	left:-60px;
	background: url(../../img/obj_title_circle.svg) no-repeat;
	background-size: cover;
	width: 140px;
	height: 134px;
}
#top #supporter .wrap-btn01{
	margin: 3em 0;
}
#top #supporter .btn01{
	color: var(--black);
	border: solid 1px var(--black);
}
#top #supporter .btn01:hover{
	color: var(--white);
}
/*
#top #supporter .supporter-pic01{
	position: absolute;
	left: 15%;
	display: block;
	margin: 0;
	width: 600px;
	height: 600px;
	background: url(../../img/top_img_supporter.jpg) no-repeat;
	background-size: 120%;
	background-position: center;

  -webkit-mask-image: url("../../img/top_img_supporter_musk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 10px 0;
  -webkit-mask-size: auto 100%;
  mask-image: url("../../img/top_img_supporter_musk.svg");
  mask-repeat: no-repeat;
  mask-position: 10px 0;
  mask-size: auto 100%;
}*/

#top #supporter .supporter-pic01-musk {
	position: absolute;
	left: 15%;
	display: block;
	margin: 0;
	width: 600px;
	height: 600px;
	text-align: center;

  mask-image: url("../../img/top_img_supporter_musk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto 100%;
  -webkit-mask-image: url("../../img/top_img_supporter_musk.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto 100%;
}
#top #supporter .supporter-pic01-img{
	height: 100%;
	width: auto;
}

@media screen and (max-width: 1200px) {
	#top #supporter .supporter-pic01-musk {
		left: 10%;
	}
}

@media screen and (max-width: 768px) {
	#top #supporter{
		margin: -10px auto 0 auto;
		background: var(--white);
		padding: 0;
	}
	#top #supporter .wara-textarea{
		width: 100%;
		padding: 8% 4vw;
		margin: auto;
	}
	#top #supporter .c-title::before{
		content: "";
		display: block;
		background-color: #122889;
		position: absolute;
		top:-60px;
		left:-30px;
		background: url(../../img/obj_title_circle.svg) no-repeat;
		background-size: cover;
		width: 100px;
		height: 100px;
	}
	#top #supporter .wrap-btn01{
		margin: 3em auto;
		text-align: center;
	}
	#top #supporter .btn01{
		color: var(--black);
		border: solid 1px var(--black);
	}
	#top #supporter .btn01:hover{
		color: var(--white);
	}
	/*
	#top #supporter .supporter-pic01{
		position: static;
		left: 0;
		right:0;
		display: block;
		margin: 0 auto;
		width: 80%;
		height: 80vw;
		background: url(../../img/top_img_supporter.jpg) no-repeat;
		background-size: cover;
		background-position: center;

		-webkit-mask-image: url("../../img/top_img_supporter_musk.svg");
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: 10px 0;
		-webkit-mask-size: auto 100%;
		mask-image: url("../../img/top_img_supporter_musk.svg");
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: 100% 100%;
	}*/
	#top #supporter .supporter-pic01-musk {
		position: static;
		left: 0;
		right:0;
		display: block;
		margin: 0 auto;
		width: 80%;
		height: 80vw;

		mask-image: url("../../img/top_img_supporter_musk.svg");
		background-size: cover;
		background-position: center;
		-webkit-mask-image: url("../../img/top_img_supporter_musk.svg");
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: 100% 100%;
	}
	#top #supporter .supporter-pic01-img{
		height: 100%;
		width: auto;
	}

}




#top #img-player{
	position: relative;
	z-index: 1;

}
#top .wrap-img-player{
	position: relative;
	background: url(../../img/img_players_pic.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	height: 50vw;
	max-width: 1600px;
	margin: 0 auto;
}
#top .img-players-title{
	font-size: clamp(20px, 15vw, 270px);
	position: absolute;
	top:-40px;
	left:0;
	right: 0;
	margin: auto;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--white);
}

@media screen and (max-width: 768px) {
	#top .wrap-img-player{
		border-radius: 0px;
	}
	#top .img-players-title{
		font-size: clamp(20px, 20vw, 280px);
		position: absolute;
		top:-5vw;
		left:0;
		right: 0;
		margin: auto;
		text-align: center;
		letter-spacing: 0.05em;
		color: var(--white);
	}
}


#top #partner{
	position: relative;
	padding-top: 380px;
	background: url(../../img/bg-footer_line01.svg)no-repeat;
	background-size: contain;
	background-position: top 160px center;
}
#top #partner .bg-dots{
	position: absolute;
	width: 220px;
	height: 220px;
	top:100px;
	left:10%
}
#top #partner .c-title{
	text-align: center;
}
#top #partner .slash6-1{
	position: absolute;
	top:-100px;
	right: -100px;
	z-index: 0;
}
#top #partner .slash6-2{
	position: absolute;
	top:-150px;
	right: -300px;
	z-index: 0;
}
#top #partner .slash6-3{
	position: absolute;
	top:30px;
	right: -200px;
	z-index: 0;
}
#top #partner .slash7-1{
	position: absolute;
	top: 600px;
	left: calc(50% - 2000px);
	width: 100%;
	z-index: 0;
}
#top #partner .slash7-2{
	position: absolute;
	top: 650px;
	left: calc(50% - 1900px);
	width: 100%;
	z-index: 0;
}
#top #partner .partners-area{
	max-width: 1000px;
	margin: 6em auto 8em auto;
	position: relative;
}
#top #partner .partners-area .area-title{
	text-align: center;
	font-size: 36px;
	color: var(--white);
	letter-spacing: 0.08em;
}
/*#top #partner .partners-area.gold .area-title,
#top #partner .partners-area.regular .area-title{
	font-size: 22px;}*/
#top #partner .partners-area .flex{
	gap: 40px 5%;
	justify-content: left;
}
#top #partner .partners-area .flex .item{
	width: 30%;
}
#top #partner .partners-area .flex .item a{
	display: block;
	text-align: center;
}

#top #partner .partners-area.gold .flex{
	gap: 20px 4%;
}
#top #partner .partners-area.gold .flex .item{
	width: 22%;
}

/*#top #partner .partners-area.gold,*/
#top #partner .partners-area.regular{
	max-width: 900px;
}
#top #partner .partners-area.regular .flex{
	gap: 15px 1.7%;
}
#top #partner .partners-area.regular .flex .item{
	width: 15%;
}
#top #partner .wrap-btn01{
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#top #partner{
		padding-top: 200px;
		background: url(../../img/bg-footer_line01sp.svg)no-repeat;
		background-position: top 100px center;
		background-size: contain;
	}
	#top #partner .bg-dots{
		position: absolute;
		width: 100px;
		height: 100px;
		top:100px;
		left:10%
	}
	#top #partner .c-title{
		overflow-wrap: break-word;
	}
	#top #partner .slash6-1{
		width: 40%;
		position: absolute;
		top: -50px;
		right: -20px;
		z-index: 0;
	}
	#top #partner .slash6-2{
		width: 50%;
		position: absolute;
		top: -40px;
		right: -50px;
		z-index: 0;
	}
	#top #partner .slash6-3{
		width: 50%;
		position: absolute;
		top: -40px;
		right: -90px;
		z-index: 0;
	}
	#top #partner .slash7-1{
		display: none;
	}
	#top #partner .slash7-2{
		display: none;
	}
	#top #partner .partners-area{
		max-width: 1000px;
		margin: 4em auto 3em auto;
	}
	/*#top #partner .partners-area .area-title{
		font-size: 30px;
	}*/
	#top #partner .partners-area .flex,
	#top #partner .partners-area.gold .flex{
		gap: 0 5%;
		justify-content: left;
	}
	#top #partner .partners-area .flex .item,
	#top #partner .partners-area.gold .flex .item{
		width: 47.5%;
		margin-bottom: 3%;
	}
	#top #partner .partners-area .flex .item a{
		display: block;
		text-align: center;
	}

	#top #partner .partners-area.gold,
	#top #partner .partners-area.regular{
		padding: 0 4vw;
	}
	#top #partner .partners-area.regular .flex{
		gap: 0 2%;
	}
	#top #partner .partners-area.regular .flex .item{
		width: 32%;
		margin-bottom: 2%;
	}
	#top #partner .wrap-btn01{
		text-align: center;
		z-index: 1;
	}
}






#top #stadium{
	position: relative;
	padding-top: 380px;
	padding-bottom: 5rem;
}
#top #stadium .bg-dots{
	position: absolute;
	width: 250px;
	height: 220px;
	top:100px;
	right:10%
}
#top #stadium .c-title{
	text-align: center;
}
#top #stadium .wrap-map{
	max-width: 1000px;
	margin: auto;
	position: relative;
	padding: 0 20px;
}
#top #stadium .wrap-map iframe{
	width: 100%;
}
#top #stadium .slash8-1{
	position: absolute;
	top: 200px;
	left: 80%;
	width: 130%;
	z-index: 0;
}
#top #stadium .slash8-2{
	position: absolute;
	left: 70%;
	top: 250px;
	width: 80%;
	z-index: 0;
}
#top #stadium .slash9-1{
	position: absolute;
	top: 500px;
	left: -100px;
	z-index: 0;
}
#top #stadium .slash9-2{
	position: absolute;
	top: 600px;
	left: -100px;
	z-index: 0;
}
#top #stadium .slash9-3{
	position: absolute;
	top: 650px;
	left: -200px;
	z-index: 0;
}

@media screen and (max-width: 768px) {

	#top #stadium{
		padding-top: 0;
		padding-bottom: 3rem;
	}
	#top #stadium .bg-dots{
		display: none;
	}
	#top #stadium .c-title{
	}
	#top #stadium .wrap-map{
		margin: auto;
		padding: 4vw;
	}
	#top #stadium .wrap-map iframe{
		width: 100%;
		height: 60vw;
	}
	#top #stadium .slash8-1{
		width: 160%;
		top: 170px;
    left: 75%;
		z-index: 0;
	}
	#top #stadium .slash8-2{
		width: 100%;
		top: 130px;
    left: 56%;
		z-index: 0;
	}
	#top #stadium .slash9-1{
		display: none;
	}
	#top #stadium .slash9-2{
		display: none;
	}
	#top #stadium .slash9-3{
		display: none;
	}

}















/* バーガーメニュー */
/* Navbar & Navmenu color */

.menu-btn {
	display: none;
}
@media screen and (max-width: 768px) {
	:root {
		--background-navbar: rgba(255, 255, 255, 0.98);
	}
	#header nav{
		height: 0;
	}
	.menu {
		list-style: none;
		position: static;
		width: 100%;
		height: 100lvh;
		top: 0;
		right: 0;left:0;
		/*background: var(--background-navbar);*/
		transition: all 0.5s ease-out;
		transform: translate(0, -100lvh	) scale(1, 1);
		transform-origin: top;
		margin: 0 0 0 auto;
		padding: 6rem 8vw 5rem 8vw;
		text-align: center;
		background-color: var(--black);
		box-sizing: border-box;
		opacity: 0;
	}


	/* Hamburger menu button */
	.menu-btn:checked ~ .menu {
		display: block;
		height: 100lvh;
		transform: translate(0, 0) scale(1, 1);
		opacity: 1;
		transform-origin: top;
		transition:all 0.4s ease-out;
	}
	/* Hamburger menu text */
	.menu li a {
		display: block;
		text-decoration: none;
		text-transform: capitalize;
		opacity: 0;
		transition: 0.5s;
		display: none;
	}
	.menu li {
		opacity: 0;
	}
	.menu-btn:checked ~ .menu a,
	.menu-btn:checked ~ .menu li {
		opacity: 1;
		display: block;
	}
	.menu-icon {
		display: inline-block;
		position: absolute;
		top:20px;
		right:10px;
		margin: auto;
		cursor: pointer;
		padding: 14px 18px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 3;
		background-color: var(--red);
		border-radius: 100px;
	}
	.navicon {
		background: var(--white);
		display: block;
		height: 1px;
		width: 15px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before,
	.navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: var(--white);
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before {
		top: 4px;
	}
	.navicon:after {
		bottom: 4px;
	}
	.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	}
	.menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	
}


/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}




/* ページ読み込みイベント */
.top_loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 20;
}
.top_loading .load {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.6s ease;
}
.top_loading .loading_magenta {
	background-color: var(--magenta);
}
.top_loading .loading_magenta.on {
	height: 0;
}
.top_loading .loading_purple {
	background-color: var(--purple);
}
.top_loading .loading_purple.on {
	height: 0;
}
.top_loading .loading_black {
	background-color: #131313;
}
.top_loading .loading_black.on {
	height: 0;
}

.fadeIn{
  color:#fff;
}


/* テキスト アニメーション */
.bubble,
.wrap-split {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 0.9;
	display: block;
}
.bubble span {
	display: inline-block;
  transform: translateY(100%);
  transition: transfrom 0.5s;
  /* transform: translateY(-100px); テキストを上から出したい時*/
}
.char {
  transform: translateY(120px);
  transition: transfrom 0.5s;
  /* transform: translateY(-100px); テキストを上から出したい時*/
}

/* タイトルテキスト アニメーション */
.fv-title-area .char{
  transform: translateY(150px);
  transition: all .8s;
  transition-delay: .8s; 
}
.dreams-title-area .char{
  transform: translateY(200px);
  transition: all .8s;
  transition-delay: .8s; 
}






