@charset "shift_jis";

/********************************
	TOPページ
********************************/

.pc-none {
	display: none;
}

.buy_price>ul .price.sale, .buy_price>ul .price.sale+.intax, .buy_price>ul .price.set, .buy_price>ul .price[data-price-type="セット割引"], .buy_price>ul .price[data-price-type="セット割引"]+.intax, .buy_price>ul .price[data-price-type="セール価格"], .buy_price>ul .price[data-price-type="セール価格"]+.intax {
	color: #222 !important;
}

a:hover {
	color: #222 !important;
	opacity: .7;
	transition: .3s;
}

body{
	min-width: unset;
	overflow-x: hidden;
}

#business-top .fixed-back {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(59,35,181);
	background: linear-gradient(135deg, rgba(59, 35, 181, 1) 0%, rgb(153 136 248) 100%);
	z-index: -1;
}

/* 価格プロ調整 */
.spesicalprice {
	display: none !important;
}

#business-top img {
	width: 100%;
}

main#wrapper {
	max-width: none;
	width: 100%;
	padding: 0;
}

#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;
}

#business-top{
	position:relative;
	width:100%;
	margin:0 auto;
	color:#333;
	font-size:100%;
	box-sizing: border-box;
	overflow:visible;
	display: flex;
}
#business-top *{
	box-sizing: border-box;
	color: inherit;
	font-size: 1em;
}
#business-top .business-flex{
	display: flex;
	justify-content: center;
	gap: 4%;
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
}
#business-top .inner {
    max-width: 1000px;
	width: 77%;
    padding-top: 2%;
}

#business-top a{
	color: inherit;
	text-decoration:none;
	display: block;
}

#business-top a.line{
	border-bottom:solid 1px #333;
	padding:0;
	line-height:1.4;
	transition: 0.2s;
	border-color:rgba(51,51,51,0);
}

#business-top .more-view{
	text-align:center;
	padding:30px;
}
#business-top .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;
}
#business-top .more-view a:hover{
	background-color:#fff;
	color:#EB0007;
}
#business-top .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;
}

#business-top a.line:hover{
	border-color:rgba(51,51,51,1);
	opacity:1;
}

#business-top li{
	list-style:none;
}

#business-top .text-info{
	text-align:center;
}
#business-top .text-info span{
	color:#EB0007;
	padding:5px;
	background-color:#f4f4f4;
	border-radius:3px;
	display:inline-block;
	width:100%;
}


#business-top .u-border{
	margin-top:20px;
	border-top:solid 1px #e4e4e4;
}


/* まとめ買いバナー */
/* #business-top .bunner{
	width: 100%;
    margin: 0 auto 3% auto;
	border-radius: 8px;
	overflow: hidden;
} */

/*===========================
サイド
===========================*/
#business-top .aside {
    width: 19%;
	max-width: 270px;
    padding-top: 2%;
}
#business-top .aside-smp {
	display: none;
}
#business-top .aside h1{
	width: 100%;
	margin-bottom: 8%;
}
/* ビジネスカテゴリ */
#business-top .b-industry,
#business-top .b-category {
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	width: 100%;
	padding-top: 8%;
	margin-bottom: 8%;
}
#business-top .b-industry h2,
#business-top .b-category h2 {
    background-color: #402ab6;
    color: #FFF;
    padding: .6em 0;
    font-size: .9rem;
    width: 85%;
    margin: 0% auto 4%;
    text-align: center;
}
#business-top .b-industry .b-industry-list,
#business-top .b-category .b-category-list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#business-top .b-industry .b-industry-listitem a,
#business-top .b-category .b-category-listitem a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
    padding: 3% 3% 3% 13%;
}
#business-top .b-industry .b-industry-listitem a::after,
#business-top .b-category .b-category-listitem a::after {
	position: absolute;
	content: '';
    width: 75%;
	height: 1px;
	background-color: #cec4fd;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#business-top .b-industry .b-industry-listitem a img,
#business-top .b-category .b-category-listitem a img {
	width: 20%;
	margin-right: 5%;
	margin-left: 5%;
}
#business-top .b-industry .b-industry-listitem:nth-last-child(1),
#business-top .b-category .b-category-listitem:nth-last-child(1) {
	margin-bottom: 12%;
}

/* ビジネスイベント */
#business-top .b-event {
	width: 100%;
	/* background-color: #FFF;
	border-radius: 5px; */
	width: 100%;
	padding-top: 8%;
}
#business-top .b-event .title {
	text-align: center;
	margin-bottom: 3%;
}
#business-top .b-event .title h2 {
    font-size: 1.5rem;
	color: #FFF;
}
#business-top .b-event .b-event-listwrap {
	width: 100%;
	/* padding: 0 5%; */
}
#business-top .b-event .b-event-listwrap .b-event-list {
	width: 100%;
	margin-bottom: 8%;
	border-radius: 5px;
    overflow: hidden;
}

/* もっと見るボタン */
.readMoreInner {
	width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	box-sizing: border-box;
	background: #FFF;
  }
  .readMoreContainer {
	position: relative;
	height: auto;
	max-height: 250px;
	overflow: hidden;
	transition: max-height 0.6s;
  }
  .readMoreContainer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 1s;
	background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);
	pointer-events: none;
  }
  .readMoreContainer.show:after {
	z-index: -1;
	opacity: 0;
  }
  .readMoreBtn {
	display: block;
	margin: 0 auto 10px;
	padding: 8px 40px;
	border: 0;
	color: #ffffff;
	background-color: #f5f5f5;
	cursor: pointer;
  }

/*===========================
サイド
===========================*/

/*===========================
看板
===========================*/
/* 看板 */
#kanban {



	position: relative;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto auto auto auto;
	background: rgb(58,34,180);
	background: linear-gradient(180deg, rgba(58,34,180,1) 0%, rgba(91,72,193,1) 52%, rgba(255,255,255,1) 100%);


	display: none;
}

