@charset "utf-8";


/* ベース */
html{ scroll-behavior: smooth; }
body{ background: #000; -webkit-text-size-adjust: 100%; }
*{ margin: 0; padding: 0; border:none; list-style: none; }
img{ vertical-align: text-bottom; }

/* フォント */
*{
font-family: "Noto Sans JP", serif;
color: #fff;
font-size: clamp(0.9rem, calc(0.8rem + 0.2500000000000001vw), 1.2rem);
line-height: clamp(1.9rem, calc(0.3rem + 0.2500000000000001vw), 2.2rem);
}
.f_s{
font-size: clamp(0.6rem, calc(0.475rem + 0.3125vw), 0.85rem);
line-height: clamp(1.6rem, calc(0.475rem + 0.3125vw), 1.85rem);
}
.f_m{
font-size: clamp(1.2rem, calc(1.0499999999999998rem + 0.37500000000000006vw), 1.5rem);
line-height: clamp(1.9rem, calc(1.0499999999999998rem + 0.37500000000000006vw), 2.2rem);
}
.f_l{
font-size: clamp(2rem, calc(1.5rem + 1.25vw), 3rem);
line-height: clamp(2.7rem, calc(1.5rem + 1.25vw), 3.7rem);
}
.f_xl{
font-size: clamp(3rem, calc(2.5rem + 1.25vw), 4rem);
line-height: clamp(3.7rem, calc(2.5rem + 1.25vw), 4.7rem);
}
.meiryo{ font-family: 'メイリオ','Meiryo', serif !important; }
::selection{ background: #d83a4d; color: #fff; }

/* ボタンリンク */
.bt-link{ transition: all 0.4s ease; }
.bt-link:hover{
z-index: 1;
opacity: 0.5;
}
.no-link{ opacity: 0.2; }


/* ローディング */
.loading{
width: 100%;
height: 100%;
z-index: 9999;
background: #000;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
padding: 100px;
}
.loading .image{
width: 100%;
max-width: 300px;
position: relative;
}
.loading .image .logo{ width: 100%; }
.content-load{ display: none; }


main{
width: 100%;
max-width: 2560px;
background: #000;
position: relative;
margin: 0 auto;
}
.cve{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.main_bg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.main_bg div{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.main_bg .grad{
background: linear-gradient(90deg, #41c3ff 0%, #160f1f 50%, #6539b7 100%); 
opacity: 0.3;
}
.main_bg .img_1{
background: url(../img/_bg_img01.png) top center;
mix-blend-mode: color-dodge;
}
.main_bg .img_2{ z-index: 1; background: url(../img/_particle02.png) top center; mix-blend-mode: color-dodge; }


footer{
width: 100%;
max-width: 2560px;
z-index: 15;
background: #000;
text-align: center;
position: relative;
margin: 0 auto;
padding: 60px 5%;
}
footer .link-button{
width: 100%;
max-width: 600px;
display: flex;
flex-wrap: wrap;
position: relative;
margin: 0 auto 40px;
}
footer .link-button a{
width: calc(50% - 20px);
border: 1px #41c3ff solid;
display: flex;
justify-content: center;
text-decoration: none;
color: #41c3ff;
font-size: 16px; line-height: 1.0em;
position: relative;
margin: 0 10px;
position: relative;
padding: 15px;
border-radius: 8px;
}
footer p{
width: 100%;
max-width: 1200px;
color: #878787;
position: relative;
margin: 0 auto;
}


/* ● #HOME ● */


/* TOP */
#top{
width: 100%;
background: #f7f8ea;
position: relative;
}
#top .bg{
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
position: relative;
margin: -100vh 0 0 0;
}
#top .bg img.pc{
width: 100%;
min-width: 1700px;
}
#top .bg img.sp{
width: 100%;
display: none;
}
#top .particle{
width: 100%;
height: 100vh;
z-index: 1;
mix-blend-mode: color-dodge;
position: sticky;
top: 0;
}
#top .particle .p_1{
width: 100%;
height: 100%;
background: url(../img/_particle01.png) repeat-y;
position: absolute;
top: 0;
left: 0;
-webkit-animation: anime_top01 20s linear infinite;
animation: anime_top01 20s linear infinite;
}
@-webkit-keyframes anime_top01 {
	0% { background-position: 0 0; }
	100% { background-position: 0 749px; }
}
@keyframes anime_top01 {
	0% { background-position: 0 0; }
	100% { background-position: 0 749px; }
}
#top .particle .p_2{
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.4;
background: url(../img/++_particle01.png);
position: absolute;
top: 0;
left: 0;
-webkit-animation: anime_top02 45s linear infinite;
animation: anime_top02 45s linear infinite;
}
@-webkit-keyframes anime_top02 {
	0% { background-position: 0 0; }
	100% { background-position: 0 486px; }
}
@keyframes anime_top02 {
	0% { background-position: 0 0; }
	100% { background-position: 0 486px; }
}
#top .item{
width: 100%;
z-index: 5;
position: absolute;
top: 0;
left: 0;
padding: 1.5% 10% 0;
}
#top .item > div{
width: 100%;
max-width: 770px;
position: relative;
margin: 0 auto;
}
#top .item span{
width: 100%;
display: block;
position: relative;
margin: 0 0 -1%;
}
#top .item h1{
width: 100%;
position: relative;
}
#top .item p{
width: 100%;
position: relative;
margin: 0 0 20px;
}
#top .item span img,
#top .item h1 img,
#top .item p img{ width: 100%; }
#top .item .button{
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#top .item .button a{
width: auto;
background: linear-gradient(130deg, #0381cd 0%, #0381cd 50%, #e83458 50.1%, #e83458 100%); 
display: inline-block;
text-decoration: none;
color: #fff;
font-weight: bold;
position: relative;
padding: 15px 40px;
border-radius: 50px;
}


