/*!**
 * LIST OF PLUGIN CSS
 * 
 * normalize.css 8.0.1      || github.com/necolas/normalize.css
 * animate.css 4.1.1        || https://animate.style/
 * fancybox v3.5.7          || https://fancyapps.com/docs/ui/quick-start (ver 4x not working on IE)
 * perfect-scrollbar v1.5.3 || https://github.com/mdbootstrap/perfect-scrollbar
 * gray 1.6.0               || https://github.com/karlhorky/gray
 **!*/

/*! normalize.css !*/
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*! animate.css !*/
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*! fancy-box !*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:#fff0;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0 ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;transition:opacity .25s ease 0s,visibility 0 ease 0;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:#fff0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable='true']{cursor:text}.fancybox-image,.fancybox-spaceball{background:#fff0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-video,.fancybox-iframe{background:#fff0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgb(30 30 30 / .6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:#fff0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top,rgb(0 0 0 / .85) 0%,rgb(0 0 0 / .3) 50%,rgb(0 0 0 / .15) 65%,rgb(0 0 0 / .075) 75.5%,rgb(0 0 0 / .037) 82.85%,rgb(0 0 0 / .019) 88%,#fff0 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:#fff0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1) translate3d(0,0,0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0,0,0) scale(1)}@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:#fff0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:#fff0;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgb(0 0 0 / .3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgb(0 0 0 / .1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:#fff0;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*! perfect-scrollbar !*/
.ps{position:relative;overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:#fff0}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(0);filter:grayscale(0);filter:gray}.grayscale.grayscale-fade{transition:filter .5s}@media screen and (-webkit-min-device-pixel-ratio:0){.grayscale.grayscale-fade{-webkit-transition:-webkit-filter .5s;transition:-webkit-filter .5s}}.grayscale.grayscale-fade:hover,.grayscale.grayscale-off{-webkit-filter:grayscale(1);filter:grayscale(1)}.grayscale.grayscale-replaced{-webkit-filter:none;filter:none}.grayscale.grayscale-replaced>svg{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.grayscale.grayscale-replaced.grayscale-fade:hover>svg,.grayscale.grayscale-replaced.grayscale-off>svg{opacity:0}@font-face{font-family:'HiraginoSansGB-W6';src:url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/HiraginoSansGB-W6-Alphabetic.eot);src:url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/HiraginoSansGB-W6-Alphabetic.eot#1750968978) format('embedded-opentype'),url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/HiraginoSansGB-W6-Alphabetic.woff2) format('woff2'),url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/HiraginoSansGB-W6-Alphabetic.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Futura Std';src:url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/FuturaStd-Condensed.woff2) format('woff2'),url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/FuturaStd-Condensed.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Futura Std 2';src:url(https://shinpo.jp/wp-content/themes/shinpo/css/fonts/Futura-Std-Medium.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}
/*! FONTS !*/
body{color:#333;font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;font-weight:400;font-style:normal;font-size:15px}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700;line-height:120%}.jp{font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif!important}.en{font-family:'Futura Std';font-weight:500}.en2{font-family:'Futura Std 2';font-weight:500}.f_futura{font-family:futura-pt,sans-serif;font-weight:300;font-style:normal}.f_hiraginosan{font-family:'HiraginoSansGB-W6'}
/*! CSS : cunit-square-css-reset !*/
html{line-height:150%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;padding:0;margin:0}ul{list-style:none}img{border:0;display:block;height:auto;margin:0 auto;width:auto;max-width:100%;object-fit:cover;vertical-align:middle}a{color:#333;text-decoration:none;outline:0}a:hover{text-decoration:underline}input{padding:6px 0;width:auto;text-indent:1em;position:relative;border:1px solid #b3b3b3;border-radius:0}area{outline:0}textarea{resize:none}input,textarea{color:#333;font-size:15px;font-family:inherit}input[type=submit]:hover{cursor:pointer;opacity:.8}table{table-layout:fixed;width:100%;max-width:1280px;margin:0 auto}table,td,th{border-collapse:collapse;border-spacing:0}.pc{display:inline-block}.smp{display:none}.logo_hover:hover img{opacity:1;cursor:default}.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:#fff0;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}@media only screen and (max-width:800px){body{font-size:95%;overflow-x:hidden}.pc{display:none}.smp{display:inline-block}}/*! template | common !*/
#outside{overflow-x:hidden}#header,#wrapper,#footer{clear:both;position:relative;z-index:1;width:100%}
/*! template | header !*/
#header,#header *{-webkit-transition:0.5s;transition:0.5s}#header{color:#fff;font-size:15px;position:fixed;top:0;left:0;width:100%;z-index:100}#header::before{content:'';position:absolute;left:0;top:0;width:100%;height:120px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/head-bg.png) center top no-repeat;background-size:cover}#header a{color:#fff}#header>.container{display:flex;justify-content:space-between;align-items:center;max-width:1425px}.hide{display:none}.head_logo{margin:26px 0 0 -3px}.head_logo a{display:block;width:190px}
/*! template | global navi !*/
.global_navi.pc{display:flex}.global_navi{position:relative;z-index:6}.global_navi>ul{display:flex;margin-right:90px}.global_navi ._lev1{margin:0 20px;position:relative}.global_navi ._lev1>a{font-weight:700;display:inline-block;padding:5px}.global_navi ._lev1:hover .subnavi{display:block}.subnavi{display:none;position:absolute;background-color:#f2f2f2;width:345px;padding:10px 27px;letter-spacing:0}.global_navi ._col4 .subnavi{left:-80px}.global_navi ._col5 .subnavi{left:-180px}.subnavi a{font-weight:700;color:#534741!important;display:flex;height:52px;width:100%;align-items:center;padding-left:72px;padding-right:32px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-circlearrow.png) center left 38px no-repeat,url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-arrow.png) center right 8px no-repeat;background-size:20px auto,19px auto}.subnavi>li{height:65px;display:flex;align-items:center}.subnavi>li+li{border-top:1px solid #ccc}.subnavi ._top{height:55px}._col1 .subnavi ._top a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-arrow.png) center right 8px no-repeat;background-size:19px auto;padding-left:4px}._col1 .subnavi ._top a:hover{text-decoration:underline}.subnavi ._top a{background:none;padding-left:4px;text-decoration:none}.subnavi ._ico1{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-01.png)}.subnavi ._ico2{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-02.png)}.subnavi ._ico3{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-03.png)}.subnavi ._ico4{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-04.png)}.subnavi ._ico5{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-05.png)}.subnavi ._ico6{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-06.png)}.subnavi ._ico7{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-07.png)}.subnavi ._ico8{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-08.png)}.subnavi [class*="_ico"]{background-position:center left;background-repeat:no-repeat;background-size:60px auto}.global_navi ._col1 .subnavi a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-arrow.png) center right 8px no-repeat;background-size:19px auto}.language_bar{width:80px;margin-top:3px;margin-right:20px;position:relative}.language_bar ul{position:absolute;width:100%;background-color:#fff;padding:5px 0;border-radius:3px;border:1px solid #ccc}.language_bar ul::after{color:#000;content:'▼';position:absolute;top:2px;right:5px;font-size:9px}.language_bar ul li{display:none}.language_bar ul li.selected,.language_bar ul:hover li{display:block}.language_bar a,.language_bar span{color:#000!important;display:block;padding:10px 10px 10px 5px;line-height:100%}.language_bar a:hover{background-color:#ccc;text-decoration:none}.language_bar span:hover{cursor:default}.language_bar ul li:first-child span{padding-top:0;padding-bottom:0}.language_bar ul:hover{padding-bottom:0}.language_bar ul:hover li:first-child span{padding-bottom:10px}.header_navi{left:0;top:120px;position:fixed;z-index:6;height:calc(100% - 120px);max-height:80%;width:43px}.header_navi .navi{padding-left:30px}.header_navi_bar{width:43px;height:100%;position:absolute;background-color:#b89872;border-radius:0 19px 21px 0;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;left:0;align-content:center;-webkit-box-shadow:0 0 12px -3px rgb(0 0 0 / .75);-moz-box-shadow:0 0 12px -3px rgb(0 0 0 / .75);box-shadow:0 0 12px -3px rgb(0 0 0 / .75)}.header_navi_bar .hamburger{padding:0;pointer-events:none}.header_navi_bar .hamburger-box{width:18px}.header_navi_bar .hamburger-inner,.header_navi_bar .hamburger-inner::after,.header_navi_bar .hamburger-inner::before{background-color:#fff;width:18px;height:2px}.header_navi_bar .hamburger-inner::before{top:-8px}.header_navi_bar .hamburger-inner::after{bottom:-8px}.header_navi_row{background-color:#f2f2f2;position:absolute;margin:0 auto;padding:46px 0 40px;border-style:solid;border-width:3px 2px;border-color:#ccc;top:50%;width:100%;transform:translateY(-50%)!important;left:-1920px;opacity:0;transition:.5s all ease}.header_navi_row .navi h3{border-bottom-color:#000}.header_navi_logo{margin-left:22px;margin-bottom:31px}.header_navi_logo a{display:inline-flex}.header_navi_row>.container{max-width:1300px}.navi{display:flex;justify-content:space-between;padding-left:36px}.navi>div{width:190px}.navi h3{font-size:18px;color:#534741;border-bottom:1px solid #fff;margin-bottom:24px;padding-bottom:22px}.navi ul li{margin-bottom:14px}.navi ul li a{position:relative;padding:2px 0 2px 18px;display:inline-block;line-height:1.25;color:#534741!important}.navi ul li a::before{content:'>';position:absolute;top:50%;left:0;transform:translateY(-50%)}.header_navi.menu-active{width:100%}.header_navi.menu-active .header_navi_row{left:0;opacity:1}.header_navi_close{display:flex;align-items:center;padding:10px;font-size:13px;position:absolute;top:-4px;right:20px;color:#666;cursor:pointer}.header_navi_close img{margin-right:10px}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#a11c2e}.link__fix{position:fixed;right:0;top:53%;z-index:5;transform:translateY(-50%)}.link__fix li a{width:63px;height:168px;border-top-left-radius:16px;border-bottom-left-radius:16px;display:flex;text-align:center;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;background-color:#a1122d;padding:0 15px;color:#302113;writing-mode:tb-rl;-ms-writing-mode:tb-rl;letter-spacing:2px;-webkit-box-shadow:0 0 12px -3px rgb(0 0 0 / .75);-moz-box-shadow:0 0 12px -3px rgb(0 0 0 / .75);box-shadow:0 0 12px -3px rgb(0 0 0 / .75);text-decoration:none;letter-spacing:0}.link__fix li a::after{border-top-left-radius:16px;border-bottom-left-radius:16px}.link__fix li:last-child{margin-top:8px}.link__fix li:last-child a{color:#333333!important;background-color:#b9966b}
/*! template | footer !*/
#footer{padding:63px 0 10px;background:#a2122d;background:-moz-linear-gradient(90deg,rgb(162 18 45) 0%,rgb(184 20 44) 50%,rgb(208 22 43) 100%);background:-webkit-linear-gradient(90deg,rgb(162 18 45) 0%,rgb(184 20 44) 50%,rgb(208 22 43) 100%);background:linear-gradient(90deg,rgb(162 18 45) 0%,rgb(184 20 44) 50%,rgb(208 22 43) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2122d",endColorstr="#d0162b",GradientType=1)}#footer .container{max-width:1300px}.foot_logo a{display:inline-flex;max-width:310px;margin-left:30px;margin-bottom:24px}.foot_navi h3{color:#fff}.foot_navi ul li{margin-bottom:14px}.foot_navi ul li a{color:#ffffff!important}.scroll_top{position:fixed;bottom:60px;right:5%;display:none}.scroll_top.active{display:block;z-index:10}.scroll_top a{color:#fff;font-weight:700;display:block;text-shadow:0 0 6px rgb(0 0 0 /100%);transition:.3s all ease;text-decoration:none}.scroll_top a:hover{opacity:.7}#header._small{top:-8px}
/*! template | main content !*/
#wrapper{margin-top:60px}.block_main{margin:0 auto}.block_main .title{padding-top:30px}
/*! template | pankuzu !*/
.pankuzu{font-size:13px;color:#fff;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/pankuzu-bg.png) center bottom no-repeat;height:65px;display:flex;align-items:center;padding:0 0 6px 80px;position:relative;z-index:2;max-width:1920px;margin:0 auto 68px;background-size:cover}.pankuzu a{color:#fff}.pankuzu .current-item{text-decoration:underline}
/*! template | main visual !*/
.main_visual img{display:none}.main_visual{background-repeat:no-repeat;background-position-x:right;height:410px;background-size:contain;background-color:#fff;display:flex;align-items:center;margin:0 auto}.main_visual .container_1440{display:flex;align-items:center}
/*!  block_main2 main_visual2  !*/
.main_visual2 img{display:none}.main_visual2{background-repeat:no-repeat;background-position:center;height:486px;background-color:#fff;display:flex;align-items:center;max-width:1920px;margin:0 auto;justify-content:center;background-size:cover}.main_visual2_txt{color:#fff;text-align:center;line-height:1.35;width:100%}.main_visual2_txt ._note{font-size:30px;padding:0 44px;height:58px;margin:0 auto 22px;border:1px solid #fff;display:inline-flex;align-items:center;text-align:center;justify-content:center;letter-spacing:-2px}.main_visual2_txt ._title{font-size:76px;font-weight:700;text-shadow:0 0 7px rgb(0 0 0 / .8);margin-bottom:22px}.main_visual2_txt ._desc{font-size:33px;font-weight:700;line-height:1.2;text-shadow:0 0 7px rgb(0 0 0 / .8);font-style:italic}.block_main2{position:relative;z-index:2}.main_title{font-weight:400;margin-bottom:55px}.main_title .en{font-size:73px;color:#6C1513;display:inline-block;line-height:100%;margin-bottom:20px}.main_title .jp{font-size:21px;color:#433E33}.c-red{color:#810016}.c_btn{font-size:19px;color:#433e33;display:flex;text-align:center;align-items:center;justify-content:center;border:3px solid #4b453b;width:100%;max-width:360px;height:52px;line-height:1.35;margin:0 auto;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon01.png);background-position:center right 30px;background-repeat:no-repeat;background-size:21px;background-color:#fff0;transition:0.3s all ease}.c_btn:hover{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon01hover.png);background-color:#433E33;text-decoration:none;color:#fff}.ie .c_btn{padding-top:5px}.break{width:100%;height:0;margin:0!important;padding:0!important}
/*! common element | container !*/
[class*="container"]{clear:both;position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto}.container_1030{max-width:1030px}.container_1050{max-width:1050px}.container_1095{max-width:1095px}.container_1100{max-width:1100px}.container_1150{max-width:1150px}.container_1160{max-width:1160px}.container_1165{max-width:1165px}.container_1190{max-width:1190px}.container_1195{max-width:1195px}.container_1230{max-width:1230px}.container_1370{max-width:1370px}.container_1440{max-width:1440px}
/*! common element | title !*/
.title span{display:block;text-align:center;line-height:110%}.title .__text{font-size:19px;color:#363636;padding-bottom:10px}.title .jp{font-size:52px;color:#A0112C;letter-spacing:3px}.title .en{font-size:19px;color:#B89872;font-family:futura-pt,sans-serif;font-weight:300;font-style:normal}.common_title01{font-weight:400;margin-bottom:40px;text-align:center}.common_title01 .en{font-size:73px;color:#6C1513;line-height:120%;letter-spacing:1px;margin-bottom:7px;position:relative;display:inline-block}.common_title01 .jp{font-size:21px;font-weight:700;color:#433e33;display:block}.common_title02{color:#332b27;font-size:35px;font-weight:700;text-align:center;width:50%;max-width:310px;margin:0 auto 55px;padding-bottom:45px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/common-bgtitle01.png) center bottom no-repeat}.common_title03{color:#332b27;font-size:35px;font-weight:700;text-align:center;width:100%;max-width:1022px;margin:0 auto 55px;padding-bottom:45px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/common-bgtitle02.png) center bottom no-repeat}.common_title04{color:#fff;font-size:26.5px;font-weight:700;line-height:130%;text-align:center;padding:16px 5px;margin-bottom:80px;background-color:#a4112b;border-radius:10px;position:relative}.common_title04::after{content:'';width:0;height:0;border-left:24px solid #fff0;border-right:24px solid #fff0;border-top:33px solid #a4112b;position:absolute;bottom:-33px;left:48%}
/*! common element | color !*/

/*! common element | font-size !*/
.fs21{font-size:21px}.fs22{font-size:22px}.fs23{font-size:23px}.fs38{font-size:38px}
/*! common element | width !*/
.w220{width:220px}
/*! common element | margin !*/
.ml70{margin-left:70px}.mb35{margin-bottom:35px}.mb50{margin-bottom:50px}
/*! common element | padding !*/
 @media only screen and (max-width:1540px){.head_logo{margin-left:56px}.main_visual .container_1440 .title{padding-left:55px}}@media only screen and (max-width:1366px){.pankuzu{padding-left:80px!important}}@media only screen and (max-width:800px){/*! common element | font-size !*/
 .fs21{font-size:120%}.fs22{font-size:123%}.fs23{font-size:126%}.fs38{font-size:200%}/*!  template  !*/
 [class*="container"]{width:95%;margin:0 auto}.lineup_bl{width:100%}#header{height:45px}#wrapper{margin-top:45px}#header::before{height:45px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/head-bg-sp.jpg) center no-repeat;background-size:cover}#header .container{height:100%;width:100%}.head_logo{width:40%;margin:7px 0 0 2.5%;position:relative;z-index:10;max-width:200px}.head_logo img{max-height:40px}.head_logo a{width:100%}.global_navi.pc{display:none}.header_navi{position:absolute;height:45px;top:0;display:flex;right:0;left:auto;width:100%;max-height:none;justify-content:flex-end}.header_navi_bar{width:45px;height:45px;position:relative;border-radius:0;background-color:#fff;box-shadow:none;border-bottom:1px solid #cfcbcc}.header_navi_bar .hamburger-box{height:16px;vertical-align:middle;width:22px}.header_navi_bar .hamburger-inner,.header_navi_bar .hamburger-inner::after,.header_navi_bar .hamburger-inner::before{background-color:#000;width:22px}.header_navi_btn{display:flex}.header_navi_row{top:45px;left:0;transform:none!important;border:none;padding:0;background-color:#f2f2f2;opacity:1}.header_navi_logo,.header_navi_close{display:none}.header_navi .navi{padding:0;position:relative;display:none;width:100%;overflow-x:hidden;overflow-y:auto}.header_navi_row .navi h3{font-size:100%;padding:22px 8% 20px;margin-bottom:0;border-bottom:none;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-collapse.png);background-position:center right 8%;background-repeat:no-repeat;background-size:12px}.header_navi_row .navi .navbox_tonggle h3{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-expand.png)}.navi>div{width:100%;border-bottom:1px solid #cac7c7}.navi>div:last-child{margin-bottom:50px}.navi>div ul{display:none;margin:0 7% 0 8%;border-top:1px solid #cac7c7}.navi ul li{margin:0 0 0 19px}.navi ul li+li{border-top:1px solid #cac7c7}.navi>div ul a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-circlearrow.png) center right 2px no-repeat;background-size:15px;width:100%;padding:17px 0;font-size:95%;text-decoration:none!important}.navi ul li a::before{content:none}.language_bar{width:70px;margin-top:9px;margin-right:10px}.language_bar a,.language_bar span{font-size:14px}.header_navi_btn li{width:45px}.header_navi_btn li a{width:45px;height:45px;display:flex;text-align:center;align-items:center;justify-content:center}#footer{height:80px}#footer .container{display:none}.block_main{width:100%;position:relative;z-index:3}.pankuzu{display:block!important;font-size:70%;margin-bottom:0;padding:0!important;height:auto;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/pankuzu-bg-sp.png) center bottom no-repeat;background-size:cover}.pankuzu .container{padding:3px 5%;width:100%}.main_visual{height:auto;position:relative;background:none!important}.main_visual::before{content:'';width:65%;position:absolute;height:50px;top:0;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/bg-sp.png) top right no-repeat;background-size:contain}.title{visibility:hidden;position:absolute;top:56%;transform:translateY(-50%);left:0;width:100%;padding:0 5%!important}.main_visual .smp{display:block}/*! common element | title !*/
 .title .__text,.title .jp,.title .en{text-shadow:0 0 5px #fff}.title .__text{font-size:70%;padding-bottom:5px;margin-left:-5px}.title .jp{font-size:150%;letter-spacing:1px}.title .en{font-size:100%}.title span{text-align:left;line-height:120%}.common_title01{width:90%;text-align:left;margin:40px auto 50px}.common_title01 .en{font-size:250%;letter-spacing:1px;margin-bottom:7px}.common_title01 .jp{color:#333;font-size:115%}.common_title02{margin-bottom:45px;padding-bottom:35px}.common_title03{margin-bottom:45px;padding-bottom:35px}.common_title04{font-size:120%;padding:10px 5px;margin-bottom:70px}.common_title04::after{border-left:20px solid #fff0;border-right:20px solid #fff0;border-top:25px solid #a4112b;bottom:-25px;left:47%}/*!  block_main2  !*/
 .block_main2{padding-bottom:12px;margin-bottom:20px}.main_visual2{height:auto;position:relative;width:100%;background-size:cover;padding:5% 0}.main_visual2_row{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;text-align:center;justify-content:center;padding-top:5%}.main_visual2::before{content:'';width:100%;position:absolute;height:50px;top:0;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/bg-sp.png) bottom right no-repeat;background-size:cover}.main_visual2::after{content:'';display:block;padding-top:40%}.main_visual2_txt ._title{font-size:323%;margin-bottom:5px;line-height:.9}.main_visual2_txt ._note{font-size:115%;height:auto;display:inline-flex;padding:0 13px;margin-bottom:7px}.main_visual2_txt ._desc{font-size:115%;line-height:1.25}.main_title{font-weight:400;margin-bottom:55px}.main_title .en{margin-bottom:10px}.main_title .en{font-size:200%;margin-bottom:7px}.main_title .jp{font-size:110%}}@media only screen and (max-width:380px){.head_logo{width:37%}}/*! common !*/
.common_text01{color:#211d16;font-size:25px;font-weight:700;line-height:120%;margin-bottom:5px;text-align:center}.common_text02{color:#333;margin-bottom:50px;text-align:center}
/*! generic page !*/
.generic_title{font-weight:400;margin-bottom:50px;text-align:center}.generic_title .en{font-size:73px;color:#6C1513;line-height:120%;letter-spacing:1px;margin-bottom:17px;padding-bottom:7px;position:relative;display:inline-block;min-width:645px}.generic_title .en::after{content:'';position:absolute;bottom:0;width:100%;height:1px;background-color:#424242;left:50%;transform:translateX(-50%)}.generic_title .jp{font-size:21px;font-weight:700;color:#433e33;display:block}.generic_subtitle01{color:#000;font-size:24px;line-height:120%;margin-top:110px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #424242}.generic_text01{color:#211d16;font-size:25px;font-weight:700;line-height:120%;margin-bottom:20px;text-align:center}.generic_text02{color:#333;margin-bottom:50px;text-align:center}.generic_text03{color:#333;margin-bottom:55px}.generic_image_full{clear:both;width:100%;max-width:1100px;margin:0 auto 48px}.generic_banner{clear:both;width:100%;max-width:700px;margin:115px auto}.generic_block01{display:flex;flex-wrap:wrap;width:100%;margin-bottom:50px}.generic_block01__content{width:545px}.generic_block01__content ._title{color:#000;font-size:24px;line-height:120%;margin-top:20px;margin-bottom:20px}.generic_block01__content ._text{text-align:justify}.generic_block01__content ._text p{margin-bottom:20px}.generic_block01__image{width:500px;margin-left:55px}.generic_block01._reverse_content{flex-direction:row-reverse}.generic_block01._reverse_content .generic_block01__image{margin-left:0;margin-right:55px}.generic_youtube{clear:both;width:100%;display:flex;flex-wrap:wrap}.generic_youtube__item{width:350px;margin-left:25px;margin-bottom:45px}.generic_youtube__item:nth-child(3n+1){margin-left:0}._1item .generic_youtube__item{width:100%;margin-bottom:85px}._2item .generic_youtube__item{width:530px;margin-left:40px;margin-bottom:85px}._2item .generic_youtube__item:first-child{margin-left:0}.generic_youtube__item ._iframe{position:relative;margin-bottom:15px}.generic_youtube__item ._iframe iframe{position:absolute;width:100%!important;height:100%;left:0;top:0}.generic_youtube__item ._iframe::after{content:'';display:block;padding-top:56.25%}.generic_youtube__item ._text{padding:0 5px;text-align:center}
/*! fancybox !*/
.fancybox-container{position:fixed!important;width:100%!important;max-width:100%!important;z-index:999}.page-id-842 .fancybox-toolbar{visibility:visible;opacity:1}.page-id-842 .fancybox-button[disabled]{opacity:0}
/*! common element | main visual title !*/
.title_ir_ex .jp{font-size:37px;letter-spacing:1px}.title_ir_ex .en{font-size:15px}
/*! common element | video !*/
.video_group{position:relative;z-index:1;width:100%;max-width:1100px;margin:0 auto 50px;overflow:hidden}.video_group::after{content:' ';display:block;padding-top:56.25%}.video_group video{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}
/*! lineup !*/
.lineup{background:#EFECE4;padding-bottom:200px;margin-top:-134px;padding-top:130px}.lineup_bl01{text-align:center;font-weight:700;color:#fff;background-repeat:no-repeat;background-position:top center;max-width:1366px;margin:0 auto;display:flex;align-items:center;justify-content:center;background-size:cover}.lineup_bl01 .image{position:absolute;z-index:-1}.lineup_bl01 .image .pc{opacity:0}.lineup_title01{font-size:76px;line-height:120%;padding-bottom:10px}.lineup_text01{font-size:33px;line-height:120%}.lineup_title{text-align:center;font-size:86px;padding-bottom:15px;position:relative;margin-bottom:25px;color:#6C1513}.lineup_title:before{content:'';width:645px;height:1px;background:#414342;display:block;position:absolute;bottom:0;left:0;right:0;margin:0 auto}.lineup_text02{text-align:center;margin-bottom:60px;color:#51492C;font-size:24px;font-weight:700}.lineup_bl{display:flex;flex-wrap:wrap;width:1190px;margin:0 auto 100px}.lineup_bl li{width:295px;margin-right:3px;margin-bottom:3px}.lineup_bl li:nth-child(4n){margin-right:0}.lineup_bl li a{display:block;padding:23px 0 17px 105px;background:#fff;font-size:18px;font-weight:700;color:#534741;position:relative}.lineup_bl li.icon06 a{padding-top:8px;padding-bottom:8px}.lineup_bl li a::before{content:'';width:67px;height:67px;background-position:center center;background-repeat:no-repeat;background-size:100% auto;position:absolute;top:-3px;left:30px}.lineup_bl .icon01 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-01.png)}.lineup_bl .icon02 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-02.png)}.lineup_bl .icon03 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-03.png)}.lineup_bl .icon04 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-04.png)}.lineup_bl .icon05 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-05.png)}.lineup_bl .icon06 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-06.png)}.lineup_bl .icon07 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-07.png)}.lineup_bl .icon08 a:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/cate-08.png)}.lineup_bl02{margin-bottom:130px}.lineup_bl02 .container{background:#fff;padding-bottom:100px}.lineup_bl02_img{margin-bottom:80px}.lineup_bl02_container{width:1170px;margin:0 auto}.lineup_title02{font-size:23px;color:#433E33;padding-bottom:5px}.lineup_text03{margin-bottom:45px}.lineup_bl022{display:flex;flex-wrap:wrap}.lineup_bl02_item{width:355px;margin-right:52px;margin-bottom:55px}.lineup_bl02_item:nth-child(3n){margin-right:0}.lineup_img{margin-bottom:10px}.lineup_img a{display:flex;align-items:center;justify-content:center;z-index:2;padding:10px 0;background:#F9F9F9}.lineup_img a img{transition:.4s}.lineup_cate a{font-size:12px;display:inline-block;padding:5px 10px;background:#757575;color:#fff;border-radius:30px;line-height:100%;margin-bottom:12px;min-width:85px;text-align:center}.lineup_cate .pink{background:#B97D6C}.lineup_cate .grey{background:#C7B299}.lineup_cate .grey01{background:#998675}.lineup_bl02_item.__new .lineup_cate{position:relative}.lineup_bl02_item.__new .lineup_cate,.lineup_bl02_item.__new .lineup_text06,.lineup_bl02_item.__new .lineup_text07,.lineup_bl02_item.__new .lineup_text08{margin-left:65px}.lineup_bl02_item.__new .lineup_cate::before{content:'NEW';position:absolute;left:-60px;top:3px;width:50px;color:#fff;font-size:13px;line-height:110%;background-color:#e7181b;border-radius:5px;padding:4px 3px 3px;text-align-last:center}.lineup_text06{color:#000;font-size:14px;position:relative;margin-bottom:7px;line-height:100%}.lineup_text06:before{content:'';width:72%;height:1px;background:#000;display:block;position:absolute;top:7px;left:0}.lineup_text06 .__text{padding-right:18px;text-align:left;background:#fff;position:relative;z-index:3}.lineup_text07{font-weight:700;font-size:18px;color:#1A1A1A;line-height:100%}.lineup_text08{font-size:15px;color:#810016;font-weight:700}.lineup_text07 .__red{color:#C2283A;font-size:15px;padding-left:10px}.lineup_link a{font-size:19px;background-color:#534741;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/lineup_49.png);background-repeat:no-repeat;background-position:right 25px top 28px;padding:22px 70px 18px 30px;min-width:365px;display:inline-block;text-align:left;color:#fff;border:2px solid #fff0;-webkit-transition:0.5s;transition:0.5s}.lineup_link a:hover{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/lineup_49hover.png);color:#534741;border:2px solid #534741;background-color:#fff0;text-decoration:none}.lineup_link.fs17 a{font-size:17px}.lineup_text07 .fs13{font-size:13px}.lineup_bl02_item.w280{width:280px}.lineup_bl02_item.w280:nth-child(4n){margin-right:0}.lineup_bl02_item.w280:nth-child(3n),.lineup_bl02_item.w280{margin-right:16px;margin-bottom:45px}.lineup_bl02_item.w560{width:560px;margin-right:50px;margin-bottom:115px}.lineup_bl02_item.w560:nth-child(2n){margin-right:0}#lineup_id08 .lineup_img a{padding:15px 0}#lineup_id08 .lineup_img{margin-bottom:20px}.lineup_fix01{margin-bottom:30px}#lineup_id08 .lineup_link a{font-size:17px}.lineup_fix02 a{color:#333;font-size:23px;font-weight:700;display:block;text-align:center;padding:50px 0 42px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/lineup_53.png);background-repeat:no-repeat;background-position:center center}
/*! service_network !*/
.service_network_bg{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/service-network-01.png);padding:230px 0;margin-bottom:60px}.service_network{padding-bottom:100px}.service_network_des01{display:flex}.service_network_tit{font-size:23px;color:#20212F;padding-bottom:15px;position:relative;margin-bottom:40px}.service_network_tit:before{content:'';display:block;width:100%;height:1px;background-color:#000;position:absolute;bottom:0;left:0}.service_network_des01 .img{max-width:546px;margin-right:60px}.service_network_des01 .service_network_item02{margin-top:25px}.service_network_item02{width:305px;display:flex;flex-wrap:wrap;margin-right:150px}.service_network_item02:nth-child(3n){margin-right:0}.service_network_text01{font-size:21px;color:#1A1A1A;font-weight:700;margin-bottom:25px;width:100%}.service_network_map{width:100%}.service_network_tbl tr th,.service_network_tbl tr td{padding-bottom:10px;vertical-align:top}.service_network_tbl tr th{width:75px;text-align:left;color:#1A1A1A;vertical-align:top}.service_network_tbl tr td{color:#666;letter-spacing:-.5px}.service_network_map a{width:100%;display:block;padding:8px 0 7px 30px;border:2px solid #B89872;border-radius:5px;color:#B89872;font-size:16px;position:relative;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/service-network-03.png);background-repeat:no-repeat;background-position:right 15px top 10px;background-color:#fff0;-webkit-transition:0.5s;transition:0.5s}.service_network_map a:hover{text-decoration:none;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/service-network-03hover.png);background-color:#B89872;color:#fff}.service_network_bl01{padding-bottom:40px;margin-bottom:40px}.service_network_border01{border-bottom:1px solid #EBDFD3;position:relative}.service_network_border02{border-bottom:1px solid #EBDFD4;position:relative}.service_network_border01:before,.service_network_border02:before{content:'';width:16%;height:2px;background:#B89872;position:absolute;bottom:-2px;left:0}.service_network_border02:before{background:#C9B296}.service_network_text01 .fs15{font-size:15px;margin-left:5px}.service_network_bl02{display:flex;padding-bottom:40px;margin-bottom:40px}.service_network_tbl{margin-bottom:20px}.service_network_tit01{font-size:21px;color:#20212F;margin-bottom:20px;display:none}.service_network_item03{width:405px}.service_network_bl03{display:flex;justify-content:space-between;width:1025px}.service_network_text02{font-size:15px;color:#1A1A1A;display:flex;justify-content:space-between;margin-bottom:30px}.service_network_text02 .__text01{display:flex;width:270px}.service_network_text02 .__text02{width:135px;display:flex;justify-content:space-between}.service_network_text02 .__big{font-size:21px;font-weight:700;display:inline-block;width:195px;letter-spacing:-.5px}.service_network_text02 .__small{font-weight:400;letter-spacing:-.5px}.service_network_text02 .tel-text{color:#666}.service_network_mbt01{margin-bottom:40px}.service_network_bl02.service_network_mbt01{border-bottom:none}.service_network_bl02.service_network_mbt01:before{display:none}
/*!  common css  !*/
 .fz13{font-size:13px}.fz14{font-size:14px}.ls-1{letter-spacing:-1px}
/*!  index (toppage)  !*/
 .btn-ani{position:relative}.btn-ani::after{content:'';top:0;left:0;width:100%;height:100%;position:absolute;-webkit-transition:.3s all ease;-moz-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;background-color:#fff0}.btn-ani:hover::after{background-color:rgb(255 255 255 / .25)}.ind{width:100%;margin:0 auto;overflow:hidden;/*!  max-width: 1920px;  !*/
}.ind_banner_swiper{margin:90px 0 135px}.ind_banner_swiper .swiper-wrapper{padding-bottom:40px}.ind_banner_swiper .swiper-pagination-bullet{background:#ccc}.ind_banner_swiper .swiper-pagination-bullet-active{background:gray}.ind_top_video{position:relative;z-index:1;width:1420px;height:800px;margin:0 auto;overflow:hidden}.ind_top_video::before{display:none;content:'';position:absolute;z-index:3;top:-2.5%;left:-2.5%;width:105%;height:105%;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-video-mask.png) center center no-repeat;background-size:100% 100%}.ind_top_video video{position:absolute;z-index:2;top:0;left:-10%;width:120%!important;height:100%}.ind_top{background:#a4112b url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind01.jpg) center bottom no-repeat;background-size:100% auto}.ind_top_thumb{background-position:top center;background-repeat:no-repeat;background-size:100% auto;position:relative;max-width:1366px;margin:0 auto}.ind_top_thumb::after{content:'';display:block;padding-top:68.52%}.ind_top_thumb .container{position:absolute;left:50%;transform:translateX(-50%);top:0;bottom:220px;display:flex;flex-direction:column;justify-content:center}.ind_title{padding:0 0 5% 6.3%}.ind_title img{margin:0}.ind_top_btn{display:flex;padding-top:28px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon06.png) top 6px left 30px no-repeat;position:absolute;bottom:0}.ind_top_btn li{display:inline-flex;margin:0 2px}.ind_top_btn li a{font-size:18px;font-weight:700;padding:5px 15px;display:flex;flex-wrap:wrap;height:98px;width:257px;color:#fff;align-items:center;align-content:center;text-align:center;justify-content:center;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn01.jpg) center no-repeat;background-size:cover;position:relative;text-decoration:none}.ind_top_btn li a::after{position:absolute;content:'';height:5px;bottom:0;left:0;width:100%;transition:.3s all ease;background-color:#fff0}.ind_top_btn li a.active::after,.ind_top_btn li a:hover::after{background-color:#a4112b}.ind_top_btn li:first-child a{justify-content:flex-start}.ind_top_btn li a span{font-size:16.4px}.ind_top_quality{color:#fff;line-height:1.35;padding-bottom:160px;margin-top:110px}.ind_top_quality>div{max-width:420px;margin-left:118px}.ind_top_quality .title{font-size:89.5px;margin-bottom:8px;font-style:italic;text-shadow:0 0 7px rgb(0 0 0 / .8)}.ind_top_quality .p1{font-size:34.6px;margin-bottom:12px;line-height:1.25;letter-spacing:-1.5px}.ind_top_quality .p2{font-size:14px;margin-bottom:32px;line-height:1.7}.ind_top_quality .btn{text-align:center;padding-right:7%}.ind_top_quality .btn a{font-size:16px;color:#fff;font-weight:700;width:310px;height:68px;display:inline-flex;text-align:center;align-items:center;justify-content:center;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn03.jpg) center no-repeat;background-size:cover;padding-top:1.5%;letter-spacing:.5px;text-decoration:none}.ind_top_slider{position:absolute;width:780px;height:550px;top:-630px;right:-50px}.ind_top_swiper .swiper-slide:not(.swiper-slide-active){opacity:0!important}.ind_lineup{margin-top:17px}.ind_lineup_top{max-width:640px;margin:0 auto;text-align:center;line-height:1.35}.ind_lineup_p{font-size:35px;color:#333;display:flex;justify-content:center;align-items:center;letter-spacing:2.5px;padding-left:51px;margin-bottom:18px;position:relative}.ind_lineup_p span::after{content:'';width:100%;height:15px;background-color:#f6e9b7;position:absolute;transform:skew(-24deg);left:0;z-index:-1;bottom:3px;transition:.5s all ease}.ind_lineup_p span{position:relative}.title-char2{position:relative}.title-char2::after{content:'';width:0;height:15px;background-color:#f6e9b7;position:absolute;transform:skew(-24deg);left:0;z-index:-1;opacity:1;bottom:3px;opacity:0;transition:.3s all ease}.ind_lineup_title{font-size:91px;color:#fff;margin-bottom:16px;background-color:#ab9654;display:inline-flex;line-height:.96}.ind_lineup_desc{font-size:14px;color:#4d4d4d;margin-bottom:30px}.ind_lineup_lists{max-width:1275px;/*!  margin: 0 auto;  !*/
 margin-left:auto}.ind_lineup_slider_swiper .swiper-wrapper{box-sizing:border-box}.ind_lineup_slider_swiper .swiper-slide{width:calc(33.33%);padding:0 35px}.ind_lineup_slider_swiper .item{position:relative;line-height:1.35}.ind_lineup_slider_swiper .item:hover img{transform:scale(1.03)}.ind_lineup_slider_swiper .txt{padding:0 31px 15px}.ind_lineup_slider_swiper .item a{text-indent:-9999px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.ind_lineup_slider_swiper .item .p1{font-size:15px;display:block;color:#ab9654;margin-bottom:1px;font-weight:700}.ind_lineup_slider_swiper .item h4{color:#ab9654;font-weight:700;font-size:41px;letter-spacing:-5px}.ind_lineup_slider_swiper .item h4 span{font-size:36px;font-weight:400}.ind_lineup_slider_swiper .item p{font-size:13px;color:#666;margin-bottom:10px}.ind_lineup_slider_swiper .item .image{margin-top:-8px}.ind_lineup_slider_swiper .item .image img{transition:opacity .4s cubic-bezier(.455,.03,.515,.955),transform .4s cubic-bezier(.455,.03,.515,.955)}.ind_lineup_list{display:flex;flex-wrap:wrap}.ind_lineup_list .item{width:20%;position:relative}.ind_lineup_list .item:hover img{transform:scale(1.03)}.ind_lineup_list .item p{position:absolute;top:52%;left:50%;font-size:17px;color:#fff;font-weight:700;z-index:1;transform:translate(-50%,-50%);line-height:1.7}.ind_lineup_list .item a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;text-indent:-9999px}.ind_lineup_list .item .image{position:relative;overflow:hidden}.ind_lineup_list .item .image img{transition:opacity .4s cubic-bezier(.455,.03,.515,.955),transform .4s cubic-bezier(.455,.03,.515,.955)}.ind_lineup_list .item .image::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .47)}.ind_topics{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind16.jpg) top center no-repeat,url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind17.jpg) bottom center no-repeat;background-color:#f2f2f2;background-size:100% auto;padding:139px 0 114px;margin:-27px 0 6px}.ind_topics .container{display:flex;align-items:center}.ind_topic_title{flex:1;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-left:5.5%;padding-bottom:5%}.ind_topic_title h3{font-size:89px;color:#333;margin-bottom:18px}.ind_topic_btn a{display:flex;width:274px;height:115px;color:#fff;align-items:center;padding-top:2%;text-align:left;justify-content:center;line-height:1.35;text-decoration:none;background:#ab9654 url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind18.png) center bottom 10px no-repeat}.ind_topic_btn a .en{font-size:45px;margin-right:13px;font-weight:700}.ind_topic_btn a .jp{font-size:13px;font-weight:700;padding-top:6px}.ind_topic_slider_swiper{width:850px;flex-shrink:0}.ind_topic_swiper{margin:0 -12px!important}.ind_topic_swiper .swiper-wrapper{box-sizing:border-box}.ind_topic_swiper .swiper-slide{width:33.33%;padding:0 12px}.ind_topic_item{background-color:#fff;position:relative}.ind_topic_item:hover ._title{text-decoration:underline}.ind_topic_item a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px}.ind_topic_item ._image{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.ind_topic_item ._image::after{content:'';padding-top:62.921%;display:block}.ind_topic_item ._image img{opacity:0;position:absolute}.ind_topic_item ._txt{padding:18px 20px 14px;position:relative}.ind_topic_item ._cate{display:flex;line-height:1.35;font-size:12px;align-items:center;align-content:center;color:#810016;font-weight:700;margin-bottom:13px}.ind_topic_item ._cate span{width:70px;background-color:#810016;text-align:center;height:23px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;color:#fff;border-radius:12px;margin-right:10px}.ind_topic_item ._title{font-size:14px;line-height:1.45;margin-bottom:25px;letter-spacing:1px}.ind_topic_item ._date{font-size:13px;font-weight:700;color:#666}.ind_support{text-align:center;color:#fff;height:921px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind25.jpg) top center no-repeat;display:flex;position:relative;margin-bottom:78px;padding-top:147px}.ind_support::before{content:'';position:absolute;top:0;width:100%;bottom:-10px;background-color:rgb(0 0 0 / .37);max-width:1366px;left:50%;transform:translateX(-50%)}.ind_support_title{line-height:1.35;margin-bottom:88px}.ind_support_title .jp{font-size:23px;font-weight:400}.ind_support_title .en{display:block;font-size:74px;line-height:1}.ind_support_slider_swiper{margin:0 -22px}.ind_support_swiper .swiper-wrapper{box-sizing:border-box}.ind_support_swiper .swiper-slide{width:33.33%;padding:0 22px}.ind_support_item{background-color:#fff;border-radius:9px 9px 20px 20px;padding-top:25px;margin-bottom:27px}.ind_support_item ._p{font-size:19px;font-weight:700;color:#cab888;display:inline-flex;width:100%;max-width:350px;height:37px;text-align:center;justify-content:center;align-items:center;transform:rotate(-2deg);position:relative;margin-bottom:6px;margin-left:-58px}.ind_support_item ._p::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;z-index:-1;transform:skew(-9deg,0deg)}.ind_support_item.item01 ._p::after{border-radius:6px 0 6px 6px}.ind_support_item ._image a:hover img{transform:scale(1.03)}.ind_support_item ._image a img{transition:opacity .4s cubic-bezier(.455,.03,.515,.955),transform .4s cubic-bezier(.455,.03,.515,.955)}.ind_support_item ._txt{background:#a2122d;background:-moz-linear-gradient(90deg,rgb(162 18 45) 0%,rgb(184 20 44) 50%,rgb(206 23 43) 100%);background:-webkit-linear-gradient(90deg,rgb(162 18 45) 0%,rgb(184 20 44) 50%,rgb(206 23 43) 100%);background:linear-gradient(90deg,rgb(162 18 45) 0%,rgb(184 20 44) 50%,rgb(206 23 43) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2122d",endColorstr="#ce172b",GradientType=1);border-radius:0 0 15px 15px;padding:27px 5px 21px;line-height:1.35;margin-top:-13px}.ind_support_item ._title{font-size:29px;margin-bottom:5px}.ind_support_item ._desc{font-size:14px;margin-bottom:17px}.ind_support_item ._btn{text-align:center}.ind_support_item ._btn a{display:inline-flex;font-size:23px;color:#fff;width:325px;height:62px;text-align:center;align-items:center;justify-content:center;border-radius:18px;border:1px solid #fff;transition:0.3s all ease;text-decoration:none}.ind_support_item ._btn a:hover{background:#fff;color:#bf0000}.ind_cases{margin-bottom:166px}.ind_cases_title{width:500px;margin-left:65px}.ind_cases_title h3{font-size:68px;line-height:.9;margin-bottom:15px}.ind_cases_title p{font-size:14px;line-height:1.6}.ind_cases_title h3 .s1{display:block;color:#c2283a}.ind_cases_title h3 .s2{display:block}.ind_cases_list{display:flex;position:absolute;left:298px;top:78px}.ind_cases_list li{width:254px;flex-shrink:0}.ind_cases_list li .txt{padding:4px 8px;font-size:13px;display:block}.ind_about_row{max-width:1366px}.ind_about_title{font-size:74px;line-height:1.35;margin-bottom:65px;text-align:center}.ind_about_list{display:flex;flex-direction:column}.ind_about_item{display:flex;align-items:center;align-content:center;height:352px;background-position:top center;background-repeat:no-repeat}.ind_about_item .container{padding-left:65px}.ind_about_item ._txt{max-width:352px;line-height:1.35}.ind_about_item ._title{font-size:32px;margin-bottom:20px}.ind_about_item ._desc{font-size:14px;margin-bottom:17px;line-height:1.6}.ind_about_item ._btn a{font-size:16px;color:#fff;width:193px;height:40px;display:inline-flex;text-align:center;align-items:center;justify-content:center;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn03.jpg) center no-repeat;background-size:cover;text-decoration:none}.simply-scroll-container{position:relative}.simply-scroll-clip{position:relative;overflow:hidden}.simply-scroll-list{overflow:hidden;margin:0;padding:0;list-style:none}.simply-scroll-list li{padding:0;margin:0;list-style:none}.simply-scroll-list li img{border:none;display:block}.simply-scroll,.simply-scroll .simply-scroll-clip{width:1025px}.simply-scroll .simply-scroll-list li{float:left;width:auto}.title-char{transform:translateX(50px)}.title-char .s{opacity:0;display:inline-block;transform:matrix(0,0,0,1,20,0)}.title-char2{position:relative}.title-char2::after{content:'';width:0;height:15px;background-color:#f6e9b7;position:absolute;transform:skew(-24deg);left:0;z-index:-1;opacity:1;bottom:3px;opacity:0;transition:.5s all ease}.title-char2.active::after{opacity:1;width:100%}.title-char2 .s{-webkit-transform:translateY(-10%);transform:translateY(-10%);opacity:0;display:inline-block}.title-char2 .s.active{-webkit-transition:opacity .4s linear,-webkit-transform .8s cubic-bezier(.19,1,.22,1);transition:opacity .4s linear,-webkit-transform .8s cubic-bezier(.19,1,.22,1);transition:transform .8s cubic-bezier(.19,1,.22,1),opacity .4s linear;transition:transform .8s cubic-bezier(.19,1,.22,1),opacity .4s linear,-webkit-transform .8s cubic-bezier(.19,1,.22,1);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.ind_mark{margin-top:70px;text-align:center}
/*! company-profile !*/
.main_title .fs24{font-size:24px}.company_profile{padding-top:10px}.company_profile_bl01{margin-bottom:100px}.company_profile_tbl01 tr th,.company_profile_tbl01 tr td{padding-top:27px;padding-bottom:24px;border:4px solid #fff}.company_profile_tbl01 tr th{width:300px;padding-left:50px;text-align:left;color:#1A1A1A;font-size:18px;letter-spacing:1px;background:#F2F2F2;vertical-align:top}.company_profile_tbl01 tr td{background:rgb(242 242 242 / .21);padding-left:45px;padding-right:20px;color:#4D4D4D;font-size:18px;letter-spacing:1px;line-height:165%}.company_profile_list01{display:flex;flex-wrap:wrap}.company_profile_list01 li{width:155px}.company_profile_list01 li.w190{width:190px}.company_profile_list01.w310{width:310px}.company_profile_list02{display:flex;justify-content:space-between;margin-bottom:60px}.company_profile_list02 li{width:220px}.company_profile_list02 li a{display:block;text-align:center;font-size:18px;color:#4d4d4d;font-weight:700;letter-spacing:2px;background:#ddd8cc;padding:12px 0;-webkit-transition:0.5s;transition:0.5s}.company_profile_list02 li a:hover{text-decoration:none;color:#fff;background:#333}.company_profile_tbl02 tr th,.company_profile_tbl02 tr td{padding-top:35px;padding-bottom:35px;border-bottom:1px dashed #A8A8A8;vertical-align:top;line-height:170%}#company_profile_a1{border-top:1px dashed #A8A8A8}.company_profile_tbl02 tr th{width:210px}.company_profile_tbl02 .fs34{display:inline-block;width:60%;font-size:34px;color:#810016;letter-spacing:2px;padding-left:13px;text-align:left}.company_profile_tbl02 .fs21{display:inline-block;font-size:21px;padding-left:10px;width:40%;color:#333;text-align:left;letter-spacing:2px}.company_profile_tbl02 tr td{color:#4D4D4D;font-size:18px;letter-spacing:1px}.company_profile_bl02{padding-bottom:180px}.company_profile_text01 .__01{width:100px;text-align:justify;left:1px;letter-spacing:2px;display:inline-flex;justify-content:space-between;text-align:justify}
/*! message !*/
.message{margin-bottom:180px}.message_bg{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img01.png);padding:160px 0 175px;position:relative;margin-bottom:230px}.message_bgtop{width:820px;height:495px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img02.png);background-repeat:no-repeat;position:absolute;top:-300px;right:-7%}.message_title01{font-size:26px;font-weight:700;color:#1C1C1C;line-height:145%;margin-bottom:35px}.message_bl01_des{width:560px}.message_bl01_item{display:flex;justify-content:space-between;letter-spacing:-.5px}.message_bl01_des p{margin-bottom:20px}.fs18{font-size:18px}.message_bl01_des .fs18{color:#1C1C1C}.message_title02{font-size:27px;text-align:center;padding:8px 0;color:#1A1A1A;background:#D9D9D2;font-weight:700;margin-bottom:30px}.message_list dt{font-weight:700;font-size:20px;color:#1C1C1C;padding-bottom:23px;margin-bottom:20px;border-bottom:2px solid #9A9A9A;letter-spacing:1px}.message_list .__number{font-size:27px;color:#B89872;padding-right:10px}.message_list dd{margin-bottom:20px}.message_title{width:550px;padding-bottom:20px;margin-bottom:75px;border-bottom:3px solid #fff;color:#fff}.message_title .en{font-size:38px;display:block;line-height:120%}.message_title .jp{font-size:14px;display:block}.message_bl02{padding:365px 0 445px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img07.png);background-repeat:no-repeat;background-position:top center;margin-top:-30px}.message_bl02_item{display:flex}.message_bl02_item li{width:330px;position:relative;font-size:26px;font-weight:700;color:#fff;padding-left:40px}.message_bl02_item li:before{content:'';width:42px;height:58px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img04.png);background-repeat:no-repeat;position:absolute;left:0;top:-20px}.message_bl02_item li:nth-child(2),.message_bl02_item li:last-child{padding-left:50px}.message_bl02_item li:nth-child(2)::before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img05.png)}.message_bl02_item li:last-child::before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img06.png)}.message_bl02 ._font21{font-size:21px;line-height:30px}.message_title03{text-align:center;width:555px;margin:0 auto 60px;padding-bottom:20px;border-bottom:1px solid #666}.message_title03 .en{font-size:38px;color:#810016;font-weight:700;display:block;line-height:120%}.message_title03 .jp{font-size:14px;color:#433E33}.message_bl03_des{font-size:23px;text-align:left;font-weight:700;line-height:165%;letter-spacing:-1px;max-width:915px;margin:0 auto;color:#000}.message_bl03_des p{display:flex}.message_bl03_des span{display:block}.message_bl03_des ._number{padding-right:20px}.message_bl03{padding-bottom:80px;margin-top:-100px}.message_bl01{margin-bottom:50px;padding-top:210px}.message_bl03_des .__bg{position:relative;display:inline-block;width:17px;height:15px}.message_bl03_des .__bg:before{content:'';width:17px;height:15px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img03.png) no-repeat center center;position:absolute;top:-10px;left:-20px}
/*!  environment  !*/
 .environment .container{max-width:1005px}.environment .main_title{text-align:center;padding-bottom:20px;border-bottom:1px solid #424242;margin-bottom:20px}.main_title .fs18{font-size:18px}.environment_bl_des01{text-align:center;font-size:26px;line-height:150%;font-weight:700;margin-bottom:25px;color:#211D16;letter-spacing:-.5px}.environment_bl_des02{text-align:center;margin-bottom:30px}.environment_bl01{width:870px;margin:0 auto 50px;border:3px solid #534741;border-radius:40px;background:#FCFAF7;padding:55px 0 20px 60px}.environment_bl01 li{font-size:18px;color:#4D4D4D;font-weight:700;padding-bottom:25px}.environment_bl01_small{padding-left:38px;padding-top:20px}.environment_bl01_small li{color:#666;font-weight:400;padding-bottom:20px;letter-spacing:-1px}.environment_bl01_small li:last-child{padding-bottom:0}.environment_bl01_small .fs16{font-size:16px}.environment_bl02{margin-bottom:80px;text-align:center}.environment_title01{font-size:25px;text-align:center;color:#736357;padding-top:100px;position:relative;margin-bottom:40px}.environment_title01:before{content:'';width:82px;height:80px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/environment_img03.png);background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;margin:0 auto}.environment_bl03{width:790px;margin:0 auto}.environment_bl03_content{display:flex;justify-content:space-between;margin-bottom:45px}.environment_bl03_item{width:180px}.environment_bl03_item .img{margin-bottom:10px}.environment_bl03_item .__des{font-size:13px;font-weight:700;line-height:150%;color:#211D16}.environment_bl03_item .fs12{font-size:12px}.environment_bl03_des{padding:25px 25px 20px;background:rgb(115 99 87 / .09);margin-bottom:40px}.environment_bl04_list{width:670px;margin:0 auto;border:3px solid #534741;border-radius:35px;background:#FCFAF7;padding:60px 50px 70px 55px}.environment_bl04_list li{font-size:18px;line-height:185%;font-weight:700;padding-bottom:15px;color:#4D4D4D;position:relative}.environment_bl04_list li:before{content:'';width:62px;height:62px;background-repeat:no-repeat;position:absolute;right:0;top:0}.environment_bl04_list li.icon:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/environment_img08.png)}.environment_bl04_list li.icon01:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/environment_img09.png)}.environment_bl04_list li.icon02:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/environment_img10.png);top:-15px}.environment_bl04_list li.icon03:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/environment_img11.png);top:30px}.environment_bl04_list_small{padding-top:20px}.environment_bl04_list_small li{color:#666;font-weight:400;font-size:15px}.environment_bl04_list_small li:last-child{padding-bottom:0}.environment_bl04{padding-bottom:100px}.page-id-372 .main_visual2_txt ._title{font-size:64px}.c_product{position:relative;max-width:1366px;padding-bottom:240px}.c_product::before{content:'';position:absolute;top:-120px;left:0;width:100%;height:calc(100% + 120px);background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/pro-bg.png) top center no-repeat}.c_product_title .en{text-align:center;font-size:86px;line-height:1.35;padding-bottom:5px;padding-top:5px;margin-bottom:17px;position:relative;color:#6c1513}.c_product_title .en::after{content:'';width:645px;position:absolute;bottom:0;left:50%;border-bottom:2px solid #ccc;transform:translateX(-50%)}.c_product_title .jp{font-size:24px;color:#51492c;line-height:1.35;text-align:center;font-weight:700;letter-spacing:1px;font-style:italic;font-family:'HiraginoSansGB-W6'}.c_product_title .jp .s{display:block;color:#333;line-height:1.65;font-weight:400;font-size:15px;font-style:normal;font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif}.c_product_title2{display:flex;max-width:1220px}.c_product_title2 .en{font-size:73px;color:#6c1513;line-height:1.35;position:relative;padding-bottom:7px}.c_product_title2 .en::after{content:'';width:64px;position:absolute;bottom:0;right:-37px;border-bottom:2px solid #c1c1c1;transform:translateY(-50%) rotate(-58deg);top:67%}.c_product_title2 .jp{color:#433e33;font-size:24px;line-height:1.35;align-self:flex-end;padding-left:41px;font-weight:700;font-family:'HiraginoSansGB-W6'}.c_product_lineup{margin-bottom:99px;padding-bottom:74px;overflow:hidden}.c_product_lineup_list{display:flex;max-width:1200px}.c_product_lineup_item{width:50%;display:flex;line-height:1.35;position:relative}.c_product_lineup__link{text-indent:-9999px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.c_product_lineup__image{width:260px;flex-shrink:0;margin-right:14px;transform:scale(1);position:relative;transition:all 0.5s cubic-bezier(.23,1,.32,1)}.c_product_lineup__image::before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/c-blank_icon.svg);background-size:cover;background-position:center;background-repeat:no-repeat;content:"";position:absolute;top:44%;left:50%;width:10px;height:8px;transition:opacity 0.5s cubic-bezier(.23,1,.32,1);opacity:0}.c_product_lineup_item:hover .c_product_lineup__image{transform:scale(.9);opacity:.4;transition:all 0.5s cubic-bezier(.23,1,.32,1)}.c_product_lineup_item:hover .c_product_lineup__image::before{opacity:1;transition:opacity 0.5s cubic-bezier(.23,1,.32,1)}.c_product_lineup__desc{flex:1;padding-top:22px;max-width:270px}.c_product_lineup__title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:0;font-style:italic;line-height:1.35}.c_product_lineup__p1{margin-bottom:6px;color:#000;overflow:hidden;font-weight:400;letter-spacing:1px}.c_product_lineup__p1 .s{display:inline-block;position:relative;padding-right:14px}.c_product_lineup__p1 .s::after{content:'';position:absolute;border-top:2px solid #777;top:42%;left:100%;width:195px;transform:translateY(-50%)}.c_product_lineup__p2{margin-bottom:12px;color:#810016;line-height:1}.c_product_lineup__p3{font-size:12px;margin-bottom:6px;color:#534741;height:23px;padding:5px 10px;text-align:center;align-items:center;display:inline-flex;justify-content:center;border:1px solid #534741}.c_product_lineup__p4{margin-bottom:10px;color:#333;line-height:1.6}.c_product_lineup_item_row{width:50%;display:flex;flex-direction:column}.c_product_lineup_item_row .c_product_lineup_item{width:100%;margin-bottom:46px}.c_product_lineup_item:before{content:'';width:460px;height:230px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/uwabiki04.png);background-size:contain;background-repeat:no-repeat;position:absolute;top:85px;right:100px;margin:0 auto}.c_product_lineup_item._big .c_product_lineup__image{width:170px;margin-right:8px}.c_product_lineup_item._big .c_product_lineup__desc{max-width:none;align-self:center;padding:0 0 22%}.c_product_lineup_item._big .c_product_lineup__title{font-size:29px;letter-spacing:-2px;margin-bottom:6px}.c_product_lineup_item._big .c_product_lineup__p1{font-size:22px;margin-bottom:20px}.c_product_lineup_item._big .c_product_lineup__p1 .s{padding-right:25px}.c_product_lineup_item._big .c_product_lineup__p1 .s::after{width:322px}.c_product_lineup_item._big .c_product_lineup__p2{font-size:20px;margin-bottom:15px}.c_product_case{max-width:1214px;padding-bottom:80px}.c_product_case .c_product_title{margin-bottom:34px}.c_product_title{margin-bottom:73px}.c_product_case_list{display:flex;margin-bottom:25px}.c_product_case_item{width:33.33%;padding:0 10px}.c_product_related{max-width:1214px}.c_product_related .c_product_title{margin-bottom:34px}.c_product_related_list{display:flex;overflow:hidden}.c_product_related_list .related_swiper{width:100%}.c_product_related_list .swiper-wrapper{padding-bottom:44px;box-sizing:border-box!important}.c_product_related_list .swiper-slide{width:33.33%!important;padding:0 10px}.c_product_related_list .swiper-slide a{height:448px;display:flex;align-items:center;text-align:center;align-content:center;justify-content:center;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/uwabiki19.png) center no-repeat;background-size:cover;width:100%}.c_product_related_list .swiper-slide a img{margin:0}.c_product_related_list .swiper-slide a img{position:relative;transition:opacity .3s cubic-bezier(.455,.03,.515,.955),transform .3s cubic-bezier(.455,.03,.515,.955)}.c_product_related_list .swiper-slide a:hover img{transform:scale(1.03)}.c_product_spec{margin-bottom:80px}.c_product_spec .c_product_title2{margin-bottom:87px}.c_product_spec_table{margin-bottom:8px}.c_product_spec .swiper-wrapper{padding-bottom:24px}.c_product_spec .table{width:100%;max-width:922px;margin:0 auto 30px;font-size:18px;color:#000;line-height:1.35;border-style:solid;border-width:2px 0;border-color:#a8a8a8}.c_product_spec .table th{width:220px;padding:16px 6px 14px;text-align:left;font-weight:400}.c_product_spec .table tr{border-bottom:2px dotted #d9d9d9}.c_product_spec .table tr:last-child{border-bottom:none}.c_product_spec .table td{padding:16px 6px 14px}.c_product_p{color:#433e33;margin-bottom:10px;text-align:center}.c_product_feature_list{padding-left:82px;margin-top:-85px;margin-bottom:35px;position:relative}.c_product_feature_image{text-align:right;margin-bottom:46px}.c_product_feature_image img{margin-right:0}.feature_swiper-wrapper{padding-bottom:68px}.feature_swiper2-wrapper{margin:0 -8px;width:auto!important;box-sizing:border-box!important}.feature_swiper2-wrapper._col2{margin:0 -10px}.feature_swiper2-slide{width:33.33%!important;padding:0 8px}.feature_swiper2-wrapper._col2 .feature_swiper2-slide{padding:0 10px;width:50%!important}.c_product_feature_slide_item ._title{font-size:20px;color:#433e33;font-weight:700;margin-bottom:13px;line-height:1.35}.c_product_feature_slide_item ._desc{color:#333;margin-bottom:18px}.feature_swiper .swiper-pagination .swiper-pagination-bullet{text-indent:-99999px}.swiper-menu{position:absolute;top:340px;width:100%;font-family:'HiraginoSansGB-W6'}.swiper-menu .swiper-pagination-lock{display:block}.c_product .swiper-menu .swiper-pagination-bullet:only-child{display:flex!important;/*!  color: #22130b !important;  !*/
}.feature_swiper .swiper-menu .swiper-menu-title{text-indent:inherit!important;width:auto}.c_product .swiper-menu .swiper-menu-title{width:100%!important;border:none!important;max-width:400px;border-radius:0!important;background:transparent!important;height:auto!important;display:block;text-align:left;margin:0 0 29px!important;font-size:17px;color:#999;opacity:1;transition:.3s all ease;letter-spacing:-.5px;flex-wrap:wrap}.c_product .swiper-menu .swiper-menu-title .br{display:block;width:100%;height:5px}.swiper-menu .swiper-menu-title.swiper-pagination-bullet-active,.swiper-menu .swiper-menu-title:hover{color:#810016!important}.swiper-menu .swiper-menu-title .s{font-size:18px;margin-right:15px}.feature_swiper2 .swiper-pagination{display:none}.feature_swiper-slide:not(.swiper-slide-active){opacity:0!important}.c_product .swiper-pagination-bullet{background:gray;opacity:1;width:10px;height:10px;margin:0 8px!important}.c_product .swiper-pagination-bullet-active{background:#333}.ie .c_product_lineup__p3{padding-top:10px}.ie .c_product_spec .swiper-pagination{bottom:100px!important}.c_product_feature_title_js{display:none}
/*! round !*/
.round_text{width:210px;margin:10px auto 0;font-size:22px;padding:5px 0;border:1px solid #fff;line-height:100%}.round .fs20{font-size:20px}.round .fs21{font-size:21px;letter-spacing:-.5px}.round .fs15{font-size:15px}.round_bl01{display:block}.round_bl01 .c_product_lineup_item._big{width:100%;margin-bottom:20px}.round_bl01 .c_product_lineup_item .c_product_lineup__image.w555{width:555px}.round_bl01 .c_product_lineup__p3{width:80px;padding:5px;font-size:11px}.round_bl01 .c_product_lineup_item_row{width:100%;flex-direction:row;margin-left:40px}.round_bl01 .c_product_lineup_item_row .c_product_lineup_item{width:360px;display:block;margin-right:20px}.round_bl01 .c_product_lineup_item_row .c_product_lineup_item:last-child{margin-right:0}.c_product_lineup_item._item-bg2:before,.c_product_lineup_item._item-bg3:before,.c_product_lineup_item._item-bg4:before{height:185px;width:100%;top:auto;right:0;left:0;bottom:23px}.c_product_lineup_item._item-bg2:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/uwabiki05.png)}.c_product_lineup_item._item-bg3:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/uwabiki06.png)}.c_product_lineup_item._item-bg4:before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/uwabiki06.png)}.round .c_product_lineup{margin-bottom:65px}.round_bl01 .c_product_lineup__image{width:100%}.c_product_feature_title_js .fs14{font-size:14px}.round_bl01 .c_product_lineup_item._big .c_product_lineup__desc{padding:0}.round_bl01 .c_product_lineup__image img{margin:0}.round_bl01 .c_product_lineup__desc{margin:0 auto}.c_product_feature_txt{margin:0 auto;position:absolute;top:350px;left:0;width:100%;max-width:350px}.uwabiki-c_product_lineup_list ._item-bg1::before{top:auto;bottom:142px;right:62px;width:456px;height:237px}.uwabiki-c_product_lineup_list ._item-bg2::before{width:340px;height:156px;top:79px;left:75px}.uwabiki-c_product_lineup_list ._item-bg3::before{width:340px;height:156px;top:50px;left:86px}
/*! wagon !*/
 .wagon .c_product_feature_image img{display:inline-block}.lineup_text01.fs26{font-size:26px}.fs29{font-size:29px}.fs21{font-size:21px}.fs20{font-size:20px}.c_product_lineup__p3.fs12{font-size:12px}.round_bl01 .c_product_lineup_item.w425{width:425px}.round_bl01 .c_product_lineup_item.w335{width:335px}.c_product_lineup_item.w425 .c_product_lineup__desc{max-width:390px}.c_product_lineup_item.w425 .c_product_lineup__title{letter-spacing:-2px}.c_product_lineup_item.w425 .c_product_lineup__p1 .s::after{width:295px}.c_product_lineup_item.w425:before{top:auto;right:0;bottom:-35px}.c_product_lineup_item.w335 .c_product_lineup__title{letter-spacing:-3px}.c_product_lineup_item.w335._item-bg3:before{bottom:-20px}.c_product_lineup_item.w335._item-bg2:before{bottom:-38px}.wagon .c_product_lineup__image{display:flex;justify-content:center;align-items:center}.yakitori-c_product_lineup_list .c_product_lineup_item._big .c_product_lineup__image{position:absolute;width:470px;top:18px}.yakitori-c_product_lineup_list .c_product_lineup_item._big .c_product_lineup__desc{margin-left:163px;max-width:390px;padding-bottom:31%}.yakitori-c_product_lineup_list .c_product_lineup_item_row .c_product_lineup_item{margin-bottom:15px}.yakitori-c_product_lineup_list .c_product_lineup_item_row .c_product_lineup__image{width:290px;margin-left:18px;margin-right:25px;margin-top:10px}.yakitori-c_product_lineup_list ._item-bg1:before{right:26px;top:132px;width:500px;height:240px}.yakitori-c_product_lineup_list ._item-bg2:before{left:185px;width:310px;bottom:-75px}.yakitori-c_product_lineup_list ._item-bg3:before{left:170px;bottom:-22px;width:282px}.pt90{padding-top:90px}
/*! square !*/
 .fs12{font-size:12px}.fs13{font-size:13px}.fs14{font-size:14px}.fs16{font-size:16px}.fs15{font-size:15px}.c_product_feature_slide_item .fs20{font-size:20px}.c_product_feature_slide_item .fs21{font-size:21px}.ml40{margin-left:40px}.c_product_lineup_list._no-bg .c_product_lineup_item:before{content:none}.c_product_lineup_list._no-bg .c_product_lineup__image{width:275px;margin-right:22px}
/*! recruit !*/
 .recruit.c_product::before{top:15px}.recruit.c_product{margin:0 auto;padding-bottom:150px}.recruit_pd01{text-align:center;max-width:645px;margin:0 auto 30px}.main_title .fs86{font-size:86px}.recruit_pd01 .en{padding-bottom:10px;display:block;border-bottom:1px solid #424242;margin-bottom:20px}.recruit_text01{text-align:center}.recruit_text01 .__text01{font-size:24px;font-weight:700;font-style:italic;margin-bottom:20px;color:#211D16;letter-spacing:1px}.recruit_text01 .__text02{margin-bottom:45px}.recruit_title{max-width:645px;padding-bottom:20px;border-bottom:2px solid #A0A0A0}.recruit_title .fs38{font-size:38px;margin-bottom:5px}.recruit_title .fs14{font-size:14px}.recruit_bl01{display:flex;flex-wrap:wrap;margin-bottom:105px}.recruit_bl01_item{width:375px;margin-right:35px;margin-bottom:15px}.recruit_bl01_item:nth-child(3n){margin-right:0}.recruit_bl01_item a:hover{text-decoration:none}.recruit_bl01_item .img{margin-bottom:15px;position:relative}.recruit_click .img:hover img{opacity:.5}.recruit_bl01_item .__red{font-size:12px;color:#810016;font-weight:700;padding-bottom:5px}.recruit_bl01_item .__text01{font-size:20px;color:#1A1A1A;font-weight:700}.recruit_bl01_item .fs13{font-size:13px;font-weight:400;color:#433E33;padding-left:10px}.recruit_bl02_img{position:relative;margin-bottom:155px;max-width:1225px}.recruit_bl02_img:before{content:'';width:607px;height:270px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/recruit_img08.png);background-repeat:no-repeat;position:absolute;bottom:-270px;right:0}.recruit_bl02_img01 img{margin:0}.recruit_bl02_img02{display:inline-block;position:absolute;bottom:-105px;left:45px}.recruit_bl02_container{padding-left:60px;max-width:1080px}.recruit_bl02_text01{margin-bottom:60px}.recruit_bl02_text01 .__red{font-size:13px;color:#810016;font-weight:700;padding-bottom:10px}.recruit_bl02_text01 .__text01{font-size:22px;font-weight:700}.recruit_bl02_text01 .fs14{font-size:14px;color:#433E33;padding-left:10px;font-weight:400}.recruit_bl02_list dt,.recruit_bl02_list dd{padding-left:60px;position:relative}.recruit_bl02_list dt{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #BABABA;font-size:20px;color:#433E33;font-weight:700}.recruit_bl02_list dd{padding-bottom:45px}.recruit_bl02_list dt:before,.recruit_bl02_list dd:before{width:45px;height:45px;position:absolute;top:-10px;left:0;font-size:25px;font-weight:700;text-align:center;line-height:45px;border-radius:50%}.recruit_bl02_list dt:before{content:"Q";border:1px solid #B89872;color:#B89872}.recruit_bl02_list dd:before{content:"A";background:#6C1513;color:#fff}.recruit_bl02_text02{color:#1C1C1C;font-size:20px;font-weight:700;padding-bottom:20px;letter-spacing:-.5px}.displaynone{display:none}.recruit_slide{max-width:1260px;margin:0 auto;margin-bottom:160px}.recruit_slide .swiper-slide{width:auto;margin-right:35px;overflow:hidden}.recruit_slide .swiper-slide a{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.recruit_slide .swiper-slide a:before{content:'';width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity 0.6s cubic-bezier(.52,.08,.18,1),background-color 0.6s cubic-bezier(.52,.08,.18,1)}.recruit_slide .swiper-slide a:hover::before{background-color:rgb(0 0 0 / .7);opacity:1}.recruit_slide .swiper-slide:last-child{margin-right:0}.recruit_slide .swiper-slide:nth-child(2n){margin-top:55px}.recruit_blflex .recruit_btn01{margin-bottom:50px;z-index:1;position:relative}.recruit_slide .swiper-slide .pc{transition:transform 1s cubic-bezier(.52,.08,.18,1)}.recruit_slide .swiper-slide:hover .pc{transform:scale(1.1)}.recruit_blflex{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap-reverse;align-items:center}.recruit_blflex__bl{margin:0 auto}
/*! entry-form !*/
.entry_form{max-width:1065px;margin:0 auto;position:relative;z-index:3}.entry_form_title .__title{font-size:86px;color:#6C1513;line-height:100%}.entry_form_title .__text01{position:relative}.entry_form_title .__text01 a{font-size:27px;font-weight:700;letter-spacing:1px;position:relative;color:#1A1A1A}.entry_form_title .__text01 a:hover,.entry_form_title .__text01 a.active{text-decoration:none;color:#810016}.entry_form_title .__text01 a:hover .__small,.entry_form_title .__text01 a.active .__small{color:#810016}.entry_form_title .__small{font-size:15px;display:block;letter-spacing:1.5px;color:#000;padding-bottom:5px}.entry_form_title{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;margin-bottom:30px;border-bottom:2px solid #CBCDCC}.entry_form_title .__tab{display:flex;width:200px;justify-content:space-between;position:relative;top:10px}.entry_form_title .__tab .__text01:first-child::before{content:'';width:1px;height:50px;background:#CCC;position:absolute;right:-45px;top:5px;transform:rotate(30deg)}.entry_form_des{text-align:center;padding-bottom:80px;border-bottom:2px solid #CBCDCC}.entry_form_tbl tr th,.entry_form_tbl tr td{padding:25px 0;border-bottom:2px solid #CBCDCC}.entry_form_tbl tr th{width:255px;text-align:left;font-size:18px;font-weight:700;color:#433E33;letter-spacing:1px;vertical-align:top}.entry_form_tbl tr th span{position:relative;top:10px}.entry_form_tbl tr td{padding-left:60px}.entry_form_tbl .require{font-size:15px;width:75px;/*!  display: inline-block;  !*/
 background:#810016;text-align:center;color:#fff;font-weight:400;float:right;padding:2px 0}.entry_form_tbl select,.entry_form_tbl textarea{border:2px solid #999;color:#666;font-weight:700;padding-left:35px;background:rgb(239 236 228 / .22)}.entry_form_tbl select{width:290px;height:50px;font-size:14px}.entry_form_tbl textarea{width:650px;height:240px;padding-top:30px}.entry_form_tbl .__note{font-size:14px;color:#666;line-height:120%;display:inline-block;padding-left:30px;position:relative;top:10px}.entry_form_tbl .__create_pdf{width:290px;display:inline-block}.entry_form_tbl .__create_pdf a{width:100%;display:block;color:#666;text-align:center;font-weight:700;background:#E6E6E6;padding:10px 0}.entry_form_tbl .bordernone .__note{top:-5px}.entry_form_tbl .bordernone th,.entry_form_tbl .bordernone td{border-bottom:none;padding-bottom:0}.entry_form_policy{height:175px;width:930px;margin:0 auto 70px;padding:20px 60px 20px 35px;overflow:auto;border:2px solid #999;margin-bottom:48px;position:relative}.entry_form_tbl{margin-bottom:35px}.entry_form_policy_title{font-size:16px;margin-bottom:25px}.entry_form_policy_row{line-height:170%}.entry_form_check{text-align:center;font-size:17px;color:#333;margin-bottom:50px}.entry_form_check .wpcf7-list-item{margin:0}.entry_form_check label{margin:0 40px}.entry_form_check input{margin-right:10px}.entry_form_submit{width:380px;margin:0 auto;position:relative}.entry_form_submit:before{content:'';width:22px;height:22px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/entry_form_icon.png) no-repeat right center;position:absolute;right:42px;top:16px;z-index:3}.entry_form_submit input{width:100%;font-size:18px;font-weight:700;background:#333;color:#fff;padding:18px 65px 18px 0;letter-spacing:1px}.entry_form_file{width:295px;height:50px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/entry_form_icon01.png);background-repeat:no-repeat;border:none;display:inline-block;cursor:pointer}.entry_form_tbl input[type="file"]{display:none}.entry_form_text02{text-align:center;margin-bottom:30px}.entry_form_text03{font-size:28px;width:695px;margin:0 auto 50px;text-align:center;padding:25px 0;border:3px solid #433E33;color:#4D4D4D;font-weight:700}.entry_form_text04{text-align:center;margin-bottom:100px}.entry_form_text04 a{display:inline-block;position:relative;font-size:18px;font-weight:700;color:#B99871;padding:20px 0 20px 65px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/entry_form_icon02.png) no-repeat left center}
/*! work-contents !*/
.environment_bl_des01.fs24{font-size:24px}.work_contents{margin-top:80px}.work_contents_bl{max-width:1030px;margin:0 auto 210px}.work_contents_title{color:#A4112B;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:20px;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#A4112B;margin-bottom:35px}.work_contents_title .__title{display:flex;letter-spacing:1px;align-items:center}.work_contents_title .__big{font-size:24px;font-weight:700}.work_contents_title .__small{font-size:12px;padding-left:30px}.work_contents_title .__number{text-align:center}.work_contents_title .__text01{font-size:9px;padding-bottom:7px;margin-bottom:10px;position:relative;display:block;line-height:100%}.work_contents_title .__text01:before{content:'';width:30px;height:2px;background:#D18895;position:absolute;bottom:0;left:0;right:0;margin:0 auto}.work_contents_title .__text02{font-size:63px;font-weight:700;line-height:90%;color:#820016}.work_contents_des{display:flex;justify-content:space-between}.work_contents_des .__des{width:470px}.work_contents_des .img{width:530px}.work_contents_des .__title{font-size:18px;font-weight:700;margin-bottom:25px;margin-top:10px;letter-spacing:.5px}.work_contents_item{margin-bottom:40px}.work_contents_title.__cl01{color:#E28242;border-bottom-color:#E28242}.work_contents_title.__cl01 .__text02{color:#D97238}.work_contents_title.__cl01 .__text01:before{background:#F0C0A1}.work_contents_title.__cl02{color:#B29C85;border-bottom-color:#B29C85}.work_contents_title.__cl02 .__text02{color:#A28C79}.work_contents_title.__cl02 .__text01:before{background:#A48C78}.work_contents_title.__cl03{color:#316E73;border-bottom-color:#326E73}.work_contents_title.__cl03 .__text02{color:#286466}.work_contents_title.__cl03 .__text01:before{background:#326E73}.work_contents_title.__cl04{color:#3B414D;border-bottom-color:#3B414D}.work_contents_title.__cl04 .__text02{color:#2D333D}.work_contents_title.__cl04 .__text01:before{background:#63666D}.work_contents .main_title{margin-bottom:30px}.work_contents .container{max-width:1060px}.work_contents_text01{margin-bottom:65px}.work_contents_img{margin-bottom:75px}.product_lineup_list{display:block;max-width:1180px;margin:-6px auto 0}.product_lineup_row{display:flex;flex-wrap:wrap;margin:0 -55px}.product_lineup_item{width:calc(33.33% - 110px);display:flex;flex-direction:column;line-height:1.35;position:relative;margin:0 55px}.product_lineup__link{text-indent:-9999px;position:absolute;top:0;left:0;width:100%;height:100%}.product_lineup__image{flex-shrink:0;/*!  transform: scale(1);  !*/
 position:relative;/*!  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);  !*/
 z-index:-1}.product_lineup_item:hover .product_lineup__image{/*!  transform: scale(0.9);  !*/
 /*!  opacity: 0.4;  !*/
 /*!  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);  !*/
}.product_lineup__desc{padding:16px 19px 0}.product_lineup__title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:0;font-style:italic;line-height:1.35}.product_lineup__p1{margin-bottom:6px;color:#000;overflow:hidden;font-weight:400;letter-spacing:1px}.product_lineup__p1 .s{display:inline-block;position:relative;padding-right:14px;letter-spacing:2px}.product_lineup__p1 .s::after{content:'';position:absolute;border-top:2px solid #777;top:49%;left:100%;width:195px;transform:translateY(-50%)}.product_lineup__p2{margin-bottom:12px;color:#810016;line-height:1}.product_lineup__p3{font-size:12px;margin-bottom:6px;color:#534741;height:23px;padding:5px 15px;text-align:center;align-items:center;display:inline-flex;justify-content:center;border:1px solid #534741}.product_lineup__p4{margin-bottom:10px;color:#333;line-height:1.6;letter-spacing:-.5px}.product_lineup_swiper{margin:0 -20px}.product_lineup_swiper .swiper-button-prev{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/s-icon01.png);left:0}.product_lineup_swiper .swiper-button-next{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/s-icon02.png);right:0}.product_lineup_swiper .swiper-button-next,.product_lineup_swiper .swiper-button-prev{width:42px;height:42px;background-position:center;background-repeat:no-repeat;background-size:auto;background-color:#302f30;top:60%;position:absolute;z-index:1;transform:translateY(-50%);cursor:pointer}.product_lineup_swiper .swiper-button-next:after,.product_lineup_swiper .swiper-button-prev:after{content:none}.product_lineup_swiper .swiper-pagination{text-align:left;padding:0 21px;bottom:15px!important;left:17px!important;position:absolute;z-index:20;opacity:1}.product_lineup_swiper .swiper-button-next,.product_lineup_swiper .swiper-button-prev{top:54%}.product_lineup_swiper .swiper-pagination>span{margin:0 3px!important;width:8px;height:8px;display:inline-block;border-radius:100%;cursor:pointer}.product_lineup_swiper .swiper-pagination-bullet{background:#bbbbbd;opacity:1}.product_lineup_swiper .swiper-pagination-bullet-active{background:#b55e45}.product_lineup_item:hover .product_lineup_swiper .product_lineup__image{opacity:1}.product_lineup_list._image-mb30 .product_lineup__image{margin-bottom:30px}.product_lineup_list._col2{max-width:1200px}.product_lineup_list._col2 .product_lineup_row{margin:0}.product_lineup_list._col2 .product_lineup_item{width:50%;display:flex;line-height:1.35;position:relative;flex-direction:row;margin:0}.product_lineup_list._col2 .product_lineup__link{text-indent:-9999px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product_lineup_list._col2 .product_lineup__image{width:260px;flex-shrink:0;margin-right:14px}.c_product_case_list_s{display:flex;overflow:hidden}.c_product_case_list_s .case_swiper{width:100%}.c_product_case_list_s .swiper-wrapper{padding-bottom:44px;box-sizing:border-box!important}.c_product_case_list_s .swiper-slide{width:33.33%!important;padding:0 10px}.c_product_case_list_s .swiper-slide ._image{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.c_product_case_list_s .swiper-slide ._image::after{content:'';display:block;padding-top:122%}.c_product_case_list_s .swiper-slide ._image img{display:none}.sns{display:flex;justify-content:center;align-items:center;padding:85px 90px}.sns li{margin:0 12px}.sns li a{display:block}
/*! news-list !*/
.news_list_category{max-width:1095px;display:flex;padding:15px 0;margin:0 auto 95px;background:#F2F2F2;align-items:center;justify-content:center}.news_list_category li{margin:0 25px}.news_list_category li a{font-size:15px;font-weight:700;color:#1A1A1A}.news_list_category .active{color:#A4112B}.news_list{padding-bottom:200px}.news_list_content{max-width:1110px;margin:0 auto 40px;display:flex;flex-wrap:wrap}.news_list_item{max-width:360px;position:relative;margin-left:15px;margin-bottom:35px}.news_list_item:nth-child(3n+1){margin-left:0}.news_list_item>a{position:absolute;top:0;left:0;width:100%;height:100%}.news_list_item .img{margin-bottom:15px}.news_list_text01{display:flex;margin-bottom:10px;align-items:center;position:relative;z-index:2}.news_list_link{position:relative;z-index:2}.news_list_text01 .__new a{width:55px;text-align:center;display:block;background:#A4112B;border-radius:20px;color:#fff;font-size:12px;line-height:1.7}.news_list_text01 .__new{margin-right:10px}.news_list_text01 .__cate a{color:#810016;font-size:14px;font-weight:700;margin-right:10px}.news_list_text01 .__date{color:#666;font-size:14px}.news_list_itemtext{color:#333;font-weight:700;font-size:17px;margin-bottom:15px}.news_list_link a{color:#433E33;font-size:18px;text-decoration:underline}.news_list_link a:hover{text-decoration:none}.news_list_pagination{display:flex;align-items:center;justify-content:space-between;font-size:18px;max-width:330px;margin:0 auto;position:relative}.news_list_pagination a{cursor:pointer;color:#B99873;font-weight:700;position:relative}.news_list_pagination a.prev{padding-left:65px}.news_list_pagination a.next{padding-right:65px}.news_list_pagination a.prev:before,.news_list_pagination a.next:before{content:'';width:45px;height:45px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/news_list03.png);background-repeat:no-repeat;position:absolute;top:-12px}.news_list_pagination a.prev:before{left:0}.news_list_pagination a.next:before{right:0;transform:rotate(180deg)}.news_list_page{margin:0 35px;letter-spacing:1px;color:#4D473D;position:absolute;left:0;right:0;margin:0 auto;text-align:center;z-index:-1}.news_list_pagination .page-numbers.prev,.news_list_pagination .page-numbers.next{display:block}.news_list_pagination .page-numbers{display:none}
/*! news-detail !*/
.news_detail{max-width:1150px;display:flex;justify-content:space-between;padding-bottom:200px}.news_detail_content{width:715px}.news_detail_list{width:345px}.news_detail_title{font-size:27px;padding-bottom:20px;margin-bottom:20px;border-bottom:2px solid #E5E5E5}.news_detail_content .__date{font-size:15px;color:#433E33;font-weight:700}.news_detail_content .news_list_text01 .__cate a{margin-right:20px}.news_detail_content .news_list_text01 .__new{margin-right:20px}.news_detail_content .news_list_text01{margin-bottom:40px}.news_detail_slider{padding-bottom:40px!important}.news_detail_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#666;opacity:1}.news_detail_slider .swiper-pagination-bullet{background:#B3B3B3;opacity:1}.news_detail_content p{font-size:17px;color:#333;line-height:170%}.news_detail_img{display:flex;flex-wrap:wrap}.news_detail_item{width:350px}.news_detail_item:nth-child(2n){margin-left:15px}.news_detail_item .img{margin-bottom:10px}.news_detail_item p{font-size:13px;color:#433E33}.news_detail_listnew{padding-bottom:60px;margin-bottom:20px;border-bottom:1px solid #E5E5E5}.news_detail_listnew .__title{font-size:17px;padding-right:40px;font-weight:700;margin-bottom:10px;line-height:170%;letter-spacing:-.5px}.news_detail_listnew .__date{color:#433E33;font-size:15px;font-weight:700}.news_detail .news_list_pagination{max-width:290px;margin-top:75px}
/*!  IR  !*/
.page-id-600 .title .jp{font-size:37px}.page-id-614 .title .jp{font-size:40px}.IR{overflow:hidden;padding-top:25px;max-width:1094px}.IR_calendar{padding-top:10px}.IR_info_title{font-size:23px;font-weight:700;color:#000;margin-bottom:33px;letter-spacing:1.5px}.IR_calendar .table{font-size:17px;color:#333;font-weight:700;text-align:center;margin-bottom:90px}.IR_calendar .table th{width:218px;font-size:20px;border-bottom:5px solid #fff;border-right:5px solid #fff;background-color:rgb(242 242 242 / .63)}.IR_calendar .table td{background-color:rgb(242 242 242 / .21);position:relative}.IR_calendar .table tr td+td::after{content:'';top:0;left:0;bottom:0;z-index:-1;position:absolute;border-left:1px solid #e6e6e6}.IR_calendar .table tbody tr:last-child td+td::after{bottom:21px}.IR_calendar .table .second_line td+td::after{top:18px}.IR_calendar .table thead .first_line{background-color:#f2f2f2}.IR_calendar .table thead{letter-spacing:2px}.IR_calendar .table thead .first_line td{padding:6px}.IR_calendar .table thead .second_line td{padding:7px}.IR_calendar .table thead .first_line td+td{border-left:5px solid #fff}.IR_calendar .table thead .second_line{color:#666}.IR_calendar .table thead .second_line td:nth-child(4),.IR_calendar .table thead .second_line td:nth-child(7),.IR_calendar .table thead .second_line td:nth-child(10){border-left:5px solid #fff}.IR_calendar .table thead .second_line td:nth-child(4),.IR_calendar .table thead .second_line td:nth-child(7),.IR_calendar .table thead .second_line td:nth-child(10),.IR_calendar .table tbody td:nth-child(5),.IR_calendar .table tbody td:nth-child(8),.IR_calendar .table tbody td:nth-child(11){border-left:5px solid #fff}.IR_calendar .table thead .first_line td::after,.IR_calendar .table thead .second_line td:nth-child(4)::after,.IR_calendar .table thead .second_line td:nth-child(7)::after,.IR_calendar .table thead .second_line td:nth-child(10)::after,.IR_calendar .table tbody td:nth-child(5)::after,.IR_calendar .table tbody td:nth-child(8)::after,.IR_calendar .table tbody td:nth-child(11)::after{content:none}.IR_calendar .table tbody th{padding:25px 15px}.IR_calendar .table tbody td p{padding-left:18px;word-break:keep-all;position:relative;display:inline-block;margin-left:20px}.IR_calendar .table tbody td p.ml0{margin-left:0}.IR_calendar .table tbody td p::before{content:'';top:50%;left:0;width:13px;height:13px;position:absolute;border-radius:50%;transform:translateY(-50%)}.IR_calendar .table tbody td p._red::before{background-color:#c2283a}.IR_calendar .table tbody td p._green::before{background-color:#8cc63f}.IR_news .table{font-size:18px;line-height:1.3;margin-top:-25px;margin-bottom:98px}.IR_news .table th{width:245px;text-align:left;vertical-align:middle;padding:24px 0;position:relative}.IR_news .table th::after{content:'';bottom:-1px;left:0;width:195px;position:absolute;border-bottom:2px solid #b89872}.IR_news .table td{padding:19px 0}.IR_news .table tr{border-bottom:1px solid #d8c0a7}.IR_news ._cate{width:84px;height:27px;color:#fff;margin-right:31px;display:inline-flex;text-align:center;align-items:center;justify-content:center;background-color:#b89872}.IR_news ._date{color:#4d4d4d;font-weight:400;display:inline-flex;letter-spacing:1px}.IR_news ._title{font-size:20px;font-weight:700;color:#333;display:flex;align-items:center;padding-top:3px;justify-content:space-between}.IR_news ._link{width:135px;flex-shrink:0;display:flex;font-size:18px;font-weight:400;color:#b89872;padding:5px 45px 5px 5px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/IR-02.png) top 12px right no-repeat}.IR_info_banner{margin-bottom:127px}.IR_message_title{font-size:20px;color:#1a1a1a;font-weight:700;padding-top:20px;margin-bottom:25px;text-align:center}.IR_p{margin-bottom:76px;text-align:center;line-height:1.55;letter-spacing:1px}.IR_notice .IR_p{padding-top:17px;margin-bottom:33px}.IR_notice_link{text-align:center;margin-bottom:120px}.IR_notice_link a{display:inline-flex;text-align:center;align-items:center;justify-content:center;max-width:290px;height:50px;width:100%;font-size:19px;padding-right:2.5%;color:#b89872;text-decoration:none;-webkit-transition:.3s all ease;-moz-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;border:1px solid #b89872;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/IR-03.png) center right 12px no-repeat}.IR_notice_link a:hover{background-color:#b89872;color:#fff}.IR_bottom{display:flex;position:relative;padding-top:30px;padding-bottom:195px;line-height:1.55}.IR_bottom::before{content:'';position:absolute;top:0;width:1920px;left:50%;border-top:1px solid #999;transform:translateX(-50%)}.IR_bottom p{margin-right:18px}.IR_bottom div{padding-top:8px}.IR_report_list{padding-top:40px;padding-bottom:115px}.IR_report_title{color:#20212f;font-weight:700;font-size:23px;margin-bottom:28px;letter-spacing:1px;padding:0 4px}.IR_report_list table{font-size:18px;margin-bottom:90px}.IR_report_list table tr{border-bottom:1px solid #d8c0a7}.IR_report_list table th{color:#4d4d4d;font-weight:400;width:153px;text-align:left;vertical-align:middle;padding:25px 4px;position:relative;letter-spacing:2px}.IR_report_list table th::after{content:'';bottom:-1px;left:0;width:195px;position:absolute;border-bottom:2px solid #b89872}.IR_report_list table td{padding:21px 0}.IR_report_list table td ._title{font-size:20px;font-weight:700;color:#333;display:flex;align-items:center;padding-top:3px;justify-content:space-between}.IR_report_list table td ._link{width:135px;flex-shrink:0;display:flex;font-size:18px;font-weight:400;color:#b89872;padding:3px 45px 3px 5px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/IR-02.png) top 12px right no-repeat}
/*! contact !*/
.contact{max-width:1055px;padding-bottom:225px}.contact_tbl{margin-bottom:40px}.contact_des{text-align:center;margin-bottom:95px}.contact_tbl th,.contact_tbl td{padding:25px 0;border-bottom:1px solid #CCC}.contact_tbl th{font-size:18px;color:#433E33;text-align:left;width:295px;position:relative;vertical-align:center;letter-spacing:1px}.contact_tbl tr:last-child th{vertical-align:top}.contact_tbl .require{font-size:15px;padding:6px 22px;background:#810016;color:#fff;line-height:100%;letter-spacing:1px;font-weight:400;position:absolute;right:0;top:35px}.contact_tbl td{padding-left:60px;padding-right:50px;position:relative;line-height:175%}.contact_tbl .checkbox{margin-right:105px}.contact_tbl .checkbox:nth-child(4){margin-right:45px}.contact_tbl input[type="text"],.contact_tbl input[type="email"]{width:100%;padding:14px 0 14px 25px;border:2px solid #999;font-size:16px;color:gray;letter-spacing:1px}.contact_tbl_text01{font-size:13px;padding-top:5px;letter-spacing:.7px}.contact_tbl_text02{color:gray;position:absolute;bottom:35px;left:42.5%;letter-spacing:1px}.contact_tbl_select01{border:2px solid #999;font-size:15px;color:gray;width:245px;padding:10px 0 10px 20px;background:none}.contact_tbl_text03{color:#433E33;font-size:18px;margin-bottom:12px;letter-spacing:1px}.contact_tbl_text04{font-size:16px;color:gray;padding-bottom:4px;border-bottom:2px solid #999;text-align:center;margin-bottom:35px;letter-spacing:2px}.contact_tbl textarea{width:650px;height:240px;padding:30px 45px;font-size:16px;color:gray;border:2px solid #999}.advert_note__bl{width:935px;height:175px;margin:0 auto 65px;position:relative;border:2px solid #999}.advert_note__bl_row{padding:15px 30px;color:#333;line-height:190%}.advert_note__bl_row .font16{font-size:16px}.advert_form-check-acceptance{text-align:center;font-size:17px;margin-bottom:50px}.advert_form-check-acceptance label:first-child{margin-right:80px}.contact_btn{width:375px;margin:0 auto}.contact_btn input{width:100%;padding:20px 0 18px;font-size:18px;background:#333;color:#fff;letter-spacing:1px;border:0;font-weight:700}.contact_tbl tr:last-child th,.contact_tbl tr:last-child td{padding-top:40px}.contact_tbl .wpcf7-list-item{margin-right:105px;margin-left:0}.contact_tbl .wpcf7-list-item:nth-child(3){margin-right:0}.contact_tbl .wpcf7-list-item:nth-child(4){margin-right:45px}.contact_thanks_des{text-align:center;margin-bottom:35px;font-weight:700}.advert_form-check-acceptance .wpcf7-list-item{margin-left:0}.advert_form-check-acceptance .wpcf7-list-item.last label{margin-right:0}.contact_thanks_text{width:690px;margin:0 auto 75px;text-align:center;font-size:28px;font-weight:700;color:#4D4D4D;padding:25px 0;border:2px solid #A19E99}.contact_thanks_back{text-align:center;font-size:18px;font-weight:700}.contact_thanks_back a{color:#B99872;position:relative}.contact_thanks_back a:before{content:'';width:45px;height:45px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/news_list03.png);background-repeat:no-repeat;position:absolute;top:-12px;left:-65px}.contact_thanks{padding-bottom:230px}.contact_tbl .wpcf7-not-valid-tip{position:absolute;bottom:auto}
/*! faq !*/
.faq{max-width:1100px;padding-bottom:100px}.faq .common_title01{margin-bottom:50px}.faq_ankerlink{width:100%;display:flex;margin-bottom:80px;align-items:center;justify-content:center;padding:15px 0;background:#F2F2F2}.faq_ankerlink li{margin:0 25px;font-size:15px}.faq_ankerlink li a{color:#1A1A1A;font-weight:700}.faq_ankerlink li a:hover{text-decoration:none;color:#A4112B}.faq_ankerlink li a.active{color:#A4112B}.faq_title,.faq_list{max-width:1055px}.faq_title{font-size:28px;padding-bottom:20px;border-bottom:1px solid #D9D9D9;letter-spacing:2px}.faq_list{margin-bottom:145px}.faq_list dt,.faq_list dd{border-bottom:1px solid #D9D9D9;color:#433E33;padding-left:80px;position:relative}.faq_list dt{font-size:20px;font-weight:700;padding-right:55px;padding-bottom:35px;padding-top:40px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/faq_img01.png);background-repeat:no-repeat;background-position:top 37px right 30px;cursor:pointer}.faq_list dt:before,.faq_list dd:before{width:45px;height:45px;line-height:45px;font-size:19px;border-radius:50%;text-align:center;position:absolute;left:0;font-weight:700}.faq_list dt:before{content:'Q';color:#810016;border:1px solid #810016;top:30px}.faq_list dd{font-size:17px;padding-bottom:35px;color:#433E33;display:none}.faq_list dd:before{content:'A';background:#810016;color:#fff}.faq_list dt.collapse{border-bottom:none;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/faq_img02.png);background-position:top 52px right 30px}
/*! total support !*/
.total_support{margin-bottom:80px}.total_support_text01{color:#211d16;font-size:24px;font-weight:700;line-height:130%;margin-bottom:25px;text-align:center}.total_support_text02{max-width:1090px;line-height:160%;margin:0 auto 80px;text-align:center}.total_support_title01{color:#fff;font-size:26.5px;font-weight:700;line-height:130%;text-align:center;padding:16px 5px;margin-bottom:80px;background-color:#a4112b;border-radius:10px;position:relative}.total_support_title01::after{content:'';width:0;height:0;border-left:24px solid #fff0;border-right:24px solid #fff0;border-top:33px solid #a4112b;position:absolute;bottom:-33px;left:48%}.total_support_steps{display:flex;flex-wrap:wrap;margin-bottom:50px}.total_support_step{width:230px;padding:15px 25px 60px;margin-left:55px;margin-bottom:40px;border:3px solid #534741;position:relative}.total_support_step:nth-child(4n+1){margin-left:0}.total_support_step::after{content:'';width:55px;height:70%;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ttsp-icon01.png) center center no-repeat;position:absolute;right:-55px;top:0}.total_support_step:nth-child(4n)::after,.total_support_step:last-child::after{display:none}.total_support_step ._step{max-width:138px;color:#998675;font-size:35px;font-style:italic;line-height:185%;text-align:center;padding-bottom:3px;margin:0 auto 40px;letter-spacing:-1px;border-bottom:1px solid #736357}.total_support_step ._step ._num{color:#736357;font-size:60px;font-weight:700;letter-spacing:2px}.total_support_step ._txt{color:#534741;font-size:24px;font-weight:700;text-align:center;margin-bottom:28px}.total_support_step .fs21{font-size:21px}.total_support_phases{clear:both;position:relative;padding-top:72px;border-left:2px solid #544742}.total_support_phase{position:relative;padding-left:80px;padding-bottom:50px;margin-bottom:65px}.total_support_phase:last-child{margin-bottom:0}.total_support_phase::before,.total_support_phase::after{content:'';position:absolute;background-color:#534741;width:17px;height:17px;border-radius:50%}.total_support_phase::before{left:-10px;top:5px}.total_support_phase::after{width:50px;height:2px;border-radius:0;left:6px;top:13px}.total_support_phase ._phase{color:#534741;font-size:27px;margin-bottom:25px;letter-spacing:1px}.total_support_phase ._title{color:#000;font-size:21px;font-weight:500;margin-bottom:23px}.total_support_phase ._title ._b{font-size:29px;font-weight:700}.total_support_phase ._txt{margin-bottom:20px}.total_support_phase ._imgs{display:flex;flex-wrap:wrap;max-width:995px}.total_support_phase ._img{width:485px;margin-left:25px;margin-bottom:35px}.total_support_phase ._img:nth-child(2n+1){margin-left:0}.total_support_phase ._img p{color:#666;position:relative;padding-left:20px;margin-top:7px}.total_support_phase ._img p::before{content:'';width:0;height:0;border-left:7px solid #fff0;border-right:7px solid #fff0;border-bottom:13px solid #666;position:absolute;left:0;top:5px}.total_support_phase ._box{max-width:992px;margin-bottom:35px;padding:23px 35px 35px;background-color:#dedddd}.total_support_phase ._box h5{min-width:335px;display:inline-block;color:#fff;font-size:18px;font-weight:400;margin-bottom:23px;padding:6px 20px 7px 33px;background-color:#64605f;border-radius:5px}.total_support_phase ._box p{line-height:140%;margin-left:10px;text-align:justify}
/*! net-tongs !*/
.neto_text01{color:#211d16;font-size:25px;font-weight:700;margin-bottom:10px;text-align:center}.neto_text02{color:#211d16;text-align:center;margin-bottom:80px}.neto_text02.mb50{margin-bottom:50px}.neto_group01{margin-bottom:60px}.neto_group01__img{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/neto-text01.png) center center no-repeat;background-size:cover;padding-bottom:90px}.neto_group01__content{display:flex;flex-wrap:wrap;width:100%;max-width:1022px;margin:0 auto}.neto_group01__content_box{width:100%;max-width:475px;border:1px solid #332b27;border-radius:50px;margin-left:70px;margin-bottom:30px;position:relative}.neto_group01__content_box::before{content:'';position:absolute;left:-70px;top:0;width:70px;height:100%;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/neto-icon01.png) center center no-repeat}.neto_group01__content_box::after{content:'';position:absolute;width:80%;height:40px;left:10%;top:-18px;background-color:#fff}.neto_group01__content_box:nth-child(2n+1){margin-left:0}.neto_group01__content_box:nth-child(2n+1)::before{display:none}.neto_group01__content_box h4{width:67%;color:#fff;font-size:22px;font-weight:700;text-align:center;background-color:#6c1513;margin:0 auto;padding:6px 5px;position:relative;z-index:1;top:-18px}.neto_group01__content_box ul{color:#000;font-size:21px;line-height:180%;padding:20px 40px 45px 60px}.neto_group01__content_box ul li{position:relative;padding-left:20px}.neto_group01__content_box ul li::before{content:'・';position:absolute;left:0;top:3px}.neto_group02{clear:both;margin-bottom:180px}.neto_title01{color:#281d18;display:flex;justify-content:center;width:50%;max-width:405px;margin:0 auto 55px;padding-bottom:30px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/neto-icon02.png) center bottom no-repeat}.neto_title01.mb35{margin-bottom:35px}.neto_title01 ._num{font-size:105px;font-weight:700;line-height:100%;margin-right:20px}.neto_title01 ._txt span{display:block}.neto_title01 ._txt ._s{font-size:14px;margin-bottom:12px;margin-top:12px;letter-spacing:-1px}.neto_title01 ._txt ._b{font-size:35px;font-weight:700}.neto_group02_list{margin-bottom:50px}.neto_group02_item{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:50px}.neto_group02_item__img{width:400px}.neto_group02_item__content{width:672px}.neto_group02_item__content ._point{color:#810016;font-size:15.5px;font-weight:700;margin:20px 0 2px}.neto_group02_item__content ._title{color:#332b27;font-size:27px;font-weight:700;margin-bottom:20px}.neto_group02_item__content ._txt{margin-bottom:10px}.neto_group03__img{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/neto-text02.png) center center no-repeat;background-size:cover;padding-bottom:90px}.neto_group03_content{width:100%;max-width:1000px;margin:0 auto 65px;padding:45px 65px 10px;border:1px solid #332b27}.neto_group03_content ._title{min-width:548px;color:#fff;font-size:21px;text-align:center;padding:7px 5px 6px;margin-bottom:20px;background-color:#6c1513;display:inline-block;border-radius:10px}.neto_group03_content ._txt{margin-bottom:25px}.neto_group03_content ._imgs{display:flex;flex-wrap:wrap}.neto_group03_content ._img{width:276px;margin:0 0 20px 20px}.neto_group03_content ._img:nth-child(3n+1){margin-left:0}.neto_group03_content ._ico01,.neto_group03_content ._ico02{width:135px;color:#fff;font-size:18px;font-weight:700;letter-spacing:-1px;border-radius:85px / 30px;padding:11px 5px;text-align:center;margin:0 auto;position:relative;top:-25px}.neto_group03_content ._ico01{background-color:#c2283a}.neto_group03_content ._ico02{background-color:#333}.neto_group03_content._2item ._txt{margin-bottom:60px}.neto_group03_content._2item ._img{width:425px;margin:0 0 20px 18px}.neto_group03_content._2item ._img:nth-child(3n+1){margin-left:18px}.neto_group03_content._2item ._img:nth-child(2n+1){margin-left:0}.neto_title02{color:#332b27;font-size:70px;font-weight:400;text-align:center;width:50%;max-width:310px;margin:0 auto 55px;padding-bottom:30px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/neto-icon02.png) center bottom no-repeat}.neto_group04_block01{display:flex;justify-content:space-between;width:80%;max-width:630px;margin:0 auto}.neto_group04_block01 ._img{width:342px;margin-top:20px}.neto_group04_block01 ._txt{color:#000;width:275px}.neto_group04_block01 ._txt1{font-size:14.5px;margin-bottom:5px;position:relative}.neto_group04_block01 ._txt1::after{content:'';position:absolute;top:10px;right:15px;width:72%;height:1px;background-color:#333}.neto_group04_block01 ._txt2{font-size:22px;font-weight:700}.neto_group04_block01 ._txt3{color:#810016;margin-bottom:2px}.neto_group04_block01 ._txt4{width:84px;font-size:12px;line-height:160%;border:1px solid #333;display:inline-block;text-align:center;margin-bottom:6px}.neto_group04{margin-bottom:100px}.neto_group04_block02{width:100%;max-width:1005px;margin:0 auto;padding:25px 40px 20px;background-color:#f2f2f2;text-align:center}.neto_group04_block02 h4{min-width:206px;color:#fff;background-color:#1a1a1a;display:inline-block;padding:8px 5px 7px;margin-bottom:35px}.neto_group04_block02 ul{display:flex;flex-wrap:wrap}.neto_group04_block02 ul li{width:297px;margin-left:17px}.neto_group04_block02 ul li:nth-child(3n+1){margin-left:0}.neto_group04_block02 ul li img{background-color:#fff}.neto_group04_block02 ul li p{color:#666;font-size:18px;font-weight:700;margin-top:10px}
/*! manual download !*/
.manual_download{padding-top:5px;margin-bottom:275px}.manual_text01{text-align:center;line-height:160%;margin-bottom:30px}.manual_btn{text-align:center;margin-bottom:30px}.manual_btn a{width:75%;max-width:310px;display:inline-block;color:#fff;font-size:18px;font-weight:700;text-align:center;background-color:#333;border-radius:5px;padding:21px 5px;transition:.5s all ease}.manual_btn a:hover{opacity:.7;text-decoration:none}
/*! system !*/
.system{margin-bottom:160px}.system_group01{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/system-text01.png) center bottom no-repeat}.system .common_text02{margin-bottom:80px}.system_img01{margin-bottom:150px}.system_block01{max-width:964px;margin:0 auto 80px;padding:35px 25px 45px 50px;border:1px solid #332b27}.system_block01_title{min-width:505px;color:#fff;font-size:21px;font-weight:700;text-align:center;padding:7px 5px 6px;margin-bottom:23px;background-color:#6c1513;display:inline-block;border-radius:10px}.system_block02{display:flex;flex-wrap:wrap;max-width:970px;margin:0 auto 50px}.system_block02_item{width:315px;margin-left:12px;margin-bottom:35px}.system_block02_item:nth-child(3n+1){margin-left:0}.system_block02_item ._img{margin-bottom:10px}.system_block02_item ._tit{font-size:21px;font-weight:700;line-height:130%;margin-bottom:15px}.system_block02_item ._case{color:#810016;font-size:15.5px}
/*! customer-service !*/
.customer_service{margin-bottom:160px}.customer_title01{display:flex;align-content:center;align-items:center;margin-top:50px;margin-bottom:40px}.customer_title01 .en{font-size:48px;font-style:italic;letter-spacing:5px;line-height:100%}.customer_title01 .jp{font-size:21px;font-weight:700;margin-left:3px}.customer_list{display:flex;flex-wrap:wrap}.customer_list li{width:507px;margin-left:15px;margin-bottom:20px}.customer_list li:nth-child(2n+1){margin-left:0}.customer_list li a{display:block;font-size:17.3px;font-weight:700;text-align:center;padding:22px 60px;border:1px solid #433e33;border-radius:35px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico01.png) right 30px center no-repeat}.customer_service._step2 .customer_title01{margin-bottom:20px}.customer_check dt{display:flex;align-items:center;font-size:17px;font-weight:700;padding:25px 40px 25px 0;border-bottom:2px dotted #ccc;position:relative;cursor:pointer}.customer_check dt::after{content:'';width:30px;height:100%;position:absolute;right:10px;top:auto;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico04.png) left center no-repeat;transform:rotate(180deg);transition:0.3ms}.customer_check dt._open::after{transform:rotate(0deg);right:0}.customer_check dt ._icon{color:#c7b299;text-align:center;display:inline-block;width:30%;max-width:102px;padding:7px 3px 6px;margin-right:20px;line-height:100%;border-radius:20px;border:2px solid #c7b299}.customer_check dt ._text{width:70%;max-width:900px}.customer_check._status1 dt{font-size:18px;border-bottom:none;padding-bottom:0}.customer_check._status1 dt::after{display:none}.customer_check._status1 dt ._icon{color:#fff;border-color:#433e33;background-color:#433e33}.customer_check dd{display:none;padding-top:25px}.customer_check__imgrow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:35px}.customer_check__imgs ._img{width:462px;margin-left:105px}.customer_check__imgs ._icon_arrow{position:relative}.customer_check__imgs ._icon_arrow::before{content:'';width:105px;height:100%;position:absolute;top:0;right:-105px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico05.png) center center no-repeat}.customer_check__imgs p{margin-bottom:20px}.customer_check__imgs p._2line{height:48px}.customer_check__imgs ._img:nth-child(2n+1){margin-left:0}.customer_check__fullimgs ._p1{margin-bottom:35px}.customer_check__fullimgs ._p2{font-weight:700;margin-bottom:25px}.customer_check__fullimgs ._img{margin-bottom:30px}.customer_check__fullimgs ._pdf{text-align:center;margin-bottom:50px}.customer_check__fullimgs ._pdf a{width:90%;max-width:455px;font-size:17px;font-weight:700;display:inline-block;border:1px solid #433e33;padding:16px 5px 15px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico06.png) left 10% center no-repeat}.customer_check ._pdf2{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px}.customer_check ._pdf2 li{min-width:200px;margin-left:20px;margin-top:25px}.customer_check ._pdf2 a{font-size:17px;font-weight:700;display:block;border:1px solid #433e33;padding:16px 5px 15px 40px;text-align:center;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico06.png) left 15% center no-repeat}.customer_contact{margin-top:55px;text-align:center}.customer_contact_title{font-size:44px;line-height:120%;margin-bottom:10px}.customer_contact_text01{font-size:21px;font-weight:700;line-height:120%;margin-bottom:40px;letter-spacing:2px}.customer_contact_box{display:flex;flex-wrap:wrap;justify-content:center;max-width:997px;margin:0 auto}.customer_contact_box ._left,.customer_contact_box ._right{width:473px;background-color:#f2f2f2;padding:35px 45px 40px;position:relative}.customer_contact_box ._right::before{content:'';position:absolute;z-index:0;left:10px;top:10px;right:10px;bottom:10px;border:1px solid #ccc}.customer_contact_box ._p1{font-size:26px;font-weight:700;font-family:Arial,Helvetica,sans-serif;letter-spacing:2px;margin-bottom:5px}.customer_contact_box ._p1 .jp{font-size:22px}.customer_contact_box ._p2{font-size:16px;margin-bottom:20px}.customer_contact_box a{display:block;position:relative;z-index:1;letter-spacing:1px;padding:17px 20px 16px;color:#fff;font-weight:700}.customer_contact_box a ._icon01,.customer_contact_box a ._icon02{position:relative;padding-left:60px}.customer_contact_box a ._icon01::before,.customer_contact_box a ._icon02::before{content:'';width:40px;height:40px;position:absolute;left:0;top:-5px;background-position:center center;background-repeat:no-repeat}.customer_contact_box a ._icon01::before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico02.png)}.customer_contact_box a ._icon02::before{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/customer-ico03.png)}.customer_contact_box ._left ._p3 a{font-family:Arial,Helvetica,sans-serif;font-size:26px;background-color:#2f343a}.customer_contact_box ._right ._p3 a{font-size:22px;background-color:#ccc}
/*! secret story !*/
.secret_story{margin-bottom:100px}.secret_story .common_text01{font-size:28px}.secret_story .common_text02{margin-bottom:100px}.story_block_content{display:flex;flex-wrap:wrap;align-items:center;width:100%;max-width:1370px;padding-bottom:110px;margin:0 auto 105px;background-position:right bottom;background-repeat:no-repeat}.story_block_content._bg01{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/story-text01.png)}.story_block_content._bg02{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/story-text02.png)}.story_block_content._bg03{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/story-text03.png)}.story_block_content__img{width:660px}.story_block_content__content{width:550px;margin-left:35px}.story_block_content__content ._top{color:#810016;font-size:14px;margin-bottom:5px}.story_block_content__content ._title{color:#332b27;font-size:24px;font-weight:700;margin-bottom:25px}.story_block_content__content ._text{color:#433e33;text-align:justify}.story_block_fullimage{margin-bottom:75px}
/*! case study !*/
.case_study{margin-bottom:150px}.case_study .common_text01{padding-top:5px;margin-bottom:20px;letter-spacing:2px}.case_study .common_text01 span{padding:0 5px}.case_searchbox{max-width:1050px;margin:0 auto 70px}.case_searchbox__menu{display:flex}.case_searchbox__menu li{width:50%}.case_searchbox__menu a{display:block;padding:9px 5px 8px;text-align:center;color:#b89872;font-size:18.6px;font-weight:700;background-color:#f9f9f9;border-radius:20px 20px 0 0}.case_searchbox__menu li:hover a,.case_searchbox__menu li.active a{background-color:#f2f2f2;text-decoration:none}.case_searchbox__menu li span{padding-left:26px;background-position:left center;background-repeat:no-repeat;background-size:auto 20px;position:relative}.case_searchbox__menu ._ico_area{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/case-search-area.png)}.case_searchbox__menu ._ico_tag{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/case-search-tag.png)}.case_searchbox__content{background-color:#f9f9f9}.case_searchbox__tab{padding:55px 30px 45px}#case_searchby_tag.case_searchbox__tab{padding:65px 30px 32px}.case_searchby_area{display:flex;flex-wrap:wrap;justify-content:center}.case_searchby_area li{font-size:17px;font-weight:700;margin:0 10px 3px}.case_searchby_area li a{letter-spacing:1px;text-decoration:underline}.case_searchby_area li a:hover{text-decoration:none}.case_searchby_tag{display:flex;flex-wrap:wrap;justify-content:center}.case_searchby_tag li{font-size:17px;font-weight:700;margin:0 5px 15px;height:42px}.case_searchby_tag li a{padding:10px 5px 10px 70px;background-position:left center;background-repeat:no-repeat;background-size:auto 50px}.case_results_container{clear:both}.case_results__title{color:#211d16;font-size:24px;font-weight:700;line-height:120%;position:relative;padding-bottom:18px;margin-bottom:30px;letter-spacing:1px}.case_list+.case_results__title{margin-top:130px}.case_results__title::before,.case_results__title::after{content:'';width:100%;height:0;position:absolute;z-index:1;left:0;bottom:0;border-bottom-width:1px;border-bottom-style:solid}.case_results__title::before{z-index:2;width:16.26%;max-width:200px;border-bottom-color:#cab295}.case_results__title::after{border-bottom-color:#ebdfd3}.case_list{display:flex;flex-wrap:wrap}.case_item{width:603px;margin-left:24px;margin-bottom:30px}.case_item:nth-child(2n+1){margin-left:0}.case_item__img{margin-bottom:20px}.case_item__name{color:#000;font-size:18px;font-weight:700;line-height:130%;margin-bottom:5px;letter-spacing:1px}.case_item__tags{padding-left:20px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/case-search-tag.png) left -5px top 2px no-repeat;background-size:18px auto}.case_item__tags a{color:#b89872;letter-spacing:2px;margin-right:10px}.case_item__zipcode{font-size:14px}.case_item__address{font-size:14px}.case_item__googlemap{font-size:14px}.case_item__googlemap a{text-decoration:underline}.case_item__googlemap a:hover{text-decoration:none}.case_item__slidersimg{display:none;padding:0;background:#fff0}.case_item__sliders_close{color:#fff;font-size:17px;padding:0 0 0 37px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/case-slide-close.png) left center no-repeat;cursor:pointer}#case_item__slidersimg{display:none}.case_item__slidersimg{background:#fff0;max-width:100%}.case_item__slidersimg>.swiper-slide__content{position:absolute;top:0}.case_item__slidersimg .swiper{padding-top:50px;padding-bottom:50px}.case_item__slidersimg .swiper-slide{max-width:603px;height:282px}.case_item__slidersimg .swiper-horizontal>.swiper-pagination-bullets{bottom:20px}.case_item__slidersimg .swiper-pagination-bullet{width:12px;height:12px;background-color:#cccdcc}.case_item__slidersimg .swiper-pagination-bullet-active{background-color:#fff}.case_item__slidersimg .swiper-button-prev::after,.case_item__slidersimg .swiper-button-next::after{display:none}.case_item__slidersimg .swiper-button-prev,.case_item__slidersimg .swiper-button-next{width:50px;height:105px;background-color:rgb(26 26 26 / .65);background-position:center center;background-repeat:no-repeat;top:45%}.case_item__slidersimg .swiper-button-prev{left:405px;right:auto;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/case-slide-prev.png)}.case_item__slidersimg .swiper-button-next{left:auto;right:405px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/case-slide-next.png)}
/*! ir-explanation !*/
.ir_explanation{margin-bottom:100px}.ir_explanation .common_title01{margin-bottom:50px}.irex_chart_group{display:flex;flex-wrap:wrap;margin-bottom:30px}.irex_chart{margin-left:25px;margin-bottom:95px;position:relative}#ir_ex_chart01{width:510px}#ir_ex_chart02{width:560px}#ir_ex_chart03{width:560px}#ir_ex_chart04{width:490px}#ir_ex_chart05{width:503px}#ir_ex_chart06{width:515px}.irex_chart.ml70{margin-left:70px}.irex_chart_group .irex_chart:last-child{margin-bottom:20px}.irex_chart:nth-child(2n+1){margin-left:0}.irex_chart_data{margin-bottom:150px}.irex_chart_data table{border-top:1px solid #b3b3b3;border-left:1px solid #b3b3b3}.irex_chart_data thead th{font-size:18px;font-weight:700;text-align:center;background-color:#efefef;border-right:1px solid #b3b3b3;border-bottom:1px solid #b3b3b3;padding-top:14px;padding-bottom:10px}.irex_chart_data tbody th,.irex_chart_data tbody td{font-weight:700;border-right:1px solid #b3b3b3;border-bottom:1px dashed #b3b3b3;padding-top:18px;padding-bottom:17px}.irex_chart_data tbody th ._gr{display:flex;justify-content:space-between}.irex_chart_data tbody tr:last-child th,.irex_chart_data tbody tr:last-child td{border-bottom-style:solid}.irex_chart_data tbody th{font-size:17px;text-align:center;padding-left:25px;padding-right:10px;background-color:#f7f7f7}.irex_chart_data tbody td{font-size:20px;text-align:right;padding-right:25px;background-color:#fff}
/*! net rental !*/
.rental_service{margin-bottom:115px}.rental_service .common_text01{margin-bottom:20px}.rese_intro{display:flex;justify-content:center;margin-bottom:50px}.rese_intro li{display:flex;align-items:center;justify-content:center;width:195px;height:195px;color:#332b27;font-size:18.7px;font-weight:700;border:1px solid #332b27;border-radius:50%;background-color:#fffae9;margin:0 13px}.rese_group01{background-color:#fafafa;padding:65px 0 70px;margin-bottom:65px;position:relative}.rese_group01::after{content:'';width:0;height:0;border-left:44px solid #fff0;border-right:44px solid #fff0;border-top:38px solid #fafafa;position:absolute;bottom:-38px;left:47%}.rese_title01{color:gray;line-height:150%;font-weight:700;text-align:center;width:100%;max-width:1022px;margin:0 auto 55px;padding-bottom:35px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/common-bgtitle02.png) center bottom no-repeat}.rese_title01 .s1{color:#c2283a}.rese_title01 .s2{color:#1a1a1a;position:relative;bottom:-7px;margin:0 3px}.rese_group01_boxs{display:flex;flex-wrap:wrap}.rese_group01_box{width:80%;max-width:520px;margin-left:50px;margin-bottom:30px}.rese_group01_box:nth-child(2n+1){margin-left:0}.rese_group01_box h4{color:#534741;font-size:18px;font-weight:700;background-color:#efefef;text-align:center;padding:8px 0 6px}.rese_group01_box ul{display:flex;flex-wrap:wrap;padding:30px 20px 25px 40px;background-color:#fff;border-radius:0 0 25px 25px}.rese_group01_box ul li{min-width:230px;color:#000;font-size:18.75px;padding-left:35px;padding-right:10px;margin-bottom:15px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/rese-icon01.png) left center no-repeat}.rese_group01_box ul li:nth-child(23+1){margin-left:0}.rese_text01,.rese_text02{color:#000;padding-left:265px}.rese_text01{font-size:23px;font-weight:700;padding-bottom:15px;margin-bottom:10px;border-bottom:2px solid #ebebeb}.rese_text02{font-size:23px;font-weight:700;margin-top:-15px;margin-bottom:65px}.rese_text02 ._b{font-family:'Noto Sans CJK JP';font-size:48px;line-height:120%;margin-right:30px;letter-spacing:2px;position:relative;bottom:-10px}.rese_title02{margin-bottom:110px}.rese_title02b{background-color:#c69c6d}.rese_title02b::after{border-top-color:#c69c6d}.rese_group02__list{color:#000;margin-bottom:115px}.rese_group02__item{display:flex;flex-wrap:wrap;margin-bottom:55px}.rese_group02__item ._img{width:527px;margin-left:15px}.rese_group02__item ._content{width:450px;margin-left:43px;line-height:180%}.rese_group02__item ._content h4{font-size:27px;font-weight:700;margin:35px 0 10px}.rese_flow{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px}.rese_flow li{color:#4d4d4d;text-align:center;margin:0 55px 40px;position:relative}.rese_flow li::after{content:'';position:absolute;top:0;right:-110px;width:110px;height:80%;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/rese-icon02.png) center center no-repeat}.rese_flow li:last-child::after{display:none}.rese_flow li ._p1{font-size:26px;font-style:italic;font-weight:700;margin-bottom:5px}.rese_flow li ._p2{color:#333;font-size:74px;font-style:italic;font-weight:700;line-height:1;margin-bottom:15px}.rese_flow li ._p3{color:#c2283a;font-size:24px;font-weight:700;margin-bottom:5px}.rese_flow li ._p4{font-size:18px;font-weight:700}.rental_service_contact{background-color:#fafafa;padding:55px 0 110px;margin-bottom:110px}.rental_service_contact .customer_contact{margin-top:0}.rental_service_contact .customer_contact_title{font-style:italic;font-weight:700}.rental_service_contact .customer_contact_box ._left{background-color:#fff;border:1px solid #333}.rental_service_contact .customer_contact_box ._right{background-color:#e6e6e6;border:1px solid #e6e6e6}.rental_service_contact .customer_contact_box ._right ._p3 a{background-color:gray}.rental_service_contact .customer_contact_box ._right::before{display:none}.rental_service_instagram__title{color:#333;font-size:28px;font-family:Arial,Helvetica,sans-serif;text-align:center;margin-bottom:30px;line-height:1}.rental_service_instagram__title ._ico{padding:5px 0 5px 68px;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/rese-icon03.png) left center no-repeat}.rental_service_instagram__album{margin-bottom:50px}.rental_service_instagram__button{display:flex;justify-content:center;margin-bottom:40px}.rental_service_instagram__button li{margin:0 10px 20px}.rental_service_instagram__button a{color:#fff;font-size:19px;font-weight:700;padding:15px 5px;display:block;text-align:center}.rental_service_instagram__button ._btn1 a{width:277px;background-color:#333}.rental_service_instagram__button ._btn2 a{width:335px;padding-left:18%;background:#c2283a url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/rese-icon04.png) left 20% center no-repeat}
/*! fix !*/
.tablet{display:none}.ind_cases_list li a:hover{text-decoration:none}.environment_bl04_list>li{display:flex}.environment_bl04_list .__number{width:47px}.environment_bl04_list .__text{width:calc(100% - 47px)}.recruit_bl02_id07{width:1190px;margin:50px auto 0}.recruit_bl02_title .en{font-size:38px;color:#6C1513;margin-bottom:10px}.recruit_bl02_title_des{font-size:14px;color:#433E33;padding-bottom:10px;margin-bottom:20px;max-width:645px;border-bottom:1px solid #424242}.recruit_bl02_id07_table{margin-bottom:90px}.recruit_bl02_id07_table tr th,.recruit_bl02_id07_table tr td{padding-bottom:21px;padding-top:21px;border-bottom:1px solid #D8C0A7}.recruit_bl02_id07_table tr th{width:195px;color:#1A1A1A}.recruit_bl02_id07_table .__name{position:relative}.recruit_bl02_id07_table .__name:before{content:'';bottom:-22px;left:0;width:195px;position:absolute;border-bottom:2px solid #b89872}.recruit_bl02_id07_table tr td{padding-left:10px;color:#4D4D4D;font-size:16px}/*! *********************************************
 *     MEDIA QUERY CSS (max-width:1400px)
 ********************************************* !*/
 @media only screen and (max-width:1400px){.ind_top_thumb{background-size:auto}.ind_top_thumb::after{padding-top:936px}.subnavi{width:360px}.subnavi a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-circlearrow.png) center left 15px no-repeat,url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/icon-menu-arrow.png) center right 8px no-repeat;background-size:18px auto,15px auto;padding-right:25px;padding-left:60px}.subnavi [class*="_ico"]{background-size:55px auto}.tablet{display:inline-block}.foot_navi_col-5 .pc{display:none}.safari .foot_navi_col-5{width:200px}.service_network_item03{width:45%}.service_network_text02 .__big{width:185px;font-size:20px}.service_network_text02 .__text02{width:180px}}
/*! *********************************************
 *     MEDIA QUERY CSS (max-width:800px)
 ********************************************* !*/
 @media only screen and (max-width:800px){/*! common !*/
 .common_text01{margin-bottom:15px;padding:0 5%;font-size:125%}.common_text02{margin-bottom:50px;padding:0 5%}.main_title .fs24{font-size:110%}/*! generic page !*/
 .generic_text01{padding:0 2.5%;font-size:125%}.generic_text02{padding:0 2.5%;text-align:justify}.generic_text03{padding:0 2.5%;text-align:justify}.generic_title{margin:40px auto 50px;width:95%}.generic_title .en{margin-bottom:7px;min-width:300px;font-size:250%;letter-spacing:1px}.generic_title .jp{color:#333;font-size:115%}.generic_image_full{margin:0 -5% 35px;width:110%}.generic_subtitle01{margin-top:80px;margin-bottom:15px;padding:0 2.5% 10px;font-size:120%}.generic_block01{flex-direction:column-reverse!important;margin-bottom:30px}.generic_block01__content{padding:0 2.5%;width:100%}.generic_block01__content ._title{margin-top:0;margin-bottom:15px;font-size:120%}.generic_block01__image{margin:0 0 30px!important;width:100%}.generic_banner{margin:50px auto 150px}.generic_youtube__item{margin-bottom:50px!important;margin-left:0!important;width:100%!important}/*! common element | main visual title !*/
 .title_ir_ex .jp{font-size:130%}/*! common element | video !*/
 .video_group::after{padding-top:56.25%}/*! lineup !*/
 .lineup_bl01{position:relative;z-index:2;padding:0;height:auto}.lineup_bl01 .image{position:relative}.lineup_bl01 .image .smp{opacity:1}.lineup_txt{position:absolute;top:44%;left:0;transform:translateY(-50%);width:100%}.lineup_title01{padding-bottom:3px;font-size:320%}.lineup_text01{font-weight:700;font-size:115%;line-height:140%}.lineup_title{margin-bottom:15px;padding-bottom:10px;font-size:200%}.lineup_title:before{width:75%;max-width:300px}.lineup_text02{margin-bottom:25px;font-size:105%}.lineup_bl{margin-bottom:40px;width:100%}.lineup_bl li{margin-right:2%;margin-bottom:5px;width:49%}.lineup_bl li:nth-child(2n){margin-right:0}.lineup_bl li a{border:1px solid #ccc;background:rgb(249 248 247 / .78);padding:15px 0 10px 35%;font-size:95%}.lineup_bl li.icon06 a{padding-top:6px;padding-bottom:5px;line-height:130%}.lineup_bl li a::before{top:2px;left:5px;background-size:auto 100%;width:30%;height:45px}.lineup_bl li a{background:rgb(249 248 247 / .92)}.lineup_bl02 .container{padding-bottom:65px;width:100%}.lineup_bl02{margin-bottom:70px}.lineup_bl02_container{margin:0 auto;width:94%}.lineup_bl02_img{margin-bottom:30px}.lineup_title02{font-size:120%}.lineup_text03{margin-bottom:25px}.lineup_bl02_item,.lineup_bl02_item.w280{margin-right:4%;margin-bottom:30px;width:48%}.lineup_bl02_item.w280:nth-child(3n){margin-right:4%}.lineup_bl02_item:nth-child(2n),.lineup_bl02_item.w280:nth-child(2n){margin-right:0}.lineup_bl02_item:nth-child(3n){margin-right:4%}.lineup_bl02_item.__new .lineup_cate,.lineup_bl02_item.__new .lineup_text06,.lineup_bl02_item.__new .lineup_text07,.lineup_bl02_item.__new .lineup_text08{margin-left:0}.lineup_bl02_item.__new .lineup_cate::before{display:inline-block;position:relative;top:auto;left:auto;margin-right:10px}.lineup_cate a{padding:5px 10px 3px;font-size:85%}.lineup_text06{font-size:95%}.lineup_text06 .__text{padding-right:4%}.lineup_text06:before{top:8px;width:100%}.lineup_text07{margin-bottom:-1px;font-size:115%}.lineup_text08{padding-right:5px;font-weight:400;font-size:115%;word-break:break-all}.lineup_link a{background-position:right 15px top 23px;background-size:20px auto;padding:17px 50px 14px 15px;min-width:270px;max-width:100%;font-size:105%;letter-spacing:-.5px}.lineup_link.fs17 a{font-size:95%}.lineup_text07 .fs13{font-size:85%}.lineup{position:relative;z-index:2;margin-top:-34px;padding-top:30px;padding-bottom:50px}.lineup_bl02_item.w560{margin-right:0;margin-bottom:50px;width:100%}#lineup_id08 .lineup_link a{font-size:90%}.lineup_fix02 a{background-size:cover;font-size:100%}/*! service_network !*/
 .service_network_bg{margin-bottom:25px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/service-network-01smp.png);background-size:contain;padding:75px 0}.service_network_tit{margin-bottom:20px;padding-bottom:10px;font-size:110%}.service_network_des01{flex-wrap:wrap}.service_network_item02,.service_network_des01 .img{margin:0 auto;width:95%}.service_network_text01{position:relative;margin-bottom:15px;border-bottom:1px solid #EBDFD3;padding-bottom:10px;font-size:110%}.service_network_text01:before{position:absolute;bottom:-2px;left:0;background:#B89872;width:35%;height:2px;content:''}.service_network_tbl tr th{width:24%}.service_network_tbl tr th,.service_network_tbl tr td{line-height:160%}.service_network_map a{margin:0 auto;max-width:255px;font-size:105%}.service_network_bl02{flex-wrap:wrap}.service_network_item02{margin-bottom:30px}.service_network_border01:before,.service_network_border02:before{width:40%}.service_network_tit01{display:block;font-size:110%}.service_network_bl03{display:block}.service_network_text02 .__text01{display:flex;width:60%;max-width:235px}.service_network_bl03,.service_network_item03{width:100%}.service_network_text02 .__big{width:65%;font-size:105%}.service_network_text02{justify-content:flex-start;font-size:100%}.service_network_text02 .__text02{width:38%;max-width:140px}.service_network_tab{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.service_network_tab li{margin-bottom:6px;width:32%}.service_network_tab li a{display:block;background:#EFECE4;padding:5px 0;width:100%;color:#4D4D4D;font-size:100%;text-align:center}.service_network_tab li a.active{background:#333;color:#fff;text-decoration:none}.service_network_tabdes{display:none}.service_network_bl02,.service_network_block{margin-bottom:0;border-bottom:none;padding-bottom:0}.service_network_border01:before,.service_network_border02:before,.service_network_tit{display:none}#service_network_tab01 .service_network_tit,#service_network_tab01{display:block}.service_network_item02:nth-child(3n){margin-right:auto}.service_network_text02 .__small{font-size:95%}/*!  index  !*/
 .ind_banner_swiper_container.container{width:100%}.ind_banner_swiper{margin:50px 0 75px}.ind_banner_swiper .swiper-slide{width:65%}.ind_top_video{padding-bottom:84.25%;width:100%;height:0}.ind_top_video video{top:0;left:0;width:100%!important;height:100%!important}.ind_top{background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind01.jpg);background-position:center bottom;background-size:400%}.ind_top_thumb{background:none!important}.ind_top_thumb::after{padding-top:0}.ind_top>.container{width:100%;/*!  background-color: #fff;  !*/
}.ind_top_thumb .container{bottom:0;left:0;transform:none;/*!  justify-content: space-between;  !*/
 /*!  padding: 12% 0 0;  !*/
 width:100%}.ind_title{padding:0;width:67%;max-width:300px}.ind_top_btn{position:relative;bottom:-25px;flex-direction:column;margin:0 auto;background:none;padding:0;width:92%;max-width:420px}.ind_top_btn li{width:100%}.ind_top_btn li a{justify-content:center!important;margin-bottom:10px;background-size:cover!important;padding:4px;width:100%;height:48px;font-size:90%}.ind_top_btn li:nth-child(1) a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn04.png) center no-repeat}.ind_top_btn li:nth-child(2) a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn05.png) center no-repeat}.ind_top_btn li:nth-child(3) a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn06.png) center no-repeat}.ind_top_btn li a::after{content:none}.ind_top_btn li a span{font-size:90%}.ind_top_quality{position:relative;margin-top:0;background-size:auto;/*!  background: #a4112b url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind01.jpg) center bottom -38px no-repeat !important;  !*/
 padding:0 8% 19px}.ind_top_quality::after{position:absolute;top:0;left:0;/*!  background: #a4112b url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind01.jpg) center bottom 0 no-repeat !important;  !*/
 z-index:-1;width:100%;height:119%;content:''}.ind_top_quality>div{margin-left:0}.ind_top_quality .title{position:relative;left:0;margin-left:-17px;font-size:270%}.ind_top_quality .p1{font-size:140%;letter-spacing:0}.ind_top_quality .p2{margin-bottom:25px;font-size:95%}.ind_top_quality .btn{margin-left:-8px;padding:0;text-align:left}.ind_top_quality .btn a{background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn07.png) center left 25px no-repeat,url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind-btn03.jpg) center no-repeat;background-size:10px,cover;padding-left:31px;width:200px;height:60px;font-size:95%}.ind_top_slider{position:relative;top:auto;right:4%;margin-left:auto;width:70%;height:auto}.ind_lineup{width:100%}.ind_lineup_top{padding:0 15px;width:90%;text-align:left}.ind_lineup_p{justify-content:flex-start;margin-bottom:10px;padding:0;font-weight:700;font-size:120%}.ind_lineup_p::before{position:absolute;top:-2px;bottom:-10px;left:-12px;border-left:4px solid #a0112c;content:''}.title-char2::after{content:none}.ind_lineup_title{position:relative;padding:6px 8px 2px;font-size:200%;letter-spacing:-1px}.ind_topics{margin:0;background:#f2f2f2 url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind16.jpg) top center no-repeat;background-size:auto;padding:48px 0 20px}.ind_lineup_title::after{position:absolute;top:0;bottom:-2px;left:-12px;border-left:4px solid #ab9654;content:''}.ind_lineup_desc{margin:0 -8px 25px;font-size:95%}.ind_lineup_slider_swiper{margin-bottom:40px}.ind_lineup_slider_swiper .swiper-wrapper{padding-bottom:30px}.ind_lineup_slider_swiper .swiper-pagination{bottom:0!important}.ind_lineup_slider_swiper .swiper-slide{background-color:rgb(242 242 242 / .64);padding:0;width:78%}.ind_lineup_slider_swiper .item{padding:25px}.ind_lineup_slider_swiper .item h4{font-size:155%;letter-spacing:-2px}.ind_lineup_slider_swiper .item h4 span{padding-left:5px;font-size:100%}.ind_lineup_slider_swiper .item p{font-size:90%}.ind_lineup_slider_swiper .item .p1{font-size:95%}.ind_lineup_list{flex-direction:column}.ind_lineup_list .item{margin-bottom:8px;width:100%}.ind_lineup_list .item p{left:auto;transform:translateY(-50%);width:100%;font-size:100%;text-align:center}.ind_topics .container{flex-wrap:wrap;width:90%}.ind_topic_title{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0}.ind_topic_title h3{font-size:200%}.ind_topic_btn{margin-bottom:20px;width:100%}.ind_topic_btn a{background-image:none;padding:0 0 1%;width:100%;height:63px}.ind_topic_btn a::before{position:absolute;right:20px;bottom:11px;left:20px;border-bottom:1px solid #fff;content:''}.ind_topic_btn a .en{font-size:155%}.ind_topic_btn a .jp{font-size:90%}.ind_topic_slider_swiper{margin:0 auto;width:94%}.ind_topic_swiper .swiper-slide{padding:0 20px}.ind_topic_swiper .swiper-wrapper{padding-bottom:38px}.ind_topic_item ._cate{font-size:90%}.ind_topic_item ._cate span{padding-top:1px;height:25px;font-weight:400;font-size:95%}.ind_topic_item ._title{font-size:100%}.ind_topic_item ._date{font-size:90%}.ind_support{margin-bottom:35px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind25s.jpg);background-size:cover;padding-top:70px;padding-bottom:25px;height:auto}.ind_support::before{bottom:0}.ind_support_title{margin-bottom:45px}.ind_support_title .jp{display:block;margin-bottom:7px;font-size:90%}.ind_support_title .en{font-size:200%}.ind_support_swiper .swiper-wrapper{padding-bottom:40px}.ind_support_swiper .swiper-slide{padding:0 8px;width:72%}.ind_support_item{margin-bottom:0;padding-bottom:0}.ind_support_item ._p{margin-left:-12px;font-size:88%}.ind_support_item ._p::after{border-radius:6px 0 6px 6px}.ind_support_item ._title{font-size:120%}.ind_support_item ._desc{font-size:85%;letter-spacing:-1px}.ind_support_item ._btn a{border-color:#ccc;border-radius:8px;width:85%;height:40px;font-size:95%}.ind_cases{margin-bottom:60px}.ind_cases .container{width:90%}.ind_cases_title{margin-left:0;width:100%}.ind_cases_title h3{margin-bottom:10px;font-size:200%;line-height:1}.ind_cases_title p{margin-bottom:20px;font-size:95%}.ind_cases_list{position:relative;top:auto;left:auto}.ind_cases_list li .txt{font-size:90%}.ind_about_row{width:100%}.ind_about_title{margin:0 auto 15px;width:90%;font-size:200%;text-align:left}.ind_about_item{position:relative;background:none!important;height:auto}.ind_about_item::before{position:absolute;top:0;left:0;background:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/ind30.png) center no-repeat;background-size:cover;width:100%;height:100%;content:''}.ind_about_item .container{position:absolute;top:50%;transform:translateY(-50%);padding-left:0;width:100%}.ind_about_item ._txt{max-width:none;text-align:center}.ind_about_item ._title{margin-bottom:8px;font-size:120%}.ind_about_item ._desc{margin-bottom:12px;font-size:95%;line-height:1.4}.ind_about_item ._btn a{height:38px;font-size:95%}.ind .swiper-pagination-bullet{opacity:1!important;background-color:#bfbfbf}.ind .swiper-pagination-bullet-active{background-color:#666}.ind_mark img{width:82%}/*! company-profile !*/
 .container_1160{width:95%}.company_profile_tbl01 tr th,.company_profile_tbl01 tr td,.company_profile_tbl02 tr th,.company_profile_tbl02 tr td{border:none;background-color:#fff0}.company_profile_tbl01 tr:first-child th,.company_profile_tbl01 tr:first-child td,.company_profile_tbl02 tr:first-child th,.company_profile_tbl02 tr:first-child td{border-top:1px dotted #333;padding-top:15px}.company_profile_tbl01 tr:last-child th,.company_profile_tbl01 tr:last-child td{border-bottom:1px dotted #333;padding-bottom:15px}.company_profile_tbl01 tr th,.company_profile_tbl01 tr td{border-bottom:1px solid #000;padding-top:15px;padding-bottom:11px}.company_profile_tbl01 tr th{background:none;padding-left:3%;width:30%;font-size:105%;letter-spacing:0}.company_profile_tbl01 tr td{padding-right:2%;padding-left:3%;font-size:100%;line-height:155%}.company_profile_text01{display:flex;margin-bottom:10px}.company_profile_list01 li{width:100%}.company_profile_bl01{margin-bottom:50px}.company_profile_list02{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin:0 auto 30px;margin-bottom:40px;max-width:500px}.company_profile_list02 li a{font-size:105%}.company_profile_list02 li{margin-right:2%;margin-bottom:10px;width:49%}.company_profile_list02 li:nth-child(2n){margin-right:0}#company_profile_a1{border-top:none}.company_profile_tbl02 .fs34{padding-left:3%;padding-left:3%;width:54%;width:52%;font-size:135%;letter-spacing:1px}.company_profile_tbl02 tr th{width:25%}.company_profile_tbl02 tr th,.company_profile_tbl02 tr td{border-bottom:1px solid #000;padding-top:15px;padding-bottom:15px;line-height:160%}.company_profile_tbl02 .fs21{padding-left:10px;width:40%;font-size:105%;letter-spacing:2px}.company_profile_tbl02 tr td{font-size:100%}.company_profile_bl02{padding-bottom:60px}/*! message !*/
 .message{margin-bottom:60px}.message_bg{margin-bottom:40px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img01smp.png);padding:145px 0}.message_bgtop{position:static;top:0;right:0;margin-bottom:20px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img02smp.png);background-size:cover;padding:100px 0;width:100%;height:auto}.message .container_1160{margin:0 auto;width:90%}.message_title01{margin-bottom:20px;font-size:110%}.message_bl01_item{display:flex;flex-wrap:wrap;letter-spacing:0}.message_bl01_des{width:100%}.fs18{font-size:120%}.message_bl01{margin-bottom:25px;padding-top:5px}.message_title02{margin-bottom:25px;font-size:135%}.message_list .__number{font-size:120%}.message_list dt{margin-bottom:13px;padding-bottom:13px;font-size:110%}.message_bl02{margin-top:-90px;background-image:url(https://shinpo.jp/wp-content/themes/shinpo/css/../../../uploads/message_img07smp.png);background-size:cover;padding:405px 0 640px}.message_title .en{font-size:150%;line-height:130%}.message_title .jp{font-size:95%}.message_title{margin-bottom:55px;padding-bottom:15px;width:60%}.message_bl02_item{flex-wrap:wrap}.message_bl02_item li{padding-bottom:20px;padding-left:35px;width:100%;font-size:120%}.message_bl02 ._font21{font-size:100%;line-height:170%}.message_bl02_item li:before{top:-6px;background-position:right top;background-size:contain;width:18px;height:27px;text-align:right}.message_bl02_item li:nth-child(2),.message_bl02_item li:last-child{padding-left:35px}.message_title03{margin:0 auto 20px;padding-bottom:10px;width:70%}.message_title03 .en{font-size:160%;line-height:140%}.message_title03 .jp{font-size:95%}.message_bl03{padding-bottom:35px}.message_bl03_des{font-size:100%;line-height:160%}.message_bl03_des ._number{padding-right:3%}.message_bl03_des p{margin-bottom:7px}.message_bl03_des .__bg:before{top:-3px;left:-8px;background-size:contain;width:12px;height:10px}/*! environment !*/
 .environment .main_title{margin:0;border-bottom:0;padding-bottom:15px;text-align:left}.environment_bl_des01{font-size:105%;text-align:left}.environment .container{width:90%}.environment_bl_des02{text-align:left}.environment_bl01{border-radius:15px;padding:7% 3%;width:100%}.environment_bl01 li{padding-bottom:15px;font-size:100%}.environment_bl01_small{padding-top:15px;padding-right:3%;padding-left:30px;text-align:justify}.environment_bl01_small li{padding-bottom:10px;letter-spacing:0}.environment_bl01_small .fs16{font-size:100%}.environment_bl02{margin-bottom:35px}.environment_bl03{width:100%}.environment_title01{margin-bottom:20px;padding-top:60px;font-size:115%}.environment_title01:before{background-size:100%;width:50px;height:50px}.environment_bl03_item{width:24%}.environment_bl03_item .__des{font-size:95%}.environment_bl03_content{margin-bottom:25px}.environment_bl03_des{margin-bottom:30px;padding:20px 15px}.environment_bl04_list{border-radius:20px;padding:30px 23% 30px 4%;width:100%}.environment_bl04_list li{padding-bottom:20px;font-size:100%;line-height:160%}.environment_bl04_list li:before{right:-68px;background-size:100%}.environment_bl04_list_small{padding-left:0}.environment_bl04_list li.icon02:before{top:0}.environment_bl04_list_small li{padding-top:0;padding-bottom:10px}/*!  uwabiki  !*/
 .page-id-372 .main_visual2_txt ._title{font-size:200%}.c_product{padding-bottom:80px;width:100%}.c_product_lineup{margin-bottom:0;padding-bottom:0!important}.c_btn{border-width:2px;border-radius:0;background-position:center right 8%;background-size:16px;padding-top:1%;padding-right:6%;max-width:230px;height:44px;font-size:100%}.c_product::before{top:-40px;background-size:100% auto}.c_product_title .en{margin-bottom:12px;font-size:330%}.c_product_title .en::after{border-bottom:2px solid #000;width:295px}.c_product_title .jp{font-size:125%;letter-spacing:0}.c_product_title .jp .s{padding-top:2px;font-size:80%}.c_product_title2{flex-direction:column;margin-bottom:25px;text-align:center}.c_product_title2 .en{margin-bottom:12px;font-size:220%;font-size:330%;text-transform:uppercase}.c_product_title2 .en::after{position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-bottom:2px solid #000;width:295px;content:''}/*! .c_product_title2 .en::after {
        width: 200px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        border-bottom: 1px solid #000;
        transform: translateX(-50%);
    } !*/
 .c_product_title2 .jp{align-self:center;padding:0;font-size:95%;font-size:125%;letter-spacing:0}.c_product_lineup_item,.c_product_lineup_item_row{flex-direction:column;width:100%!important}.c_product_lineup_item_row{margin:0!important}.c_product_lineup_item{margin:0 0 35px!important}.c_product_lineup_item._item-bg1,.c_product_lineup_item._item-bg2,.c_product_lineup_item._item-bg3{background-position:center;background-size:78% auto}.c_product_lineup_list{flex-wrap:wrap;max-width:425px}.c_product_lineup__image{position:relative!important;top:auto!important;margin:0 0 25px!important;width:100%!important}.c_product_lineup__image img{position:absolute;opacity:0}.c_product_lineup__image>div{position:absolute;top:0;left:0;background-position:center;background-size:contain;background-repeat:no-repeat;width:100%;height:100%}.c_product_lineup__image::after{display:block;padding-top:84%;content:''}.c_product_lineup__image img{/*!  height: 230px;  !*/
 margin:0 auto!important;width:100%;height:100%}.c_product_lineup__desc{margin:0 auto 15px!important;padding:0!important;width:80%;max-width:none!important}.c_product_lineup__p1{margin-bottom:10px!important;font-size:105%!important}.c_product_lineup__p1 .s{padding-right:10px!important}.c_product_lineup__p1 .s::after{top:50%}.c_product_lineup__title{margin-bottom:8px!important;font-size:130%!important}.c_product_lineup__p2{margin-bottom:6px!important;font-size:110%!important}.c_product_lineup__p3{font-size:75%}.c_product_case,.c_product_related{width:100%}.c_product_title{margin-bottom:30px!important}.swiper-menu{position:relative;top:auto;left:10%;padding-bottom:10px;width:80%}.swiper-menu .swiper-pagination{position:relative;bottom:auto!important;left:auto!important}.c_product .swiper-menu .swiper-menu-title .s{display:none}.c_product .swiper-menu .swiper-menu-title{display:flex;justify-content:center;align-items:center;margin:0 auto 12px!important;background:#ddd8cc!important;padding:14px;height:auto!important;font-size:100%;text-align:center}.c_product .swiper-menu .swiper-menu-title .ml40{margin-left:0}.swiper-menu .swiper-menu-title.swiper-pagination-bullet-active,.swiper-menu .swiper-menu-title:hover{background:#6c1513!important;color:#ffffff!important}.c_product .swiper-menu .swiper-pagination-bullet:only-child{color:#fff!important}.c_product .swiper-menu .swiper-pagination-bullet:only-child .c-red{color:#fff}.c_product_case_item{padding:0 4px}.c_product_related_list .swiper-slide{padding:0;width:70%!important}.c_product_related_list .swiper-slide a{height:auto}.c_product_related_list .swiper-slide a::after{display:block;padding-top:122%;content:''}.c_product_related_list .swiper-slide a img{width:100%;max-width:75%}.c_product_spec{margin-bottom:50px;width:90%}.c_product .swiper-pagination-bullet{margin:0 6px!important;width:6px;height:6px}.c_product_spec .c_product_title2{margin-bottom:40px}.c_product_spec_table{margin-bottom:0}.c_product_spec .swiper-pagination{bottom:22px!important}.c_product_spec .table{border-width:1px 0;border-style:dotted;font-size:100%}.c_product_spec .table tr{border-bottom-width:1px}.c_product_spec .table th{padding:12px 3px 10px;width:100px;font-weight:700;font-size:87%}.c_product_spec .table td{padding:12px 2px 10px}.c_product_feature_list{margin:0;padding:0}.c_product_feature_image{margin-bottom:25px}.c_product_feature_image img{width:100%}.c_product_feature_slide{margin:0 auto;width:70%}.c_product_feature_slide_item{display:flex;flex-direction:column;border:1px solid #9d9b99;border-radius:7px;background-color:#fff;padding:25px}.feature_swiper-wrapper{padding-bottom:35px}.feature_swiper2{padding-bottom:45px!important}.feature_swiper2-wrapper{margin:0!important}.feature_swiper2-slide,.feature_swiper2-wrapper._col2 .feature_swiper2-slide{padding:0;width:100%!important}.feature_swiper2 .swiper-pagination{display:block}.c_product_feature_slide_item ._title{position:relative;margin:0 10px 15px;border-bottom:1px solid #bfbab4;padding-bottom:6px;font-size:117%;text-align:center}.c_product_feature_slide_item ._desc{margin-bottom:17px;font-size:85%;line-height:1.35;text-align:center}.c_product_feature_slide_item ._image{order:-1;margin-bottom:15px}.c_product_feature_slide_item ._image img{width:100%}.feature_swiper>.swiper-pagination{display:none}.c_product_spec .round_tbl01 tr td{width:auto;word-break:break-word}.c_product_lineup_item:before{top:61%!important;right:0!important;bottom:auto!important;left:0!important;transform:translateY(-50%);background-position:center;background-size:contain}.c_product_lineup_item:before{width:88%!important;height:160px!important}.round_bl01 .c_product_lineup_item_row{flex-wrap:wrap;margin-left:0}.round .c_product_lineup{margin-bottom:10px}.round_text{margin-top:3px;padding:0;width:102px;font-size:80%}.c_product_feature_txt{position:relative;top:0;margin-bottom:30px;width:90%}/*! wagon !*/
 .lineup_text01.fs26{font-size:90%}.c_product_lineup_item.w425 .c_product_lineup__title{letter-spacing:0}/*! recruit !*/
 .recruit_title .fs38{font-size:240%}.recruit_pd01{margin-bottom:10px;border-bottom:none;padding-bottom:10px;max-width:100%;text-align:left}.recruit_pd01 .en{margin-bottom:0;border-bottom:none}.recruit_text01 .__text01{margin-bottom:10px;font-size:100%}.recruit_btn01{margin-bottom:40px;border-radius:7px}.recruit_text01 .__text02{margin-bottom:20px;text-align:left}.recruit_bl01_item{margin-right:2%;width:49%}.recruit_smp{display:block;background:#DDD8CC;padding:10px 0;width:100%;text-align:center}.recruit_bl01_item:nth-child(2n){margin-right:0}.recruit_bl01_item:nth-child(3n){margin-right:2%}.recruit_bl01{margin:0 auto 35px;width:95%}.recruit_bl01_item:last-child{margin-right:0}.recruit_click.active .recruit_smp{background:#333;color:#fff}.recruit_bl02_img02{right:0;bottom:-95px;left:0;margin:0 auto;width:80%}.recruit_bl02_img:before{right:0;left:0;margin:0 auto;background-size:100%;width:80%;max-width:300px;height:136px}.recruit_bl02_img{margin-bottom:120px}.recruit_bl02_container{margin:0 auto;padding-left:0;width:95%}.recruit_bl02_text01{margin-bottom:25px;text-align:center}.recruit_bl02_text01 .__red{padding-bottom:5px;font-size:95%}.recruit_bl02_text01 .__text01{font-size:130%}.recruit_bl02_text01 .fs14{font-size:75%}.recruit_bl02_list dt{margin-bottom:20px;padding-bottom:15px;font-size:120%}.recruit_bl02_list dd{padding-bottom:35px}.recruit_bl02_list dt:before,.recruit_bl02_list dd:before{width:40px;height:40px;font-size:20px;line-height:40px}.recruit_bl02_list dt,.recruit_bl02_list dd{padding-left:50px}.recruit_bl02_text02{padding-bottom:5px;font-size:110%;letter-spacing:0}.recruit.c_product{padding-bottom:40px}.recruit_slide .swiper-slide{margin-right:auto;overflow:unset}.recruit_slide .swiper-slide a:before{display:none}.recruit_slide .swiper-slide:nth-child(2n){margin-top:0}.recruit_blflex{flex-wrap:wrap;width:100%}.recruit_text01{margin:0 auto;width:95%}.recruit_slide{margin-bottom:5px}.recruit_slide .swiper-wrapper{padding-bottom:40px}.recruit_slide .swiper-pagination-bullet{width:8px;height:8px}/*! entry-form !*/
 .entry_form{padding-top:50px}.entry_form{width:95%}.entry_form_title .__title{font-size:170%}.entry_form_title .__text01 a{font-size:110%}.entry_form_title .__small{padding-bottom:0;font-size:80%;letter-spacing:1px}.entry_form_title .__tab .__text01:first-child::before{top:5px;right:-25px;height:40px}.entry_form_title .__tab{top:5px;width:42%}.entry_form_title{margin-bottom:15px}.entry_form_des{padding-bottom:30px}.entry_form_tbl tr th,.entry_form_tbl tr td{display:block;padding:15px 0}.entry_form_tbl tr th{border-bottom:none;width:100%;font-size:110%}.entry_form_tbl tr td{padding-left:0}.entry_form_tbl tr th span{margin-right:20px;width:auto}.entry_form_tbl .require{display:inline-block;float:none;font-size:95%}.entry_form_tbl select,.entry_form_tbl textarea{padding-left:20px}.entry_form_tbl select{width:80%;max-width:290px;height:50px;font-size:95%}.entry_form_tbl textarea{padding:10px;width:100%;height:160px}.entry_form_tbl .bordernone th{padding-bottom:15px}.entry_form_file{margin-bottom:10px;background-size:100%;width:75%;max-width:295px}.entry_form_tbl .bordernone .__note{top:0}.entry_form_tbl .__note{padding-left:0;font-size:95%}.entry_form_tbl .__create_pdf{margin-bottom:10px;width:70%;max-width:290px}.entry_form_policy{margin:0 auto 70px;margin-bottom:30px;padding:20px 3%;width:100%;height:175px}.entry_form_policy_title{margin-bottom:10px;font-size:100%}.entry_form_check label{margin:0 2%}.entry_form_submit{width:100%;max-width:325px}.entry_form_submit input{padding:20px 10% 20px 0;width:100%;font-size:100%}.entry_form_submit:before{top:19px;right:35px}.entry_form_text03{margin:0 auto 30px;padding:15px 0;width:90%;font-size:110%}.entry_form_text04 a{font-size:130%}.entry_form_text04{margin-bottom:50px}.entry_form_check{font-size:105%}.entry_form_check .wpcf7-list-item{width:45%}/*! work-contents !*/
 .environment_bl_des01.fs24{margin-bottom:15px;font-size:110%}.work_contents{margin-top:0}.work_contents_img{margin:0 auto 20px;width:90%}.work_contents_title,.work_contents_title .__title{display:block}.work_contents_title .__number{display:none}.work_contents_bl{margin-bottom:100px;width:90%}.work_contents_title .__big{font-size:115%}.work_contents_title .__small{padding-left:0;font-size:90%}.work_contents_title{margin-bottom:20px;padding-bottom:10px}.work_contents_des{flex-direction:column-reverse;text-align:left}.work_contents_des .img{margin-bottom:15px;width:100%}.work_contents_des .__des{width:100%}.work_contents_des .__title{margin-bottom:15px;font-size:110%}.work_contents_item{margin-bottom:30px}.product_lineup_list{flex-wrap:wrap;margin:0 auto;padding-top:0!important;padding-bottom:40px;max-width:480px}.product_lineup_row{margin:0;padding:0 8px}.product_lineup_item{flex-direction:column;margin:0 0 30px!important;width:100%}.product_lineup__image{position:relative;top:auto;margin:0 0 15px;width:100%}.product_lineup__image.mt-35per{margin-top:-35%}.product_lineup__image img{position:absolute;opacity:0}.product_lineup__image>div{position:absolute;top:0;left:0;background-position:center;background-size:contain;background-repeat:no-repeat;width:100%;height:100%}.product_lineup__image::after{display:block;padding-top:75%;content:''}.product_lineup__image img{margin:0 auto;width:100%;height:100%}.product_lineup__desc{margin:0 auto 15px;padding:0!important;width:80%;max-width:none}.product_lineup__p1{margin-bottom:10px;font-size:105%}.product_lineup__p1 .s{padding-right:10px}.product_lineup__p1 .s::after{top:50%;width:500px}.product_lineup__title{margin-bottom:8px;font-size:130%}.product_lineup__p2{margin-bottom:6px;font-size:110%}.product_lineup__p3{font-size:75%}.product_lineup__p4{text-align:justify}.product_lineup_swiper{margin:0}.product_lineup_swiper .swiper-pagination{bottom:15px!important}.product_lineup_swiper .swiper-button-next,.product_lineup_swiper .swiper-button-prev{background-size:9px auto;width:38px;height:38px}.product_lineup_swiper .swiper-button-prev{left:6px}.product_lineup_swiper .swiper-button-next{right:6px}.product_lineup_list._col2{max-width:480px}.product_lineup_list._col2 .product_lineup_item{flex-direction:column;margin:0 0 30px!important;width:100%}.product_lineup_list._col2 .product_lineup__image{width:100%}.c_product_case_list_s .swiper-slide{padding:0;width:70%!important}.sns{padding:55px 60px}.sns li{margin:0 8px;width:40px}/*! news-list !*/
 .news_list_category{flex-wrap:wrap;margin:0 auto 45px;padding:10px 0}.news_list_category li{margin:0 2%}.news_list_category li a{font-size:95%}.news_list_item{margin:0 auto 30px;width:90%}.news_list_text01 .__new a{padding-top:2px;font-size:90%;line-height:1.2}.news_list_text01 .__cate a,.news_list_text01 .__date{font-size:90%}.news_list_itemtext{margin-bottom:10px;font-size:100%}.news_list_link a{font-size:100%}.news_list_item:nth-child(3n+1){margin:0 auto 30px}.news_list_pagination{max-width:245px;font-size:100%}.news_list_pagination a.prev:before,.news_list_pagination a.next:before{top:-3px;background-size:100%;width:28px;height:28px}.news_list_pagination a.prev{padding-left:40px}.news_list_pagination a.next{padding-right:40px}.news_list_page{margin:0 20px}.news_list{padding-bottom:70px}/*! news-detail !*/
 .news_detail_content{padding-bottom:40px;width:100%}.news_detail{flex-wrap:wrap;padding-top:35px;padding-bottom:50px}.news_detail_title{margin-bottom:15px;padding-bottom:10px;font-size:110%}.news_detail_content .news_list_text01{margin-bottom:20px}.news_detail_content .news_list_text01 .__new{margin-right:10px}.news_detail_content .news_list_text01 .__cate a{margin-right:10px}.news_detail_content p{font-size:100%;line-height:160%}.news_detail_item{margin:0 auto 10px;width:85%}.news_detail_item:nth-child(2n){margin-left:auto}.news_detail_list{width:100%}.news_detail_listnew .__title{margin-bottom:10px;padding-right:5%;font-size:105%;line-height:160%;letter-spacing:0}.news_detail_listnew .__date{font-size:95%}.news_detail_listnew{padding-bottom:40px}.news_detail .news_list_pagination{margin-top:45px;max-width:230px}/*!  IR  !*/
 .page-id-600 .title .jp,.page-id-614 .title .jp{font-size:150%}.IR{padding-top:0}.IR .common_title01 .en{margin-bottom:30px}.IR_calendar_table{margin-bottom:40px;overflow-x:auto}.IR_calendar .table th{width:100px;font-size:100%}.IR_calendar .table thead .second_line td{padding:7px 0}.IR_calendar .table tbody th{padding:12px 5px}.IR_calendar .table tbody td p{margin-left:10px;font-size:85%}.IR_info_title{margin-bottom:14px;font-size:115%}.IR_calendar .table{margin-bottom:8px;width:725px;font-size:95%}.IR_news .table th{display:block;padding:15px 0 10px;width:100%}.IR_news .table th::after{content:none}.IR_news .table td{display:block;padding:0 0 12px;width:100%}.IR_news .table{margin-top:-9px;margin-bottom:35px;font-size:95%}.IR_news ._cate{margin-right:20px}.IR_news ._title{align-items:flex-end;font-size:105%}.IR_news ._link{background-position:center right;background-size:auto 4px;padding:2px 27px 2px 2px;width:100px;font-size:95%}.IR_info_banner{margin-bottom:30px}.IR_message_title{margin-bottom:15px;padding-top:10px;font-size:105%}.IR_p{margin-bottom:40px}.IR_notice .IR_p{margin-bottom:25px;padding-top:10px}.IR_notice_link{margin-bottom:50px}.IR_notice_link a{background-position:center right 6%;background-size:19px auto;width:250px;height:45px;font-size:95%}.IR_bottom{flex-wrap:wrap;justify-content:center;padding:20px 0 100px;text-align:center}.IR_bottom p{margin:0 0 10px}.IR_report_list{padding-top:25px;padding-bottom:25px}.IR_report_title{display:inline-flex;margin-bottom:8px;background-color:#f2f2f2;padding:10px 12px;font-size:115%}.IR_report_list table{margin-bottom:50px;font-size:95%}.IR_report_list table th{display:block;padding:15px 6px 2px;width:100%}.IR_report_list table th::after{content:none}.IR_report_list table td{display:block;padding:0 6px 12px;width:100%}.IR_report_list table td ._title{align-items:flex-end;font-size:105%}.IR_report_list table td ._link{background-position:center right;background-size:auto 4px;padding:2px 27px 2px 2px;width:100px;font-size:95%}/*! contact !*/
 .contact_thanks_text{margin:0 auto 50px;padding:15px 0;width:90%;font-size:120%}.contact_thanks_back{font-size:115%}.contact_thanks_back a:before{top:-6px;left:-50px;background-size:100%;width:35px;height:35px}.contact_thanks{padding-bottom:70px}.contact_des{margin-bottom:25px}.contact_tbl .require{display:inline-block;position:relative;top:0;right:0;margin-left:10px;padding:4px 0;width:60px;font-size:95%;line-height:100%;text-align:center}.contact_tbl th,.contact_tbl td{display:block;padding:15px 0;width:100%}.contact_tbl td{padding-right:0;padding-left:2%;line-height:165%}.contact_tbl .checkbox{margin-right:3%}.contact_tbl input[type="text"],.contact_tbl input[type="email"]{padding:12px 0 12px 5px;max-width:400px;font-size:95%}.contact_tbl_text01{font-size:95%}.contact_tbl_text02{position:static;bottom:0;left:0;padding-top:5px;letter-spacing:0}.contact_tbl_select01{width:80%;max-width:300px;font-size:95%}.contact_tbl_text03{margin-bottom:10px;font-size:100%}.contact_tbl_text04{margin-bottom:35px;padding-bottom:4px;font-size:90%;letter-spacing:1px;text-align:left}.contact_tbl textarea{padding:3%;width:100%;height:200px;font-size:90%}.advert_note__bl{margin:0 auto 50px;width:100%;height:175px}.advert_form-check-acceptance label:first-child{margin-right:5%}.contact_btn{width:75%;max-width:300px}.contact_btn input{padding:15px 0 16px;font-size:100%}.contact{padding-bottom:70px;max-width:565px}.contact_tbl tr:last-child th,.contact_tbl tr:last-child td{padding-top:25px}.contact_tbl th{vertical-align:top;border-bottom:none;padding-bottom:0;width:100%;font-size:100%}.advert_form-check-acceptance .wpcf7-list-item{margin-right:5%;margin-left:0}.contact_tbl .wpcf7-not-valid-tip{position:relative}.contact_tbl .wpcf7-list-item{display:block;margin-right:0;margin-left:0}/*! faq !*/
 .faq .common_title01{margin-bottom:35px}.faq_ankerlink{flex-wrap:wrap;justify-content:left;margin-bottom:40px}.faq_ankerlink li{margin:5px 20px;font-size:105%}.faq_title{padding-bottom:15px;font-size:120%;letter-spacing:1px}.faq_list dt,.faq_list dd{padding-left:55px}.faq_list dt:before,.faq_list dd:before{width:35px;height:35px;font-size:105%;line-height:35px}.faq_list dt{background-position:top 24px right 20px;background-size:20px;padding-top:25px;padding-bottom:20px;font-size:105%}.faq_list dt:before{top:17px}.faq_list{margin-bottom:60px}.faq_list dt.collapse{background-position:top 36px right 20px}/*! total support !*/
 .total_support_text01{margin-bottom:20px;font-size:120%}.total_support_text02{margin-bottom:50px}.total_support_title01{margin-bottom:70px;padding:10px 5px;font-size:120%}.total_support_title01::after{bottom:-25px;left:47%;border-top:25px solid #a4112b;border-right:20px solid #fff0;border-left:20px solid #fff0}.total_support_steps{justify-content:center}.total_support_step{margin-left:10%;border-width:2px;padding:15px 25px 30px;width:45%;max-width:230px}.total_support_step:nth-child(4n+1){margin-left:10%}.total_support_step:nth-child(2n+1){margin-left:0}.total_support_step:nth-child(2n+2)::after{display:none}.total_support_step::after{right:-60px;width:40px}.total_support_step ._step{margin-bottom:20px;font-size:130%;line-height:160%}.total_support_step ._step ._num{font-size:180%;letter-spacing:1px}.total_support_step ._txt{margin-bottom:15px;font-size:110%}.total_support_phases{padding-top:45px}.total_support_phase{position:relative;margin-bottom:20px;padding-bottom:20px;padding-left:15%}.total_support_phase::after{width:10%}.total_support_phase ._phase{font-size:120%}.total_support_phase ._title{margin-bottom:20px;font-size:100%}.total_support_phase ._title ._b{font-size:110%}.total_support_phase ._img{margin-left:0;width:100%}.total_support_phase ._box{padding:25px 5%}.total_support_phase ._box h5{padding:5px 5%;min-width:200px;font-size:110%;text-align:justify}.total_support_phase ._box p{margin-left:0;padding:0 10px}/*! net-tongs !*/
 .neto_text01{font-size:125%}.neto_text02{margin-bottom:50px}.neto_group01__content_box{margin:0 auto 100px!important}.neto_group01__content_box:last-child{margin-bottom:0!important}.neto_group01__content_box::before{top:-100px;left:auto;width:100%;height:80px}.neto_group01__content_box h4{font-size:115%}.neto_group01__content_box ul{padding:10px 8% 30px;font-size:115%;line-height:160%}.neto_title01{margin-bottom:40px;padding-bottom:30px;width:80%;max-width:405px}.neto_title01 ._num{font-size:80px}.neto_title01 ._txt ._s{font-size:90%}.neto_title01 ._txt ._b{font-size:200%}.neto_group02{margin-bottom:80px}.neto_group02_item{margin-bottom:20px}.neto_group02_item__img{width:40%}.neto_group02_item__content{width:55%}.neto_group02_item__content ._point{margin-top:0;font-size:95%}.neto_group02_item__content ._title{font-size:130%}.neto_group03_content{margin:0 auto 65px;padding:25px 7% 10px}.neto_group03_content ._title{padding:7px 5% 6px;min-width:200px;font-size:120%}.neto_group03_content ._img{margin:0 auto 30px!important;width:70%}.neto_group03_content._2item ._img{width:85%}.neto_title02{font-size:40px}.neto_group04_block01{margin-bottom:40px}.neto_group04_block01 ._img{margin-top:10px;width:45%}.neto_group04_block01 ._txt{width:50%}.neto_group04_block01 ._txt1{font-size:90%}.neto_group04_block01 ._txt2{font-size:110%}.neto_group04_block02{padding:25px 5% 20px}.neto_group04_block02 ul li{margin-left:5%;width:30%}.neto_group04_block02 ul li p{font-size:100%}/*! manual download !*/
 .manual_download{margin-bottom:100px}.manual_btn a{padding:15px 5px;font-size:115%}/*! system !*/
 .system .common_text02{margin-bottom:50px}.system_img01{margin-bottom:80px}.system_block01{margin:0 5% 65px;padding:25px 7% 10px}.system_block01_title{padding:7px 5% 6px;min-width:200px;font-size:120%}.system_block02{margin-bottom:30px;width:90%}.system_block02_item{margin:0 auto 50px!important;width:100%;max-width:315px}.system_block02_item ._tit{font-size:130%}.system_block02_item ._case{font-size:75%}/*! customer-service !*/
 .customer_service{margin-bottom:100px}.customer_title01 .en{font-size:240%;line-height:150%}.customer_title01 .jp{margin-left:13px;font-size:100%}.customer_list li{margin-left:6%;width:47%}.customer_list li a{border-radius:25px;background-position:right 20px center;padding:15px 60px 15px 20px;font-size:110%}.customer_check dt{font-size:110%!important}.customer_check dt ._icon{margin-right:15px;padding:5px}.customer_check__imgrow{margin-bottom:0}.customer_check__imgs p{margin-bottom:10px}.customer_check__imgs ._img{margin:0 auto 40px!important;margin-left:0;width:100%;max-width:462px}.customer_check__imgs ._icon_arrow::before{display:none}.customer_check__imgs p._2line{height:auto}.customer_check__fullimgs ._pdf a{background-position:left 10% center;padding:10px 10% 10px 18%;font-size:100%}.customer_check ._pdf2{margin-bottom:20px}.customer_check ._pdf2 a{background-position:left 10% center;padding:10px 10% 10px 18%;font-size:100%}.customer_contact_title{font-size:240%}.customer_contact_text01{font-size:110%;letter-spacing:1px}.customer_contact_box ._left,.customer_contact_box ._right{margin:0 auto 40px;padding:25px 5% 30px;width:85%;max-width:350px}.customer_contact_box ._p1{font-size:120%;letter-spacing:1px}.customer_contact_box ._p1 .jp{font-size:100%}.customer_contact_box ._p2{font-size:95%}.customer_contact_box a{padding:15px 10px}.customer_contact_box a ._icon01,.customer_contact_box a ._icon02{position:relative;padding-left:50px}.customer_contact_box a ._icon01::before,.customer_contact_box a ._icon02::before{top:-5px;background-size:30px auto;width:30px;height:30px}.customer_contact_box ._left ._p3 a{font-size:120%}.customer_contact_box ._right ._p3 a{font-size:110%}.secret_story .common_text01{font-size:125%}.secret_story .common_text02{margin-bottom:50px}.story_block_content{margin-bottom:50px;background-position:center bottom;background-size:100% auto;padding-bottom:50px;max-width:650px}.story_block_content__img{margin-bottom:35px;width:100%}.story_block_content__content{margin-left:0;padding:0 5%;width:100%}.story_block_content__content ._top{font-size:85%}.story_block_content__content ._title{font-size:120%}.case_searchbox{margin-bottom:50px}.case_searchbox__menu a{padding:10px 5px;font-size:110%}.case_searchbox__tab{padding:30px 5% 25px}.case_searchby_area li{margin:0 10px 15px;font-size:110%}.case_searchby_tag li{margin:0 2% 20px;width:46%;height:50px;font-size:110%}.case_results__title{margin-bottom:25px;padding-bottom:10px;font-size:130%}.case_list+.case_results__title{margin-top:80px}.case_item{margin-bottom:50px;margin-left:0;width:100%}.case_item__name,.case_item__tags,.case_item__zipcode,.case_item__address,.case_item__googlemap{margin-right:5%;margin-bottom:5px;margin-left:5%;font-size:90%}.case_item__name{margin-bottom:10px;font-size:115%}.case_item__slidersimg .swiper-slide{max-height:282px}.case_item__slidersimg .swiper-button-prev,.case_item__slidersimg .swiper-button-next{top:29%;background-size:50% auto;width:30px;height:80px}.case_item__slidersimg .swiper-button-prev{left:5%}.case_item__slidersimg .swiper-button-next{right:5%}.case_item__sliders_close{display:none}/*! ir-explanation !*/
 .irex_chart{margin-bottom:75px;margin-left:0;width:100%}.irex_chart_group .irex_chart:last-child{margin-bottom:50px}.irex_chart.ml70{margin-left:0}.irex_chart_data thead th{padding-top:10px;padding-bottom:10px;font-size:105%}.irex_chart_data tbody th{padding-right:5px;padding-left:5px;font-size:105%}.irex_chart_data tbody th ._gr{flex-wrap:wrap;justify-content:center}.irex_chart_data tbody th ._r{font-size:90%}.irex_chart_data tbody td{padding-right:3%;font-size:110%}/*! net rental !*/
 .rese_intro li{margin:0 2%;width:140px;height:140px;font-weight:700;font-size:105%;text-align:center}.rese_group01{margin-bottom:60px;padding:45px 0 0}.rese_title01{margin-bottom:40px;padding-bottom:25px}.rese_group01_box{margin:0 auto 50px!important}.rese_group01_box h4{font-size:105%}.rese_group01_box ul{padding:25px 5% 25px}.rese_group01_box ul li{font-size:105%}.rese_group01::after{bottom:-28px;left:39%;border-top:28px solid #fafafa;border-right:34px solid #fff0;border-left:34px solid #fff0}.rese_text01,.rese_text02{padding-left:5%}.rese_text01{padding-bottom:10px;font-size:110%}.rese_text02{margin-top:0;margin-bottom:50px;font-size:110%}.rese_text02 ._b{bottom:auto;margin-right:0;font-size:210%;letter-spacing:.5px}.rese_title02{margin-bottom:60px}.rese_group02__list{margin-bottom:75px}.rese_group02__item{margin:0 auto 55px;max-width:527px}.rese_group02__item ._img{margin-left:0;width:100%;max-width:527px}.rese_group02__item ._content{margin-right:auto;margin-left:auto;width:85%}.rese_group02__item ._content h4{margin:25px 0 10px;font-size:125%}.rese_flow li{margin:0 5% 40px}.rese_flow li ._p1{font-size:115%}.rese_flow li ._p2{font-size:300%}.rese_flow li ._p3{font-size:110%}.rese_flow li ._p4{font-size:100%}.rental_service_contact{margin-bottom:50px;padding:40px 0 30px}.rental_service_instagram__button{flex-wrap:wrap}.rental_service_instagram__button a{padding:12px 5px;width:auto!important;min-width:250px;font-size:105%}.recruit_bl02_id07{margin:0 auto;width:100%}.recruit_bl02_title .en{margin-bottom:5px;font-size:155%}.recruit_bl02_title_des{margin-bottom:10px;padding-bottom:5px;font-size:95%}.recruit_bl02_id07_table{margin-bottom:40px}.recruit_bl02_id07_table tr th,.recruit_bl02_id07_table tr td{display:block;padding-top:10px;padding-bottom:10px}.recruit_bl02_id07_table tr th{width:100%}.recruit_bl02_id07_table .__name:before{bottom:-12px;width:155px}.recruit_bl02_id07_table .__name{text-align:left}.recruit_bl02_id07_table tr td{border-bottom:none;padding-left:0;font-size:100%}.recruit_bl02_id07 .c_btn{padding-top:0;padding-right:0}}
/*! *********************************************
 *     MEDIA QUERY CSS (max-width:640px)
 ********************************************* !*/
@media only screen and (max-width:640px){.total_support_step::after{right:-50px}.customer_list{justify-content:center}.customer_list li{margin-left:0;width:85%;max-width:400px}.rese_flow li::after{display:none}}
/*! *********************************************
 *     MEDIA QUERY CSS (max-width:540px)
 ********************************************* !*/
@media only screen and (max-width:540px){.case_searchby_tag li{margin:0 0 20px;width:55%;min-width:235px}}
/*! *********************************************
 *     MEDIA QUERY CSS (max-width:480px)
 ********************************************* !*/
@media only screen and (max-width:480px){.total_support_step::after{right:-43px}.neto_group02_item{margin-bottom:50px}.neto_group02_item__img,.neto_group02_item__content{margin:0 auto;width:100%;max-width:400px}.neto_group02_item__content ._point{margin-top:20px}.neto_group04_block01{width:100%}.neto_group04_block01 ._txt1::after{width:57%}.neto_group04_block02 ul li p{font-size:90%;letter-spacing:-1px}.irex_chart_data tbody th{font-size:95%}.irex_chart_data tbody th ._r{font-size:85%}.irex_chart_data tbody td{font-size:100%}.rese_intro li{width:100px;height:100px}}
/*! *********************************************
 *     MEDIA QUERY CSS (max-width:420px)
 ********************************************* !*/
@media only screen and (max-width:420px){.lineup_bl li a::before{width:30%;height:40px}.company_profile_tbl02 tr th{width:40%}.message_bl02{padding:310px 0 315px}.message_bg{padding:75px 0}.contact_tbl input[type="text"],.contact_tbl input[type="email"]{font-size:90%;text-indent:0}}
/*! *********************************************
 *     MEDIA QUERY CSS (max-width:380px)
 ********************************************* !*/
@media only screen and (max-width:380px){.total_support_step::after{right:-39px}.irex_chart_data tbody th ._l{letter-spacing:-.5px}.irex_chart_data tbody th ._r{letter-spacing:-1px}.story_block_content__content ._title{letter-spacing:-.5px}}