/*----------------------------------------
 lineup
----------------------------------------*/

#lineup_kanto{
width: 100%;
}

#lineup_kanto .swiper{
padding: 0 20px;
}

#lineup_kanto .swiper-wrapper {
width: 100%;
}

#lineup_kanto .swiper-slides {
width: 100%;
height: 100%;
}

#lineup_kanto .slide-pagination-wrapper {
display: flex;
justify-content: center;
margin-top: 20px;
}

#lineup_kanto .swiper-button-prev,
#lineup_kanto .swiper-button-next {
position: static !important;
width: 40px;
height: 40px;
margin: 0 10px;
font-size: 2rem;
line-height: 40px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #fff;
border: 1px solid #32a9b7;
border-radius: 50%;
color: #32a9b7!important;
transition : all 0.5s ease 0s;
}

#lineup_kanto .swiper-button-prev:after,
#lineup_kanto .swiper-button-next:after {
display: none;
}

#lineup_kanto .swiper-button-prev:hover,
#lineup_kanto .swiper-button-next:hover {
background-color: #32a9b7;
color: #fff!important;
}

#lineup_kanto .slide_nones{
display: none !important;
}