@charset "shift_jis";

div.header-info-red {
	display: none;
}

.inner_content{
	max-width:900px;
}

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%;
}


/* スライダー追加 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: 270px;
}
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    width: auto;
    height: auto;
    top: 45%;
}
.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;
}


/* ボタン共通 */
#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%;
}

/*-- メインカテゴリ終了 ----------------------------------------------------------------------------------*/


/*-- ランキング ------------------------------------------------------------------------------------*/

#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 {
	/*display: none;*/
	float: left;
	font-size: 12px;
	margin: 5px 8px 0 0;
}



/*-- ランキング ----------------------------------------------------------------------------------*/





