@charset "UTF-8";
body{
	overflow-x: hidden;
	overflow-y: visible;
}
/********************************
	toppage
********************************/

#toppage{
	text-align:left;
	margin: auto;
}
#toppage .top-inner-contents{
	padding: 25px 0;
}

/* 注意文 */
	#top-warning-info {
		font-size: 0;
		text-align: center;
		padding: 10px 0;
		position: relative;
		margin: 5px;
	}
	#top-warning-info .top-inner-contents {
		padding: 0;
	}
	/*20221215 WATANABE ADD START*/
	#top-warning-info .header-news{
		display: inline-block;
		text-align:left;
		line-height: 0;
	}
	/*20221215 WATANABE ADD END*/
	#top-warning-info .header-news dl{
		max-width: 980px;
    	/*margin: auto;*/
		/*margin: 5px;20221215 WATANABE ADD*/
	}
	#top-warning-info  .header-news dt{
		display: inline-block;
		padding: 0 10px;
		width:130px;/*20221215 WATANABE ADD START*/
		text-align:center;
		margin:2px;
		/*20221215 WATANABE ADD END*/
	}
	#top-warning-info  .header-news dd{
		display: inline-block;
	}


/*注目ワード*/
#top-pick-word{
	font-size: 0;
	text-align: center;
	padding: 22px 0;
	position: relative
}
#top-pick-word *{
	vertical-align: top;
	box-sizing: border-box;
}

#top-pick-word .pick-title{
	display: inline-block;
	width: 100px;
	margin: 0;
	padding-right: 1.5em;
	position: relative;
	text-align: left;
}
#top-pick-word .pick-title:after{
	font-family: "Material Icons Outlined";
	content: "double_arrow";
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0;
}
#top-pick-word .pick-slider{
	display: inline-block;
	width: calc(100% - 100px);
	overflow: hidden;
	position: relative;
	margin: auto;
}
#top-pick-word .pick-slider li{
	width: auto;
	padding:0 1em;
	font-weight: 200;
}
#top-pick-word .pick-slider li:last-child{
	margin-right: 50px;
}

#top-pick-word .pick-slider:after{
	content: "";
	display: block;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}



/*メインスライダー*/
#top-main-slider .top-inner-contents{
	padding: 0;
}

#top-main-slider .swiper-container{
	position: relative;
	overflow: unset;	
}
#top-main-slider .main-slider li{
	width: auto;
	margin: 7px;
}
#top-main-slider .main-slider li img{
	border-radius: 10px;
	object-fit: cover;
}

#top-main-slider .swiper-wrapper ~ .swiper-button-prev,
#top-main-slider .swiper-wrapper ~ .swiper-button-next{
	background-image: none;
	width: auto;
	height: auto;
	top: 50%;
}

#top-main-slider .swiper-wrapper ~ .swiper-button-prev{
	
    transform: translate(-75%, -50%);
    -webkit-transform: translate(-75%,-50%);
    -ms-transform: translate(-75%, -50%);

}
#top-main-slider .swiper-wrapper ~ .swiper-button-next{
		
    transform: translate(75%, -50%);
    -webkit-transform: translate(75%,-50%);
    -ms-transform: translate(75%, -50%);
}
#top-main-slider .swiper-wrapper ~ .swiper-button-prev:after,
#top-main-slider .swiper-wrapper ~ .swiper-button-next:after{
	font-family: "Material Icons Outlined";
	content: "chevron_left";
	background-color: rgb(0, 0, 0,0.2);
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 30px;
	font-weight: 200;
	margin: auto;
	z-index: 9;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
	cursor: pointer;
	
}
#top-main-slider .swiper-wrapper ~ .swiper-button-prev:after{
}
#top-main-slider .swiper-wrapper ~ .swiper-button-next:after{
	transform: rotate(180deg);
}


