.fs-l-page { padding-top:80px!important;}
.fs-l-pageMain h1 {margin: 0;}
.fs-l-pageMain ul,.fs-l-pageMain li,.fs-l-pageMain p {padding:0px;margin:0px;list-style:none;}


html { scroll-behavior: smooth;}

/* 第一訴求エリア */
.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 );
	}

/* module */
h2.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;
}


/*h2.navlist:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}*/


.Module_product {
	margin: 80px 0 100px !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;
	}
/*.Module_price li a {
	display:block;
   background: #DCDCDC;
   border:1px solid #DCDCDC;
   padding: 30px;
	text-align:center;
	}
.Module_price li a:hover {
   background: #FFF;
	color:#1A1A1A;
	}*/

	
/* WEEKLY TOP 5
---------------------------------------- */
#index .weekly{
	width: 1200px;
	margin: 100px auto 150px auto;
}
#index .weekly h2{
	padding: 0 0 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#index .weekly h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}
#index .weekly ul{
	width: 1200px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .weekly ul li{
	width: 200px;
}
#index .weekly ul li a{
	display: block;
	text-decoration: none;
}
#index .weekly ul li a:hover{	
	color:#986641;
}
#index .weekly ul li a h3.name{
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0;
	line-height: 1.2;
	height: 2em;
}
#index .weekly ul li a .txt{

}
#index .weekly ul li a .price{
	font-size: 20px;
}
#index .weekly ul li a .price .tax{
	font-size: 16px;
}

/* ランキングマーク（No.xx～No.xx） */
#index .weekly ul li a{
	display: block;
	position: relative;
	text-decoration: none;
}
#index .weekly ul li a:before{
	display: flex;
	justify-content: center;
	align-items: center;
	
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 40px;
	height: 40px;
	
	background:#1a1a1a;
	color:#fff;
	font-size: 24px;
}
#index .weekly ul li.no1 a:before{
	content: '1';
}
#index .weekly ul li.no2 a:before{
	content: '2';
}
#index .weekly ul li.no3 a:before{
	content: '3';
}
#index .weekly ul li.no4 a:before{
	content: '4';
}
#index .weekly ul li.no5 a:before{
	content: '5';
}

@media screen and (max-width:767px){
	body{
		    font-weight: 400;
	}
.selling_point { padding: 20px;}
.selling_point ul {display: block;}
.selling_point ul li {width:100%;}
.fs-l-pageMain nav li {
    width: calc(100% / 3 - 10px );
}
.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;
	}
/*.Module_price li a {
    padding: 15px;
}*/
#index .weekly{
	margin: 15vw 0 23vw;
	width:100%;
}
#index .weekly h2{
	font-size: 5.5vw;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
}
#index .weekly h2 span{
	display: block;
	font-size: 3.6vw;
	padding-top: 3vw;
    letter-spacing: 0;
}
#index .weekly ul{
	width: 80%;
	margin: 13vw auto 0 auto;
}
#index .weekly ul li{
	width:  calc(100% / 2 - 20px );
	margin: 15px 0 ;
	height: initial;
}
#index .weekly ul li a{
	display: block;
	text-decoration: none;
}
#index .weekly ul li a h3.name{
	font-size: 3.8vw;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	height: 2.5em;
}
#index .weekly ul li a .txt{
	/*letter-spacing: -0.13em;*/
	font-size: 0.8em;
}
#index .weekly ul li a .price{
	font-size: 3.8vw;
}
#index .weekly ul li a .price .tax{
	font-size: 3.6vw;
}
#index .weekly ul li a:before{
	display: flex;
	justify-content: center;
	align-items: center;
	
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 30px;
	height: 30px;
	
	background:#1a1a1a;
	color:#fff;
	font-size: 18px;
}

	
.selling_point {
	/* background:#e3e2de; */
	padding: 10px 50px;
	margin:10px auto 20px;
	}
.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;
}
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.4rem;
}


#header-sp .drawer-content {
	top: 19vw;
}

}
