@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:Kosugi Maru,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 var(--fluffy-duration, 2s) ease-in-out var(--fluffy-delay, 0s) infinite alternate-reverse}@keyframes floating-y{0%{transform:translateY(-5%)}to{transform:translateY(5%)}}.container{width:100%;max-width:960px;margin:auto}.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}@media (min-width: 768px){.sec-message{padding:6rem 5rem 5rem}}.sec-message>.lively{height:auto;position:absolute;z-index:5}.sec-message>.lively.message_yamashika{aspect-ratio:240/400;width:32vw;height:auto;top:160px;left:-8vw;translate:-10px 0;transition:all 1s .3s}@media (min-width: 560px){.sec-message>.lively.message_yamashika{top:200px;left:-6.25vw}}@media (min-width: 768px){.sec-message>.lively.message_yamashika{width:240px;top:117px;left:-52px}}.sec-message>.lively.message_yamashika.is-view{translate:0 0}.sec-message>.lively.message_koiwaka{aspect-ratio:235/360;width:31.4666666667vw;top:660px;right:-5.3333333333vw;translate:10px 0;transition:all 1s .3s}@media (min-width: 560px){.sec-message>.lively.message_koiwaka{top:400px;right:-8.0357142857vw}}@media (min-width: 768px){.sec-message>.lively.message_koiwaka{width:235px;top:450px;right:-52px}}.sec-message>.lively.message_koiwaka.is-view{translate:0 0}.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;text-align:center;line-height:2.3;letter-spacing:.05em;position:relative}@media (min-width: 960px){.sec-message .box-message{font-size:2rem;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:#007cc5}@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-ps{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;background-color:#fff;border-radius:.5rem;padding:2.8rem 1.6rem;margin-top:1.6rem;position:relative}@media (min-width: 768px){.sec-message .box-ps{grid-template-columns:min(10.1756954612vw,139px) 1fr;padding:4rem}}.sec-message .box-ps>*{min-width:0}.sec-message .box-ps .image{margin:0 auto}.sec-message .box-ps .message{font-size:16px;line-height:2.22;letter-spacing:0}@media (min-width: 768px){.sec-message .box-ps .message{font-size:18px}}.sec-message .box-animal{aspect-ratio:762/424;width:100%;height:auto;position:relative;margin-bottom:2.4rem}@media (min-width: 560px){.sec-message .box-animal{margin-bottom:3.2rem}}.sec-message .box-animal>.lively{height:auto;position:absolute}.sec-message .box-animal>.lively-01{aspect-ratio:229/193;width:30.0524934383%;top:-4.2452830189%;left:-2.3622047244%;--fluffy-duration: 2.1s;--fluffy-delay: -.4s}.sec-message .box-animal>.lively-02{aspect-ratio:227/203;width:29.7900262467%;top:0;left:35.0393700787%;--fluffy-duration: 2.7s;--fluffy-delay: -1.2s}.sec-message .box-animal>.lively-03{aspect-ratio:243/233;width:31.8897637795%;top:2.358490566%;left:71.5223097113%;--fluffy-duration: 2.3s;--fluffy-delay: -1.8s}.sec-message .box-animal>.lively-04{aspect-ratio:235/223;width:30.8398950131%;bottom:0;left:11.811023622%;--fluffy-duration: 3s;--fluffy-delay: -.8s}.sec-message .box-animal>.lively-05{aspect-ratio:253/227;width:33.2020997375%;bottom:2.8301886792%;left:52.8871391076%;--fluffy-duration: 2.5s;--fluffy-delay: -2.1s}.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:#007cc5;font-size:4rem;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:grid;grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr auto;background-color:#fff;border:solid 4px #007cc5;border-radius:2rem;min-height:200px;position:relative}@media (min-width: 560px){.sec-step .step-list .item{border:solid 6px #007cc5;border-radius:3rem}}@media (min-width: 768px){.sec-step .step-list .item{display:grid;grid-template-columns:13.9fr 40.99fr;align-items:center;padding:3rem 4rem;min-height:173px}}.sec-step .step-list .item p{font-size:1.6rem;line-height:1.45;padding:2rem}@media (min-width: 768px){.sec-step .step-list .item p{font-size:2.2rem;padding:0}}.sec-step .step-list .item .step_item{text-align:center;display:block;height:160px;position:relative}@media (min-width: 768px){.sec-step .step-list .item .step_item{height:100%}}.sec-step .step-list .item .step_item img{width:214px;max-width:inherit;position:absolute;bottom:0;left:0;right:0;margin:0 auto}@media (min-width: 768px){.sec-step .step-list .item .step_item img{bottom:-29px;left:auto;margin:0}}.sec-step .step-list .item:not(:last-child):after{content:"";position:absolute;bottom:-36px;left:50%;border:18px solid transparent;border-top:18px solid #007cc5;transform:translate(-50%)}@media (min-width: 960px){.sec-step .step-list .item:not(:last-child):after{bottom:-48px;border:22px solid transparent;border-top:22px solid #007cc5}}.sec-step .box-notes{margin-top:4rem}.sec-step .box-notes .ttl-03{font-size:2.4rem;margin-bottom:1rem}.sec-step .box-notes p{text-indent:-1em;padding-left:1em}.sec-step .box-notes p:before{content:"※"}.sec-step .box-notes .only-pc{display:none}@media (min-width: 960px){.sec-step .box-notes .only-pc{display:block!important}}.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-how{position:relative;background-color:#d9f2f8;padding:6rem 2rem}@media (min-width: 960px){.sec-how{padding:8.6rem 5.2rem}}.sec-how .txt-note{margin-top:1.6rem;text-indent:-1em;padding-left:1em}.sec-how .txt-note:before{content:"※"}.sec-how .box-logo{text-align:center}.sec-how .ttl-02{text-align:center;color:#007cc5;font-size:3rem;margin-bottom:3.2rem}@media (min-width: 560px){.sec-how .ttl-02{font-size:3.8rem}}.sec-how .ttl-03{color:#007cc5;font-size:2.4rem;margin-bottom:1rem}.sec-how .how-list{display:grid;grid-template-columns:repeat(1,1fr);gap:1.6rem 1.8rem}@media (min-width: 768px){.sec-how .how-list{grid-template-columns:repeat(2,1fr)}}.sec-how .how-list .item{display:grid;place-content:center;width:100%;padding:2rem;background-color:#fff;border-radius:2rem;position:relative}@media (min-width: 768px){.sec-how .how-list .item{border-radius:3rem;min-height:22.2rem}}.sec-how .how-list .item p{line-height:1.45;letter-spacing:0}.sec-how .how-list .item p .accent{color:#d71718}.sec-how .how-list .item>.inner-item{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.sec-how .how-list .item:nth-child(1){grid-area:1/1/2/3}}.sec-how .how-list .item:nth-child(1)>.inner-item{flex-direction:column;gap:1.6rem}@media (min-width: 768px){.sec-how .how-list .item:nth-child(1)>.inner-item{flex-direction:row;gap:0;width:100%}}@media (min-width: 768px){.sec-how .how-list .item:nth-child(1)>.inner-item .how_item{display:grid;width:100%}}.sec-how .how-list .item:nth-child(1)>.inner-item .how_item img{max-width:inherit;width:103px}@media (min-width: 768px){.sec-how .how-list .item:nth-child(1)>.inner-item p{max-width:560px}}@media (min-width: 768px){.sec-how .how-list .item:nth-child(2){grid-area:2/1/3/2}}.sec-how .how-list .item:nth-child(2)>.inner-item .ttl-03{margin-bottom:3.2rem}@media (min-width: 768px){.sec-how .how-list .item:nth-child(3){grid-area:2/2/3/3}}.sec-how .how-list .item:nth-child(3)>.inner-item .ttl-03{margin-bottom:1.5rem}.sec-how .how-list .item:nth-child(3)>.inner-item p{margin-bottom:2.4rem}.sec-how .how-list .item p{font-size:1.6rem;letter-spacing:.16px}@media (min-width: 768px){.sec-how .how-list .item p{font-size:2rem}}@media (min-width: 960px){.sec-how .how-list .item p{font-size:2.3rem}}.sec-how .how-list .item .step_item{position:absolute}@media (min-width: 768px){.sec-how .how-list .item .step_item img{max-width:160%}}.sec-how .how-list .item .step_item.item02{top:-31px;left:50%;width:140px;transform:translate(-50%)}@media (min-width: 560px){.sec-how .how-list .item .step_item.item02{top:-31px;left:13px;width:156px;transform:translate(0)}}.sec-how .how-list .item .step_item.item03{top:-11px;left:50%;width:90px;transform:translate(-50%)}@media (min-width: 560px){.sec-how .how-list .item .step_item.item03{top:-18px;left:13px;width:110px;transform:translate(0)}}.sec-how .how-list .item .step_item.item04{top:-13px;left:50%;width:105px;transform:translate(-50%)}@media (min-width: 560px){.sec-how .how-list .item .step_item.item04{top:-18px;left:25px;width:123px;transform:translate(0)}}.sec-how .how-list .item .step_item.item05{top:8px;left:50%;width:147px;transform:translate(-50%)}@media (min-width: 560px){.sec-how .how-list .item .step_item.item05{top:13px;left:-19px;width:173px;transform:translate(0)}}.sec-how .how-list .item.item05:after{content:none}.sec-sns{background-color:#fbf2d5;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;gap:8px;color:#007cc5;font-size:3rem;margin-bottom:2rem}@media (min-width: 768px){.sec-sns .ttl-02{font-size:4.6rem}}.sec-sns .ttl-02 svg{aspect-ratio:1;width:32px;height:auto;fill:#007cc5}@media (min-width: 768px){.sec-sns .ttl-02 svg{width:38px}}.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}}
