*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,p,figure,blockquote,ul,ol,li,dl,dd{margin:0;padding:0}ul[role=list],ol[role=list]{list-style:none}li{list-style-type:none}body{min-height:100vh;line-height:1.5}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}@keyframes burgerLineTop{0%{transform:translateY(-7px)}50%{transform:translateY(0px)}100%{transform:translateY(-7px)}}@keyframes burgerLineBottom{0%{transform:translateY(7px)}50%{transform:translateY(0px)}100%{transform:translateY(7px)}}@keyframes burgerLineDeg01{0%{transform:rotate(-23.96deg)}50%{transform:rotate(0deg)}100%{transform:rotate(-23.96deg)}}@keyframes burgerLineDeg02{0%{transform:rotate(23.96deg)}50%{transform:rotate(0deg)}100%{transform:rotate(23.96deg)}}@keyframes rotateLink{from{transform:rotateX(0deg)}to{transform:rotateX(360deg)}}@keyframes drawArc{from{stroke-dasharray:0 816}to{stroke-dasharray:204 612}}@keyframes drawArcTab{from{stroke-dasharray:0 1350.8}to{stroke-dasharray:337.7 1013.1}}@keyframes drawArcPc{from{stroke-dasharray:0 2247.44}to{stroke-dasharray:562.32 1686.94}}@keyframes slideLogo{from{transform:translateX(-100%)}to{transform:translateX(0);opacity:1}}@keyframes rotateLogo01{0%{transform:rotate(0)}90%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rotateLogo02{0%,85%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rotateLogo03{0%,88%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rotateLogo04{0%,92.11%{transform:rotate(0)}100%{transform:rotate(360deg)}}body{font-family:"Chillax",sans-serif;line-height:1}strong{display:block}em{font-style:normal;display:block}.header{padding:18px 11px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;width:100%;color:#fff;z-index:3}@media screen and (min-width: 600px){.header{padding:18px 30px}}@media screen and (min-width: 768px){.header{padding:20px 30px}}@media screen and (min-width: 1024px){.header{padding:37px 45px}}.header__name-link{display:block;font-size:12px;line-height:1.4;text-decoration:none}@media screen and (min-width: 768px){.header__name-link{font-size:18px}}@media screen and (min-width: 1024px){.header__name-link{font-size:20px}}.header__logo{display:none}@media screen and (min-width: 1024px){.header__logo{display:grid;grid-template-columns:repeat(2, 47px);grid-template-rows:repeat(2, 47px);width:94px;height:94px;position:absolute;left:50%;transform:translateX(-50%);opacity:0;font-size:15px;color:#3c3c3c;font-weight:600}.header__logo:hover .header__logo-txt{transform:translateX(0)}}@media screen and (min-width: 1024px){.header__logo-shape01{width:47px;height:47px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1;box-shadow:3px 3px 3px rgba(0,0,0,.3)}}@media screen and (min-width: 1024px){.header__logo-shape02{width:47px;height:47px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2;box-shadow:3px 3px 3px rgba(0,0,0,.3)}}.header__logo-txt{position:absolute;bottom:30%;right:0;transform:translateX(-107%);transition:.4s;z-index:-1}.header__box{display:flex;align-items:center;gap:9px}@media screen and (min-width: 768px){.header__box{gap:16px}}@media screen and (min-width: 1024px){.header__box{gap:23px}}.header__contact{z-index:2}.header__contact-link{position:relative;z-index:0;overflow:hidden;display:block;padding:14px 49px;font-size:12px;text-decoration:none;color:#fff;background:#bd9956;border-radius:50px;box-shadow:5px 5px 5px rgba(0,0,0,.3)}.header__contact-link--txt{position:relative;z-index:2}.header__contact-link::after{content:"";position:absolute;top:50%;left:0;right:0;width:100%;padding-top:100%;height:0;background:#505050;border-radius:50%;opacity:0;pointer-events:none;z-index:1;transform:translateY(-50%) scale(0);transition:opacity .5s,transform 0s;transition-delay:0s,.4s}.header__contact-link:hover::after{opacity:1;transform:translateY(-50%) scale(1);transition-delay:0s;transition:opacity .8s,transform .6s ease-in-out}@media screen and (min-width: 768px){.header__contact-link{padding:20px 69px;font-size:18px}}@media screen and (min-width: 1024px){.header__contact-link{padding:23px 89px;font-size:20px}}.btn{position:relative;display:flex;justify-content:center;align-items:center;width:51px;height:41px;background:#505050;border-radius:50px;cursor:pointer;z-index:1;transition:.4s;box-shadow:5px 5px 5px rgba(0,0,0,.3)}.btn:not(.btn--open):hover .btn__top{animation:burgerLineTop .6s forwards}.btn:not(.btn--open):hover .btn__bottom{animation:burgerLineBottom .6s forwards}@media screen and (min-width: 768px){.btn{width:72px;height:58px}}@media screen and (min-width: 1024px){.btn{width:85px;height:66px}}.btn__top,.btn__middle,.btn__bottom{position:absolute;display:block;width:18px;height:1px;background:#fff;transition:.4s}@media screen and (min-width: 768px){.btn__top,.btn__middle,.btn__bottom{width:24px}}@media screen and (min-width: 1024px){.btn__top,.btn__middle,.btn__bottom{width:31px}}.btn__top{transform:translateY(-4px)}@media screen and (min-width: 768px){.btn__top{transform:translateY(-6px)}}@media screen and (min-width: 1024px){.btn__top{transform:translateY(-7px)}}.btn__bottom{transform:translateY(4px)}@media screen and (min-width: 768px){.btn__bottom{transform:translateY(6px)}}@media screen and (min-width: 1024px){.btn__bottom{transform:translateY(7px)}}#top .gnav{padding:95px 0 0 54px;position:absolute;top:0;right:0;width:100%;height:396px;background:#3c3c3c;border-radius:0 0 53px 53px;border:1px solid #7e7e7e;transition:.4s;transform:translate(0, -101%)}@media screen and (min-width: 768px){#top .gnav{padding:172px 0 0 44px;width:384px;height:512px;border-radius:53px}}@media screen and (min-width: 1024px){#top .gnav{padding:206px 0 0 29px;width:450px;height:682px;transform:translate(-4%, -101%)}}#top .gnav__list{margin-bottom:38px;width:-moz-fit-content;width:fit-content}#top .gnav__list:nth-last-of-type(1){margin-bottom:0}#top .gnav__list:hover .gnav__link-en{animation:rotateLink 1s forwards}#top .gnav__list:hover .gnav__link-ja{animation:rotateLink 1s forwards}#top .gnav__link{display:block;text-decoration:none;color:#fff}@media screen and (min-width: 1024px){#top .gnav__link{padding:0 20px}}#top .gnav__link-box{display:flex;align-items:flex-end;gap:21px}@media screen and (min-width: 1024px){#top .gnav__link-box{display:block}}#top .gnav__link-en{font-weight:500;font-size:30px}@media screen and (min-width: 768px){#top .gnav__link-en{font-size:40px}}@media screen and (min-width: 1024px){#top .gnav__link-en{margin-bottom:6px;font-size:50px}}#top .gnav__link-ja{font-family:"Noto Sans JP",sans-serif;font-size:13px;line-height:1.6}#top .fnav{display:none}@media screen and (min-width: 1024px){#top .fnav{display:block}}#top .fnav__nav{display:flex;gap:41px}#top .fnav__link{padding:5px 10px;display:block;font-size:12px;color:#fff;text-decoration:none;transition:.4s}#top .fnav__link:hover{opacity:.5}@media screen and (min-width: 1186px){#top .fnav__link{font-size:16px}}#top .footer{position:relative}#top .footer__scale{display:none}@media screen and (min-width: 1024px){#top .footer__scale{height:100vh;position:relative;display:block;background:#f4f4f4;-webkit-mask-image:radial-gradient(circle 0px at center, transparent 0, transparent 0, black 0, black 100%);mask-image:radial-gradient(circle 0px at center, transparent 0, transparent 0, black 0, black 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:cover;mask-repeat:no-repeat;mask-position:center;mask-size:cover;z-index:1;pointer-events:none}}#top .footer__scale-circle{display:grid;grid-template-columns:repeat(2, 300px);grid-template-rows:repeat(2, 300px);position:absolute;width:600px;height:600px;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (min-width: 1585px){#top .footer__scale-circle{display:grid;grid-template-columns:repeat(2, 358px);grid-template-rows:repeat(2, 358px);position:absolute;width:716px;height:716px;top:50%;left:50%;transform:translate(-50%, -50%)}}#top .footer__scale-circle--01{width:300px;height:300px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 1585px){#top .footer__scale-circle--01{width:358px;height:358px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}}#top .footer__scale-circle--02{width:300px;height:300px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 1585px){#top .footer__scale-circle--02{width:358px;height:358px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}}#top .footer__under{padding:29px 0 40px;background-image:url(../images/bg.jpg);background-repeat:repeat}@media screen and (min-width: 768px){#top .footer__under{padding-bottom:29px}}@media screen and (min-width: 1024px){#top .footer__under{width:100%;height:100vh;position:absolute;bottom:0;left:0}}#top .footer__link{margin-bottom:21px;padding:0 33px;display:flex;justify-content:center;align-items:flex-end;gap:24px;text-decoration:none;transition:.4s}@media screen and (min-width: 768px){#top .footer__link{gap:30px}}@media screen and (min-width: 1024px){#top .footer__link{margin-bottom:0;padding:0;justify-content:center;gap:53px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#top .footer__link:hover .footer__contact{color:rgba(60,60,60,0)}#top .footer__link:hover .footer__arrow{border:2px solid #f4f4f4;background:none}}@media screen and (min-width: 1678px){#top .footer__link{justify-content:flex-start}}#top .footer__contact{padding-left:3em;font-size:40px;font-weight:600;line-height:1.3;color:#fff;text-indent:-3em;transition:.4s}@media screen and (min-width: 375px){#top .footer__contact{font-size:50px}}@media screen and (min-width: 614px){#top .footer__contact{font-size:80px}}@media screen and (min-width: 768px){#top .footer__contact{font-size:100px;padding-left:3.6em;text-indent:-3.6em}}@media screen and (min-width: 1024px){#top .footer__contact{font-size:110px;-webkit-text-stroke:2px #f4f4f4}}@media screen and (min-width: 1327px){#top .footer__contact{font-size:155px}}@media screen and (min-width: 1500px){#top .footer__contact{font-size:170px}}@media screen and (min-width: 1678px){#top .footer__contact{padding-left:3.6em;font-size:200px;text-indent:-3.6em}}#top .footer__arrow{width:40px;height:40px;background:#bd9956;border-radius:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-10px)}@media screen and (min-width: 375px){#top .footer__arrow{width:46px;height:46px}}@media screen and (min-width: 614px){#top .footer__arrow{width:70px;height:70px}}@media screen and (min-width: 768px){#top .footer__arrow{width:100px;height:100px}}@media screen and (min-width: 1024px){#top .footer__arrow{border:2px solid #bd9956;transition:.4s}}@media screen and (min-width: 1327px){#top .footer__arrow{width:150px;height:150px}}@media screen and (min-width: 1500px){#top .footer__arrow{width:170px;height:170px}}@media screen and (min-width: 1678px){#top .footer__arrow{width:190px;height:190px;transform:translateY(-30px)}}#top .footer__arrow::before{content:"";display:block;width:14px;height:14px;border-radius:0 2px 0 0;border-top:4px solid #fff;border-right:4px solid #fff;transform:translateX(-25%) rotate(45deg)}@media screen and (min-width: 375px){#top .footer__arrow::before{width:17px;height:17px}}@media screen and (min-width: 614px){#top .footer__arrow::before{width:22px;height:22px;border-top:6px solid #fff;border-right:6px solid #fff;border-radius:0 3px 0 0}}@media screen and (min-width: 768px){#top .footer__arrow::before{width:30px;height:30px;border-radius:0 4px 0 0;border-top:8px solid #fff;border-right:8px solid #fff}}@media screen and (min-width: 1024px){#top .footer__arrow::before{width:40px;height:40px;border-radius:0 6px 0 0;border-top:10px solid #fff;border-right:10px solid #fff}}@media screen and (min-width: 1327px){#top .footer__arrow::before{width:55px;height:55px;border-radius:0 7px 0 0;border-top:12px solid #fff;border-right:12px solid #fff}}@media screen and (min-width: 1500px){#top .footer__arrow::before{width:60px;height:60px;border-radius:0 7px 0 0;border-top:14px solid #fff;border-right:14px solid #fff}}@media screen and (min-width: 1678px){#top .footer__arrow::before{width:70px;height:70px;border-radius:0 8px 0 0;border-top:16px solid #fff;border-right:16px solid #fff}}@media screen and (min-width: 1024px){#top .footer__absolute{width:84%;position:absolute;bottom:25px;left:50%;transform:translateX(-50%)}}#top .footer__wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}#top .footer__copy{margin:0 auto;padding:0 22px;text-align:center}@media screen and (min-width: 768px){#top .footer__copy{padding:0;margin:0 auto;width:-moz-fit-content;width:fit-content}}@media screen and (min-width: 1024px){#top .footer__copy{margin:0}}#top .footer__copy::before{margin-bottom:40px;content:"";display:block;width:276px;height:1px;background:#f4f4f4}@media screen and (min-width: 375px){#top .footer__copy::before{width:331px}}@media screen and (min-width: 614px){#top .footer__copy::before{width:500px}}@media screen and (min-width: 768px){#top .footer__copy::before{display:none}}@media screen and (min-width: 1024px){#top .footer__copy::before{display:none}}#top .footer__small{font-size:10px;color:#fff;white-space:nowrap;display:block}@media screen and (min-width: 1186px){#top .footer__small{font-size:12px}}#contact .footer{padding:45px 0}@media screen and (min-width: 1024px){#contact .footer{padding:27px 155px;display:flex;justify-content:space-between;align-items:center}}#contact .footer__copy{margin:0 auto;padding:0 22px;text-align:center}@media screen and (min-width: 1024px){#contact .footer__copy{margin:0;padding:0}}#contact .footer__small{font-size:10px;color:#3c3c3c;white-space:nowrap;display:block}@media screen and (min-width: 1186px){#contact .footer__small{font-size:12px}}#contact .gnav{padding:95px 0 0 54px;position:absolute;top:0;right:0;width:100%;height:396px;background:#3c3c3c;border-radius:0 0 53px 53px;border:1px solid #7e7e7e;transition:.4s;transform:translate(0, -101%)}@media screen and (min-width: 768px){#contact .gnav{padding:172px 0 0 44px;width:384px;height:512px;border-radius:53px}}@media screen and (min-width: 1024px){#contact .gnav{padding:206px 0 0 29px;width:450px;height:682px;transform:translate(-4%, -101%)}}#contact .gnav__list{margin-bottom:38px;width:-moz-fit-content;width:fit-content}#contact .gnav__list:nth-last-of-type(1){margin-bottom:0}#contact .gnav__list:hover .gnav__link-en{animation:rotateLink 1s forwards}#contact .gnav__list:hover .gnav__link-ja{animation:rotateLink 1s forwards}#contact .gnav__link{display:block;text-decoration:none;color:#fff}@media screen and (min-width: 1024px){#contact .gnav__link{padding:0 20px}}#contact .gnav__link-box{display:flex;align-items:flex-end;gap:21px}@media screen and (min-width: 1024px){#contact .gnav__link-box{display:block}}#contact .gnav__link-en{font-weight:500;font-size:30px}@media screen and (min-width: 768px){#contact .gnav__link-en{font-size:40px}}@media screen and (min-width: 1024px){#contact .gnav__link-en{margin-bottom:6px;font-size:50px}}#contact .gnav__link-ja{font-family:"Noto Sans JP",sans-serif;font-size:13px;line-height:1.6}#contact .fnav{display:none}@media screen and (min-width: 1024px){#contact .fnav{display:block}}#contact .fnav__nav{display:flex;gap:41px}#contact .fnav__link{padding:5px 10px;display:block;font-size:12px;color:#3c3c3c;text-decoration:none;transition:.4s}#contact .fnav__link:hover{opacity:.3}@media screen and (min-width: 1186px){#contact .fnav__link{font-size:16px}}#work .footer{padding:45px 0}@media screen and (min-width: 1024px){#work .footer{padding:27px 155px;display:flex;justify-content:space-between;align-items:center}}#work .footer__copy{margin:0 auto;padding:0 22px;text-align:center}@media screen and (min-width: 1024px){#work .footer__copy{margin:0;padding:0}}#work .footer__small{font-size:10px;color:#3c3c3c;white-space:nowrap;display:block}@media screen and (min-width: 1186px){#work .footer__small{font-size:12px}}#work .gnav{padding:95px 0 0 54px;position:absolute;top:0;right:0;width:100%;height:396px;background:#3c3c3c;border-radius:0 0 53px 53px;border:1px solid #7e7e7e;transition:.4s;transform:translate(0, -101%)}@media screen and (min-width: 768px){#work .gnav{padding:172px 0 0 44px;width:384px;height:512px;border-radius:53px}}@media screen and (min-width: 1024px){#work .gnav{padding:206px 0 0 29px;width:450px;height:682px;transform:translate(-4%, -101%)}}#work .gnav__list{margin-bottom:38px;width:-moz-fit-content;width:fit-content}#work .gnav__list:nth-last-of-type(1){margin-bottom:0}#work .gnav__list:hover .gnav__link-en{animation:rotateLink 1s forwards}#work .gnav__list:hover .gnav__link-ja{animation:rotateLink 1s forwards}#work .gnav__link{display:block;text-decoration:none;color:#fff}@media screen and (min-width: 1024px){#work .gnav__link{padding:0 20px}}#work .gnav__link-box{display:flex;align-items:flex-end;gap:21px}@media screen and (min-width: 1024px){#work .gnav__link-box{display:block}}#work .gnav__link-en{font-weight:500;font-size:30px}@media screen and (min-width: 768px){#work .gnav__link-en{font-size:40px}}@media screen and (min-width: 1024px){#work .gnav__link-en{margin-bottom:6px;font-size:50px}}#work .gnav__link-ja{font-family:"Noto Sans JP",sans-serif;font-size:13px;line-height:1.6}#work .fnav{display:none}@media screen and (min-width: 1024px){#work .fnav{display:block}}#work .fnav__nav{display:flex;gap:41px}#work .fnav__link{padding:5px 10px;display:block;font-size:12px;color:#3c3c3c;text-decoration:none;transition:.4s}#work .fnav__link:hover{opacity:.3}@media screen and (min-width: 1186px){#work .fnav__link{font-size:16px}}.header{padding:18px 11px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;width:100%;color:#fff;z-index:3}@media screen and (min-width: 600px){.header{padding:18px 30px}}@media screen and (min-width: 768px){.header{padding:20px 30px}}@media screen and (min-width: 1024px){.header{padding:37px 45px}}.header__name-link{display:block;font-size:12px;line-height:1.4;color:#f4f4f4;text-decoration:none}@media screen and (min-width: 768px){.header__name-link{font-size:18px}}@media screen and (min-width: 1024px){.header__name-link{font-size:20px}}.header__logo{display:none}@media screen and (min-width: 1024px){.header__logo{display:grid;grid-template-columns:repeat(2, 47px);grid-template-rows:repeat(2, 47px);width:94px;height:94px;position:absolute;left:50%;transform:translateX(-50%);font-size:15px;color:#3c3c3c;font-weight:600}.header__logo:hover .header__logo-txt{transform:translateX(0)}}@media screen and (min-width: 1024px){.header__logo-shape01{width:47px;height:47px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1;box-shadow:3px 3px 3px rgba(0,0,0,.3)}}@media screen and (min-width: 1024px){.header__logo-shape02{width:47px;height:47px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2;box-shadow:3px 3px 3px rgba(0,0,0,.3)}}.header__logo-txt{position:absolute;bottom:30%;right:0;transform:translateX(-107%);transition:.4s;z-index:-1}.header__box{display:flex;align-items:center;gap:9px}@media screen and (min-width: 768px){.header__box{gap:16px}}@media screen and (min-width: 1024px){.header__box{gap:23px}}.header__contact{z-index:2}.header__contact-link{position:relative;z-index:0;overflow:hidden;display:block;padding:14px 49px;font-size:12px;text-decoration:none;color:#fff;background:#bd9956;border-radius:50px;box-shadow:5px 5px 5px rgba(0,0,0,.3)}.header__contact-link--txt{position:relative;z-index:2}.header__contact-link::after{content:"";position:absolute;top:50%;left:0;right:0;width:100%;padding-top:100%;height:0;background:#505050;border-radius:50%;opacity:0;pointer-events:none;z-index:1;transform:translateY(-50%) scale(0);transition:opacity .5s,transform 0s;transition-delay:0s,.4s}.header__contact-link:hover::after{opacity:1;transform:translateY(-50%) scale(1);transition-delay:0s;transition:opacity .8s,transform .6s ease-in-out}@media screen and (min-width: 768px){.header__contact-link{padding:20px 69px;font-size:18px}}@media screen and (min-width: 1024px){.header__contact-link{padding:23px 89px;font-size:20px}}.btn{position:relative;display:flex;justify-content:center;align-items:center;width:51px;height:41px;background:#505050;border-radius:50px;cursor:pointer;z-index:1;transition:.4s;box-shadow:5px 5px 5px rgba(0,0,0,.3)}.btn:not(.btn--open):hover .btn__top{animation:burgerLineTop .6s forwards}.btn:not(.btn--open):hover .btn__bottom{animation:burgerLineBottom .6s forwards}@media screen and (min-width: 768px){.btn{width:72px;height:58px}}@media screen and (min-width: 1024px){.btn{width:85px;height:66px}}.btn__top,.btn__middle,.btn__bottom{position:absolute;display:block;width:18px;height:1px;background:#fff;transition:.4s}@media screen and (min-width: 768px){.btn__top,.btn__middle,.btn__bottom{width:24px}}@media screen and (min-width: 1024px){.btn__top,.btn__middle,.btn__bottom{width:31px}}.btn__top{transform:translateY(-4px)}@media screen and (min-width: 768px){.btn__top{transform:translateY(-6px)}}@media screen and (min-width: 1024px){.btn__top{transform:translateY(-7px)}}.btn__bottom{transform:translateY(4px)}@media screen and (min-width: 768px){.btn__bottom{transform:translateY(6px)}}@media screen and (min-width: 1024px){.btn__bottom{transform:translateY(7px)}}#thanks .gnav{padding:95px 0 0 54px;position:absolute;top:0;right:0;width:100%;height:396px;background:#3c3c3c;border-radius:0 0 53px 53px;border:1px solid #7e7e7e;transition:.4s;transform:translate(0, -101%)}@media screen and (min-width: 768px){#thanks .gnav{padding:172px 0 0 44px;width:384px;height:512px;border-radius:53px}}@media screen and (min-width: 1024px){#thanks .gnav{padding:206px 0 0 29px;width:450px;height:682px;transform:translate(-4%, -101%)}}#thanks .gnav__list{margin-bottom:38px;width:-moz-fit-content;width:fit-content}#thanks .gnav__list:nth-last-of-type(1){margin-bottom:0}#thanks .gnav__list:hover .gnav__link-en{animation:rotateLink 1s forwards}#thanks .gnav__list:hover .gnav__link-ja{animation:rotateLink 1s forwards}#thanks .gnav__link{display:block;text-decoration:none;color:#fff}@media screen and (min-width: 1024px){#thanks .gnav__link{padding:0 20px}}#thanks .gnav__link-box{display:flex;align-items:flex-end;gap:21px}@media screen and (min-width: 1024px){#thanks .gnav__link-box{display:block}}#thanks .gnav__link-en{font-weight:500;font-size:30px}@media screen and (min-width: 768px){#thanks .gnav__link-en{font-size:40px}}@media screen and (min-width: 1024px){#thanks .gnav__link-en{margin-bottom:6px;font-size:50px}}#thanks .gnav__link-ja{font-family:"Noto Sans JP",sans-serif;font-size:13px;line-height:1.6}#thanks .fnav{display:none}@media screen and (min-width: 1024px){#thanks .fnav{display:block}}#thanks .fnav__nav{display:flex;gap:41px}#thanks .fnav__link{padding:5px 10px;display:block;font-size:12px;color:#f4f4f4;text-decoration:none;transition:.4s}#thanks .fnav__link:hover{opacity:.3}@media screen and (min-width: 1186px){#thanks .fnav__link{font-size:16px}}@media screen and (min-width: 768px){#thanks .footer__absolute{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}}@media screen and (min-width: 1024px){#thanks .footer__absolute{width:84%}}#thanks .footer__wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}#thanks .footer__copy{margin:0 auto;padding:42px 0;text-align:center}@media screen and (min-width: 768px){#thanks .footer__copy{width:-moz-fit-content;width:fit-content}}@media screen and (min-width: 1024px){#thanks .footer__copy{margin:0;padding:32px 0}}#thanks .footer__small{font-size:10px;color:#fff;white-space:nowrap;display:block}@media screen and (min-width: 1186px){#thanks .footer__small{font-size:12px}}#top .main{position:relative}#top .top{width:100%;height:100svh;background:#f4f4f4;position:relative}#top .top__logo{position:absolute;top:50%;left:50%}@media screen and (min-width: 1024px){#top .top__logo{transform:translateY(12%)}}@media screen and (min-width: 600px){#top .circle-group--small{display:none}}@media screen and (min-width: 1710px){#top .circle-group--small{display:none}}#top .circle-group--medium{display:none}@media screen and (min-width: 600px){#top .circle-group--medium{display:block}}@media screen and (min-width: 1710px){#top .circle-group--medium{display:none}}#top .circle-group--large{display:none}@media screen and (min-width: 1710px){#top .circle-group--large{display:block}}#top .circle-animation01{width:130px;height:130px;transform:translateY(-100%) rotate(-90deg);z-index:1}@media screen and (min-width: 600px){#top .circle-animation01{width:215px;height:215px}}@media screen and (min-width: 1710px){#top .circle-animation01{width:358px;height:358px}}#top .circle-animation01__arc{fill:none;stroke:#505050;stroke-width:260px;stroke-dasharray:0 816;animation:drawArc .8s ease-out .5s forwards}@media screen and (min-width: 600px){#top .circle-animation01__arc{stroke-width:430px;stroke-dasharray:0 1350.8;animation:drawArcTab .8s ease-out .5s forwards}}@media screen and (min-width: 1710px){#top .circle-animation01__arc{stroke-width:716px;stroke-dasharray:0 2247.44;animation:drawArcPc .8s ease-out .5s forwards}}#top .circle-animation02{width:130px;height:130px;position:absolute;top:0;left:-100%;transform:rotate(90deg);z-index:1}@media screen and (min-width: 600px){#top .circle-animation02{width:215px;height:215px}}@media screen and (min-width: 1710px){#top .circle-animation02{width:358px;height:358px}}#top .circle-animation02__arc{fill:none;stroke:#bd9956;stroke-width:260px;stroke-dasharray:0 816;animation:drawArc .8s ease-out .5s forwards}@media screen and (min-width: 600px){#top .circle-animation02__arc{stroke-width:430px;stroke-dasharray:0 1350.8;animation:drawArcTab .8s ease-out .5s forwards}}@media screen and (min-width: 1710px){#top .circle-animation02__arc{stroke-width:716px;stroke-dasharray:0 2247.44;animation:drawArcPc .8s ease-out .5s forwards}}#top .top__ttl{font-size:42px;font-weight:600;color:#3c3c3c;position:absolute;top:0;left:5%;opacity:0;animation:slideLogo .5s ease-out 1.3s forwards}@media screen and (min-width: 600px){#top .top__ttl{font-size:70px}}@media screen and (min-width: 1710px){#top .top__ttl{font-size:120px}}#top .top__small01{display:grid;grid-template-columns:repeat(2, 31px);grid-template-rows:repeat(2, 31px);width:62px;height:62px;position:absolute;top:19%;left:12%;animation:rotateLogo01 3s ease-out infinite}@media screen and (min-width: 500px){#top .top__small01{left:88px}}@media screen and (min-width: 630px){#top .top__small01{left:130px}}@media screen and (min-width: 600px){#top .top__small01{grid-template-columns:repeat(2, 70px);grid-template-rows:repeat(2, 70px);width:140px;height:140px;top:123px;left:78px}}@media screen and (min-width: 1024px){#top .top__small01{top:187px;left:160px}}@media screen and (min-width: 1710px){#top .top__small01{grid-template-columns:repeat(2, 140px);grid-template-rows:repeat(2, 140px);width:280px;height:280px;top:242px;left:262px}}#top .top__small01-shape01{width:31px;height:31px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 600px){#top .top__small01-shape01{width:70px;height:70px}}@media screen and (min-width: 1710px){#top .top__small01-shape01{width:140px;height:140px}}#top .top__small01-shape02{width:31px;height:31px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 600px){#top .top__small01-shape02{width:70px;height:70px}}@media screen and (min-width: 1710px){#top .top__small01-shape02{width:140px;height:140px}}#top .top__small02{display:grid;grid-template-columns:repeat(2, 18px);grid-template-rows:repeat(2, 18px);width:36px;height:36px;position:absolute;top:19%;right:19%;animation:rotateLogo02 2s ease-out infinite}@media screen and (min-width: 500px){#top .top__small02{right:89px}}@media screen and (min-width: 630px){#top .top__small02{right:125px}}@media screen and (min-width: 600px){#top .top__small02{grid-template-columns:repeat(2, 50px);grid-template-rows:repeat(2, 50px);width:100px;height:100px;top:167px;right:29px}}@media screen and (min-width: 1024px){#top .top__small02{top:241px;right:136px}}@media screen and (min-width: 1710px){#top .top__small02{grid-template-columns:repeat(2, 102px);grid-template-rows:repeat(2, 102px);width:204px;height:204px;top:420px;right:179px}}#top .top__small02-shape01{width:18px;height:18px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 600px){#top .top__small02-shape01{width:50px;height:50px}}@media screen and (min-width: 1710px){#top .top__small02-shape01{width:102px;height:102px}}#top .top__small02-shape02{width:18px;height:18px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 600px){#top .top__small02-shape02{width:50px;height:50px}}@media screen and (min-width: 1710px){#top .top__small02-shape02{width:102px;height:102px}}#top .top__small03{display:grid;grid-template-columns:repeat(2, 18px);grid-template-rows:repeat(2, 18px);width:36px;height:36px;position:absolute;bottom:11%;left:25%;animation:rotateLogo03 2.5s ease-out infinite}@media screen and (min-width: 500px){#top .top__small03{left:125px}}@media screen and (min-width: 630px){#top .top__small03{left:163px}}@media screen and (min-width: 600px){#top .top__small03{grid-template-columns:repeat(2, 46px);grid-template-rows:repeat(2, 46px);width:92px;height:92px;bottom:109px;left:74px}}@media screen and (min-width: 1024px){#top .top__small03{bottom:115px;left:185px}}@media screen and (min-width: 1710px){#top .top__small03{grid-template-columns:repeat(2, 74px);grid-template-rows:repeat(2, 74px);width:148px;height:148px;bottom:131px;left:236px}}#top .top__small03-shape01{width:18px;height:18px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 600px){#top .top__small03-shape01{width:46px;height:46px}}@media screen and (min-width: 1710px){#top .top__small03-shape01{width:74px;height:74px}}#top .top__small03-shape02{width:18px;height:18px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 600px){#top .top__small03-shape02{width:46px;height:46px}}@media screen and (min-width: 1710px){#top .top__small03-shape02{width:74px;height:74px}}#top .top__small04{display:grid;grid-template-columns:repeat(2, 37px);grid-template-rows:repeat(2, 37px);width:74px;height:74px;position:absolute;bottom:16%;right:11%;animation:rotateLogo04 3.8s ease-out infinite}@media screen and (min-width: 500px){#top .top__small04{right:79px}}@media screen and (min-width: 630px){#top .top__small04{right:122px}}@media screen and (min-width: 600px){#top .top__small04{grid-template-columns:repeat(2, 42px);grid-template-rows:repeat(2, 42px);width:84px;height:84px;bottom:125px;right:83px}}@media screen and (min-width: 1024px){#top .top__small04{bottom:140px;right:142px}}@media screen and (min-width: 1710px){#top .top__small04{grid-template-columns:repeat(2, 55px);grid-template-rows:repeat(2, 55px);width:110px;height:110px;bottom:131px;right:403px}}#top .top__small04-shape01{width:37px;height:37px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 600px){#top .top__small04-shape01{width:42px;height:42px}}@media screen and (min-width: 1710px){#top .top__small04-shape01{width:55px;height:55px}}#top .top__small04-shape02{width:37px;height:37px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 600px){#top .top__small04-shape02{width:42px;height:42px}}@media screen and (min-width: 1710px){#top .top__small04-shape02{width:55px;height:55px}}#top .about{padding-top:156px;position:relative;color:#3c3c3c;background:#eae4da;z-index:1}@media screen and (min-width: 1024px){#top .about{padding-bottom:160px;overflow:hidden}}@media screen and (min-width: 1690px){#top .about{padding:310px 0 193px 155px}}#top .about__minittl{display:none}@media screen and (min-width: 1024px){#top .about__minittl{display:flex;align-items:center;gap:11px;position:absolute;top:366px;left:0;transform:rotate(-90deg)}#top .about__minittl-name{display:flex;align-items:center;gap:11px}#top .about__minittl-name::before{content:"about";display:block;font-family:"Chillax",sans-serif;font-size:16px;line-height:1;color:#3c3c3c}#top .about__minittl-name::after{content:"";display:block;width:15px;height:1px;background:#3c3c3c}#top .about__minittl-num{width:40px;height:40px;border:1px solid #3c3c3c;border-radius:50%;display:flex;justify-content:center;align-items:center}#top .about__minittl-num::after{content:"1";display:block;font-family:"Chillax",sans-serif;font-size:16px;line-height:1;color:#3c3c3c;transform:rotate(90deg)}}#top .about__wrapper{padding:0 51px}@media screen and (min-width: 768px){#top .about__wrapper{padding:0 100px}}@media screen and (min-width: 1024px){#top .about__wrapper{padding:100px 155px 0}}@media screen and (min-width: 1690px){#top .about__wrapper{padding:0}}#top .about__ttl{margin-bottom:56px}@media screen and (min-width: 1690px){#top .about__ttl{margin-bottom:122px;display:flex;align-items:flex-end;gap:61px}}#top .about__ttl-en{margin-bottom:10px;font-size:50px;font-weight:500}@media screen and (min-width: 768px){#top .about__ttl-en{font-size:90px}}@media screen and (min-width: 1690px){#top .about__ttl-en{margin-bottom:0;font-size:130px}}#top .about__ttl span{display:inline-block;opacity:0;margin-right:-0.285em}#top .about__ttl span:last-of-type{margin-right:0}#top .about__ttl-ja{margin-left:15px;font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:600}@media screen and (min-width: 768px){#top .about__ttl-ja{font-size:25px}}@media screen and (min-width: 1690px){#top .about__ttl-ja{margin-left:0;font-size:30px;line-height:2.3}}@media screen and (min-width: 1445px){#top .about__box{display:flex;justify-content:flex-start;align-items:center;gap:73px}}@media screen and (min-width: 1690px){#top .about__box{justify-content:flex-start}}#top .about__profilepic{margin:0 auto 60px;max-width:273px;width:100%;aspect-ratio:1/1}@media screen and (min-width: 768px){#top .about__profilepic{max-width:400px}}@media screen and (min-width: 1024px){#top .about__profilepic{margin:0 0 60px 0;max-width:500px}}@media screen and (min-width: 1690px){#top .about__profilepic{margin:0;width:590px}}#top .about__profileimg{display:block;border-radius:50%;width:100%;height:100%;clip-path:circle(0px at center);-webkit-clip-path:circle(0px at center)}#top .about__txtbox{margin:0 auto;min-width:219px;max-width:307px;height:auto;font-family:"Noto Sans JP",sans-serif;letter-spacing:.05em}@media screen and (min-width: 498px){#top .about__txtbox{min-width:initial;max-width:initial;width:394px}}@media screen and (min-width: 620px){#top .about__txtbox{width:429px}}@media screen and (min-width: 762px){#top .about__txtbox{width:562px}}@media screen and (min-width: 1024px){#top .about__txtbox{margin:0}}@media screen and (min-width: 1690px){#top .about__txtbox{margin:0;width:469px}}#top .about__namebox{margin-bottom:36px;display:flex;flex-direction:column-reverse;gap:5px}@media screen and (min-width: 1690px){#top .about__namebox{margin-bottom:56px}}#top .about__name{font-size:26px;letter-spacing:.05em}@media screen and (min-width: 1690px){#top .about__name{font-size:32px}}#top .about__name-ruby{margin-left:3px;display:flex;gap:55px;font-size:9px;letter-spacing:.4em}@media screen and (min-width: 1690px){#top .about__name-ruby{font-size:10px;gap:71px}}#top .about__date{margin-bottom:8px;display:flex;align-items:center;gap:7px;font-size:14px}@media screen and (min-width: 1690px){#top .about__date{font-size:15px;gap:10px}}#top .about__date-birth{display:flex;align-items:center;gap:7px}@media screen and (min-width: 1690px){#top .about__date-birth{gap:10px}}#top .about__date-birth::after{content:"";display:block;width:1px;height:14px;background:#3c3c3c;transform:rotate(45deg)}@media screen and (min-width: 1690px){#top .about__date-birth::after{height:16px}}#top .about__location{margin-bottom:28px;display:flex;align-items:center;gap:7px;font-size:14px}@media screen and (min-width: 1690px){#top .about__location{margin-bottom:52px;font-size:15px;gap:10px}}#top .about__location-born{display:flex;align-items:center;gap:7px}@media screen and (min-width: 1690px){#top .about__location-born{gap:10px}}#top .about__location-born::after{content:"";display:block;width:1px;height:14px;background:#3c3c3c;transform:rotate(45deg)}@media screen and (min-width: 1690px){#top .about__location-born::after{height:16px}}#top .about__txt{font-size:14px;line-height:2.2}@media screen and (min-width: 1690px){#top .about__txt{font-size:15px}}#top .about__horizontal-scroll{background:#eae4da}@media screen and (min-width: 1024px){#top .about__horizontal-scroll{display:none}}#top .about__horizontal-wrapper{padding-left:100%;height:auto;overflow:hidden;position:relative;transform:translateY(71px);z-index:1}@media screen and (min-width: 768px){#top .about__horizontal-wrapper{padding-left:70%}}#top .about__horizontal-content{display:flex;flex-wrap:nowrap;gap:34px;height:100%}#top .about__pic{width:163px;height:193px;flex-shrink:0}@media screen and (min-width: 768px){#top .about__pic{width:200px;height:230px}}@media screen and (min-width: 1024px){#top .about__pic{--a2: calc(var(--a) * 1deg - 90deg);--x: calc(cos(var(--a2)) * var(--r) * 1px);--y: calc(sin(var(--a2)) * var(--r) * 1px);width:250px;height:250px;position:absolute;translate:var(--x) var(--y)}}@media screen and (min-width: 1214px){#top .about__pic{width:280px;height:280px}}@media screen and (min-width: 1445px){#top .about__pic{width:250px;height:250px}}@media screen and (min-width: 1690px){#top .about__pic{--a2: calc(var(--a) * 1deg - 90deg);--x: calc(cos(var(--a2)) * var(--r) * 1px);--y: calc(sin(var(--a2)) * var(--r) * 1px);width:330px;height:330px;position:absolute;translate:var(--x) var(--y)}}#top .about__img{width:100%;height:163px;border-radius:50%;box-shadow:10px 10px 20px rgba(0,0,0,.25);display:block}@media screen and (min-width: 768px){#top .about__img{height:200px}}@media screen and (min-width: 1024px){#top .about__img{height:100%;box-shadow:10px 10px 15px rgba(0,0,0,.25)}}#top .about__circular{display:none}@media screen and (min-width: 1024px){#top .about__circular{display:block}}#top .about__circular-wrap{--r: 280;width:calc(var(--r)*2px);height:calc(var(--r)*2px);position:absolute;top:-2px;right:-265px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-sizing:border-box}@media screen and (min-width: 1214px){#top .about__circular-wrap{--r: 323;top:162px}}@media screen and (min-width: 1445px){#top .about__circular-wrap{--r: 280;top:-154px}}@media screen and (min-width: 1690px){#top .about__circular-wrap{--r: 386;top:17px}}#top .about__inner{width:100%;height:100%;display:block;transform:rotate(0deg);transform-origin:center}#top .works{padding:197px 22px 146px;position:relative;overflow:hidden;background:#3c3c3c;background-image:url(../images/bg2.jpg);background-repeat:no-repeat}@media screen and (min-width: 500px){#top .works{padding:197px 22px 146px}}@media screen and (min-width: 768px){#top .works{padding:197px 100px 146px}}@media screen and (min-width: 1024px){#top .works{padding:310px 0 494px 0}}#top .works__minittl{display:none}@media screen and (min-width: 1024px){#top .works__minittl{display:flex;align-items:center;gap:11px;position:absolute;top:366px;left:0;transform:rotate(-90deg)}#top .works__minittl-name{display:flex;align-items:center;gap:11px}#top .works__minittl-name::before{content:"works";display:block;font-family:"Chillax",sans-serif;font-size:16px;line-height:1;color:#fff}#top .works__minittl-name::after{content:"";display:block;width:15px;height:1px;background:#fff}#top .works__minittl-num{width:40px;height:40px;border:1px solid #fff;border-radius:50%;display:flex;justify-content:center;align-items:center}#top .works__minittl-num::after{content:"2";display:block;font-family:"Chillax",sans-serif;font-size:16px;line-height:1;color:#fff;transform:rotate(90deg)}}#top .works__ttl{margin:0 0 56px 29px;color:#bd9956}@media screen and (min-width: 768px){#top .works__ttl{margin:0 0 56px 0}}@media screen and (min-width: 1024px){#top .works__ttl{margin:0 0 155px 154px}}@media screen and (min-width: 1690px){#top .works__ttl{margin:0 0 122px 154px;margin-bottom:122px;display:flex;align-items:flex-end;gap:61px}}#top .works__ttl-en{margin-bottom:10px;font-size:50px;font-weight:500}@media screen and (min-width: 768px){#top .works__ttl-en{font-size:90px}}@media screen and (min-width: 1690px){#top .works__ttl-en{margin-bottom:0;font-size:130px}}#top .works__ttl span{display:inline-block;opacity:0;margin-right:-0.285em}#top .works__ttl span:last-of-type{margin-right:0}#top .works__ttl-ja{margin-left:15px;font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:600}@media screen and (min-width: 768px){#top .works__ttl-ja{font-size:25px}}@media screen and (min-width: 1690px){#top .works__ttl-ja{margin-left:0;font-size:30px;line-height:2.3}}#top .works__score{display:none}@media screen and (min-width: 1024px){#top .works__score{display:block;position:relative}#top .works__score-01::before{content:"";display:block;width:2405px;height:1px;background:#7e7e7e;position:absolute;top:0;left:155px}#top .works__score-01::after{content:"";display:block;width:2405px;height:1px;background:#7e7e7e;position:absolute;top:114px;left:155px}#top .works__score-02::before{content:"";display:block;width:2405px;height:1px;background:#7e7e7e;position:absolute;top:228px;left:155px}#top .works__score-02::after{content:"";display:block;width:2405px;height:1px;background:#7e7e7e;position:absolute;top:342px;left:155px}#top .works__score-03::before{content:"";display:block;width:2405px;height:1px;background:#7e7e7e;position:absolute;top:456px;left:155px}#top .works__score-04{width:153px;height:114px;border:1px solid #7e7e7e;border-radius:100%;position:absolute;bottom:0;left:278px;transform:translateY(450%);display:flex;justify-content:center;align-items:center}#top .works__score-04::before{content:"";display:block;width:65px;height:94px;border:1px solid #7e7e7e;border-radius:100%;transform:rotate(-17deg)}#top .works__score-05{width:153px;height:114px;border:1px solid #7e7e7e;border-radius:100%;position:absolute;bottom:0;right:727px;transform:translateY(100%);display:flex;justify-content:center;align-items:center}#top .works__score-05::before{content:"";display:block;width:65px;height:94px;border:1px solid #7e7e7e;border-radius:100%;transform:rotate(-17deg)}#top .works__score-06{width:153px;height:114px;border:1px solid #7e7e7e;border-radius:100%;position:absolute;bottom:0;right:300px;transform:translateY(450%);display:flex;justify-content:center;align-items:center}#top .works__score-06::before{content:"";display:block;width:65px;height:94px;border:1px solid #7e7e7e;border-radius:100%;transform:rotate(-17deg)}}@media screen and (min-width: 1024px){#top .works__wrapper{padding-left:278px}}@media screen and (min-width: 500px){#top .works__content{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:22px;row-gap:40px}}@media screen and (min-width: 1024px){#top .works__content{display:flex;gap:102px}}#top .works__link{color:#fff;height:-moz-fit-content;height:fit-content;transition:.4s}#top .works__link:last-of-type .works__box{margin-bottom:0}#top .works__link:hover{transform:scale(0.8)}#top .works__link:hover .works__veil{background:rgba(0,0,0,0)}#top .works__link:hover .works__ttlbox{color:#3c3c3c}@media screen and (min-width: 1024px){#top .works__link:nth-of-type(2n){margin-top:227px}}#top .works__box{margin-bottom:42px;position:relative;width:100%;aspect-ratio:331/231}@media screen and (min-width: 500px){#top .works__box{margin-bottom:0}}@media screen and (min-width: 1024px){#top .works__box{width:489px;height:342px}}#top .works__logo{width:100%;height:100%;overflow:hidden;border-radius:53px}@media screen and (min-width: 500px){#top .works__logo{border-radius:30px}}@media screen and (min-width: 600px){#top .works__logo{border-radius:40px}}@media screen and (min-width: 1024px){#top .works__logo{border-radius:53px}}#top .works__logo-img{box-shadow:0px 10px 30px rgba(0,0,0,.3);display:block;width:100%;height:100%}@media screen and (min-width: 1024px){#top .works__logo-img{width:100%;height:100%;box-shadow:20px 20px 30px rgba(0,0,0,.3)}}#top .works__veil{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);border-radius:53px;box-shadow:inset -10px -10px 30px rgba(0,0,0,.3);transition:.4s}@media screen and (min-width: 500px){#top .works__veil{border-radius:30px}}@media screen and (min-width: 600px){#top .works__veil{border-radius:40px}}@media screen and (min-width: 1024px){#top .works__veil{width:100%;height:100%;border-radius:50px;box-shadow:inset -20px -20px 30px rgba(0,0,0,.3)}}#top .works__ttlbox{position:absolute;bottom:26px;left:29px;transition:.4s}@media screen and (min-width: 768px){#top .works__ttlbox{bottom:20px;left:20px}}@media screen and (min-width: 1024px){#top .works__ttlbox{bottom:35px;left:47px}}#top .works__name{margin-bottom:7px;font-size:23px;font-weight:500}@media screen and (min-width: 500px){#top .works__name{font-size:18px}}@media screen and (min-width: 768px){#top .works__name{font-size:20px}}@media screen and (min-width: 1024px){#top .works__name{margin-bottom:11px;font-size:36px}}#top .works__subname{font-family:"Noto Sans JP",sans-serif;font-size:14px}@media screen and (min-width: 768px){#top .works__subname{font-size:16px}}@media screen and (min-width: 1024px){#top .works__subname{font-size:25px}}#top .works__type{font-family:"Noto Sans JP",sans-serif;font-size:10px}@media screen and (min-width: 768px){#top .works__type{font-size:12px}}@media screen and (min-width: 1024px){#top .works__type{font-size:16px}}#top .skills-up{display:none}@media screen and (min-width: 1024px){#top .skills-up{display:block;height:1806px;background:#3c3c3c;position:relative}}#top .skills-up__txt{position:sticky;top:50%;transform:translateY(-50%);font-size:350px;font-weight:600;text-align:center;color:#6b6b6b;width:-moz-fit-content;width:fit-content;margin:0 auto;z-index:1}@media screen and (min-width: 1445px){#top .skills-up__txt{font-size:500px}}#top .skills-up__pic01,#top .skills-up__pic02,#top .skills-up__pic03,#top .skills-up__pic04,#top .skills-up__pic05,#top .skills-up__pic06,#top .skills-up__pic07,#top .skills-up__pic08{width:180px;height:180px;position:absolute}@media screen and (min-width: 1445px){#top .skills-up__pic01,#top .skills-up__pic02,#top .skills-up__pic03,#top .skills-up__pic04,#top .skills-up__pic05,#top .skills-up__pic06,#top .skills-up__pic07,#top .skills-up__pic08{width:238px;height:238px;position:absolute}}#top .skills-up__pic01{top:0;left:24%;z-index:2}#top .skills-up__pic02{top:73px;right:20%}#top .skills-up__pic03{top:385px;left:40%;z-index:2}#top .skills-up__pic04{top:575px;right:25%}#top .skills-up__pic05{top:703px;left:15%;z-index:2}#top .skills-up__pic06{top:889px;left:42%}#top .skills-up__pic07{top:1049px;right:17%;z-index:2}#top .skills-up__pic08{top:1283px;left:29%}#top .skills-up__img{display:block;box-shadow:20px 20px 30px rgba(0,0,0,.3),inset -20px -20px 30px rgba(0,0,0,.3);border-radius:15px}#top .skills{padding:156px 0 146px;background:#eae4da;position:relative}@media screen and (min-width: 414px){#top .skills{padding:156px 10% 146px}}@media screen and (min-width: 535px){#top .skills{padding:156px 18% 146px}}@media screen and (min-width: 668px){#top .skills{padding:156px 22% 146px}}@media screen and (min-width: 768px){#top .skills{padding:156px 100px 146px}}@media screen and (min-width: 1024px){#top .skills{padding:310px 0 104px}}#top .skills__minittl{display:none}@media screen and (min-width: 1024px){#top .skills__minittl{display:flex;align-items:center;gap:11px;position:absolute;top:366px;left:0;transform:rotate(-90deg)}#top .skills__minittl-name{display:flex;align-items:center;gap:11px}#top .skills__minittl-name::before{content:"skills";display:block;font-family:"Chillax",sans-serif;font-size:16px;line-height:1;color:#3c3c3c}#top .skills__minittl-name::after{content:"";display:block;width:15px;height:1px;background:#3c3c3c}#top .skills__minittl-num{width:40px;height:40px;border:1px solid #3c3c3c;border-radius:50%;display:flex;justify-content:center;align-items:center}#top .skills__minittl-num::after{content:"3";display:block;font-family:"Chillax",sans-serif;font-size:16px;line-height:1;color:#3c3c3c;transform:rotate(90deg)}}#top .skills__ttl{margin:0 0 56px 29px;color:#3c3c3c}@media screen and (min-width: 768px){#top .skills__ttl{margin:0 0 56px 0}}@media screen and (min-width: 1024px){#top .skills__ttl{margin-left:155px;margin-bottom:122px}}@media screen and (min-width: 1690px){#top .skills__ttl{display:flex;align-items:flex-end;gap:61px}}#top .skills__ttl-en{margin-bottom:10px;font-size:50px;font-weight:500}@media screen and (min-width: 768px){#top .skills__ttl-en{font-size:90px}}@media screen and (min-width: 1024px){#top .skills__ttl-en{margin-bottom:0}}@media screen and (min-width: 1690px){#top .skills__ttl-en{margin-bottom:0;font-size:130px}}#top .skills__ttl span{display:inline-block;opacity:0;margin-right:-0.285em}#top .skills__ttl span:last-of-type{margin-right:0}#top .skills__ttl-ja{margin-left:15px;font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:600}@media screen and (min-width: 768px){#top .skills__ttl-ja{font-size:25px}}@media screen and (min-width: 1690px){#top .skills__ttl-ja{margin-left:0;font-size:30px;line-height:2.3}}@media screen and (min-width: 1024px){#top .skills__wrapper{background-image:url(../images/bg.jpg);background-repeat:repeat;overflow:hidden}}#top .skills__html{margin-bottom:44px}@media screen and (min-width: 1024px){#top .skills__html{margin-bottom:0;display:flex;justify-content:center}}#top .skills__html-ttl{padding:14px 23px;width:-moz-fit-content;width:fit-content;background:#bd9956;display:flex;justify-content:space-between;gap:45px;z-index:1}@media screen and (min-width: 1024px){#top .skills__html-ttl{padding:0;width:33.333%;height:317px;display:block;position:relative;overflow:hidden;transform:scale(0);transform-origin:top right}}#top .skills__html-ttl01,#top .skills__html-ttl02{font-size:42px;font-weight:700;color:#3c3c3c}@media screen and (min-width: 1024px){#top .skills__html-ttl01,#top .skills__html-ttl02{font-size:110px;position:absolute}}@media screen and (min-width: 1558px){#top .skills__html-ttl01,#top .skills__html-ttl02{font-size:164px}}@media screen and (min-width: 1024px){#top .skills__html-ttl01{top:-5%;left:0}}@media screen and (min-width: 1558px){#top .skills__html-ttl01{top:-8%;left:0}}@media screen and (min-width: 1024px){#top .skills__html-ttl02{bottom:-6%;left:0}}@media screen and (min-width: 1558px){#top .skills__html-ttl02{bottom:-8%;left:0}}#top .skills__html-txt{margin-left:auto;padding:18px 24px 32px;width:298px;height:auto;font-family:"Noto Sans JP",sans-serif;font-size:12px;line-height:1.8;background:#fff;color:#3c3c3c}@media screen and (min-width: 768px){#top .skills__html-txt{margin-left:99px}}@media screen and (min-width: 1024px){#top .skills__html-txt{margin:0;padding:35px 41px 0;width:33.333%;height:317px;line-height:2;transform:translate(-5%, -5%);opacity:0}}@media screen and (min-width: 1157px){#top .skills__html-txt{padding:53px 73px 0}}@media screen and (min-width: 1386px){#top .skills__html-txt{font-size:14px}}@media screen and (min-width: 1558px){#top .skills__html-txt{font-size:15px}}#top .skills__jquery{margin-bottom:44px}@media screen and (min-width: 1024px){#top .skills__jquery{margin-bottom:0;display:flex;justify-content:flex-start}}#top .skills__jquery-ttl{margin:0 auto;padding:14px 78px;width:-moz-fit-content;width:fit-content;background:#f4f4f4;z-index:1}@media screen and (min-width: 768px){#top .skills__jquery-ttl{margin-right:99px}}@media screen and (min-width: 1024px){#top .skills__jquery-ttl{margin:0;padding:0;width:33.333%;height:317px;display:block;position:relative;overflow:hidden;transform:scale(0);transform-origin:top right}}#top .skills__jquery-ttl01{font-size:42px;font-weight:700;color:#3c3c3c}@media screen and (min-width: 1024px){#top .skills__jquery-ttl01{font-size:110px;position:absolute;top:-5%;left:0}}@media screen and (min-width: 1558px){#top .skills__jquery-ttl01{font-size:164px;top:-8%}}#top .skills__jquery-txt{padding:18px 24px 32px;width:298px;height:auto;font-family:"Noto Sans JP",sans-serif;font-size:12px;line-height:1.8;background:#fff;color:#3c3c3c}@media screen and (min-width: 768px){#top .skills__jquery-txt{margin-left:auto}}@media screen and (min-width: 1024px){#top .skills__jquery-txt{margin:0;padding:35px 41px 0;width:33.333%;height:317px;line-height:2;transform:translate(-5%, -5%);opacity:0}}@media screen and (min-width: 1157px){#top .skills__jquery-txt{padding:53px 73px 0}}@media screen and (min-width: 1386px){#top .skills__jquery-txt{font-size:14px}}@media screen and (min-width: 1558px){#top .skills__jquery-txt{font-size:15px}}#top .skills__js{margin-bottom:44px}@media screen and (min-width: 1024px){#top .skills__js{margin-bottom:0;display:flex;flex-direction:row-reverse;justify-content:flex-start}}#top .skills__js-ttl{margin-left:auto;padding:14px 39px;width:-moz-fit-content;width:fit-content;background:#505050;z-index:1}@media screen and (min-width: 768px){#top .skills__js-ttl{margin-left:99px}}@media screen and (min-width: 1024px){#top .skills__js-ttl{margin:0;padding:0;width:33.333%;height:317px;display:block;position:relative;overflow:hidden;transform:scale(0);transform-origin:top left}}#top .skills__js-ttl01{font-size:42px;font-weight:700;color:#fff}@media screen and (min-width: 1024px){#top .skills__js-ttl01{font-size:110px;position:absolute;top:-5%;right:0;text-align:right}}@media screen and (min-width: 1558px){#top .skills__js-ttl01{font-size:164px;top:-7%}}#top .skills__js-ttl01 br{display:none}@media screen and (min-width: 1024px){#top .skills__js-ttl01 br{display:block}}#top .skills__js-txt{margin-left:auto;padding:18px 24px 32px;width:298px;height:auto;font-family:"Noto Sans JP",sans-serif;font-size:12px;line-height:1.8;background:#fff;color:#3c3c3c}@media screen and (min-width: 768px){#top .skills__js-txt{margin-left:0}}@media screen and (min-width: 1024px){#top .skills__js-txt{margin:0;padding:35px 41px 0;width:33.333%;height:317px;line-height:2;transform:translate(5%, -5%);opacity:0}}@media screen and (min-width: 1157px){#top .skills__js-txt{padding:53px 73px 0}}@media screen and (min-width: 1386px){#top .skills__js-txt{font-size:14px}}@media screen and (min-width: 1558px){#top .skills__js-txt{font-size:15px}}#top .skills__github{margin-bottom:44px}@media screen and (min-width: 1024px){#top .skills__github{margin-bottom:0;display:flex;flex-direction:row-reverse;justify-content:center}}#top .skills__github-ttl{padding:14px 74px;width:-moz-fit-content;width:fit-content;background:#f4f4f4;z-index:1}@media screen and (min-width: 768px){#top .skills__github-ttl{margin:0 auto;margin-right:99px}}@media screen and (min-width: 1024px){#top .skills__github-ttl{margin:0;padding:0;width:33.333%;height:317px;font-size:164px;display:block;position:relative;overflow:hidden;transform:scale(0);transform-origin:top left}}#top .skills__github-ttl01{font-size:42px;font-weight:700;color:#bd9956}@media screen and (min-width: 1024px){#top .skills__github-ttl01{font-size:110px;position:absolute;bottom:-6%;right:0}}@media screen and (min-width: 1558px){#top .skills__github-ttl01{font-size:164px;bottom:-9%}}#top .skills__github-txt{margin-left:auto;padding:18px 24px 32px;width:298px;height:auto;font-family:"Noto Sans JP",sans-serif;font-size:12px;line-height:1.8;background:#fff;color:#3c3c3c}@media screen and (min-width: 1024px){#top .skills__github-txt{margin:0;padding:35px 41px 0;width:33.333%;height:317px;line-height:2;transform:translate(5%, -5%);opacity:0}}@media screen and (min-width: 1157px){#top .skills__github-txt{padding:53px 73px 0}}@media screen and (min-width: 1386px){#top .skills__github-txt{font-size:14px}}@media screen and (min-width: 1558px){#top .skills__github-txt{font-size:15px}}#top .skills__figma{margin-bottom:44px}@media screen and (min-width: 1024px){#top .skills__figma{margin-bottom:0;display:flex;flex-direction:row-reverse;justify-content:flex-end}}#top .skills__figma-ttl{padding:9px 22px 7px;width:-moz-fit-content;width:fit-content;background:#bd9956;z-index:1}@media screen and (min-width: 1024px){#top .skills__figma-ttl{padding:0;width:33.333%;height:317px;display:block;position:relative;overflow:hidden;transform:scale(0);transform-origin:top left}}#top .skills__figma-ttl01,#top .skills__figma-ttl02{font-size:42px;font-weight:700;color:#fff}@media screen and (min-width: 1024px){#top .skills__figma-ttl01,#top .skills__figma-ttl02{font-size:110px;position:absolute}}@media screen and (min-width: 1558px){#top .skills__figma-ttl01,#top .skills__figma-ttl02{font-size:164px}}@media screen and (min-width: 1024px){#top .skills__figma-ttl01{top:-5%;left:0}}@media screen and (min-width: 1558px){#top .skills__figma-ttl01{top:-8%;left:0}}@media screen and (min-width: 1024px){#top .skills__figma-ttl02{bottom:-6%;right:0;white-space:nowrap}}@media screen and (min-width: 1558px){#top .skills__figma-ttl02{bottom:-9%}}#top .skills__figma-txt{padding:18px 24px 32px;width:298px;height:auto;font-family:"Noto Sans JP",sans-serif;font-size:12px;line-height:1.8;background:#fff;color:#3c3c3c}@media screen and (min-width: 768px){#top .skills__figma-txt{margin-left:52px}}@media screen and (min-width: 1024px){#top .skills__figma-txt{margin:0;padding:35px 41px 0;width:33.333%;height:317px;line-height:2;transform:translate(5%, -5%);opacity:0}}@media screen and (min-width: 1157px){#top .skills__figma-txt{padding:53px 73px 0}}@media screen and (min-width: 1386px){#top .skills__figma-txt{font-size:14px}}@media screen and (min-width: 1558px){#top .skills__figma-txt{font-size:15px}}@media screen and (min-width: 1024px){#top .skills__ps{margin-bottom:0;display:flex;justify-content:flex-start}}#top .skills__ps-ttl{margin-left:auto;padding:14px 34px;width:-moz-fit-content;width:fit-content;background:#505050;z-index:1}@media screen and (min-width: 1024px){#top .skills__ps-ttl{margin:0;padding:0;width:33.333%;height:317px;display:block;position:relative;overflow:hidden;transform:scale(0);transform-origin:top right}}#top .skills__ps-ttl01{font-size:42px;font-weight:700;color:#bd9956}@media screen and (min-width: 1024px){#top .skills__ps-ttl01{font-size:110px;position:absolute;top:-4%;right:0;text-align:right}}@media screen and (min-width: 1558px){#top .skills__ps-ttl01{font-size:164px;top:-5%}}#top .skills__ps-ttl01 br{display:none}@media screen and (min-width: 1024px){#top .skills__ps-ttl01 br{display:block}}#top .skills__ps-txt{padding:18px 24px 32px;width:298px;height:auto;font-family:"Noto Sans JP",sans-serif;font-size:12px;line-height:1.8;background:#fff;color:#3c3c3c}@media screen and (min-width: 768px){#top .skills__ps-txt{margin:0 auto;margin-right:99px}}@media screen and (min-width: 1024px){#top .skills__ps-txt{margin:0;padding:35px 41px 0;width:33.333%;height:317px;line-height:2;transform:translate(-5%, -5%);opacity:0}}@media screen and (min-width: 1157px){#top .skills__ps-txt{padding:53px 73px 0}}@media screen and (min-width: 1386px){#top .skills__ps-txt{font-size:14px}}@media screen and (min-width: 1558px){#top .skills__ps-txt{font-size:15px}}#contact{background:#eae4da}#contact .contact{margin-bottom:45px;padding:124px 14% 0}@media screen and (min-width: 1024px){#contact .contact{margin-bottom:158px;padding:294px 0 0 0}}#contact .contact__ttl{margin-bottom:49px;color:#3c3c3c}@media screen and (min-width: 1024px){#contact .contact__ttl{margin:0 0 155px 154px}}@media screen and (min-width: 1690px){#contact .contact__ttl{margin-left:155px;margin-bottom:122px;display:flex;align-items:flex-end;gap:61px}}#contact .contact__ttl-en{margin-bottom:10px;font-size:50px;font-weight:500}@media screen and (min-width: 768px){#contact .contact__ttl-en{font-size:90px}}@media screen and (min-width: 1690px){#contact .contact__ttl-en{margin-bottom:0;font-size:130px}}#contact .contact__ttl span{display:inline-block;opacity:0;margin-right:-0.285em}#contact .contact__ttl span:last-of-type{margin-right:0}#contact .contact__ttl-ja{margin-left:15px;font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:600}@media screen and (min-width: 768px){#contact .contact__ttl-ja{font-size:25px}}@media screen and (min-width: 1690px){#contact .contact__ttl-ja{margin-left:0;font-size:30px;line-height:2.3}}@media screen and (min-width: 1024px){#contact .form{padding:0 20%}}#contact .form__box{margin-bottom:31px}#contact .form__box:nth-last-of-type(2){margin-bottom:47px}@media screen and (min-width: 1024px){#contact .form__box:nth-last-of-type(2){margin-bottom:120px}}#contact .form__box:last-of-type{margin-bottom:0}@media screen and (min-width: 1024px){#contact .form__box:last-of-type{border:none}}#contact .form__box::after{content:"";width:100%;height:1px;background:#9f9f9f;display:block}@media screen and (min-width: 1024px){#contact .form__box::after{display:none}}#contact .form__box:last-of-type::after{display:none}@media screen and (min-width: 1024px){#contact .form__box{margin-bottom:26px;display:flex;align-items:flex-start;border-bottom:1px solid #9f9f9f}}#contact .form__label{display:block;padding:17px 0;font-family:"Noto Sans JP",sans-serif;font-size:17px;font-weight:500;color:#3c3c3c}#contact .form__label::after{content:"*";color:red}@media screen and (min-width: 1024px){#contact .form__label{width:25%;padding:0}}@media screen and (min-width: 1400px){#contact .form__label{font-size:20px}}@media screen and (min-width: 1600px){#contact .form__label{font-size:24px}}#contact .form__input{margin-bottom:38px;width:100%;height:48px;padding:0 10px;background:#f4f4f4;border:none;border-radius:7px;font-size:14px;letter-spacing:.1em}#contact .form__input[name=name]::-moz-placeholder{font-family:"Noto Sans JP",sans-serif}#contact .form__input[name=name]::placeholder{font-family:"Noto Sans JP",sans-serif}#contact .form__input[name=company]::-moz-placeholder{font-family:"Noto Sans JP",sans-serif}#contact .form__input[name=company]::placeholder{font-family:"Noto Sans JP",sans-serif}@media screen and (min-width: 1024px){#contact .form__input{height:60px;margin-bottom:26px;width:75%}}#contact .form ::-moz-placeholder{color:#bdbdbd}#contact .form ::placeholder{color:#bdbdbd}@media screen and (min-width: 1024px){#contact .form ::-moz-placeholder{font-size:16px}#contact .form ::placeholder{font-size:16px}}#contact .form__message{margin-bottom:38px;width:100%;height:130px;padding:15px 10px;background:#f4f4f4;border:none;border-radius:7px;font-size:14px;letter-spacing:.1em}#contact .form__message[name=company]::-moz-placeholder{font-family:"Noto Sans JP",sans-serif}#contact .form__message[name=company]::placeholder{font-family:"Noto Sans JP",sans-serif}@media screen and (min-width: 1024px){#contact .form__message{width:75%;height:374px}}#contact .form__submit{margin:0 auto;display:block;width:100%;max-width:300px;padding:20px 0;background:#bd9956;border:none;border-radius:50px;color:#f4f4f4;font-size:16px;font-family:"Noto Sans JP",sans-serif;font-weight:500;cursor:pointer;-webkit-appearance:none;transition:.4s}@media screen and (min-width: 1024px){#contact .form__submit{max-width:none;width:-moz-fit-content;width:fit-content;padding:27px 70px;width:365px;font-size:25px}}#contact .form__submit:hover{background:#505050}#contact .top{padding:0 14%;width:-moz-fit-content;width:fit-content}@media screen and (min-width: 1024px){#contact .top{margin-bottom:158px;padding:0 155px}}#contact .top__link{font-size:14px;color:#3c3c3c;text-decoration:none;display:flex;align-items:center;gap:5px;transition:.4s}#contact .top__link:hover{opacity:.3}#contact .top__link::before{content:"";display:block;width:5px;height:5px;border-top:1px solid #3c3c3c;border-left:1px solid #3c3c3c;border-top-left-radius:1px;transform:rotate(-45deg)}@media screen and (min-width: 1024px){#contact .top__link::before{width:10px;height:10px;border-top:2px solid #3c3c3c;border-left:2px solid #3c3c3c}}@media screen and (min-width: 1024px){#contact .top__link{font-size:30px;gap:25px}}#work{background:#eae4da;color:#3c3c3c}#work .sweet-ttl span:nth-of-type(5),#work .azito-ttl span:nth-of-type(4),#work .wss-ttl span:nth-of-type(8),#work .eclat-ttl span:nth-of-type(7),#work .nextone-ttl span:nth-of-type(4),#work .cotswolds-ttl span:nth-of-type(8){margin-right:0}#work .work{margin-bottom:60px;padding:124px 0 0}@media screen and (min-width: 1024px){#work .work{margin-bottom:120px;padding:294px 0 0 0}}#work .work__ttl{margin-bottom:49px;color:#3c3c3c}@media screen and (min-width: 1024px){#work .work__ttl{margin:0 0 155px 0}}@media screen and (min-width: 1300px){#work .work__ttl br{display:none}}@media screen and (min-width: 1690px){#work .work__ttl br{display:block}}@media screen and (min-width: 1690px){#work .work__ttl{margin-left:155px;margin-bottom:122px;display:flex;align-items:flex-end;gap:61px}}#work .work__ttl-en{margin-bottom:10px;font-size:50px;font-weight:500;white-space:nowrap;text-align:center}@media screen and (min-width: 768px){#work .work__ttl-en{font-size:90px}}@media screen and (min-width: 1690px){#work .work__ttl-en{margin-bottom:0;font-size:130px;text-align:left}}#work .work__ttl span{display:inline-block;opacity:0;margin-right:-0.285em}#work .work__ttl span:last-of-type{margin-right:0}#work .work__ttl-ja{font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:600;text-align:center}@media screen and (min-width: 768px){#work .work__ttl-ja{font-size:25px}}@media screen and (min-width: 1690px){#work .work__ttl-ja{font-size:30px;line-height:2.3}}#work .work__pic{padding:0 6%;margin-bottom:24px;width:100%;aspect-ratio:16/9;max-width:1100px}@media screen and (min-width: 1024px){#work .work__pic{margin-bottom:94px}}@media screen and (min-width: 1100px){#work .work__pic{margin:0 auto 94px}}@media screen and (min-width: 1300px){#work .work__pic{padding:0}}#work .work__img{border-radius:30px;width:100%;box-shadow:2px 2px 8px 0px rgba(0,0,0,.3)}@media screen and (min-width: 1024px){#work .work__img{border-radius:50px;box-shadow:8px 8px 15px 0px rgba(0,0,0,.3)}}#work .work .custom-cursor{display:none}@media screen and (min-width: 1024px){#work .work .custom-cursor{display:block;position:fixed;top:-55px;left:-35px;width:150px;height:150px;border-radius:50%;background:rgba(244,244,244,.7);border:5px dotted #000;pointer-events:none;opacity:0;transition:opacity .2s;z-index:3}}#work .work .custom-cursor::before{content:"visit\asite";display:block;color:#bd9956;white-space:pre;font-size:40px;font-weight:600;text-align:center;-webkit-text-stroke:1px #3c3c3c;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#work .work .custom-cursor.visible{opacity:1}#work .work__list{margin:0 auto;width:100%;max-width:340px;height:auto;font-family:"Noto Sans JP",sans-serif;display:grid;grid-template-columns:30% 70%;row-gap:30px}@media screen and (min-width: 320px){#work .work__list{padding:0 6%}}@media screen and (min-width: 375px){#work .work__list{padding:0}}@media screen and (min-width: 600px){#work .work__list{max-width:none;width:500px}}@media screen and (min-width: 860px){#work .work__list{width:660px}}@media screen and (min-width: 1024px){#work .work__list{width:800px;grid-template-columns:27% 73%}}@media screen and (min-width: 1300px){#work .work__list{width:1100px}}#work .work__term{font-size:12px;font-weight:600;line-height:2}@media screen and (min-width: 1024px){#work .work__term{font-size:24px}}#work .work__definition{font-size:12px;line-height:2}#work .work__definition-link{color:#3c3c3c;transition:.4s}#work .work__definition-link:hover{opacity:.5}@media screen and (min-width: 1024px){#work .work__definition{font-size:24px}}#work .nav{margin-bottom:13px;padding:0 21px}@media screen and (min-width: 1024px){#work .nav{margin-bottom:153px;padding:0 155px}}#work .nav__list{display:flex;justify-content:space-between}#work .nav__item:first-of-type .nav__link::before{content:"";display:block;width:5px;height:5px;border-top:1px solid #3c3c3c;border-left:1px solid #3c3c3c;border-top-left-radius:1px;transform:rotate(-45deg)}@media screen and (min-width: 1024px){#work .nav__item:first-of-type .nav__link::before{width:10px;height:10px;border-top:2px solid #3c3c3c;border-left:2px solid #3c3c3c}}#work .nav__item:last-of-type .nav__link::after{content:"";display:block;width:5px;height:5px;border-right:1px solid #3c3c3c;border-bottom:1px solid #3c3c3c;border-top-left-radius:1px;transform:rotate(-45deg)}@media screen and (min-width: 1024px){#work .nav__item:last-of-type .nav__link::after{width:10px;height:10px;border-right:2px solid #3c3c3c;border-bottom:2px solid #3c3c3c}}#work .nav__link{font-size:14px;text-decoration:none;color:#3c3c3c;display:flex;align-items:center;gap:5px;transition:.4s}#work .nav__link:hover{opacity:.3}@media screen and (min-width: 1024px){#work .nav__link{font-size:30px;gap:25px}}#thanks{background-image:url(../images/bg.jpg);background-repeat:repeat;color:#f4f4f4}@media screen and (min-width: 768px){#thanks{height:100vh}}#thanks .thanks{padding-top:246px;height:100svh}@media screen and (min-width: 768px){#thanks .thanks{padding-top:0;height:auto}}@media screen and (min-width: 768px){#thanks .thanks__ttl{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}}#thanks .thanks__en{margin-bottom:52px;font-size:80px;font-weight:600;text-align:center}@media screen and (min-width: 768px){#thanks .thanks__en{font-size:100px;white-space:nowrap}}@media screen and (min-width: 1600px){#thanks .thanks__en{font-size:200px}}@media screen and (min-width: 1000px){#thanks .thanks__en br{display:none}}#thanks .thanks__en span{display:inline-block;opacity:0;margin-right:-0.285em}#thanks .thanks__en span:last-of-type{margin-right:0}#thanks .thanks__en span:nth-of-type(5){margin-right:0}#thanks .thanks__ja{margin-bottom:82px;font-family:"Noto Sans JP",sans-serif;font-size:16px;line-height:1.8;text-align:center}@media screen and (min-width: 768px){#thanks .thanks__ja{margin-bottom:0;font-size:20px}}@media screen and (min-width: 1600px){#thanks .thanks__ja{font-size:40px}}@media screen and (min-width: 1000px){#thanks .thanks__ja br{display:none}}#thanks .thanks__top{margin-left:51px}@media screen and (min-width: 768px){#thanks .thanks__top{position:absolute;bottom:205px;left:5%}}#thanks .thanks__link{font-size:14px;color:#f4f4f4;text-decoration:none;display:flex;align-items:center;gap:5px;transition:.4s}#thanks .thanks__link:hover{opacity:.3}#thanks .thanks__link::before{content:"";display:block;width:5px;height:5px;border-top:1px solid #f4f4f4;border-left:1px solid #f4f4f4;border-top-left-radius:1px;transform:rotate(-45deg)}@media screen and (min-width: 768px){#thanks .thanks__link::before{width:10px;height:10px;border-top:2px solid #f4f4f4;border-left:2px solid #f4f4f4}}@media screen and (min-width: 768px){#thanks .thanks__link{font-size:30px;gap:25px}}#thanks .thanks__small01{display:grid;grid-template-columns:repeat(2, 31px);grid-template-rows:repeat(2, 31px);position:absolute;width:62px;height:62px;top:23%;left:10%;animation:rotateLogo01 3s ease-out infinite}@media screen and (min-width: 768px){#thanks .thanks__small01{grid-template-columns:repeat(2, 88px);grid-template-rows:repeat(2, 88px);width:176px;height:176px;top:14%;left:9%}}#thanks .thanks__small01-shape01{width:31px;height:31px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 768px){#thanks .thanks__small01-shape01{width:88px;height:88px}}#thanks .thanks__small01-shape02{width:31px;height:31px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 768px){#thanks .thanks__small01-shape02{width:88px;height:88px}}#thanks .thanks__small02{display:grid;grid-template-columns:repeat(2, 18px);grid-template-rows:repeat(2, 18px);width:36px;height:36px;position:absolute;bottom:17%;right:12%;animation:rotateLogo02 2s ease-out infinite}@media screen and (min-width: 768px){#thanks .thanks__small02{grid-template-columns:repeat(2, 88px);grid-template-rows:repeat(2, 88px);width:176px;height:176px;bottom:20%;right:9%}}#thanks .thanks__small02-shape01{width:18px;height:18px;background-color:#505050;border-top-right-radius:100%;grid-column:2;grid-row:1}@media screen and (min-width: 768px){#thanks .thanks__small02-shape01{width:88px;height:88px}}#thanks .thanks__small02-shape02{width:18px;height:18px;background-color:#bd9956;border-bottom-left-radius:100%;grid-column:1;grid-row:2}@media screen and (min-width: 768px){#thanks .thanks__small02-shape02{width:88px;height:88px}}.rotateTop{transform:rotate(-23.96deg)}.hideMiddle{transform:translateX(100%);opacity:0;pointer-events:none}.rotateBottom{transform:rotate(24.3deg)}.translateNav{transform:translate(0, 0) !important}@media screen and (min-width: 1024px){.translateNav{transform:translate(-4%, 3%) !important}}.btn--open:hover .btn__top{animation:burgerLineDeg01 .6s forwards}.btn--open:hover .btn__bottom{animation:burgerLineDeg02 .6s forwards}/*# sourceMappingURL=style.css.map */