/*アイコンメニュー*/
#top-icon-link .top-inner-contents{
    padding: 25px 0 0;
}
#top-icon-link .icon-link-list{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content:center;
    align-items: normal;
	max-width: 600px;
	margin: auto;
}
#top-icon-link .icon-link-list li{
	width: calc(100%/6);
	margin: 5px;
}
#top-icon-link .icon-link-list li>a{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
    padding: 3px 0;
}
#top-icon-link .icon-link-list li>a>i{
	width: 40%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
	width: 50px;
	height: 50px;
	background-color: #EFEFEF;
    border-radius: 50%;
	transition:.2s;
}
#top-icon-link .icon-link-list li>a>span{
	font-size: 13px;
	padding: 3px 0;
}
#top-icon-link .icon-link-list li>a:hover{
	color: #222222 !important;
}
#top-icon-link .icon-link-list li>a:hover>i{
	background-color: #ffe8e8;
}
#top-icon-link .swiper-container{
    padding-bottom: 0;
}

/*今週の注目アイテム*/
/* 20230315 KOMATUBARA ADD [今週の注目アイテム] STA */
#top-sale-link .top-inner-contents{
	text-align: center;
	padding-bottom: 0;
	padding-top: 20px;
}
#top-sale-link img{
	max-width: 100%;
}
#top-sale-link .sale-link-list{
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
}
#top-sale-link .sale-link-list li{
	width: 125px;
}
#top-sale-link .sale-link-list li input[type=radio]{
	display: none;
}
#top-sale-link .sale-link-list label{
	cursor: pointer;
	display: block;
}
#top-sale-link .sale-link-list label.inactive{
	opacity: 0.45;
}
#top-sale-link .sale-link-list label.active:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #E50012;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 14px 12px;
	border-top-color: currentColor;
	border-bottom: 0;
}

#top-sale-items [id^="top-sale-content"]{
	display: none;
}
#top-sale-items h2{
	padding: 30px 0;
	padding-top: 0;
	font-size: 26px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#top-sale-items .top-inner-contents{
	padding-top: 15px;
}
#top-sale-items .swiper-container{
	padding-bottom: 0;
}
#top-sale-items .btn-black{
	margin-top: 20px;
}
/* 20230315 KOMATUBARA ADD [今週の注目アイテム] END */