/* 見出し */
h2{
width: 100%;
position: relative;
margin: 0 0 50px;
}
h2 .tag{
width: 146px;
height: 48px;
background: url(../img/_h2_img.svg) no-repeat;
display: flex;
justify-content: center;
font-size: 18px;
line-height: 18px;
color: #fff;
position: relative;
padding: 10px 0 0;
}
h2 .item{
width: 100%;
position: relative;
}
h2 .item span{
width: auto;
display: inline;
/*background: linear-gradient(15deg, #009cff 0%, #f179ff 100%);*/
background: linear-gradient(130deg, #0381cd 0%, #0381cd 13%, #fff 13.1%, #fff 86.9%, #e83458 87%, #e83458 100%);
background-clip: text;
position: relative;
-webkit-text-fill-color: transparent;
}


/* ABOUT */
#about{
width: 100%;
z-index: 5;
position: relative;
padding: 150px 5%;
}
#about .info{
width: 50%;
position: relative;
/*text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);*/
}
#about .info .text{
width: 100%;
position: relative;
}
#about .info .text dl{
width: 100%;
display: flex;
flex-wrap: wrap;
position: relative;
margin: 25px 0 0 0;
}
#about .info .text dl dt{
width: 20px;
position: relative;
}
#about .info .text dl dd{
width: calc(100% - 20px);
position: relative;
}

/* ABOUT intro */
#intro{
width: 100%;
max-width: 1920px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
position: relative;
margin: 0 auto 150px;
}
#intro .info{
position: sticky;
top: 5%;
left: 0;
padding: 0 5% 0 0;
}
#intro img{
width: 50%;
display: block;
position: relative;
border-radius: 25px;
box-shadow: 0 0 30px rgba(76, 148, 255, 0.5);
}

/* ABOUT mov */
#mov{
width: 100%;
max-width: 1920px;
z-index: 5;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 16 / 4;
position: relative;
margin: 0 auto 150px;
border-radius: 25px;
box-shadow: 0 0 30px rgba(76, 148, 255, 0.5);
}
#mov img{
width: 100%;
display: none;
position: relative;
}
#mov video{
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#mov .on{
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
padding: 2%;
transition: all 0.4s ease;
}
#mov:hover .on{ opacity: 1; }
#mov .on > div{
width: 100%;
position: relative;
}
#mov .on img{
width: 100%;
max-width: 85px;
display: block;
position: relative;
margin: 0 auto 15px;
}
#mov .on p{
width: 100%;
text-align: center;
position: relative;
}

/* ABOUT one */
#one{
width: 100%;
max-width: 1500px;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
margin: 0 auto;
}
#one .info{
width: 60%;
margin: 0;
padding: 0 0 0 5%;
}
#one img{ width: 40%; }
#one img.sp{ display: none; }


/* SHOP */
#shop{
width: 100%;
background: #000;
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
padding: 150px 5%;
aspect-ratio: 16 / 9;
}
#shop .bg{
width: 100%;
height: 100%;
background: url(../img/shop_bg.jpg) no-repeat center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
}
#shop > .item{
width: 35%;
z-index: 5;
position: relative;
}
#shop .text{
width: 100%;
position: relative;
margin: 0 0 25px;
}
#shop .button{
width: 100%;
position: relative;
}
#shop .button a{
width: auto;
background: linear-gradient(130deg, #0381cd 0%, #0381cd 50%, #e83458 50.1%, #e83458 100%); 
display: inline-block;
text-decoration: none;
font-weight: bold;
position: relative;
padding: 15px 40px;
border-radius: 50px;
}



/* レスポンシブ */


@media screen and (min-width: 2650px){



}


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



}


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

	#top .bg{ margin: 0; }
	#top .bg img.pc{ display: none; }
	#top .bg img.sp{ display: block; }
	#top .particle{
	height: 100%;
	position: absolute;
	}
	#top .particle .p_1{ display: none; }
	#top .particle .p_2{ opacity: 1; }
	#top .item{ padding: 10% 10% 0; }

	/* ABOUT */
	#about{ padding: 100px 5%; }
	#about .info{ width: 100%; }
	#about .info h2{ margin: 0 0 25px; }

	#intro{
	display: block;
	margin: 0 auto 25px;
	}
	#intro .info{
	position: relative;
	top: 0;
	margin: 0 0 50px;
	}
	#intro img{
	width: 100%;
	border-radius: 15px;
	}

	#mov{
	aspect-ratio: 1 / 1;
	margin: 0 auto 100px;
	border-radius: 15px;
	}
	#mov img{ display: block; }
	#mov video{ display: none; }
	#mov .on{ opacity: 1; }

	#one{
	display: block;
	position: relative;
	}
	#one .info{
	width: 100%;
	margin: 0;
	padding: 0;
	}
	#one img{
	width: 100%;
	display: none;
	margin: 0 0 25px;
	}
	#one img.sp{ display: block; }

	#shop{
	display: block;
	padding: 100px 5%;
	aspect-ratio: none;
	}
	#shop .bg{
	opacity: 0.3;
	background: url(../img/top_bg_sp.jpg) no-repeat center;
	}
	#shop > .item{ width: 100%; }
	#shop .button{
	display: flex;
	justify-content: center;
	}



}



/* end */
