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

/*
* COMMON
******************************************************/
.index-heading {
	text-align: center;
	padding-bottom: 40px;
	color: #674150;
}

/*
* FREE SHIPPING
******************************************************/
.freeShipping-image{
	max-width: 950px;
	width: 100%;
	margin: auto;
}
.freeShipping__wrapper{
	text-align: center;
	background-color: #5f3340;
}
.freeShipping__wrapper .pc-only{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}
.freeShipping__wrapper .sp-only{
	display: none;
	width: 100%;
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.freeShipping__wrapper .pc-only{
		display: none;
	}
	.freeShipping__wrapper .sp-only{
		display: inline-block;
	}
}


/*
* INDEX MAINVISUAL
******************************************************/
.index-mainvisual {
	color:#ffffff;
	width: 100%;
	min-height: 540px;
	position:relative;
}
.bg-slider {
	width: 100%;
	max-height: 540px;
	background-position: top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
.slider-wrapper {
}
.slide-text {
	position:absolute;
	right:0;
	bottom:0;
}
.slider-heading__wrapper {
	max-width:1450px;
	width:100%;
	min-height: 540px;
	height: calc(100vh - 10%);
	position:relative;
	top: 0px;
	left: 0px;
}
.slider-heading {
	font-size:3.6rem;
	position:absolute;
	top: 195px;
	left: 2%;
}
.slider-heading img {
	max-width: 100%;
}
.slide-pc {
	display: block;
}
.slide-sp {
	display: none;
}
@media (max-width: 767px) {
	.index-mainvisual {
		min-height: inherit;
		height:calc(100vh - 170px);
	}
	.bg-slider {
		height: calc(100vh - 60px);
		max-height: inherit;
	}
	.slide-text {
		position:absolute;
		right:auto;
		left:15px;
		bottom: 105px;
	}
	.slider-heading__wrapper {
		top:-110px;
	}
	.slider-heading {
		top: auto;
		bottom: 50px;
	}
	.slider-heading img {
		width: 60%;
	}
	.slide-pc {
		display: none;
	}
	.slide-sp {
		display: block;
		width: 95%;
	}
}
@media (max-width: 374px) {

}





/*
* FEATURES
******************************************************/
.features__wrapper {
	width:100%;
	background:url('../img/index/bg-features.png');
}
.features {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 40px 0px;
	overflow: hidden;
}
.features-list {

}
.features-list ul {
	display: -webkit-flex;
  display: flex;
}
.features-list li {
	background:#ffffff;
	border-radius:6px;
	width:25%;
	max-width:255px;
	height:70px;
	padding:10px;
}
.features-list li:not(:last-child) {
	margin-right:10px;
}
.features-item {
	display:table;
	height: 70px;
	width: 100%;
}
.features-list li p {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
}
.features-list li p span.text-wrap {
	font-size:2.2rem;
	color:#3D3025;
	line-height: 2.4rem;
	letter-spacing: 0.1px;
}
.features-list li p span.text-caution {
	font-size:1.3rem;
	color:#777777;
	display:block;
	letter-spacing: 0;
}
.features-list li p span.text-pre {
	display:inline-block;
	line-height: 2.4rem;
}
.spaceL {
	padding-left:8px;
}
.features .show-more {
	padding-top:30px;
	text-align:center;
}
@media screen and (min-width:768px) and (max-width:1080px) {
	.features__wrapper {
		margin-top:0;
	}
	.features {
		padding: 25px 0px;
		letter-spacing: 0;
	}
	.features-list {
		width: 100%;
		margin: auto;
	}
	.features-list li {
		height:80px;
		padding: 10px 0 0 0;
	}
	.features-list li:not(:last-child) {
		margin-right:5px;
	}
	.features-item {
		display:table;
		height: 70px;
		width: 100%;
	}
	.features-list li p {
		display:table-cell;
		vertical-align: middle;
		text-align:center;

	}
	.features-list li p span.text-wrap {
		display:block;
	}
	.features-list li p span.text-caution {
		display:block;
		line-height: 1;
		padding-top: 2px;
	}
	.features-list li p span.text-pre {
		display:block;
	}
	.spaceL {
		padding-left:0px;
	}
	.features .show-more {
		padding-top:20px;
		text-align:center;
	}
	.features-list li p span.text-caution {
	}
	.caution-space-top {
		margin-top:5px;
	}
}
@media (max-width: 768px) {
	.features-list {
		max-width: 360px;
		margin: auto;
	}
	.features-list li {
		padding: 5px;
	}
	.features-list li:not(:last-child) {
		margin-right:5px;
	}
	.features-list li p span.text-wrap {
		font-size: 1.2rem;
		line-height: 1.75rem;
		display: block;
	}
	.features-list li p span.text-caution {
		font-size:1rem;
		color:#777777;
		display:block;
		line-height: 1;
		padding-top: 2px;
	}
	.spaceL {
		padding-left: 0;
	}
}

/*
* STORE ITEMS
******************************************************/
.storeItems__wrapper{
	background-color: #ffffff;
	padding: 35px 0;
}
.storeItems{
	width: auto;
	max-width: 1050px;
	margin: auto;
}
.storeItems-notice{
	text-align: center;
}
.storeItems-btn{
	position: relative;
	display: block;
	max-width: 795px;
	width: 97%;
	padding: 25px 0;
	margin: 15px auto 0 auto;
	text-align: center;
	color:#674150;
	font-size: 18px;
	font-weight: bold;
	background-color: #ECE5D8;
}
.storeItems-btn::after{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #bab5a2;
	content: '';
	top: 43%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	right: 25px;
}

@media screen and (max-width:1050px) {
	.storeItems-notice{
		padding: 0 25px;
		text-align: center;
		font-size: 14px;
	}
	.storeItems-btn{
		padding: 25px 45px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.storeItems-btn::after{
		right: 5px;
	}
}
/*
* ITEM INTRODUCTION
******************************************************/
.item-introduction__wrapper {
	background:#f3f4ef;
	width: 100%;
	background: url('../img/index/bg-item-introduction.png');
}
.item-introduction {
	width: auto;
	max-width: 1020px;
	margin: auto;
	padding: 80px 0px;
	overflow: hidden;
}
.item-introduction-lists {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.item-introduction-lists li {
	width: calc(100% / 3);
	max-width: 320px;
	padding-right: 30px;
}
.item-introduction-lists li:nth-of-type(3n) {
	padding-right: 0px;
}
.item-introduction-lists li a {
    display: block;
    background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
	height: 420px;
	margin-bottom: 30px;
}
.item-introduction-lists li img {
	max-width: 100%;
}
.item-introduction-desc {
	padding: 5px 20px 15px 15px;
}
.item-introduction-desc h3 {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.item-introduction-desc p {
	font-size: 1.4rem;
	line-height: 1.7;
}
.item-introduction-icons {
	font-size: 0;
	display: block;
	padding: 0 13px 20px;
}
.item-introduction-icon {
	font-size: 1.1rem;
	display: inline-block;
	margin: 2px;
	padding: 2px;
	vertical-align: top;
	color: #fff;
	border-radius: 2px;
	background: #506579;
}
@media screen and (min-width:516px) and (max-width:1019px) {
	.item-introduction {
		max-width: inherit;
		padding: 80px 0px;
	}
	.item-introduction-lists li {
		width: calc(100%/2 - 16px);
		max-width: 320px;
		margin: auto;
		padding: 0 8px;
	}
	.item-introduction-lists li:nth-of-type(3n) {
		padding: 0 8px;
	}
	.item-introduction-lists li a {
		height: 360px;
		margin-bottom: 16px;
	}
	.item-introduction-icons {
		display: none;
	}
}
@media screen and (max-width:515px) {
	.item-introduction-lists li {
		width: calc(100%/2 - 16px);
		max-width: inherit;
		padding: 0 8px;
	}
	.item-introduction-lists li:nth-of-type(3n) {
		padding: 0 8px;
	}
	.item-introduction-lists li a {
		height: 265px;
		margin-bottom: 16px;
	}
	.item-introduction-desc {
		padding: 0 16px 8px 8px;
	}
	.item-introduction-desc h3 {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}
	.item-introduction-desc p {
		font-size: 1.2rem;
	}
	.item-introduction-icons {
		display: none;
	}
}

/*
* REVIEW
******************************************************/
.review__wrapper {
	width:100%;
	background:#ffffff;
	position:relative;
	z-index: 1;
}
.review-bg-left {
	position:absolute;
	bottom: -10px;
	left:0;
	z-index: -1;
}
.review-bg-right {
	position:absolute;
	right:0;
	top: 60px;
	z-index: -1;
}
.review {
	width: auto;
	max-width: 880px;
	margin: auto;
	padding: 80px 0px;
}
.review-lists {

}
.review-lists ul {
	
}
.review-lists li {
	padding: 10px 20px;
	margin: 20px 0;
	display: table;
	border-top: 1px solid #674150;
	border-bottom: 1px solid #674150;
	width: 100%;
	max-width: 880px;
}
.review-list-image {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 12.5%;
}
.review-list-image img {
	max-width: 64px;	
}
.review-list-desc {
	display: table-cell;
	vertical-align: top;
	max-width: 770px;
	padding-left: 46px;
	position: relative;
	width: 87.5%;
}
.review-list-desc-text {
	font-size: 1.4rem;
}
.review-list-desc-item {
	font-size: 1.4rem;
	text-align: right;
	margin-right: -20px;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width:879px) {
	.review__wrapper {
		position:static;
	}
	.review-bg-left,
	.review-bg-right {
		position:static;
		display: none;
	}
	.review {
		width: auto;
		max-width: inherit;
	}
	.review-lists {
		padding: 0 30px;
	}
	.review-lists li {
		padding: 10px;
		margin: 0 auto 20px;
	}
	.review-list-image img {
		max-width: 100%;	
	}
	.review-list-desc {
		max-width: 226px;
		padding-left: 20px;
		position: static;
	}
	.review-list-desc-text {
		font-size: 1.2rem;
	}
	.review-list-desc-item {
		font-size: 1.2rem;
		text-align: right;
		margin-right: 0;
		position: static;
	}
}

/*
* BANNER
******************************************************/
.banner__wrapper {
	width: 100%;
	background: #b3949a;
}
.banner {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 40px 0px;
}
.banner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.banner li {
	width: calc(100% / 3);
	margin-top: auto;
	text-align: center;
}
.banner li img {
	max-width: 100%;
}
@media screen and (max-width:764px) {
	.banner ul {
		display: block;
	}
	.banner li {
		width: 100%;
		margin: 0 auto 16px;
	}
}

/*
* BLOG
******************************************************/
.blog__wrapper {
	width: 100%;
	background: #f4f5f0;
}
.blog {
	width: auto;
	max-width: 660px;
	margin: auto;
	padding: 40px 0px;
}
.blog ul {

}
.blog li {
	display: table;
	border: 1px solid #d9d9d9;
	background: #FFF;
	width: 100%;
	margin-bottom: 8px;
}
.blog li a {
	display: block;
}
.blog li img {
	max-width: 100%;
	display:block;
}
.blog-image {
	display: table-cell;
	vertical-align: top;
	max-width: 180px;
}
.blog-desc {
	display: table-cell;
	vertical-align: middle;
	max-width: 480px;
	font-size: 1.5rem;
	padding-left: 1em;
}
.blog-viewall-button__wrapper {
	padding: 40px 0;
}
.blog-viewall-button {
	text-align:center;
	font-size: 2.2rem;
}
.blog-viewall-button a {
	display: block;
	background: #763F49;
	color: #ffffff;
	max-width: 374px;
	height: 70px;
	line-height: 66px;
	margin: auto;
	transition: opacity 0.3s;
}
@media screen and (max-width:660px) {
	.blog {
		max-width: inherit;
		margin: auto;
		padding: 40px 10px;
	}
	.blog-image {
		max-width: 100px;
	}
	.blog-desc {
		max-width: 250px;
		font-size: 1.2rem;
		padding-left: 10px;
	}
	.blog-viewall-button__wrapper {
		padding: 40px 0;
	}
	.blog-viewall-button {
		font-size: 1.6rem;
	}
	.blog-viewall-button a {
		max-width: 208px;
		height: 40px;
		line-height: 36px;
	}
}