.swiper {
    /*スライダーの幅と高さを調整*/
    width: 90%;
}

.swiper-slide {
    /*スライド要素の幅と高さを調整*/
    width: 200px;
    height: 200px;
    background-size: cover;

    /*テキストの位置調整*/
    display: flex;
    justify-content: center;
    align-items: center;

    /*テキストの色と太さを指定*/
    color: #fff;
    font-weight: bold;
    /*角丸の指定*/
    border-radius: 20px;

    /*透過の指定*/
    transition: 0.3s;
    opacity: 0.2;
    transform: scale(0.7);
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    
}

.swiper-slide a{width: 100%;
	height: 100%;
	display: block;}

.swiper-button-next, .swiper-button-prev {
    color: #202840;
}
.pieceone{
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	
}