.first-title {
    display: flex;
    align-items: center;
    height: 22rem;
    letter-spacing: 0.6rem;
    background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .8)), url(https://music.konome.co.jp/wp-content/uploads/2023/07/top-FV.jpg);
    background-size: cover;
    background-position: center;
    background-position-y: 29%;


}

.first-title__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 120rem;
    margin: auto;
    padding: 0 5%;

}

.first-title__inner > span {
    display: inline-block;
    width: 100%;

    color: #074e78;
    font-size: 23px;

}

.first-title--en {
    font-size: 3.8rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

.page-contents {
    width: 80%;
    margin: 15px auto;
}

.first-title::before {

    position: absolute;
    z-index: 10;
    left: 0;
    height: 16px;
    top: 337px;
    width: 100%;
    content: "";
    display: block;
    background: url(/wp-content/themes/konome-music/images/com_wave_white_top.png) 0 0 repeat-x;
    background-size: auto 16px;
}


@media (max-width: 600px) {

    .page-contents {
    	width: 95%;

    }

    .page-contents p {
        font-size: 13px;
    }

    .first-title {
        height: 15rem;
    }

    .first-title::before {
        top: 224px;
    }




}

@media (min-width: 401px) and (max-width: 600px) {

    .first-title--en {
        font-size: 3.0rem !important;
    }

    .calendar__switch-btn {
        font-size: 1.0rem;
    }


}

@media (max-width: 400px) {


    .first-title--en {
        font-size: 2.0rem !important;
    }

    .first-title--jp {
        font-size: 1.5rem;
    }

    .calendar__switch-btn {
        font-size: 0.8rem;
    }


}
