@charset "UTF-8";html{height:100%;font-size:62.5%}body{height:100%;font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:400;font-size:1.4em;line-height:1.5;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";letter-spacing:.025em;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}img{display:block;max-width:100%}.section_inner{position:relative;width:100%;max-width:95rem;padding:0 6rem;margin:14rem auto}@media screen and (max-width:1280px){.section_inner{padding:0 4rem}}@media screen and (max-width:768px){.section_inner{margin:7rem auto;padding:0 1.2rem}}.title,.title_mini,.txt_btn,.txt_main,.txt_main_l,.txt_mini{cursor:default}.title{text-align:center;font-family:"Noto Sans JP",sans-serif;font-weight:400;letter-spacing:.3em;margin-bottom:7rem;font-size:5rem}@media screen and (max-width:768px){.title{font-size:4rem}}@media screen and (max-width:768px){.title{margin-bottom:4rem;letter-spacing:.15em}}.title_mini{font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:2.8rem;letter-spacing:.1em;line-height:1.3em}@media screen and (max-width:768px){.title_mini{font-size:2rem}}.txt_main_l{font-size:1.4rem;line-height:2.4em;font-weight:300;letter-spacing:.15em}@media screen and (max-width:768px){.txt_main_l{font-size:1.25rem}}@media screen and (max-width:768px){.txt_main_l{line-height:2.2em}}.txt_main{font-size:1.4rem;line-height:2.2em;font-weight:300;letter-spacing:.15em}@media screen and (max-width:768px){.txt_main{font-size:1.25rem}}@media screen and (max-width:768px){.txt_main{line-height:2em}}.txt_mini{font-size:1.4rem;font-weight:200}@media screen and (max-width:768px){.txt_mini{font-size:1.25rem}}.txt_btn{font-size:1.6rem;letter-spacing:.15em}@media screen and (max-width:768px){.txt_btn{font-size:1.4rem}}.spbr{display:none}@media screen and (max-width:768px){.spbr{display:block}}.pcbr{display:block}@media screen and (max-width:768px){.pcbr{display:none}}.js-fadeUp1,.js-fadeUp2,.js-fadeUp3{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}.js-fadeUp1.is-inview,.js-fadeUp2.is-inview,.js-fadeUp3.is-inview{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.js-fadeUp1.is-inview{-webkit-transition-delay:.1s;transition-delay:.1s}.js-fadeUp2.is-inview{-webkit-transition-delay:.25s;transition-delay:.25s}.js-fadeUp3.is-inview{-webkit-transition-delay:.4s;transition-delay:.4s}header{position:fixed;height:4rem;width:100%;z-index:999}header .header_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header .header_inner .header_menu{position:fixed;top:0;right:-100%;background-color:rgba(13,13,13,.9);width:100%;max-width:450px;height:100vh;padding-top:10rem;padding-left:6rem;z-index:98;-webkit-transition:all .5s;transition:all .5s}header .header_inner .header_menu span{position:relative}header .header_inner .header_menu_button{display:block;position:relative;font-size:2.8rem;font-family:"Noto Sans JP",sans-serif;font-weight:400;letter-spacing:.2em;margin-top:20px}@media screen and (max-width:768px){header .header_inner .header_menu_button{font-size:2rem}}header .header_inner .header_menu.isClosed{right:0;-webkit-transition:all .6s;transition:all .6s;position:fixed}header .header_inner .header_menu span::after{position:absolute;top:4rem;left:0;content:'';width:100%;height:1.5px;background:#e4e4e4;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:left;transform-origin:left}@media screen and (max-width:768px){header .header_inner .header_menu span::after{top:3rem}}header .header_inner .header_menu a:hover span::after{-webkit-transform:scale(1,1);transform:scale(1,1)}header .MenuBtn.Style01{margin-top:20px;margin-right:20px;position:relative;margin-left:auto;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:solid 0 #e4e4e4;z-index:99}@media screen and (max-width:768px){header .MenuBtn.Style01{margin-top:10px;margin-right:10px}}header .MenuBtn.Style01.isClosed{position:fixed;top:0;right:0}header .MenuBtn.Style01 .MenuBtn-BarFrame{position:relative;display:block;width:24px;height:2px}header .MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar{position:absolute;display:block;width:100%;height:100%;background-color:#e4e4e4;-webkit-transition:all .15s linear;transition:all .15s linear}header .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar{position:absolute;display:block;width:100%;height:100%;background-color:#e4e4e4;-webkit-transition:all .15s linear;transition:all .15s linear;-webkit-transform:translateY(-8px) rotate(0);transform:translateY(-8px) rotate(0)}header .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar{position:absolute;display:block;width:100%;height:100%;background-color:#e4e4e4;-webkit-transition:all .15s linear;transition:all .15s linear;-webkit-transform:translateY(8px) rotate(0);transform:translateY(8px) rotate(0)}header .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar{opacity:0}header .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}header .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}#wrapper{overflow:hidden}body{background-color:#0d0d0d;color:#e4e4e4}body .main{margin-top:100px}body #hero{position:relative;height:100svh;max-height:1400px;overflow:hidden}body #hero .hero_logo_area{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:660px;z-index:3}@media screen and (max-width:768px){body #hero .hero_logo_area{width:80vw}}body #hero .hero_logo_area .hero_txt_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4rem}@media screen and (max-width:768px){body #hero .hero_logo_area .hero_txt_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;white-space:nowrap}}body #hero .hero_logo_area .hero_txt_wrap .hero_txt{margin:0 auto;text-align:center;font-size:2.6rem;letter-spacing:.2em;font-weight:700;color:#fff;text-shadow:0 0 100px #0d0d0d;white-space:nowrap}@media screen and (max-width:768px){body #hero .hero_logo_area .hero_txt_wrap .hero_txt{font-size:1.9rem}}body #hero .hero_logo_area .hero_logo{width:80%;margin:0 auto;-webkit-filter:drop-shadow(0 0 5px #0d0d0d);filter:drop-shadow(0 0 5px #0d0d0d)}@media screen and (max-width:768px){body #hero .hero_logo_area .hero_logo{width:90%}}body #hero .slide-items{width:100%;height:100%;position:relative}body #hero .slide-items .pc{display:block}@media screen and (max-width:768px){body #hero .slide-items .pc{display:none}}body #hero .slide-items .sp{display:none}@media screen and (max-width:768px){body #hero .slide-items .sp{display:block}}body #hero .slide-items img{width:100%;height:100svh;-o-object-fit:cover;object-fit:cover}body #hero .scroll_icon{position:absolute;bottom:5%;left:50%;width:8rem;z-index:3;animation:floating-y 1.8s ease-in-out infinite alternate-reverse}@media screen and (max-width:768px){body #hero .scroll_icon{width:7rem}}@-webkit-keyframes floating-y{0%{-webkit-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}100%{-webkit-transform:translate(-50%,20%);transform:translate(-50%,20%)}}@keyframes floating-y{0%{-webkit-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}100%{-webkit-transform:translate(-50%,20%);transform:translate(-50%,20%)}}body #hero .hero_wrap_black{position:absolute;height:100svh;width:100vw;background-color:#0d0d0d;z-index:2;opacity:.4;mix-blend-mode:multiply}@media screen and (max-width:768px){body #hero .hero_wrap_black{opacity:.36}}body #about .explanation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){body #about .explanation{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}body #about .explanation_img,body #about .explanation_txt{width:50%}@media screen and (max-width:768px){body #about .explanation_img,body #about .explanation_txt{width:auto}}body #about .explanation_txt{padding-right:1.6rem}@media screen and (max-width:768px){body #about .explanation_txt{padding-right:0}}body #about .explanation_img{padding-left:1.6rem}@media screen and (max-width:768px){body #about .explanation_img{max-width:40rem;margin-bottom:3rem;padding-left:0}}body #about .explanation_img_1,body #about .explanation_img_2{padding:0 3rem}@media screen and (max-width:768px){body #about .explanation_img_1,body #about .explanation_img_2{padding:2rem}}body #about .explanation_triangle{width:60px;margin:2rem auto}@media screen and (max-width:768px){body #about .explanation_triangle{margin:0 auto}}body #about .txt_main{margin-top:40px}body #example .explanation_txt{text-align:center;margin-bottom:8rem}@media screen and (max-width:768px){body #example .explanation_txt{margin-bottom:4.2rem}}body #example .example_wrap{margin-bottom:10rem}@media screen and (max-width:768px){body #example .example_wrap{margin-bottom:6.2rem}}body #example .example_img{position:relative;cursor:pointer;overflow:hidden}body #example .example_img_inside{-webkit-transition:.3s;transition:.3s}body #example .example_img_inside:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){body #example .example_img_inside{width:100%;height:22vh;-o-object-fit:cover;object-fit:cover}}body #example .example_img:hover .play_button{-webkit-filter:brightness(85%);filter:brightness(85%)}body #example .example_img .play_button{position:absolute;top:50%;left:50%;width:70px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}@media screen and (max-width:768px){body #example .example_img .play_button{width:50px}}body #example .example_txt_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4.5rem}@media screen and (max-width:768px){body #example .example_txt_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2.2rem}}body #example .example_title_wrap{width:33%}@media screen and (max-width:768px){body #example .example_title_wrap{width:auto}}body #example .example_title_wrap span{display:inline-block}body #example .example_date{margin-top:1rem}@media screen and (max-width:768px){body #example .example_date{margin-top:.6rem}}body #example .example_txt{width:67%;border-left:.5px solid #e4e4e4}@media screen and (max-width:768px){body #example .example_txt{width:auto;border-left:none;margin-top:1.2rem}}body #example .example_txt p{padding-left:4.2rem}@media screen and (max-width:768px){body #example .example_txt p{padding-left:0}}body #example .example_txt a{font-weight:400;text-decoration:underline}body #contact .contact_btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 2rem}body #contact .contact_btn .contact_btn_square{margin:0 auto;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:60rem;height:8rem;border:1px solid #e4e4e4;-webkit-transition:.3s;transition:.3s}body #contact .contact_btn .contact_btn_square p{color:#e4e4e4;z-index:1}body #contact .contact_btn .contact_btn_square p span{display:inline-block}@media screen and (max-width:768px){body #contact .contact_btn .contact_btn_square{padding:0 2rem;text-align:center}}@media screen and (max-width:768px){body #contact .contact_btn{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}body #contact .contact_btn .contact_btn_square:hover p{color:#0d0d0d}body #contact .contact_btn .bgleft::before{content:'';position:absolute;top:0;left:0;background:#e4e4e4;width:100%;height:100%;-webkit-transition:-webkit-transform .4s cubic-bezier(.8,0,.2,1) 0s;transition:-webkit-transform .4s cubic-bezier(.8,0,.2,1) 0s;transition:transform .4s cubic-bezier(.8,0,.2,1) 0s;transition:transform .4s cubic-bezier(.8,0,.2,1) 0s,-webkit-transform .4s cubic-bezier(.8,0,.2,1) 0s;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top}body #contact .contact_btn .bgleft:hover::before{-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);transform:scale(1,1)}footer .footer_wrapper{padding:4rem 0 15rem 0;text-align:center}@media screen and (max-width:768px){footer .footer_wrapper{padding:3rem 0 11rem 0}}footer .footer_menu{margin-bottom:3rem;font-size:1.6rem}@media screen and (max-width:768px){footer .footer_menu{font-size:1.4rem}}footer .footer_menu span{display:inline-block}footer .copyright{font-size:1.2rem;font-weight:200}@media screen and (max-width:768px){footer .copyright{font-size:1.1rem}}footer p{cursor:default}
/*# sourceMappingURL=../../maps/css/style.css.map */
