@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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


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

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

.contentsWrapper{
	background: #6a5245;
	border-radius: 5px;
}

#feature{
	/*font-family: 'Noto Serif JP', serif;*/
	color:#333;
	font-size: 14px;
	line-height: 1.6em;
}

#feature img{
	display:block;
}
#feature h1{
	width:980px;
}
#feature h1 img{
	width:980px;
	height:auto;
}



.itemWrapper{
	width:980px;
	margin:0 auto;
	box-sizing: border-box;
	padding:0 25px 100px 25px;
}
.mainImgBlock{
	width:100%;
	position: relative;
}
.mainImgWrapper{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.mainImg{
	width:455px;
}
.mainImg:nth-last-of-type(1){
	margin-top:75px;
}
.mainImg a{
	width:100%;
	height:auto;
	display:block;
}
.mainImg a img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.4s ease;
}
h2.itemName{
	position: absolute;
	top:560px;
	left:0;
	padding-left:50px;
	box-sizing: border-box;
	width:100%;
}
.mainImg a:hover img{
	opacity: 0.6;
}
h2.itemName a{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:70px;
	line-height: 1.05em;
	color:#fff;
	position: relative;
	display:block;
	text-shadow: 0px 0px 25px rgba(106, 82, 69, 0.75);
	transition: all 0.3s ease;
}
h2.itemName a div.buyBtn{
	width:150px;
	height:60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#6a5245;
	font-size:28px;
	line-height: 0.8em;
	position: absolute;
	bottom:2px;
	right:50px;
	padding-bottom:2px;
	transition: all 0.3s ease;
	text-shadow: none;
}
h2.itemName a:hover{
	color:#d3855d;
}
h2.itemName a:hover div.buyBtn{
	background: #d3855d;
}

.subImgWrapper{
	width:830px;
	margin: 20px auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subImgWrapper.even{
	width:600px;
}
.subImgWrapper .subImg{
	width:260px;
	margin:0 0 0 0;
	padding:0 0 20px 0;
}
.subImgWrapper.even .subImg{
	width:280px;
	margin:0 0 0 0;
	padding:0 0 20px 0;
}
.subImgWrapper a{
	display: block;
	transition: all 0.4s ease;
}
.subImgWrapper a img{
	width:100%;
	height:auto;
	display: block;
}
.subImgWrapper p{
	text-align: center;
	margin-top:0.5em;
	color:#fff;
	font-size:14px;
}
.subImgWrapper p a{
	text-align: center;
	margin-top:0.5em;
	color:#fff;
	font-size:14px;
}
.subImgWrapper a:hover{
	opacity: 0.6;
}






.btnAllWrapper{
	text-align: center;
	width:900px;
	margin: 0 auto;
	padding-top:0;
	padding-bottom:160px;
}
.btnAllWrapper img{
	width:100%;
	height:100px;
}
.btnAllWrapper .btnAll{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:30px;
	line-height: 1.05em;
	display:inline-block;
	padding:0.8em 6em 0.9em 6em;
	background: #fff;
	color:#6a5245;
	/*border-radius: 100px;*/
	position: relative;
	transition: all 0.2s ease;
}
.btnAllWrapper .btnAll::before{
	content: "";
	width:0.25em;
	height:0.25em;
	display: block;
	border-right:1px solid #6a5245;
	border-bottom:1px solid #6a5245;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.14em);
	right:1em;
	transition: all 0.4s ease;
}
.btnAllWrapper .btnAll:hover{
	background: #d3855d;
}
.btnAllWrapper .btnAll:hover::before{
	right:0.8em;
}




