@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap');

body {
	/* overflow-x: hidden; */
	min-width: 980px;
}


.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 50px);
	transition-timing-function: ease;
}

.fade-in-up {
	opacity: 0;
	transition-duration: 800ms;
	transition-property: opacity, transform;
	transform: translate(0, 50px);
	transition-timing-function: ease;
}

.fade-in-down {
	opacity: 0;
	transition-duration: 1600ms;
	transition-delay: 500ms;
	transition-property: opacity, transform;
	transform: translate(0, -80px);
	transition-timing-function: ease;
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}


#feature {
	font-family: 'Noto Serif JP', serif;
	color: #333;
	font-size: 13px;
	line-height: 1.6em;
	overflow: hidden;
}

#feature img {
	display: block;
}

#feature h1 {
	width: 980px;
}

#feature h1 img {
	width: 980px;
	height: auto;
	overflow: hidden;
}

#feature .stickyBgImg {
	position: sticky;
	top: 0;
	opacity: 0.6;
}

#feature h2,
#feature h2 a {
	font-family: "Shippori Mincho B1", serif;
	color: #a19d99;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	min-height: 4.6em;
	display: flex;
	align-items: center;
}

#feature h2 a:hover {
	color: #cc7376;
	text-decoration: none;
}


.naviWrapper {
	width: 980px;
	margin: 0 auto;
	padding: 90px 0 60px 0;
}

.naviWrapper ul.navi {
	width: 920px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.naviWrapper ul.navi li {
	width: 165px;
}

.naviWrapper ul.navi li a {
	display: block;
	position: relative;
}

.naviWrapper ul.navi li a div.thumb {
	width: 165px;
	height: 250px;
	overflow: hidden;
	z-index: 1;
}

.naviWrapper ul.navi li a div.thumb img {
	transition: all 0.4s ease;
}

.naviWrapper ul.navi li a:hover div.thumb img {
	transform: scale(1.15);
	opacity: 0.6;
}

.naviWrapper ul.navi li img {
	width: 100%;
	height: auto;
}

.naviWrapper ul.navi li img.num {
	width: 65px;
	height: auto;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
}






#feature .itemWrapper {
	width: 920px;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	position: relative;
}

.itemWrapper img {
	width: 100%;
	height: auto;
}

.itemWrapper .num {
	width: 184px;
	height: 184px;
}

.itemWrapper .num a img {
	transition: transform 0.3s ease;
	display: block;
}

.itemWrapper .num:hover a img {
	transform: scale(1.1) rotate(-10deg);
}

.imgWrapper {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 25px;
	padding: 100px 0;
}

.imgWrapper .txt {
	pointer-events: none;
}

.imgWrapper .txt p {
	line-height: 2em;
}

.imgWrapper .txt p.description {
	padding: 0 0 2em 0;
	font-size: 14px;
}

.imgWrapper .txt p.price {
	font-size: 12px;
}


.imgBlock1 a img,
.imgBlock2 a img,
.imgBlock3 a img {
	display: block;
	transition: all 0.6s ease;
}

.imgBlock1 a:hover img,
.imgBlock2 a:hover img,
.imgBlock3 a:hover img {
	transform: scale(1.1);
	opacity: 0.6;
}





.itemWrapper.item1 .num {
	position: absolute;
	top: 46px;
	right: -15px;
	z-index: 2;
}

.item1 .imgBlock1 {
	width: 460px;
	height: 700px;
	overflow: hidden;
}

.item1 .imgBlock2 {
	width: 435px;
	height: 620px;
	overflow: hidden;
}

.item1 .imgBlock3 {
	width: 100%;
	height: 500px;
	position: relative;
}

.item1 .imgBlock3 a {
	width: 700px;
	height: 500px;
	display: block;
	margin-left: auto;
	overflow: hidden;
}

.imgBlock3 .txt {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0;
}

.itemWrapper .txt a {
	display: inline;
	width: inherit;
	height: inherit;
	pointer-events: all;
}

.itemWrapper .txt a:hover {
	text-decoration: underline;
	cursor: pointer;
}






