div#swipe{
	width: 100%;
	height: 600px;
	z-index: 100;
}
div.swiper-container {
	width: 100%;
	height: 600px;
    background-image: url('images/bg/11_11_pattern_type_1.png');
}
div.swiper-wrapper{
	width: 1250px;
	height: 530px;
    margin : 0 auto;
}
div.swiper-slide {
	width: 100%;
	height: 100%;
    display: flex;
}
ul.swipe_top_title{
    position: absolute;
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    font-weight: 600;
    margin-top: 95px;
    margin-left: 600px;
    letter-spacing: -3px;
    color: #757475;
}
ul.swipe_product_title{
    position: absolute;
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 63px;
    font-weight: bold;
    margin-top: 165px;
    margin-left: 600px;
    letter-spacing: -2px;
    color: #292962;
}
ul.swipe_url{
    position: absolute;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #333;
    border-radius: 20px;
    margin-top: 265px;
    margin-left: 600px;
    text-align: center;
}
ul.swipe_url:hover{
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
ul.swipe_memo{
    position: absolute;
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 320px;
    margin-left: 610px;
    color: #757475;
}
ul.swipe_sub_memo{
    position: absolute;
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 350px;
    margin-left: 610px;
    color: #b7b7b7;
}
ul.swipe_special{
    position: absolute;
    width: auto;
    height: 60px;
    margin-top: 425px;
    margin-left: 600px;
    display: flex;
}
ul.swipe_special li{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 0 ;
    border: 2px solid #333;
    border-radius: 15px;
}
div#swipe_bottom{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-top: -70px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 45%);
}
div.swiper-pagination{
	width: 100%;
	height: 28px;
    background-image: none;
}
.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #292962;
}