:root{--color-bg: #0f0f0f;--color-surface-1: #161616;--color-surface-2: #1a1a1a;--color-surface-3: #1f1f1f;--color-text: #f5f5f5;--color-text-muted: #b0b0b0;--color-accent: #2d6a4f;--color-accent-hover: #1b4332;--color-border: rgba(255, 255, 255, .08);--max-width: 1200px;--section-padding: 48px 24px;--section-padding-lg: 64px 24px;--section-gap: 64px;--content-gap: 24px;--block-gap: 32px;--glass-bg: rgba(255, 255, 255, .06);--glass-bg-strong: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .12);--glass-border-strong: rgba(255, 255, 255, .18);--glass-blur: 16px;--glass-blur-strong: 24px;--glass-shadow: 0 8px 32px rgba(0, 0, 0, .25);--glass-radius: 16px;--glass-radius-sm: 12px;--bp-sm: 639px;--bp-md: 768px;--bp-lg: 1024px}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}html{overflow-y:auto}html::-webkit-scrollbar{width:8px;height:6px}html::-webkit-scrollbar-track{margin:1px;background:var(--color-surface-1)}html::-webkit-scrollbar-corner{display:none}html::-webkit-scrollbar-thumb{background:#444;border-radius:100px;border:solid transparent;background-clip:content-box;border-width:1px 2px}body{background-color:var(--color-bg);background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(25,45,38,.35),transparent 50%),linear-gradient(180deg,#141414 0%,var(--color-bg) 100%);background-size:100% 100%,100% 100%;color:var(--color-text);font-family:system-ui,-apple-system,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;line-height:1.7;letter-spacing:.02em;overflow-x:hidden}header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;width:100%;height:120px;background:#ffffff0f;backdrop-filter:blur(var(--glass-blur-strong));-webkit-backdrop-filter:blur(var(--glass-blur-strong));border-bottom:1px solid var(--glass-border);box-shadow:0 4px 24px #0003;z-index:100}header img{width:64px;height:64px}header .site-name{margin-left:16px}header .site-name .title{font-size:1.5rem;font-weight:500;line-height:2rem;letter-spacing:.04em;display:flex;align-items:baseline;flex-wrap:wrap;gap:0 .5em}@media (min-width: 520px){header .site-name .title{white-space:nowrap}}header .site-name .version,header .site-name .caption{font-size:.75rem;font-weight:400;letter-spacing:.03333em;color:var(--color-text-muted)}.hero{position:relative;background:url(/img/bg.webp) no-repeat center right;background-size:cover;padding:180px 24px 0;text-align:center;overflow-x:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f0f0f80,#0f0f0fbf,#0f0f0fe6);pointer-events:none}.hero>*{position:relative;z-index:1}.hero h2{font-weight:500;font-size:1.35rem;padding:0 16px;letter-spacing:.03em;max-width:720px;margin:0 auto;line-height:1.5;white-space:nowrap;box-sizing:border-box}@media (max-width: 720px){.hero .hero h2{white-space:normal;max-width:100%;overflow-wrap:break-word}}.hero h3{font-weight:500;margin-bottom:20px;font-size:1.1rem;letter-spacing:.03em}.hero h4{font-weight:500;margin-bottom:16px;font-size:.9rem;letter-spacing:.02em}.hero .hero__glass{max-width:540px;width:100%;box-sizing:border-box;margin:36px auto 40px;padding:32px 40px 36px;background:linear-gradient(180deg,#ffffff14,#ffffff0a);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--glass-radius);box-shadow:0 0 0 1px #ffffff0f inset,0 8px 32px #0003;text-align:left}.hero .hero__glass__label{margin:0 0 6px;font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#74c69d;text-align:center}.hero .hero__glass__title{margin:0 0 24px;font-size:1.125rem;font-weight:500;letter-spacing:.04em;color:var(--color-text);padding-bottom:16px;border-bottom:1px solid var(--glass-border);text-align:center}.hero .hero__glass__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 28px;text-align:left;width:100%;max-width:100%;justify-items:start}.hero .hero__glass__list li{position:relative;padding-left:20px;font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);text-align:left;max-width:100%}.hero .hero__glass__list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#74c69d}.hero .button{position:relative;display:inline-block;margin:56px auto 40px;padding:16px 40px;border-radius:9999px;border:1.5px solid #74c69d;color:#95d5b2;text-decoration:none;background:linear-gradient(180deg,#2d6a4f40,#2d6a4f14);font-size:1rem;font-weight:500;letter-spacing:.08em;box-shadow:0 0 0 1px #ffffff14 inset,0 2px 8px #0003,0 0 24px #74c69d33;transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden}.hero .button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 50%);pointer-events:none;opacity:.9}.hero .button:hover{color:#fff;background:linear-gradient(180deg,#40916c 0%,var(--color-accent) 50%,var(--color-accent-hover) 100%);border-color:#ffffff40;box-shadow:0 0 0 1px #fff3 inset,0 2px 8px #0003,0 4px 20px #2d6a4f4d}.hero .button:hover:before{background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,transparent 50%)}.hero .button:active{box-shadow:0 0 0 1px #0000001a inset,0 2px 8px #00000040}.hero .check-list{width:260px;margin:12px auto;list-style:"✓ ";list-style-position:inside;text-align:left;font-size:1rem;color:var(--color-text);line-height:1.8}@media (max-width: 480px){.hero .hero__glass__list{grid-template-columns:1fr;gap:8px}}.hero .score-image{display:block;margin:0 auto}.hero .score-image img{width:100%;max-width:480px;border-radius:var(--glass-radius-sm);box-shadow:0 4px 24px #0006;border:1px solid var(--glass-border)}.hero .message{margin-top:64px;padding:56px 24px 64px;background:linear-gradient(180deg,#ffffff0d,#ffffff05);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-top:1px solid var(--glass-border);box-shadow:inset 0 1px #ffffff0f}.hero .message__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.hero .message__label{margin:0;font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#74c69d}.hero .message__text{text-align:center;display:flex;flex-direction:column;gap:16px;max-width:560px}.hero .message__lead{margin:0;font-size:.9375rem;line-height:1.8;color:var(--color-text-muted)}.hero .message__tagline{margin:0;font-size:1.0625rem;font-weight:500;line-height:1.6;color:var(--color-text);letter-spacing:.02em}.hero .message__cta{margin:0;font-size:.9375rem;line-height:1.75;color:var(--color-text-muted)}.hero .message__images{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;padding-top:8px}.hero .message__figure{margin:0;border-radius:var(--glass-radius-sm);overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 4px 24px #00000040}.hero .message__figure img{display:block;max-width:100%;width:100%;max-width:480px;height:auto}.feature{padding:var(--section-padding-lg);position:relative}.feature.feature--dark-1,.feature.feature--dark-3{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='1.5' fill='rgba(255,255,255,0.2)'/%3E%3C/svg%3E");background-size:24px 24px;background-position:0 0;border-top:1px solid var(--glass-border);box-shadow:inset 0 1px #ffffff0f}.feature.feature--dark-2{background:linear-gradient(160deg,rgba(45,106,79,.12) 0%,rgba(27,67,50,.06) 50%,transparent 100%);border-top:1px solid var(--glass-border);box-shadow:inset 0 1px #ffffff0f}.feature .feature-container{position:relative;max-width:var(--max-width);margin:0 auto;border-radius:var(--glass-radius);padding:44px 48px 52px;border:1px solid var(--glass-border);box-shadow:0 0 0 1px #ffffff0d inset,0 8px 32px #0003;display:flex;flex-direction:column;gap:40px;overflow:hidden;background:#ffffff0f;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.feature .feature-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff14}.feature .feature-container>*{position:relative;z-index:1}.feature .feature-content{flex:0 0 auto}.feature .feature__label{margin:0 0 8px;font-size:.6875rem;font-weight:600;letter-spacing:.2em;color:#74c69d}.feature .feature__title{margin:0 0 20px;font-weight:500;font-size:1.25rem;letter-spacing:.03em;line-height:1.4;color:var(--color-text);padding-bottom:16px;border-bottom:1px solid var(--glass-border)}.feature .feature__body{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.85;max-width:72ch}.feature .feature-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.feature .feature-images--4{grid-template-columns:repeat(4,minmax(0,1fr))}.feature .feature-images figure{margin:0;border-radius:var(--glass-radius-sm);overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 4px 20px #00000040;height:360px;display:flex;align-items:center;justify-content:center;background:#0003}.feature .feature-images img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.information{padding:var(--section-padding-lg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='1.5' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E"),linear-gradient(180deg,#1a1c1b99,#0c0e0df2);background-size:24px 24px,100% 100%;background-position:0 0,0 0;border-top:1px solid var(--glass-border);box-shadow:inset 0 1px #ffffff0a}.information__inner{max-width:var(--max-width);margin:0 auto}.information__title{font-size:1.1rem;font-weight:500;letter-spacing:.03em;margin-bottom:32px;text-align:center;color:var(--color-text-muted)}.information__cards{display:flex;flex-wrap:wrap;gap:28px;justify-content:center}.information .card{max-width:360px;border-radius:var(--glass-radius);background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));color:var(--color-text);border:1px solid var(--glass-border);overflow:hidden;box-shadow:var(--glass-shadow);transition:transform .25s ease,box-shadow .25s ease}.information .card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000059}.information .card__image{width:100%;height:240px;background-size:cover;background-repeat:no-repeat;background-position:center;border-top-left-radius:var(--glass-radius);border-top-right-radius:var(--glass-radius);border-bottom:1px solid var(--glass-border)}.information .card__image.community{background-image:url(/img/community.svg)}.information .card__image.mahjong{background-image:url(/img/mahjong.webp)}.information .card__image.info{background-image:url(/img/info.webp)}.information .card__content{padding:24px}.information .card__content h4{font-weight:500;font-size:1rem;letter-spacing:.02em;margin:0 0 4px}.information .card aside{font-size:.75rem;color:var(--color-text-muted);margin:0 0 16px}.information .card__text{min-height:120px;margin:0;font-size:.875rem;line-height:1.75}.information .card__text--list{margin:0;padding-left:20px}.terms{margin:0 auto var(--section-gap);max-width:720px;padding:0 24px}.terms__inner{padding:40px 36px;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--glass-radius);box-shadow:var(--glass-shadow);color:var(--color-text)}.terms h4{font-weight:500;font-size:1rem;margin:0 0 24px;padding-bottom:12px;border-bottom:1px solid var(--glass-border)}.terms__block{margin-bottom:20px}.terms__block:last-child{margin-bottom:0}.terms h5{font-weight:500;font-size:.9rem;margin:0 0 8px;color:var(--color-text-muted)}.terms__block>div,.terms__block>ol{margin:0 0 4px;padding-left:16px;font-size:.875rem;line-height:1.75;color:var(--color-text-muted)}.terms ol,.terms ul{margin:0;padding-left:20px;font-size:.875rem;line-height:1.75;color:var(--color-text-muted)}@media (max-width: 1023px){header{height:88px;padding:0 16px}header img{width:48px;height:48px}header .site-name{margin-left:12px}header .site-name .title{font-size:1.25rem;line-height:1.6}header .site-name .version,header .site-name .caption{font-size:.6875rem}.hero{padding:140px 16px 0}.hero h2{font-size:1.15rem;padding:0 12px}.hero .hero__glass{margin:28px 0 32px;max-width:100%;padding:24px 28px 28px;text-align:left}.hero .hero__glass__label,.hero .hero__glass__title{text-align:center}.hero .hero__glass__title{font-size:1rem;margin-bottom:20px;padding-bottom:12px}.hero .hero__glass__list{gap:8px 20px;margin-left:0;padding-left:0;justify-items:start}.hero .hero__glass__list li{font-size:.875rem;text-align:left}.hero .button{margin:40px auto 32px;padding:14px 32px;font-size:.9375rem}.hero .message{margin-top:48px;padding:40px 16px 48px}.hero .message__inner{gap:24px}.hero .message__images{gap:20px}.feature{padding:40px 16px 48px}.feature .feature-container{max-width:100%;padding:32px 28px 40px;gap:32px}.feature .feature__title{font-size:1.125rem;margin-bottom:16px;padding-bottom:12px}.feature .feature__body{font-size:.875rem}.feature .feature-images{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.feature .feature-images--4{grid-template-columns:repeat(2,minmax(0,1fr))}.feature .feature-images figure{height:220px}.information{padding:40px 16px 48px}.information .information__inner{max-width:100%}.information .information__title{font-size:1rem;margin-bottom:24px}.information .information__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.information .card{max-width:none;min-width:0}.information .card__content{padding:20px}.information .card__image{height:200px}.terms{max-width:100%;padding:0 16px;margin-bottom:48px}.terms .terms__inner{max-width:100%}.terms .terms__inner{padding:32px 24px}.terms h4{font-size:.9375rem;margin-bottom:20px}}@media (max-width: 639px){header{height:72px;padding:0 12px}header img{width:40px;height:40px}header .site-name{margin-left:10px}header .site-name .title{font-size:1rem;line-height:1.5;flex-wrap:wrap}header .site-name .caption{display:block;width:100%;margin-top:2px}.hero{padding:100px 16px 0}.hero h2{font-size:1rem;line-height:1.6;padding:0 12px;max-width:100%;overflow-wrap:break-word;white-space:normal}.hero h3{font-size:1rem;margin-bottom:16px}.hero .hero__glass{margin:20px 0 24px;padding:20px 20px 24px;text-align:left}.hero .hero__glass__label,.hero .hero__glass__title{text-align:center}.hero .hero__glass__label{font-size:.625rem}.hero .hero__glass__title{font-size:.9375rem;margin-bottom:16px;padding-bottom:10px}.hero .hero__glass__list{grid-template-columns:1fr;gap:6px;margin-left:0;margin-right:0;padding-left:0;justify-content:start;justify-items:start}.hero .hero__glass__list li{font-size:.8125rem;text-align:left}.hero .button{margin:32px auto 24px;padding:12px 28px;font-size:.875rem;display:block;text-align:center}.hero .message{margin-top:36px;padding:32px 16px 40px}.hero .message__inner{gap:20px}.hero .message__lead,.hero .message__tagline,.hero .message__cta{font-size:.875rem}.hero .message__images{flex-direction:column;align-items:center;gap:16px}.hero .message__figure img{max-width:100%}.feature{padding:28px 16px 36px}.feature .feature-container{padding:24px 20px 32px;gap:24px}.feature .feature__label{font-size:.625rem}.feature .feature__title{font-size:1rem;margin-bottom:12px;padding-bottom:10px}.feature .feature__body{font-size:.8125rem;line-height:1.8}.feature .feature-images{grid-template-columns:1fr;gap:12px}.feature .feature-images--4{grid-template-columns:1fr}.feature .feature-images figure{height:200px}.information{padding:28px 16px 36px}.information .information__title{font-size:.9375rem;margin-bottom:20px}.information .information__cards{display:grid;grid-template-columns:1fr;gap:16px}.information .card__content{padding:16px}.information .card__content h4{font-size:.9375rem}.information .card__text{font-size:.8125rem;min-height:auto}.information .card__image{height:180px}.terms{padding:0 16px;margin-bottom:40px}.terms .terms__inner{padding:24px 20px}.terms h4{font-size:.875rem;margin-bottom:16px;padding-bottom:10px}.terms h5{font-size:.8125rem}.terms .terms__block>div,.terms .terms__block>ol,.terms ol,.terms ul{font-size:.8125rem}}@media (min-width: 1024px){.hero{background-attachment:fixed}}
