@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; }

/* フォント 640px ~ 1920px  */
*{
/*font-family: "Noto Sans JP", sans-serif;*/
font-family: "Noto Serif JP", serif;
color: #fff;
font-size: clamp( 17px, calc( 15.5px + 0.234375vw ), 20px );
line-height: 2.0rem;
font-weight: 500;
}
.f_s{
font-size: clamp( 14px, calc( 13px + 0.15625vw ), 16px );
font-weight: 500;
}
.f_m{
font-size: clamp( 26px, calc( 24px + 0.3125vw ), 30px );
line-height: 2.0rem;
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(94, 231, 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;
/*background: linear-gradient(to bottom, #000 0%, #210e1d 70%, #280d17 100%);*/
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: #0d0500;
position: relative;
margin: 0 auto;
}
.cve{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
	overflow: hidden;
	pointer-events: none;
}
.particle-dot {
	position: absolute;
	border-radius: 50%;
	bottom: -20px;
	opacity: 0;
	will-change: transform, opacity;
	animation: riseUp linear forwards;
	filter: blur(1px);
	mix-blend-mode: screen;
}
@keyframes riseUp {
	0% { transform: translateY(0); opacity: 0; }
	20% { opacity: 0.8; }
	80% { opacity: 0.8; }
	100% { transform: translateY(-110vh); opacity: 0; }
}


.particle{
width: 100%;
height: 100%;
z-index: 5;
position: absolute;
top: 0;
left: 0;
}


h2{
width: 100%;
position: relative;
margin: 0 0 50px;
}
h2 *{ text-shadow: 0 0 15px rgba(49, 104, 174, 1.0); }
h2 span{
width: 100%;
display: block;
text-align: center;
position: relative;
}
h2 p{
width: 100%;
text-align: center;
position: relative;
}
h2.left span,
h2.left p{ text-align: left; }


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: #fefdfd;
overflow: hidden;
position: relative;
}
/* TOP アイテム */
#top .item{
width: 100%;
z-index: 10;
position: relative;
margin: 0 0 -15%;
padding: 50px 5% 0;
}
#top .item > div{
width: 100%;
max-width: 966px;
position: relative;
margin: 0 auto;
}
#top .item span{
width: 100%;
display: block;
position: relative;
}
#top .item h1{
width: 100%;
position: relative;
margin: 0 0 -5%;
}
#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: #091941 url(../img/_bt_bg.jpg) no-repeat center top;
display: inline-block;
text-decoration: none;
color: #fff;
position: relative;
padding: 15px 40px;
border-radius: 50px;
box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
/* TOP 背景 */
#top .bg{
width: 100%;
position: relative;
}
#top .bg .img01{
width: 100%;
position: relative;
}
#top .bg .img01 img{
width: 100%;
display: block;
position: relative;
}
#top .bg .particle-top{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

#top .bg-sp{
width: 100%;
display: none;
position: relative;
margin: -30% 0 0 0;
}
#top .bg-sp img{ width: 100%; }


#box{
width: 100%;
background: #061232;
position: relative;
}
#box > .bg{
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
#box > .bg .top{
width: 100%;
display: flex;
justify-content: center;
position: absolute;
top: 0;
left: 0;
}
#box > .bg .bottom{
width: 100%;
z-index: 5;
display: flex;
justify-content: center;
position: absolute;
bottom: 0;
left: 0;
}
#box > .bg .top img{
width: 100%;
min-width: 1000px;
display: block;
position: relative;
}
#box > .bg .bottom img{
width: 100%;
min-width: 1000px;
display: block;
position: relative;
animation: water-surface 8s ease-in-out infinite;
}
@keyframes water-surface {
	0%, 100% {
	transform: translateY(0) scale(1) skew(0deg);
	filter: brightness(1) contrast(1);
	}
	50% {
	transform: translateY(-8px) scale(1.02) skew(1.5deg);
	filter: brightness(1.1) contrast(1.05);
	}
}


/* 紹介 */
#intro{
width: 100%;
z-index: 5;
position: relative;
}
#intro .mov{
width: 100%;
height: 100vh;
overflow: hidden;
position: sticky;
top: 0;
mask-image: linear-gradient(to top, transparent 10%, black 30%);
}
#intro .mov video{
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#intro .mov .grad{
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(6,18,50,0) 0%, rgba(6,18,50,0) 40%, rgba(6,18,50,0.7) 70%, rgba(6,18,50,1.0) 100%);
position: absolute;
top: 0;
left: 0;
}
#intro .item{
width: 100%;
/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,1.0) 100%);*/
text-align: center;
position: relative;
margin: 0 auto;
padding: 150px 5%;
}
#intro .item p{
width: 100%;
text-align: center;
position: relative;
}
#intro .item .button{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
#intro .item .button a{
width: 320px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
position: relative;
padding: 15px 40px;
border-radius: 50px;
border: 1px #fff solid;
}
#intro .item .button a img{
width: 35px;
margin: 0 5px 0 0;
}