#business-top .business-top__titlebox {
	position: relative;
	width: 100%;
    margin-bottom: 2%;
	margin-left: 1%;
	display: flex;
}
#business-top .business-top__img {
	width: 10%;
}
#business-top h1.business-top__title {
	color: #FFF;
    padding: 2% 0% 2% 5%;
    font-size: 2rem;
	white-space: nowrap;
}
#business-top h1.business-top__title span {
    font-size: 1rem;
    margin-left: 3%;
    font-weight: 300;
}
#business-top .business-top__titlebox img {
	/* position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: auto;
	z-index: 1; */
	/* background-image: url('../../IMAGE/busines_common/renewal2307/summer.png'); */
}

#kanban .top-img{
	grid-column: 1 / 4;
  	grid-row   : 1 / 2;
	margin: 0 auto;
	width: 100%;
    max-width: 1200px;
}
#kanban .top-yudou{
	background-color: #ffee00;
    color: #513dbd;
    padding: .1em 1em;
    position: absolute;
    top: -48%;
    left: 11.8%;
    font-size: 1.7rem;
    font-weight: bold;
	white-space: nowrap;
}
#kanban .top-yudou1{
	left: 0;
}
#kanban .top-yudou2{
	left: 45.5%;
}
#kanban .top-yudou:hover{
	color: #513dbd !important;
}

#business-top div.tyusyaku {
	color: #fff;
	text-align: center;
	margin-bottom: 2%;
}

#business-top .link-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color:rgba(255,255,255,0.2);
	border-radius: 10px;
	overflow: hidden;
	padding: 1.5% 2% 1% 3%;
    justify-content: start;
    margin-bottom: 3%;
}
#business-top .link-wrap  .link-item {
	background: #3a22b461;
	width: 24%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: start;
	border-radius: 15px;
	border: 1px solid #FFF;
	color: #FFF;
	transition: 0.3s;
	margin: 0 1% 1.3% 0;
}
#business-top .link-wrap  .link-item a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
	box-sizing: border-box;
    padding-left: 6%;
}
#business-top .link-wrap  .link-item h3 {
	font-size: 15px;
	font-weight: 300;
}
#business-top .link-wrap  .link-item img {
	width: 85px;
}
#business-top .link-wrap  .link-item p {
	font-size: .9rem;
    display: inline-block;
    line-height: 1.5;
	padding: 0 3px;
	position: relative;
	font-weight: 300;
}

#business-top .link-wrap  .link-item i {
	font-size: 73px;
	margin: 3% 0;
}
#business-top .link-wrap  .link-item:hover {
	background-color: #ffffff1a;
}
#business-top .link-wrap  .link-item:hover {
	transform: scale(1.05);
	opacity: 0.95;
}
#business-top .link-wrap  .link-item:hover p {
	/* border-bottom: #FFF 1px solid; */
	color: #FFF;
}
#business-top .link-wrap  .link-item:hover h3 {
	color: #FFF;
}
#business-top .link-wrap  .link-item:hover i {
	color: #FFF;
}
#business-top .link-wrap  .link-item a:hover {
	color: #FFF !important;
}
/*==============================================
 看板　ここまで
================================================*/

/*==============================================
 ポップアップ ここから
================================================*/
#business-top section.popup {
    background-color: #ffffffb0;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5% 2%;
    margin: 0;
    border-radius: 0;
}
#business-top .popup-item {
    width: 48%;
    max-width: 300px;
    cursor: pointer;
}
#business-top .popup-fixed {
    display: flex;
    opacity: 0;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.7);
    z-index: 100;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
#business-top .popup-fixed.active {
    opacity: 1;
    top: 0;
    transition: .3s;
}
#business-top .popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#business-top .popup-content .popup-close {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#business-top .popup-content .popup-img {
    position: absolute;
    top: 33%;
    width: 80%;
    max-width: 980px;
    z-index: 100;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}
#business-top .popup-content .popup-img .popup-close__btn {
    position: absolute;
    top: -41px;
    right: -5%;
    z-index: 100;
}
#business-top .popup-content .popup-img .popup-close__btn.active {
    right: -57%;
}
#business-top .popup-content .popup-img .popup-img__item {
    z-index: 1;
    opacity: 0;
    display: block;
    pointer-events: none;
	width: calc(90%/5); 
    margin-bottom: 3%;
}
#business-top .popup-content .popup-img .popup-img__item.active {
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
}
.batsu {
    display: block;
    position: relative;
    width: 50px;
    height: 100px;
  }
   
  .batsu::before, .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 81%;
    width: 5px;
    height: 35%;
    background: #FFF;
  }
   
  .batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
   
  .batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

/* #business-top .pupup-swiper {
    width: 100%;
} */
/* ポップアップスライダー上書き */
/* #business-top .pupup-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}
#business-top .pupup-swiper .swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff !important;

}
#business-top .pupup-swiper .swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff !important;
}
#business-top .swiper-wrapper {
    justify-content: center;
    gap: 4%;
}
#business-top .swiper-slide {
    height: auto;
    width: 100% !important;
} */
/*==============================================
 ポップアップ ここまで
================================================*/

/*===========================
新規会員登録・ログインボタンここから
===========================*/
#business-top #btn-wrap {
	grid-column: 1 / 4;
	grid-row   : 3 / 4;
    width: 100%;
    /* margin: 3% auto 2%; */
    margin: 0 auto 5%;
	display: flex;
	justify-content: center;
	gap: 3%;
}
#business-top #btn-wrap .btn{
	width: 410px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#business-top #btn-wrap .btn-1 {
	background-color: #b10e1b;
	border: 2px solid #b10e1b;
}
#business-top #btn-wrap .btn-1:hover {
	background-color: #ffffff75;
	border: 2px solid #b10e1b;
	color: #b10e1b !important;
}
#business-top #btn-wrap .btn-1:hover p {
	color: #b10e1b !important;
}
#business-top #btn-wrap .btn-2 {
	background-color: #222;
	border: 2px solid #222;
}
#business-top #btn-wrap .btn-2:hover {
	background-color: #ffffff75;
	border: 2px solid #222;
	color: #222 !important;
}
#business-top #btn-wrap .btn-2:hover p {
	color: #222 !important;
}
#business-top #btn-wrap .btn:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#business-top #btn-wrap .btn-1:hover:after {
	right: 6%;
	border-top: 2px solid #b10e1b;
    border-right: 2px solid #b10e1b;
}
#business-top #btn-wrap .btn-2:hover:after {
	right: 6%;
	border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#business-top #btn-wrap .btn p{
	color: #FFF;
    font-size: .9rem;
	padding: .8em 0;
}
/*===========================
新規会員登録・ログインボタンここまで
===========================*/

