@charset "utf-8";
html {
	scroll-behavior: smooth;
}
.fs-l-page { 
	padding-top:80px!important;
}
.fs-l-pageMain ul,.fs-l-pageMain li,.fs-l-pageMain p {
	padding:0px;
	margin:0px;
	list-style:none;
}
h2.top_kv{
	width: 100vw;
    margin-left: calc(-50vw + 50%);
	margin-bottom: 0;
	margin-top: 0;
	line-height: 0;
}
.navi{
	background-color: #9b6740;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
	margin-top: 0;
	margin-bottom: 70px;
}
.navi div.navi_flex{
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
    padding: 15px 0;
}
.navi_btn{
	/*width: 215px;*/
	width: 280px;
    margin: 0 5px;
	text-align: center;
	color: #FFF;
}
.navi_btn a{
	color: #FFF;
}
.navlist {
	text-align:center;
	position: relative;
 	padding: 90px 1.5rem 0;
	letter-spacing: 0.12em;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 2.8rem;
}
h2.navlist2 {
	text-align:center;
	position: relative;
 	padding: 40px 1.5rem 0;
	letter-spacing: 0.12em;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 2.8rem;
}


.selling_point {
	/* background:#e3e2de; */
	padding: 10px 50px;
	margin:10px auto 40px;
	}
	
.selling_point h2 {
	text-align:center;
	font-weight: bold;
	margin: 50px 0 10px 0;
	letter-spacing: 0.12em;
	font-size: 2.8rem;
	}
	
.selling_point .lead,.reccomend .lead ,.title_obi .lead ,.limited .lead {
	text-align:center;
	margin: 50px 0;
	}

.selling_point .lead2 {
	text-align:center;
	margin: 0 0 50px 0;
	font-size: 0.9em;
	}
	
.selling_point ul {
	display:flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: center;
	}
	
	
.selling_point ul li {
	width: calc(100% / 2 - 30px );
	}
	
.selling_point ul li h3{
	font-weight: bold;
	text-align: center;
	}
	
.fs-l-pageMain nav {
	text-align: center;
	
	}

.fs-l-pageMain nav ul {
	display:flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: center;
	}
	
.fs-l-pageMain nav li {
	width: calc(100% / 3 - 50px );
	}




.subtitle{
	font-size: 1.5rem;
	text-align: center;
}

.reccomend,.limited{
	margin: 50px 0 200px;
}

.Module_product.products2{
	width: 60%;
	margin: 0 auto!important;
}
.Module_product {
	margin: 30px 0 40px !important;
	display:flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: space-between;
	}
.Module_product.products2 li {
	width: calc(100% / 2 - 30px );
	}
.Module_product.products3 li {
	width: calc(100% / 3 - 30px );
	}

.Module_product h4 {
	padding:10px 5px ;
	margin:0px;
	/*font-size:1.2em;*/
	/*text-align:center;*/
	/*font-weight: bold;*/
	font-size: 20px;
    font-weight: 700;
	}
.Module_product h4 span {
	display:block;
	font-size:0.9em;
	padding:2px;
	font-weight: normal;
	}
.Module_product p {
	padding:0;
	margin:0px;
	text-align:center;
	}
.Module_product p.btn {
	display: block;
	background: #1A1A1A;
	margin:5px auto;
	width:80%;
	max-width: 200px;
	padding: 5px;
	color:#FFF;
	border:1px solid #1A1A1A;
	}
.Module_product p.btn:hover {
	background: #FFF;
	color:#1A1A1A;
	border:1px solid #1A1A1A;
	}

/* price */
.Module_price {
	margin: 60px 0 80px !important;
	display:flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: center;
	}
.Module_price li {
	width: calc(100% / 3 - 30px );
	max-width:300px;
	}





.itemtext{
	margin: 10px 0!important;
}

hr{
    border-style: none;
    border-top: 1px solid #b2b2b2;
	width: 1200px;
	margin: 100px 0;
}

.title_obi{
	background-color: #e3e2de;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
	padding: 0 0 30px;
}

.switch_image{
	position: relative;
}
.switch_image img {
    transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}

/* ▼トップへ戻るボタン▼ */
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}
/* ▲トップへ戻るボタン▲ */


.sp {display:none;}

/* SP用 */
@media screen and (max-width: 767px) {
	/* 全体調整 */
	.pc {display:none;}
	.sp {display:block;}
	img {max-width:100%;}

.selling_point ul {display: block;}
.selling_point ul li {width:100%;}
.selling_point {
	/* background:#e3e2de; */
	padding: 10px 50px;
	margin:10px auto 0;
	}
.Module_product {
    gap: 10px;
}
.Module_product h4 {
	padding:10px 5px ;
	margin:0px;
	/*font-size:1.2em;*/
	/*text-align:center;*/
	/*font-weight: bold;*/
    font-size: 3.8vw;
    font-weight: 700;
	}
.Module_product.products2 li {
    width: calc(100% / 2 - 10px );
}
.Module_product.products3 li {
    width: calc(100% / 2 - 10px );
}
.Module_price {
    gap: 10px;
	display: block;
}
.Module_price li {
	width: 100%;
	max-width:300px;
	margin: 0 auto;
	}

.fs-l-main{
	margin: 0;
	padding: 0;
}
	
.navi_sp{
    width: 80%;
    margin: 0 auto;
	flex-wrap: wrap;
	display: flex;
	padding: 30px 0;
}
.navi_sp_btn{
    width: calc(100% / 2 - 4px );
    text-align: center;
	border: solid #DDD 1px;
	margin: 2px;
	padding: 5px;
}

.selling_point .lead,.reccomend .lead ,.limited .lead {
	text-align:left;
	margin: 30px 0;
}
.selling_point .lead2 {
	text-align:left;
	margin: 0 0 50px 0;
	font-size: 0.9em;
}
.selling_point h2 {
	text-align:center;
	font-weight: bold;
	margin: 50px 0 10px 0;
	letter-spacing: 0.12em;
	font-size: 2.4rem;
	}

h2.navlist {
	text-align:center;
	position: relative;
 	padding: 60px 1.5rem 0;
	letter-spacing: 0.12em;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 2.4rem;
}
	
.Module_product.products2{
	width: 100%;
	margin: 0 auto!important;
}

hr{
    border-style: none;
    border-top: 1px solid #b2b2b2;
	width: 100%;
	margin: 10px 0 0 0;
}
	
.contentarea{
	width: 80%;
	margin: 0 auto;
}

.limited{
	margin: 50px 0;
		
	}
.reccomend{
	margin: 50px auto;
	width: 80%;
}

}