@keyframes horizontal{0%{transform:translateX(-3px)}100%{transform:translateX(0px)}}@keyframes vertical{0%{transform:translateY(-10px)}100%{transform:translateY(0px)}}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes bar{0%{left:0;right:auto;width:0}50%{left:0;right:auto;width:12.5vw}51%{left:0;right:auto;width:12.5vw}100%{left:0;right:auto;width:12.5vw}}.animated{animation-duration:2s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -20%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-10%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(10%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 5%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;line-height:2;font-size:10px;letter-spacing:.08em;vertical-align:baseline;background:rgba(0,0,0,0);text-decoration:none;font-family:"Noto Sans JP",sans-serif,"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}::-moz-selection{background:#898fa0}::selection{background:#898fa0}::-webkit-selection{background:#898fa0}::-moz-selection{background:#898fa0}::-ms-selection{background:#898fa0}::-o-selection{background:#898fa0}html{max-width:750px;height:auto;overflow:auto;margin:0 auto;overscroll-behavior:auto none;scroll-behavior:smooth}body{width:100%;height:100%;position:relative;margin:0;background:#f3527a;background:linear-gradient(70deg, #f3527a 0%, #feba79 100%)}img{width:auto;max-width:100%;height:auto;display:block;margin:0 auto}*,*:before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased}.count-2{-moz-column-count:2;column-count:2;-moz-column-gap:50px;column-gap:50px}@media only screen and (max-width:640px){.count-2{-moz-column-count:1;column-count:1}}.count-3{-moz-column-count:3;column-count:3;-moz-column-gap:30px;column-gap:30px}@media only screen and (max-width:640px){.count-3{-moz-column-count:1;column-count:1}}.count-4{-moz-column-count:4;column-count:4;-moz-column-gap:20px;column-gap:20px}@media only screen and (max-width:640px){.count-4{-moz-column-count:1;column-count:1}}.flex{display:-ms-flex;display:flex}.flex-stretch{justify-content:space-between;align-items:center}.flex-start{align-items:flex-start}.flex-end{align-items:flex-end}.flex-center-middle{justify-content:center;align-items:center}.flex-reverse{flex-flow:row-reverse}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-family:"Noto Sans JP",sans-serif;font-size:15px;font-weight:500;color:#212121}@media(min-width: 480px){html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:15px}}.jp{font-family:"Noto Sans JP",sans-serif}.tw{font-family:"Noto Sans TC",sans-serif}.en{font-family:"Prompt",sans-serif;font-weight:700}.footer{padding:16px 0}.footer .copyright{line-height:1;text-align:center}.footer .copyright a{color:#fff;font-family:"Prompt",sans-serif;font-weight:700;font-size:10px}@media(min-width: 480px){.footer .copyright a{font-size:11px;font-size:calcFluidFontSize(10px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.footer .copyright a{font-size:11px}}.header{position:relative}.header .logo{position:absolute;top:20px;left:0;z-index:30000}.header .logo img{width:146px}@media only screen and (min-width:780px){.pc{display:block !important}.sp{display:none !important}}@media only screen and (max-width:640px){body{-webkit-text-size-adjust:100%}.pc{display:none !important}.sp{display:block !important}}.wrapper{width:calc(100% - 40px);margin:0 auto;position:relative;clear:both}.wrapper-narrow{width:calc(100% - 19.4vw);max-width:700px}@media only screen and (min-width:780px)and (max-width:1366px){.wrapper-narrow{width:88%}}@media only screen and (min-width:641px)and (max-width:835px){.wrapper-narrow{width:90%}}@media only screen and (max-width:640px){.wrapper-narrow{width:84%}}.window_wrap{width:calc(100% - 16vw);margin:0 auto;position:relative}@media only screen and (min-width:780px)and (max-width:1366px){.window_wrap{width:calc(100% - 80px)}}@media only screen and (min-width:641px)and (max-width:835px){.window_wrap{width:calc(100% - 60px)}}@media only screen and (max-width:640px){.window_wrap{width:calc(100% - 16vw)}}.wrap-sec{margin-bottom:180px}@media only screen and (min-width:780px)and (max-width:1366px){.wrap-sec{margin-bottom:120px}}@media only screen and (min-width:641px)and (max-width:835px){.wrap-sec{margin-bottom:140px}}@media only screen and (max-width:640px){.wrap-sec{margin-bottom:120px}}.btn-more{position:relative;text-align:center;line-height:1}.btn-more a,.btn-more input{display:block;font-size:15px;letter-spacing:.2em;position:relative;font-family:"Prompt",sans-serif;font-weight:700;font-weight:800;line-height:1;background:#212121;color:#fff;padding:16px 0;border-radius:24px}@media(min-width: 480px){.btn-more a,.btn-more input{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.btn-more a,.btn-more input{font-size:15px}}.btn-more a::after,.btn-more input::after{width:6px;height:6px;content:"";background:#fff;border-radius:50%;position:absolute;top:calc(50% - 3px);right:20px}.sbs{font-size:0}.sbs li{display:inline-block;vertical-align:top}.ttl-primary{position:relative;margin-bottom:60px;z-index:4}@media only screen and (max-width:640px){.ttl-primary{margin-bottom:30px}}.ttl-primary h2,.ttl-primary h3{line-height:1;position:relative;text-transform:uppercase;font-size:24px;letter-spacing:.2em}@media(min-width: 480px){.ttl-primary h2,.ttl-primary h3{font-size:30px;font-size:calcFluidFontSize(24px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary h2,.ttl-primary h3{font-size:30px}}.ttl-primary h2 span,.ttl-primary h3 span{display:block;line-height:1;letter-spacing:.2em;font-size:24px}@media(min-width: 480px){.ttl-primary h2 span,.ttl-primary h3 span{font-size:30px;font-size:calcFluidFontSize(24px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary h2 span,.ttl-primary h3 span{font-size:30px}}.ttl-primary h2 .small,.ttl-primary h3 .small{font-size:18px;margin-bottom:8px;letter-spacing:.2em}@media(min-width: 480px){.ttl-primary h2 .small,.ttl-primary h3 .small{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary h2 .small,.ttl-primary h3 .small{font-size:20px}}.ttl-primary-wh h2,.ttl-primary-wh h3{color:#fff}.ttl-primary-wh h2 span,.ttl-primary-wh h3 span{color:#fff}.ttl-primary-B h2,.ttl-primary-B h3{font-size:38px}@media(min-width: 480px){.ttl-primary-B h2,.ttl-primary-B h3{font-size:80px;font-size:calcFluidFontSize(38px, 80px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-B h2,.ttl-primary-B h3{font-size:80px}}.ttl-primary-B h2 span,.ttl-primary-B h3 span{font-size:38px}@media(min-width: 480px){.ttl-primary-B h2 span,.ttl-primary-B h3 span{font-size:80px;font-size:calcFluidFontSize(38px, 80px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-B h2 span,.ttl-primary-B h3 span{font-size:80px}}@media only screen and (max-width:640px){.ttl-primary-M{margin-bottom:20px}}.ttl-primary-M h2,.ttl-primary-M h3{font-size:28px}@media(min-width: 480px){.ttl-primary-M h2,.ttl-primary-M h3{font-size:40px;font-size:calcFluidFontSize(28px, 40px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-M h2,.ttl-primary-M h3{font-size:40px}}.ttl-primary-M h2 span,.ttl-primary-M h3 span{font-size:28px}@media(min-width: 480px){.ttl-primary-M h2 span,.ttl-primary-M h3 span{font-size:40px;font-size:calcFluidFontSize(28px, 40px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-M h2 span,.ttl-primary-M h3 span{font-size:40px}}.ttl-primary-S h2,.ttl-primary-S h3{font-size:24px}@media(min-width: 480px){.ttl-primary-S h2,.ttl-primary-S h3{font-size:30px;font-size:calcFluidFontSize(24px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-S h2,.ttl-primary-S h3{font-size:30px}}.ttl-primary-S h2 span,.ttl-primary-S h3 span{font-size:24px}@media(min-width: 480px){.ttl-primary-S h2 span,.ttl-primary-S h3 span{font-size:30px;font-size:calcFluidFontSize(24px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-S h2 span,.ttl-primary-S h3 span{font-size:30px}}.ttl-secondary{margin-bottom:40px}@media only screen and (max-width:640px){.ttl-secondary{margin-bottom:22px}}.ttl-secondary span{display:block;line-height:1;position:relative;font-size:18px;padding-left:22px}@media(min-width: 480px){.ttl-secondary span{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-secondary span{font-size:20px}}.ttl-secondary span::before{width:8px;height:8px;background:#212121;content:"";border-radius:50%;position:absolute;top:calc(50% - 4px);left:0}.ttl-secondary .jp{font-weight:600}.ttl-therdly{font-size:16px;font-weight:600}@media(min-width: 480px){.ttl-therdly{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-therdly{font-size:18px}}.ttl-fourthly span{display:inline-block;vertical-align:middle;line-height:1}.ttl-fourthly .en{font-size:20px}@media(min-width: 480px){.ttl-fourthly .en{font-size:22px;font-size:calcFluidFontSize(20px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-fourthly .en{font-size:22px}}.ttl-fourthly .jp{font-size:16px;font-weight:600;position:relative;padding-left:90px;line-height:.4}@media(min-width: 480px){.ttl-fourthly .jp{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-fourthly .jp{font-size:18px}}@media only screen and (max-width:640px){.ttl-fourthly .jp{padding-left:50px}}.ttl-fourthly .jp::before{width:50px;height:1px;background:#dad3d3;content:"";position:absolute;top:50%;left:22px}@media only screen and (max-width:640px){.ttl-fourthly .jp::before{width:30px;left:10px}}.is-language{position:absolute;top:80px;right:30px;z-index:2}@media only screen and (min-width:780px)and (max-width:1366px){.is-language{top:84px;right:42px}}@media only screen and (min-width:641px)and (max-width:835px){.is-language{right:51px}}@media only screen and (max-width:640px){.is-language{top:18vw;right:4vw}}.is-language_item{position:relative;line-height:1}.is-language_item a{opacity:.4;filter:alpha(opacity=40);font-family:"Prompt",sans-serif;font-weight:700;font-size:11px;display:block;position:relative;line-height:1}@media(min-width: 480px){.is-language_item a{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-language_item a{font-size:11px}}.is-language_item a:hover{opacity:1;filter:alpha(opacity=100)}.is-language_item-jp{padding-right:24px}.is-language_item-jp::after{width:1px;height:16px;content:"";position:absolute;top:calc(50% - 8px);right:12px;background:#eaeaea}.is-language .current a{opacity:1;filter:alpha(opacity=100);pointer-events:none}.modal{width:100%;display:none;height:100vh;position:fixed;top:0;left:0;z-index:55000}.modal_bg{width:100%;height:100vh;background:rgba(0,0,0,.8);position:absolute}.modal_content{width:90%;height:90vh;position:absolute;top:5%;left:5%;z-index:100;background:#fff;padding:60px;overflow:scroll}.modal_content-hdr{margin-bottom:26px;padding-bottom:26px;border-bottom:1px solid #e3e3e3}.modal_content-hdr .num{color:#0c6dff;font-size:13px;font-style:normal;letter-spacing:0;display:block;font-weight:600;margin-bottom:7px}@media(min-width: 480px){.modal_content-hdr .num{font-size:15px;font-size:calcFluidFontSize(13px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-hdr .num{font-size:15px}}.modal_content-hdr .ttl{font-size:22px;font-weight:700;line-height:1.071;margin-bottom:16px}@media(min-width: 480px){.modal_content-hdr .ttl{font-size:28px;font-size:calcFluidFontSize(22px, 28px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-hdr .ttl{font-size:28px}}.modal_content-hdr .lead{font-size:15px;line-height:1.733}@media(min-width: 480px){.modal_content-hdr .lead{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-hdr .lead{font-size:15px}}.modal_content-hdr .lead small{font-size:12px}@media(min-width: 480px){.modal_content-hdr .lead small{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-hdr .lead small{font-size:13px}}.modal_content-body-box{margin-bottom:40px}.modal_content-body-box:last-child{margin-bottom:0}.modal_content-body-box h5{font-size:18px;position:relative;padding-left:22px;margin-bottom:9px}@media(min-width: 480px){.modal_content-body-box h5{font-size:22px;font-size:calcFluidFontSize(18px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box h5{font-size:22px}}.modal_content-body-box h5::before{width:8px;height:8px;background:#0c6dff;content:"";border-radius:50%;position:absolute;top:calc(50% - 4px);left:0}.modal_content-body-box .bulletsline_lists{padding-left:32px}.modal_content-body-box .bulletsline_lists__item{position:relative;padding-left:22px;font-size:15px;line-height:1.733}@media(min-width: 480px){.modal_content-body-box .bulletsline_lists__item{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box .bulletsline_lists__item{font-size:16px}}.modal_content-body-box .bulletsline_lists__item::before{width:12px;height:1px;background:#212121;content:"";border-radius:50%;position:absolute;top:50%;left:0}.modal_content-body-box .bg_lists__item{padding:20px 30px;background:#f7f7f7;font-size:13px;margin-bottom:20px}@media(min-width: 480px){.modal_content-body-box .bg_lists__item{font-size:13px;font-size:calcFluidFontSize(13px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box .bg_lists__item{font-size:13px}}.modal_content-body-box .bg_lists__item:last-child{margin-bottom:0}.modal_content-body-box .bg_lists__item strong{font-size:16px;font-weight:700;display:block}@media(min-width: 480px){.modal_content-body-box .bg_lists__item strong{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box .bg_lists__item strong{font-size:18px}}.modal_content-body-box .boxline_lists__item{font-size:15px;padding:20px 30px;border:1px solid #efefef;margin-bottom:20px}@media(min-width: 480px){.modal_content-body-box .boxline_lists__item{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box .boxline_lists__item{font-size:16px}}.modal_content-body-box .boxline_lists__item:last-child{margin-bottom:0}.modal_content-body-box .boxline_lists__item strong{display:block;font-size:16px;font-weight:700}@media(min-width: 480px){.modal_content-body-box .boxline_lists__item strong{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box .boxline_lists__item strong{font-size:18px}}.modal_content-body-box .boxline_lists__item small{display:block;font-size:11px;font-weight:600;line-height:1.1}@media(min-width: 480px){.modal_content-body-box .boxline_lists__item small{font-size:13px;font-size:calcFluidFontSize(11px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-body-box .boxline_lists__item small{font-size:13px}}.modal .js-modal-close-btn{width:60px;padding:20px;border-radius:50%;filter:drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));background:#fff;position:absolute;top:32px;right:32px;z-index:1000}@media only screen and (min-width:641px)and (max-width:835px){.modal .js-modal-close-btn{top:10px;right:10px}}@media only screen and (max-width:640px){.modal .js-modal-close-btn{width:46px;padding:16px;top:12px;right:12px}}.icon-arrow{position:relative;display:block}.icon-arrow::before{width:20px;height:16px;content:"";position:absolute;top:50%;left:50%}@media only screen and (max-width:640px){.icon-arrow::before{width:16px;height:13px}}.icon-arrow-wh-r::before{background:url("../images/common/arrow-wh-r.svg") center/cover no-repeat}.icon-arrow-bk-r::before{background:url("../images/common/arrow-bk-r.svg") center/cover no-repeat}.is-page{padding-top:70px;position:relative;overflow:hidden}.is-author .thumb{width:140px;margin:0 auto -70px;position:relative;z-index:3}.is-author .thumb img{border-radius:50%;box-shadow:rgba(0,0,0,.3) 0px 25px 30px -10px;transform:translateZ(0)}.is-author .inner{position:relative;z-index:2;border-radius:28px;background-color:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:94px 20px 20px}.is-author .inner .profile p{text-align:center}.is-author .inner .profile-company,.is-author .inner .profile-position,.is-author .inner .profile-name_jp,.is-author .inner .profile-name_en,.is-author .inner .profile-name_kanji{font-weight:600}.is-author .inner .profile-position,.is-author .inner .profile-name_en,.is-author .inner .profile-name_kanji{font-size:13px}@media(min-width: 480px){.is-author .inner .profile-position,.is-author .inner .profile-name_en,.is-author .inner .profile-name_kanji{font-size:13px;font-size:calcFluidFontSize(13px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-author .inner .profile-position,.is-author .inner .profile-name_en,.is-author .inner .profile-name_kanji{font-size:13px}}.is-author .inner .profile-name_en,.is-author .inner .profile-name_kanji{color:#ad665d;line-height:1}.is-author .inner .profile-company{font-size:17px;line-height:1.412;margin-bottom:13px}@media(min-width: 480px){.is-author .inner .profile-company{font-size:17px;font-size:calcFluidFontSize(17px, 17px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-author .inner .profile-company{font-size:17px}}.is-author .inner .profile-name_jp{font-size:28px;line-height:1.4;margin:3px 0 9px}@media(min-width: 480px){.is-author .inner .profile-name_jp{font-size:28px;font-size:calcFluidFontSize(28px, 28px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-author .inner .profile-name_jp{font-size:28px}}.is-author .inner .profile-name_kanji{margin:11px 0 18px}.is-author .inner .profile-tel,.is-author .inner .profile-mail{line-height:1.2}.is-author .inner .profile-tel a,.is-author .inner .profile-mail a{font-size:13px;text-decoration:none;font-family:"Prompt",sans-serif;font-weight:700;font-weight:800;line-height:1.2}@media(min-width: 480px){.is-author .inner .profile-tel a,.is-author .inner .profile-mail a{font-size:13px;font-size:calcFluidFontSize(13px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-author .inner .profile-tel a,.is-author .inner .profile-mail a{font-size:13px}}.is-author .inner .profile-mail{margin:6px 0 18px}.is-author .inner .profile-hashtag_lists{margin-bottom:10px;text-align:center}.is-author .inner .profile-hashtag_lists__item{margin:0 8px 2px 0;font-size:11px;font-weight:600;line-height:1.4}@media(min-width: 480px){.is-author .inner .profile-hashtag_lists__item{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-author .inner .profile-hashtag_lists__item{font-size:11px}}.is-author .inner .profile-occupation_lists{margin-bottom:20px;text-align:center}.is-author .inner .profile-occupation_lists__item{font-size:11px;padding:4px 10px;background-color:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;margin:0 5px 5px 0;color:#a098a0;text-transform:capitalize}@media(min-width: 480px){.is-author .inner .profile-occupation_lists__item{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-author .inner .profile-occupation_lists__item{font-size:11px}}.is-author .inner .sns{margin-top:30px}.is-author .inner .sns-link_lists{justify-content:center;align-items:center;flex-wrap:wrap;gap:15px}.is-author .inner .sns-link_lists__item{width:88px;height:88px}.is-author .inner .sns-link_lists__item a{width:100%;height:100%;background:#fff;border-radius:20px;display:block;display:-ms-flex;display:flex;justify-content:center;align-items:center}.index{width:100%;position:relative;z-index:2}.index-curtain{width:0;height:100vh;background:#fff;z-index:3;position:absolute;top:0}.index-curtain-L{left:0}.index-curtain-R{right:0}.index .is-concept{position:relative;z-index:2;padding-top:70vh}@media only screen and (max-width:640px){.index .is-concept{display:block}}.index .is-concept-img{width:48vw;margin-top:20vw}@media only screen and (max-width:640px){.index .is-concept-img{width:100%;margin-top:70px}}.index .is-concept-img_lists__item{height:200px;line-height:1;margin:0 0 0 auto;position:relative}@media only screen and (max-width:640px){.index .is-concept-img_lists__item{height:140px}}.index .is-concept-img_lists__item:hover .circle::before{animation:pulsate1 2s linear infinite}.index .is-concept-img_lists__item:hover .circle::after{animation:pulsate2 2s linear infinite}.index .is-concept-img_lists__item::before{width:100%;height:100%;background:rgba(33,33,33,.2);z-index:0;content:"";position:absolute}.index .is-concept-img_lists__item .txt{line-height:1;margin-left:-60px;padding-top:40px;display:block;position:relative;z-index:2}@media only screen and (max-width:640px){.index .is-concept-img_lists__item .txt{margin-left:-40px;padding-top:37px}}.index .is-concept-img_lists__item .txt span{line-height:1;display:block;color:#fff}.index .is-concept-img_lists__item .txt-hdr{font-size:20px;margin-bottom:10px}@media(min-width: 480px){.index .is-concept-img_lists__item .txt-hdr{font-size:30px;font-size:calcFluidFontSize(20px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-concept-img_lists__item .txt-hdr{font-size:30px}}@media only screen and (max-width:640px){.index .is-concept-img_lists__item .txt-hdr{margin-bottom:4px}}.index .is-concept-img_lists__item .txt-ftr{font-size:15px}@media(min-width: 480px){.index .is-concept-img_lists__item .txt-ftr{font-size:20px;font-size:calcFluidFontSize(15px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-concept-img_lists__item .txt-ftr{font-size:20px}}.index .is-concept-img_lists__item-1{width:100%;background:url("../images/page/top-page/office-1.jpg") center/cover no-repeat}@media only screen and (max-width:640px){.index .is-concept-img_lists__item-1{width:85%}}.index .is-concept-img_lists__item-2{width:calc(100% - 40px);background:url("../images/page/top-page/office-2.jpg") center/cover no-repeat}@media only screen and (max-width:640px){.index .is-concept-img_lists__item-2{width:75%}}.index .is-concept-img_lists__item-3{width:calc(100% - 80px);background:url("../images/page/top-page/office-3.jpg") center/cover no-repeat}@media only screen and (max-width:640px){.index .is-concept-img_lists__item-3{width:65%}}.index .is-concept-txt{width:36vw;margin-left:8vw}@media only screen and (max-width:640px){.index .is-concept-txt{width:84%;margin:0 5% auto 11%}}.index .is-concept-txt_lead{margin-bottom:42px;line-height:2.3}@media only screen and (max-width:640px){.index .is-concept-txt_lead{margin-bottom:18px;line-height:1.85}}.index .is-concept-txt_lead span{color:#fff;font-size:17px;display:block}@media(min-width: 480px){.index .is-concept-txt_lead span{font-size:20px;font-size:calcFluidFontSize(17px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-concept-txt_lead span{font-size:20px}}.index .is-concept-txt .btn-more{text-align:right;margin:40px 40px 0 0}@media only screen and (max-width:640px){.index .is-concept-txt .btn-more{margin-top:30px}}.index .is-concept-txt .btn-more a{display:inline-block}.index .is-works{padding:11vw 0 calc(11vw + 62px) 8vw;margin-top:-60px;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media only screen and (max-width:640px){.index .is-works{margin-top:-8vw;padding:23vw 0 calc(11vw + 62px) 8vw}}.index .is-works .btn-more{text-align:right;margin:30px 8vw 0 0}.index .is-works .article-works_lists__item .thumb{background:none;padding:0;border-radius:0}.index .is-works .article-works_lists__item .thumb img{border-radius:0}.index .is-works .article-works_lists__item .txt .post-title,.index .is-works .article-works_lists__item .txt time,.index .is-works .article-works_lists__item .txt .num{color:#fff}.index .is-works .article-works_lists__item .txt .post-title::before{background:#fff}.index .is-works .article-works_lists__item .txt .post_tag li{background:rgba(255,255,255,.1);color:#fff}.index .is-works .article-works .swiper-scrollbar{background:rgba(255,255,255,.2)}.index .is-works .article-works .swiper-scrollbar-drag{background:rgba(255,255,255,.6)}.index .is-solution{padding:8vw 8vw calc(8vw + 62px);background:#f3527a;background:linear-gradient(70deg, #f3527a 0%, #feba79 100%);position:sticky;top:0;z-index:1;border-radius:62px 62px 0 0;margin-top:-62px}@media only screen and (max-width:640px){.index .is-solution{padding:18vw 8vw calc(8vw + 62px);border-radius:28px 28px 0 0;margin-top:-28px}}.index .is-solution .ttl-primary{margin-bottom:30px}@media only screen and (max-width:640px){.index .is-solution .ttl-primary{margin-bottom:20px}}.index .is-solution .ttl-primary .small{color:#fff}.index .is-solution-txt_lead{color:#fff;line-height:2;margin-bottom:24px}.index .is-solution-txt_lead strong{display:block;margin-bottom:36px}@media only screen and (max-width:640px){.index .is-solution-txt_lead strong{margin-bottom:28px}}.index .is-solution-txt_lead strong span{font-size:28px;line-height:1.5;font-weight:600}@media(min-width: 480px){.index .is-solution-txt_lead strong span{font-size:40px;font-size:calcFluidFontSize(28px, 40px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-solution-txt_lead strong span{font-size:40px}}.index .is-solution-txt_lead span{color:#fff}.index .is-solution .btn-more{position:absolute;top:50%;right:6vw}@media only screen and (min-width:780px){.index .is-solution .btn-more{transform:translate(-50%, -50%)}}@media only screen and (max-width:640px){.index .is-solution .btn-more{position:relative;top:auto;right:auto;text-align:right;margin:40px 8% 0 0}}.index .is-original-produce{position:sticky;top:0;z-index:2;background:#fff;border-radius:62px 62px 0 0;margin-top:-62px;padding-bottom:11vw}@media only screen and (max-width:640px){.index .is-original-produce{border-radius:28px 28px 0 0;margin-top:-28px;position:relative;top:auto;overflow:hidden}}.index .is-original-produce .ttl-primary{padding:5vw 8vw 0}@media only screen and (max-width:640px){.index .is-original-produce .ttl-primary{padding:18vw 8vw 0}}.index .is-original-produce_lists{flex-wrap:wrap}@media only screen and (max-width:640px){.index .is-original-produce_lists{width:240%}}.index .is-news{position:relative;z-index:3;background:#fff;padding:11vw 0;overflow:hidden}@media only screen and (max-width:640px){.index .is-news{padding:18vw 0 16vw}}.index .is-news .article-news_lists__item{margin-bottom:0}.index .is-news .btn-more{text-align:right;position:absolute;top:32px;right:0;z-index:200}@media only screen and (max-width:640px){.index .is-news .btn-more{top:12px;right:5%}}.index .is-recruit{background:#fff;padding:0 0 11vw;position:relative;z-index:4;overflow:hidden}@media only screen and (max-width:640px){.index .is-recruit{padding-bottom:28vw}}.index .is-recruit-img{width:83%;margin:0 auto 0 0}@media only screen and (max-width:640px){.index .is-recruit-img{width:90%}}.index .is-recruit-img img{width:100%}.index .is-recruit-txt{width:62%;margin:-60px 0 0 auto;padding-right:8vw;position:relative}@media only screen and (min-width:780px)and (max-width:1366px){.index .is-recruit-txt{width:72%}}@media only screen and (min-width:641px)and (max-width:835px){.index .is-recruit-txt{width:82%}}@media only screen and (max-width:640px){.index .is-recruit-txt{margin:-25px 0 0 auto;width:80%}}.index .is-recruit-txt .bgLRextend::before{background:#f9be00}.index .is-recruit-txt .ttl-primary{margin-bottom:30px}@media only screen and (max-width:640px){.index .is-recruit-txt .ttl-primary{margin-bottom:18px}}.index .is-recruit-txt .ttl-primary h2 span{letter-spacing:.23em;font-size:50px}@media(min-width: 480px){.index .is-recruit-txt .ttl-primary h2 span{font-size:140px;font-size:calcFluidFontSize(50px, 140px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-recruit-txt .ttl-primary h2 span{font-size:140px}}@media only screen and (min-width:641px)and (max-width:835px){.index .is-recruit-txt .ttl-primary h2 span{font-size:80px;font-size:8rem}}.index .is-recruit-txt_lead span{font-size:20px;font-weight:600;line-height:1.5}@media(min-width: 480px){.index .is-recruit-txt_lead span{font-size:50px;font-size:calcFluidFontSize(20px, 40px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-recruit-txt_lead span{font-size:40px}}@media only screen and (max-width:640px){.index .is-recruit-txt_lead span{line-height:1.85}}.index .is-recruit-txt .btn-more{position:absolute;bottom:0;right:8vw;text-align:right}@media only screen and (max-width:640px){.index .is-recruit-txt .btn-more{bottom:5px;right:14vw}}.is-copy{position:relative;z-index:6;overflow:hidden;padding:100vh 0 300vh}@media only screen and (max-width:640px){.is-copy{padding:80vh 0 160vh}}.is-copy-txt_lead{text-align:center}.is-copy-txt_lead span{display:block;font-size:54px;line-height:1;color:#fff;letter-spacing:0;border-right:5px solid #fff;overflow:hidden;white-space:nowrap;animation:typing 3s steps(20),blink .6s step-end infinite alternate}@media(min-width: 480px){.is-copy-txt_lead span{font-size:200px;font-size:calcFluidFontSize(54px, 200px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-copy-txt_lead span{font-size:200px}}@media only screen and (min-width:780px)and (max-width:1366px){.is-copy-txt_lead span{font-size:110px;font-size:11rem}}.is-copy-txt_lead-1{width:11ch}@media only screen and (max-width:640px){.is-copy-txt_lead-1{width:9ch}}.is-copy-txt_lead-2{width:10ch}@keyframes typing{from{width:0}}@keyframes blink{50%{border-color:rgba(0,0,0,0)}}/*# sourceMappingURL=import.min.css.map */