/*下記コードは絶対にいじらないでください*/
/*◆↓これはIOSデバイスモニターに正しくfixする為のコード◆*/
@media screen and (max-width: 640px) {
body{
background:none;
}
body::before{
background: url(/upload/pub/hp_nouvelle_19201080_20221114.jpg) no-repeat center;
background-size: cover;
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100vh;
}
}