*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Noto Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";display:flex;flex-direction:column;min-height:100vh}p{margin:0}h1{font-size:32px;font-style:normal;font-weight:700;margin:0;width:100%;line-height:120%}h2{font-size:20px;font-style:normal;font-weight:700;margin:0;width:100%;line-height:120%}@media (min-width:768px){h1{font-size:42px}h2{font-size:24px}}a{color:#0066c0;cursor:pointer}a.btn-link{text-decoration:none}button{all:unset;box-sizing:border-box;display:flex;width:260px;height:48px;padding:8px;justify-content:space-between;align-items:center;gap:4px;border-radius:2px;cursor:pointer}button.primary{border-top:2px solid #000;border-right:2px solid #000;border-bottom:4px solid #000;border-left:2px solid #000;background:#000}button.primary span:nth-child(2){color:#fff;font-size:16px;font-weight:700}button.primary:disabled{border-color:#c5c5c5;background:#c5c5c5;cursor:not-allowed}button.primary:disabled span:nth-child(2){color:#666}button.primary:disabled img{visibility:hidden}button.secondary{border-top:2px solid #000;border-right:2px solid #000;border-bottom:4px solid #000;border-left:2px solid #000;background:#fff}button.secondary span:nth-child(2){color:#000;font-size:16px;font-weight:700}button span:first-child{width:24px;height:24px}button span:nth-child(2){color:#000;font-size:16px;font-weight:700}@media (min-width:768px){button{width:260px;height:56px;padding:12px 8px}}.hidden{display:none!important}header{background-color:#fff;border-bottom:2px solid #000;display:flex;padding:8px;justify-content:center;align-items:center;align-self:stretch}header img{display:block;height:34px;width:115px;object-fit:contain}@media (min-width:768px){header{padding:16px}header img{height:48px}}main{background-color:#fbf9f2;display:flex;flex:1;padding:32px 16px 64px;justify-content:center;align-items:center;align-self:stretch}.main-container{max-width:600px;display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch}.main-text{margin:0;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.note-text{margin:0;color:#666;font-size:14px;font-style:normal;font-weight:500;line-height:150%}.main-container-middle{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.main-container-top{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}@media (min-width:768px){main{padding:64px 16px}.main-container{gap:32px}.main-container-top{gap:24px}}.email-input{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.email-input label{margin:0;color:#666;font-size:14px;font-style:normal;font-weight:700;line-height:150%}.email-input input{all:unset;box-sizing:border-box;width:100%;padding:12px;border-radius:2px;border-top:2px solid #000;border-right:2px solid #000;border-bottom:4px solid #000;border-left:2px solid #000;background:#fff}.error-text{color:#f50000;font-size:14px;font-style:normal;font-weight:500;line-height:150%}.main-container-middle div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.main-container-middle div p{color:#666;font-size:12px;line-height:150%}.newsLetter-buttons{display:flex;flex-direction:column;align-items:center;gap:16px}.btn-text{all:unset;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;line-height:150%;align-items:center;display:flex;flex-direction:row}.form-fields{display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch}div .email-checkbox{display:flex;align-items:center;gap:8px;align-self:stretch;cursor:pointer}#ageVerification{all:unset;width:24px;height:24px;border-radius:4px;border:2px solid #000;background:#f2f2f2}#ageVerification:checked{background:#000;background-image:url(/assets/check.svg);background-repeat:no-repeat;background-position:50% 50%}footer{background:#484848;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding:0 16px}.footer-top{display:flex;padding:24px 0;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;align-self:stretch;border-bottom:1px solid #FFF}.footer-top img{display:block;max-height:56px;max-width:100%;width:auto;height:auto}.footer-bottom{display:flex;padding:16px 0;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.footer-abj{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.footer-abj img{width:48px}.footer-bottom .footer-abj p{color:#fff;font-size:11px;font-style:normal;font-weight:400;line-height:120%}p.copyright{color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:150%}p.copyright.pc{display:none}@media (min-width:768px){footer{padding:0 64px}.footer-top{flex-direction:row;align-items:flex-end}.footer-top img{max-height:64px}p.copyright.sp{display:none}p.copyright.pc{display:inline-block}.footer-abj{padding:24px 0;flex-direction:row;align-items:center}}#root{display:flex;flex-direction:column;flex:1}@keyframes btn-glow-anim{0%{box-shadow:0 0 #0000004d}70%{box-shadow:0 0 0 12px #0000}to{box-shadow:0 0 #0000}}.btn-glow:not(:disabled){animation:btn-glow-anim 2s infinite cubic-bezier(.66,0,0,1)}.btn-glow:disabled{animation:none}@keyframes pulse-icon{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1;color:#000}to{transform:scale(1);opacity:.8}}.pulsing-icon{font-size:80px;color:#000;margin-bottom:24px;animation:pulse-icon 1.8s infinite ease-in-out;display:inline-block}.loading-dots:after{content:"";animation:loading-dots-animation 1.5s infinite;display:inline-block;width:24px;text-align:left}@keyframes loading-dots-animation{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}
