.info__section,.recommend__section,.seller__section,.seller-list,.free-space__section,.category-nav__section,.event__section{
	margin-bottom:50px;
}
.seller-list__unit {
	max-width: 220px;
	display:inline-block;
	font-size:16px;
	margin:0 10px 20px;
	vertical-align:top;
	position:relative;
}
.seller-product__name{
	font-size: 16px;
	font-weight: bold;
	text-align: 1.2;
}
.seller-product__text {
	font-size: 12px;
}
.free-space__section{
	background:url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
a.info-list__link {
  text-decoration: underline;
  color: #0c69f6;
}
a.info-list__link:hover {
  text-decoration: none;
}
.info-list .info-list__unit a{
  text-decoration: underline;
  color: #2486ff;
}
.info-list .info-list__unit a:hover {
  text-decoration: none;
}
.event-banner-list {
	width: 220px;
	margin: 0 10px 20px;
}
a.top-page-button {
	background-color: #001842;
	color: white;
	display: block;
	border-radius: 20px;
	font-size: 24px;
	text-align: center;
	width: 50%;
	padding: 0.25em 0;
	margin: 20px auto 0;
  font-weight: bold;
}
a.top-page-button:hover {
	color: white;
}
@media screen and (max-width: 640px){
	.info__section,.recommend__section,.seller__section,.seller-list,.free-space__section,.category-nav__section,.event__section{
		margin-bottom:30px;
	}
	.seller-list {
		display: flex;
		overflow-x: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	.seller-list a {
		display: block;
		width: 180px;
	}
	.seller-list__unit {
    width:180px;
	}
	a.top-page-button {
		font-size: 4vw;
      width: 80%;
	}
	.banner-wrap {
    	display: block;
	}
	.banner-wrap a {
    	display: block;
    	margin-bottom: 20px;
	}
	.event-banner-list {
	width: 45%;
		margin: 0 5px 10px;
	}
}
.wide-banner_area {
  max-width:940px;
}
.wide-banner_area a img {
  padding-bottom: 1rem;
  width: 100%;
}
.top-banner-area {margin-bottom: 20px;}
.top-banner-area img {
  margin-bottom: 20px;
}
/*お客様の声*/
.review__section {
	margin: 50px 0;
}
.swiper-wrapper{
	display: flex;
}
.swiper-slide{
	height: auto;
}
.review-list__unit {
	background: white;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px 10px 0;
}
.product-list__unit a{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.product-list__unit a span{
	text-decoration: underline;
	text-align: left;
	display: inline-block;
	padding-left: 5px;
}
.review-list__content {
	text-align: left;
	line-height: 1.5;
}
.review-list__content img {
	display: block;
	margin: 5px 0 12px;
}
.review-list__title {
	font-weight: bold;
	font-size: 18px;
}
.review-list__name {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
.review-list__name span {
	font-size: 0.9em;
}
/* カテゴリーボタン */
.category-nav-list {
	width:calc(100% + 34px);
	list-style-type:none;
	padding: 0;
	margin: 0 auto;
}
.category-nav-list__btn {
	display: inline-block;
	margin: 0 15px 20px;
	border-bottom: 1px solid #a8a79d;
	width: 280px;
}
.category-nav__btn {
	cursor: pointer;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0.5em 1em;
}
.category-nav__btn:hover {
	opacity: 0.8;
}
.category-nav-list__btn-text {
	font-size: 20px;
	font-weight: bold;
	color: #001842;
	text-align: left;
	line-height: 1.3;
	padding-left: 1em;
	display: block;
}
@media screen and (max-width: 640px){
	.category-nav-list {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.category-nav-list__btn {
		width: calc(50% - 30px);
		margin: 10px 10px 0 0;
		height: 150px;
		padding: 0;
		position: relative;
	}
	.category-nav__btn {
		width: 100%;
		display: block;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.category-nav-list__btn-text {
		text-align: center;
		padding-left: 0;
	}
}
/* おすすめ */
.recommend-list {
	display: flex;
	justify-content: space-around;
	max-width: 940px;
	list-style: none;
}
.recommend-list__unit {
	max-width: 290px;
	text-align: left;
}
.recommend-list__name {
	font-size: 18px;
	font-weight: bold;
	color: #001842;
	display: block;
}
.recommed-list__category {
	font-size: 12px;
	color: #66676a;
	line-height: 1.2;
	display: block;
	margin-top: 10px;
}
.recommend-list__prices {
	color:#f20b00;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 640px){
	.recommend-list{
		display: block;
		max-width: 75%;
		margin: 0 auto;
	}
	.recommend-list__unit {
		display: block;
		text-align: center;
	}
	.recommend-list__image {
		width: 100%;
		margin-right: 5px;
		display: inline-block;
	}
	.recommend-list__name,
	.recommend-list__prices {
		font-size: 14px;
	}
}