@charset "shift_jis";

div.header-info-red {
	display: none;
}

.inner_content{
	max-width:1080px;
}

body {
	background:linear-gradient(135deg,rgba(228,233,240,1)0%,rgb(174,193,224)100%);
}

#business div h2 {
	color: #2b295f;
	margin-bottom: 1%;
}

#business div#main_category h2,
#business div#sub_category,
#business div#ranking {
	margin-top: 3%;
}

#kanban {
	margin-bottom: 3%;
}

/* スライダー追加 240902 */
.business-sale {
	max-width: 99.492vw;
	margin: 0 calc(50% - 50vw);
	/*margin: 0 auto;*/
}
.swiper-outer {
	position: relative;
	width: 100%;
	margin-bottom: 3%;
}
.swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
    /* padding: 0% 0% 3%; */
}
.swiper-slide {
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	/*line-height: 270px;*/
}
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    width: auto;
    height: auto;
    top: 45%;
}
.swiper-button-next {
	right: 20%;
}
.swiper-button-prev {
	left: 20%;
}
.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;
}


/* おすすめカテゴリ */
#business .col_6 li {
	width:calc((100% - 70px)/6);
	text-align: center;
	transition:.3s;
}
#business ul[class^="col_"]>li {
	display:inline-block;
	margin: 0 10px 10px 0;
}
#business .col_6 li:nth-child(6n){
	margin-right:0;
}
#business #main_category .col_6 li a {
	position: relative;
}


/* ボタン共通 */
#business .col_4 li {
	width:calc((100% - 42px)/4);
	text-align: center;
	transition:.3s;
}

#business ul[class^="col_"]>li {
	display:inline-block;
	margin: 0 10px 10px 0;
}

#business .col_4 li:nth-child(4n){
	margin-right:0;
}

#business #main_category .col_4 li a {
	position: relative;
}

#business ul[class^="col_"]>li a .button,
#business #sub_category ul[class^="col_"]>li a.button {
	background-color:#2b295f;
	border:1px solid #222222;
	color: #fff;
	border-radius: 5px;
	padding: 7px 1px;
	display: flex;
	justify-content:center;
	align-items:center;
}

#business #main_category .col_4 li a p::after {
	position:absolute;
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:5px;
	height: 5px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	top:23px;
	bottom:0;
	right: 42px;
	margin: auto;
	transform:rotate(45deg);
	transition:all .3s ease 0s;
}

#business .col_4 li a:hover p.button,
#business #sub_category ul[class^="col_"]>li a.button:hover {
	color:#2b295f !important;
	background-color:#fff;
	font-weight: bold;
}

#business .col_4 li:hover {
	transform:scale(1.05);
	transition:.3s;
	color:#000 !important;
}

#business .col_4 li a p,
#business .col_4 li:hover a p {
	color:#000 !important;
}

/*-- メインカテゴリ ------------------------------------------------------------------------------------*/

#business #main_category .kanban img{
	width: 100%;
}

/*-- メインカテゴリ終了 ----------------------------------------------------------------------------------*/


/*-- ランキング ------------------------------------------------------------------------------------*/

.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 #ranking-list {
	width: 100%;
	overflow-x:auto;
}

#business #ranking-list ul.item {
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	gap:15px;
	width: 120%;
	padding-top: 30px;
}

#business #ranking-list ul li {
	position: relative;
}

#business #ranking-list ul li.rank:nth-child(1)::after {
	content:"1";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -43px;
	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 #ranking-list ul li.rank:nth-child(2)::after {
	content:"2";
	width:50px;
	height: 50px;
	position: absolute;
	top: -43px;
	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 #ranking-list ul li.rank:nth-child(3)::after {
	content:"3";
	width:50px;
	height: 50px;
	position: absolute;
	top: -43px;
	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 #ranking-list ul li.rank:nth-child(4)::after {
	content:"4";
}

#business #ranking-list ul li.rank:nth-child(5)::after {
	content:"5";
}

#business #ranking-list ul li.rank:nth-child(n+4)::after{
	position:absolute;
	top: -27px;
	left: 0;
	width: 25px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#business #ranking-list ul li img {
	width: 100%;
}

#business #ranking-list ul li dd.price {
	margin-bottom: 18px;
}

#business #ranking-list ul li dd li.price a {
	font-size: 24px;
}

#business #ranking-list ul li dd.price span {
	float: left;
	font-size: 12px;
	margin: 5px 8px 0 0;
}
*/


/*-- ランキング ----------------------------------------------------------------------------------*/

/*-- 大特価！ビジネス会員限定！ -------------------------------------------------------------------*/
#business .item-wrap{
    width: 100%;
}
#business .item-wrap img {
    width: 100%;
}
/* おすすめアイテム タイトル */
#business .item-wrap .title{
	text-align: center;
	margin-bottom: 2%;
}
#business .title h2{
	font-size: 30px;
	padding: 0;
	color: #FFF;
}
/* おすすめアイテム 商品枠 */
#business .item-wrap .item-category{
    width: 100%;
    margin: 0 auto 5%;
}
#business .item-wrap .item-inner {
	display: flex;
	justify-content: center;
	gap: 2%;
    margin-bottom: 2%;
}

#business .item-wrap .subtitle-inner {
    margin-bottom: 1%;
	display: flex;
    align-items: center;
    width: 100%;
}
#business .item-wrap .subtitle-inner:before, #business .item-wrap .subtitle-inner:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #2b295f;
}
#business .item-wrap .subtitle-inner:before {
    margin-right: 1rem;
}
#business .item-wrap .subtitle-inner:after {
    margin-left: 1rem;
}
#business .item-wrap .subtitle-inner h3 {
	font-size: 1.2rem;
	color: #2b295f;
}
#business .item-wrap .item-list {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
	background: #FFF;
    box-sizing: border-box;
	overflow: hidden;
	width: 25%;
}

#business .item-wrap .item-top {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#business .item-wrap .item-list a {
	position: relative;
}

#business .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 .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 .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 .item-wrap .item-top .item-img {
	margin-bottom: 2%;
}
#business .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 .item-wrap .car .item-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 5rem;
}
#business .item-wrap .item-content .buy_price {
	font-size: 1rem;
	/* margin-bottom: 2%; */
}
#business .item-wrap .item-content .buy_price .price {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
}
#business .item-wrap .item-content .buy_price .price span{
    display: none;
}
#business .item-wrap .item-content {
	text-align: center;
}
#business .item-wrap .item-price {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	margin-bottom: 1%;
}
#business .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 .item-wrap .item-saleprice {
	display: flex;
	justify-content: center;
	gap: 1.5%;
	margin-bottom: 3%;
}
#business .item-wrap .item-saleprice li {
	width: 47%;
	border: 2px solid #ea0012;
	border-radius: 5px;
	box-sizing: border-box;
    padding: 1% 0%;
}
#business .item-wrap .item-saleprice p {
    font-size: 0.63rem;
	text-align: center;
}
#business .item-wrap .item-saleprice p span {
    font-size: 1.5em;
    color: #ea0012;
    line-height: 1.1;
}
/* おすすめアイテム 関連リンク */
#business .item-wrap .item-catbtn {
	width: 100%;
	display: flex;
	justify-content: center;
}
#business .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 .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 .item-wrap .item-catbtn a:hover {
	color: #222 !important;
	background-color: #FFF;
}
#business .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 .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 .item-wrap .subtitle-inner h3 {
    font-size: 1.6rem;text-align: center;
}

.swiper-slide-next,.swiper-slide-prev{ opacity: 0.5; }

/*-- 大特価！ビジネス会員限定！ 終了 ----------------------------------------------------------------*/