@charset "UTF-8";
html{font-size: 62.5%;
	font-feature-settings: "palt" 1;
	scroll-behavior: smooth;
}
body{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align:center ;
	font-family: geologica-variable, sans-serif;
    }

/*カーソル*/
*{
	cursor: url("../../img/common/cursor_1@2x.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_1.png") 1x, url("../../img/common/cursor_1@2x.png") 2x),auto;
}
a{
	text-decoration: none;
    color: black;
	cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}

.category{
	position: fixed;
	top: 10px;
	right: 25px;
	z-index: 100;
	width: 110px;
}
.category_collection{
	display: flex;
	align-items: center;
	justify-content:  space-between;
}
.category_series{
	display: flex;
	align-items: center;
	margin-top: -20px;
	justify-content:  space-between;
}
.category_name{
	font-size: 1.4em;
}
.back_arrow img{
	width: auto;
	height: 20px;
	position: fixed;
	left: 25px;
	top: 20px;
	z-index: 100;
	cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}
.back_arrow img:hover{
	transform: translateX(-10px);
	transition: 0.5s;
	overflow: hidden;
}
.top_button{
	cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}
.top_arrow{
	width: 9px;
	display: flex;
	position: fixed;
	z-index: 100;
	right: 48.75px;
	bottom: 70px;cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}
.top_button_circle{
	width: 55px;
	height: 55px;
	border: 1px solid #000000;
 	border-radius: 55px;
	display: flex;
	position: fixed;
	z-index: 100;
	right: 25px;
	bottom: 55px;
	cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}
.top_button_text{
	display: flex;
	position: fixed;
	z-index: 100;
	right: 41px;
	bottom: 20px;
	font-size: 1.4em;
}
.top_button_circle:hover{
	width: 45px;
	height: 45px;
	border-radius: 45px;
	right: 30px;
	bottom: 60px;
	transition: 0.5s;
}

.top {
	width: 100vw;
	position: relative;
}
.top img{
	width: 100%;
}
.top_description{
	padding: 0 10% 20%;
	text-align: left;
}
h1{
	font-family: logic-monoscript, mono;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 40px;
	font-size: 2.4em;
}
.title{
	margin: 15px 0 -10px;
	font-variation-settings: "CRSV" 0, "SHRP" 0, "slnt" 0, "wght" 200;
	font-size: 1.4em;
}
.description{
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-size: 1.4em;
	width: 60%;
}

.gallery{
	width: 80%;
	margin: 0 auto;
}
h2{
	font-variation-settings: "CRSV" 0, "SHRP" 0, "slnt" 0, "wght" 100;
}
.gallery_contents{
	margin: 80px auto 200px;
}
.gallery_contents img{
	width: 30%;
	cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}

.products{
	width: 60%;
	margin: 0 auto;
}
.products_contents{
	text-align: left;
	margin: 80px auto 100px;
}

.section{
	margin: 0 0 250px;
}
.products_title{
	margin-bottom: 50px;
}
h3{
	font-family: logic-monoscript, mono;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4em;
	margin-bottom: -5px;
}
.products_title p{
	 font-size: 1.4em;
}
.products_imgs{
	display: flex;
	width: 100%;
}
.products_top{
	width: 49%;
	height: 100%;
}
.products_sub{
	display: flex;
	margin-left: 2%;
	width: 49%;

}
.products_sub img{
	width: 100%;
}

.shop_button {
	display: flex;
	justify-content: space-between;
	position: absolute;
	font-size: 1.3em;
	font-variation-settings: "CRSV" 0, "SHRP" 0, "slnt" 0, "wght" 200;
	align-items: center;
	padding: 1em 2em 1.2em;
	width: 100px;
	background-color: #FFFFFF;
	transition: 0.3s;
	letter-spacing: 0.1em;
	box-shadow: 0 0 45px rgba(0 0 0 / .08);
	border-radius: 3px;
	margin: 30px 0 0;
}
.button_arrow{
	width: 5px;
	height: 5px;
	border-top: 1.5px solid #000000;
	border-right: 1.5px solid #000000;
	transform: rotate(45deg);
	margin-bottom: -0.2em;
}

.shop_button:hover {
	border: 1px solid #000000;
	box-shadow: 0 0 0 rgba(0 0 0 / .08);
	cursor: url("../../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../../img/common/cursor_2.png") 1x, url("../../img/common/cursor_2@2x.png") 2x),auto;
}

/*ページネーション*/
.toc_list{
	position: fixed;
	display: none;
}

	/*タブレット用*/
@media screen and (max-width : 959px){

}

	/*スマホ用*/
@media(max-width: 480px){
	.description{
		width: 100%;
	}
	.gallery{
		width: 100%;
	}
	.gallery_contents img{
		width: 43%;
		margin: 2px;
	}
	.products{
		width: 80%;
	}
	.products_imgs{
		display: block;
	}
	.products_top{
		width: 100%;
		margin-bottom: 10px;
	}
	.products_sub{
		width: 100%;
		margin-left: 0;
	}

}