.header{display:flex;justify-content:center;padding:var(--header-padding-top) 0 4rem;position:fixed;top:0;box-shadow:0 .1rem .3rem rgba(0,0,0,.25);background:var(--background-color);z-index:1}.header__inner{width:100%;display:flex;justify-content:space-between}.header__inner__menu--pc a{text-decoration:none;position:relative;font-size:var(--font-size-small)}.header__inner__menu--pc a:not(:last-child){margin-right:1.6rem}.header__inner__menu--pc a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:.2rem;bottom:-.8rem;left:0;background-color:var(--grey-500);transform-origin:bottom right;transition:transform .2s ease-out}.header__inner__menu--pc a:hover:after{transform:scaleX(1);transform-origin:bottom left}.header__inner__logo{display:flex;align-items:center}.header__inner__logo img{width:var(--header-logo-width)}@media screen and (max-width:480px){.header{padding:var(--header-padding-top-sp) var(--space-horizontal-mobile)}.header__inner__menu--pc{visibility:hidden}.header__inner__logo img{width:var(--header-logo-width-mobile)}}footer{border-top:.1rem solid #d8d8d8;padding:4rem 0 6.4rem;display:flex;justify-content:space-between;align-items:center;line-height:1.4rem}footer *{color:var(--grey-700)}footer .footerCopyRight{padding-right:2.4rem;height:4rem}footer .footerLinks{height:4rem}footer .footerLinks,footer .footerLinks .languageSelect{display:flex;align-items:center}footer .footerLinks .languageSelect .dropdownLang{border:none}footer .footerLinks .languageSelect .dropdownLang option[value=english]{background-color:#fff}footer .footerLinks a{font-size:var(--font-size-small);text-decoration:none;position:relative}footer .footerLinks>a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:.2rem;bottom:-.6rem;left:0;background-color:var(--grey-300);transform-origin:bottom right;transition:transform .2s ease-out}footer .footerLinks a:hover:after{transform:scaleX(1);transform-origin:bottom left}footer small{font-size:var(--font-size-small)}body:has(.home) footer{padding:2.8rem 0 6.4rem}body:has(.home) .footerCopyRight,body:has(.home) .footerLinks{padding-top:1.2rem;border-top:.3rem solid #8ea2ce}.footerCopyRight--sp{display:none}@media screen and (max-width:480px){body:has(.home) .footerCopyRight,body:has(.home) .footerLinks{border-top:.2rem solid #8ea2ce}footer{justify-content:center;padding:3.2rem 0 5rem;margin-left:var(--space-horizontal-mobile)!important;margin-right:var(--space-horizontal-mobile)!important;width:var(--width-content-mobile)!important;display:flex}footer .footerCopyRight{padding-right:0}footer .footerLinks{padding-left:1.4rem}footer .footerLinks>a{display:none}footer .footerLinks>:not(last-child){margin-right:0}.footerCopyRight--pc{display:none}.footerCopyRight--sp{display:block}}.dropbtn{font-size:1.4rem;border:none;cursor:pointer;background:var(--white);line-height:1.4rem;display:flex;align-items:center}.dropdown{position:relative;display:inline-block}.dropdownIcon{margin-right:.4rem}.dropdownTxt{display:flex;align-items:center}.sankaku{background:var(--grey-700);width:10px;height:6px;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%);margin-left:.6rem;cursor:pointer}.dropdown-content{position:absolute;z-index:1;border:.1rem solid var(--grey-300);border-radius:var(--border-radius);top:2rem;width:100%}.la{font-style:italic;margin-right:.4rem}.dropdown-content div{color:#000;font-size:1.4rem;padding:1.2rem 1.6rem;text-decoration:none;display:block;border-radius:var(--border-radius);color:var(--grey-700);cursor:pointer;text-align:center}.dropdown-content div:hover{background-color:#f1f1f1;text-decoration:none}.dropdown:hover .dropdown-content{display:block}:root{--max-width:520px;--border-radius:0.6rem;--font-family-ja:Helvetica,"source-han-sans-japanese",sans-serif;--font-family-en:Helvetica,sans-serif;--font-size-big-ex:2.4rem;--font-size-big:2rem;--font-size-normal:1.6rem;--font-size-small:1.4rem;--prim-1000:#054b9e;--prim-900:#05519d;--prim-800:#1e69b1;--prim-700:#317fc3;--prim-600:#499cd4;--prim-500:#64b5e4;--prim-400:#82c9f0;--prim-300:#a3dcf7;--prim-200:#c5e9fb;--prim-100:#e9f8fe;--grey-1000:#000;--grey-900:#333;--grey-800:#4d4d4d;--grey-700:#686868;--grey-600:#828282;--grey-500:#9c9c9c;--grey-400:#b6b6b6;--grey-300:#d1d1d1;--grey-200:#ebebeb;--grey-100:#f7f7f7;--white:#fff;--color-success:#047205;--color-warning:#a35e04;--color-info:#006497;--color-danger:#df0101;--background-color:var(--white);--header-padding-top:6.4rem;--header-padding-top-sp:5rem;--header-height-content:1.8rem;--header-height:calc(var(--header-height-content) + var(--header-padding-top) * 2);--header-height-sp:calc(var(--header-height-content) + var(--header-padding-top-sp) * 2);--header-logo-width:9.2rem;--header-logo-width-mobile:9.8rem;--space-horizontal-mobile:3rem;--width-content-mobile:calc(100% - var(--space-horizontal-mobile) * 2)}*,:after,:before{box-sizing:border-box;color:var(--grey-900)}body,html{width:100%;margin:0;padding:0}html{margin:0;font-size:62.5%}body{font-family:var(--font-family-ja);padding-top:var(--header-height)}a,body,div,input,p,span,textarea{font-size:var(--font-size-normal)}h1{font-size:var(--font-size-big-ex);margin:var(--font-size-big-ex) 0}h2{font-size:var(--font-size-big);margin:var(--font-size-big) 0}article{margin-bottom:4.8rem}p{font-size:var(--font-size-normal);margin:2.4rem 0}a{text-decoration:none}.stateSuccess{color:var(--color-success)}.stateWarning{color:var(--color-warning)}.stateInfo{color:var(--color-info)}.stateDanger{color:var(--color-danger)}.visible{visibility:visible}.invisible{visibility:hidden}.fadeIn{animation:fadeIn .1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}footer,header,main{width:100%;margin:0}main{margin:5.2rem 0}.date,.en,.en *,footer small{font-family:var(--font-family-en)}.date{font-weight:400;font-style:normal;margin-top:1.2rem}.displayNone,.returnMob{display:none}@media screen and (max-width:480px){body{width:100%;padding-top:var(--header-height-sp)}main>*{padding-left:var(--space-horizontal-mobile);padding-right:var(--space-horizontal-mobile)}.date{margin-top:.8rem}.returnMobile:before{content:"\a";white-space:pre}}@media screen and (min-width:481px){body{display:flex;flex-direction:column;align-items:center}body :not(header){max-width:var(--max-width)}}.homeMenuBkOuter{display:none}:root{--home-border-width:0.3rem;--home-border-margin:3rem;--home-border-margin-sp:2rem;--home-border-total:calc(var(--home-border-width) + var(--home-border-margin));--home-border-radius:4rem;--home-content-width-pc:calc(var(--max-width) + var(--home-border-margin) * 2);--home-menu-bk-outer-height:8.4rem;--home-main-content-height-pc:32rem;--home-main-content-height-sp:28rem}html:has(.home){margin:0;padding:var(--home-border-margin);height:100dvh;box-sizing:border-box}body:has(.home){margin:0 auto;padding:0;height:100%;width:var(--home-content-width-pc);max-width:var(--home-content-width-pc);border:var(--home-border-width) solid var(--menu-background);border-radius:var(--home-border-radius)}body:has(.home) .hamburgerWrapper{right:3rem}body:has(.home) .hamburgerWrapper .hamburger{background-color:#fff}body:has(.home) .hamburgerWrapper .hamburger:before{background-color:#fff}body:has(.home) .hamburgerWrapper .hamburger:after{background-color:#fff}body:has(.home) .menuSp .menuSp__logo{left:3rem;top:6.4rem}body:has(.home) .footer{border-top:none}body:has(.home) .homeMenuBkOuter{display:flex}@media screen and (max-width:480px){.hamburgerWrapper{top:4.2rem}html:has(.home){--home-border-width:0.2rem;margin:0;padding:0;height:100dvh;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}body:has(.home){margin:var(--home-border-margin-sp);padding:0;width:calc(100dvw - var(--home-border-margin-sp)*2);height:calc(100dvh - var(--home-border-margin-sp)*2);border:var(--home-border-width) solid var(--menu-background);border-radius:var(--home-border-radius);box-sizing:border-box}body:has(.home) .hamburgerWrapper{right:var(--space-horizontal-mobile)}body:has(.home) .hamburgerWrapper .hamburger{background-color:#fff}body:has(.home) .hamburgerWrapper .hamburger:before{background-color:#fff}body:has(.home) .hamburgerWrapper .hamburger:after{background-color:#fff}body:has(.home) .menuSp .menuSp__logo{left:var(--space-horizontal-mobile);top:5rem}body:has(.home) .footer{border-top:none}}@media screen and (min-width:481px){body:has(.home) :not(header){max-width:var(--home-content-width-pc)}}.homeMenuBkOuter{height:var(--home-menu-bk-outer-height);width:100%;justify-content:right}.homeMenuBk{height:8.4rem;width:9.2rem;background-color:var(--menu-background);border-bottom-left-radius:var(--home-border-radius)}main.home{margin-bottom:0}.home{margin-top:calc(50dvh - var(--home-border-margin) - var(--home-menu-bk-outer-height) - var(--home-main-content-height-pc)*.7);text-align:center}.home__hero{width:85%;height:auto;padding-left:24%;padding-right:24%;margin-top:.4rem}.home__information{width:16rem;height:3.2rem;margin-bottom:0;display:inline-block;margin-top:1.2rem}.home .releaseNote{display:block;margin:0 0 .7rem}.home .releaseDate{font-size:var(--font-size-small);color:var(--grey-500)}.ja .releaseNote{margin:0 0 .7rem}.infoTxt:hover{color:var(--grey-500);text-decoration:underline}.infoTxt--en{font-size:1.5rem}.infoTxt--ja{font-size:1.4rem;margin:.8rem 0;font-weight:500;color:var(--grey-800)}.header--home{display:none}.header--home~footer{justify-content:center;padding-bottom:0}.header--home~footer small{padding-right:2.4rem}.loadingHomeWrapper{position:absolute;width:100%;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px}.home div{padding-left:0;padding-right:0}@media screen and (min-width:481px){.home h1{margin:1.6rem 0}.home p{margin:.8rem 0}}@media screen and (max-width:480px){.homeMenuBk{width:4.8rem}.header--home{background:transparent}.header--home .header__inner__logo{display:none}.home{margin-top:calc(50dvh - var(--home-border-margin-sp) - var(--home-menu-bk-outer-height) - var(--home-main-content-height-sp)*.65)}.home__hero{padding-left:16%;padding-right:16%;margin-top:0}.home__information{width:15rem}.ja .releaseNote{margin:0 0 .5rem}.infoTxtJa{font-size:1.4rem;line-height:2.4rem;margin:.2rem 0 -.1rem;display:block}main.home{margin-bottom:0}.header--home~footer small{padding-right:0}.home~footer{padding-top:2.4rem}}@media screen and (min-height:630px){.homeOuter{padding-top:0;margin-top:calc(50vh - 225px - 2%)}.homeOuter .home{margin-bottom:4rem}}:root{--menu-width:3.2rem;--menu-width-outer:20rem;--manu-list-top-adjust:3.2rem;--menu-background:var(--prim-1000);--menu-font-color:var(--white);--animation-sec:0.3s;--menu-content-margin-top:calc(var(--home-menu-bk-outer-height) + var(--home-border-margin));--menu-content-margin-top-sp:calc(var(--home-menu-bk-outer-height) + var(--home-border-margin-sp))}body,html{overflow-x:hidden}body{background:var(--white);position:relative;overflow:hidden}.menuSp{position:fixed;width:100dvw;height:0;top:0;z-index:31}.menuSp .menuSp__logo{display:none;position:absolute;z-index:11;width:var(--header-logo-width);height:18px;left:0;top:6.4rem;padding:0;margin:0}.menuSp .menuSp__logo img{width:var(--header-logo-width);height:100%}.menuSp input:checked~a{display:block}.menuSp .menu{position:fixed;z-index:10;width:50rem;height:50rem;right:-25rem;top:-25rem;border-radius:50% 50% 50% 50%;transition:var(--animation-sec) ease-in-out;box-shadow:0 0 0 0 #fff,0 0 0 0 #fff}.hamburgerWrapper{position:absolute;z-index:20;right:0;top:5.4rem;display:block;height:3.6rem;width:3.6rem;cursor:pointer}.hamburger{position:relative;top:50%;width:3.6rem;height:.2rem;transform-origin:center}.hamburger,.hamburger:after,.hamburger:before{background:var(--grey-1000);display:block;transition:var(--animation-sec) ease-in-out}.hamburger:after,.hamburger:before{content:"";position:absolute;width:80%;left:10%;height:100%}.hamburger:before{top:-10px}.hamburger:after{bottom:-10px}.menuSp input{display:none}.menuSp input:checked+.menu{box-shadow:0 0 0 100dvw var(--menu-background),0 0 0 100dvh var(--menu-background);background:var(--menu-background);border-radius:50rem}.menuSp input:checked~.hamburgerWrapper .hamburger{transform:rotate(45deg);background:var(--menu-font-color)}.menuSp input:checked~.hamburgerWrapper .hamburger:after{transform:rotate(90deg);bottom:0;background:var(--menu-font-color);width:100%;left:0}.menuSp input:checked~.hamburgerWrapper .hamburger:before{transform:rotate(90deg);top:0;background:var(--menu-font-color);width:100%;left:0}.menuSp input:checked~ul{opacity:1;z-index:30}.menuSp ul{top:var(--menu-content-margin-top);position:fixed;margin:0;width:100%;height:calc((100dvh - var(--menu-content-margin-top) - var(--home-border-margin))*.9);opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;list-style-type:none;padding-left:0;background:transparent}@keyframes fadeInUl{0%{opacity:0}25%{opacity:0}50%{opacity:.33}75%{opacity:.66}to{opacity:1}}.fadeInUl{animation-name:fadeInUl;animation-duration:calc(var(--animation-sec) + .05s);animation-iteration-count:1}@keyframes fadeOutUl{0%{opacity:1}25%{opacity:.66}50%{opacity:.33}75%{opacity:0}to{opacity:0}}.fadeOutUl{animation-name:fadeOutUl;animation-duration:calc(var(--animation-sec) - .05s);animation-iteration-count:1}.menuSp a{display:block;color:var(--menu-font-color);font-size:var(--font-size-big);margin-bottom:3.2rem}@media screen and (max-width:480px){.menuSp{top:0;left:0;right:0;width:100dvw;margin:0;padding:0;position:fixed}.menuSp .menuSp__logo{width:var(--header-logo-width-mobile);height:18px;left:var(--space-horizontal-mobile);top:5rem}.menuSp .menuSp__logo img{width:var(--header-logo-width-mobile);height:100%}.menuSp .menu{width:24rem;height:24rem;right:-10rem;top:-10rem}.hamburgerWrapper{right:var(--space-horizontal-mobile);top:4.2rem;height:3.2rem;width:3.2rem}.hamburger{width:3.2rem}.menuSp ul{left:0;top:var(--menu-content-margin-top-sp);height:calc((100dvh - var(--menu-content-margin-top-sp) - var(--home-border-margin-sp))*.95)}}