.popup-overlay{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .1s linear;width:100%;z-index:9999}.popup-overlay.is-show{opacity:1;pointer-events:all}.popup-content{background:#fff;position:relative;width:260px}.popup-close{appearance:none;background-color:#8c8c8c;border:none;border-radius:50%;cursor:pointer;height:35px;padding:0;position:absolute;right:-14px;top:-14px;width:35px}.popup-close:after,.popup-close:before{background-color:#fff;content:"";display:block;height:2px;left:50%;position:absolute;top:50%;width:14px}.popup-close:before{transform:translate(-50%,-50%) rotate(-45deg)}.popup-close:after{transform:translate(-50%,-50%) rotate(45deg)}.popup-image{display:block}.popup-box{padding:16px 20px 24px}.popup-title{font-size:16px;font-weight:700;line-height:1.5}.popup-detail{font-size:13px;line-height:1.5;margin-top:4px}.popup-buttons{gap:8px;margin-top:16px}.popup-button,.popup-buttons{display:flex;justify-content:center}.popup-button{align-items:center;background-color:#9e9e9e;border-radius:5px;color:#fcfcfd;flex:0 0 calc(50% - 4px);font-family:"Noto Serif JP",serif;font-size:16px;line-height:1.2;padding:10px 12px;text-align:center;text-decoration:none}.popup-button:link,.popup-button:visited{color:#fcfcfd}.popup-button--primary{background-color:#a00}