@charset "shift_jis";

/********************************
	TOPページ
********************************/

.pc_none { display: none; }

body{
	min-width: 1260px;
	overflow-x: hidden;
}


#top .item-search button{
    background-color: #34377b;
}

#top .header-line{
	border-top: solid 20px #34377b;
}

#top .icons li dt{
    background-color: #34377b;
}

#top .postage-info span{
    color: #34377b;
}

#top #mymenu-content{

    border-top: 10px solid #34377b;

}

#top-content{
	position:relative;
	width:1200px;
	margin:0 auto;
	color:#333;
	font-size:100%;
	box-sizing: border-box;
	overflow:visible;
}
#top-content *{
	box-sizing: border-box;
	color: inherit;
}

#top-content a{
	color: inherit;
	text-decoration:none;
}
#top-content a:hover{
	opacity:0.8;
}

#top-content a.line{
	border-bottom:solid 1px #333;
	padding:0;
	line-height:1.4;
	transition: 0.2s;
	border-color:rgba(51,51,51,0);
}

#top-content .more-view{
	text-align:center;
	padding:30px;
}
#top-content .more-view a{
	display:inline-block;
	padding:4px 40px;
	padding-right:60px;
	background-color:#EB0007;
	color:#fff;
	border-radius:6px;
	position:relative;
	border:2px solid #EB0007;
	transition:0.2s;
}
#top-content .more-view a:hover{
	background-color:#fff;
	color:#EB0007;
}
#top-content .more-view a:after{
	content:"keyboard_arrow_right";
	font-family: "Material Icons";
	display:block;
	position:absolute;
	font-size:24px;
	height:1em;
	width:1em;
	top: 0;
	bottom:0;
	right:30px;
	margin:auto;
}

#top-content a.line:hover{
	border-color:rgba(51,51,51,1);
	opacity:1;
}

#top-content h2{
	padding:25px 0;
	font-size:30px;
	font-weight:500;
}
#top-content h2+p{
	margin-top:-25px;
	margin-bottom:25px;
	font-size:20px;
	font-weight:300;
}

#top-content li{
	list-style:none;
}

#top-content .text-info{
	text-align:center;
}
#top-content .text-info span{
	color:#EB0007;
	padding:5px;
	background-color:#f4f4f4;
	border-radius:3px;
	display:inline-block;
	width:100%;
}


#top-content .u-border{
	margin-top:20px;
	border-top:solid 1px #e4e4e4;
}

/*メインスライダー*/
#top-content .slider-top{
	/*width: 2880px;calc(960px*3)*/
	width: calc(1200px*3);
	height: 280px;/**/
	position: relative;
	/*left: -840px;calc((1200px - 960px)/2 - 960px);*/
	left: -1200px;
	overflow:hidden;
	margin-bottom: 40px;
}
#top-content .slider-top .slider li,
#top-content .slider-top .slider-prev,
#top-content .slider-top .slider-next{
	/*width:960px;*/
	width: 1200px;
}
#top-content .slider-top .slider li{
	overflow:hidden;
	list-style:none;
	position:relative;
	box-sizing:border-box;
}
#top-content .slider-top .slider li img{
	width:100%;
}
#top-content .slider-top .slider-prev,
#top-content .slider-top .slider-next{
	position:absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index:100;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:100% 100%,60px 60px;
}

#top-content .slider-top .slider-prev:hover,
#top-content .slider-top .slider-next:hover{
	background-color:rgba(255,255,255,0.1);
}

#top-content .slider-top .slider .material-icons{
	font-size:50px;
	color:#fff;
	margin:auto auto;
}

#top-content .slider-top .slider-prev{
	left:0;
	text-align:right;
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%),
						url("/image/common/icon/prev.svg");

	background-position:center right;
}

#top-content .slider-top .slider-next{
	right:0;
	text-align:left;
	background-image: linear-gradient(-90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%),
						url("/image/common/icon/next.svg");

	background-position:center left;
}

#top-content .slider-top .slider-next:focus,
#top-content .slider-top .slider-prev:focus,
#top-content .material-icons:focus,
#top-content *:focus {
	outline: 0;
}

#top-content .slider-top .slider-pagination{
	text-align:center;
	padding:25px;
}

#top-content .slider-top .swiper-pagination-bullet{
	padding:6px;
	margin:10px;
}

#top-content .slider-top .swiper-pagination-bullet-active{
	background-color:#333;
}

#top-content .slider-top .swiper-pagination-bullet-active:focus,
#top-content .slider-top .swiper-pagination-bullet:focus{
	outline:none;
}
/*スライダーここまで*/




