@charset "UTF-8";



/* 共通 --------------------------------------------------- */

#Wrapper {
opacity: 0;
}

/* アニメーション */
.InView1,
.InView2,
.InView3,
.InView4 {
transform: translate(0,25px);
-webkit-transform: translate(0,25px);
opacity: 0;
}

.InView1 {
transition: 0.75s ease-in-out 0.1s;
}

.InView2 {
transition: 0.75s ease-in-out 0.5s;
}

.InView3 {
transition: 0.75s ease-in-out 0.5s;
}

.InView4 {
transition: 0.75s ease-in-out 0.5s;
}

.Effect1 {
transform: translate(0,0);
-webkit-transform: translate(0,0);
opacity: 1;
}



/* キービジュアル --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#KeyVisual {
	margin-bottom: 30px;
	}
}

@media print, screen and (min-width: 768px) {

	#KeyVisual {
	margin-bottom: 100px;
	}
	
	
}


@media print, screen and (min-width: 1090px) {


}



/* セクション --------------------------------------------------- */

.SectionWrap a {
display: block;
color: #000;
}

@media only screen and (max-width: 767px) {

	.SectionWrap {
	padding: 6% 20px 0 20px;
	}

	.SectionMain .Mds1 {
	font-size: 134%;
	line-height: 1.0em;
	}

	.SectionMain .Mds2 {
	font-size: 233%;
	line-height: 1.0em;
	}

	.SectionMain .LRBox {
	margin-top: 20px;
	}

	.SectionMain .LeadUnit {
	margin-top: 20px;
	}

	.SectionMain .Lead1 {
	font-size: 74%;
	line-height: 1.8em;
	}
	
	.SectionMain .BtnBuy1 {
	display: inline-block;
	padding: 7px 17px 7px 16px;
	border: 1px solid;
	font-size: 15px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

	.SectionMain .BtnBuy1 span {
	display: inline-block;
	padding-left: 16px;
	background: url(../img/Icon_Cart1.png) no-repeat;
	background-position: 0 45%;
	background-size: 13px auto;
	}

	/* Extra */
	.SectionMain.Extra .Photo {
	margin-top: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Contents {
	margin: 0 50px;
	}

	.SectionWrap {
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 80px;
	}

	.SectionMain .LRBox {
	width: 100%;
	}

	.SectionMain .Mds1 {
	font-size: 174%;
	line-height: 1.0em;
	}

	.SectionMain .Mds2 {
	font-size: 333%;
	line-height: 1.0em;
	}

	.SectionMain .ItemMain {
	width: 47%;
	margin-top: -8%;
	}

	.SectionMain .ItemSub {
	margin-top: 8%;
	width: 38%;
	}

	.SectionMain .LeadUnit {
	margin-top: 30%;
	}

	.SectionMain .Lead1 {
	font-size: 94%;
	line-height: 1.5em;
	}
	
	.SectionMain .BtnBuy1 {
	display: inline-block;
	padding: 6px 25px 6px 20px;
	border: 1px solid;
	font-size: 108%;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

	.SectionMain .BtnBuy1 span {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/Icon_Cart1.png) no-repeat;
	background-position: 0 45%;
	background-size: 12px auto;
	}

	/* Extra */
	.SectionMain.Extra .Photo {
	margin-top: 30px;
	}

	.SectionMain.Extra .LeadUnitExtra {
	display: flex;
	flex-wrap: wrap;
	}

	.SectionMain.Extra .LeadUnit {
	margin-top: 0;
	margin-right: 50px;
	}



}

@media print, screen and (min-width: 1090px) {

}



/* MORE ITEMSボタン --------------------------------------------------- */

.BtnMore {
text-align: center;
}

.BtnMore a {
display: inline-block;
background: #fff url(../img/Icon_Btn1.png) no-repeat;
background-position: 95% 50%;
border: 1px solid #000;
font-weight: 300;
color: #000;
text-align: center;
letter-spacing: 0.1em;
text-decoration: none;
}


@media only screen and (max-width: 767px) {

	.BtnMore {
	width: 90%;
	margin: 0 auto 50px auto;
	}

	.BtnMore a {
	width: 100%;
	padding: 10px 0;
	background-size: 15px auto;
	font-size: 129%;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnMore {
	margin: 0 auto 8% auto;
	}

	.BtnMore a {
	width: 300px;
	padding: 15px 0;
	background-size: 18px auto;
	font-size: 140%;
	}

}



