.slider {
	width: 100vw;
	margin: 0 auto 0px;
}
.slick-list{
	
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-slide video {
	width: 100%;
	height: auto;
}
.mypattern{
	width: 100%;
	margin-top: -50px;
}
.mypattern .slick-slide{
	
}


.top-title-wrap{
    width: 1000px;
    margin: auto;
    text-align: center;
    padding: 50px;
}
.top-title{
    font-size: 2em;
}
.top-title-circle{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.top-title-circle p{
    background-color: #dc00ba;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    font-size: 1.2em;
}
.itemlist{
    width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    justify-content: space-between;
}
.itemlist-box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 480px;
    color: #fff;
    margin-bottom: 50px;
}
.itemlist-box p{
    margin: 10px;
    text-align: center;
}
.itemlist-box img{
    width: 100%;
    height: fit-content;
}
.item1{
    background-color: #011439;
}
.item2{
    background-color: #6d0000;
}
.item3{
    background-color: #011b00;
}

@media screen and (max-width: 1000px) {
.slider {
	width: 100vw;
	margin: 0 auto 0px;
}
.slick-list{
	
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-slide video {
	width: 100%;
	height: 103%;
	/* margin-top: -1px; */
}
.mypattern{
	width: 100%;
	margin-top: -28px;
}
.mypattern .slick-slide{
	
}
.top-title-wrap{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px;
    font-size: 0.9em;
}
.top-title{
    font-size: 1.2em;
}
.top-title-circle{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.top-title-circle p{
    background-color: #dc00ba;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    font-size: 1.2em;
}
.itemlist{
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    justify-content: space-between;
    margin: auto;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.itemlist-box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    margin-bottom: 50px;
}
.itemlist-box p{
    margin: 8px;
    text-align: center;
}
.itemlist-box img{
    width: 100%;
    height: fit-content;
}
.item1{
    background-color: #011439;
}
.item2{
    background-color: #6d0000;
}
.item3{
    background-color: #011b00;
}

}