/*アイテムリストテンプレ*/
#top-content .item-list{
	letter-spacing: -.40em;
}
#top-content .item-list>li{
	width:18%!important;
	/*float:left;*/
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top!important;
}
#top-content .item-list>li+li{
	margin-left:2.5%;
}

#top-content .item-list li img{
	width:100%;
}

#top-content .item-list dl.cm{
	position:relative;
}
#top-content .item-list dl.cm:after{
	content:"";
	background-image:url("/image/common/icon/cm.png");
	color:#fff;
	display:block;
	position:absolute;
	width:69px;
	height:69px;

	top:-10px;
	left:-10px;
}
#top-content .item-list dd{
	padding:0 2px;
}
#top-content .item-list dd.name{
	padding-top:10px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:normal;
}
/**/
#top-content .item-list dd.name.h2em { height: 2em;}
#top-content .item-list dd.name.h3em { height: 3em;}
#top-content .item-list dd.name.h4em { height: 4em;}

#top-content .item-list dd.txt{
	font-size:12px;
}
#top-content .item-list dd.price *{
    font-size:28px;/*お好きな大きさに*/
}
#top-content .item-list dd.price{
    display:inline-block;
}
#top-content .item-list dd.price .spesicalprice{
    width:100%;
    display:none;
    font-size:70%;
    padding-right:0.2em;
    color:#333;/*お好きな色に*/
}
#top-content .item-list dd.price .intax{
    font-size:11px;
	padding-left:3px;
	font-weight:400;
}

#top-content .item-list dd.price li{
    display:inline-block;
}
/*アイテムリストテンプレ*/

/*アイテムスライダー共通ここまで*/
#top-content .item-slider ul{
	background-color:#fff;
	font-size:0;
	text-align:left;
	padding:5px 0;

}
#top-content .item-slider>li,
#top-content .item-slider .swiper-slide>li{
	width:25%;
	display:inline-block;
	vertical-align: top;
	padding:0 5px;
}
#top-content .item-slider .swiper-slide li:last-child{
	margin-left:0;
}

#top-content .item-slider>li img,
#top-content .item-slider .swiper-slide>li img{
	width:100%;
}

#top-content .item-slider .slider-prev,
#top-content .item-slider .slider-next{
	position:absolute;
	top: 0;
	bottom: 0;
	margin:0 auto;
	z-index:100;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:35px 35px;

	width:30px;
	height:calc(100% - 60px);
}

#top-content .item-slider .slider-prev{
	left:0;
	text-align:right;
	background-image: url("/image/common/icon/prev_black.svg");
	background-position:center right;
}

#top-content .item-slider .slider-next{
	right:0;
	text-align:left;
	background-image: url("/image/common/icon/next_black.svg");
	background-position:center left;
}

#top-content .item-slider .slider-pagination{
	text-align:center;
	padding:15px;
}
#top-content .item-slider .swiper-pagination-bullet{
	padding:5px;
	margin:6px;

}
#top-content .item-slider .swiper-pagination-bullet-active{
	background:#333;
}
/*アイテムスライダー共通ここまで*/


/*おすすめイベント*/
#top-content .event-slider{
	width:calc(100% + 60px);
	left:-30px;
	position:relative;
	overflow:hidden;
	padding:0 30px;
}


/*あなたにおすすめ*/
#top-content .recommend-slider-parent{
	position:relative;
	width:960px;
	left:-30px;
	overflow:hidden;

}
#top-content .recommend-slider{
	width:900px;
	margin:0 auto;
}
#top-content .recommend-slider .item-list>li{
	margin:0;
	margin-right:2.5%;
}
#top-content .item-slider.recommend-slider .slider-prev,
#top-content .item-slider.recommend-slider .slider-next{
	position:absolute;
	top: 0;
	bottom: 0;
	margin:0 auto;
	z-index:100;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:35px 35px;
	height:100%;
	width:30px;
	background-color:#fff;
}

/*タブ切り替えテンプレ*/
#top-content .tab-group{
	display: flex;
	justify-content: center;
}
#top-content .tab{
	flex-grow: 1;
	padding:0.5em 0;
	list-style:none;
	border:solid 1px #FFF;
	border-bottom-width:2px;
	text-align:center;
	cursor:pointer;
	background-color:#e4e4e4;
	color:#898989;
}

#top-content .tab:first-child{border-left-width:2px}
#top-content .tab:last-child{border-right-width:2px;}