/*===========================
セールバナー ここから
===========================*/
#business-top .business-sale .title-inner {
	margin-bottom: 1%;
}
#business-top .business-sale .title{
	text-align: center;
}
#business-top .business-sale .title h2{
	font-size: 30px;
	padding: 0;
}
/*===========================
セールバナー ここまで
===========================*/

/*===========================
おすすめアイテム ここから
===========================*/
#business-top .item-wrap{
    width: 100%;
}
/* おすすめアイテム タイトル */
#business-top .item-wrap .title{
	text-align: center;
	margin-bottom: 2%;
}
#business-top .title h2{
	font-size: 30px;
	padding: 0;
	color: #FFF;
}
/* おすすめアイテム 商品枠 */
#business-top .item-wrap .item-category{
    width: 100%;
    margin: 0 auto 5%;
}
#business-top .item-wrap .item-inner {
	display: flex;
	justify-content: center;
	gap: 2%;
    margin-bottom: 2%;
}

#business-top .item-wrap .subtitle-inner {
    margin-bottom: 3%;
	display: flex;
    align-items: center;
    width: 100%;
}
#business-top .item-wrap .subtitle-inner:before, #business-top .item-wrap .subtitle-inner:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #FFF;
}
#business-top .item-wrap .subtitle-inner:before {
    margin-right: 1rem;
}
#business-top .item-wrap .subtitle-inner:after {
    margin-left: 1rem;
}
#business-top .item-wrap .subtitle-inner h3 {
	font-size: 1.2rem;
	color: #FFF;
}
#business-top .item-wrap .item-list {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
	background: #FFF;
    box-sizing: border-box;
	overflow: hidden;
	width: 25%;
}

#business-top .item-wrap .item-top {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#business-top .item-wrap .item-list a {
	position: relative;
}

#business-top .item-wrap .item-list a::after {
	content: '';
	width: 31%;
	height: 6rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-image: url('../../IMAGE/busines_common/renewal2307/top-icon/limited_icon.png');
	background-size: contain;
	background-repeat: no-repeat;		
}

#business-top .item-wrap .item-top.new::after {
	content: 'NEW';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e32525;
    width: 30%;
    min-width: 70px;
    box-sizing: border-box;
    padding: .2em 0 .3em;
    color: #FFF;
    font-size: .9rem;
    font-weight: 300;
    border-radius: 0 0 0 5px;
	text-align: center;
}
#business-top .item-wrap .item-top.blue::before {
    white-space: pre;
    content: 'Bluetooth';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2c25e3;
    width: 30%;
    min-width: 70px;
    box-sizing: border-box;
    padding: .35em 0 .3em;
    color: #FFF;
    font-size: .7rem;
    font-weight: 300;
    border-radius: 5px 0 0 5px;
	text-align: center;
}
#business-top .item-wrap .item-top .item-img {
	margin-bottom: 2%;
}
#business-top .item-wrap .item-content h4 {
    font-size: .8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 3% 3% 2% 3%;
    height: 3em;
}
#business-top .item-wrap .car .item-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 5rem;
}
#business-top .item-wrap .item-content .buy_price {
	font-size: 1rem;
	/* margin-bottom: 2%; */
}
#business-top .item-wrap .item-content .buy_price .price {
    font-size: 1.2rem;
                font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
}
#business-top .item-wrap .item-content {
	text-align: center;
}
#business-top .item-wrap .item-price {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	margin-bottom: 1%;
}
#business-top .item-wrap .item-price .business-box {
	font-size: .75rem;
    padding: .1em .5em;
    margin-top: -0.2em;
    background-color: #353535;
	color: #FFF;
	font-weight: 500;
}
#business-top .item-wrap .item-saleprice {
	display: flex;
	justify-content: center;
	gap: 1.5%;
	margin-bottom: 3%;
}
#business-top .item-wrap .item-saleprice li {
	width: 47%;
	border: 2px solid #ea0012;
	border-radius: 5px;
	box-sizing: border-box;
    padding: 1% 0%;
}
#business-top .item-wrap .item-saleprice p {
    font-size: 0.63rem;
	text-align: center;
}
#business-top .item-wrap .item-saleprice p span {
    font-size: 1.5em;
    color: #ea0012;
    line-height: 1.1;
}
/* おすすめアイテム 関連リンク */
#business-top .item-wrap .item-catbtn {
	width: 100%;
	display: flex;
	justify-content: center;
}
#business-top .item-wrap .item-catbtn a {
	position: relative;
	font-size: 1rem;
	padding: .8em 5em;
	background-color: #222;
	color: #FFF;
	display: inline-block;
	border-radius: 100px;
	border: 2px solid #222;
}
#business-top .item-wrap .item-catbtn a:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#business-top .item-wrap .item-catbtn a:hover {
	color: #222 !important;
	background-color: #FFF;
}
#business-top .item-wrap .item-catbtn a:hover:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*===========================
おすすめアイテム ここまで
===========================*/

/*カテゴリ・お問合せ*/
#business-top #content{
	width: 100%;
	margin: 0 auto;
}
#business-top #content h2{
	font-size: 20px;
    color: #313131;
    border-bottom: solid 1px #313131;
    padding: 0 0 8px 6px;
	margin-bottom: 15px;
}
#business-top #content h3{
	font-size: 16px;
	font-weight: 100;
    color: #313131;
	position: relative;
}
#business-top #content h3 span{
	font-size: 18px;
	color: #1782dd;
	border-bottom: solid 1px #1782dd;
}
#business-top #content h3.other a{
	font-size: 20px;
	font-weight: 100;
    color: #1782dd;
	position: relative;
	text-align: right;
}


/*業種別カテゴリ*/
#business-top #work-category{
    width: 100%;
    margin-right: 20px;
    margin-top: 5%;
	margin-bottom: 5%;
}

