@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}header{border-bottom:solid 1px #dcdddd}header .inner{position:relative;box-sizing:border-box;border-left:solid 1px #dcdddd;border-right:solid 1px #dcdddd;height:70px;width:960px;margin:0 auto;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){header .inner{width:90vw}}header .inner::after{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:90px;height:90px;bottom:-45px;left:-46px;z-index:10}@media screen and (max-width: 768px){header .inner::after{width:8vw;height:8vw;bottom:-4vw;left:-4vw}}header .inner::before{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:90px;height:90px;bottom:-45px;right:-46px;z-index:10}@media screen and (max-width: 768px){header .inner::before{width:8vw;height:8vw;bottom:-4vw;right:-4vw}}header .inner.small::after{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:32px;height:32px;bottom:-16px;left:-16px;z-index:10}@media screen and (max-width: 768px){header .inner.small::after{width:8vw;height:8vw;bottom:-4vw;left:-4vw}}header .inner.small::before{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:32px;height:32px;bottom:-16px;right:-16px;z-index:10}@media screen and (max-width: 768px){header .inner.small::before{width:8vw;height:8vw;bottom:-4vw;right:-4vw}}header h1{width:200px;transition:all 0.4s ease-out}@media screen and (max-width: 768px){header h1{width:40vw}}.hero{width:100%;display:flex;border-bottom:solid 1px #dcdddd}.hero .bg1{position:relative;width:960px;height:539px;border-left:solid 1px #dcdddd;border-right:solid 1px #dcdddd;background-image:url(../img/main_pc.gif);background-size:cover}.hero .bg1 video{width:100%}@media screen and (max-width: 768px){.hero .bg1{width:90vw;height:90vw;background-image:url(../img/main_sp.gif)}}.hero .bg1::after{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:90px;height:90px;bottom:-46px;left:-46px;z-index:10}@media screen and (max-width: 768px){.hero .bg1::after{width:8vw;height:8vw;bottom:-4vw;left:-4vw}}.hero .bg1::before{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:90px;height:90px;bottom:-46px;right:-46px;z-index:10}@media screen and (max-width: 768px){.hero .bg1::before{width:8vw;height:8vw;bottom:-4vw;right:-4vw}}.hero .bg2{width:calc((100% - 960px)/2);height:539px;background-size:cover}@media screen and (max-width: 768px){.hero .bg2{background-image:none;width:5vw;height:90vw}}.anim-img{opacity:0;transition:transform 0.5s linear;animation-duration:1.0s;animation-fill-mode:both;animation-delay:0.8s}.anim-img2{opacity:0;transition:transform 0.5s linear;animation-duration:1.5s;animation-fill-mode:both;animation-delay:1.5s}.anim-img3{opacity:0;transition:transform 0.5s linear;animation-duration:1.5s;animation-fill-mode:both;animation-delay:3.5s}.img-blur{-webkit-animation-name:imageBlur;animation-name:imageBlur;opacity:1;transition:.8s}@-webkit-keyframes imageBlur{from{opacity:0;-webkit-filter:blur(15px);-moz-filter:blur(15px);-ms-filter:blur(15px);-o-filter:blur(15px);filter:blur(15px)}to{opacity:1;-webkit-filter:blur(0px);-moz-filter:blur(0px);-ms-filter:blur(0px);-o-filter:blur(0px);filter:blur(0px)}}@keyframes imageBlur{from{opacity:0;-webkit-filter:blur(15px);-moz-filter:blur(15px);-ms-filter:blur(15px);-o-filter:blur(15px);filter:blur(15px)}to{opacity:1;-webkit-filter:blur(0px);-moz-filter:blur(0px);-ms-filter:blur(0px);-o-filter:blur(0px);filter:blur(0px)}}#modal{position:fixed;z-index:8000;width:100%;height:100%;top:0;left:0;pointer-events:none;top:-120%;opacity:0;transition:opacity 0.5s linear, top 0s 0.5s}#modal .bg{position:fixed;width:100%;height:120%;top:-10%;left:0;background-color:#FFF}#modal .close{position:fixed;z-index:9000;top:0;right:0;background-color:#333;cursor:pointer}@media screen and (max-width: 768px){#modal .close{width:40px;height:40px}}@media print, screen and (min-width: 769px){#modal .close{width:60px;height:60px}}#modal .close:before,#modal .close:after{content:"";position:absolute;background-color:#FFF;border-radius:2px}@media screen and (max-width: 768px){#modal .close:before,#modal .close:after{width:30px;height:2px;top:20px;left:5px}}@media print, screen and (min-width: 769px){#modal .close:before,#modal .close:after{width:40px;height:4px;top:30px;left:10px}}#modal .close:before{transform:rotate(45deg)}#modal .close:after{transform:rotate(-45deg)}#modal article.movie{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;pointer-events:none}#modal article.movie .embed{position:relative;pointer-events:all}@media (aspect-ratio: 16 / 11), (min-aspect-ratio: 16 / 11){#modal article.movie .embed{width:142.22vh;height:80vh}}@media (max-aspect-ratio: 16 / 11){#modal article.movie .embed{width:90vw;height:50.62vw}}#modal article.movie .embed iframe{position:relative;z-index:1;width:100%;height:100%}#modal .close{transition:all 0.5s ease}#modal.show{opacity:1;top:0;transition:opacity 0.5s linear, top 0s;pointer-events:auto}main{width:100%}main .work{position:relative;max-width:1350px;margin:80px auto 20px}main .work .block0{z-index:1;width:100%;height:100%}main .work .block1{position:absolute;top:0px;left:0px;z-index:10;width:100%;height:100%}main .work .block2{position:absolute;top:0px;left:0px;z-index:20;width:100%;height:100%}main .work .block3{position:absolute;top:0px;left:0px;z-index:30;width:100%;height:100%}main .text{max-width:300px;margin:0px auto 80px}main .text h2{margin-bottom:70px}@media screen and (max-width: 768px){main .text h2{margin-bottom:20vw;width:70vw}}main .text p{margin-bottom:30px}main .text p.right{padding-left:150px}main .text a{width:80px;margin-top:5px;display:block;transition:all 0.5s ease-out}main .text a:hover{opacity:0.7}#about section{border-left:solid 1px #dcdddd;border-right:solid 1px #dcdddd;height:calc(100vh - 110px);width:960px;margin:0 auto;display:flex;justify-content:center;align-items:center;font-size:13px;line-height:1.8}@media screen and (max-width: 768px){#about section{width:90vw}}#about section td{vertical-align:top;padding:5px}@media screen and (max-width: 768px){#about section td{font-size:3.0vw}}#about section td a{color:#333;text-decoration:none}#about section td a:hover{text-decoration:underline}footer{border-top:solid 1px #dcdddd}footer .inner{position:relative;box-sizing:border-box;border-left:solid 1px #dcdddd;border-right:solid 1px #dcdddd;height:40px;width:960px;margin:0 auto;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){footer .inner{width:90vw}}footer .inner::after{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:35px;height:35px;top:-18px;left:-18px;z-index:10}@media screen and (max-width: 768px){footer .inner::after{width:8vw;height:8vw;bottom:-4vw;left:-4vw}}footer .inner::before{content:"";background-image:url(../img/icon_plus.svg);background-position:center center;background-size:contain;position:absolute;width:35px;height:35px;top:-18px;right:-18px;z-index:10}@media screen and (max-width: 768px){footer .inner::before{width:8vw;height:8vw;bottom:-4vw;right:-4vw}}footer .inner a{position:absolute;top:-70px;left:50%;transform:translateY(0%) translateX(-50%);width:200px;transition:all 0.4s ease-out}@media screen and (max-width: 768px){footer .inner a{width:40vw}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0}body{font-family:'Inter','Zen Kaku Gothic Antique', sans-serif;font-feature-settings:"palt";background-color:#FFF;color:#333;min-width:1200px;position:relative;font-weight:500}@media screen and (max-width: 768px){body{min-width:inherit;width:100%}}@media screen and (min-width: 1201px){body{width:100%}}img{max-width:100%}p{font-weight:500;line-height:1.8}a{text-decoration:none}@media screen and (max-width: 768px){.pctb-only{display:none !important}}@media print, screen and (min-width: 769px){.sp-only{display:none !important}}