#top-content .panel-group{
	background:#f6f6f6;
	padding:20px;
}
#top-content .panel{
	display:none;
}
#top-content .tab.is-active{
	background:#f6f6f6;
	border-color:#f6f6f6;
	color:#333;
	transition: all 0.1s ease-out;
}
#top-content .panel.is-show{
	display:block;
}

#top-content .category-list{
	background-color:#fff;
}
#top-content .category-list li{
	float: left;
	width: 16.6%;
	padding: 20px;
	text-align: center;;
}
#top-content .category-list li img{
	width:100%;
}
#top-content .category-list li dd{
	margin-top:12px;
}
/*タブ切り替えテンプレここまで*/


/*特集*/
#top-content .feature{
	background-color:#f6f6f6;
	position:relative;

	padding:20px;
}

#top-content .list-type-content li{
	width:calc(100%/3);
	float:left;
	margin:0;
	padding:14px;
}
#top-content .list-type-content dl{
	position:relative;
	min-height:150px;
}
#top-content .list-type-content dt{
	float:left;
	clear:left;
	width:150px;
}
#top-content .list-type-content dt img{
	width:100%;
	border-radius:50%;
}
#top-content .list-type-content dd{
	padding-left:160px;
}
#top-content .list-type-content dd.name{
	padding-top:16px;
	padding-bottom:6px;
	font-size:19px;
	font-weight:500;
}

#top-content .list-type-content dd.btn{
	position:absolute;
	bottom:0;
	right:0;
	padding:0;
	padding-right:1.2em;
	font-size:14px;
}

#top-content .list-type-content dd.btn a:after{
	position:absolute;
	content:"keyboard_arrow_right";
	font-family: "Material Icons";
	pointer-events: none;
	font-size:1.4em;
	height:1em;
	top: 0;
	bottom:0;
	right:0;
	margin:auto;
}

#top-content .feature li{border-right:solid 1px #dbdbdb;}
#top-content .feature li:nth-child(3n){border-right:none;}
#top-content .feature li:nth-child(n + 4){border-top:solid 1px #dbdbdb;}




#top-content .under-block aside{
	width:240px;
	float:left;
}
#top-content .under-block .under-main{
	/* width:calc(100% - 240px);*/
	/* float:right; */
	/*padding-left:60px;*/
}




/*ランキング**/

#top-content #c-ranking-title{
	display:none;
	color:#333;
}
#top-content #c-ranking{
	background-color:#fff;
	border:none;
	width:100%;
	color:#333;
}
#top-content #c-ranking .upd_date{
	padding:10px;
}
#top-content #c-ranking dl{
	width:20%;
}
#top-content #c-ranking dl dt>img{

}
#top-content #c-ranking dl dt{
	background:none;
}
#top-content #c-ranking dd{
	padding:0 12px;
	text-align:left;
}
#top-content #c-ranking dl .buy_price{
	margin:0;
}
#top-content #c-ranking dl .price{
	font-size:24px;
}

#top-content #c-ranking dl .intax{
	font-size:10px;
	padding-left:5px;
}

#top-content .ranking-item>li:before{
	content: "";
	background-image: url(/image/common/icon/no1.png);
	background-size: 100%;
	background-repeat:no-repeat;
	display: block;
	width: 43px;
	height: 29px;
	margin: 0 auto;
	margin-bottom:0.5vw;
}
#top-content .ranking-item>li:nth-child(1):before{background-image: url(/image/common/icon/no1.png);}
#top-content .ranking-item>li:nth-child(2):before{background-image: url(/image/common/icon/no2.png);}
#top-content .ranking-item>li:nth-child(3):before{background-image: url(/image/common/icon/no3.png);}
#top-content .ranking-item>li:nth-child(4):before{background-image: url(/image/common/icon/no4.png);}
#top-content .ranking-item>li:nth-child(5):before{background-image: url(/image/common/icon/no5.png);}
#top-content .ranking-item>li:nth-child(6):before{background-image: url(/image/common/icon/no6.png);}
#top-content .ranking-item>li:nth-child(7):before{background-image: url(/image/common/icon/no7.png);}
#top-content .ranking-item>li:nth-child(8):before{background-image: url(/image/common/icon/no8.png);}
#top-content .ranking-item>li:nth-child(9):before{background-image: url(/image/common/icon/no9.png);}
#top-content .ranking-item>li:nth-child(10):before{background-image: url(/image/common/icon/no10.png);}

