html{font-size:62.5%;overflow-x:hidden;}body{font-size:1.6rem;font-family:"Zen Kaku Gothic New",sans-serif;color:#000;}.container-wrap{position:relative;background-color:#FFF;z-index:1;overflow-x:hidden;overflow:clip;}.container-wrap::before{content:"";position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(0deg,transparent calc(100% - 1px),rgba(255,177,0,.2) calc(100% - 1px));background-size:22.8px 22.8px;background-repeat:repeat;background-position:center left;}.container-wrap::after{content:"";position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,transparent calc(100% - 1px),rgba(255,177,0,.2) calc(100% - 1px));background-size:22.8px 31px;background-repeat:repeat;background-position:center center;}.container-wrap.animate::before{animation:grid-draw-horizontal 1.5s steps(50) forwards;-webkit-animation:grid-draw-horizontal 1.5s steps(50) forwards;-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);-webkit-animation-delay:5s;animation-delay:5s;}.container-wrap.animate::after{animation:grid-draw-vertical 1.5s steps(50) .75s forwards;-webkit-animation:grid-draw-vertical 1.5s steps(50) .75s forwards;-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-animation-delay:5s;animation-delay:5s;}.sp-hidden{display:none;}@media (width>= 768px){.sp-hidden{display:block}}.tab-s-hidden{display:block;}@media (width>= 768px){.tab-s-hidden{display:none}}.pc-s-hidden{display:block;}@media (width>= 1024px){.pc-s-hidden{display:none}}.pc-s-show{display:none;}@media (width>= 1024px){.pc-s-show{display:block}}.header{position:fixed;z-index:100;width:100%;height:auto;top:0;left:0;padding-top:12px;padding-bottom:12px;background-color:transparent;-webkit-transition:opacity .3s ease,background-color .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,background-color .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,background-color .3s ease;transition:opacity .3s ease,transform .3s ease,background-color .3s ease,-webkit-transform .3s ease;}.header::before{content:"";position:fixed;top:0;left:50%;translate:-50%;width:100vw;height:100vh;height:100svh;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;z-index:-1;pointer-events:none;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;}.header.is-fade-out{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);}.header.is-white{background-color:#FFF;}.header:has(.js-open)::before{opacity:1;visibility:visible;}@media (width>= 1024px){.header{padding-top:29px;padding-bottom:29px}}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-inline:15px 26px;}@media (width>= 1024px){.header__inner{padding-inline:31px 40px;max-width:1920px;margin-inline:auto}}.header__logo{-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}.header__logo a{display:block;}.header__logo img{width:184px;}@media (width>= 768px){.header__logo img{width:188px}}@media (any-hover:hover){.header__logo:hover{cursor:pointer;opacity:.7}}.header__nav{display:none;}@media (width>= 1024px){.header__nav{display:block;padding-left:10px;padding-top:7px}}.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;}.header__nav-list li.is-current{position:relative;}.header__nav-list li.is-current::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#FFB900;}.header__nav-list a{display:block;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}@media (any-hover:hover){.header__nav-list a:hover{cursor:pointer;opacity:.7}}@media (width>= 768px){.header__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:20px}}.header__contact{display:none;}@media (width>= 768px){.header__contact{display:block;translate:-4px 6px}}.header__contact svg path{-webkit-transition:fill .3s ease;transition:fill .3s ease;}@media (any-hover:hover){.header__contact a:hover{cursor:pointer}.header__contact a:hover svg path:nth-of-type(1){fill:#FFB900}.header__contact a:hover svg path:not(:nth-of-type(1)){fill:#000}}.drawer-icon{width:28px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}@media (any-hover:hover){.drawer-icon:hover{cursor:pointer;opacity:.7}}.drawer-icon span{display:block;width:100%;height:2.4px;background:-webkit-gradient(linear,right top,left top,color-stop(-.04%,#FFB900),color-stop(6.97%,#FFB000),color-stop(18.97%,#FF9700),color-stop(19.97%,#FF9600),color-stop(33.98%,#FF7B00),color-stop(61.99%,#FF3800),color-stop(84.99%,#F00));background:linear-gradient(270deg,#FFB900 -.04%,#FFB000 6.97%,#FF9700 18.97%,#FF9600 19.97%,#FF7B00 33.98%,#FF3800 61.99%,#F00 84.99%);-webkit-transition:all .3s ease;transition:all .3s ease;}.drawer-icon.js-open span:nth-of-type(1){width:20px;rotate:45deg;translate:0 8px;}.drawer-icon.js-open span:nth-of-type(2){opacity:0;visibility:hidden;}.drawer-icon.js-open span:nth-of-type(3){width:20px;rotate:-45deg;translate:0 -10px;}.drawer{position:fixed;top:74px;left:50%;translate:-50%;z-index:100;border-radius:13px;width:80%;min-width:328px;max-width:408px;padding:4px;background:linear-gradient(92deg,#FFB900 5.92%,#FFB000 16.27%,#FF9700 34.02%,#FF9600 35.5%,#FF7B00 56.2%,#FF3800 97.62%,#F00 131.63%);opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;}.drawer.js-open{opacity:1;visibility:visible;}@media (width>= 768px){.drawer{min-width:none;max-width:none;width:653px;top:94px;border-radius:8px}}.drawer__inner{padding:36px 36px 44px;border-radius:10px;background:#FFF;}.drawer__inner ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;max-height:calc(100vh - 74px - 80px);overflow-y:auto;}@media (width>= 768px){.drawer__inner ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 54px}.drawer__inner ul li:nth-of-type(1){grid-area:1/1/2/2}.drawer__inner ul li:nth-of-type(2){grid-area:2/1/3/2}.drawer__inner ul li:nth-of-type(3){grid-area:3/1/4/2}.drawer__inner ul li:nth-of-type(4){grid-area:4/1/5/2}.drawer__inner ul li:nth-of-type(5){grid-area:5/1/6/2}.drawer__inner ul li:nth-of-type(6){grid-area:1/2/2/3}.drawer__inner ul li:nth-of-type(7){grid-area:2/2/3/3}.drawer__inner ul li:nth-of-type(8){grid-area:3/2/4/3}.drawer__inner ul li:nth-of-type(9){grid-area:4/2/5/3}.drawer__inner ul li:nth-of-type(10){grid-area:5/2/6/3}.drawer__inner ul li:nth-of-type(11){grid-area:6/2/7/3}}.drawer__inner li a{color:#000;font-family:"Zen Kaku Gothic New",sans-serif;font-size:1.4rem;font-weight:700;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.2em;padding-left:12px;position:relative;}.drawer__inner li a::before{content:"";position:absolute;width:4px;height:11px;top:50%;left:0;translate:0 -50%;background:url(../img/icon-drawer-active.svg) no-repeat center center/cover;opacity:0;visibility:hidden;}.drawer__inner li a:active{color:#FF3800;}.drawer__inner li a:active .en{font-family:"VT323",sans-serif;font-size:2rem;font-weight:400;}.drawer__inner li a:active::before{opacity:1;visibility:visible;}.drawer__inner li a:focus{color:#FF3800;}.drawer__inner li a:focus .en{font-family:"VT323",sans-serif;font-size:2rem;font-weight:400;}.drawer__inner li a:focus::before{opacity:1;visibility:visible;}@media (any-hover:hover){.drawer__inner li a:hover{color:#FF3800}.drawer__inner li a:hover .en{font-family:"VT323",sans-serif;font-size:2rem;font-weight:400}.drawer__inner li a:hover::before{opacity:1;visibility:visible}}.dud{font-family:"VT323",sans-serif;font-size:inherit;line-height:1;vertical-align:baseline;display:inline-block;height:1em;margin:0;padding:0;}.loop-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;}.loop-container .loop-text{color:rgba(255,255,255,.64);font-family:"Montserrat",sans-serif;font-size:4rem;font-weight:700;line-height:1.2;letter-spacing:.1em;white-space:nowrap;}@media (width>= 768px){.loop-container .loop-text{font-size:5.6rem}}@media (width>= 1024px){.loop-container .loop-text{font-size:8.5rem}}.loop-container .loop-text:nth-child(odd){-webkit-animation:loop-text 50s -25s linear infinite;animation:loop-text 50s -25s linear infinite;}.loop-container .loop-text:nth-child(even){-webkit-animation:loop-text2 50s linear infinite;animation:loop-text2 50s linear infinite;}.btn-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-inline:auto;}.btn{display:block;padding:8px 0;text-align:center;color:#fff;width:280px;border-radius:5px;font-size:1.8rem;font-weight:700;line-height:2.2;position:relative;-webkit-transition:color .3s ease-out;transition:color .3s ease-out;-webkit-transition-delay:0s;transition-delay:0s;-webkit-box-shadow:none!important;box-shadow:none!important;}.btn::after{content:"";position:absolute;top:50%;right:12px;translate:0 -50%;width:13px;height:8px;background:url(../img/common/btn-arrow.svg) no-repeat center center/cover;-webkit-transition:background .3s ease-out;transition:background .3s ease-out;-webkit-transition-delay:0s;transition-delay:0s;}.btn .btn-hover-bg{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:-1;width:inherit;height:100%;bottom:0;left:0;background:#000;border-radius:5px;overflow:hidden;}.btn .btn-hover-bg span{display:block;width:23.3333333333px;height:100%;background-color:#FFB100;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out,-webkit-transform .6s ease-out;}.btn .btn-hover-bg span:nth-child(odd){-webkit-transition-duration:.2s;transition-duration:.2s;}.btn .btn-hover-bg span:nth-child(even){-webkit-transition-duration:.4s;transition-duration:.4s;}.btn:active{cursor:pointer;color:#000;-webkit-transition-delay:.3s;transition-delay:.3s;}.btn:active::after{background:url(../img/common/btn-arrow-hover.svg) no-repeat center center/cover;-webkit-transition-delay:.3s;transition-delay:.3s;}.btn:active .btn-hover-bg span{-webkit-transform:scaleY(1);transform:scaleY(1);}@media (any-hover:hover){.btn:hover{cursor:pointer;color:#000;-webkit-transition-delay:.3s;transition-delay:.3s}.btn:hover::after{background:url(../img/common/btn-arrow-hover.svg) no-repeat center center/cover;-webkit-transition-delay:.3s;transition-delay:.3s}.btn:hover .btn-hover-bg span{-webkit-transform:scaleY(1);transform:scaleY(1)}}.footer{padding-top:29px;padding-bottom:115px;background:linear-gradient(237deg,#FFB900 15.39%,#FFB000 23.01%,#FF9700 36.08%,#FF9600 37.17%,#FF7B00 52.42%,#FF3800 82.91%,#F00 107.96%);}@media (width>= 768px){.footer{padding-top:0}}.footer .objects{padding-left:32px;padding-right:24px;margin-top:41px;margin-bottom:54px;margin-inline:auto;height:161px;position:relative;top:40px;}@media (width>= 768px){.footer .objects{margin-bottom:64px;height:231px;top:110px}}@media (width>= 1024px){.footer .objects{margin-bottom:10px;top:120px}}.footer .objects .object1,.footer .objects .object2,.footer .objects .object3,.footer .objects .object4,.footer .objects .object5{position:absolute;animation:float-animation 10s ease-out infinite;-webkit-animation:float-animation 10s ease-out infinite;}.footer .objects .object1{width:60px;top:94px;-webkit-animation-delay:0s;animation-delay:0s;}@media (width>= 768px){.footer .objects .object1{width:132px}}@media (width>= 1024px){.footer .objects .object1{top:23px;left:calc(50% - 516px);translate:-50%}}.footer .objects .object2{width:29px;-webkit-animation-delay:.5s;animation-delay:.5s;top:75px;left:calc(50% + 12px);translate:-50%;}@media (width>= 768px){.footer .objects .object2{top:15px;left:27vw;width:61px;translate:0}}@media (width>= 1024px){.footer .objects .object2{top:-14px;left:calc(50% - 250px);translate:-50%}}.footer .objects .object3{left:23vw;width:62px;-webkit-animation-delay:1s;animation-delay:1s;}@media (width>= 768px){.footer .objects .object3{width:177px;top:75px;left:calc(50% + 12px);translate:-50%}}@media (width>= 1024px){.footer .objects .object3{top:35px}}.footer .objects .object4{width:59px;right:17vw;-webkit-animation-delay:1.5s;animation-delay:1.5s;}@media (width>= 768px){.footer .objects .object4{width:146px}}@media (width>= 1024px){.footer .objects .object4{top:-26px;right:0;left:calc(50% + 316px);translate:-50%}}.footer .objects .object5{width:74px;top:86px;right:6vw;-webkit-animation-delay:2s;animation-delay:2s;}@media (width>= 768px){.footer .objects .object5{top:126px;right:3vw;width:136px}}@media (width>= 1024px){.footer .objects .object5{top:42px;right:0;left:calc(50% + 520px);translate:-50%}}.footer__inner{margin-top:-200px;position:relative;z-index:1;padding-inline:43px 48px;margin-inline:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:33px;}@media (width>= 768px){.footer__inner{margin-top:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start;max-width:1271px;margin-inline:auto;gap:0}}@media (width>= 1600px){.footer__inner{max-width:1500px}}.footer__wrapper{display:contents;}@media (width>= 768px){.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60px}}.footer__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}@media (width>= 1024px){.footer__logo svg{width:322px;height:56px}}.footer__left{margin-top:32px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}@media (width>= 768px){.footer__left{margin-top:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;}@media (width>= 768px){.footer__list{gap:14px}}.footer__list a{display:block;position:relative;max-width:283px;width:100%;}.footer__list img{width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;}.footer__list .hover-img{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;}@media (any-hover:hover){.footer__list a:hover .main-img{opacity:0;visibility:hidden}.footer__list a:hover .hover-img{opacity:1;visibility:visible}}.footer__list a:active .main-img{opacity:0;visibility:hidden;}.footer__list a:active .hover-img{opacity:1;visibility:visible;}.footer__right{padding-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}@media (width>= 768px){.footer__right{padding-left:0}}@media (width>= 1024px){.footer__right{padding-top:10px;max-width:min(626px,60%)}}.footer__link-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:13px;}@media (width>= 768px){.footer__link-list{gap:24px}}@media (width>= 1024px){.footer__link-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:14px;-moz-column-gap:56px;-webkit-column-gap:56px;column-gap:56px}}.footer__link-list .footer__link-item{position:relative;}.footer__link-list .footer__link-item:has(.is-active) span{color:rgba(0,0,0,.4);}.footer__link-list .footer__link-item:has(.is-active) span::after{rotate:180deg;background:url(../img/common/icon-footer-list-active.svg) no-repeat center center/cover;}.footer__link-list .footer__link-link,.footer__link-list span{color:#FFF;font-size:2rem;font-weight:700;line-height:2;padding-bottom:4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}@media (any-hover:hover){.footer__link-list .footer__link-link:hover,.footer__link-list span:hover{cursor:pointer;opacity:.7}}.footer__link-list span{display:inline-block;padding-right:18px;position:relative;}.footer__link-list span::after{content:"";position:absolute;top:50%;right:0;translate:0 -50%;width:8px;height:4px;background:url(../img/common/icon-footer-list.svg) no-repeat center center/cover;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.footer__link-list2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;position:absolute;z-index:1;top:110%;left:3em;-moz-column-gap:17px;-webkit-column-gap:17px;column-gap:17px;opacity:0;visibility:hidden;-webkit-transform:translateY(30px);transform:translateY(30px);-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;}@media (width>= 768px){.footer__link-list2{left:200%;display:grid;grid-template-columns:repeat(2,1fr);row-gap:9px;-moz-column-gap:17px}}@media (width>= 1024px){.footer__link-list2{left:50%;translate:-50%}}.footer__link-list2.is-active{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);}.footer__link-list2 .footer__link-item2{position:relative;}.footer__link-list2 .footer__link-item2::before{content:"";position:absolute;top:50%;left:4px;translate:0 -50%;width:35px;height:35px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.footer__link-list2 .footer__link-item2:has(a:hover)::before{left:calc(100% - 4px - 35px);background:url(../img/common/footer-sub-menu-hover.svg) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.all-hacks::before{background:url(../img/common/footer-sub-all-hacks.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.all-hacks a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.programming-hacks::before{background:url(../img/common/footer-sub-all-hacks.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.programming-hacks a{font-size:1.4rem;}.footer__link-list2 .footer__link-item2.design-hacks::before{background:url(../img/common/footer-sub-all-hacks.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.design-hacks a{font-size:1.4rem;}.footer__link-list2 .footer__link-item2.movie-hacks::before{background:url(../img/common/footer-sub-movie-hacks.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.movie-hacks a{font-size:1.4rem;}.footer__link-list2 .footer__link-item2.movie-hacks-support::before{background:url(../img/common/footer-sub-movie-hacks-support.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.movie-hacks-support a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.writing-hacks::before{background:url(../img/common/footer-sub-writing-hacks.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.writing-hacks a{font-size:1.4rem;}.footer__link-list2 .footer__link-item2.business-model-master::before{background:url(../img/common/footer-sub-business.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.business-model-master a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.x-marketing-master::before{background:url(../img/common/footer-sub-x.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.x-marketing-master a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.line-marketing-master::before{background:url(../img/common/footer-sub-line.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.line-marketing-master a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.youtube-hacks::before{background:url(../img/common/footer-sub-youtube.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.youtube-hacks a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.instagram-hacks{grid-area:6/2/7/3;}.footer__link-list2 .footer__link-item2.instagram-hacks::before{background:url(../img/common/footer-sub-instagram.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.instagram-hacks a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.media-1::before{background:url(../img/common/footer-sub-skill-hacks.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.media-1 a{font-size:1.3rem;}.footer__link-list2 .footer__link-item2.media-2::before{background:url(../img/common/footer-sub-brain.webp) no-repeat center center/cover;}.footer__link-list2 .footer__link-item2.media-2 a{font-size:1.3rem;}.footer__link-list2 a{display:block;padding-left:49px;padding-top:1.5px;padding-bottom:1.5px;width:265px;border-radius:26.497px;color:#FFF;font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:900;line-height:3.00758;letter-spacing:.05em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;}.footer__link-list2 a::before{content:"";position:absolute;inset:0;width:100%;height:100%;background:#C6C6C6;border-radius:26.497px;z-index:-1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}@media (any-hover:hover){.footer__link-list2 a:hover{cursor:pointer;padding-left:20px;background:linear-gradient(321deg,#FFB900 8.01%,#FFB000 13.21%,#FF9700 22.12%,#FF9600 22.86%,#FF7B00 33.26%,#FF3800 54.05%,#F00 71.13%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer__link-list2 a:hover::before{background:#fff}}.js-fade-in{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px);}.js-fade-in.is-animated{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;}