@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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);
}



#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;
	padding:60px 0 100px 0;
	/*font-family: "Noto Serif JP", serif;*/
	font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 0.075em;
}

.itemWrapper .item{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.itemWrapper:nth-of-type(odd) .item{
	flex-direction:row-reverse;
}
.itemWrapper .item .itemTxt{
	width:330px;
}
.itemWrapper:nth-of-type(even) .item .itemTxt{
	text-align: right;
}
.itemWrapper .item .itemTxt a{
	display:inline-block;
	opacity: 1;
	transition: all 0.3s ease;
}
.itemWrapper .item .itemTxt a:hover{
	opacity: 0.5;
}
.itemWrapper .item .itemTxt p.num{
	font-size:60px;
	font-weight:600;
	color:#e5cbca;
	margin-bottom:0.2em;
}
.itemWrapper .item .itemTxt p.num a{
	font-size:60px;
	font-weight:600;
	color:#e5cbca;
	margin-bottom:0.2em;
}
.itemWrapper .item .itemTxt p.limited{
	font-size:16px;
	color:#a00100;
	font-weight:700;
}
.itemWrapper .item .itemTxt h2{
	font-size:24px;
	font-weight:800;
	margin-top:0.25em;
}
.itemWrapper .item .itemTxt p.price{
	font-size:16px;
	margin-top:0.5em;
}
.itemWrapper .item .itemImg{
	width:615px;
	box-sizing: border-box;
	padding:0 0 0 85px;
}
.itemWrapper:nth-of-type(even) .item .itemImg{
	padding:0 85px 0 0;
}

.itemWrapper img{
	width:100%;
	height:auto;
	display: block;
}
.itemWrapper h2{
	font-size: 24px;
	line-height: 1.2em;
}

.itemWrapper h2.coordinateHeader{
	width:100%;
	position: relative;
	font-size:20px;
	line-height: 100%;
	font-weight:700;
	margin-top:40px;
	margin-bottom:25px;
}
.coordinateHeader::after{
	content:"";
	display:block;
	background: #666;
	width:calc(100% - 6.5em);
	height:1px;
	position: absolute;
	bottom:0.1em;
	right:0;
}
.itemWrapper .coordinate{
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
}
.itemWrapper .coordinate li{
	width:325px;
}





.itemWrapper a img{
	opacity: 1;
	transition: all 0.4s ease;
}
.itemWrapper a:hover img{
	opacity: 0.6;
}






.btnAllWrapper{
	text-align: center;
	width:900px;
	margin: 0 auto;
	padding-top:60px;
	padding-bottom:60px;
}
.btnAllWrapper img{
	width:100%;
	height:100px;
}
.btnAllWrapper .btnAll{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1em;
	display:inline-block;
	padding:0.8em 6em 0.9em 6em;
	background: #a00100;
	color:#fff;
	/*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 #fff;
	border-bottom:1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.14em);
	right:1em;
	transition: all 0.4s ease;
}
.btnAllWrapper .btnAll:hover{
	color:#fff;
	opacity: 0.6;
}
.btnAllWrapper .btnAll:hover::before{
	right:0.8em;
}