#top-content .ranking-item>li.rank1:before{background-image: url(/image/common/icon/no1.png);}
#top-content .ranking-item>li.rank2:before{background-image: url(/image/common/icon/no2.png);}
#top-content .ranking-item>li.rank3:before{background-image: url(/image/common/icon/no3.png);}
#top-content .ranking-item>li.rank4:before{background-image: url(/image/common/icon/no4.png);}
#top-content .ranking-item>li.rank5:before{background-image: url(/image/common/icon/no5.png);}
#top-content .ranking-item>li.rank6:before{background-image: url(/image/common/icon/no6.png);}
#top-content .ranking-item>li.rank7:before{background-image: url(/image/common/icon/no7.png);}
#top-content .ranking-item>li.rank8:before{background-image: url(/image/common/icon/no8.png);}
#top-content .ranking-item>li.rank9:before{background-image: url(/image/common/icon/no9.png);}
#top-content .ranking-item>li.rank10:before{background-image: url(/image/common/icon/no10.png);}


#history {
	margin-bottom:50px;
}

/*マガジン*/
#top-content .magazine{
	width:100%;
	background-color:#f6f6f6;
	position:relative;

	padding:10px;
}


#top-content .magazine .list-type-content li{
	width:50%;
}

#top-content .magazine .list-type-content li{border-right:solid 1px #dbdbdb;}
#top-content .magazine .list-type-content li:nth-child(2n){border-right:none;}
#top-content .magazine .list-type-content li:nth-child(n + 3){border-top:solid 1px #dbdbdb;}



#top-content .magazine .list-type-content dt div{
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
}
/*下方右ブロック*/
#top-content aside{
	padding-top:20px;
	color:#333;
}


#top-content aside .under-block{
	margin-bottom:120px;
}
#top-content .clearfix:after{display:block;width:100%;clear:both;}

#top-content .category-list:after,
#top-content .item-list:after,
#top-content .under-block:after,
#top-content .magazine ul:after,
#top-content .feature ul:after{content:"";display:block;width:100%;clear:both;}


/* 会員登録 - 2021.11 自社T改修 */
#top-content .busines_annai {
	width: 100%;
	/*background-color:#ebebf2;*/
}
#top-content .busines_annai div {
	display: block;
	padding: 30px 10px;
	text-align:center;
	border: 8px solid #aeafca;
	background-color: #ebebf2;
	box-sizing: border-box;
}
#top-content .busines_annai p {
	font-size: 16px;
}
#top-content .busines_annai p.beginner {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#top-content .busines_annai p.beginner img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
/*#top-content .busines_annai .material-icons{
    content: "info_outline";
    font-family: "Material Icons";
    font-size: 1.6em;
    width: 30px;
    height: 30px;
    margin: auto;
    color: #EB0007;
}*/

/*商品カテゴリ - 2021.11 自社T改修 */
#top-content .cate-item{
	margin-bottom: 30px;
	letter-spacing: -.40em;
}
#top-content .cate-item li{
	float: none;
	width: calc((100% - 5px*2)/3)!important;
	display: inline-block;
	letter-spacing: normal;
	/**/border:1px solid #a2a2a2;
	border-radius:2px;
	padding:10px 20px;
	margin: 0 5px 5px 0;
	/*padding: 0;*/
	box-sizing: border-box;
}
#top-content .cate-item li:nth-child(3n){
	margin-right: 0;
}
/*reset*/
#top-content .cate-item>li+li { margin-left: 0!important; }

#top-content .cate-item li:hover{
	opacity: 0.6;
}
#top-content .cate-item dl{
	display: flex;
	align-items: center;
}
#top-content .cate-item dt img{
	width: 80px;
}
#top-content .cate-item dd.name {
    padding: 0 0 0 15px;
}
#top-content .cate-item dd::after {
    content: "";
    display: inline-block;
    background: right bottom url(/IMAGE/common/icon/yazirushi.png) no-repeat;
    background-size: auto;
    background-size: 5px 9px;
    width: 1em;
    height: 1em;
}

/**/
#top-content p.heading_business {
	width: 100%;
	margin: 40px auto 0;
	/*padding: 1em 0;*/
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	box-sizing: border-box;
}


/* まとめ買い お得商品 */
#top-content .business_matomegai {
	width: 100%;
	margin: 0 auto 20px;
}
#top-content .business_matomegai a {
	position: relative;
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
    /*background: url(/IMAGE/busines_common/bg_matome.jpg) no-repeat center center;
	background-size: cover;*/
	background-color: #cc0000;
	border: 8px solid #cc0000;
	padding: 50px 0;
	box-sizing: border-box;
	text-align: center;
}
#top-content .business_matomegai a::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -4px;
}