/* ギャラリー */
#gallery{
width: 100%;
z-index: 5;
position: relative;
padding: 0 calc(5% - 15px);
}
#gallery ul{
width: 100%;
max-width: 1630px;
display: flex;
flex-wrap: wrap;
position: relative;
margin: 0 auto;
}
#gallery ul li{
width: calc(50% - 30px);
overflow: hidden;
position: relative;
margin: 0 15px;
border-radius: 20px;
box-shadow: 0 0 15px rgba(49, 104, 174, 1.0);
}
#gallery ul li a{
width: 100%;
display: block;
position: relative;
}
#gallery ul li a img{
width: 100%;
display: block;
position: relative;
}
#gallery ul li.mov{
width: calc(100% - 30px);
overflow: hidden;
position: relative;
margin: 0 15px 30px;
border-radius: 20px;
box-shadow: 0 0 15px rgba(49, 104, 174, 1.0);
}
#gallery ul li.mov a{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 16 / 9;
position: relative;
}
#gallery ul li.mov a video{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
#gallery ul li.mov a .on{
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
padding: 2%;
transition: all 0.4s ease;
}
#gallery ul li.mov a:hover .on{ opacity: 1; }
#gallery ul li.mov a .on > div{
width: 320px;
position: relative;
}
#gallery ul li.mov a .on .button{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
position: relative;
padding: 15px 40px;
border-radius: 50px;
border: 1px #fff solid;
}
#gallery ul li.mov a .on .button img{
width: 35px;
margin: 0 5px 0 0;
}
#gallery ul li.mov a .on p{
width: 100%;
text-align: center;
position: relative;
}


/* プレート */
#one{
width: 100%;
z-index: 5;
position: relative;
padding: 150px 5%;
}
#one > div{
width: 100%;
max-width: 1600px;
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 .text{
width: 100%;
position: relative;
}
#one .info .text dl{
width: 100%;
display: flex;
flex-wrap: wrap;
position: relative;
margin: 25px 0 0 0;
}
#one .info .text dl *{ line-height: 1.5rem; }
#one .info .text dl dt{
width: 20px;
position: relative;
}
#one .info .text dl dd{
width: calc(100% - 20px);
position: relative;
}
#one .img{
width: 600px;
display: flex;
align-items: center;
justify-content: center;
/*aspect-ratio: 1 / 1;*/
position: relative;
padding: 5%;
}
#one .img img{
width: 100%;
display: block;
position: relative;
border-radius: 5px;
box-shadow: 0 0 15px rgba(49, 104, 174, 1.0);
}
#one img.sp{
width: 100%;
max-width: 560px;
display: none;
position: relative;
margin: 0 auto 50px;
border-radius: 5px;
box-shadow: 0 0 15px rgba(49, 104, 174, 1.0);
}


/* 購入 */
#new-sale{
width: 100%;
z-index: 5;
position: relative;
padding: 0 5% 150px;
}
#new-sale > div{
width: 100%;
max-width: 1600px;
z-index: 10;
/*background: rgba(0,0,0,0.7);*/
position: relative;
margin: 0 auto;
/*
padding: 50px 35px;
border-radius: 20px;
*/
/*box-shadow: 0 0 15px rgba(49, 104, 174, 1.0);*/
}
#new-sale .text{
width: 100%;
text-align: center;
position: relative;
margin: 0 0 20px;
}
#new-sale ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
#new-sale ul li{
width: calc(50% - 30px);
background: #eee url(../img/_bg03.jpg) center;
position: relative;
padding: 20px;
border-radius: 15px;
box-shadow: 0 0 15px rgba(49, 104, 174, 1.0);
}
#new-sale ul li img{
width: 100%;
display: block;
position: relative;
margin: 0 0 20px;
border-radius: 10px;
}
#new-sale ul li p{
width: 100%;
color: #242424;
text-align: center;
position: relative;
margin: 0 0 20px;
}
#new-sale ul li a{
width: 100%;
max-width: 200px;
background: #091941 url(../img/_bt_bg.jpg) no-repeat center top;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
position: relative;
margin: 0 auto;
padding: 5px 20px;
border-radius: 50px;
}


