@charset="utf-8"

main div {
	margin-bottom: 100px;
}


@media (max-width: 767px) {

.kv {
    background-image: url(img/kv_sp_2025ss_lookbook3.jpg);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
}

.col_1 {
	width: 100%;
	margin-bottom: 50px;
}

.col_2 {
	width: 50%;
	margin-bottom: 50px;
}


.btn {
	margin-bottom: 160px;
}



}

@media (min-width: 768px) {

.kv {
    background-image: url(img/kv_2025ss_lookbook3.jpg);
}	

section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.col_1 {
	width: 100%;
	margin-bottom: 160px;
}

.col_2 {
	width: 50%;
	margin-bottom: 160px;
}



}