/* @format */
@charset "UTF-8";

.town main {
    background: #f6f5f5;
    font-family: 'FP-KoburinaGoStdN-W3';
}
.town .wave-section {
    background-color: #cb8d92;
    color: #fff;
}
.town .wave-section::before {
    width: 100%;
    aspect-ratio: 1680 / 115;
    display: block;
    background: url(../img/town/wave.svg) no-repeat center top #f6f5f5;
    background-size: 100%;
    content: '';
}
.page-mv-txt {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 17%;
}
.town .is-key {
    color: #cb8d92;
}

.modal {
    display: none;
}
@media screen and (max-width: 767px) {
    .page-mv-txt {
        top: 21%;
        width: 38%;
    }
}