.itemWrapper.item2 {
	margin-top: 60px;
}

.itemWrapper.item2 .num {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 3;
}

.item2 .imgBlock1 {
	width: 460px;
	height: 700px;
	overflow: hidden;
	z-index: 2;
	background: #fff;
	margin: 40px 0 0 60px;
}

.item2 .imgBlock2 {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: -250px;
	z-index: 1;
}



.item2 .imgBlock2 a {
	width: 700px;
	height: 500px;
	display: block;
	margin-left: auto;
	overflow: hidden;
}

.item2 .txt {
	width: 440px;
	height: auto;
	position: absolute;
	top: 260px;
	right: 0;
	z-index: 4;
}



.itemWrapper.item3 .imgWrapper {
	align-items: center;
	padding: 25px 0 120px 0;
}

.item3 .imgBlock1 .num {
	width: 184px;
	height: 184px;
	position: relative;
	top: 47px;
	left: -20px;
	z-index: 3;
	overflow: visible;
}

.item3 .imgBlock1 .num a {
	width: 184px;
	height: 184px;
	display: block;
	overflow: inherit;
}

.item3 .imgBlock1 {
	width: 460px;
	height: auto;
	z-index: 2;
	background: #fff;
	margin: -144px 0 0 0;
}

.item3 .imgBlock2 {
	width: 435px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.item3 .imgBlock1 a {
	width: 460px;
	height: auto;
	overflow: hidden;
	display: block;
}

.item3 .imgBlock2 a {
	width: 435px;
	height: auto;
	overflow: hidden;
	display: block;
}

.item3 .txt {
	width: 100%;
	height: auto;
	margin: 3em 0 0 0;
}






.itemWrapper.item4 .imgWrapper {
	align-items: center;
	flex-direction: row-reverse;
	padding: 25px 0 120px 0;
}

.item4 .imgBlock1 .num {
	width: 184px;
	height: 184px;
	position: relative;
	top: 47px;
	left: 295px;
	z-index: 3;
	overflow: visible;
}

.item4 .imgBlock1 .num a {
	width: 184px;
	height: 184px;
	display: block;
	overflow: inherit;
}

.item4 .imgBlock1 {
	width: 460px;
	height: auto;
	z-index: 2;
	background: #fff;
	margin: -144px 0 0 0;
}

.item4 .imgBlock2 {
	width: 435px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.item4 .imgBlock1 a {
	width: 460px;
	height: auto;
	overflow: hidden;
	display: block;
}

.item4 .imgBlock2 a {
	width: 435px;
	height: auto;
	overflow: hidden;
	display: block;
}

.item4 .txt {
	width: 100%;
	height: auto;
	margin: 3em 0 0 0;
}








.itemWrapper.item5 .imgWrapper {
	align-items: center;
	padding: 25px 0 0 0;
}

.item5 .imgBlock1 .num {
	width: 184px;
	height: 184px;
	position: relative;
	top: 47px;
	left: -20px;
	z-index: 3;
	overflow: visible;
}

.item5 .imgBlock1 .num a {
	width: 184px;
	height: 184px;
	display: block;
	overflow: inherit;
}

.item5 .imgBlock1 {
	width: 460px;
	height: auto;
	z-index: 2;
	background: #fff;
	margin: -144px 0 0 0;
}

.item5 .imgBlock2 {
	width: 435px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.item5 .imgBlock1 a {
	width: 460px;
	height: auto;
	overflow: hidden;
	display: block;
}

.item5 .imgBlock2 a {
	width: 435px;
	height: auto;
	overflow: hidden;
	display: block;
}

.item5 .txt {
	width: 100%;
	height: auto;
	margin: 3em 0 0 0;
}














.btnAllWrapper {
	text-align: center;
	width: 465px;
	margin: 0 auto;
	padding-top: 0;
	padding-top: 120px;
	padding-bottom: 80px;
}

.btnAllWrapper img {
	width: 465px;
	height: auto;
	display: block;
}

.btnAllWrapper .btnAll img {
	transition: all 0.4s ease;
}

.btnAllWrapper .btnAll:hover img {
	opacity: 0.6;
	;
}