.google-login{height:44px;max-width:231px;overflow:hidden;padding:10px 30px 10px 25px;line-height:1;display:flex;justify-content:center;align-items:center;gap:15px;box-sizing:border-box;border-radius:var(--theme-border-radius);border:1px solid #ddd;background:#fff;cursor:pointer}.google-login .google-logo{aspect-ratio:1/1;width:24px}.google-login .login-txt{font-size:1rem;font-weight:500;font-family:Roboto,Noto Sans JP,sans-serif}.google-login:hover{background:rgba(70,183,42,.05)}.orbit-spinner{width:100px;height:100px}.orbit{border-color:#0062bd!important;border-width:3px}.orbit-spinner,.orbit-spinner *{box-sizing:border-box}.orbit-spinner{border-radius:50%;perspective:800px}.orbit-spinner .orbit{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.orbit-spinner .orbit:first-child{left:0;top:0;animation:orbit-spinner-orbit-one-animation 1.2s linear infinite;border-bottom:solid}.orbit-spinner .orbit:nth-child(2){right:0;top:0;animation:orbit-spinner-orbit-two-animation 1.2s linear infinite;border-right:solid}.orbit-spinner .orbit:nth-child(3){right:0;bottom:0;animation:orbit-spinner-orbit-three-animation 1.2s linear infinite;border-top:3px solid}@keyframes orbit-spinner-orbit-one-animation{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes orbit-spinner-orbit-two-animation{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes orbit-spinner-orbit-three-animation{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}.login-outer{margin:0;height:100vh;background:var(--gray-1);justify-content:center}.login-box,.login-outer{overflow:hidden;box-sizing:border-box;display:flex;align-items:center}.login-box{background:#fff;width:95%;max-width:500px;margin:0 auto;flex-direction:column;border-radius:var(--theme-border-radius);padding:50px 25px;text-align:center}.login-box .login-txt{color:#000}.login-box h1{font-size:1.5rem;margin:0 0 12px}.login-box .message{font-weight:500}.login-box .google-login{margin:30px 0 10px}header{height:var(--header-height);padding:0 20px;justify-content:space-between;border-bottom:1px solid var(--gray-1);position:fixed;top:0;width:100%;z-index:999;box-sizing:border-box;background:#fff}header,header .header-left{display:flex;align-items:center}header .header-left .app-title{font-size:1.2rem;font-weight:600;margin-right:30px}header .header-left .seel{height:calc(var(--header-height) - 5px);aspect-ratio:260/132;overflow:hidden;margin:0;overflow:"hidden";position:relative}header .header-left .seel img{object-fit:cover;z-index:10}header .header-right{display:flex;justify-content:center}header .header-right .menu{height:var(--header-height);display:flex;align-items:center;margin-right:20px}header .header-right .menu a{color:var(--black-blue-3);text-decoration:none;height:100%;line-height:1;display:flex;align-items:center;justify-content:center;padding:0 10px;box-sizing:border-box}header .header-right .menu a li{font-size:.9rem;font-weight:500}header .header-right .menu .now-menu{padding-top:4px;border-bottom:4px solid var(--black-white-2)}header .header-right .menu .now-menu a{color:var(--black-white-2)!important}header .header-right .menu a:hover{padding-top:4px;border-bottom:4px solid var(--black-white-2)}header h1{font-size:1.5rem}header .user-outer{display:flex;align-items:center;margin-left:10px}header .user{display:flex;align-items:center;border:1px solid var(--gray-1);padding:3px 8px;height:max-content;border-radius:var(--theme-border-radius);box-sizing:border-box}header .user-icon{width:30px;aspect-ratio:1/1;border-radius:50%;margin-right:7px}header .user-name{font-size:.95rem;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}header .signout{display:flex;align-items:center;border:none;background:none;padding:0;margin-left:10px;color:var(--theme-gray);cursor:pointer}header #h-show,header .h-show-show{display:none}@media screen and (max-width:800px){.h-right{width:var(--header-height);aspect-ratio:1/1;position:relative}#h-show{position:absolute;right:0;top:37%;display:block!important;transform:scale(3);z-index:101;opacity:0}.h-show-show{position:absolute;height:var(--header-height);aspect-ratio:1/1;right:-18px;z-index:100;justify-content:center;align-items:center}.user{margin-top:30px}#h-menu{overflow:hidden;position:fixed;z-index:998;top:51px;right:0;height:0;width:100%;background:rgba(0,0,0,.749)}.menu{display:flex;flex-direction:column;padding:40px 0 0;gap:20px}.menu-txt{font-size:1.2rem!important}.menu a{color:#fff!important}.menu a:hover{border:none!important;padding:0!important}.now-menu{opacity:50%;border:none!important;color:#000!important}#h-show:checked~#h-menu{width:100%;height:100vh!important;background:rgba(0,0,0,.8)}#h-show-true{display:none}#h-show-false,#h-show:checked~#h-show-true{display:flex}#h-show:checked~#h-show-false{display:none}}