/*ピックアップアイテム*/
/*20230316 KOMATUBARA MOD [id除去]*/
.pickup-item-slider{
	overflow: unset;
}
.pickup-item-slider .swiper-slide{
	width: calc(100%/6 - 25px);
	min-width: 150px;
	vertical-align: top;
	margin-right: 25px;
	text-align: left;
}
.pickup-item-slider .swiper-slide .p_img{
	position: relative;
}
.pickup-item-slider .swiper-slide .p_wish{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.pickup-item-slider .swiper-slide .p_wish .icon{
	width: 100%;
	display: flex;
	gap: 2px;
}
.pickup-item-slider .swiper-slide img.p_icon {
	padding: 3px 0;
	width: 60px;
}
.pickup-item-slider .swiper-slide .p_wish .wish{
	display: inline-block;
}
.pickup-item-slider .swiper-slide .p_img img{
	border-radius: 10px;
}
.pickup-item-slider .swiper-slide .p_name{
	/* max-height: calc(1.714em * 2); */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}

/*20221222 M.OIKAWA ADD STA*/
/*ポイントUP中アイコン*/
.pickup-item-slider .buy_price .price-icons{
	border-spacing: 5px 0;
    margin: 5px 0 -5px -5px;
}
.pickup-item-slider .buy_price .price-icons .m_price_grid{
	background: #000;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
.pickup-item-slider .buy_price .price-icons .m_pointup{
	background: #a6a40e;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
.pickup-item-slider .buy_price .m_price{
	font-size: 1.5em;
	font-family: "Lato";
    font-weight: bold;
}
.pickup-item-slider .buy_price .intax{
	font-size: 80%;
    position: relative;
    left: 5px;
    color: #000;
}
.pickup-item-slider .buy_price.sale span.m_price_grid {
	background-color: #EA0012 !important;
}
.pickup-item-slider .buy_price.sale .m_price{
	color: #E50012;
}

/*20221222 M.OIKAWA ADD END*/

/*おすすめ特集*/
#top-feature  #top-feature-slider{
	overflow: unset;
}
#top-feature .feature-list{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content:start;
    align-items: normal;
	margin: auto -20px;
}

#top-feature .feature-list>li{
	width: calc(100%/3 - 40px);
	margin: 0 20px;
}
@media screen and (max-width: 500px) {
	#top-feature .feature-list{
		flex-flow: column;
	}
	#top-feature .feature-list>li{
		width: auto;
		
	}
}
#top-feature .feature-list dt{
	padding: 5px 0;
}
#top-feature .feature-list dl dd.img img{
	width: 100%;
	border-radius: 10px;
}
/*20221206 KOMATUBARA ADD STR */
#top-feature .feature-list dt h3{
	display: flex;
    align-items: center;
    justify-content: center;
}
#top-feature .feature-list dl dd.period{
	background-color: #EFEFEF;
}
#top-feature .feature-list dl dd.period span{
	margin-right: 0.25em;
}
/*20221206 KOMATUBARA ADD END */


	/* TOP */
	#top-category{
		background: #FFF;
	}
	#top-category .category-menu ul {
		list-style: none;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
	}
	#top-category .category-menu ul li:nth-of-type(4n) {
		margin-right: 0;
	}
	#top-category .category-menu li{
		width: calc(100% / 4 - 35px);
		margin-right: 30px;
		margin-bottom: 50px;
		position: relative;
		padding: 5px;
		background: #FFF;
		display: -webkit-box;
		display: -moz-box;
		display: -o-box;
		display: -ms-box;
		display: box;
		-webkit-box-align: center;
		-moz-box-align: center;
		-o-box-align: center;
		-ms-box-align: center;
		box-align: center;
		vertical-align: top;
		height: 100%;
	}
	#top-category .category-menu .category-list-title::after  {
		font-family: 'Material Icons';
		font-size: 1.5em;
		position: absolute;
		right: -15px;
		content: "chevron_right";
		color: #E50012;
		top: 7px;
	}
	#top-category .category-menu li a{
		position:relative;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	#top-category .category-menu li .category-list-title a{
		font-size: 1.1em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-weight: normal;
		letter-spacing: normal;
		word-break: break-all;
	}
	#top-category .category-menu .category-list-title i{
		position: relative;
    	top: 2px;
		font-size: 1.5em;
	}
	#top-category .category-menu .category-list-title{
		border-bottom: solid 2px #222;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
		font-size: 1.1em;
		padding: 0 10px 0 0;
	}
	#top-category .category-menu .category-list-more{
		display: inline-block;
	}
	#top-category .category-menu .category-list-more li{
		width: 100%;
		border: none;
		margin-bottom: 0px;
		padding: 3px 0;
		margin-right: 0;
		display:block;
	}
	#top-category .category-menu .category-list-more li.is-hidden {
		display:none;
	}
	#top-category .category-menu .category-list-more .list-btn.is-btn-hidden{
		display:none;
	}
	#top-category .category-menu .category-list-more .list-btn button {
		background-color: #fff;
		color: #959595;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
	}
	#top-category .category-menu .category-list-more .list-btn button::before {
		font-family: 'Lato',sans-serif,'メイリオ';
		font-size: 1.5em;
		margin-right: 5px;
		content: "..";
	}


	#top-category .category-menu .category-list-more li a{
		font-size: 13px;
	}
	#top-category .category-menu .category-list-more li::before {
		font-family: 'Lato',sans-serif,'メイリオ';
		font-size: 1.5em;
		content: "-";
		margin-right: 5px;
	}

