@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;
color: #fff;
font-size: clamp( 17px, calc( 15.5px + 0.234375vw ), 20px );
line-height: 2.0rem;
font-weight: 300;
}
.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(255, 179, 0, 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;
}


.particle{
width: 100%;
height: 100vh;
z-index: 5;
position: sticky;
top: 0;
mix-blend-mode: hard-light;
}


.smoke{
width: 100%;
height: 748px;
position: absolute;
left: 0;
}
.smoke > div:nth-child(1){
width: 100%;
height: 100%;
background: url(../img/_smoke01.webp) repeat-x center;
position: absolute;
top: 0;
left: 0;
animation: smoke01 60s linear infinite;
}
@keyframes smoke01{
0%{ background-position: 0 center; }
100%{ background-position: -2402px center; }
}
.smoke > div:nth-child(2){
width: 100%;
height: 100%;
background: url(../img/_smoke02.webp) repeat-x center;
position: absolute;
top: 0;
left: 0;
animation: smoke02 35s linear infinite;
}
@keyframes smoke02{
0%{ background-position: 0 center; }
100%{ background-position: -2230px center; }
}


h2{
width: 100%;
position: relative;
margin: 0 0 100px;
}
h2 *{ text-shadow: 0 0 15px rgba(255, 179, 0, 1.0); }
h2 > div{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
}
h2.left > div{ justify-content: flex-start; }
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 #ffa000 solid;
display: flex;
justify-content: center;
text-decoration: none;
color: #ffa000;
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 アイテム */
#top .item{
width: 100%;
z-index: 10;
position: relative;
margin: -100vh 0 -15%;
padding: 100px 5% 0;
}
#top .item > div{
width: 100%;
max-width: 818px;
position: relative;
margin: 0 auto;
}
#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: #fff;
display: inline-block;
text-decoration: none;
color: #0d0500;
position: relative;
padding: 15px 40px;
border-radius: 50px;
}
/* TOP 背景 */
#top .bg{
width: 100%;
/*overflow: hidden;*/
position: relative;
}
#top .bg .img01{
width: 100%;
position: relative;
}
#top .bg .img02{
width: 100%;
z-index: 10;
position: absolute;
bottom: 0;
left: 0;
}
#top .bg .img01 img,
#top .bg .img02 img{ width: 100%; }
#top .bg .smoke{ bottom: 15%; }
#top .bg-sp{
width: 100%;
display: none;
position: relative;
}
#top .bg-sp img{ width: 100%; }


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



/* 紹介 */
#intro{
width: 100%;
position: relative;
}
#intro .mov{
width: 100%;
height: 100vh;
overflow: hidden;
position: sticky;
top: 0;
}
#intro .mov video{
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#intro .item{
width: 100%;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 70%, rgba(13,5,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;
margin: 0 0 50px;
}
#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;
}


/* ギャラリー＆プレート */
#box{
width: 100%;
background: #0d0500;
position: relative;
}
#box > .bg{
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
#box > .bg .bottom{
width: 100%;
display: flex;
justify-content: center;
position: absolute;
bottom: 0;
left: 0;
}
#box > .bg .bottom img{
width: 100%;
min-width: 1000px;
}
#box > .bg .smoke{ bottom: 15%; }


/* ギャラリー */
#gallery{
width: 100%;
position: relative;
padding: 0 calc(5% - 15px);
}
#gallery ul{
width: 100%;
max-width: 1630px;
display: flex;
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 30px rgba(161, 119, 56, 0.5);
}
#gallery ul li a{
width: 100%;
display: block;
position: relative;
}
#gallery ul li a img{ width: 100%; }


/* プレート */
#one{
width: 100%;
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;
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(161, 119, 56, 0.5);
border-radius: 20px;
}
#one .img img{
width: 100%;
display: block;
position: relative;
}
#one img.sp{
width: 100%;
max-width: 560px;
display: none;
position: relative;
margin: 0 auto 50px;
}


/* 購入 */
#shop{
width: 100%;
background: #000;
position: relative;
padding: 150px 5%;
}
#shop .bg{
width: 100%;
height: 100%;
background: url(../img/buy_bg.jpg) no-repeat center;
position: absolute;
top: 0;
left: 0;
}
#shop .item{
width: 100%;
max-width: 1920px;
z-index: 5;
position: relative;
margin: 0 auto;
}
#shop .item .button{
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#shop .item .button a{
width: auto;
background: #fff;
display: inline-block;
text-decoration: none;
color: #0d0500;
position: relative;
padding: 15px 40px;
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;
	}
	#shop .bg{ background: url(../img/buy_bg.jpg) no-repeat center top; }

}



/* end */
