@charset "utf-8";
/* CSS Document */

/*　Customize
─────────────────────────────────────────*/
/* 新着情報 */
.ec-newsRole .ec-newsRole__newsDescription {
	line-height: 1.8;
}
/* 新着商品 */
.ec-newItemRole .ec-newItemRole__listItemPrice {
	letter-spacing: 0.15em;
}

/*　main
─────────────────────────────────────────*/
#main {
	overflow: hidden;
}
#main .mainbg .inner {
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#main .n01 .inner {
	background-image: url(../img/main/02.jpg);
	background-size: cover;
}
#main .n02 .inner {
	background-image: url(../img/main/01.png);
	background-color: #eee;
	background-position: center;
}
/*#main .mainbg.active .inner {
	transform: scale(1);
	transition: all 10s ease-in-out 0s;
}*/
.mainbg .inner p {
	color: rgba(56, 38, 40, 0.8);
	font-family: 'de_valenciaregular';
	line-height: 1.6;
	opacity: 0;
	transition: all 6s;
	position: absolute;
	bottom: 0;
}
#main .slick-active .inner p {
	opacity: 1;
}
#container {
	background-color: #fff;
	position: relative;
}

/*　contents
─────────────────────────────────────────*/
.content {
	line-height: 2;
}
.content img {
	display: block;
	width: 100%;
}
.content p {
	font-size: 110%;
	margin-top: 40px;
}
#cont02 .bold {
	color: olive;
	display: inline-block;
	font-family: 'Mrs Saint Delafield', cursive;
	font-weight: lighter;
	line-height: 1.6;
	letter-spacing: 0.038em;
	/*transform: skewY(-1deg);*/
}

/*──────────────────────────────────────────────────────────────────────

  smartphone｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 568px) {
	/* ナビ スライダー */
	.ec-layoutRole__contentTop {
		display: flex;
		flex-direction: column-reverse;
	}
	/* 新着情報 */
	.ec-newsRole {
		padding: 60px 0 20px;
	}
	/*　Customize */
	#main .mainbg {
		/*height: calc(100vh - 94px);
		min-height: 320px;*/
		height: 480px;
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: right -180px center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 280%;
	}
	.mainbg.active .inner p {
		bottom: 44%;
	}
	#container {
		padding: 60px 20px 0;
	}
	#cont01 .sp_br,
	#cont02 .sp_br {
		display: block;
	}
	.content img {
		height: 460px;
		object-fit: cover;
		object-position: top center;
	}
	.txt {
		padding: 40px 10px 20px;
	}
	#cont02 .bold {
		font-size: 220%;
		margin: 40px 0 20px;
		/*border-bottom: 3px solid beige;
		transform: skewY(-3deg);*/
	}
}

@media screen and (min-width: 320px) and (max-width: 359px) {
	.btn {
		margin: 40px;
	}
}
/*──────────────────────────────────────────────────────────────────────

  PC｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1367px) {
	/* 新着情報 */
	.ec-newsRole {
		padding: 60px 0 0;
	}
	.ec-newsRole__newsItem {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem {
		margin-bottom: 10px;
	}
	/*　Customize */
	#main {
		padding: 0 60px 0 0;
	}
	#main .mainbg {
		height: 600px;
		overflow: hidden;
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 400%;
	}
	.mainbg.active .inner p {
		bottom: 44%;
	}
	.br,
	.sp_br {
		display: block;
	}
	#container {
		padding: 60px 0 0;
	}
	.content .flex {
		display: flex;
		padding: 100px 0 0;
	}
	#cont02 {
		margin-bottom: 60px;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		padding: 60px 40px;
		width: 53%;
	}
	.content .img {
		margin-top: -40px;
		width: 40%;
	}
	.content img {
		height: 650px;
		object-fit: cover;
		object-position: top center;
	}
	.content .right {
		margin-left: 7%;
	}
	#cont02 .bold {
		font-size: 260%;
		margin: 40px 0 20px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  laptop｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1280px) and (max-width: 1366px) {
	/* 新着情報 */
	.ec-newsRole {
		padding: 60px 0 0;
	}
	.ec-newsRole__newsItem {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem {
		margin-bottom: 10px;
	}
	/*　Customize */
	#main {
		margin: 0 60px 0 0;
	}
	#main .mainbg {
		height: calc(100vh - 184px);
		overflow: hidden;
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 380%;
	}
	.mainbg.active .inner p {
		bottom: 38%;
	}
	.br,
	.sp_br {
		display: block;
	}
	#container {
		padding: 60px 20px 0;
	}
	.content .flex {
		display: flex;
		padding: 100px 0 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		padding: 60px 40px;
		width: 53%;
	}
	.content .img {
		margin-top: -40px;
		width: 40%;
	}
	.content img {
		height: 650px;
		object-fit: cover;
		object-position: top center;
	}
	.content .right {
		margin-left: 7%;
	}
	#cont02 .bold {
		font-size: 260%;
		margin: 30px 0 10px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  Tablet｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 835px) and (max-width: 1279px) {
	/* 新着情報 */
	.ec-newsRole {
		padding: 60px 0 0;
	}
	.ec-newsRole__newsItem {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem {
		margin-bottom: 10px;
	}
	/*　Customize */
	#main .mainbg {
		height: calc(70vh - 184px);
		min-height: 540px;
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 380%;
	}
	.mainbg.active .inner p {
		bottom: 44%;
	}
	.br,
	.sp_br {
		display: block;
	}
	#container {
		padding: 60px 20px 0;
	}
	.content .flex {
		display: flex;
		padding: 100px 0 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		padding: 0 40px 60px;
		width: 53%;
	}
	.content .img {
		margin-top: -40px;
		width: 40%;
	}
	.content .right {
		margin-left: 7%;
	}
	#cont02 .bold {
		font-size: 260%;
		margin: 30px 0 10px;
	}
}
@media screen and (min-width: 569px) and (max-width: 834px) {
	/* 新着情報 */
	.ec-newsRole {
		padding: 60px 0 0;
	}
	.ec-newsRole__newsItem {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
		border-bottom: 3px solid #f2f2f2;
	}
	.ec-newsRole .ec-newsRole__newsItem {
		margin-bottom: 10px;
	}
	/*　Customize */
	#main .mainbg {
		height: calc(70vh - 184px);
		min-height: 320px;
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 360%;
	}
	.mainbg.active .inner p {
		bottom: 38%;
	}
	.br,
	.sp_br {
		display: block;
	}
	#container {
		padding: 60px 20px 0;
	}
	.content .flex {
		display: flex;
		padding: 60px 0 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		width: 53%;
	}
	.content .right.txt {
		padding: 0 10px 40px 20px;
	}
	.content .left.txt {
		padding: 0 20px 40px 10px;
	}
	.content .img {
		margin-top: -40px;
		width: 45%;
	}
	.content img {
		height: 540px;
		object-fit: cover;
		object-position: top center;
	}
	.content .right {
		margin-left: 2%;
	}
	#cont02 .bold {
		font-size: 260%;
		margin: 30px 0 10px;
	}
}