@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&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: 13px;
	line-height: 1.6em;
}

#feature img {
	display: block;
}

#feature h1 {
	width: 980px;
}

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



.itemWrapper {
	width: 980px;
	margin: 50px auto 125px auto;
	box-sizing: border-box;
	padding: 60px 0 60px 80px;
	position: relative;
	font-size: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.itemWrapper:nth-of-type(even){
	padding: 60px 80px 60px 0;
	flex-direction: row-reverse;
}
.itemWrapper::before{
	content: "";
	display: block;
	clear: both;
	width:800px;
	height: 100%;
	background: #fef5f0;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}
.itemWrapper:nth-of-type(even)::before{
	left:initial;
	right:0;
}
h2.itemName{
	font-family: "Playfair Display", serif;
	color: #f68585;
	line-height: 1em;
	position: relative;
	position: absolute;
	top:-0.6em;
}
.itemWrapper:nth-of-type(even) h2.itemName{
	left:260px;
}

.subTxt{
	display: block;
	width:490px;
	height:auto;
	position: absolute;
	top:0;
	right:0;
	z-index: 4;
	pointer-events: none;
}
.itemWrapper:nth-of-type(even) .subTxt{
	right:initial;
	left:0;
}
.itemImg.main{
	width:450px;
	height: auto;
	position: relative;
	top:0;
	left:0;
	z-index: 2;
	flex-grow: 0;
	pointer-events: none;
}

.itemImg.sub{
	width:400px;
	height: auto;
	position: relative;
	top:0;
	left:-55px;
	flex-grow: 0;
}
.itemWrapper:nth-of-type(even) .itemImg.sub{
	left:initial;
	right:-40px;
}






.itemImg a{
	display: block;
	background: #fef5f0;
	height: auto;
	pointer-events:auto;
}
.itemImg a:hover img{
	opacity: 0.6;
}
.itemImg img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.4s ease;
}
.itemImg.sub{
	padding-top:125px
}
.itemWrapper:nth-of-type(even) .itemImg.sub{
	padding-top:0;
	padding-top:125px;
}
.itemTxt{
	width: 400px;
	padding: 30px 0 0 0;
}
.itemWrapper:nth-of-type(even) .itemTxt{
	padding: 30px 0 0 0;
	margin-left:auto;
	text-align: right;
}
.itemTxt p{
	font-family: 'Noto Serif JP', serif;
	color: #333;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom:1em;
}


.itemWrapper.style2 .itemImg.main{
	z-index: 1;
}
.itemWrapper.style2 .itemImg.sub{
	z-index: 2;
	padding-top:100px;
}
.itemWrapper.style3 .itemImg.sub{
	padding-top:150px;
	left: -25px;
}
.itemWrapper.style3 .itemImg.main .itemTxt{
	width:420px;
}
.itemWrapper.style4 .itemImg.main{
	z-index: 1;
}
.itemWrapper.style4 .itemImg.sub{
	z-index: 2;
	padding-top:130px;
}
.itemWrapper.style5 .itemImg.main{
	z-index: 2;
}
.itemWrapper.style5 .itemImg.sub{
	z-index: 1;
	padding-top:155px;
	left: -25px;
}

a.buyBtn {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1em;
	color: #f68585;
	display: inline-block;
	padding: 0.35em 2em 0.45em 2em;
	border: 2px solid #f68585;
	border-radius: 100px;
	position: relative;
	transition: all 0.2s ease;
	margin-top: 0.5em;
}
a.buyBtn:hover {
	background: #f68585;
	color: #fff;
}
a.buyBtn::before {
	content: "";
	width: 0.25em;
	height: 0.25em;
	display: block;
	border-right: 2px solid #f68585;
	border-bottom: 2px solid #f68585;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.14em);
	right: 1em;
	transition: all 0.4s ease;
}
a.buyBtn:hover::before {
	right: 0.8em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}















.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-weight: 500;
	font-size: 28px;
	line-height: 1em;
	display: inline-block;
	padding: 0.625em 6em 0.775em 6em;
	color: #f68585;
	background: #fff;
	border: 2px solid #f68585;
	border-radius: 100px;
	position: relative;
	transition: all 0.2s ease;
}

.btnAllWrapper .btnAll::before {
	content: "";
	width: 0.25em;
	height: 0.25em;
	display: block;
	border-right: 2px solid #f68585;
	border-bottom: 2px solid #f68585;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.14em);
	right: 1.5em;
	transition: all 0.4s ease;
}

.btnAllWrapper .btnAll:hover {
	background: #f68585;
	color: #fff;
}

.btnAllWrapper .btnAll:hover::before {
	right: 1.3em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}