.first_view .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 53% 50%;
    background-size: cover;
}

@media screen and (max-width: 599px) {
    .introduction .catch {
        height: 510px;
    }
}

.introduction .photo .photo_container {
    background-image: url("../img/profile.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_band_double .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/reading_01.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_band_double .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/reading_02.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.qa .photo_wrap .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/qa_01.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.qa .photo_wrap .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/qa_02.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.schedule_holiday .right .holiday .photo .photo_container {
    background-image: url("../img/holiday.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_band_single .photo .photo_container {
    background-image: url("../img/end.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */