@charset "utf-8";


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

/* フォント 640px ~ 1920px  */
*{
font-family: "Noto Serif JP", serif;
color: #242424;
font-size: clamp( 17px, calc( 15.5px + 0.234375vw ), 20px );
line-height: 2.0rem;
font-weight: 400;
}
.f_s{
font-size: clamp( 14px, calc( 13px + 0.15625vw ), 16px );
font-weight: 500;
}
.f_l{
font-size: clamp( 40px, calc( 35px + 0.78125vw ), 50px );
line-height: 3.0rem;
font-weight: 300;
}
.meiryo{ font-family: 'メイリオ','Meiryo', serif !important; }
::selection{ background: rgba(0, 76, 255, 0.5); 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 5%;
}
.loading > div{
width: 100%;
max-width: 300px;
position: relative;
}
.loading .logo{ width: 100%; }
.content-load{ display: none; }


main{
width: 100%;
max-width: 2560px;
background: #fffcf5;
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, rgba(188,17,67,0.1) 0%, rgba(188,17,67,0) 30%, rgba(7,135,179,0) 70%, rgba(7,135,179,0.1) 100%);
}
.main_bg .img_1{
background: url(../img/_bg01.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 #00a6ff solid;
display: flex;
justify-content: center;
text-decoration: none;
color: #00a6ff;
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: #000;
position: relative;
}
#top .bg{
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
position: relative;
}
#top .bg img.pc{ width: 100%; }
#top .bg img.sp{
width: 100%;
display: none;
}
#top .particle{
width: 100%;
height: 100vh;
z-index: 1;
position: sticky;
top: 0;
}
#top .item{
width: 100%;
height: 100%;
z-index: 5;
position: absolute;
top: 0;
left: 0;
padding: 0 5%;
}
#top .item > div{
width: 100%;
max-width: 1920px;
height: 100%;
display: flex;
align-items: center;
position: relative;
margin: 0 auto;
}
#top .item > div > div{
width: 45%;
position: relative;
}
#top .item span{
width: 100%;
display: block;
position: relative;
}
#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: #00a6ff; 
display: inline-block;
text-decoration: none;
color: #fff;
font-weight: bold;
position: relative;
padding: 15px 40px;
border-radius: 50px;
}
#top .particles{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}


/* 見出し */
h2{
width: 100%;
position: relative;
margin: 0 0 50px;
}
h2 .tag{
width: 100%;
font-size: 18px;
line-height: 18px;
color: #194785;
font-weight: 600;
position: relative;
margin: 0 0 10px;
}
h2 .item{
width: 100%;
position: relative;
}
h2 .item span{
width: auto;
display: block;
/*display: inline;
background: linear-gradient(130deg, #c41847 0%, #f9a084 100%);
background-clip: text;
*/
color: #194785;
position: relative;
}


#main{
width: 100%;
background: #fff;
position: relative;
padding: 150px 0 0;
}
#main > .bg{
width: 100%;
height: 100%;
z-index: 5;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
}
#main > .bg img:nth-child(1){
width: 75%;
min-width: 1000px;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
#main > .bg img:nth-child(2){
width: 15%;
max-width: 463px;
display: block;
position: absolute;
bottom: 5%;
right: 0;
}
#main > .bg .particle{
width: 100%;
position: absolute;
}
#main > .bg .particle.blue{
height: 55%;
top: 0;
left: 0;
}
#main > .bg .particle.white{
height: 45%;
bottom: 0;
left: 0;
}


.info{
width: 50%;
position: relative;
}
.info .text{
width: 100%;
position: relative;
}
.info .text dl{
width: 100%;
display: flex;
flex-wrap: wrap;
position: relative;
margin: 25px 0 0 0;
}
.info .text dl *{ line-height: 1.5rem; }
.info .text dl dt{
width: 20px;
position: relative;
}
.info .text dl dd{
width: calc(100% - 20px);
position: relative;
}

/* 紹介 */
#intro{
width: 100%;
z-index: 10;
position: relative;
margin: 0 auto 150px;
padding: 0 5%;
}
#intro > div{
width: 100%;
max-width: 1920px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
position: relative;
margin: 0 auto;
}
#intro .info{
position: sticky;
top: 5%;
left: 0;
padding: 0 5% 0 0;
}
	#intro .info.center{
	width: 100%;
	position: relative;
	top: 0;
	padding: 0;
	}

#intro .info h2 *,
#intro .info .text{ text-shadow: #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px; }

	#intro .info.center h2 .tag{
	text-align: center;
	margin: 0 auto 10px;
	}
	#intro .info.center h2 .item{ text-align: center; }
	#intro .info.center .text{ text-align: center; }

#intro .img{
width: 50%;
position: relative;
padding: 0;
}
#intro .img img{
width: 100%;
border-radius: 25px;
box-shadow: 0 0 30px rgba(56, 113, 161, 0.5);
}