#top-content .business_matomegai_bnr {
	width: 100%;
	margin: 0 auto 20px;
}
#top-content .business_matomegai_bnr a {
	display: block;
}
#top-content .business_matomegai_bnr a img {
	width: 100%;
	height: auto;
}

/* 大口注文・お見積もりはこちら */
#top-content .business_chumon {
	width: 100%;
	margin: 20px auto;
}
#top-content .business_chumon a {
	position: relative;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    background: #ebebf2;/* url(/IMAGE/busines_common/bg_box.png) no-repeat center right 262px; */
    background-size: auto 120px;
    border: 8px solid #aeafca;
    padding: 60px 0;
    box-sizing: border-box;
	text-align: center;
}
#top-content .business_chumon a::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	width: 8px;
	height: 8px;
    border-top: 2px solid #1e2155;
    border-right: 2px solid #252760;
	transform: rotate(45deg);
	margin-top: -4px;
}

/* 5,000円(税込)以上のお買い物で送料無料 */
#top-content #item_soryo_business {
	width: 100%;
	background-color: #ebebf2;
	padding: 20px 100px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}
#top-content #item_soryo_business .icon,
#top-content #item_soryo_business p {
	display: inline-block;
	vertical-align: middle;
}
#top-content #item_soryo_business .icon {
	margin-right: 20px;
}
#top-content #item_soryo_business p {
	color: #34377b;
	text-align: left;
	font-weight: 700;
	line-height: 1.2;
}
#top-content #item_soryo_business p span.min { font-size: 20px;}
#top-content #item_soryo_business p span.large { font-size: 38px;}
#top-content #item_soryo_business p span.attention {
	font-size: 16px;
	font-weight: 300;
	vertical-align: baseline;
	padding-left: 8px;
	}

/* リニューアル */

#top-content .alpit_img {
	width: 100%;
	margin: 0px auto 20px;
	padding: 0;
}
#top-content .heading_img {
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
}
#top-content .heading_img img {
	width: 100%;
	height: auto;
}

#top-content .business_renewal {
	width: 100%;
	margin: 0 auto 40px;/**/
	padding: 30px 100px;
	background-color: #cccdde;
	box-sizing: border-box;
	text-align: center;
}
#top-content .business_renewal h2 {
	width: 100%;
	margin: 0 0 10px;
	/**/
	display: inline-block;
	position: relative;
	height: 56px;/*リボンの高さ*/
	line-height: 56px;/*リボンの高さ*/
	text-align: center;
	padding: 0 40px;/*横の大きさ*/
	font-size: 20px;/*文字の大きさ*/
	font-weight: 700;
	background: #fff;/*塗りつぶし色*/
	color: #121212;/*文字色*/
	box-sizing: border-box;
}
#top-content .business_renewal h2 span {
	font-size: 30px;
}
#top-content .business_renewal h2:before,
#top-content .business_renewal h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  border-style: solid;
}
#top-content .business_renewal h2:before {
  left: 0;
  border-width: 28px 0px 28px 20px;
  border-color: transparent transparent transparent #cccdde;
}
#top-content .business_renewal h2:after {
  right: 0;
  border-width: 28px 20px 28px 0px;
  border-color: transparent #cccdde transparent transparent;
}
#top-content .business_renewal ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#top-content .business_renewal ul li {
	margin-bottom: 10px;
}
#top-content .business_renewal ul li img {
	width: 100%;
	height: auto;
}

/* リニューアル部分の会員登録 */
#top-content .busines_annai02 {
	width: 100%;
}
#top-content .busines_annai02 div {
	display: block;
	padding: 30px 10px;
	text-align:center;
	background-color: #fff;
	box-sizing: border-box;
}
#top-content .busines_annai02 p {
	font-size: 16px;
}
#top-content .busines_annai02 p.beginner {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#top-content .busines_annai02 p.beginner img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

#top-content .parts01 {
	position: relative;
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 20px!important;
	line-height: 1;
	background: rgb(8,10,50);
background: -moz-linear-gradient(0deg, rgba(8,10,50,1) 0%, rgba(73,76,153,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(8,10,50,1) 0%, rgba(73,76,153,1) 100%);
background: linear-gradient(0deg, rgba(8,10,50,1) 0%, rgba(73,76,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080a32",endColorstr="#494c99",GradientType=1);
	padding: 10px 50px;
	margin: 10px auto 0;
	box-sizing: border-box;
	border-radius: 5px;
}
#top-content .parts01::after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

#top-content .wrap_bnr {
	width: 100%;
	margin: 20px 0 0;
}
#top-content .wrap_bnr img {
	width: 100%;
	height: auto;
}



