html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0);box-sizing:border-box}input,textarea{box-sizing:border-box}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{font-family:"futura-pt",sans-serif;font-size:18px;background:#ddf5f8;color:#1e1e1e}body.appear{background:#f5fcfd}.header{position:fixed;top:0;width:100%;z-index:3;pointer-events:none}.header__wrap{display:flex;justify-content:space-between;align-items:center;margin:0 5%;padding:30px 0}@media screen and (min-width: 768px){.header__wrap{margin:0 6%;padding:40px 0}}@media screen and (min-width: 1024px){.header__wrap{margin:0 10%;padding:80px 0}}.header__logo{pointer-events:auto}.header__link{width:100%}.header__img{display:block;width:120px}@media screen and (min-width: 768px){.header__img{width:160px}}@media screen and (min-width: 1024px){.header__img{width:180px}}.header__circle{position:absolute;top:30px;right:5%;width:40px;height:40px;border-radius:50%;background:#ddf5f8;transition:1s;overflow:hidden;transform:scale(1)}@media screen and (min-width: 768px){.header__circle{top:40px;right:6%}}@media screen and (min-width: 1024px){.header__circle{top:80px;right:10%}}.header__menuBtn{position:relative;width:44px;height:44px;border-radius:50%;background:#f5fcfd;cursor:pointer;pointer-events:auto;z-index:1}.header__menuBtn--top,.header__menuBtn--bottom{display:inline-block;position:absolute;left:9px;height:3px;width:60%;background:#1e1e1e;border-radius:4px;transition:.5s}.header__menuBtn--top{top:15px}.header__menuBtn--bottom{top:26px}.header__ttl{display:none;font-size:14px}@media screen and (min-width: 768px){.header__ttl{font-size:16px}}@media screen and (min-width: 1024px){.header__ttl{font-size:19px}}.menu{position:fixed;top:0;left:0;width:100%;height:100vh;opacity:0;overflow:hidden;pointer-events:none;background:#ddf5f8;transition:1.5s}.menu__wrap{margin:0 5%}@media screen and (min-width: 768px){.menu__wrap{margin:0 10%;display:flex;justify-content:space-between}}@media screen and (min-width: 1024px){.menu__wrap{margin:0 16%;display:flex;justify-content:space-between}}.menu__gnav{padding:80px 0 40px}@media screen and (min-width: 768px){.menu__gnav{padding:20% 0}}@media screen and (min-width: 1024px){.menu__gnav{padding:16% 0}}.menu__nav{max-width:300px;transform:translateY(50px);transition:.5s;transition-delay:.5s;opacity:0}@media screen and (min-width: 768px){.menu__nav{max-width:400px}}@media screen and (min-width: 1024px){.menu__nav{max-width:500px}}.menu__list{display:inline-block;margin-bottom:16px;transition:.4s}@media screen and (min-width: 768px){.menu__list{margin-bottom:30px}}@media screen and (min-width: 1024px){.menu__list{margin-bottom:30px}}.menu__link{position:relative;display:block;width:100%;font-size:80px;font-family:"pressio-compressed",sans-serif;color:#7bdbec;text-decoration:none}@media screen and (min-width: 768px){.menu__link{font-size:100px}}@media screen and (min-width: 1024px){.menu__link{font-size:140px}}.menu__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#7bdbec;transform:scale(1, 1);transform-origin:right top;transition:.5s}.menu__link:hover::after{transform:scale(0, 1)}.menu__box{position:relative;width:100%;transform:translateY(50px);transition:.5s;transition-delay:.5s;opacity:0}@media screen and (min-width: 768px){.menu__box{width:50%}}@media screen and (min-width: 1024px){.menu__box{width:50%}}.menu__pic{position:absolute;left:80%;transform:translate(-50%, 0);width:90vw;height:90vw;border-radius:50%;overflow:hidden}@media screen and (min-width: 768px){.menu__pic{top:50%;left:50%;width:40vw;height:40vw;transform:translate(-50%, -50%)}}@media screen and (min-width: 1024px){.menu__pic{top:50%;left:50%;width:30vw;height:30vw;transform:translate(-50%, -50%)}}.menu__img{display:block;width:100%}.menu__img--none{opacity:0}.footer{background-color:#f5fcfd;padding-top:20px}@media screen and (min-width: 768px){.footer{padding:40px 0}}@media screen and (min-width: 1024px){.footer{padding:60px 0}}.footer__wrap{margin:0 5%;margin-top:30px}@media screen and (min-width: 768px){.footer__wrap{margin:0 8%;display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width: 1024px){.footer__wrap{margin:0 10%;display:flex;justify-content:space-between;align-items:center}}.footer__nav{display:flex;list-style-type:none}.footer__list{margin-right:20px}@media screen and (min-width: 768px){.footer__list{margin-right:30px}}@media screen and (min-width: 1024px){.footer__list{margin-right:30px}}.footer__link{display:block;position:relative;padding:10px 0;text-decoration:none;color:#1e1e1e;font-size:18px}@media screen and (min-width: 768px){.footer__link{font-size:24px}}@media screen and (min-width: 1024px){.footer__link{font-size:26px}}.footer__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scale(0, 1);transform-origin:right top;background:#1e1e1e;transition:.5s}.footer__link:hover::after{transform:scale(1, 1)}.footer__copy{padding:10px 0 30px}@media screen and (min-width: 768px){.footer__copy{padding:0}}@media screen and (min-width: 1024px){.footer__copy{padding:0}}.footer__small{font-size:12px}@media screen and (min-width: 768px){.footer__small{font-size:14px}}@media screen and (min-width: 1024px){.footer__small{font-size:16px}}#splash{position:fixed;width:100%;height:100%;background:#ddf5f8;z-index:2;text-align:center;color:#fff}#splash-logo .logo__img{display:block;width:300px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.splashbg{display:none;content:"";position:fixed;transform:scale(100);background-color:#ddf5f8;z-index:2;top:calc(50% - 1rem);left:calc(50% - 1rem);width:2rem;height:2rem}.appear .splashbg{display:block;border-radius:50%;animation-name:PageAnime;animation-duration:1s;animation-fill-mode:forwards}@keyframes PageAnime{0%{transform:scale(100)}100%{transform:scale(0);display:none}}#wrapper{opacity:0}.appear #wrapper{animation-name:PageAnimeAppear;animation-duration:1s;animation-delay:.8s;animation-fill-mode:forwards;opacity:0}@keyframes PageAnimeAppear{0%{opacity:0}100%{opacity:1}}#top .wrapper{width:100%;height:100vh}#top .fv__wrap{width:100%;height:100vh}#top .bg-fix::before{content:"";display:block;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:-1;width:320px;height:320px;border-radius:50%;background-image:url(../images/top/fv.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (min-width: 768px){#top .bg-fix::before{width:650px;height:650px}}@media screen and (min-width: 1024px){#top .bg-fix::before{width:800px;height:800px}}#top .fv__loop::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;background-image:url("../images/top/svg_expandmyworld.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;height:240px;background-size:800px 240px;animation:loop-fontSP01 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#top .fv__loop::before{height:320px;background-size:1000px 320px;animation:loop-fontTab01 8s linear infinite}}@media screen and (min-width: 1024px){#top .fv__loop::before{height:420px;background-size:1920px 420px;animation:loop-fontPc01 10s linear infinite}}@keyframes loop-fontSP01{0%{background-position:0 0}100%{background-position:-800px 0}}@keyframes loop-fontTab01{0%{background-position:0 0}100%{background-position:-1000px 0}}@keyframes loop-fontPc01{0%{background-position:0 0}100%{background-position:-1920px 0}}#top .smoothText{overflow:hidden;display:block}#top .numnber{display:block;font-size:11px;margin-bottom:20px}@media screen and (min-width: 768px){#top .numnber{font-size:21px;margin-bottom:50px}}@media screen and (min-width: 1024px){#top .numnber{font-size:21px;margin-bottom:50px}}#top .about__wrap{margin:0 5%}@media screen and (min-width: 768px){#top .about__wrap{margin:0 8%}}@media screen and (min-width: 1024px){#top .about__wrap{margin:0 16%}}#top .about__num{margin-bottom:28px}#top .about__word--EN{width:100%;margin-bottom:45px;font-size:36px}@media screen and (min-width: 768px){#top .about__word--EN{font-size:80px;margin-bottom:90px}}@media screen and (min-width: 1024px){#top .about__word--EN{font-size:98px;margin-bottom:90px}}#top .about__txt--EN{line-height:1.2;font-weight:700}#top .about__word--JP{width:100%;margin-bottom:120px;font-size:14px;font-family:"source-han-sans-japanese",sans-serif}@media screen and (min-width: 768px){#top .about__word--JP{font-size:16px;margin-bottom:220px}}@media screen and (min-width: 1024px){#top .about__word--JP{font-size:18px;margin-bottom:220px}}#top .about__txt--JP{line-height:2.5}#top .about__hr{position:relative;width:100%;margin:0 auto;margin-bottom:240px}#top .about__hr::after{position:absolute;content:"";left:0;width:0;height:1px;background:#1e1e1e;transition:1s}@media screen and (min-width: 768px){#top .about__hr{margin-bottom:320px}}@media screen and (min-width: 1024px){#top .about__hr{margin-bottom:320px}}#top .product__ttl{font-size:110px;font-family:"pressio-compressed",sans-serif;color:#7bdbec;text-align:center;margin-bottom:114px;overflow:hidden}@media screen and (min-width: 768px){#top .product__ttl{font-size:220px;padding-top:240px;margin-bottom:320px}}@media screen and (min-width: 1024px){#top .product__ttl{font-size:400px;padding-top:280px;margin-bottom:320px}}#top .product__container{width:100%}@media screen and (min-width: 768px){#top .product__container{display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width: 1024px){#top .product__container{display:flex;justify-content:space-between;align-items:center}}#top .product__wrap{width:100%;height:1080px;padding:0 5%;background:#ddf5f8}@media screen and (min-width: 768px){#top .product__wrap{padding:0 8%;height:1000px}}@media screen and (min-width: 1024px){#top .product__wrap{padding:0 16%;height:1550px}}#top .product__ul{padding-top:130px;margin-bottom:80px}@media screen and (min-width: 768px){#top .product__ul{padding-top:200px}}@media screen and (min-width: 1024px){#top .product__ul{padding-top:210px}}#top .product__list{list-style-type:none;font-size:38px;margin-bottom:24px;font-weight:700;position:relative}@media screen and (min-width: 768px){#top .product__list{font-size:46px;margin-bottom:45px}}@media screen and (min-width: 1024px){#top .product__list{font-size:80px;margin-bottom:90px}}#top .product__list::after{content:"01";position:absolute;padding-left:6px;font-size:11px}@media screen and (min-width: 768px){#top .product__list::after{font-size:16px;padding-left:8px}}@media screen and (min-width: 1024px){#top .product__list::after{font-size:21px;padding-left:10px}}#top .product__list:nth-child(2)::after{content:"02"}#top .product__list:nth-child(3)::after{content:"03"}#top .product__list:nth-child(4)::after{content:"04"}#top .product__list:nth-child(5)::after{content:"05"}#top .product__link{position:relative;text-decoration:none;color:#1e1e1e;z-index:1}#top .product__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#1e1e1e;transition:.5s}@media screen and (min-width: 768px){#top .product__link::after{width:100%;height:6px}}@media screen and (min-width: 1024px){#top .product__link::after{width:0;height:6px}}#top .product__box{margin-bottom:80px}@media screen and (min-width: 768px){#top .product__box{margin:0}}@media screen and (min-width: 1024px){#top .product__box{margin:0}}#top .product__txt{display:flex;justify-content:center;align-items:center;font-size:18px;color:#1e1e1e;margin-bottom:12px}@media screen and (min-width: 768px){#top .product__txt{display:block;font-size:24px}}@media screen and (min-width: 1024px){#top .product__txt{font-size:30px}}#top .product__pic{margin:0 auto;width:250px;max-width:45vw}@media screen and (min-width: 768px){#top .product__pic{width:280px}}@media screen and (min-width: 1024px){#top .product__pic{width:560px}}#top .product__img{display:block;width:100%}#top .product .btn{position:relative;width:120px;z-index:1}@media screen and (min-width: 768px){#top .product .btn{width:160px}}@media screen and (min-width: 1024px){#top .product .btn{width:200px}}#top .product .btn::after{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:#f5fcfd;border-radius:50%;transform:translate(-50%, -50%) scale(1);transition:.5s;pointer-events:none;opacity:0;z-index:-1}#top .product .btn:hover::after{transform:translate(-50%, -50%) scale(4);opacity:.5}@media screen and (min-width: 1024px){#top .product .btn:hover::after{transform:translate(-50%, -50%) scale(4);opacity:.5}}#top .product .btn__link{position:relative;display:block;width:100%;padding:10px 0;text-decoration:none;color:#1e1e1e}@media screen and (min-width: 768px){#top .product .btn__link{padding:15px 0}}@media screen and (min-width: 1024px){#top .product .btn__link{padding:15px 0}}#top .product .btn__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;transform:scale(1, 1);transform-origin:right top;background:#1e1e1e;transition:.5s}@media screen and (min-width: 1024px){#top .product .btn__link:hover::after{transform:scale(0, 1)}}#top .product .btn__txt{font-size:16px;font-weight:700}@media screen and (min-width: 768px){#top .product .btn__txt{font-size:21px}}@media screen and (min-width: 1024px){#top .product .btn__txt{font-size:26px}}#top .product .btn__arrow::after{content:"";position:absolute;top:4px;left:109px;width:8px;height:8px;border-top:2px solid #1e1e1e;border-right:2px solid #1e1e1e}@media screen and (min-width: 768px){#top .product .btn__arrow::after{top:13px;left:147px}}@media screen and (min-width: 1024px){#top .product .btn__arrow::after{top:13px;left:187px}}#top .product .btn__arrow::before{content:"";position:absolute;top:8px;left:107px;width:14px;height:2px;background:#1e1e1e;transform:rotate(-45deg)}@media screen and (min-width: 768px){#top .product .btn__arrow::before{top:18px;left:144px}}@media screen and (min-width: 1024px){#top .product .btn__arrow::before{top:18px;left:184px}}#top .profile{background-color:#f5fcfd}#top .profile__loop{position:relative;width:100%;height:60vh}@media screen and (min-width: 768px){#top .profile__loop{height:80vh}}@media screen and (min-width: 1024px){#top .profile__loop{height:100vh}}#top .profile__loop--font{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;background-image:url("../images/top/svg_profile.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;height:240px;background-size:800px 240px;animation:loop-fontSP02 7s linear infinite}@media screen and (min-width: 768px){#top .profile__loop--font{height:300px;background-size:1800px 300px;animation:loop-fontTab02 8s linear infinite}}@media screen and (min-width: 1024px){#top .profile__loop--font{height:420px;background-size:2500px 420px;animation:loop-fontPc02 10s linear infinite}}@keyframes loop-fontSP02{0%{background-position:0 0}100%{background-position:-800px 0}}@keyframes loop-fontTab02{0%{background-position:0 0}100%{background-position:-1800px 0}}@keyframes loop-fontPc02{0%{background-position:0 0}100%{background-position:-2500px 0}}#top .profile__wrap{margin:0 5%}@media screen and (min-width: 768px){#top .profile__wrap{margin:0 8%}}@media screen and (min-width: 1024px){#top .profile__wrap{margin:0 16%}}#top .profile__word--EN{width:100%;margin-bottom:80px;font-size:36px}@media screen and (min-width: 768px){#top .profile__word--EN{font-size:80px;margin-bottom:120px}}@media screen and (min-width: 1024px){#top .profile__word--EN{font-size:98px;margin-bottom:120px}}#top .profile__txt--EN{line-height:1.2;font-weight:700}#top .profile__hr{position:relative;width:100%;margin:0 auto;margin-bottom:80px}#top .profile__hr::after{position:absolute;content:"";left:0;width:0;height:1px;background:#1e1e1e;transition:1s}@media screen and (min-width: 768px){#top .profile__hr{margin-bottom:120px}}@media screen and (min-width: 1024px){#top .profile__hr{margin-bottom:120px}}#top .profile__container{margin-top:160px}@media screen and (min-width: 768px){#top .profile__container{margin-top:240px}}@media screen and (min-width: 1024px){#top .profile__container{margin-top:240px}}#top .profile__name{margin-bottom:38px;font-family:"source-han-sans-japanese",sans-serif}@media screen and (min-width: 768px){#top .profile__name{font-size:24px}}@media screen and (min-width: 1024px){#top .profile__name{font-size:24px}}#top .profile__name--EN{margin-left:14px;font-size:14px}@media screen and (min-width: 768px){#top .profile__name--EN{font-size:16px}}@media screen and (min-width: 1024px){#top .profile__name--EN{font-size:21px}}#top .profile__word--JP{width:100%;margin-bottom:120px;font-size:14px;font-family:"source-han-sans-japanese",sans-serif}@media screen and (min-width: 768px){#top .profile__word--JP{font-size:16px;margin-bottom:240px}}@media screen and (min-width: 1024px){#top .profile__word--JP{font-size:18px;margin-bottom:240px}}#top .profile__txt--JP{line-height:2.5}#top .profile__gallery{width:100%;position:relative;height:60vh}@media screen and (min-width: 768px){#top .profile__gallery{height:100vh}}@media screen and (min-width: 1024px){#top .profile__gallery{height:100vh}}#top .profile__pic{position:absolute;width:100%}#top .profile__pic--01{width:33.3333333333%;top:0;right:5%;z-index:1}@media screen and (min-width: 768px){#top .profile__pic--01{width:26.3157894737%;top:150px;left:0}}@media screen and (min-width: 1024px){#top .profile__pic--01{width:33.3333333333%;top:180px;left:0}}#top .profile__pic--02{width:83.3333333333%;top:10%;right:0}@media screen and (min-width: 768px){#top .profile__pic--02{width:62.5%;height:100vh;top:0;right:0}}@media screen and (min-width: 1024px){#top .profile__pic--02{width:50%;height:100vh;top:0;right:0}}#top .profile__pic--03{width:40%;top:55%;left:0;z-index:1}@media screen and (min-width: 768px){#top .profile__pic--03{width:33.3333333333%;top:40%;left:50%}}@media screen and (min-width: 1024px){#top .profile__pic--03{width:25%;top:85%;left:20%}}#top .profile__img{display:block;width:100%}#top .skill{background-color:#f5fcfd;padding-top:180px}@media screen and (min-width: 768px){#top .skill{padding-top:80px}}@media screen and (min-width: 1024px){#top .skill{padding-top:460px}}#top .skill__wrap{margin:0 5%}@media screen and (min-width: 768px){#top .skill__wrap{margin:0 8%}}@media screen and (min-width: 1024px){#top .skill__wrap{margin:0 16%;margin-top:400px}}#top .skill__word--EN{width:100%;margin-bottom:80px;font-size:36px}@media screen and (min-width: 768px){#top .skill__word--EN{font-size:80px;margin-bottom:120px}}@media screen and (min-width: 1024px){#top .skill__word--EN{font-size:98px;margin-bottom:120px}}#top .skill__txt--EN{line-height:1.2;font-weight:700}#top .skill__hr{position:relative;width:100%;margin:0 auto;margin-bottom:80px}#top .skill__hr::after{position:absolute;content:"";left:0;width:0;height:1px;background:#1e1e1e;transition:1s}@media screen and (min-width: 768px){#top .skill__hr{margin-bottom:120px}}@media screen and (min-width: 1024px){#top .skill__hr{margin-bottom:120px}}#top .skill__word--JP{width:100%;font-size:14px;font-family:"source-han-sans-japanese",sans-serif;margin:160px 0 120px}@media screen and (min-width: 768px){#top .skill__word--JP{font-size:16px;margin:240px 0 300px}}@media screen and (min-width: 1024px){#top .skill__word--JP{font-size:18px;margin:240px 0 420px}}#top .skill__txt--JP{line-height:2.5}#top .skill__bg{position:relative;background:#ddf5f8;padding-top:120px;z-index:1}@media screen and (min-width: 768px){#top .skill__bg{padding-top:240px}}@media screen and (min-width: 1024px){#top .skill__bg{padding-top:360px}}#top .skill__loop::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;background-image:url("../images/top/svg_skill01.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;top:0;height:240px;background-size:1800px 240px;animation:loop-fontSP03 12s linear infinite}@media screen and (min-width: 768px){#top .skill__loop::before{height:300px;background-size:3800px 300px;animation:loop-fontTab03 16s linear infinite}}@media screen and (min-width: 1024px){#top .skill__loop::before{height:420px;background-size:5000px 420px;animation:loop-fontPc03 18s linear infinite}}@keyframes loop-fontSP03{0%{background-position:0 0}100%{background-position:-1800px 0}}@keyframes loop-fontTab03{0%{background-position:0 0}100%{background-position:-3800px 0}}@keyframes loop-fontPc03{0%{background-position:0 0}100%{background-position:-5000px 0}}#top .skill__wrap--list{margin:0 5%}@media screen and (min-width: 768px){#top .skill__wrap--list{margin:0 8%}}@media screen and (min-width: 1024px){#top .skill__wrap--list{margin:0 16%}}#top .skill__container{width:100%;display:flex;justify-content:center;flex-wrap:wrap;padding-bottom:130px}@media screen and (min-width: 768px){#top .skill__container::after{content:"";display:block;width:640px}}#top .skill__box{position:relative;width:45%;margin-bottom:45px}#top .skill__box::after{content:"";position:absolute;top:69%;left:50%;width:152px;height:152px;background:#f5fcfd;border-radius:50%;transform:translate(-50%, -50%) scale(1);transition:.3s;z-index:-1}@media screen and (min-width: 768px){#top .skill__box::after{top:74%;width:230px;height:230px}}@media screen and (min-width: 1024px){#top .skill__box::after{top:55%;width:90px;height:90px;opacity:0}}@media screen and (min-width: 1024px){#top .skill__box:hover::after{transform:translate(-50%, -50%) scale(4);opacity:1}}@media screen and (min-width: 768px){#top .skill__box{width:320px;margin-bottom:70px}}@media screen and (min-width: 1024px){#top .skill__box{margin-bottom:90px}}#top .skill__logo{width:80px;margin:0 auto;margin-bottom:14px}@media screen and (min-width: 768px){#top .skill__logo{width:90px;margin-bottom:12px}}@media screen and (min-width: 1024px){#top .skill__logo{width:100px;margin-bottom:32px}}#top .skill__img{width:100%;display:block}#top .skill__list{font-size:16px;text-align:center;margin-bottom:10px}@media screen and (min-width: 768px){#top .skill__list{font-size:19px;margin-bottom:10px}}@media screen and (min-width: 1024px){#top .skill__list{font-size:24px;margin-bottom:32px}}#top .skill__sub{width:80%;margin:0 auto;font-size:12px;font-family:"source-han-sans-japanese",sans-serif;line-height:2}@media screen and (min-width: 768px){#top .skill__sub{font-size:13px;width:70%}}@media screen and (min-width: 1024px){#top .skill__sub{font-size:14px}}#top .contact{background-color:#f5fcfd;padding-top:130px}@media screen and (min-width: 1024px){#top .contact{padding-top:300px}}#top .contact__wrap{margin:0 5%}@media screen and (min-width: 768px){#top .contact__wrap{margin:0 8%}}@media screen and (min-width: 1024px){#top .contact__wrap{margin:0 16%}}#top .contact__word--EN{width:100%;margin-bottom:80px;font-size:36px}@media screen and (min-width: 768px){#top .contact__word--EN{font-size:80px;margin-bottom:120px}}@media screen and (min-width: 1024px){#top .contact__word--EN{font-size:98px;margin-bottom:120px}}#top .contact__txt--EN{line-height:1.2;font-weight:700}#top .contact__hr{position:relative;width:100%;margin:0 auto;margin-bottom:80px}#top .contact__hr::after{position:absolute;content:"";left:0;width:0;height:1px;background:#1e1e1e;transition:1s}@media screen and (min-width: 768px){#top .contact__hr{margin-bottom:120px}}@media screen and (min-width: 1024px){#top .contact__hr{margin-bottom:120px}}#top .contact__word--JP{width:100%;font-size:14px;font-family:"source-han-sans-japanese",sans-serif;margin:160px 0 90px}@media screen and (min-width: 768px){#top .contact__word--JP{font-size:16px;margin:240px 0 200px}}@media screen and (min-width: 1024px){#top .contact__word--JP{font-size:18px;margin:240px 0 200px}}#top .contact__txt--JP{line-height:2.5}#top .contact__bg{background:#ddf5f8}#top .contact__ttl{font-size:32px;text-align:center;padding-top:50px;margin-bottom:50px}@media screen and (min-width: 768px){#top .contact__ttl{font-size:80px;padding-top:180px;margin-bottom:120px}}@media screen and (min-width: 1024px){#top .contact__ttl{font-size:100px;padding-top:180px;margin-bottom:120px}}#top .contact .form__box{display:flex;justify-content:space-between;margin-bottom:30px}@media screen and (min-width: 768px){#top .contact .form__box{margin-right:60px;margin-bottom:40px}}@media screen and (min-width: 1024px){#top .contact .form__box{margin-right:200px;margin-bottom:50px}}#top .contact .form__label{display:block;padding:14px 0;font-size:12px;font-family:"source-han-sans-japanese",sans-serif}#top .contact .form__label::after{content:"*";color:#1e1e1e}@media screen and (min-width: 768px){#top .contact .form__label{font-size:18px;font-weight:700}}@media screen and (min-width: 1024px){#top .contact .form__label{font-size:18px;font-weight:700}}#top .contact .form__input{width:65%;padding:10px;background:#fff;font-size:14px;letter-spacing:.2em;border:none;border-radius:5px}#top .contact .form__textarea{width:65%;height:80px;padding:10px;background:#fff;font-size:14px;letter-spacing:.2em;border:none;border-radius:7px;margin-bottom:50px}#top .contact .form__btn{display:flex;justify-content:center;align-items:center}#top .contact .form .btn{position:relative;margin-bottom:50px;z-index:1;max-width:190px;pointer-events:none}@media screen and (min-width: 768px){#top .contact .form .btn{width:28%;margin-bottom:180px;min-width:220px}}@media screen and (min-width: 1024px){#top .contact .form .btn{width:15%;margin-bottom:180px}}#top .contact .form .btn::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#1e1e1e;transform:scale(1, 1);transform-origin:right top;transition:.5s}#top .contact .form .btn:hover::after{transform:scale(0, 1)}#top .contact .form .btn__submit{position:relative;width:100%;padding:10px;color:#1e1e1e;font-size:16px;font-weight:700;background:#ddf5f8;border:none;-webkit-appearance:none}#top .contact .form .btn__submit:hover{cursor:pointer}@media screen and (min-width: 768px){#top .contact .form .btn__submit{font-size:20px}}@media screen and (min-width: 1024px){#top .contact .form .btn__submit{font-size:20px}}#top .contact .form .btn__arrow::after{content:"";position:absolute;top:10px;left:166px;width:8px;height:8px;border-top:2px solid #1e1e1e;border-right:2px solid #1e1e1e}@media screen and (min-width: 768px){#top .contact .form .btn__arrow::after{top:15px;left:200px}}@media screen and (min-width: 1024px){#top .contact .form .btn__arrow::after{top:17px;left:200px}}#top .contact .form .btn__arrow::before{content:"";position:absolute;top:14px;left:164px;width:14px;height:2px;background:#1e1e1e;transform:rotate(-45deg)}@media screen and (min-width: 768px){#top .contact .form .btn__arrow::before{top:20px;left:197px}}@media screen and (min-width: 1024px){#top .contact .form .btn__arrow::before{top:22px;left:197px}}#cafeazito .fv__loop::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:url("../images/detail/font_svg/svg_cafeazito.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;bottom:-40px;height:240px;background-size:600px 240px;animation:loop-fontAzitoSp 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#cafeazito .fv__loop::before{bottom:-60px;height:320px;background-size:1000px 320px;animation:loop-fontAzitoTab 8s linear infinite}}@media screen and (min-width: 1024px){#cafeazito .fv__loop::before{bottom:-160px;height:420px;background-size:1400px 420px;animation:loop-fontAzitoPc 10s linear infinite}}@keyframes loop-fontAzitoSp{0%{background-position:0 0}100%{background-position:-600px 0}}@keyframes loop-fontAzitoTab{0%{background-position:0 0}100%{background-position:-1000px 0}}@keyframes loop-fontAzitoPc{0%{background-position:0 0}100%{background-position:-1400px 0}}#musubi .fv__loop::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:url("../images/detail/font_svg/svg_musubi.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;bottom:-40px;height:240px;background-size:400px 240px;animation:loop-fontMusubiSp 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#musubi .fv__loop::before{bottom:-60px;height:320px;background-size:600px 320px;animation:loop-fontMusubiTab 8s linear infinite}}@media screen and (min-width: 1024px){#musubi .fv__loop::before{bottom:-160px;height:420px;background-size:800px 420px;animation:loop-fontMusubiPc 10s linear infinite}}@keyframes loop-fontMusubiSp{0%{background-position:0 0}100%{background-position:-400px 0}}@keyframes loop-fontMusubiTab{0%{background-position:0 0}100%{background-position:-600px 0}}@keyframes loop-fontMusubiPc{0%{background-position:0 0}100%{background-position:-800px 0}}#nextone .fv__loop::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:url("../images/detail/font_svg/svg_nextone.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;bottom:-40px;height:240px;background-size:1000px 240px;animation:loop-fontNextoneSp 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#nextone .fv__loop::before{bottom:-60px;height:320px;background-size:1400px 320px;animation:loop-fontNextoneTab 8s linear infinite}}@media screen and (min-width: 1024px){#nextone .fv__loop::before{bottom:-180px;height:420px;background-size:1900px 420px;animation:loop-fontNextonePc 10s linear infinite}}@keyframes loop-fontNextoneSp{0%{background-position:0 0}100%{background-position:-1000px 0}}@keyframes loop-fontNextoneTab{0%{background-position:0 0}100%{background-position:-1400px 0}}@keyframes loop-fontNextonePc{0%{background-position:0 0}100%{background-position:-1900px 0}}#unechouette .fv__loop::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:url("../images/detail/font_svg/svg_unechouette.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;bottom:-40px;height:240px;background-size:800px 240px;animation:loop-fontUnechouetteSp 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#unechouette .fv__loop::before{bottom:-60px;height:320px;background-size:1100px 320px;animation:loop-fontUnechouetteTab 8s linear infinite}}@media screen and (min-width: 1024px){#unechouette .fv__loop::before{bottom:-205px;height:420px;background-size:1500px 420px;animation:loop-fontUnechouettePc 10s linear infinite}}@keyframes loop-fontUnechouetteSp{0%{background-position:0 0}100%{background-position:-800px 0}}@keyframes loop-fontUnechouetteTab{0%{background-position:0 0}100%{background-position:-1100px 0}}@keyframes loop-fontUnechouettePc{0%{background-position:0 0}100%{background-position:-1500px 0}}#wss .fv__loop::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:url("../images/detail/font_svg/svg_wss.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;bottom:-40px;height:240px;background-size:1000px 240px;animation:loop-fontWssSp 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#wss .fv__loop::before{bottom:-60px;height:320px;background-size:1500px 320px;animation:loop-fontWssTab 8s linear infinite}}@media screen and (min-width: 1024px){#wss .fv__loop::before{bottom:-172px;height:420px;background-size:2000px 420px;animation:loop-fontWssPc 13s linear infinite}}@keyframes loop-fontWssSp{0%{background-position:0 0}100%{background-position:-1000px 0}}@keyframes loop-fontWssTab{0%{background-position:0 0}100%{background-position:-1500px 0}}@keyframes loop-fontWssPc{0%{background-position:0 0}100%{background-position:-2000px 0}}#snowpark .fv__loop::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:url("../images/detail/font_svg/svg_snowpark.svg");background-repeat:repeat-x;background-position:0 0;z-index:1;bottom:-40px;height:240px;background-size:800px 240px;animation:loop-fontUnechouetteSp 7s linear infinite;overflow:hidden}@media screen and (min-width: 768px){#snowpark .fv__loop::before{bottom:-60px;height:320px;background-size:1100px 320px;animation:loop-fontUnechouetteTab 8s linear infinite}}@media screen and (min-width: 1024px){#snowpark .fv__loop::before{bottom:-205px;height:420px;background-size:1500px 420px;animation:loop-fontUnechouettePc 10s linear infinite}}@keyframes loop-fontUnechouetteSp{0%{background-position:0 0}100%{background-position:-800px 0}}@keyframes loop-fontUnechouetteTab{0%{background-position:0 0}100%{background-position:-1100px 0}}@keyframes loop-fontUnechouettePc{0%{background-position:0 0}100%{background-position:-1500px 0}}#cafeazito,#musubi,#nextone,#unechouette,#wss,#snowpark{background-color:#f5fcfd}#cafeazito .fv,#musubi .fv,#nextone .fv,#unechouette .fv,#wss .fv,#snowpark .fv{height:80vh;overflow:hidden}@media screen and (min-width: 768px){#cafeazito .fv,#musubi .fv,#nextone .fv,#unechouette .fv,#wss .fv,#snowpark .fv{height:90vh}}@media screen and (min-width: 1024px){#cafeazito .fv,#musubi .fv,#nextone .fv,#unechouette .fv,#wss .fv,#snowpark .fv{height:100vh}}#cafeazito .fv__pic,#musubi .fv__pic,#nextone .fv__pic,#unechouette .fv__pic,#wss .fv__pic,#snowpark .fv__pic{width:100%}#cafeazito .fv__img,#musubi .fv__img,#nextone .fv__img,#unechouette .fv__img,#wss .fv__img,#snowpark .fv__img{display:block;width:100%}#cafeazito .fv__loop,#musubi .fv__loop,#nextone .fv__loop,#unechouette .fv__loop,#wss .fv__loop,#snowpark .fv__loop{padding-bottom:150px}@media screen and (min-width: 768px){#cafeazito .fv__loop,#musubi .fv__loop,#nextone .fv__loop,#unechouette .fv__loop,#wss .fv__loop,#snowpark .fv__loop{padding-bottom:300px}}@media screen and (min-width: 1024px){#cafeazito .fv__loop,#musubi .fv__loop,#nextone .fv__loop,#unechouette .fv__loop,#wss .fv__loop,#snowpark .fv__loop{padding-bottom:300px}}#cafeazito .intro,#musubi .intro,#nextone .intro,#unechouette .intro,#wss .intro,#snowpark .intro{padding-top:180px;margin:0 5%}@media screen and (min-width: 768px){#cafeazito .intro,#musubi .intro,#nextone .intro,#unechouette .intro,#wss .intro,#snowpark .intro{padding-top:240px;margin:0 8%}}@media screen and (min-width: 1024px){#cafeazito .intro,#musubi .intro,#nextone .intro,#unechouette .intro,#wss .intro,#snowpark .intro{padding-top:340px;margin:0 16%}}#cafeazito .intro__wrap,#musubi .intro__wrap,#nextone .intro__wrap,#unechouette .intro__wrap,#wss .intro__wrap,#snowpark .intro__wrap{margin-bottom:120px}#cafeazito .intro__title,#musubi .intro__title,#nextone .intro__title,#unechouette .intro__title,#wss .intro__title,#snowpark .intro__title{width:100%}#cafeazito .intro__num,#musubi .intro__num,#nextone .intro__num,#unechouette .intro__num,#wss .intro__num,#snowpark .intro__num{display:block;font-size:11px;margin-bottom:50px}@media screen and (min-width: 1024px){#cafeazito .intro__num,#musubi .intro__num,#nextone .intro__num,#unechouette .intro__num,#wss .intro__num,#snowpark .intro__num{font-size:21px}}#cafeazito .intro__ttl,#musubi .intro__ttl,#nextone .intro__ttl,#unechouette .intro__ttl,#wss .intro__ttl,#snowpark .intro__ttl{width:100%;font-size:36px;margin-bottom:60px}@media screen and (min-width: 1024px){#cafeazito .intro__ttl,#musubi .intro__ttl,#nextone .intro__ttl,#unechouette .intro__ttl,#wss .intro__ttl,#snowpark .intro__ttl{font-size:109px;margin-bottom:100px}}#cafeazito .intro__hr,#musubi .intro__hr,#nextone .intro__hr,#unechouette .intro__hr,#wss .intro__hr,#snowpark .intro__hr{width:100%;height:1px;background:#1e1e1e;margin:0 auto;margin-bottom:60px}@media screen and (min-width: 1024px){#cafeazito .intro__hr,#musubi .intro__hr,#nextone .intro__hr,#unechouette .intro__hr,#wss .intro__hr,#snowpark .intro__hr{margin-bottom:100px}}@media screen and (min-width: 1024px){#cafeazito .intro__container,#musubi .intro__container,#nextone .intro__container,#unechouette .intro__container,#wss .intro__container,#snowpark .intro__container{display:flex;justify-content:space-between}}#cafeazito .intro__concept,#musubi .intro__concept,#nextone .intro__concept,#unechouette .intro__concept,#wss .intro__concept,#snowpark .intro__concept{width:100%;font-size:14px;font-family:"source-han-sans-japanese",sans-serif;margin-bottom:60px}@media screen and (min-width: 768px){#cafeazito .intro__concept,#musubi .intro__concept,#nextone .intro__concept,#unechouette .intro__concept,#wss .intro__concept,#snowpark .intro__concept{margin-bottom:80px}}@media screen and (min-width: 1024px){#cafeazito .intro__concept,#musubi .intro__concept,#nextone .intro__concept,#unechouette .intro__concept,#wss .intro__concept,#snowpark .intro__concept{width:70%;font-size:18px;margin-bottom:80px}}#cafeazito .intro__lead,#musubi .intro__lead,#nextone .intro__lead,#unechouette .intro__lead,#wss .intro__lead,#snowpark .intro__lead{width:100%;margin-bottom:60px;font-size:16px;line-height:1.5}@media screen and (min-width: 1024px){#cafeazito .intro__lead,#musubi .intro__lead,#nextone .intro__lead,#unechouette .intro__lead,#wss .intro__lead,#snowpark .intro__lead{font-size:20px;margin-bottom:60px}}#cafeazito .intro__box,#musubi .intro__box,#nextone .intro__box,#unechouette .intro__box,#wss .intro__box,#snowpark .intro__box{margin-bottom:30px}#cafeazito .intro__block,#musubi .intro__block,#nextone .intro__block,#unechouette .intro__block,#wss .intro__block,#snowpark .intro__block{margin-bottom:16px}#cafeazito .intro__list,#musubi .intro__list,#nextone .intro__list,#unechouette .intro__list,#wss .intro__list,#snowpark .intro__list{font-size:16px;margin-bottom:10px}@media screen and (min-width: 1024px){#cafeazito .intro__list,#musubi .intro__list,#nextone .intro__list,#unechouette .intro__list,#wss .intro__list,#snowpark .intro__list{font-size:20px;font-weight:700}}#cafeazito .intro__txt,#musubi .intro__txt,#nextone .intro__txt,#unechouette .intro__txt,#wss .intro__txt,#snowpark .intro__txt{width:100%;line-height:1.5}#cafeazito .intro__txt--emphasis,#musubi .intro__txt--emphasis,#nextone .intro__txt--emphasis,#unechouette .intro__txt--emphasis,#wss .intro__txt--emphasis,#snowpark .intro__txt--emphasis{font-size:18px;padding:16px 10px}#cafeazito .intro__ul,#musubi .intro__ul,#nextone .intro__ul,#unechouette .intro__ul,#wss .intro__ul,#snowpark .intro__ul{list-style-type:none}#cafeazito .intro__li,#musubi .intro__li,#nextone .intro__li,#unechouette .intro__li,#wss .intro__li,#snowpark .intro__li{position:relative;padding-left:20px}#cafeazito .intro__li::before,#musubi .intro__li::before,#nextone .intro__li::before,#unechouette .intro__li::before,#wss .intro__li::before,#snowpark .intro__li::before{content:"・";display:block;position:absolute;top:0;left:0}#cafeazito .intro__label,#musubi .intro__label,#nextone .intro__label,#unechouette .intro__label,#wss .intro__label,#snowpark .intro__label{margin-bottom:5px}#cafeazito .intro__side,#musubi .intro__side,#nextone .intro__side,#unechouette .intro__side,#wss .intro__side,#snowpark .intro__side{width:100%;font-family:"source-han-sans-japanese",sans-serif;margin-bottom:90px}@media screen and (min-width: 1024px){#cafeazito .intro__side,#musubi .intro__side,#nextone .intro__side,#unechouette .intro__side,#wss .intro__side,#snowpark .intro__side{width:20%}}#cafeazito .intro__sub,#musubi .intro__sub,#nextone .intro__sub,#unechouette .intro__sub,#wss .intro__sub,#snowpark .intro__sub{font-size:14px}@media screen and (min-width: 1024px){#cafeazito .intro__sub,#musubi .intro__sub,#nextone .intro__sub,#unechouette .intro__sub,#wss .intro__sub,#snowpark .intro__sub{font-size:16px}}#cafeazito .intro .btn,#musubi .intro .btn,#nextone .intro .btn,#unechouette .intro .btn,#wss .intro .btn,#snowpark .intro .btn{position:relative;width:43%;z-index:1}@media screen and (min-width: 768px){#cafeazito .intro .btn,#musubi .intro .btn,#nextone .intro .btn,#unechouette .intro .btn,#wss .intro .btn,#snowpark .intro .btn{width:29%}}@media screen and (min-width: 1024px){#cafeazito .intro .btn,#musubi .intro .btn,#nextone .intro .btn,#unechouette .intro .btn,#wss .intro .btn,#snowpark .intro .btn{width:15%}}#cafeazito .intro .btn::after,#musubi .intro .btn::after,#nextone .intro .btn::after,#unechouette .intro .btn::after,#wss .intro .btn::after,#snowpark .intro .btn::after{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:#ddf5f8;border-radius:50%;transform:translate(-50%, -50%) scale(1);transition:.5s;pointer-events:none;opacity:0;z-index:-1}#cafeazito .intro .btn:hover::after,#musubi .intro .btn:hover::after,#nextone .intro .btn:hover::after,#unechouette .intro .btn:hover::after,#wss .intro .btn:hover::after,#snowpark .intro .btn:hover::after{transform:translate(-50%, -50%) scale(4);opacity:.5}#cafeazito .intro .btn__link,#musubi .intro .btn__link,#nextone .intro .btn__link,#unechouette .intro .btn__link,#wss .intro .btn__link,#snowpark .intro .btn__link{display:block;width:100%;padding:10px 0;text-decoration:none;color:#1e1e1e}@media screen and (min-width: 1024px){#cafeazito .intro .btn__link,#musubi .intro .btn__link,#nextone .intro .btn__link,#unechouette .intro .btn__link,#wss .intro .btn__link,#snowpark .intro .btn__link{padding:15px 0}}#cafeazito .intro .btn__link::after,#musubi .intro .btn__link::after,#nextone .intro .btn__link::after,#unechouette .intro .btn__link::after,#wss .intro .btn__link::after,#snowpark .intro .btn__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;transform:scale(1, 1);transform-origin:right top;background:#1e1e1e;transition:.5s}#cafeazito .intro .btn__link:hover::after,#musubi .intro .btn__link:hover::after,#nextone .intro .btn__link:hover::after,#unechouette .intro .btn__link:hover::after,#wss .intro .btn__link:hover::after,#snowpark .intro .btn__link:hover::after{transform:scale(0, 1)}#cafeazito .intro .btn__txt,#musubi .intro .btn__txt,#nextone .intro .btn__txt,#unechouette .intro .btn__txt,#wss .intro .btn__txt,#snowpark .intro .btn__txt{font-size:18px;font-weight:700}@media screen and (min-width: 768px){#cafeazito .intro .btn__txt,#musubi .intro .btn__txt,#nextone .intro .btn__txt,#unechouette .intro .btn__txt,#wss .intro .btn__txt,#snowpark .intro .btn__txt{font-size:24px}}@media screen and (min-width: 1024px){#cafeazito .intro .btn__txt,#musubi .intro .btn__txt,#nextone .intro .btn__txt,#unechouette .intro .btn__txt,#wss .intro .btn__txt,#snowpark .intro .btn__txt{font-size:28px}}#cafeazito .intro .btn__arrow::after,#musubi .intro .btn__arrow::after,#nextone .intro .btn__arrow::after,#unechouette .intro .btn__arrow::after,#wss .intro .btn__arrow::after,#snowpark .intro .btn__arrow::after{content:"";position:absolute;top:10px;left:136px;width:8px;height:8px;border-top:2px solid #1e1e1e;border-right:2px solid #1e1e1e}@media screen and (min-width: 768px){#cafeazito .intro .btn__arrow::after,#musubi .intro .btn__arrow::after,#nextone .intro .btn__arrow::after,#unechouette .intro .btn__arrow::after,#wss .intro .btn__arrow::after,#snowpark .intro .btn__arrow::after{top:13px;left:185px}}@media screen and (min-width: 1024px){#cafeazito .intro .btn__arrow::after,#musubi .intro .btn__arrow::after,#nextone .intro .btn__arrow::after,#unechouette .intro .btn__arrow::after,#wss .intro .btn__arrow::after,#snowpark .intro .btn__arrow::after{top:13px;left:161px}}#cafeazito .intro .btn__arrow::before,#musubi .intro .btn__arrow::before,#nextone .intro .btn__arrow::before,#unechouette .intro .btn__arrow::before,#wss .intro .btn__arrow::before,#snowpark .intro .btn__arrow::before{content:"";position:absolute;top:14px;left:134px;width:14px;height:2px;background:#1e1e1e;transform:rotate(-45deg)}@media screen and (min-width: 768px){#cafeazito .intro .btn__arrow::before,#musubi .intro .btn__arrow::before,#nextone .intro .btn__arrow::before,#unechouette .intro .btn__arrow::before,#wss .intro .btn__arrow::before,#snowpark .intro .btn__arrow::before{top:18px;left:182px}}@media screen and (min-width: 1024px){#cafeazito .intro .btn__arrow::before,#musubi .intro .btn__arrow::before,#nextone .intro .btn__arrow::before,#unechouette .intro .btn__arrow::before,#wss .intro .btn__arrow::before,#snowpark .intro .btn__arrow::before{top:18px;left:157px}}#cafeazito .gallery,#musubi .gallery,#nextone .gallery,#unechouette .gallery,#wss .gallery,#snowpark .gallery{background:#ddf5f8;padding:90px 0}@media screen and (min-width: 768px){#cafeazito .gallery,#musubi .gallery,#nextone .gallery,#unechouette .gallery,#wss .gallery,#snowpark .gallery{padding:180px 0}}@media screen and (min-width: 1024px){#cafeazito .gallery,#musubi .gallery,#nextone .gallery,#unechouette .gallery,#wss .gallery,#snowpark .gallery{padding:200px 0}}#cafeazito .gallery__wrap,#musubi .gallery__wrap,#nextone .gallery__wrap,#unechouette .gallery__wrap,#wss .gallery__wrap,#snowpark .gallery__wrap{margin:0 5%}@media screen and (min-width: 768px){#cafeazito .gallery__wrap,#musubi .gallery__wrap,#nextone .gallery__wrap,#unechouette .gallery__wrap,#wss .gallery__wrap,#snowpark .gallery__wrap{margin:0 8%}}@media screen and (min-width: 1024px){#cafeazito .gallery__wrap,#musubi .gallery__wrap,#nextone .gallery__wrap,#unechouette .gallery__wrap,#wss .gallery__wrap,#snowpark .gallery__wrap{margin:0 16%}}#cafeazito .gallery__pic,#musubi .gallery__pic,#nextone .gallery__pic,#unechouette .gallery__pic,#wss .gallery__pic,#snowpark .gallery__pic{width:100%;margin:0 auto}#cafeazito .gallery__img,#musubi .gallery__img,#nextone .gallery__img,#unechouette .gallery__img,#wss .gallery__img,#snowpark .gallery__img{display:block;width:100%}#cafeazito .next__wrap,#musubi .next__wrap,#nextone .next__wrap,#unechouette .next__wrap,#wss .next__wrap,#snowpark .next__wrap{margin:0 5%;margin-bottom:50px}@media screen and (min-width: 768px){#cafeazito .next__wrap,#musubi .next__wrap,#nextone .next__wrap,#unechouette .next__wrap,#wss .next__wrap,#snowpark .next__wrap{margin:0 8%;margin-bottom:180px}}@media screen and (min-width: 1024px){#cafeazito .next__wrap,#musubi .next__wrap,#nextone .next__wrap,#unechouette .next__wrap,#wss .next__wrap,#snowpark .next__wrap{margin:0 16%;margin-bottom:240px}}#cafeazito .next__title,#musubi .next__title,#nextone .next__title,#unechouette .next__title,#wss .next__title,#snowpark .next__title{width:100%;margin-top:80px}@media screen and (min-width: 768px){#cafeazito .next__title,#musubi .next__title,#nextone .next__title,#unechouette .next__title,#wss .next__title,#snowpark .next__title{margin-top:160px}}@media screen and (min-width: 1024px){#cafeazito .next__title,#musubi .next__title,#nextone .next__title,#unechouette .next__title,#wss .next__title,#snowpark .next__title{margin-top:240px}}#cafeazito .next__num,#musubi .next__num,#nextone .next__num,#unechouette .next__num,#wss .next__num,#snowpark .next__num{display:block;font-size:14px;margin-bottom:20px}@media screen and (min-width: 768px){#cafeazito .next__num,#musubi .next__num,#nextone .next__num,#unechouette .next__num,#wss .next__num,#snowpark .next__num{font-size:18px;margin-bottom:30px}}@media screen and (min-width: 1024px){#cafeazito .next__num,#musubi .next__num,#nextone .next__num,#unechouette .next__num,#wss .next__num,#snowpark .next__num{font-size:21px;margin-bottom:40px}}#cafeazito .next__lead,#musubi .next__lead,#nextone .next__lead,#unechouette .next__lead,#wss .next__lead,#snowpark .next__lead{width:100%;font-size:38px;margin-bottom:16px}@media screen and (min-width: 768px){#cafeazito .next__lead,#musubi .next__lead,#nextone .next__lead,#unechouette .next__lead,#wss .next__lead,#snowpark .next__lead{font-size:72px;margin-bottom:30px}}@media screen and (min-width: 1024px){#cafeazito .next__lead,#musubi .next__lead,#nextone .next__lead,#unechouette .next__lead,#wss .next__lead,#snowpark .next__lead{font-size:109px;margin-bottom:40px}}#cafeazito .next__ttl,#musubi .next__ttl,#nextone .next__ttl,#unechouette .next__ttl,#wss .next__ttl,#snowpark .next__ttl{position:relative;width:100%;margin-bottom:80px;font-size:38px}@media screen and (min-width: 768px){#cafeazito .next__ttl,#musubi .next__ttl,#nextone .next__ttl,#unechouette .next__ttl,#wss .next__ttl,#snowpark .next__ttl{font-size:72px}}@media screen and (min-width: 1024px){#cafeazito .next__ttl,#musubi .next__ttl,#nextone .next__ttl,#unechouette .next__ttl,#wss .next__ttl,#snowpark .next__ttl{font-size:109px;margin-bottom:200px}}#cafeazito .next__ttl::after,#musubi .next__ttl::after,#nextone .next__ttl::after,#unechouette .next__ttl::after,#wss .next__ttl::after,#snowpark .next__ttl::after{content:"";position:absolute;top:50%;left:50%;width:50vw;height:50vw;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat;transform:translate(-50%, -30%);z-index:-1}@media screen and (min-width: 1024px){#cafeazito .next__ttl::after,#musubi .next__ttl::after,#nextone .next__ttl::after,#unechouette .next__ttl::after,#wss .next__ttl::after,#snowpark .next__ttl::after{width:30vw;height:30vw}}#cafeazito .next .bg01::after,#musubi .next .bg01::after,#nextone .next .bg01::after,#unechouette .next .bg01::after,#wss .next .bg01::after,#snowpark .next .bg01::after{background-image:url(../images/detail/detail_azito_next.jpg)}#cafeazito .next .bg02::after,#musubi .next .bg02::after,#nextone .next .bg02::after,#unechouette .next .bg02::after,#wss .next .bg02::after,#snowpark .next .bg02::after{background-image:url(../images/detail/detail_musubi_next.jpg)}#cafeazito .next .bg03::after,#musubi .next .bg03::after,#nextone .next .bg03::after,#unechouette .next .bg03::after,#wss .next .bg03::after,#snowpark .next .bg03::after{background-image:url(../images/detail/detail_nextone_next.jpg)}#cafeazito .next .bg04::after,#musubi .next .bg04::after,#nextone .next .bg04::after,#unechouette .next .bg04::after,#wss .next .bg04::after,#snowpark .next .bg04::after{background-image:url(../images/detail/detail_wss_next.jpg)}#cafeazito .next .bg05::after,#musubi .next .bg05::after,#nextone .next .bg05::after,#unechouette .next .bg05::after,#wss .next .bg05::after,#snowpark .next .bg05::after{background-image:url(../images/detail/detail_chouette_next.jpg)}#cafeazito .next .bg06::after,#musubi .next .bg06::after,#nextone .next .bg06::after,#unechouette .next .bg06::after,#wss .next .bg06::after,#snowpark .next .bg06::after{background-image:url(../images/detail/detail_snowpark_next.jpg)}#cafeazito .next .btn,#musubi .next .btn,#nextone .next .btn,#unechouette .next .btn,#wss .next .btn,#snowpark .next .btn{position:relative;width:43%;z-index:1}@media screen and (min-width: 768px){#cafeazito .next .btn,#musubi .next .btn,#nextone .next .btn,#unechouette .next .btn,#wss .next .btn,#snowpark .next .btn{width:29%}}@media screen and (min-width: 1024px){#cafeazito .next .btn,#musubi .next .btn,#nextone .next .btn,#unechouette .next .btn,#wss .next .btn,#snowpark .next .btn{width:20%}}#cafeazito .next .btn::after,#musubi .next .btn::after,#nextone .next .btn::after,#unechouette .next .btn::after,#wss .next .btn::after,#snowpark .next .btn::after{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:#ddf5f8;border-radius:50%;transform:translate(-50%, -50%) scale(1);transition:.5s;pointer-events:none;opacity:0;z-index:-1}#cafeazito .next .btn:hover::after,#musubi .next .btn:hover::after,#nextone .next .btn:hover::after,#unechouette .next .btn:hover::after,#wss .next .btn:hover::after,#snowpark .next .btn:hover::after{transform:translate(-50%, -50%) scale(4);opacity:.5}#cafeazito .next .btn__link,#musubi .next .btn__link,#nextone .next .btn__link,#unechouette .next .btn__link,#wss .next .btn__link,#snowpark .next .btn__link{display:block;width:100%;padding:10px 0;text-decoration:none;color:#1e1e1e}@media screen and (min-width: 1024px){#cafeazito .next .btn__link,#musubi .next .btn__link,#nextone .next .btn__link,#unechouette .next .btn__link,#wss .next .btn__link,#snowpark .next .btn__link{padding:15px 0}}#cafeazito .next .btn__link::after,#musubi .next .btn__link::after,#nextone .next .btn__link::after,#unechouette .next .btn__link::after,#wss .next .btn__link::after,#snowpark .next .btn__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;transform:scale(1, 1);transform-origin:right top;background:#1e1e1e;transition:.5s}#cafeazito .next .btn__link:hover::after,#musubi .next .btn__link:hover::after,#nextone .next .btn__link:hover::after,#unechouette .next .btn__link:hover::after,#wss .next .btn__link:hover::after,#snowpark .next .btn__link:hover::after{transform:scale(0, 1)}#cafeazito .next .btn__txt,#musubi .next .btn__txt,#nextone .next .btn__txt,#unechouette .next .btn__txt,#wss .next .btn__txt,#snowpark .next .btn__txt{font-size:18px;font-weight:700}@media screen and (min-width: 768px){#cafeazito .next .btn__txt,#musubi .next .btn__txt,#nextone .next .btn__txt,#unechouette .next .btn__txt,#wss .next .btn__txt,#snowpark .next .btn__txt{font-size:24px}}@media screen and (min-width: 1024px){#cafeazito .next .btn__txt,#musubi .next .btn__txt,#nextone .next .btn__txt,#unechouette .next .btn__txt,#wss .next .btn__txt,#snowpark .next .btn__txt{font-size:28px}}#cafeazito .next .btn__arrow::after,#musubi .next .btn__arrow::after,#nextone .next .btn__arrow::after,#unechouette .next .btn__arrow::after,#wss .next .btn__arrow::after,#snowpark .next .btn__arrow::after{content:"";position:absolute;top:10px;left:136px;width:8px;height:8px;border-top:2px solid #1e1e1e;border-right:2px solid #1e1e1e}@media screen and (min-width: 768px){#cafeazito .next .btn__arrow::after,#musubi .next .btn__arrow::after,#nextone .next .btn__arrow::after,#unechouette .next .btn__arrow::after,#wss .next .btn__arrow::after,#snowpark .next .btn__arrow::after{top:13px;left:185px}}@media screen and (min-width: 1024px){#cafeazito .next .btn__arrow::after,#musubi .next .btn__arrow::after,#nextone .next .btn__arrow::after,#unechouette .next .btn__arrow::after,#wss .next .btn__arrow::after,#snowpark .next .btn__arrow::after{top:13px;left:215px}}#cafeazito .next .btn__arrow::before,#musubi .next .btn__arrow::before,#nextone .next .btn__arrow::before,#unechouette .next .btn__arrow::before,#wss .next .btn__arrow::before,#snowpark .next .btn__arrow::before{content:"";position:absolute;top:14px;left:134px;width:14px;height:2px;background:#1e1e1e;transform:rotate(-45deg)}@media screen and (min-width: 768px){#cafeazito .next .btn__arrow::before,#musubi .next .btn__arrow::before,#nextone .next .btn__arrow::before,#unechouette .next .btn__arrow::before,#wss .next .btn__arrow::before,#snowpark .next .btn__arrow::before{top:18px;left:182px}}@media screen and (min-width: 1024px){#cafeazito .next .btn__arrow::before,#musubi .next .btn__arrow::before,#nextone .next .btn__arrow::before,#unechouette .next .btn__arrow::before,#wss .next .btn__arrow::before,#snowpark .next .btn__arrow::before{top:18px;left:212px}}#cafeazito .next__back,#musubi .next__back,#nextone .next__back,#unechouette .next__back,#wss .next__back,#snowpark .next__back{margin:0 auto;padding:80px 0;white-space:nowrap;overflow:hidden}@media screen and (min-width: 768px){#cafeazito .next__back,#musubi .next__back,#nextone .next__back,#unechouette .next__back,#wss .next__back,#snowpark .next__back{padding:90px 0}}@media screen and (min-width: 1024px){#cafeazito .next__back,#musubi .next__back,#nextone .next__back,#unechouette .next__back,#wss .next__back,#snowpark .next__back{padding:90px 0}}#cafeazito .next__link--back,#musubi .next__link--back,#nextone .next__link--back,#unechouette .next__link--back,#wss .next__link--back,#snowpark .next__link--back{color:#7bdbec;text-decoration:none}#cafeazito .next__img--back,#musubi .next__img--back,#nextone .next__img--back,#unechouette .next__img--back,#wss .next__img--back,#snowpark .next__img--back{display:block;margin:0 auto;width:90%}@media screen and (min-width: 768px){#cafeazito .next__img--back,#musubi .next__img--back,#nextone .next__img--back,#unechouette .next__img--back,#wss .next__img--back,#snowpark .next__img--back{width:80%}}#production{background-color:#f5fcfd;margin-top:100px}@media screen and (min-width: 1024px){#production .title{margin-top:0}}#production .title__box{margin-bottom:180px;overflow:hidden}@media screen and (min-width: 768px){#production .title__box{font-size:220px;margin-bottom:240px}}@media screen and (min-width: 1024px){#production .title__box{font-size:400px;padding-top:90px;margin-bottom:300px}}#production .title__ttl{text-align:center;font-family:"pressio-compressed",sans-serif;color:#7bdbec;font-size:110px}@media screen and (min-width: 768px){#production .title__ttl{font-size:220px}}@media screen and (min-width: 1024px){#production .title__ttl{font-size:400px}}#production .title__txt{font-family:"pressio-compressed",sans-serif;color:#7bdbec;text-align:center;font-size:36px}@media screen and (min-width: 768px){#production .title__txt{font-size:72px}}@media screen and (min-width: 1024px){#production .title__txt{font-size:132px}}#production .list__wrap{margin:0 5%;margin-bottom:40px}@media screen and (min-width: 768px){#production .list__wrap{margin:0 8%;margin-bottom:80px}}@media screen and (min-width: 1024px){#production .list__wrap{margin:0 16%;margin-bottom:120px}}#production .list__ul{width:90%;margin:0 auto}@media screen and (min-width: 768px){#production .list__ul{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}}#production .list__list{position:relative;list-style-type:none;margin-bottom:80px}@media screen and (min-width: 768px){#production .list__list{width:48%;margin-bottom:120px}}@media screen and (min-width: 1024px){#production .list__list{width:45%;margin-bottom:140px}}#production .list__link{color:#fff;text-decoration:none}#production .list__txt{position:absolute;top:-28px;left:0;display:flex;justify-content:space-between;align-items:center;color:#7bdbec;font-weight:bold}@media screen and (min-width: 768px){#production .list__txt{top:-30px}}@media screen and (min-width: 1024px){#production .list__txt{top:-40px}}#production .list__sub{font-size:18px}@media screen and (min-width: 768px){#production .list__sub{font-size:20px}}@media screen and (min-width: 1024px){#production .list__sub{font-size:30px}}#production .list__date{font-size:22px}@media screen and (min-width: 768px){#production .list__date{font-size:24px}}@media screen and (min-width: 1024px){#production .list__date{font-size:34px}}#production .list__img{width:100%;display:block}#production .end__wrap{margin:0 5%}@media screen and (min-width: 768px){#production .end__wrap{margin:0 8%}}@media screen and (min-width: 1024px){#production .end__wrap{margin:0 16%}}#production .end__word{width:100%;margin-bottom:45px;font-size:36px}@media screen and (min-width: 768px){#production .end__word{font-size:70px;margin-bottom:90px}}@media screen and (min-width: 1024px){#production .end__word{font-size:109px;margin-bottom:200px}}#production .end__txt{line-height:1.2;font-weight:700}#production .end__hr{position:relative;width:100%;margin-bottom:120px}#production .end__hr::after{position:absolute;content:"";left:0;width:100%;height:1px;background:#1e1e1e}.rotateTop{transform:translateY(6px) rotate(45deg)}.rotateBottom{transform:translateY(-6px) rotate(-45deg)}.menu-active{pointer-events:auto;opacity:1}.menu__nav-active{transform:translateY(0);opacity:1}.menu__box-active{transform:translateY(0);opacity:1}.navChange{opacity:1}.circleAnimated{transform:scale(100)}.smoothTextTrigger{transition:.8s ease-in-out;transform:translate3d(0, 100%, 0) skewY(12deg);transform-origin:left;display:block}.smoothTextTrigger.smoothTextAppear{transform:translate3d(0, 0, 0) skewY(0)}.scrollHr{width:100%}#top .scrollHr::after{width:100%}#top .isActiveHr::before{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:#f5fcfd;border-radius:50%;transform:translate(-50%, -50%) scale(1);transition:.5s;opacity:0;z-index:-1}#top .isActiveHr:hover::before{transform:translate(-50%, -50%) scale(4);opacity:.5}#top .isActiveHr::after{width:100%;transform:scale(1, 1);transform-origin:right top}#top .isActiveHr:hover::after{transform:scale(0, 1)}#top .product .btnLinkHr::after{width:0}#top .imageChange{opacity:1}/*# sourceMappingURL=style.css.map */