#business-top #work-category .title{
	text-align: center;
	margin-bottom: 10px;
}
#business-top #work-category .title h1{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
#business-top #work-category .c-category-list {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#business-top #work-category .c-category-list ul {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	gap:15px;
}
#business-top #work-category .c-category-list li {
	display: flex;
	flex-direction: column;
    width: 50%;
	margin-bottom: 4%;
	transition: .3s;
}
#business-top .c-category-list li:hover {
	transform: scale(1.05);
}
#business-top .c-category-list li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#business-top .c-category-list li a:hover  {
	opacity: 1;
}
#business-top #work-category .c-category-list li img {
	width: 95%;
	margin: 0;
	display: block;
    margin-bottom: 2%;
}
#business-top .c-category-list h3 {
	position: relative;
	display: inline;
	font-size: 1em;
	text-align: center;
	color: #FFF;
	font-weight: 500;
}
#business-top .c-category-list h3::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 4px;
    bottom: 0;
    right: -14px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}

#business-top #work-category .other {
    border-radius: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 0% auto;
}
#business-top #work-category .other a {
	color: #FFF;
	font-weight: 400;
	display: inline-block;
	justify-content: center;
	align-items: center;
	background: #222222;
	border-radius: 5px;
	border: #222 solid 1px;
}
#business-top #work-category .other a p{
	padding: 15px 100px;
}
#business-top #work-category .other a:hover {
	color: #000 !important;
	background: #FFF;
}




/*-- ランキングnew -------------------------------------------------------------*/

#ranking #ranking-list {
	width: 100%;
	overflow-x:auto;
	/*margin-bottom: 5%;*/
	padding: 0 0 1%;
}
#ranking #ranking-list::-webkit-scrollbar {
	background: #fff;
	width: 5px;
	height: 8px;
}
#ranking #ranking-list::-webkit-scrollbar-thumb {
	background-color: #222;
}
#ranking #list_2 {
	margin-bottom: 0%;
}
#ranking #ranking-list ul.item {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	/*gap:15px;*/
	width: 100%;
	/*padding: 50px 0 0;*/
	/*background-color: #f4f4f5;*/
}
#ranking #ranking-list ul li {
	position: relative;
	width: 100%;
	/*margin:0 0 6% 4%;*/
	padding: 4%;
	background-color: #fff;
}
#ranking #ranking-list ul li.price {
	width: 100%;
	margin: 0;
	padding: 0;
}
#ranking #ranking-list ul dd.price {
	text-align: center;
}
#ranking #ranking-list ul li dl dt a p.item_name,
#ranking #ranking-list ul li dl dt a p.item_name span {
	color: #020202;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	margin: 2% 0 2%;
}

#ranking #ranking-list ul li dl dt a p.waribiki {
	color: #fff;
	background-color: #ea0f0f;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
}

#ranking #ranking-list ul li dl dt a p.waribiki .pc_none {
	display: none;
}

#ranking #ranking-list ul li div.buy_price {
	/*background-color: #ffd5d5;*/
	border-radius: 0 0 5px 5px;
	text-align: center;
}

#ranking #ranking-list ul li img {
	width: 100%;
}

#ranking #ranking-list ul li dd li.price a {
	color: #020202;
	font-size: 24px;
	letter-spacing: -0.01em;
}

#ranking #ranking-list ul li dd.price span.spesicalprice {
	/*display: none;*/
	float: left;
	font-size: 10px;
	margin: 5px 5px 0 0;
}

#ranking #ranking-list ul li dd.price span.spesicalprice {
	/*display: none;*/
	float: left;
	font-size: 10px;
	margin: 5px 5px 0 0;
}

/*-- ランキングnew終了 -----------------------------------------------------------*/


/*-- ランキング ------------------------------------------------------------------------------------*/

/*

div.--category-ranking h2,
div.--category-ranking p.last-update {
	color: #fff !important;
}

div.--category-ranking .shosai-list h2 {
	color: inherit !important;
}

.--category-ranking .item-list-parent {
	padding: 0;
}

.item-list-parent li{
	border: solid #fff 5px; 
}
dl.item-list-datail {
	background-color: #FFF;
}
.item-list-datail dt {
	outline: none;
}

.item-list-datail dd.itemcg_kikaku,
.item-list-datail div.biz div.sale {
	display: none;
}

.item-list-datail div.biz_icon	 {
	margin-top: 0;
}

*/

/*-- ランキング ------------------------------------------------------------------------------------*/


/*カテゴリ*/
#business-top #contact-category{
    width: 100%;
    margin-right: 20px;
    margin-top: 9px;
	margin-bottom: 5%;
}
#business-top #contact-category .title{
	text-align: center;
}
#business-top #contact-category .title h1{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
#business-top .c-category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#business-top #contact-category .c-category-list li {
	display: flex;
	flex-direction: column;
    width: 16%;
	margin-bottom: 4%;
	transition: .3s;
}
#business-top .c-category-list li:hover {
	transform: scale(1.05);
}
#business-top .c-category-list li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#business-top .c-category-list li a:hover  {
	opacity: 1;
}
#business-top .c-category-list li img {
	width: 70%;
	margin: 0 auto;
	display: block;
    margin-bottom: 2%;
}
#business-top .c-category-list h3 {
	position: relative;
	display: inline;
	font-size: 1em;
	text-align: center;
	color: #FFF;
	font-weight: 500;
}
#business-top .c-category-list h3::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 4px;
    bottom: 0;
    right: -14px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}

#business-top #contact-category .other {
    border-radius: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 0% auto;
}
#business-top #contact-category .other a {
	color: #FFF;
	font-weight: 400;
	display: inline-block;
	justify-content: center;
	align-items: center;
	background: #222222;
	border-radius: 5px;
	border: #222 solid 1px;
}
#business-top #contact-category .other a p{
	padding: 15px 100px;
}
#business-top #contact-category .other a:hover {
	color: #000 !important;
	background: #FFF;
}


