@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@400;500;700&display=swap";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}html,body{height:100%;width:100%}html{font-size:62.5%}body{font-family:Zen Maru Gothic,sans-serif;font-weight:500;font-size:1.6rem;letter-spacing:.04em;line-height:2;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font-feature-settings:"palt";overflow-y:scroll;overflow-x:hidden;margin:0}a{transition:opacity .3s}@media (hover){a:hover{opacity:.7}}img{max-width:100%;height:auto;vertical-align:bottom}.only-pc{display:none}@media (min-width: 768px){.only-pc{display:block}}.only-sp{display:block}@media (min-width: 768px){.only-sp{display:none}}.scroll.fade{opacity:0;transform:translateY(1rem);transition:opacity .7s ease,transform 1s ease}.scroll.fade.is-view{opacity:1;transform:translateY(0)}.scroll.trigger{opacity:0}.scroll.trigger.is-view{opacity:1;transition:opacity .7s ease}.anim-fluffy{animation:floating-y 2s ease-in-out infinite alternate-reverse}@keyframes floating-y{0%{transform:translateY(-5%)}to{transform:translateY(5%)}}.container{width:100%;max-width:960px;margin:auto;position:relative}.container>.lively{height:auto;position:absolute;z-index:5}.container>.lively.message_yamashika{aspect-ratio:343/479;width:clamp(135px,25.1098096633vw,343px);top:470px;left:max(-8.78477306vw,-120px)}@media (min-width: 560px){.container>.lively.message_yamashika{top:330px}}.container>.lively.message_koiwaka{aspect-ratio:264/406;width:clamp(117px,19.3265007321vw,264px);top:1260px;right:max(-8.0527086384vw,-110px)}.animalquest{background:url(../img/bg-pattern.png) fixed;background-repeat:no-repeat;background-size:cover;background-position:center top;position:relative;z-index:1}.area-fv{text-align:center}@media (min-width: 768px){.area-fv.hidden{visibility:hidden}}.area-main{overflow:hidden}.sec-message{position:relative;background-color:#fbf2d5;padding:5rem 1.6rem;overflow:hidden}@media (min-width: 960px){.sec-message{padding:10rem 5rem 5rem}}.sec-message>.inner{background-color:#ffffff80;padding:5.6rem 1.6rem;position:relative;z-index:2}@media (min-width: 768px){.sec-message>.inner{padding:5.6rem 2.4rem}}.sec-message .box-message{font-size:1.6rem;font-weight:700;text-align:center;line-height:2.2;letter-spacing:0;position:relative}@media (min-width: 960px){.sec-message .box-message{font-size:2.2rem;line-height:2.2;padding-bottom:5rem}}.sec-message .box-message p:not(:last-child){margin-bottom:2em}.sec-message .box-message p.ttl{font-size:2.1rem;letter-spacing:.05em;line-height:1.36;color:#0e68a5}@media (min-width: 960px){.sec-message .box-message p.ttl{font-size:3.8rem}}.sec-message .box-message p strong.accent{color:#ec6300}.sec-message .box-message p strong.accent-koiwaka{color:#df6b66}.sec-message .box-message p strong.accent-yamashika{color:#0e68a5}@media (min-width: 560px){.sec-message .box-message p .sp{display:none}}.sec-message .box-message .image{width:80%;margin:0 auto 2em}@media (min-width: 768px){.sec-message .box-message .image{display:none}}.sec-message .box-message .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sec-message .box-message .message_item_sp{margin-bottom:2rem}.sec-message .box-animal{aspect-ratio:291/132;width:100%;height:auto;position:relative;margin-bottom:2.4rem}@media (min-width: 560px){.sec-message .box-animal{aspect-ratio:858/325;margin-bottom:3.2rem}}.sec-message .box-animal>.lively{height:auto;position:absolute;translate:-50% 0}.sec-message .box-animal>.lively-01{aspect-ratio:191/259;width:19.4666666667vw;top:0;left:13%}@media (min-width: 560px){.sec-message .box-animal>.lively-01{width:min(21.4606741573vw,191px);left:11%}}.sec-message .box-animal>.lively-02{aspect-ratio:260/188;width:26.4vw;top:0;left:50%}@media (min-width: 560px){.sec-message .box-animal>.lively-02{width:min(29.2134831461vw,260px);top:-10px;left:49%}}.sec-message .box-animal>.lively-03{aspect-ratio:134/271;width:13.6vw;top:0;left:90%}@media (min-width: 560px){.sec-message .box-animal>.lively-03{width:min(15.0561797753vw,134px);left:89%}}.sec-message .box-animal>.lively-04{aspect-ratio:279/191;width:28.2666666667vw;top:15.2vw;left:33%}@media (min-width: 560px){.sec-message .box-animal>.lively-04{top:min(14.606741573vw,130px);width:min(31.3483146067vw,279px);left:31%}}.sec-message .box-animal>.lively-05{aspect-ratio:219/214;width:22.4vw;top:13.6vw;left:73%}@media (min-width: 560px){.sec-message .box-animal>.lively-05{width:min(24.606741573vw,219px);top:min(12.3595505618vw,110px);left:70%}}.sec-message .message{position:relative;z-index:1}.sec-message .bg{position:absolute;z-index:0;left:0;bottom:0}.sec-message .box-wave{width:100%;position:absolute;z-index:1;top:0;left:0}@media (min-width: 560px){.sec-message .box-wave{width:auto}}.sec-message .box-wave img{width:100%}@media (min-width: 560px){.sec-message .box-wave img{width:auto}}.sec-step{position:relative;background-color:#fbf2d5;padding:6rem 2rem}@media (min-width: 960px){.sec-step{padding:8.6rem 5.2rem}}.sec-step .box-logo{text-align:center}.sec-step .ttl-02{text-align:center;color:#0e68a5;font-size:4rem;font-weight:700;margin-bottom:2rem}@media (min-width: 560px){.sec-step .ttl-02{font-size:4.6rem}}.sec-step .step-list{display:flex;flex-direction:column;gap:5rem}.sec-step .step-list .item{display:flex;align-items:center;background-color:#fff;border:solid 4px #0E68A5;border-radius:2rem;padding:15rem 2rem 2rem;min-height:200px;position:relative}@media (min-width: 560px){.sec-step .step-list .item{border:solid 6px #0E68A5;border-radius:3rem;padding:2rem 2rem 2rem 16rem}}@media (min-width: 960px){.sec-step .step-list .item{padding:2rem 2rem 2rem 19rem}}.sec-step .step-list .item p{font-size:1.6rem;font-weight:600;letter-spacing:.16px}@media (min-width: 768px){.sec-step .step-list .item p{font-size:2rem}}@media (min-width: 960px){.sec-step .step-list .item p{font-size:2.3rem}}.sec-step .step-list .item .step_item{position:absolute}@media (min-width: 768px){.sec-step .step-list .item .step_item img{max-width:160%}}.sec-step .step-list .item .step_item.item01{width:100px;top:19px;left:50%;transform:translateY(0);transform:translate(-50%)}@media (min-width: 560px){.sec-step .step-list .item .step_item.item01{top:50%;left:40px;transform:translateY(-50%)}}.sec-step .step-list .item .step_item.item02{top:-31px;left:50%;width:140px;transform:translate(-50%)}@media (min-width: 560px){.sec-step .step-list .item .step_item.item02{top:-31px;left:13px;width:156px;transform:translate(0)}}.sec-step .step-list .item .step_item.item03{top:-11px;left:50%;width:90px;transform:translate(-50%)}@media (min-width: 560px){.sec-step .step-list .item .step_item.item03{top:-18px;left:13px;width:110px;transform:translate(0)}}.sec-step .step-list .item .step_item.item04{top:-13px;left:50%;width:105px;transform:translate(-50%)}@media (min-width: 560px){.sec-step .step-list .item .step_item.item04{top:-18px;left:25px;width:123px;transform:translate(0)}}.sec-step .step-list .item .step_item.item05{top:8px;left:50%;width:147px;transform:translate(-50%)}@media (min-width: 560px){.sec-step .step-list .item .step_item.item05{top:13px;left:-19px;width:173px;transform:translate(0)}}.sec-step .step-list .item:after{content:"";position:absolute;bottom:-36px;left:50%;border:18px solid transparent;border-top:18px solid #0E68A5;transform:translate(-50%)}@media (min-width: 960px){.sec-step .step-list .item:after{bottom:-48px;border:22px solid transparent;border-top:22px solid #0E68A5}}.sec-step .step-list .item.item05:after{content:none}.sec-notes{background-color:#fbf2d5;padding:6rem 2rem}@media (min-width: 960px){.sec-notes{padding:6rem 7.6rem}}.sec-notes .ttl-03{font-size:2.4rem;font-weight:700;margin-bottom:1rem}.sec-notes p{text-indent:-1em;padding-left:1em}.sec-notes p:before{content:"※"}.sec-notes .only-pc{display:none}@media (min-width: 960px){.sec-notes .only-pc{display:block!important}}.sec-sns{background-color:#fff;padding:6rem 2rem}@media (min-width: 960px){.sec-sns{padding:8.6rem 7.6rem}}.sec-sns .ttl-02{display:flex;justify-content:center;align-items:center;color:#0e68a5;font-size:3rem;font-weight:700;margin-bottom:2rem}@media (min-width: 560px){.sec-sns .ttl-02{font-size:4.6rem}}.sec-sns .ttl-02:before{content:"";display:block;width:3.2rem;height:3.3rem;background-color:#0e68a5;margin-right:.5rem;margin-top:.5rem;-webkit-mask-image:url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%2238%22%20viewBox%3D%220%200%2039%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M38.7859%2011.5321V27.2636C38.7859%2033.1365%2033.978%2037.8975%2028.0465%2037.8975H11.5246C5.59379%2037.8975%200.785156%2033.1365%200.785156%2027.2636V11.5321C0.785156%205.65916%205.59305%200.897461%2011.5246%200.897461H28.0465C33.9773%200.897461%2038.7859%205.65912%2038.7859%2011.5321ZM28.0465%2034.1221C31.8658%2034.1221%2034.9726%2031.0456%2034.9726%2027.2636V11.5321C34.9726%207.75007%2031.8658%204.6736%2028.0465%204.6736H11.5246C7.70532%204.6736%204.59852%207.75007%204.59852%2011.5321V27.2636C4.59852%2031.0456%207.70532%2034.1221%2011.5246%2034.1221H28.0465Z%22%20fill%3D%22%23529D36%22%2F%3E%3Cpath%20d%3D%22M9.99977%2019.3977C9.99977%2014.0546%2014.3899%209.70743%2019.7856%209.70743C25.1813%209.70743%2029.5721%2014.0546%2029.5721%2019.3977C29.5721%2024.7407%2025.182%2029.0879%2019.7856%2029.0879C14.3891%2029.0879%209.99977%2024.7407%209.99977%2019.3977ZM26.5217%2019.3977C26.5217%2015.72%2023.5002%2012.728%2019.7856%2012.728C16.0709%2012.728%2013.0495%2015.72%2013.0495%2019.3977C13.0495%2023.0753%2016.0709%2026.0673%2019.7856%2026.0673C23.5002%2026.0673%2026.5217%2023.0753%2026.5217%2019.3977Z%22%20fill%3D%22%23529D36%22%2F%3E%3Cpath%20d%3D%22M27.6648%209.4237C27.6648%208.22468%2028.6463%207.25268%2029.8572%207.25268C31.068%207.25268%2032.0496%208.22468%2032.0496%209.4237C32.0496%2010.6227%2031.068%2011.5947%2029.8572%2011.5947C28.6463%2011.5947%2027.6648%2010.6227%2027.6648%209.4237Z%22%20fill%3D%22%23529D36%22%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%2238%22%20viewBox%3D%220%200%2039%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M38.7859%2011.5321V27.2636C38.7859%2033.1365%2033.978%2037.8975%2028.0465%2037.8975H11.5246C5.59379%2037.8975%200.785156%2033.1365%200.785156%2027.2636V11.5321C0.785156%205.65916%205.59305%200.897461%2011.5246%200.897461H28.0465C33.9773%200.897461%2038.7859%205.65912%2038.7859%2011.5321ZM28.0465%2034.1221C31.8658%2034.1221%2034.9726%2031.0456%2034.9726%2027.2636V11.5321C34.9726%207.75007%2031.8658%204.6736%2028.0465%204.6736H11.5246C7.70532%204.6736%204.59852%207.75007%204.59852%2011.5321V27.2636C4.59852%2031.0456%207.70532%2034.1221%2011.5246%2034.1221H28.0465Z%22%20fill%3D%22%23529D36%22%2F%3E%3Cpath%20d%3D%22M9.99977%2019.3977C9.99977%2014.0546%2014.3899%209.70743%2019.7856%209.70743C25.1813%209.70743%2029.5721%2014.0546%2029.5721%2019.3977C29.5721%2024.7407%2025.182%2029.0879%2019.7856%2029.0879C14.3891%2029.0879%209.99977%2024.7407%209.99977%2019.3977ZM26.5217%2019.3977C26.5217%2015.72%2023.5002%2012.728%2019.7856%2012.728C16.0709%2012.728%2013.0495%2015.72%2013.0495%2019.3977C13.0495%2023.0753%2016.0709%2026.0673%2019.7856%2026.0673C23.5002%2026.0673%2026.5217%2023.0753%2026.5217%2019.3977Z%22%20fill%3D%22%23529D36%22%2F%3E%3Cpath%20d%3D%22M27.6648%209.4237C27.6648%208.22468%2028.6463%207.25268%2029.8572%207.25268C31.068%207.25268%2032.0496%208.22468%2032.0496%209.4237C32.0496%2010.6227%2031.068%2011.5947%2029.8572%2011.5947C28.6463%2011.5947%2027.6648%2010.6227%2027.6648%209.4237Z%22%20fill%3D%22%23529D36%22%2F%3E%3C%2Fsvg%3E);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}@media (min-width: 560px){.sec-sns .ttl-02:before{width:3.8rem;height:3.7rem}}.footer{background-color:#fff;padding:3.1rem 0;text-align:center;position:relative;z-index:2}.footer .logo img{width:70%}@media (min-width: 768px){.footer .logo img{width:auto}}
