@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 ~ 2560px  */
*{
font-family: "Noto Sans JP", serif;
color: #361120;
font-size: clamp(16px, calc(14px + 0.3125vw), 22px);
line-height: clamp(31px, calc(29px + 0.3125vw), 37px);
}
.f_s{
font-size: clamp(14px, calc(12.666666666666666px + 0.20833333333333334vw), 18px);
line-height: clamp(29px, calc(27.666666666666668px + 0.20833333333333334vw), 33px);
}
.f_m{
font-size: clamp(26px, calc(23.333333333333332px + 0.4166666666666667vw), 34px);
line-height: clamp(41px, calc(38.333333333333336px + 0.4166666666666667vw), 49px);
}
.f_l{
font-size: clamp(44px, calc(40.333333333333336px + 0.5729166666666666vw), 55px);
line-height: clamp(59px, calc(55.333333333333336px + 0.5729166666666666vw), 70px);
}
.meiryo{ font-family: 'メイリオ','Meiryo', serif !important; }
::selection{ background: rgba(125,125,125, 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;
}
.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: #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 #f9a084 solid;
display: flex;
justify-content: center;
text-decoration: none;
color: #f9a084;
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;
}
#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: 1.5% 5% 0;
}
#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;
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: #c41847; 
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: 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(130deg, #c41847 0%, #f9a084 100%);
background-clip: text;
position: relative;
-webkit-text-fill-color: transparent;
}


/* ABOUT */
#about{
width: 100%;
z-index: 5;
position: relative;
padding: 150px 5%;
}
#about .bg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#about .bg div{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#about .bg .img_1{ background: url(../img/_bg02.png) no-repeat top right; }
#about .bg .img_2{ background: url(../img/_bg03.png) repeat-y top left; }

#about .info{
width: 50%;
position: relative;
}
#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 .slider{
width: 50%;
overflow: hidden;
position: relative;
padding: 2% 5%;
}
#intro .slider img{
width: 100%;
display: block;
box-shadow: 0 0 30px rgba(255, 160, 109, 0.3);
border-radius: 25px;
}
#intro .img{
width: 50%;
position: relative;
padding: 0;
}
#intro .img img{
width: 100%;
border-radius: 25px;
}


/* 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(255, 160, 109, 0.3);
}
#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; }


/* 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;
position: relative;
padding: 150px 5%;
aspect-ratio: 16 / 7;
}
#shop .bg{
width: 100%;
height: 100%;
background: url(../img/top_bg.jpg) no-repeat center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
}
#shop > .item{
width: 100%;
max-width: 1920px;
z-index: 5;
display: flex;
justify-content: flex-start;
position: relative;
margin: 0 auto;
}
#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: #c41847; 
display: inline-block;
text-decoration: none;
color: #fff;
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: 1200px){

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

}


@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% 10% 0; }
	#top .item > div{
	height: auto;
	display: block;
	}
	#top .item > div > div{ width: 100%; }


	/* 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 .slider,
	#intro .img{ width: 100%; }

	#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,
	#shop > .item > div{ width: 100%; }
	#shop .button{
	display: flex;
	justify-content: center;
	}



}



/* end */
