@import "https://cdn.jsdelivr.net/npm/destyle.css@4.0.1/destyle.css";
:root{--font-sans:var(--font-mplus),sans-serif;--color-blue:#9adadc;--color-skyblue:#0ff;--color-pink:#f0f;--color-yellow:#ff0;--color-gray-dark:#666;--color-gray:#ccc;--color-gray-light:#efefef;--color-error:#f87171}html{font-family:var(--font-sans);color:#333;letter-spacing:.06em;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;background:#fff;font-size:10px;line-height:1.35}@media screen and (max-width:448px){html{font-size:2.5445vw}}body{font-size:1.6rem}.container{background:#fff;grid-template-rows:auto 1fr auto;max-width:393px;min-height:100vh;margin:0 auto;display:grid;overflow-x:hidden}@media screen and (max-width:448px){.container{width:100%;max-width:none;margin:0 auto}}.content:first-child{margin:0 auto 4.5rem}.content{width:34rem;margin:3rem auto 4.5rem}.form-wrap{margin-bottom:1rem}.form-label{color:var(--color-gray-dark);margin-bottom:.5rem;font-size:1.4rem;font-weight:500;display:block}.form-input,.form-select{border:1px solid var(--color-gray);background:#fff;border-radius:.8rem;width:100%;height:4rem;margin-bottom:1rem;padding:.5rem .8rem;font-size:16px}.form-input::placeholder{color:var(--color-gray)}.form-select{appearance:auto}.btn-wrap{margin-bottom:2rem}.btn{background:var(--color-blue);border-bottom:.2rem solid var(--color-gray);color:#fff;cursor:pointer;border-top:none;border-left:none;border-right:none;border-radius:3rem;justify-content:center;align-items:center;width:34rem;height:6rem;margin:auto;font-size:1.6rem;font-weight:500;display:flex;position:relative}.btn>span{font-size:.8em}.btn:after{content:"";border:.7rem solid #0000;border-left:1.2rem solid #fff;border-right-width:1.2rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}.btn:disabled{opacity:.65;cursor:not-allowed;border:none}.btn--gray{border-bottom:.2rem solid var(--color-gray);color:#fff;background:#999}.btn--gray:after{border-left-color:#fff}.btn--no-icon:after{content:none}.btn--mini{width:28rem}.btn-microcopy{color:var(--color-blue);text-align:center;margin-top:.7em;font-size:1rem}.btn-microcopy--gray{color:#999}.error-message{color:var(--color-error);text-align:center;margin-top:1rem;font-size:1.2rem}.image-upload-icon-wrap{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.image-upload-icon{width:6.4rem;height:6.4rem;margin:auto;display:block}.image-upload-icon-note{color:var(--color-gray-dark);text-align:center;margin-top:.7em;font-size:1.2rem;display:block}.content-title-wrap{margin-bottom:3rem}.content-title{background:var(--color-blue);color:#fff;text-align:center;justify-content:center;align-items:center;width:100vw;max-width:39.3rem;height:5rem;margin-left:calc(-19.65rem + 50%);font-size:2rem;font-weight:500;line-height:1;display:flex}.content-title-note{color:#000;text-align:center;margin:1em auto 0;font-size:1.2rem}.form-card{background:#fff;border-radius:2rem;width:94%;margin:auto;padding:2.5rem 1.7rem;box-shadow:0 .4rem 1rem #00000026}.form-section{border-bottom:1px solid var(--color-gray);margin-bottom:3rem;padding-bottom:3rem}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-section-label{border:2px solid var(--color-gray);color:var(--color-gray-dark);background:#fff;border-radius:.8rem;justify-content:center;align-items:center;width:16rem;height:3rem;margin:0 auto 1.5rem;font-size:1.4rem;font-weight:500;line-height:1;display:flex}.form-section-note{color:var(--color-gray-dark);text-align:center;margin:.7em 0 2em;font-size:1rem}.range-input{background:var(--color-gray-light);appearance:none;border-radius:.4rem;width:100%;height:.8rem;margin:1rem 0;display:block}.range-input::-webkit-slider-thumb{appearance:none;background:var(--color-blue);cursor:pointer;border-radius:50%;width:2rem;height:2rem}.range-input::-moz-range-thumb{background:var(--color-blue);cursor:pointer;border:none;border-radius:50%;width:2rem;height:2rem}.range-value{color:var(--color-gray-dark);text-align:center;margin-top:.5rem;font-size:1.2rem}.image-preview-wrap{flex-wrap:wrap;justify-content:center;gap:1.6rem;margin:2rem 0;display:flex}.image-preview-item{flex-direction:column;gap:.5rem;display:flex}.image-preview-label{color:var(--color-gray-dark);text-align:center;font-size:1.2rem}.image-preview-img{border:1px solid var(--color-gray-light);max-width:30rem;height:auto}.result-section{margin-top:2rem}.result-info{color:var(--color-gray-dark);margin-bottom:1rem;font-size:1.2rem}.result-info-item{margin-bottom:.5rem}.download-link{background:var(--color-blue);color:#fff;text-align:center;border-radius:.8rem;margin-top:1.2rem;padding:1rem 2rem;font-size:1.4rem;font-weight:500;text-decoration:none;display:inline-block}.download-link:hover{opacity:.9}.pc-content{z-index:-1;background:#fff url(/pc-content--bg.webp) 50%/cover no-repeat;width:100vw;height:100vh;position:fixed;top:0;left:0}.pc-content__logo{width:30rem;height:auto;position:fixed;top:50%;right:calc(50vw + 29.65rem);transform:translateY(-50%)}.pc-content__item{position:fixed;top:50%;left:calc(50vw + 29.65rem);transform:translateY(-50%)}.pc-content__item__qrcode-wrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:24rem;height:24rem;display:flex}.pc-content__item__text{color:var(--color-gray-dark);margin-top:1rem;font-size:1.4rem}.pc-content__item__qrcode{width:17rem;height:17rem}@media screen and (min-width:449px) and (max-width:1279px){.pc-content__logo,.pc-content__item{display:none}}@media screen and (max-width:448px){.pc-content__logo,.pc-content__item{display:none}}.footer{background:var(--color-gray-light);margin-top:4rem}.footer__note{color:var(--color-gray-dark);text-align:center;margin:0;padding:2rem 0 0;font-size:1.2rem}.footer__links{color:var(--color-gray-dark);flex-direction:column;align-items:center;gap:1.5em;padding:2rem 0;font-size:1.4rem;display:flex}.footer__links a{font-weight:500}.footer__links a:hover{text-decoration:underline}.footer__copyright{color:#ccc;text-align:center;border:1px solid #fbfbfb;padding:1.5em 0;font-size:1rem;display:block}.footer__copyright a{color:#ccc;text-decoration:underline}.top-title img{width:100%;height:auto}.terms-item,.privacy-item{text-align:justify;margin-bottom:2em;font-size:1.6rem;line-height:1.65}.terms-item a,.privacy-item a{text-decoration:underline}.terms-item p,.privacy-item p{text-align:justify;margin-bottom:2em;font-size:1.6rem;line-height:1.65}.terms-item ol{margin-bottom:2em}.terms-item ol>li{margin-bottom:1em}.terms-item h2,.privacy-item h2{margin-top:2em;margin-bottom:1em;font-size:1.8rem;font-weight:700}.terms-item h2:first-of-type,.privacy-item h2:first-of-type{margin-top:0}