/* ABOUT mov */
#mov{
width: 100%;
position: relative;
padding: 0 5%;
}
#mov .glad{
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(180deg, #fff 0%, #194785 90%);
position: absolute;
top: 0;
left: 0;
}
#mov > a{
width: 100%;
max-width: 1920px;
z-index: 10;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 16 / 6;
position: relative;
margin: 0 auto;
border-radius: 25px;
box-shadow: 0 0 30px rgba(56, 113, 161, 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%;
color: #fff;
text-align: center;
position: relative;
}
#mov .on span{ color: #fff; }
/* 仮 */
#mov .image{
width: 100%;
max-width: 1920px;
z-index: 10;
overflow: hidden;
background: #265d9e;
display: flex;
align-items: center;
justify-content: right;
aspect-ratio: 16 / 6;
position: relative;
margin: 0 auto;
border-radius: 25px;
box-shadow: 0 0 30px rgba(56, 113, 161, 0.5);
}
#mov .image img:nth-child(1){
width: 100%;
min-width: 1600px;
position: relative;
}
#mov .image img:nth-child(2){
width: 100%;
display: none;
position: relative;
}
/*
#mov .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 0, 0, 0.2),
    rgba(255, 165, 0, 0.2),
    rgba(255, 255, 0, 0.2),
    rgba(0, 128, 0, 0.2),
    rgba(0, 0, 255, 0.2),
    rgba(75, 0, 130, 0.2),
    rgba(238, 130, 238, 0.2),
    rgba(255, 255, 255, 0) 70%
  );
  background-size: 200% 100%;
  mix-blend-mode: overlay;
  opacity: 0.8;
  animation: holographicShine 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes holographicShine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
*/


/* ABOUT one */
#one{
width: 100%;
background: linear-gradient(180deg, #194785 0%, #0b1639 100%);
position: relative;
padding: 150px 5%;
}
#one > div{
width: 100%;
max-width: 1920px;
z-index: 10;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
margin: 0 auto;
}
#one .info{
width: calc(100% - 600px);
margin: 0;
padding: 0 0 0 5%;
}
#one .info h2 .tag{ color: #fff; }
#one .info h2 .item span{ color: #fff; }
#one .info .text{ color: #fff; }
#one .img{
width: 600px;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
position: relative;
padding: 2%;
box-shadow: 0 0 30px rgba(56, 113, 161, 0.5);
border-radius: 25px;
}
#one .img img{
width: 100%;
display: block;
position: relative;
box-shadow: 0 0 15px rgba(252, 255, 68, 0.3);
border-radius: 5px;
}
#one .info dl *{ color: #fff; }
#one img.sp{
width: 100%;
max-width: 560px;
display: none;
position: relative;
margin: 0 auto 50px;
}


/* SHOP */
#shop{
width: 100%;
background: #fff;
display: flex;
align-items: center;
position: relative;
padding: 150px 5%;
aspect-ratio: 16 / 7;
}
#shop .bg{
width: 100%;
height: 100%;
z-index: 5;
position: absolute;
top: 0;
left: 0;
}
#shop .bg img:nth-child(1){
width: 25%;
max-width: 572px;
min-width: 260px;
display: block;
position: absolute;
top: -260px;
left: 1%;
}
#shop .bg img:nth-child(2){
width: 70%;
max-width: 1500px;
min-width: 800px;
display: block;
position: absolute;
bottom: 0;
right: 0;
}
#shop > .item{
width: 100%;
max-width: 1920px;
z-index: 5;
display: flex;
justify-content: flex-start;
position: relative;
margin: 0 auto;
}
#shop > .item	h2 *{
text-shadow: #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px , #fff 0 0 5px;
}
#shop > .item > div{
width: 60%;
position: relative;
}
#shop .text{
width: 100%;
position: relative;
margin: 0 0 25px;
}
#shop .button{
width: 100%;
position: relative;
}
#shop .button a{
width: auto;
background: #0047a6; 
display: inline-block;
text-decoration: none;
color: #fff;
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: 1200px){

	#about .bg .img_1{ display: none; }

	#one .img{ width: 450px; }
	#one .info{ width: calc(100% - 450px); }

}


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

	#top .bg{ margin: 0; }
	#top .bg img.pc{ display: none; }
	#top .bg img.sp{ display: block; }
	#top .item{ padding: 10% 5% 0; }
	#top .item > div{
	height: auto;
	display: block;
	}
	#top .item > div > div{ width: 100%; }

	#main > .bg img:nth-child(2){ display: none; }

	/* ABOUT */
	#about{ padding: 100px 5%; }
	#about .info{ width: 100%; }
	#about .info h2{ margin: 0 0 25px; }
	#intro .info.center h2 .tag,
	#intro .info.center h2 .item,
	#intro .info.center .text{ text-align: left; }
	#intro .info.center h2 .item br{ display: none; }

	#intro{
	display: block;
	margin: 0 auto 25px;
	}
	#intro .info{
	position: relative;
	top: 0;
	margin: 0 0 100px;
	}
	#intro .slider,
	#intro .img{ width: 100%; }

	/* MOV */
/*
	#mov{
	aspect-ratio: 1 / 1;
	margin: 0 auto 100px;
	border-radius: 15px;
	}
*/
	#mov > img{ display: block; }
	#mov video{ display: none; }
	#mov .on{ opacity: 1; }
	/* 仮 */
	#mov .image{
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	}
	#mov .image img:nth-child(1){ display: none; }
	#mov .image img:nth-child(2){ display: block; }

	/*  */
	#one{
	display: block;
	position: relative;
	}
	#one .info{
	width: 100%;
	margin: 0;
	padding: 0;
	}
	#one .img{ display: none; }
	#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;
	*/
	display: none;
	}
	#shop > .item,
	#shop > .item > div{ width: 100%; }
	#shop .button{
	display: flex;
	justify-content: center;
	}



}



/* end */
