/*---slider---*/

.categorySliderBox .carousel-item a >img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#controlArea02.carousel-item {
    position: relative;
    width: 100%;
    padding: 0 0 66%;
}

.carousel-indicators {
    position: relative;
    bottom: auto;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
}

.carousel-indicators .indicator.active {
    background: #0984E3 !important;
}

.carousel-indicators .indicator {
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    border-radius: 100%;
    margin: 0 5px !important;
}

.carousel-indicators .indicator {
	position: relative;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255,255,255,.5);
}

.carousel-indicators .indicator.active {
	background-color: #FFF;
}

/*表示側*/
.indicator{
	transition: .5s;
	margin: 0 0.5%;
	width: 19%;
	position: relative;
}

.indicator:hover{
	opacity: .7;
	transition: .5s;
}

.indicator:nth-of-type(n + 6) {
	margin: 1% 0.5% 0;
}

.indicator > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#controlArea02.carousel-inner {
	padding: 0 0 67%;
	overflow: hidden;
}

#controlArea02 .carousel-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: 100%;
}

.afterCarouselInner {
	margin: 75px 0 0 0 !important;
	padding: 0 0 66.9%;
	overflow: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-background-size: 60% 60%;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(30,30,30,0.1);
	outline: #000000;
	border-radius: 50%;
	border: 1px solid rgba(30,30,30,0);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.carousel-indicators .indicator {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px !important;
}
  
.carousel-indicators {
    margin: 30px auto 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */