/* -----------------------------------------------------------------------------------------------
	Store 
-------------------------------------------------------------------------------------------------- */
 .store {
    width: 100%;
 }



 .store_embed_movie {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.store_embed_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.store_newest {
    width: 80%;
    margin: 0 auto 60px auto;
}

.store_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom: 20px;
}
.store_list_each {
    flex: 0 1 auto;
    width: 47%;
    margin: 0 0 40px 0;
}



 /* -----------------------------------------------------------------------------------------------
	Store mobile
-------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {

.store {
    width: 100%;
}

.store_newest {
    width: 100%;
    margin: 0 auto 60px auto;
}
.store_list_each {
    flex: 0 1 auto;
    width: 100%;
    margin: 0 5% 40px 5%;
}
.store_banner_lit {
    width: 100%;
}

}