/*お問合せ*/
#business-top #content #query{
	max-width: 290px;
    width: 100%;
    height: auto;
    border: solid 1px #313131;
    padding: 12px 10px 16px;
    margin: 20px 0 0px;
}
#business-top #content #query h3{
    margin: 10px 0 0 9px;
}
#business-top #content #query h4{
	font-size: 15px;
	font-weight: 100;
	color: #1782dd;
	margin: 0 0 7px 13px;
	border-bottom: solid 1px #1782dd;
	display: inline-block;
}
#business-top #content #query .box{
    height: 100px;
    width: 100%;
    margin: 15px 0 0 2px;
    max-width: 242px;
    line-height: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
}
#business-top #content #query .box span::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/*ボタン内側の設定*/
#business-top #content #query .box span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #1782dd;
	transform-style: preserve-3d;
	transition: 0.8s;
}
#business-top #content #query .box span:hover::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #1782dd;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/* 回転前 */
#business-top #content #query .rotatefront span:nth-child(1){
	background-color: #1782dd;
	color: #fff;
	transform: rotateX(0deg);
    transform-origin: 0 25% -75px;
	padding: 20px 0;
	line-height: 28px;
}
#business-top #content #query .rotatefront:hover span:nth-child(1){
	transform: rotateX(-90deg);
}
#business-top #content #query .rotatefront span.center:nth-child(1){
	line-height: 55px;
}
/* 回転後 */
#business-top #content #query .rotatefront span:nth-child(2){
	background-color: #fff;
	color: #1782dd;
	transform: rotateX(90deg);
	transform-origin: 0 25% -25px;
	padding: 20px 0;
	line-height: 28px;
}
#business-top #content #query .rotatefront span.center:nth-child(2){
	line-height: 55px;
}
/*hoverをした後の形状*/
#business-top #content #query .rotatefront:hover span:nth-child(2) {
    transform: rotateX(0deg);
}




/*アイテムリストテンプレ*/
#business-top .item-list{
	letter-spacing: -.40em;
}
#business-top .item-list>li{
	width:16%!important;
	/*float:left;*/
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top!important;
	margin-left: 0;
	margin-right: 11px;
	text-align: left;  /* 20230927 A.TAHARA ADD [ビジネスリニューアル]*/
	/* margin: 10px 0px 50px!important; */
}
#business-top .item-list>li+li{
	margin-left:2.5%;
}

#business-top .item-list li img{
	width:100%;
}

#business-top .item-list dl.cm{
	position:relative;
}
#business-top .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;
}
#business-top .item-list dd{
	padding:0 2px;
}
/* #business-top .item-list dd.name{
	padding-top:10px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:normal;
} */
/**/
#business-top .item-list dd.name.h2em { height: 2em;}
#business-top .item-list dd.name.h3em { height: 3em;}
#business-top .item-list dd.name.h4em { height: 4em;}

#business-top .item-list dd.txt{
	font-size:12px;
}
#business-top .item-list dd.price *{
    font-size:28px;/*お好きな大きさに*/
}
#business-top .item-list dd.price{
    display:inline-block;
}
#business-top .item-list dd.price .spesicalprice{
    width:100%;
    display:none;
    font-size:70%;
    padding-right:0.2em;
    color:#333;/*お好きな色に*/
}
#business-top .item-list dd.price .intax{
    font-size:11px;
	padding-left:3px;
	font-weight:400;
}

#business-top .item-list dd.price li{
    display:inline-block;
}
/*アイテムリストテンプレ*/

/*おすすめイベント*/
#event {
	background-color: #f5f5f5;
	
}
#event .title {
	text-align: center;
	padding: 1% 0 2%;
}
#event .title h1 {
	font-weight: bold;
	font-size: 30px;
}
#event #event-wrap {
	width: 100%;
	height: auto;
}
#event #event-wrap ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	box-sizing: border-box;
	justify-content: center;
}
#event #event-wrap li {
	width: 16%;
    border-radius: 5px;
    margin-bottom: 2%;
    overflow: hidden;
}

/*あなたにおすすめ*/
/* #business-top .recommend-slider-parent{
	position:relative;
	width:960px;
	left:-30px;
	overflow:hidden;

}
#business-top .recommend-slider{
	width:900px;
	margin:0 auto;
}
#business-top .recommend-slider .item-list>li{
	margin:0;
	margin-right:2.5%;
}
#business-top .item-slider.recommend-slider .slider-prev,
#business-top .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;
} */


/*特集*/
#business-top .feature{
	background-color:#f6f6f6;
	position:relative;

	padding:20px;
}

#business-top .list-type-content li{
	width:calc(100%/3);
	float:left;
	margin:0;
	padding:14px;
}
#business-top .list-type-content dl{
	position:relative;
	min-height:150px;
}
#business-top .list-type-content dt{
	float:left;
	clear:left;
	width:150px;
}
#business-top .list-type-content dt img{
	width:100%;
	border-radius:50%;
}
#business-top .list-type-content dd{
	padding-left:160px;
}
#business-top .list-type-content dd.name{
	padding-top:16px;
	padding-bottom:6px;
	font-size:19px;
	font-weight:500;
}

#business-top .list-type-content dd.btn{
	position:absolute;
	bottom:0;
	right:0;
	padding:0;
	padding-right:1.2em;
	font-size:14px;
}

#business-top .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;
}

#business-top .feature li{border-right:solid 1px #dbdbdb;}
#business-top .feature li:nth-child(3n){border-right:none;}
#business-top .feature li:nth-child(n + 4){border-top:solid 1px #dbdbdb;}




#business-top .under-block aside{
	width:240px;
	float:left;
}
#business-top .under-block .under-main{
	/* width:calc(100% - 240px);*/
	/* float:right; */
	/*padding-left:60px;*/
}




/*ランキング**/

#business-top #c-ranking-title{
	display:none;
	color:#333;
}
#business-top #c-ranking{
	background-color:#fff;
	border:none;
	width:100%;
	color:#333;
}
#business-top #c-ranking .upd_date{
	padding:10px;
}
#business-top #c-ranking dl{
	width:20%;
}
#business-top #c-ranking dl dt>img{

}
#business-top #c-ranking dl dt{
	background:none;
}
#business-top #c-ranking dd{
	padding:0 12px;
	text-align:left;
}
#business-top #c-ranking dl .buy_price{
	margin:0;
}
#business-top #c-ranking dl .price{
	font-size:24px;
}

#business-top #c-ranking dl .intax{
	font-size:10px;
	padding-left:5px;
}