/* re購入 */
#event{
width: 100%;
z-index: 5;
position: relative;
padding: 150px 0;
}
#event .bg{
width: 100%;
height: 100%;
background: #242424 url(../img/_bg04.jpg) center;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
#event .bg > div{
width: 50%;
height: 240px;
background: url(../img/_texture01.webp) top left;
position: absolute;
-webkit-animation: about01-anime 8s linear infinite;
animation: about01-anime 8s linear infinite;
}
@-webkit-keyframes about01-anime {
    0% { background-position: 0 0; }
  100% { background-position: 120px 0px; }
}
	#event .bg > div.tex01{
	top: 0;
	left: 0;
	}
	#event .bg > div.tex02{
	bottom: 0;
	right: 0;
	}
#event .bg .grad{
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(255, 140, 0, 0.15) 0%, rgba(255, 140, 0 ,0) 70%);
position: absolute;
top: 0;
left: 0;
}
#event h2{
max-width: 1600px;
position: relative;
margin: 0 auto 50px;
padding: 0 5%;
}
#event h2 *{ text-shadow: none; }
#event .text{
width: 100%;
max-width: 1600px;
text-align: center;
position: relative;
margin: 0 auto 50px;
padding: 0 5%;
}
#event .text p{
width: auto;
display: inline-block;
text-align: center;
color: #dfba2a;
position: relative;
margin: 0 0 20px;
border-bottom: 1px #dfba2a solid;
}
#event .text .box{
width: 100%;
max-width: 1000px;
display: flex;
flex-wrap: wrap;
position: relative;
margin: 20px auto;
border: 1px #eee solid;
}
#event .text .box dt{
width: 250px;
text-align: left;
line-height: 1.5rem;
position: relative;
padding: 10px 0 10px 10px;
}
#event .text .box dd{
width: calc(100% - 250px);
text-align: left;
line-height: 1.5rem;
position: relative;
padding: 10px 10px 10px 0;
/*border-left: #eee solid 1px;*/
}
#event .text .box hr{
width: 100%;
position: relative;
border-bottom: #eee solid 1px;
}
#event .list{
width: 100%;
position: relative;
padding: 0 calc(5% - 15px);
}
#event ul{
width: 100%;
max-width: 1630px;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
margin: 0 auto 20px;
}
#event ul li{
width: calc(33.33% - 30px);
background: #eee url(../img/_bg03.jpg) center;
position: relative;
margin: 0 15px 30px;
padding: 20px 20px 10px;
border-radius: 15px;
}
	#event ul li.large{ width: calc(50% - 30px); }
#event ul li img{
width: 100%;
display: block;
position: relative;
margin: 0 0 20px;
border-radius: 10px;
}
#event ul li p{
width: 100%;
text-align: center;
color: #242424;
position: relative;
margin: 0 0 20px;
}
#event ul li a{
width: 100%;
max-width: 200px;
background: #242424;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
position: relative;
margin: 0 auto 10px;
padding: 5px 20px;
border-radius: 50px;
}



/* レスポンシブ */


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



}


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

	#top .bg .smoke{ bottom: 10%; }

}


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

	#top .bg .smoke{ bottom: 5%; }

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

}


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

	h2 *{ text-align: left !important; }
	h2 br{ display: none; }

	.particle{
	height: 100%;
	position: absolute;
	left: 0;
	}

	#top .item{ margin: 0 0 -15%; }
	#top .bg{ display: none; }
	#top .bg-sp{ display: block; }
	#top .bg .smoke{ display: none; }
	#intro .item p{ text-align: left; }
	#intro .item p br{ display: none; }

	#box > .bg .smoke{ bottom: 2%; }

	/* ギャラリー */
	#gallery ul{
	display: block;
	margin: 0 0 -30px;
	}
	#gallery ul li{
	width: calc(100% - 30px);
	margin: 0 15px 30px;
	}

	/* プレート */
	#one{
	display: block;
	position: relative;
	}
	#one .info{
	width: 100%;
	margin: 0;
	padding: 0;
	}
	#one br{ display: none; }
	#one .img{ display: none; }
	#one img.sp{ display: block; }

	#shop{
	display: block;
	padding: 100px 5%;
	aspect-ratio: none;
	}
	#new-sale ul li{ width: calc(100% - 30px); }

	/* re購入 */
	#event{ padding: 100px 0; }
	#event .text{ text-align: left; }
	#event .text p{ text-align: left; border-bottom: none; }
	#event ul li,
	#event ul li.large{ width: calc(100% - 30px); }

	#event .text .box{ display: block; }
	#event .text .box dt{
	width: 100%;
	padding: 10px 10px 0 10px;
	}
	#event .text .box dd{
	width: 100%;
	padding: 0 10px 10px 10px;
	}

}



/* end */
