@charset "UTF-8";@media (max-width:768px){.isPC{display:none!important}}@media (min-width:769px){.isSP{display:none!important}}*{box-sizing:border-box;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body,html,main{width:100%}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{background:#ecf4fa;color:#231815;font-family:"游ゴシック体","Yu Gothic","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;font-weight:400;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";margin:0;padding:0}body.no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-weight:400}li,ol,ul{margin:0;padding:0;list-style:none}a,button,img{display:block;margin:0;padding:0;outline:0;border:0;background:0 0;color:#231815}img{width:100%}.g-link-button{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;justify-content:center;align-items:center;flex-direction:row;display:flex;width:320px;height:70px;border-radius:70px;background:#00348c;color:#fff;font-size:16px;line-height:1.2;padding:8px 40px;position:relative;text-decoration:none;transition:.2s}@media (max-width:768px){.g-link-button{width:calc(230 / 375 * 100vw);height:60px;font-size:calc(16 / 375 * 100vw);padding:4px 30px}}.g-link-button p{font-weight:700}.g-link-button__icon{position:absolute;top:50%;right:20px;width:18px;translate:0 -50%;transition:.2s}@media (max-width:768px){.g-link-button__icon{width:12px;right:14px}}.g-link-button__icon--back{right:auto;left:20px}@media (hover:hover){.g-link-button:hover{opacity:.8}.g-link-button:hover .g-link-button__icon{translate:2px -50%}.g-link-button:hover .g-link-button__icon--back{translate:-2px -50%}}.g-link-button:active{scale:.98}.g-link-button:active .g-link-button__icon{translate:2px -50%}.g-link-button:active .g-link-button__icon--back{translate:-2px -50%}.g-link-button--disabled{cursor:inherit;opacity:.4}@media (hover:hover){.g-link-button--disabled:hover{opacity:1}.g-link-button--disabled:hover .g-link-button__icon{translate:0 -50%}}.g-link-button--disabled:active{scale:1}.g-link-button--disabled:active .g-link-button__icon{translate:0 -50%}.g-footer{background:#fff;padding:70px 0 30px}.g-footer__logo{width:314px;margin:0 auto 30px;display:block;transition:.2s}@media (hover:hover){.g-footer__logo:hover{opacity:.8}}.g-footer__logo:active{opacity:.8}@media (max-width:768px){.g-footer__logo{width:200px;margin-bottom:20px}}.g-footer__logo img{width:100%}.g-footer__title{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:1.1;margin:30px auto 60px;text-align:center}@media (max-width:768px){.g-footer__title{font-size:12px;margin:20px auto 48px}}.g-footer__button{margin:0 auto 60px}@media (max-width:768px){.g-footer__button{margin-bottom:52px}}.g-footer__copy-right{font-size:14px;text-align:center}@media (max-width:768px){.g-footer__copy-right{font-size:11px}}.g-header{justify-content:space-between;align-items:center;flex-direction:row;display:flex;width:100%;position:absolute;left:0;top:0;z-index:20;padding-right:40px;background:0 0;transition:.2s}.g-header--active{background:0 0;position:fixed}@media (max-width:768px){.g-header{padding-right:20px}}.g-header__link{justify-content:flex-start;align-items:center;flex-direction:row;display:flex;width:198px;height:80px;padding-left:40px;background:#fff;border-bottom-right-radius:20px;transition:.2s}@media (max-width:768px){.g-header__link{width:118px;height:70px;padding-left:20px}}.g-header__link--no-bg{background:0 0}.g-header__logo{width:100px}@media (max-width:768px){.g-header__logo{width:70px}}.g-header__button{width:50px;height:32px;cursor:pointer;position:relative}.g-header__button__text{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;position:absolute;font-size:10px;right:0;bottom:0;line-height:1;transition:.3s}.g-header__button--active span:first-of-type{-webkit-animation:activeMenu1 .3s linear forwards;animation:activeMenu1 .3s linear forwards}.g-header__button--active span:nth-of-type(2){-webkit-animation:activeMenu2 .3s linear forwards;animation:activeMenu2 .3s linear forwards}.g-header__button--active span:last-of-type{opacity:0;translate:-100% 0}@-webkit-keyframes activeMenu1{0%{top:0}50%{top:13px}100%{rotate:30deg;top:13px}}@keyframes activeMenu1{0%{top:0}50%{top:13px}100%{rotate:30deg;top:13px}}@-webkit-keyframes activeMenu2{0%{top:13px}50%{top:13px}100%{rotate:-30deg;top:13px}}@keyframes activeMenu2{0%{top:13px}50%{top:13px}100%{rotate:-30deg;top:13px}}.g-header__button--active .g-header__button__text{opacity:0;translate:-100% 0}.g-header__button--inactive span:first-of-type{-webkit-animation:inactiveMenu1 .3s linear forwards;animation:inactiveMenu1 .3s linear forwards}.g-header__button--inactive span:nth-of-type(2){-webkit-animation:inactiveMenu2 .3s linear forwards;animation:inactiveMenu2 .3s linear forwards}@-webkit-keyframes inactiveMenu1{0%{rotate:30deg;top:13px}50%{rotate:0;top:13px}100%{top:0}}@keyframes inactiveMenu1{0%{rotate:30deg;top:13px}50%{rotate:0;top:13px}100%{top:0}}@-webkit-keyframes inactiveMenu2{0%{rotate:-30deg;top:13px}0%{top:13px;rotate:0}100%{top:13px}}@keyframes inactiveMenu2{0%{rotate:-30deg;top:13px}0%{top:13px;rotate:0}100%{top:13px}}.g-header__hamburger{position:relative;width:100%;height:100%}.g-header__hamburger span{position:absolute;left:0;display:inline-block;width:100%;height:2px;background:#e73717;transition:.3s}.g-header__hamburger span:first-of-type{top:0}.g-header__hamburger span:nth-of-type(2){top:13px}.g-header__hamburger span:last-of-type{width:13px;bottom:3px}.g-nav{visibility:hidden;opacity:0;transition:.3s;position:fixed;left:0;top:0;width:100%;height:100dvh;z-index:19;padding:130px 40px 110px;background:#ecf4fa;overflow-y:auto}@media (max-width:768px){.g-nav{padding:80px 20px 60px}}.g-nav--show{opacity:1;visibility:visible}.g-nav--show .g-nav__list{opacity:1}.g-nav__list{justify-content:flex-start;align-items:stretch;flex-direction:row;display:flex;flex-wrap:wrap;transition:.3s;transition-delay:.3s;opacity:0}@media (max-width:768px){.g-nav__list{flex-direction:column}}.g-nav__item{width:33.3%;background:#ccd7de}@media (max-width:1023px){.g-nav__item{width:50%}}@media (max-width:768px){.g-nav__item{width:100%}}@media (hover:hover){.g-nav__item:hover .g-nav__image,.g-nav__item:hover .g-nav__inner{opacity:.9;scale:1.02}}.g-nav__item:active .g-nav__image,.g-nav__item:active .g-nav__inner{scale:.98}.g-nav__item--no-link{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;padding:20px 20px 40px;cursor:inherit}@media (hover:hover){.g-nav__item--no-link:hover .g-nav__image,.g-nav__item--no-link:hover .g-nav__inner{opacity:1;scale:1}}.g-nav__item--no-link:active .g-nav__image,.g-nav__item--no-link:active .g-nav__inner{scale:1}.g-nav__item--number{background:#9dd24b}.g-nav__item--secret{background:#f4b846}.g-nav__item--peace{background:#487abe;color:#fff}.g-nav__item--future{background:#dd634e;color:#fff}.g-nav__item--history{background:#77507c;color:#fff}.g-nav__item--statement picture{position:relative;display:block}.g-nav__item--statement picture::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:1px solid #fff;background:rgba(191,191,191,.6)}.g-nav__link{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;display:block;width:100%;padding:20px 20px 40px;text-decoration:none}.g-nav__image{transition:.2s;width:100%;aspect-ratio:2/1;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.g-nav__image{height:150px}}.g-nav__inner{justify-content:center;align-items:center;flex-direction:column;display:flex;gap:10px;aspect-ratio:2/1;border:1px solid #fff;transition:.2s;background:rgba(191,191,191,.6)}@media (max-width:768px){.g-nav__inner{width:100%;height:150px}}.g-nav__title{font-size:16px;line-height:1.6;text-align:center;font-weight:700}@media (max-width:768px){.g-nav__title{font-size:calc(15 / 375 * 100vw)}}.g-nav__announce{background:#fff;padding:4px 8px 5px;line-height:1.1;font-size:11px;color:#000;font-weight:700}@media (max-width:768px){.g-nav__announce{font-size:calc(12 / 375 * 100vw)}}.g-nav__text{font-size:14px;margin-top:10px;font-weight:700}@media (max-width:768px){.g-nav__text{font-size:calc(12 / 375 * 100vw)}}.g-back-button{position:fixed;z-index:18;right:30px;bottom:30px;width:80px;outline:0;border:0;background:0 0;transition:.5s;opacity:0;visibility:hidden;translate:0 15%;cursor:pointer}@media (max-width:768px){.g-back-button{right:16px;bottom:16px;width:40px}}.g-back-button--show{opacity:1;visibility:visible;translate:0 0}@media (hover:hover){.g-back-button:hover{opacity:.8}}.g-back-button:active{opacity:.8;scale:.98}.c-profile__note{position:absolute;bottom:-40px;right:0;font-size:14px}@media (max-width:768px){.c-profile__note{font-size:12px;bottom:-24px}}.g-footer{position:relative;z-index:4}.show-button{justify-content:center;align-items:center;flex-direction:row;display:flex;width:120px;height:30px;border-radius:30px;border:1px solid #a6a6a6;font-size:12px;position:fixed;right:40px;bottom:25px;cursor:pointer;z-index:100;background:#fff}.loading{position:fixed;z-index:100;left:0;top:0;width:100%;height:100dvh;background:#fff;transition:.3s}.loading--hide{opacity:0;visibility:hidden;z-index:-1}.loading__content{justify-content:center;align-items:center;flex-direction:column;display:flex;height:100%}.loading__spinner{justify-content:center;align-items:center;flex-direction:column;display:flex;width:100%;height:100%;gap:25px;position:absolute;left:0;top:0;z-index:102;background:#fff}.loading__spinner svg{width:60px}.loading__spinner img{width:66px}.loading__opening{justify-content:center;align-items:center;flex-direction:row;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:101;width:100%;height:100%;aspect-ratio:16/9}@media (max-width:768px){.loading__opening{aspect-ratio:39/41}}.loading__opening--landscape{width:70%;aspect-ratio:16/9}.loading__opening__wrap{width:100%;aspect-ratio:16/9;position:relative}@media (max-width:768px){.loading__opening__wrap{aspect-ratio:39/41}}.loading__opening__wrap::after,.loading__opening__wrap::before{content:"";position:absolute;height:5px;width:100%;background-color:#fff;left:0}.loading__opening__wrap::before{top:0}.loading__opening__wrap::after{bottom:0}.loading #openingMovie{width:100%;aspect-ratio:16/9;outline:0;border:0}@media (max-width:768px){.loading #openingMovie{aspect-ratio:39/41}}.loading__skip{justify-content:center;align-items:center;flex-direction:row;display:flex;width:60px;height:30px;border-radius:30px;border:1px solid #a6a6a6;font-size:12px;position:absolute;right:40px;bottom:25px;cursor:pointer;z-index:104}.loading__play-button{position:fixed;z-index:1000;top:50%;left:50%;translate:-50% -50%;display:none;width:calc(260 / 375 * 100vw)}.top .first-view{width:100%;height:100dvh;background:#fff;overflow:hidden;position:relative}.top .first-view--landscape{height:80vw}.top .first-view--landscape .first-view__visual{top:40%}.top .first-view__copy{width:calc(468 / 1280 * 100vw);max-width:468px;margin:17dvh auto 0;position:relative;z-index:10;opacity:0;visibility:hidden;transition:.2s;transition-delay:1s}@media (max-width:768px){.top .first-view__copy{width:calc(273 / 375 * 100vw)}}.top .first-view__copy--show{opacity:1;visibility:visible}.top .first-view__logo{width:calc(316 / 1280 * 100vw);max-width:316px;position:absolute;right:calc(50 / 1280 * 100vw);bottom:calc(38 / 1280 * 100vw);z-index:10}@media (max-width:768px){.top .first-view__logo{width:calc(135 / 375 * 100vw);right:20px;bottom:45px}}.top .first-view__link{position:absolute;left:40px;bottom:calc(38 / 1280 * 100vw);z-index:10}@media (max-width:768px){.top .first-view__link{left:50%;bottom:22.5%;translate:-50% 0}}@media (max-width:768px){.top .first-view__link.g-link-button{max-width:230px;font-size:min(4.2vw,16px)}}.top .first-view__hint{position:absolute;left:50%;bottom:0;width:1px;height:86px;translate:-50% 0;background:#91c5eb;z-index:10}@media (max-width:768px){.top .first-view__hint{height:75px}}.top .first-view__hint-bar{width:1px;height:0%;background:#01338c;-webkit-animation:growLineHint 2s ease-out infinite;animation:growLineHint 2s ease-out infinite}@-webkit-keyframes growLineHint{0%{height:0%}70%{height:100%}100%{height:100%}}@keyframes growLineHint{0%{height:0%}70%{height:100%}100%{height:100%}}.top .first-view__bg{position:absolute;transition:.5s;transition-delay:.3s;z-index:2}.top .first-view__bg canvas{width:100%;height:100%}.top .first-view__bg--top{right:0;top:0;width:calc(900 / 1280 * 100vw);aspect-ratio:9/2;z-index:2;translate:0 -100%}@media (max-width:768px){.top .first-view__bg--top{width:100vw;display:none}}.top .first-view__bg--top--show{translate:0 0}.top .first-view__bg--bottom{left:0;bottom:0;width:calc(1000 / 1280 * 100vw);aspect-ratio:25/7;translate:0 100%}@media (max-width:768px){.top .first-view__bg--bottom{width:100vw}}.top .first-view__bg--bottom--show{translate:0 0}.top .first-view__visual{position:absolute;left:50%;top:54.5%;width:100%;z-index:3;translate:-50% -50%;transition:.3s;transition-delay:1s;opacity:0}.top .first-view__visual--show{opacity:1}@media (max-width:768px){.top .first-view__visual{top:47%}}.top .first-view__visual .swiper-wrapper{height:64.2857142857%;transition-timing-function:linear!important}.top .first-view__visual .swiper-slide{width:calc(560 / 1280 * 100vw)}@media (max-width:768px){.top .first-view__visual .swiper-slide{width:calc(330 / 375 * 100vw)}}.top .first-view__visual img{width:calc(560 / 1280 * 100vw);aspect-ratio:1121/721}@media (max-width:768px){.top .first-view__visual img{width:calc(330 / 375 * 100vw)}}.top__news{padding:130px 40px 120px}@media (max-width:768px){.top__news{padding:85px 5.3vw 60px}}.top__news h1{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:32px;line-height:1.28;letter-spacing:.04rem;text-align:center;margin-bottom:110px}@media (max-width:768px){.top__news h1{font-size:22px;line-height:1.64;margin-bottom:80px}}.top__news h2{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:22px;line-height:1;margin:0 auto 40px;max-width:1200px;width:calc(960 / 1280 * 100vw);border-bottom:1px solid #707070;padding-bottom:14px}@media (max-width:768px){.top__news h2{width:100%;font-size:16px;margin-bottom:22px;padding-bottom:10px}}.top__news__list{justify-content:center;align-items:flex-start;flex-direction:column;display:flex;gap:24px;width:calc(960 / 1280 * 100vw);max-width:1200px;margin:0 auto 58px}@media (max-width:768px){.top__news__list{width:100%;margin-bottom:46px}}.top__news__item{justify-content:flex-start;align-items:flex-start;flex-direction:row;display:flex;gap:14px;flex:1}.top__news__item div{margin-top:-4px}.top__news__item time{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;letter-spacing:.06rem;font-size:12px;line-height:1}.top__news__item p{font-size:18px;font-weight:700;line-height:1.7;margin-top:2px;letter-spacing:.02rem}@media (max-width:768px){.top__news__item p{font-size:14px}}.top__news__item p img{width:12px;display:inline;transition:.2s;margin-left:2px}.top__news__image{width:100px}.top__news__link{justify-content:flex-start;align-items:flex-start;flex-direction:row;display:flex;gap:14px;flex:1;text-decoration:none;transition:.2s;cursor:pointer}@media (hover:hover){.top__news__link:hover{opacity:.8}.top__news__link:hover p img{translate:2px -1px}}.top__news__link:active{opacity:.8}.top__news__bottom{justify-content:flex-end;align-items:center;flex-direction:row;display:flex;max-width:1200px;width:calc(960 / 1280 * 100vw);margin:0 auto}@media (max-width:768px){.top__news__bottom{width:100%}}.top__news__past{justify-content:flex-end;align-items:center;flex-direction:row;display:flex;gap:14px;text-decoration:none;transition:.2s}@media (hover:hover){.top__news__past:hover{opacity:.8}.top__news__past:hover img{translate:10% 0}}.top__news__past:active{opacity:.8}.top__news__past span{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:16px}@media (max-width:768px){.top__news__past span{font-size:14px}}.top__news__past img{width:12px;transition:.2s}.top .number-slide{display:inline-block;transition:opacity .6s,-webkit-transform .6s cubic-bezier(.25,1,.5,1);transition:transform .6s cubic-bezier(.25,1,.5,1),opacity .6s;transition:transform .6s cubic-bezier(.25,1,.5,1),opacity .6s,-webkit-transform .6s cubic-bezier(.25,1,.5,1);position:absolute;top:0;right:0}.top .number-wrapper{position:relative;height:1em;overflow:hidden}.top .slide-from-bottom,.top .slide-to-bottom{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.top .slide-from-top,.top .slide-to-top{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.top .slide-in{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.top .page-count{justify-content:flex-start;align-items:flex-end;flex-direction:row;display:flex;font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;position:fixed;left:40px;bottom:50px;z-index:3;color:#000;line-height:1;display:none}@media (max-width:768px){.top .page-count{left:10px;bottom:60px;height:64px}}.top .page-count__now{font-size:100px;display:inline-block;position:relative;width:94px;height:94px;overflow:hidden;vertical-align:top}@media (max-width:768px){.top .page-count__now{font-size:64px;width:63px;height:64px}}.top .page-count__digit{width:100%;text-align:right;font-variant-numeric:tabular-nums}.top .page-count__line{font-size:43px}@media (max-width:768px){.top .page-count__line{font-size:24px}}.top .page-count__total{font-size:20px}@media (max-width:768px){.top .page-count__total{font-size:12px}}.top .js-cursor-wrapper{cursor:none}.top .js-custom-cursor{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;justify-content:flex-end;align-items:center;flex-direction:column;display:flex;position:fixed;background:#003290;width:200px;height:200px;border-radius:100%;margin:-30px 0 0 -30px;z-index:1;pointer-events:none;opacity:0;color:#fff;font-size:18px;text-align:center}.top .js-custom-cursor img{width:26px;margin:33px auto 42px}.top .js-custom-cursor:active{scale:.98}.top__menus{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;overflow-y:hidden}.top__menu{justify-content:center;align-items:center;flex-direction:row;display:flex;width:100%;height:100dvh;scroll-snap-align:start}.top__menu--number{background:#9dd24b}.top__menu--secret{background:#f4b846}.top__menu--secret .top__menu__title{color:#000}.top__menu__link{opacity:0;height:auto;transition:.3s;transition-delay:.4s}.top__menu__link--show{opacity:1}.top__menu--peace{background:#487abe}.top__menu--future{background:#dd634e}.top__menu--history{background:#77507c}.top__menu--history .top__menu__wrapper{background:0 0}.top__menu--history .top__menu__wrapper--show{background:0 0}.top__menu--landscape{height:100vw}.top__menu--landscape .top__menu__outer{height:40%}.top__menu--landscape .top__menu__title{font-size:32px}.top__menu__outer{height:70%}@media (max-width:768px){.top__menu__outer{height:calc(315 / 375 * 100vw)}}.top__menu__wrapper{justify-content:center;align-items:center;flex-direction:column;display:flex;gap:36px;width:calc(1060 / 1280 * 100vw);max-width:1060px;height:100%;position:relative;transition:background .3s;transition-delay:.8s}.top__menu__wrapper--show{background:rgba(191,191,191,.6)}@media (max-width:768px){.top__menu__wrapper{width:calc(315 / 375 * 100vw);gap:16px}}.top__menu .g-link-button{margin:60px auto 0}@media (min-width:1024px){.top__menu .g-link-button{display:none}}.top__menu__border{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.top__menu__border--show .top__menu__line--top{-webkit-animation:menu-line-top .5s .5s forwards;animation:menu-line-top .5s .5s forwards}.top__menu__border--show .top__menu__line--right{-webkit-animation:menu-line-right .5s forwards;animation:menu-line-right .5s forwards}.top__menu__border--show .top__menu__line--bottom{-webkit-animation:menu-line-bottom .5s .5s forwards;animation:menu-line-bottom .5s .5s forwards}.top__menu__border--show .top__menu__line--left{-webkit-animation:menu-line-left .5s forwards;animation:menu-line-left .5s forwards}@-webkit-keyframes menu-line-top{to{width:100%}}@keyframes menu-line-top{to{width:100%}}@-webkit-keyframes menu-line-right{to{height:100%}}@keyframes menu-line-right{to{height:100%}}@-webkit-keyframes menu-line-bottom{to{translate:0 0}}@keyframes menu-line-bottom{to{translate:0 0}}@-webkit-keyframes menu-line-left{to{translate:0 0}}@keyframes menu-line-left{to{translate:0 0}}.top__menu__line{position:absolute;background:#fff}.top__menu__line--top{top:0;left:0;width:0;height:2px}.top__menu__line--right{top:0;right:0;width:2px;height:0}.top__menu__line--bottom{bottom:0;left:0;width:100%;height:2px;translate:100% 0}.top__menu__line--left{top:0;left:0;width:2px;height:100%;translate:0 100%}.top__menu__title{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:1.42;text-align:center;color:#fff}@media (max-width:1023px){.top__menu__title{font-size:40px}}@media (max-width:768px){.top__menu__title{font-size:calc(15 / 375 * 100vw);line-height:1.6}}.top__menu__title span{display:block;opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%);transition:all .4s ease;transition-delay:.3s}.top__menu__title span:nth-of-type(2){transition-delay:.6s}.top__menu__title span:nth-of-type(3){transition-delay:.9s}.top__menu__title--show span{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.top__menu__announce{font-family:zen-maru-gothic,sans-serif;font-weight:700;font-style:normal;background:#fff;padding:7px 20px 9px;font-size:24px;text-align:center;opacity:0;transition:opacity .4s;transition-delay:1s}.top__menu__announce--show{opacity:1}@media (max-width:1023px){.top__menu__announce{font-size:20px}}@media (max-width:768px){.top__menu__announce{font-size:calc(12 / 375 * 100vw);padding:6px 10px 8px}}.top__dummy-slide{position:absolute}.top__dummy-slide--top{width:calc(700 / 1280 * 100vw);right:0;top:0;z-index:2}.top__dummy-slide--middle{left:50%;top:60%;width:100%;translate:-50% -50%;z-index:1}@media (max-width:768px){.top__dummy-slide--middle{top:47%}}.top__dummy-slide--bottom{width:calc(975 / 1280 * 100vw);left:0;bottom:0;z-index:2}.video-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;place-content:center}.video-popup.is-active{display:grid}.video-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.video-popup__container{position:relative;width:90%;max-width:1000px;margin:50px auto;z-index:1}.video-popup__close{position:absolute;top:40px;right:40px;background:0 0;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1;padding:0;width:70px;height:70px}@media (max-width:768px){.video-popup__close{width:50px;height:50px;top:20px;right:20px}}.video-popup__close::after,.video-popup__close::before{content:"";height:100%;width:1px;background-color:#fff;position:absolute;top:50%;left:50%}.video-popup__close::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.video-popup__close::after{-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.video-popup__iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-popup__iframe-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}