@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}input,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;max-width:100%}input[type=checkbox]{-webkit-appearance:checkbox}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.l-header{opacity:0}html{line-height:1.5;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}html.no-smooth{scroll-behavior:auto!important}html.menu-open{overflow:hidden}body{color:#000;font-size:1.6rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";letter-spacing:.02em;font-family:var(--font-serif)}body.page-en{font-family:var(--font-english)}body.page-ko{font-family:var(--font-ko)}body.page-zh-hant{font-family:var(--font-zh-hant)}body.page-zh-hans{font-family:var(--font-zh-hans)}body.menu-open{overflow:hidden}:root{--font-sans-serif:"Noto Sans JP",sans-serif;--font-serif:"Noto Serif JP",serif;--font-english:"EB Garamond",serif;--font-ko:"Noto Sans KR",sans-serif;--font-zh-hant:"Noto Sans TC",sans-serif;--font-zh-hans:"Noto Sans SC",sans-serif}.m-title{font-family:var(--font-english)}.--nonactive{pointer-events:none!important}.--hover{-webkit-transition:-webkit-filter .4s;transition:-webkit-filter .4s;transition:filter .4s;transition:filter .4s,-webkit-filter .4s;will-change:filter}@media (any-hover:hover){.--hover:hover{-webkit-filter:brightness(120%);filter:brightness(120%)}}img{max-width:100%;height:auto;vertical-align:bottom}a{color:#000;text-decoration:none;cursor:pointer}.m-anchor{position:relative}@media print,only screen and (min-width:769px){.m-anchor{scroll-margin-top:0}#movie{scroll-margin-top:5rem}}@media screen and (max-width:768px){.m-anchor{scroll-margin-top:6rem}#form{scroll-margin-top:4rem}}@media print,screen and (min-width:769px){html{font-size:10px}.sp{display:none!important}a:hover{text-decoration:underline}}@media screen and (max-width:768px){html{font-size:1.04vw}.pc{display:none!important}}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;border-radius:0;font:inherit;outline:0}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.l-header{width:100%;position:fixed;z-index:100;top:0;right:0}.l-header__language-wrapper{position:absolute;z-index:10}.l-header__language{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-image:url(../../images/lang-icon.webp),url(../../images/lang-arrow.webp);background-repeat:no-repeat,no-repeat;background-color:#fff;position:absolute;font-family:var(--font-sans-serif);font-weight:700;z-index:10}.custom-select{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:var(--font-sans-serif);font-weight:700;cursor:pointer}.custom-select__trigger{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background-color:#fff;background-image:url(../../images/lang-icon.webp);background-repeat:no-repeat;padding:.2rem 3rem .2rem 3rem;border-radius:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap;position:relative}.custom-select__text{display:inline-block}.custom-select__arrow{display:inline-block;width:0;height:0;margin-left:.5rem}.custom-select__trigger::after{content:"";position:absolute;background-image:url(../../images/lang-arrow.webp);background-repeat:no-repeat;background-position:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.custom-select.-open .custom-select__trigger{border-radius:.5rem .5rem 0 0}.custom-select.-open .custom-select__trigger::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:100%;left:0;right:0;min-width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;background-color:#fff;border-radius:0 0 .5rem .5rem;margin:0;padding:0;list-style:none;opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1000;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.1);max-height:0;overflow:hidden}.custom-select.-open .custom-select__dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);max-height:500px}.custom-select__option{padding:.8rem 2.3rem;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;font-size:inherit;font-weight:400;white-space:nowrap}.custom-select__option:hover{background-color:#f5f5f5}.custom-select__option.-selected{background-color:#e8e8e8;font-weight:700}.m-bgm{position:absolute;background:url(../../images/ribon.webp) center top no-repeat;background-size:100% auto;color:#e4e4e4;text-align:center;cursor:pointer}.m-bgm__button:before{background-image:url(../../images/bgm-on.webp);opacity:1}.m-bgm__button:after{background-image:url(../../images/bgm-off.webp);opacity:0}.m-bgm__button:after,.m-bgm__button:before{content:"";background-repeat:no-repeat;background-position:center top;background-size:100% auto;display:block;position:absolute;left:0;right:0;margin:0 auto;-webkit-transition:all .3s ease;transition:all .3s ease}.m-bgm.-off .m-bgm__button:before{opacity:0}.m-bgm.-off .m-bgm__button:after{opacity:1}@media print,only screen and (min-width:769px){.l-header__language-wrapper{top:2.5rem;right:13rem}.l-header__language{background-size:1.3rem auto,.8rem auto;background-position:.7rem center,right .7rem center;border-radius:.5rem;top:2.5rem;right:13rem;font-size:1.2rem;padding:.2rem 2rem .2rem 2.3rem}.custom-select__trigger{background-size:1.3rem auto;background-position:.7rem center;font-size:1.2rem;padding:.2rem 3rem .2rem 3rem}.custom-select__trigger::after{width:.8rem;height:100%;right:.7rem;background-size:.8rem auto}.custom-select__option{font-size:1.2rem;padding:.8rem 2.3rem}.m-bgm{width:5rem;height:11.3rem;top:7rem;right:3.3rem;font-size:1.3rem}.m-bgm__button{width:7rem;height:8.5rem;margin:3rem -1rem 0 -1rem;padding-top:1rem}.m-bgm__button:after,.m-bgm__button:before{width:3rem;height:1.9rem;top:6.2rem}}@media screen and (max-width:768px){.l-header__language-wrapper{top:2.8rem;right:15.8rem}.l-header__language{background-size:2rem auto,1.2rem auto;background-position:1rem center,right 1.1rem center;border-radius:.6rem;top:2.8rem;right:15.8rem;font-size:2.08rem;padding:.1rem 2.6rem .1rem 3.5rem}.custom-select__trigger{background-size:2rem auto;background-position:1rem center;border-radius:.6rem;font-size:2.08rem;padding:.3rem 3.4rem .3rem 4.4rem}.custom-select__trigger::after{width:1.2rem;height:100%;right:1.1rem;background-size:1.2rem auto}.custom-select.-open .custom-select__trigger{border-radius:.6rem .6rem 0 0}.custom-select__dropdown{border-radius:0 0 .6rem .6rem}.custom-select__option{font-size:2.08rem;padding:.5rem 2.6rem .5rem 3.5rem}.m-bgm{width:6.6rem;height:17rem;top:9rem;right:3.6rem;font-size:1.95rem}.m-bgm__button{width:9rem;height:13rem;margin:3rem -1rem 0 -1rem;padding-top:1rem}.m-bgm__button:after,.m-bgm__button:before{width:4.2rem;height:2.6rem;top:8.2rem}}.nav-global{text-align:center}.nav-global__item{font-family:"Cormorant Garamond",serif;font-size:500;letter-spacing:.1em;text-align:center;display:block;position:relative}.nav-global li:last-child .nav-global__item{margin-bottom:0}.nav-global__item:after{width:100%;height:100%;content:"";background:url(../../images/menu-bg.webp) center top no-repeat;background-size:100% auto;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;display:block;position:absolute;inset:0}.l-header__logo{margin:0 auto}.l-header__logo img{width:100%}@media print,only screen and (min-width:769px){.nav-global{margin-bottom:6rem}.nav-global__item{font-size:2.8rem;margin-bottom:2.2rem}.nav-global__item:hover:after{opacity:1}.nav-global__item:hover{text-decoration:none}.l-header__logo{width:28rem}}@media screen and (max-width:768px){.nav-global{width:52rem;margin:0 auto 15rem auto}.nav-global__item{font-size:5.5rem;margin-bottom:5.5rem}.top .nav-global__item:after{opacity:1}.l-header__logo{width:71rem}}.l-header__menus{-webkit-overflow-scrolling:touch;background-image:url(../../images/menu-bg-bottom.webp),url(../../images/menu-bg-top.webp);background-repeat:no-repeat;background-position:center bottom,center top;background-size:100% auto;background-color:#fff;position:absolute;top:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;height:100vh;overflow-y:auto;overflow-x:hidden}.m-hamburger{background:url(../../images/hamburger.webp) center center no-repeat;background-size:100% auto;position:absolute;cursor:pointer;z-index:100;font-family:var(--font-english)}.m-hamburger__lines{position:relative}.m-hamburger__lines>div{background-color:#004ea2;width:100%;height:2px;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;position:absolute;left:0;top:50%}.m-hamburger__lines>div:first-child{background-color:#d0b651}.m-hamburger__lines>div:last-child{background-color:#c8b468}.menu-open .m-hamburger__lines>div:first-child{-webkit-transform:rotate(195deg);transform:rotate(195deg)}.menu-open .m-hamburger__lines>div:last-child{-webkit-transform:rotate(-195deg);transform:rotate(-195deg)}.m-hamburger__text{width:100%;text-align:center;color:#c8b468;font-weight:700}.m-hamburger__text:before{content:"MENU"}.menu-open .m-hamburger__text:before{content:"CLOSE"}@media print,only screen and (min-width:769px){.l-header__menus{padding:15.5rem 6rem 11rem 6rem;width:40rem}.m-hamburger{width:8.5rem;height:8.5rem;top:1.8rem;right:1.8rem}.m-hamburger__lines{height:25%;width:47%;margin:26% auto 0 auto}.m-hamburger__lines>div:first-child{-webkit-transform:translateY(-200%);transform:translateY(-200%)}.m-hamburger__lines>div:last-child{-webkit-transform:translateY(200%);transform:translateY(200%)}.m-hamburger__text{font-size:1.4rem}}@media screen and (max-width:768px){.l-header__menus{padding:25rem 2rem 20rem 2rem;width:100%}.m-hamburger{width:11.5rem;height:11.5rem;top:1.4rem;right:1.3rem}.m-hamburger__lines{height:20%;width:47%;margin:28% auto 4% auto}.m-hamburger__lines>div:first-child{-webkit-transform:translateY(-130%);transform:translateY(-130%)}.m-hamburger__lines>div:last-child{-webkit-transform:translateY(130%);transform:translateY(130%)}.m-hamburger__text{font-size:1.7rem}}.l-footer{color:#fff;text-align:center;background-color:#000;position:relative}.l-footer img{width:100%}.l-footer a{color:#fff;text-decoration:none;display:block}.l-footer__reserve{color:#d0bb6d;font-weight:500;border-bottom:1px #8b8b8b solid}.l-footer__hard,.l-footer__nav,.l-footer__production,.l-footer__social{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px #8b8b8b solid}.l-footer__navItemIn{position:relative;display:block;font-family:var(--font-sans-serif)}.l-footer__navItemIn:before{content:"";background-color:#535353;position:absolute;width:1px;left:0;top:0;bottom:0;margin:auto 0;display:block}.l-footer__navItem:first-child .l-footer__navItemIn:before{content:none}.l-footer__copy{letter-spacing:.02em;border-bottom:none;font-family:var(--font-sans-serif)}@media print,only screen and (min-width:769px){.l-footer__reserve{font-size:4.2rem;padding:2rem 3rem}.l-footer__hard{gap:0 5rem;padding:3rem}.l-footer__hardItem:first-child{width:13.7rem}.l-footer__hardItem:last-child{width:20rem}.l-footer__social{gap:0 1.2rem;padding:2rem 3rem}.l-footer__socialItem{width:3rem}.l-footer__socialItem.-banner{width:21rem}.l-footer__socialItem a{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.l-footer__socialItem a:hover{opacity:.85}.l-footer__production{gap:0 3.9rem;padding:2rem 3rem}.l-footer__productionItem:first-child{width:23rem}.l-footer__productionItem:nth-child(2){width:24rem}.l-footer__productionItem:nth-child(3){width:5rem}.l-footer__navItemIn{font-size:1.4rem;letter-spacing:.02em;padding:.6rem 2.2rem}.l-footer__navItemIn:before{height:1.4rem}.l-footer__copy{font-size:1.4rem;padding:2rem 3rem}}@media screen and (max-width:768px){.l-footer__reserve{font-size:6.1rem;padding:3.5rem 1rem}.l-footer__hard{gap:0 7.3rem;padding:4.4rem 1rem}.l-footer__hardItem:first-child{width:20.5rem}.l-footer__hardItem:last-child{width:30rem}.l-footer__social{gap:0 1.8rem;padding:3rem 1rem}.l-footer__socialItem{width:4.5rem}.l-footer__socialItem.-banner{width:31rem}.l-footer__production{gap:0 5.6rem;padding:2.7rem 1rem 3.8rem 1rem}.l-footer__productionItem:first-child{width:34.7rem}.l-footer__productionItem:nth-child(2){width:30rem}.l-footer__productionItem:nth-child(3){width:6rem}.l-footer__navItemIn{font-size:2.1rem;letter-spacing:.02em;padding:1.3rem 3rem}.l-footer__navItemIn:before{height:2.1rem}.l-footer__copy{font-size:2.1rem;padding:2.8rem 1rem 22rem 1rem}}.u-display__block--sp{display:none!important}@media print,screen and (max-width:768px){.u-display__block--sp{display:block!important}}body{overflow-wrap:anywhere}.trial{background:url(../../images/bg.jpg) center top no-repeat;background-attachment:fixed;background-size:cover}.trial .trial__inner{position:relative;z-index:2;max-width:1320px;padding:60px 60px 200px;margin-inline:auto}@media print,screen and (max-width:768px){.trial .trial__inner{width:min(688px,89.5833333333vw);padding:min(100px,13.0208333333vw) 0 min(200px,26.0416666667vw)}}.trial .trial__heading{max-width:960px;width:100%;margin-inline:auto}@media print,screen and (max-width:768px){.trial .trial__heading{max-width:100%}}.trial .trial__intro-list{display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;margin-top:82px;padding-inline:3px 2px}@media print,screen and (max-width:768px){.trial .trial__intro-list{display:block;margin-top:min(74px,9.6354166667vw);padding-inline:min(4px,.5208333333vw) min(2px,.2604166667vw)}}.trial .trial__intro-list li{position:relative;padding:24px 44px 40px;background:#fff}@media print,only screen and (min-width:769px){.trial .trial__intro-list li{display:grid;grid-template-rows:subgrid;grid-row:span 3}}@media print,screen and (min-width:769px) and (max-width:980px){.trial .trial__intro-list li{padding-inline:30px}}@media print,screen and (max-width:768px){.trial .trial__intro-list li{padding:min(30px,3.90625vw) min(40px,5.2083333333vw) min(60px,7.8125vw)}}@media print,screen and (max-width:768px){.trial .trial__intro-list li+li{margin-top:min(35px,4.5572916667vw)}}.trial .trial__intro-list li::after,.trial .trial__intro-list li::before{content:"";display:block;position:absolute;border:1px solid #a78c16;pointer-events:none}.trial .trial__intro-list li::before{top:-3px;left:0;width:calc(100% + 1px);height:calc(100% + 6px)}@media print,screen and (max-width:768px){.trial .trial__intro-list li::before{top:min(-4px,-.5208333333vw);width:calc(100% + min(2px,.2604166667vw));height:calc(100% + min(8px,1.0416666667vw))}}.trial .trial__intro-list li::after{top:-1px;left:-2px;width:calc(100% + 5px);height:calc(100% + 2px)}@media print,screen and (max-width:1024px){.trial .trial__intro-list li::after{top:min(-2px,-.2604166667vw);left:min(-2px,-.2604166667vw);width:calc(100% + min(6px,.78125vw));height:calc(100% + min(4px,.5208333333vw))}}.trial .trial__intro-list .trial__intro-list-heading{text-align:center;font-weight:700;letter-spacing:.06em;line-height:1.8;color:#a78c16;font-size:3rem}@media print,only screen and (min-width:769px){.trial .trial__intro-list .trial__intro-list-heading{-webkit-align-content:center;align-content:center}}@media print,screen and (max-width:768px){.trial .trial__intro-list .trial__intro-list-heading{font-size:min(46px,5.9895833333vw)}}.trial .trial__intro-list .trial__intro-list-heading span{color:#000;letter-spacing:.06em;line-height:1.8;font-size:2.4rem}@media print,screen and (max-width:768px){.trial .trial__intro-list .trial__intro-list-heading span{font-size:min(38px,4.9479166667vw);line-height:1.4}}.trial .trial__intro-list .trial__intro-list-image{margin-top:20px}@media print,screen and (max-width:768px){.trial .trial__intro-list .trial__intro-list-image{margin-top:min(26px,3.3854166667vw)}}.trial .trial__intro-list .trial__intro-list-text{margin-top:24px;line-height:1.8;letter-spacing:.06em;font-size:1.6rem}@media print,screen and (max-width:768px){.trial .trial__intro-list .trial__intro-list-text{margin-top:min(30px,3.90625vw);font-size:min(24px,3.125vw)}}.trial .trial__download{margin-top:72px}@media print,screen and (max-width:768px){.trial .trial__download{margin-top:min(74px,9.6354166667vw)}}.trial .trial__download .trial__download-heading{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:26px;font-size:2.2rem;line-height:1.8;letter-spacing:.06em;font-weight:700}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-heading{font-size:min(30px,3.90625vw);gap:min(20px,2.6041666667vw)}}.trial .trial__download .trial__download-heading::before{content:"";display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;height:1px;background:-webkit-gradient(linear,right top,left top,color-stop(40%,#ababab),to(rgba(171,171,171,0)));background:-webkit-linear-gradient(right,#ababab 40%,rgba(171,171,171,0) 100%);background:linear-gradient(to left,#ababab 40%,rgba(171,171,171,0) 100%)}.trial .trial__download .trial__download-heading::after{content:"";display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;height:1px;background:-webkit-gradient(linear,left top,right top,color-stop(40%,#ababab),to(rgba(171,171,171,0)));background:-webkit-linear-gradient(left,#ababab 40%,rgba(171,171,171,0) 100%);background:linear-gradient(to right,#ababab 40%,rgba(171,171,171,0) 100%)}.trial .trial__download .trial__download-list{margin-top:40px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;gap:10px}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-list{display:block;margin-top:min(50px,6.5104166667vw)}}.trial .trial__download .trial__download-list li{width:410px}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-list li{width:min(588px,76.5625vw);margin-inline:auto}}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-list li+li{margin-top:min(20px,2.6041666667vw)}}.trial .trial__download .trial__download-list li a{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;aspect-ratio:410/114;color:#fff;font-size:2.6rem;line-height:1.8;letter-spacing:.06em;padding-bottom:7px;text-decoration:none!important}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-list li a{aspect-ratio:588/163;font-size:min(38px,4.9479166667vw);padding-bottom:min(6px,.78125vw)}}.trial .trial__download .trial__download-list li a.nintendo{background:url(../../uploads/images/ja/trial/nintendo-store_btn.webp) no-repeat top center/contain}.trial .trial__download .trial__download-list li a.steam{background:url(../../uploads/images/ja/trial/steam_btn.webp) no-repeat top center/contain}@media (any-hover:hover){.trial .trial__download .trial__download-list li a{-webkit-transition:opacity .4s;transition:opacity .4s}.trial .trial__download .trial__download-list li a:hover{opacity:.6}}.trial .trial__download .trial__download-guideline{margin-top:40px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media print,screen and (max-width:1024px){.trial .trial__download .trial__download-guideline{margin-top:min(50px,6.5104166667vw)}}.trial .trial__download .trial__download-guideline a{position:relative;background:#d5d5d5;display:block;padding:8px 52px 9px;border-radius:1000px;font-size:1.6rem;letter-spacing:.06em;line-height:1.8;font-weight:700;border:1px solid #fff;text-decoration:none}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-guideline a{padding-block:min(18px,2.34375vw);width:min(528px,68.75vw);margin-inline:auto;border-width:min(2px,.2604166667vw);font-size:min(24px,3.125vw);text-align:center}}.trial .trial__download .trial__download-guideline a::after{content:"";display:block;position:absolute;top:calc(50% - 5px);right:16px;width:10px;height:10px;border-top:1px solid #fff;border-right:1px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media print,screen and (max-width:768px){.trial .trial__download .trial__download-guideline a::after{top:calc(50% - min(8px,1.0416666667vw));right:min(30px,3.90625vw);width:min(16px,2.0833333333vw);height:min(16px,2.0833333333vw);border-width:min(2px,.2604166667vw)}}@media (any-hover:hover){.trial .trial__download .trial__download-guideline a{-webkit-transition:opacity .4s;transition:opacity .4s}.trial .trial__download .trial__download-guideline a:hover{opacity:.6}}.trial .trial__save{margin-top:98px;max-width:960px;margin-inline:auto;padding:70px 40px 80px;background:rgba(255,255,255,.5)}@media print,screen and (max-width:768px){.trial .trial__save{margin-top:min(140px,18.2291666667vw);max-width:100%;padding:min(70px,9.1145833333vw) min(50px,6.5104166667vw) min(90px,11.71875vw)}}.trial .trial__save .trial__save-inner{max-width:800px;margin-inline:auto}@media print,screen and (max-width:768px){.trial .trial__save .trial__save-inner{max-width:100%}}.trial .trial__save .trial_save-heading{font-weight:700;letter-spacing:.06em;line-height:1.8;font-size:2.2rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:24px;text-align:center}@media print,screen and (max-width:768px){.trial .trial__save .trial_save-heading{font-size:min(30px,3.90625vw);padding-bottom:min(30px,3.90625vw);border-width:min(2px,.2604166667vw)}}.trial .trial__save .trial__save-content-section{margin-top:70px}@media print,screen and (max-width:768px){.trial .trial__save .trial__save-content-section{margin-top:min(60px,7.8125vw)}}.trial .trial__save .trial__save-content-heading{letter-spacing:.06em;line-height:1;font-weight:700;font-size:1.8rem}@media print,screen and (max-width:1024px){.trial .trial__save .trial__save-content-heading{font-size:min(26px,3.3854166667vw)}}.trial .trial__save .trial__save-content-heading+.trial__save-content-text{margin-top:30px}@media print,screen and (max-width:768px){.trial .trial__save .trial__save-content-heading+.trial__save-content-text{margin-top:min(40px,5.2083333333vw)}}.trial .trial__save .trial__save-content-text{letter-spacing:.06em;line-height:1.8;font-size:1.6rem}@media print,screen and (max-width:768px){.trial .trial__save .trial__save-content-text{font-size:min(24px,3.125vw)}}.trial .trial__save .trial__save-content-text+.trial__save-content-text{margin-top:20px}@media print,screen and (max-width:768px){.trial .trial__save .trial__save-content-text+.trial__save-content-text{margin-top:min(30px,3.90625vw)}}.trial .trial__save .trial__save-content-text.trial__save-content-text--indent{padding-left:1.2em;text-indent:-1.2em}