.notice{position:fixed;top:0;left:0;width:100%;height:100svh;background:#fff;z-index:1000;background:no-repeat url(/background.png) 50%/cover}.notice,.smartPhoneWrap{display:flex;justify-content:space-evenly;align-items:center}.smartPhoneWrap{height:80%;flex-direction:column}.noticeTextWrap{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.noticeTextWrap img{width:260px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-70%)}.noticeText{position:relative;z-index:10;color:#fefefe;font-size:16px}.alertText,.noticeText{font-family:var(--font-kosugi),serif;font-weight:400;font-style:normal}.alertText{color:#333;font-size:12px;padding-top:5px}.smartImage{width:230px;height:230px}.handImage{width:310px;height:140px}.handImage img,.smartImage img{width:100%;height:100%}@media screen and (max-width:500px){.notice{flex-direction:column}.smartPhoneWrap{height:50%}.noticeTextWrap{height:10%}}