div.swthum{width:100%;display:flex;flex-wrap:wrap;justify-content:center;}
.swthum a{display:block;width:24%;margin-top:10px;margin-left:1.25%;}
.swthum a:first-child{margin-left:0;}
.swthum img{width:100%;height:auto;opacity:0.5;border:solid 2px #555;}
.swthum img.active{opacity:1;border:solid 2px rgba(248, 88, 168, 1);}

.wide {width: 100%;padding-left:50%;}
.widebg {width: 100vw;left:-50vw;position:relative;}
.widebox {width: 100vw;margin:0 auto;position:relative;}

.swiper-pagination-bullet{margin:0 4px;}
.swiper-custom-prev{width:20px;background-size:20px 18px;background-color:rgba(250,200,80,0.5);border-radius:6px 0 0 6px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-custom-next{width:20px;background-size:20px 18px;background-color:rgba(250,200,80,0.5);border-radius:0 6px 6px 0;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-bullet-active{background:rgba(248, 88, 168, 1);}
.swiper-slide img{width:100%;}
@media screen and (max-width: 768px) {
	.swiper-slide{background-image:url(https://j-clearance.com/img/photobg.png);background-size:auto 100%;padding:3% 1%;}
	.widebg {padding-top:5vw;padding-bottom:0;}
}
@media screen and (min-width: 768px) {
	.swiper-slide{background-image:url(https://j-clearance.com/img/photobg.png);background-size:auto 100%;padding:2% 0.6%;}
	.widebg {padding-top:13vw;padding-bottom:8vw;}
}
@media screen and (min-width: 992px) {
	.widebg {padding-top:6vw;padding-bottom:2vw;}
}