#business-top .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;
}
#business-top .ranking-item>li:nth-child(1):before{background-image: url(/image/common/icon/no1.png);}
#business-top .ranking-item>li:nth-child(2):before{background-image: url(/image/common/icon/no2.png);}
#business-top .ranking-item>li:nth-child(3):before{background-image: url(/image/common/icon/no3.png);}
#business-top .ranking-item>li:nth-child(4):before{background-image: url(/image/common/icon/no4.png);}
#business-top .ranking-item>li:nth-child(5):before{background-image: url(/image/common/icon/no5.png);}
#business-top .ranking-item>li:nth-child(6):before{background-image: url(/image/common/icon/no6.png);}
#business-top .ranking-item>li:nth-child(7):before{background-image: url(/image/common/icon/no7.png);}
#business-top .ranking-item>li:nth-child(8):before{background-image: url(/image/common/icon/no8.png);}
#business-top .ranking-item>li:nth-child(9):before{background-image: url(/image/common/icon/no9.png);}
#business-top .ranking-item>li:nth-child(10):before{background-image: url(/image/common/icon/no10.png);}

#business-top .ranking-item>li.rank1:before{background-image: url(/image/common/icon/no1.png);}
#business-top .ranking-item>li.rank2:before{background-image: url(/image/common/icon/no2.png);}
#business-top .ranking-item>li.rank3:before{background-image: url(/image/common/icon/no3.png);}
#business-top .ranking-item>li.rank4:before{background-image: url(/image/common/icon/no4.png);}
#business-top .ranking-item>li.rank5:before{background-image: url(/image/common/icon/no5.png);}
#business-top .ranking-item>li.rank6:before{background-image: url(/image/common/icon/no6.png);}
#business-top .ranking-item>li.rank7:before{background-image: url(/image/common/icon/no7.png);}
#business-top .ranking-item>li.rank8:before{background-image: url(/image/common/icon/no8.png);}
#business-top .ranking-item>li.rank9:before{background-image: url(/image/common/icon/no9.png);}
#business-top .ranking-item>li.rank10:before{background-image: url(/image/common/icon/no10.png);}


#history {
	margin-bottom:50px;
}

/*マガジン*/
#business-top .magazine{
	width:100%;
	background-color:#f6f6f6;
	position:relative;

	padding:10px;
}


#business-top .magazine .list-type-content li{
	width:50%;
}

#business-top .magazine .list-type-content li{border-right:solid 1px #dbdbdb;}
#business-top .magazine .list-type-content li:nth-child(2n){border-right:none;}
#business-top .magazine .list-type-content li:nth-child(n + 3){border-top:solid 1px #dbdbdb;}



#business-top .magazine .list-type-content dt div{
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
}
/*下方右ブロック*/
#business-top aside{
	padding-top:20px;
	color:#333;
}


#business-top aside .under-block{
	margin-bottom:120px;
}
#business-top .clearfix:after{display:block;width:100%;clear:both;}

#business-top .category-list:after,
#business-top .item-list:after,
#business-top .under-block:after,
#business-top .magazine ul:after,
#business-top .feature ul:after{content:"";display:block;width:100%;clear:both;}


/* 会員登録 - 2021.11 自社T改修 */
#business-top .busines_annai {
	width: 100%;
	/*background-color:#ebebf2;*/
}
#business-top .busines_annai div {
	display: block;
	padding: 30px 10px;
	text-align:center;
	border: 8px solid #aeafca;
	background-color: #ebebf2;
	box-sizing: border-box;
}
#business-top .busines_annai p {
	font-size: 16px;
}
#business-top .busines_annai p.beginner {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#business-top .busines_annai p.beginner img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
/*#business-top .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改修 */
#business-top .cate-item{
	margin-bottom: 30px;
	letter-spacing: -.40em;
}
#business-top .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;
}
#business-top .cate-item li:nth-child(3n){
	margin-right: 0;
}
/*reset*/
#business-top .cate-item>li+li { margin-left: 0!important; }

#business-top .cate-item li:hover{
	opacity: 0.6;
}
#business-top .cate-item dl{
	display: flex;
	align-items: center;
}
#business-top .cate-item dt img{
	width: 80px;
}
#business-top .cate-item dd.name {
    padding: 0 0 0 15px;
}
#business-top .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;
}

/**/
#business-top 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;
}


/* まとめ買い お得商品 */
#business-top .business_matomegai {
	width: 100%;
	margin: 0 auto 20px;
}
#business-top .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;
}
#business-top .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;
}

#business-top .business_matomegai_bnr {
	width: 100%;
	margin: 0 auto 20px;
}
#business-top .business_matomegai_bnr a {
	display: block;
}
#business-top .business_matomegai_bnr a img {
	width: 100%;
	height: auto;
}

/* 大口注文・お見積もりはこちら */
#business-top .business_chumon {
	width: 100%;
	margin: 20px auto;
}
#business-top .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;
}
#business-top .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円(税込)以上のお買い物で送料無料 */
#business-top #item_soryo_business {
	width: 100%;
	background-color: #ebebf2;
	padding: 20px 100px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}
#business-top #item_soryo_business .icon,
#business-top #item_soryo_business p {
	display: inline-block;
	vertical-align: middle;
}
#business-top #item_soryo_business .icon {
	margin-right: 20px;
}
#business-top #item_soryo_business p {
	color: #34377b;
	text-align: left;
	font-weight: 700;
	line-height: 1.2;
}
#business-top #item_soryo_business p span.min { font-size: 20px;}
#business-top #item_soryo_business p span.large { font-size: 38px;}
#business-top #item_soryo_business p span.attention {
	font-size: 16px;
	font-weight: 300;
	vertical-align: baseline;
	padding-left: 8px;
	}

/* リニューアル */

#business-top .alpit_img {
	width: 100%;
	margin: 0px auto 20px;
	padding: 0;
}
#business-top .heading_img {
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
}
#business-top .heading_img img {
	width: 100%;
	height: auto;
}

#business-top .business_renewal {
	width: 100%;
	margin: 0 auto 40px;/**/
	padding: 30px 100px;
	background-color: #cccdde;
	box-sizing: border-box;
	text-align: center;
}
#business-top .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;
}
#business-top .business_renewal h2 span {
	font-size: 30px;
}
#business-top .business_renewal h2:before,
#business-top .business_renewal h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  border-style: solid;
}
#business-top .business_renewal h2:before {
  left: 0;
  border-width: 28px 0px 28px 20px;
  border-color: transparent transparent transparent #cccdde;
}
#business-top .business_renewal h2:after {
  right: 0;
  border-width: 28px 20px 28px 0px;
  border-color: transparent #cccdde transparent transparent;
}
#business-top .business_renewal ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#business-top .business_renewal ul li {
	margin-bottom: 10px;
}
#business-top .business_renewal ul li img {
	width: 100%;
	height: auto;
}

/* リニューアル部分の会員登録 */
#business-top .busines_annai02 {
	width: 100%;
}
#business-top .busines_annai02 div {
	display: block;
	padding: 30px 10px;
	text-align:center;
	background-color: #fff;
	box-sizing: border-box;
}
#business-top .busines_annai02 p {
	font-size: 16px;
}
#business-top .busines_annai02 p.beginner {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#business-top .busines_annai02 p.beginner img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

#business-top .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;
}
#business-top .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);
}

#business-top .wrap_bnr {
	width: 100%;
	margin: 20px 0 0;
}
#business-top .wrap_bnr img {
	width: 100%;
	height: auto;
}
/* // 20230807 A.TAHARA ADD STA */
div#deqwas_recommend {
    border-top: none!important;
}
#history-all .item-list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    white-space: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#history-all .myitem {
    overflow:visible;
	/* margin: 0 auto;
	padding: 0 5vw;
	box-sizing: border-box; */
}
.coupon_price {
    color: #1051c9!important;
    border: 1px solid #1051c9;
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
}
.ml_icon .teiki_price {
    color: #d5570b!important;
    border: 1px solid #d5570b;
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
}
.kart_inbtn a.auto-cart-in:hover {
    background-color: #FFF;
    color: #222 !important;
    border: 1px solid #222222;
}
.kart_inbtn a.auto-cart-in {
    border-radius: 5px;
    padding: 2px 10px;
    background-color: #e50012;
    color: #fff!important;
    border: 1px solid #e50012;
    font-size: 12px;
    display: block;
    margin: 5px 0px 0;
}
.kart_inbtn {
    margin-top: 30px;
    text-align: center;
}
dd.ml_icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#history-all .item-list dd.name {
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    letter-spacing: normal;
    word-break: break-all;
    white-space: normal!important;
}
#toppage .title h2 {
    font-family: Lato,sans-serif,'メイリオ';
    font-size: 28px;
    letter-spacing: .06em;
    line-height: 1.25em;
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.title h1 {
	/* margin-top: 30px; */
	font-family: Lato,sans-serif,'メイリオ';
    font-size: 24px;
    letter-spacing: .06em;
    line-height: 1.25em;
    background-color: rgba(0,0,0,0);
    padding: 0;
    font-weight: 700;
}
/* ヘッダー */
.business_header .header {
    box-sizing: border-box;
    overflow: unset;
    color: #222;
	max-width: 100%!important;
	padding: 0!important;
}
.business_header .top_login {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
	margin: 10px 10px;
}
.business_header .header .top_login .logo img {
    height: auto;
    max-height: 60%;
    width: auto;
    max-width: 35%;
    min-width: 180px;
}
.business_header li.log_touroku a {
    font-size: 21px;
    font-weight: 600;
}
.business_header .top_categori {
    display: flex;
    justify-content: space-evenly;
	background-color: #383838;
}
.business_header .top_categori li a {
    color: #fff;
	font-size: 28px;
    font-weight: 600;
	cursor: pointer;
	display: block;
}
.business_header .logo {
    width: 11%;
}
.business_header .border {
	left: 80px;
	top: 20%;
	background: #fff;
	width: 1px;
}
.title span.h1-sub {
    font-family: 'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.5em;
    font-weight: 400;
	color: #FFF !important;
}

footer .bottom {
	margin-top: 0 !important;
}

/* スライダー追加 240902 */
.business-sale {
	max-width: 900px;
	margin: 0 auto;
}
.swiper-outer {
	position: relative;
	width: 100%;
	margin-bottom: 4%;
}
.swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
    /* padding: 0% 0% 3%; */
}
.swiper-slide {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 300px;
}
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    width: auto;
    height: auto;
    top: 41%;
}
.swiper-button-next {
	right: -7%;
}
.swiper-button-prev {
	left: -7%;
}
.swiper-button-next:after {
    transform: rotate(180deg);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: "Material Icons Outlined";
    content: "chevron_left";
    background-color: rgb(0,0,0,.2);
    border: 1px solid #fff;
    color: #fff;
    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;
}
.swiper-pagination-bullets {
	position: absolute;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: unset;
    width: 15px;
    height: 3px;
    margin: 0 4px;
    background-color: #222;
    opacity: .2;
	text-align: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #222;
    opacity: 1;
}

@media screen and (max-width: 1350px) {
	#business-top .link-wrap {
		/* margin-top: -14vw; */
		flex-wrap: wrap;
	}
	#business-top .link-wrap  {
		width: 100%;
		/* margin: 0 auto; */
		/* display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: nowrap; */
	}
	/* #business-top .link-wrap  .link-item {
		height: 19vw;
		width: 19vw;
	} */
	#business-top #btn-wrap .btn p {
        font-size: .8rem;
	}
	#business-top .item-wrap .item-category {
		width: 80%;
	}
	#business-top .item-wrap .item-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5%;
	}
	#business-top .item-wrap .item-list {
		width: 40%;
		margin-bottom: 5%;
	}
	#business-top .item-wrap .subtitle-inner {
		text-align: center;
		margin-bottom: 2%;
	}
	#business-top .item-wrap .subtitle-inner h3 {
		text-align: center;
		padding-left: 2rem;
	}
	#business-top #contact-category .col_3 {
		grid-template-columns: repeat(2, 1fr);
	}
	#event #event-wrap ul {
		gap: 5%;
	}
	#event #event-wrap li {
		width: 33%;
	}
}

