@charset "UTF-8";*{box-sizing:border-box}html{overflow-x:hidden;width:100%}body{margin:0;padding:0;background:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;width:100%;overflow-x:hidden}.page-wrapper{width:100%;max-width:500px;margin:0 auto;position:relative;height:100vh;height:100dvh;overflow:hidden;background:#000;user-select:none;box-sizing:border-box}.progress-bar-container{position:absolute;top:8px;left:0;width:100%;z-index:100;display:flex;padding:0 8px;gap:4px;pointer-events:none}.progress-bar{flex:1;height:3px;background:#fff;border-radius:2px;overflow:hidden;position:relative}.progress-bar-fill{display:block;height:100%;background:#f80;width:0;border-radius:2px;transform-origin:left}.progress-bar.filled .progress-bar-fill{width:100%}.progress-bar.running .progress-bar-fill{width:0;animation:fillAnimation linear forwards;animation-duration:5s}@keyframes fillAnimation{from{width:0}to{width:100%}}.story{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .4s ease-in-out;box-sizing:border-box}.story.active{opacity:1;pointer-events:auto;z-index:1;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.story video.story-bg,.story img.story-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.story video.story-bg-1,.story video.story-bg-2,.story video.story-bg-3{object-fit:cover;object-position:center}.story video.story-bg-1{top:-500px;left:-200px;width:200%;height:200%}@media (max-height:940px){.story video.story-bg-1,.story video.story-bg-2,.story video.story-bg-3{object-fit:none}}@media (max-height:550px){.story video.story-bg-1{top:-260px}}.story-overlay{position:relative;z-index:2;width:100%;max-width:500px;height:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.question-box{position:relative;text-align:center;color:#fff;width:calc(100% - 96px);max-width:calc(100vw - 96px);background:#000;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.3);box-sizing:border-box}@media (max-width:768px){.question-box{border-radius:4vw}}.question-box-header{padding:16px}.q-text{font-size:1.2rem;font-weight:700;line-height:1.4;margin:0}.btn-group{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#fff}.story-overlay:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;background-image:url(//uraraclinic.jp/wp-content/themes/urara/article/yahoo-stories/assets/img/arrow_L.svg);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:3;pointer-events:none}.story-overlay-1:before,.final-overlay:after{display:none}.story-overlay:after{content:"";position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;background-image:url(//uraraclinic.jp/wp-content/themes/urara/article/yahoo-stories/assets/img/arrow_R.svg);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:3;pointer-events:none}.question-box button{width:100%;background:#dfdfdf;border:none;color:#333;padding:12px 32px;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.question-box button{border-radius:2vw}}.question-box button:hover{background:#000;color:#fff;transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.3)}.question-box button:active{background:#000;color:#fff}.question-box button:focus{outline:none}.final-overlay{justify-content:center;padding-bottom:0}.final-content{width:calc(100% - 96px);max-width:54vh;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);text-align:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.offer-img{width:100%;max-width:728px;height:auto;display:block;margin:0 auto min(6vh, 30px) auto;border-radius:20px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));transform-origin:center;transition:transform .2s ease}@media (max-height:600px){.offer-img,.cta-button{--scale-factor:calc((100vh - 32px) / 600);transform:scale(var(--scale-factor));transform-origin:center}}@media (max-height:500px){.offer-img,.cta-button{--scale-factor:calc((100vh - 32px) / 500);transform:scale(var(--scale-factor));transform-origin:center}}.cta-button{display:block;width:100%;max-width:728px;margin:0 auto;filter:drop-shadow(4px 4px 10px rgba(0,0,0,.5));text-align:center;transition:transform .2s ease;animation:pulse 2s infinite;-webkit-tap-highlight-color:transparent;transform-origin:center}.cta-button:active{transform:scale(.95);animation:none}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.footer-links{list-style:none;padding:0;margin:min(4vh, 20px) auto 0;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;user-select:text}.footer-links li{margin:0}.footer-links a{color:#000;text-decoration:underline;font-size:.875rem;line-height:1.5;transition:opacity .3s ease;-webkit-tap-highlight-color:rgba(255,255,255,.3)}.footer-links a:hover{opacity:.8}.footer-links a:active{opacity:.6}@media (max-width:768px){.footer-links{gap:12px}.footer-links a{font-size:.75rem}}