@charset "UTF-8";


/*ヘッダーユリの花*/
body:before, body:after {
    content: "";
    background: none;
    width: 242px;
    height: 219px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
}