/***************************
商品スライダー追加
****************************/
#business-top #contents02{
    /* background: linear-gradient(135deg, #c3ac80 10%, #dac294 90%);
    padding: 5% 5% 1%;
    text-align: center; */
    .parts-img{
        width: 20%;
        margin: 0 auto;
        padding-bottom: 2%;}

    & h2{
        color: white;
            & span{font-size: 1.2rem;}
    
    }

    .contents-wrap{
        display: flex;
        /* flex-direction: row; */
        align-items: center;
        margin-bottom: 5%;
        justify-content: center;
        gap:2%;
        flex-direction: column;

        /* li.goods:nth-child(n+5):nth-child(-n+12){display: none;} */

        .contentsbox{
            /* width: calc(90% / 1); */
            width: 100%;
            /* background: #e5e2f7; */
            padding: 2%;
            margin-bottom: 2%;
            display: flex;/* 直下の要素を並列に */
            flex-direction: column; /* 直下の要素を縦積みに */
            align-items: center;
            border-radius: 10px;
            position: relative;
                & h3{
                    margin-bottom: 1%;
                    font-size: 1.8rem;
                    color: white;
                }
                & p{object-fit: contain;margin-bottom: 2%;}
                & img{
                    width: 16%;
                    object-fit: contain;
                    margin: 2% 0;
                }
                .flex-box {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
                    gap: 3%;
                                    width: 100%;
                }
                /* .flex-box {
                    width: 100%;
                    margin: 0 auto;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    gap: 2%;
                } */
                li.goods{

                scroll-snap-align: start;
                /* width: calc(96% / 5); */
                /* min-width: calc(100% / 2 - 27%); */
                margin-bottom: 2%;
                /* white-space: nowrap; */
                display: flex;
                /* justify-content: center; */
                align-items: center;


                    /* scroll-snap-align: start;
                    width: calc(96% / 5);
                    min-width: calc(100% / 2 - 16%);
                    margin-bottom: 2%; */

                    & a{
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        /* align-items: center; */
                        justify-content: center;
                        background:white;
                        padding: 5%;
                        border-radius: 5px;
                        }

                    /* & img{
                        width: 100%;
                        min-height: 168px;
                        object-fit: contain;
                        width: 100%;
                        border-radius: 5px;
                        overflow: hidden;
                        margin: 0 0 5% !important;
                        background-color: white;
                    } */
                    & img{
                    /* min-height: 179px; */
                    width: 179px;
                    object-fit: contain;
                    /* width: 100%; */
                    border-radius: 5px;
                    overflow: hidden;
                    margin: 0 0 5% !important;
                    background-color: white;
                    }
                    & h5{
                        font-size: 0.8rem;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 1;
                    }
                    .price{
                        color: #e71223;
                        font-size: 1rem;
                    }
                    .local{font-size: 0.8rem;}

                }

        }
    }
}

#business-top .furusato__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    @media screen and (max-width: 1400px) {
    min-width: 600px;
    }
}



/*-- ランキング ------------------------------------------------------------------------------------*/
#business-top #ranking h2{
	color: #fff;
	font-size: 28px;
}


#business-top #ranking-list {
	width: 100%;
	overflow-x:auto;
	margin-bottom: 2%;
}

#business-top #ranking-list ul.item {
	display:grid;
	grid-template-columns:repeat(10, 1fr);
	gap:15px;
	width: 200%;
	padding-top: 36px;
}

#business-top #ranking-list ul li {
	position: relative;
	background-color: #fff;
	padding: 3%;
	margin-bottom: 10px;
}

#business-top #ranking-list ul li.rank:nth-child(1)::after {
	content:"1";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -40px;
	left: 0;
	background-image: url(/IMAGE/c_8578/rank_1.png);
	background-size:contain;
	background-color:transparent;
	line-height: 57px;
	color: #222;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#business-top #ranking-list ul li.rank:nth-child(2)::after {
	content:"2";
	width:50px;
	height: 50px;
	position: absolute;
	top: -40px;
	left: 0;
	background-image: url(/IMAGE/c_8578/rank_2.png);
	background-size:contain;
	background-color:transparent;
	line-height: 57px;
	color: #222;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#business-top #ranking-list ul li.rank:nth-child(3)::after {
	content:"3";
	width:50px;
	height: 50px;
	position: absolute;
	top: -40px;
	left: 0;
	background-image: url(/IMAGE/c_8578/rank_3.png);
	background-size:contain;
	background-color:transparent;
	line-height: 57px;
	color: #222;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#business-top #ranking-list ul li.rank:nth-child(4)::after {
	content:"4";
}
#business-top #ranking-list ul li.rank:nth-child(5)::after {
	content:"5";
}
#business-top #ranking-list ul li.rank:nth-child(6)::after {
	content:"6";
}
#business-top #ranking-list ul li.rank:nth-child(7)::after {
	content:"7";
}
#business-top #ranking-list ul li.rank:nth-child(8)::after {
	content:"8";
}
#business-top #ranking-list ul li.rank:nth-child(9)::after {
	content:"9";
}
#business-top #ranking-list ul li.rank:nth-child(10)::after {
	content:"10";
}
#business-top #ranking-list ul li.rank:nth-child(n+4)::after{
	position:absolute;
	top: -25px;
	left: 0;
	width: 25px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#business-top #ranking-list ul li img {
	width: 100%;
}

#business-top #ranking-list ul li dd.price {
	/*margin-bottom: 18px;*/
}

#business-top #ranking-list ul li dd li.price a {
	font-size: 28px;
	color: #b10e1b;
}

#business-top #ranking-list ul li dd.price span {
	/*display: none;*/
	float: left;
	font-size: 12px;
	margin: 5px 8px 0 0;
}

/*-- ----------------------------------------------------------------------------------*/
#business-top .item-wrap .item-category
.item-inner.sc{
    flex-wrap: nowrap !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    gap: 2%;


        .item-list{ 
            width:calc(100%/3);
            min-width: calc(100% / 3 - 14%) !important;
            margin-bottom: 2%;

            .item-price .business-box {
                font-size: 0.6rem;
                padding: .1em .2em; 
                background-color: #25157a;  
            }
            .buy_price .price{font-size: 0.9rem;}
            .item-saleprice p span.unit_text {
                font-size: 1.2em;
            }
            .item-content h4 {
                font-size: .65rem;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                height: 1.5em;
                margin: 3% 3% 0% 3%;
            }
        }
    }

#business-top .item-wrap .subtitle-inner h3 {
    font-size: 1.6rem;text-align: center;
}


    .swiper-slide-next,.swiper-slide-prev{ opacity: 0.5; }