@charset "utf-8";

.video_pc-area{display: block;}
.video_sm-area{display:none}
@media screen and (max-width: 600px) {
.p-home__video {
    aspect-ratio: 9 / 16!important;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-bottom: 65px;
}
.video_pc-area{display:none}
.video_sm-area{display: block;}
}