@keyframes floatAnimation{0%{opacity:0;transform:translateY(0)}25%{opacity:0;transform:translateY(20px)}50%{opacity:1;transform:translateY(10px)}100%{opacity:0;transform:translateY(0)}}@keyframes subtleGlitch{0%{opacity:1;transform:translate(0, 0)}10%{opacity:.95;transform:translate(-0.5px, 0.5px)}20%{opacity:.9;transform:translate(0.5px, -0.5px)}30%{opacity:.98;transform:translate(-0.3px, 0.3px)}40%{opacity:.92;transform:translate(0.3px, -0.3px)}50%{opacity:.96;transform:translate(-0.4px, 0.4px)}60%{opacity:.94;transform:translate(0.4px, -0.4px)}70%{opacity:.97;transform:translate(-0.2px, 0.2px)}80%{opacity:.93;transform:translate(0.2px, -0.2px)}90%{opacity:.95;transform:translate(-0.1px, 0.1px)}100%{opacity:1;transform:translate(0, 0)}}.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, -5%, 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}html{height:auto;overflow:auto;overscroll-behavior:auto none}body{width:100%;height:100%;position:relative;overflow:hidden;margin:0;background:#000}img{width:auto;max-width:100%;height:auto;display:block;margin:0 auto}*,*:before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased}.flex{display:-ms-flex;display:flex}.flex-stretch{justify-content:space-between;align-items:center}.flex-start{align-items:flex-start}.flex-set{display:-ms-flex;display:flex;justify-content:space-between;align-items:center;align-items:flex-start}.flex-end{align-items:flex-end}.flex-wrap{flex-wrap:wrap}.flex-center-middle{justify-content:center;align-items:center}.flex-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:#fff;letter-spacing:.1em}@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}.en{font-family:"Cinzel",serif;font-weight:400}.footer{width:100%;background:#000;position:relative;padding:.4166666667vw 1.3888888889vw;z-index:1000;flex-flow:row-reverse}@media only screen and (min-width:641px)and (max-width:1366px){.footer{padding:30px 7% 150px;display:block}}@media only screen and (max-width:640px){.footer{display:block;padding:20px 7% 130px}}@media only screen and (min-width:641px)and (max-width:1366px){.footer-copy{justify-content:center;align-items:center;margin-top:20px}}@media only screen and (max-width:640px){.footer-copy{display:block;margin-top:30px}}.footer-copy .copyright{margin-left:20px;color:#f2ad13;font-family:"Lato",sans-serif;font-weight:700;font-size:11px;line-height:1}@media(min-width: 480px){.footer-copy .copyright{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.footer-copy .copyright{font-size:11px}}@media only screen and (max-width:640px){.footer-copy .copyright{text-align:center;margin:10px auto 0}}.footer-nav_lists{text-align:right}@media only screen and (min-width:821px)and (max-width:1366px){.footer-nav_lists{justify-content:center;align-items:center}}@media only screen and (min-width:641px)and (max-width:835px){.footer-nav_lists{display:block;text-align:center}}@media only screen and (max-width:640px){.footer-nav_lists{text-align:center;display:block}}.footer-nav_lists__item{margin-left:20px}@media only screen and (min-width:821px)and (max-width:1366px){.footer-nav_lists__item:first-child{margin-left:0}}@media only screen and (min-width:641px)and (max-width:835px){.footer-nav_lists__item{margin:0 auto}}@media only screen and (max-width:640px){.footer-nav_lists__item{margin:10px auto 0;line-height:1.2}}.footer-nav_lists__item a{color:#f2ad13;font-size:11px;font-family:"Lato",sans-serif;font-weight:700}@media(min-width: 480px){.footer-nav_lists__item a{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.footer-nav_lists__item a{font-size:11px}}.header{height:100vh;position:relative}@media only screen and (max-width:1366px){.header{width:100%;display:-ms-flex;display:flex;justify-content:center;align-items:center}}.header .logo-txe{width:57.6388888889vw;margin:0 auto;position:relative;z-index:20000}@media only screen and (max-width:1366px){.header .logo-txe{width:100%;margin-bottom:30px}}@media only screen and (min-width:821px)and (max-width:1366px){.header .logo-txe{width:80%;margin-bottom:130px}}@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:83.3333333333vw;max-width:1200px;margin:0 auto;position:relative;clear:both}@media only screen and (min-width:641px)and (max-width:835px){.wrapper{width:88%}}@media only screen and (min-width:821px)and (max-width:1366px){.wrapper{width:90%}}@media only screen and (max-width:640px){.wrapper{width:calc(100% - 13.3333333333vw)}}.wrapper-s{width:69.4444444444vw}@media only screen and (min-width:641px)and (max-width:835px){.wrapper-s{width:90%}}@media only screen and (max-width:640px){.wrapper-s{width:calc(100% - 16vw)}}.window_wrap{width:calc(100% - 30vw);max-width:1020px;margin:0 auto;position:relative}@media only screen and (min-width:641px)and (max-width:835px){.window_wrap{width:88%}}@media only screen and (min-width:821px)and (max-width:1366px){.window_wrap{width:90%}}@media only screen and (max-width:640px){.window_wrap{width:90%}}.wrap-sec{margin-bottom:180px}@media only screen and (min-width:641px)and (max-width:835px){.wrap-sec{margin-bottom:120px}}@media only screen and (min-width:821px)and (max-width:1366px){.wrap-sec{margin-bottom:140px}}@media only screen and (max-width:640px){.wrap-sec{margin-bottom:120px}}a{transition:.5s}a:hover,a:focus{opacity:.7;filter:alpha(opacity=70)}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.box-link{width:100%;height:100%;position:absolute;top:0;left:0;text-indent:100%;white-space:nowrap;overflow:hidden;text-indent:-9999px}.box-link:hover{cursor:pointer}.ttl-primary{font-size:34px;line-height:1;font-family:"Cinzel",serif;font-weight:400;margin-top:60px;text-align:center;letter-spacing:.25em}@media(min-width: 480px){.ttl-primary{font-size:60px;font-size:calcFluidFontSize(34px, 60px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary{font-size:60px}}@media only screen and (min-width:641px)and (max-width:835px){.ttl-primary{font-size:40px;font-size:4rem}}@media only screen and (max-width:640px){.ttl-primary{margin-top:30px}}.ttl-secondary{font-size:30px;line-height:1.1;margin-bottom:30px}@media(min-width: 480px){.ttl-secondary{font-size:50px;font-size:calcFluidFontSize(30px, 50px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-secondary{font-size:50px}}@media only screen and (max-width:640px){.ttl-secondary{margin-bottom:28px}}.ttl-therdly{margin-bottom:40px}@media only screen and (max-width:640px){.ttl-therdly{margin-bottom:24px}}.ttl-therdly h3,.ttl-therdly small{line-height:1;color:#f2ad13;font-family:"Cinzel",serif;font-weight:400}.ttl-therdly h3{font-size:20px}@media(min-width: 480px){.ttl-therdly h3{font-size:22px;font-size:calcFluidFontSize(20px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-therdly h3{font-size:22px}}.ttl-therdly h3 small{font-size:13px;display:block;margin-top:4px}@media(min-width: 480px){.ttl-therdly h3 small{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-therdly h3 small{font-size:16px}}.ttl-fourthly{font-size:16px;padding-left:28px;font-weight:600;position:relative}@media(min-width: 480px){.ttl-fourthly{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-fourthly{font-size:18px}}.ttl-fourthly::before{width:12px;height:12px;background:#fff;content:"";border-radius:50%;position:absolute;top:calc(50% - 5px);left:0}.article-clm .no-post{font-size:18px;font-weight:600;margin:100px 0}@media(min-width: 480px){.article-clm .no-post{font-size:18px;font-size:calcFluidFontSize(18px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-clm .no-post{font-size:18px}}.article-clm_lists__item{position:relative;transition:.5s}.article-clm_lists__item:hover,.article-clm_lists__item:focus{opacity:.7;filter:alpha(opacity=70)}.article-clm_lists__item .thumb{position:relative}.article-clm_lists__item .thumb img{width:100%;display:block;font-size:0}.article-clm_lists-1 .clm_item{width:100%}.article-clm_lists-2{align-items:flex-start;flex-wrap:wrap}.article-clm_lists-2 .clm_item{width:calc((100% - 40px)/2);margin:0 40px 52px 0}.article-clm_lists-2 .clm_item:nth-of-type(2n){margin-right:0 !important}@media only screen and (max-width:640px){.article-clm_lists-2 .clm_item{width:100%;margin:0 auto 40px}}.article-clm_lists-3{align-items:flex-start;flex-wrap:wrap}@media only screen and (max-width:640px){.article-clm_lists-3{display:block}}.article-clm_lists-3::after{width:calc((100% - 30px)/3);content:"";display:block}@media only screen and (max-width:640px){.article-clm_lists-3::after{display:none}}.article-clm_lists-3 .clm_item{width:calc((100% - 30px)/3);margin:0 15px 65px 0}@media only screen and (min-width:821px)and (max-width:1366px){.article-clm_lists-3 .clm_item{width:calc((100% - 40px)/2);margin:0 40px 80px 0}}@media only screen and (max-width:640px){.article-clm_lists-3 .clm_item{width:100%;margin:0 auto 50px}}@media only screen and (min-width:1365px){.article-clm_lists-3 .clm_item:nth-of-type(3n){margin-right:0}}@media only screen and (min-width:821px)and (max-width:1366px){.article-clm_lists-3 .clm_item:nth-of-type(3n){margin-right:0}}@media only screen and (min-width:821px)and (max-width:1366px){.article-clm_lists-3 .clm_item:nth-of-type(2n){margin-right:0}}@media only screen and (max-width:640px){.article-clm_lists-3 .clm_item:nth-of-type(2n){margin-right:0}}.article-clm_lists-4{display:-ms-flex;display:flex;align-items:flex-start;flex-wrap:wrap}@media only screen and (max-width:640px){.article-clm_lists-4{display:block}}.article-clm_lists-4 .clm_item{width:calc((100% - 24px)/4);margin:0 8px 48px 0}@media only screen and (min-width:821px)and (max-width:1366px){.article-clm_lists-4 .clm_item{width:calc((100% - 20px)/2);margin:0 20px 28px 0}.article-clm_lists-4 .clm_item:nth-of-type(2n){margin-right:0}}@media only screen and (max-width:640px){.article-clm_lists-4 .clm_item{width:100%;margin:0 auto 40px}}.article-clm_lists-4 .clm_item:nth-of-type(4n){margin-right:0}#loading{width:100vw;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.9);z-index:59999;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease}#loading.disappear{display:none}#loading .loading-content{text-align:center;color:#fff}#loading .loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}#loading .loading-text{font-size:16px;font-family:"Lato",sans-serif;font-weight:700}@media(min-width: 480px){#loading .loading-text{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){#loading .loading-text{font-size:18px}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#youtube-area{position:fixed;top:0;right:0;left:0;bottom:0;overflow:hidden;pointer-events:none;z-index:-100}#youtube-area::after{width:100%;height:100%;content:"";position:absolute;top:0;left:0;z-index:0;background:rgba(0,0,0,.7)}#youtube-area #youtube{width:117vw;height:117vh;min-height:100%;min-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media only screen and (min-width:641px)and (max-width:835px){#youtube-area #youtube{width:136vw}}@media only screen and (min-width:821px)and (max-width:1366px){#youtube-area #youtube{width:182vh}}@media only screen and (max-width:640px){#youtube-area #youtube{width:180vh}}.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%;max-width:980px;position:absolute;z-index:55000;top:50%;left:50%;transform:translate(-50%, -50%)}.modal_content .js-modal-close-btn{width:25px;position:absolute;top:-42px;right:-42px;z-index:1000}@media only screen and (min-width:821px)and (max-width:1366px){.modal_content .js-modal-close-btn{top:10px;right:10px}}@media only screen and (max-width:640px){.modal_content .js-modal-close-btn{width:12px;top:10px;right:10px}}.modal_content-txt{height:90vh;background:#000;padding:60px;overflow:scroll}@media only screen and (max-width:640px){.modal_content-txt{padding:7%}}.modal_content-txt .js-modal-close-btn{top:15px;right:10px}.modal_content-chara{height:auto;background:#000;padding:50px;overflow:scroll;display:-ms-flex;display:flex;justify-content:space-between;align-items:center;align-items:flex-start}@media only screen and (max-width:640px){.modal_content-chara{height:90vh;display:block;padding:9% 7% 7%;overflow:scroll}}.modal_content-chara .js-modal-close-btn{top:20px;right:20px}.modal_content-chara .img{width:50%}@media only screen and (max-width:640px){.modal_content-chara .img{width:100%}}.modal_content-chara .txt{width:calc(50% - 20px)}@media only screen and (max-width:640px){.modal_content-chara .txt{width:100%;margin-top:20px}}.modal_content-chara .txt .ttl-post{font-size:17px;padding-bottom:6px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.2)}@media(min-width: 480px){.modal_content-chara .txt .ttl-post{font-size:22px;font-size:calcFluidFontSize(17px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-chara .txt .ttl-post{font-size:22px}}.modal_content-news{width:41.6666666667vw;height:auto;background:#000;padding:60px;overflow:scroll}@media only screen and (max-width:640px){.modal_content-news{width:90%;padding:9% 7% 7%}}.modal_content-news .js-modal-close-btn{top:20px;right:20px}.modal_content-news .ttl-post{font-size:17px;text-align:center;line-height:1.85;font-family:"Noto Serif JP",serif;margin-bottom:8px}@media(min-width: 480px){.modal_content-news .ttl-post{font-size:22px;font-size:calcFluidFontSize(17px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-news .ttl-post{font-size:22px}}.modal_content-news .date{text-align:center;display:block;font-size:16px}@media(min-width: 480px){.modal_content-news .date{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-news .date{font-size:18px}}.modal_content-news .content{font-size:15px;line-height:2.267;margin-top:26px}@media(min-width: 480px){.modal_content-news .content{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content-news .content{font-size:15px}}.modal_content iframe{width:100%;height:520px}@media only screen and (max-width:640px){.modal_content iframe{height:220px}}.is-contact{z-index:1}.is-contact .main{background:#dcdcdc;padding:7.4305555556vw 0 7.2222222222vw}.is-contact .main .inner{background:#fff;padding:75px 70px 60px;position:relative}@media only screen and (max-width:640px){.is-contact .main .inner{width:calc(100% - 16vw);padding:20px 5% 30px}}.is-contact-status{margin-bottom:30px}.is-contact-status li{width:calc((100% - 4px)/3);background:#1a1a1a;padding:15px 0;text-align:center;list-style:none;font-size:12px}@media(min-width: 480px){.is-contact-status li{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact-status li{font-size:13px}}@media only screen and (max-width:640px){.is-contact-status li{padding:8px 0}}.is-contact-status li .en{font-family:"Cinzel",serif;font-weight:400;font-size:12px}@media(min-width: 480px){.is-contact-status li .en{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact-status li .en{font-size:13px}}.is-contact-status li.current{background:#f2ad13}.is-contact .table-contact{width:100%}.is-contact .table-contact tr th,.is-contact .table-contact tr td{display:block;font-size:15px;color:#000}@media(min-width: 480px){.is-contact .table-contact tr th,.is-contact .table-contact tr td{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr th,.is-contact .table-contact tr td{font-size:16px}}.is-contact .table-contact tr th{font-weight:500;text-align:left;position:relative;padding:22px 0 4px}@media only screen and (max-width:640px){.is-contact .table-contact tr th{padding-top:12px}}.is-contact .table-contact tr th p{font-weight:800}.is-contact .table-contact tr th .must{background:#ca141d;font-weight:600;font-size:11px;color:#fff;padding:6px 9px;line-height:1;border-radius:15px;position:absolute;top:22px;right:0}@media(min-width: 480px){.is-contact .table-contact tr th .must{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr th .must{font-size:11px}}.is-contact .table-contact tr td{position:relative}.is-contact .table-contact tr td input[type=text],.is-contact .table-contact tr td input[type=tel],.is-contact .table-contact tr td input[type=email],.is-contact .table-contact tr td textarea,.is-contact .table-contact tr td input[type=submit],.is-contact .table-contact tr td input[type=number],.is-contact .table-contact tr td select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.is-contact .table-contact tr td .error{color:#f2ad13;font-size:11px;display:block}@media(min-width: 480px){.is-contact .table-contact tr td .error{font-size:13px;font-size:calcFluidFontSize(11px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr td .error{font-size:13px}}.is-contact .table-contact tr td .con{width:100%;font-size:15px;border:0;background:#f0f0f0;padding:16px 26px;color:#000;outline:none}@media(min-width: 480px){.is-contact .table-contact tr td .con{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr td .con{font-size:16px}}@media only screen and (max-width:640px){.is-contact .table-contact tr td .con{padding:14px 1em}}.is-contact .table-contact tr td .con::-moz-placeholder{color:#c0bcb9}.is-contact .table-contact tr td .con::placeholder{color:#c0bcb9}.is-contact .table-contact tr td span{color:#000;font-size:15px}@media(min-width: 480px){.is-contact .table-contact tr td span{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr td span{font-size:15px}}.is-contact .table-contact tr td .tel{width:calc((100% - 32px)/3)}.is-contact .table-contact tr td .mess{width:100%;max-height:180px;font-size:15px;border:0;background:#f0f0f0;padding:16px 26px;color:#000;outline:none}@media(min-width: 480px){.is-contact .table-contact tr td .mess{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr td .mess{font-size:16px}}@media only screen and (max-width:640px){.is-contact .table-contact tr td .mess{max-height:120px;padding:14px 1em}}.is-contact .table-contact tr td .mess::-moz-placeholder{color:#c0bcb9}.is-contact .table-contact tr td .mess::placeholder{color:#c0bcb9}.is-contact .table-contact tr.select-box td{position:relative}.is-contact .table-contact tr.select-box td .select{width:100%;padding:16px 20px;font-size:14px;border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dcdcdc;background:#efefef;outline:none}@media(min-width: 480px){.is-contact .table-contact tr.select-box td .select{font-size:15px;font-size:calcFluidFontSize(14px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr.select-box td .select{font-size:15px}}.is-contact .table-contact tr.select-box td::before{width:10px;height:6px;content:"";background:url("../images/common/ic-ar-b.svg") center/cover no-repeat;position:absolute;top:calc(50% - 3px);right:20px}.is-contact .table-contact tr.radio{color:#000;font-size:15px}@media(min-width: 480px){.is-contact .table-contact tr.radio{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr.radio{font-size:15px}}.is-contact .table-contact tr.radio .mwform-radio-field{width:30%;padding:10px 18px;border-radius:25px;background:#f0f0f0;display:inline-block;font-size:0;margin:0 10px 10px 0}@media only screen and (max-width:640px){.is-contact .table-contact tr.radio .mwform-radio-field{width:100%;display:block}}.is-contact .table-contact tr.radio td input[type=radio]{width:16px;height:16px;margin-top:0;position:relative;border:0;background:#fff;border-radius:50%;vertical-align:-2px}.is-contact .table-contact tr.radio td input[type=radio]:checked:before{width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;background:#323232;content:""}.is-contact .table-contact tr.radio td span{color:#000;font-size:15px}@media(min-width: 480px){.is-contact .table-contact tr.radio td span{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr.radio td span{font-size:15px}}.is-contact .table-contact tr.file input[type=file]::file-selector-button{padding:10px 38px;border-radius:25px;background:#f0f0f0;border:0}.is-contact .table-contact tr.file input[type=file]::file-selector-button:hover{cursor:pointer}.is-contact .table-contact tr.file .attention{color:#000;font-size:15px}@media(min-width: 480px){.is-contact .table-contact tr.file .attention{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr.file .attention{font-size:15px}}.is-contact .table-contact tr.file .attention strong{color:#f2ad13;display:inline-block;margin-right:5px;font-size:15px}@media(min-width: 480px){.is-contact .table-contact tr.file .attention strong{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr.file .attention strong{font-size:15px}}.is-contact .table-contact tr .checkbox{font-size:12px}@media(min-width: 480px){.is-contact .table-contact tr .checkbox{font-size:15px;font-size:calcFluidFontSize(12px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr .checkbox{font-size:15px}}.is-contact .table-contact tr .checkbox a{text-decoration:underline;color:#f2ad13;font-weight:600;font-size:12px}@media(min-width: 480px){.is-contact .table-contact tr .checkbox a{font-size:15px;font-size:calcFluidFontSize(12px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .table-contact tr .checkbox a{font-size:15px}}.is-contact .table-contact tr.split-box{width:48%;display:inline-block}.is-contact .table-contact tr.split-box-r{margin-left:4%}.is-contact .privacy-policy{text-align:center;font-size:12px;margin-top:20px}@media(min-width: 480px){.is-contact .privacy-policy{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .privacy-policy{font-size:13px}}@media only screen and (max-width:640px){.is-contact .privacy-policy{margin-top:5px;line-height:2;letter-spacing:-0.06em}}.is-contact .privacy-policy a{font-size:12px;text-decoration:underline}@media(min-width: 480px){.is-contact .privacy-policy a{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact .privacy-policy a{font-size:13px}}@media only screen and (max-width:640px){.is-contact .privacy-policy a{letter-spacing:-0.06em}}.is-contact #submit{width:100%;height:66px;border:0;display:block;font-family:"Cinzel",serif;font-weight:400;font-weight:600;color:#000;letter-spacing:.8em;background:#f2ad13;font-size:18px;margin-top:20px}@media(min-width: 480px){.is-contact #submit{font-size:18px;font-size:calcFluidFontSize(18px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact #submit{font-size:18px}}@media only screen and (max-width:640px){.is-contact #submit{height:54px}}.is-contact #submit:hover{cursor:pointer}.is-contact-thanks p{font-size:15px;color:#000;text-align:center;margin-bottom:20px}@media(min-width: 480px){.is-contact-thanks p{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact-thanks p{font-size:15px}}@media only screen and (max-width:640px){.is-contact-thanks p{margin-bottom:10px}}.is-contact-thanks ul{margin-bottom:20px}@media only screen and (max-width:640px){.is-contact-thanks ul{margin-bottom:10px}}.is-contact-thanks ul li{background:#f8f8f8;padding:8px 0;color:#000;font-size:15px;font-weight:700;margin-bottom:10px;text-align:center}@media(min-width: 480px){.is-contact-thanks ul li{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-contact-thanks ul li{font-size:15px}}.is-contact-thanks .btn-more{margin-top:30px}.is-contact-thanks .btn-more a{margin:0 auto}.is-confirm .must-txt,.is-thanks .must-txt{display:none}.is-guidance_hdr{margin-bottom:30px}@media only screen and (max-width:640px){.is-guidance_hdr{margin-bottom:20px}}.is-guidance_hdr p{font-size:15px;line-height:1.95;margin-bottom:20px}@media(min-width: 480px){.is-guidance_hdr p{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_hdr p{font-size:15px}}.is-guidance_hdr p:last-child{margin-bottom:0}.is-guidance_hdr p a{text-decoration:underline;color:#f2ad13}.is-guidance_body h3,.is-guidance_body h4,.is-guidance_body p,.is-guidance_body li,.is-guidance_body a{font-size:15px}@media(min-width: 480px){.is-guidance_body h3,.is-guidance_body h4,.is-guidance_body p,.is-guidance_body li,.is-guidance_body a{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body h3,.is-guidance_body h4,.is-guidance_body p,.is-guidance_body li,.is-guidance_body a{font-size:15px}}.is-guidance_body_lists__item{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.2)}@media only screen and (max-width:640px){.is-guidance_body_lists__item{margin-bottom:10px;padding-bottom:10px}}.is-guidance_body_lists__item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.is-guidance_body_lists__item h4{font-weight:600;margin-bottom:4px}.is-guidance_body_lists__item p{line-height:1.95}.is-guidance_body_lists__item p a{text-decoration:underline;color:#f2ad13}.is-guidance_body_lists__item .bullets{padding:0 0 0 12px}.is-guidance_body_lists__item .bullets_item{position:relative;list-style:none;margin-bottom:4px}@media only screen and (max-width:640px){.is-guidance_body_lists__item .bullets_item{margin-bottom:4px}}.is-guidance_body_lists__item .bullets_item:last-child{margin-bottom:0}.is-guidance_body_lists__item .bullets_item::before{width:6px;height:6px;border-radius:50%;background:#fff;content:"";position:absolute;top:13px;left:-12px}@media only screen and (max-width:640px){.is-guidance_body_lists__item .bullets_item::before{top:7px}}.is-guidance_body_lists__item .bullets .orderd{margin-top:0;padding:0 0 0 1em}.is-guidance_body .enactment{margin-top:40px;text-align:right}@media only screen and (max-width:640px){.is-guidance_body .enactment{margin-top:30px}}.is-guidance_ftr{padding:40px;background:#0f0f0f;margin-top:60px}@media only screen and (max-width:640px){.is-guidance_ftr{padding:8%}}.is-guidance_ftr h3{font-size:15px;font-weight:600;margin-bottom:12px}@media(min-width: 480px){.is-guidance_ftr h3{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_ftr h3{font-size:15px}}.is-guidance_ftr p{font-size:15px}@media(min-width: 480px){.is-guidance_ftr p{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_ftr p{font-size:15px}}@media only screen and (max-width:640px){.is-transaction-law .is-guidance_body .table_col tr th,.is-transaction-law .is-guidance_body .table_col tr td{width:100%;display:block}}@media only screen and (max-width:640px){.is-transaction-law .is-guidance_body .table_col tr th{padding-bottom:0}}@media only screen and (max-width:640px){.is-transaction-law .is-guidance_body .table_col tr td{padding-top:0}}.is-cancel_policy-body .inner{background:#fff;padding:50px;margin-bottom:40px;line-height:2}@media only screen and (max-width:640px){.is-cancel_policy-body .inner{padding:8%;margin-bottom:20px}}.is-cancel_policy-body .inner strong{font-size:16px;font-weight:600;display:block;margin-bottom:8px}@media(min-width: 480px){.is-cancel_policy-body .inner strong{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-cancel_policy-body .inner strong{font-size:18px}}.is-cancel_policy-body .inner .attention{font-size:11px;margin-top:12px}@media(min-width: 480px){.is-cancel_policy-body .inner .attention{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-cancel_policy-body .inner .attention{font-size:11px}}.icon-lifeivent{width:46px;margin:0 auto;display:block}@media only screen and (max-width:640px){.icon-lifeivent{width:45px}}.icon-other{width:30px;height:30px;border-radius:50%;border:1px solid #393939}.icon-other span{width:8px;height:6px;border:1px solid #fff;display:block;line-height:1;position:absolute;top:calc(50% - 4px);left:calc(50% - 3px)}.icon-other span:after,.icon-other span::before{background:#fff;position:absolute;content:"";left:-4px;bottom:-4px}.icon-other span:after{width:7px;height:1px}.icon-other span:before{width:1px;height:7px}.icon-line{width:22px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.icon-line-bk{background:url("../images/common/icon-line-bk.svg") 0 0/cover no-repeat}.icon-line_music{width:26px;height:26px;background:url("../images/common/icon-linemusic_bk.svg") 0 0/cover no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.icon-play{width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;border:2px solid #fff;font-style:normal}.icon-play::before,.icon-play::after{position:absolute;color:#fff;left:50%;transform:translate(-50%, -50%);text-align:center}.icon-play::before{width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;content:"";position:absolute;top:50%;left:54%;border-radius:3px;transform:translate(-50%, -50%)}.icon-plus{width:12px;height:2px;background:#000;display:block;position:absolute;top:50%;right:30px}.icon-plus:before{width:2px;height:12px;z-index:1;content:"";background:#000;position:absolute;top:-5px;left:5px}.icon-plus_circle{width:42px;height:42px;margin:0 auto;border:1px solid #393939;border-radius:50%;display:block;position:relative}@media only screen and (max-width:640px){.icon-plus_circle{width:32px;height:32px}}.icon-plus_circle::before,.icon-plus_circle::after{content:"";background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.icon-plus_circle::before{width:1px;height:12px}.icon-plus_circle::after{width:12px;height:1px}.is-nav .drawer-menu{width:100%;height:100vh;position:relative}.is-nav-logo span{display:block}.is-nav-logo-txt{width:18.1944444444vw;position:absolute;top:12.3611111111vw;left:8.3333333333vw;z-index:10}@media only screen and (max-width:640px){.is-nav-logo-txt{width:58.6666666667vw;top:17.3333333333vw;left:8vw}}.is-nav-logo-txt img{width:100%}.is-nav-logo-icon{position:absolute;top:-1.1111111111vw;left:8.3333333333vw;z-index:1}@media only screen and (min-width:641px)and (max-width:1366px){.is-nav-logo-icon{z-index:-1}}@media only screen and (max-width:640px){.is-nav-logo-icon{width:49.6vw;top:-4vw;left:11.4666666667vw}}.is-nav-logo-area{position:absolute;top:14.4444444444vw;left:8.3333333333vw;font-size:10px;color:#7c7c7c;z-index:10}@media(min-width: 480px){.is-nav-logo-area{font-size:11px;font-size:calcFluidFontSize(10px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-nav-logo-area{font-size:11px}}@media only screen and (max-width:640px){.is-nav-logo-area{top:24.8vw;left:8vw}}.is-nav_lists{margin-right:5.6944444444vw}@media only screen and (max-width:640px){.is-nav_lists{margin:0 0 22px}}.is-nav_lists:last-child{margin-right:0}.is-nav_lists-box{margin:0 8.3333333333vw 14.6527777778vw auto}@media only screen and (min-width:641px)and (max-width:835px){.is-nav_lists-box{margin:0 0 20vw 8vw}}@media only screen and (max-width:640px){.is-nav_lists-box{position:relative;z-index:220;display:block;margin:0 0 19.2vw 16.8vw}}.is-nav_lists__item{text-align:left;line-height:1;transition:.7s;margin-bottom:22px}.is-nav_lists__item:last-child{margin-bottom:0}.is-nav_lists__item a{line-height:1;position:relative}.is-nav_lists__item a span{line-height:1;display:block;transition:.7s}.is-nav_lists__item a .en{font-size:30px;letter-spacing:0}@media(min-width: 480px){.is-nav_lists__item a .en{font-size:50px;font-size:calcFluidFontSize(30px, 50px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-nav_lists__item a .en{font-size:50px}}.is-nav_lists__item a .jp{color:#a0a0a0;font-size:10px;margin-top:8px}@media(min-width: 480px){.is-nav_lists__item a .jp{font-size:12px;font-size:calcFluidFontSize(10px, 12px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-nav_lists__item a .jp{font-size:12px}}.is-nav_lists__item:hover a{opacity:1;filter:alpha(opacity=100)}.is-nav_lists__item:hover a .en,.is-nav_lists__item:hover a .jp{color:#f2ad13}.is-nav_lists__item:hover a .jp{opacity:.5;filter:alpha(opacity=50)}.is-nav_lists .dead a,.is-nav_lists .dead span{opacity:.1;filter:alpha(opacity=10);text-decoration:line-through;pointer-events:none}.is-nav_lists .dead a::after,.is-nav_lists .dead span::after{display:none}.is-nav .is-slider{position:absolute;bottom:-20px}.is-nav .is-slider_lists__item{font-size:75px;color:#454545;line-height:1}@media(min-width: 480px){.is-nav .is-slider_lists__item{font-size:118px;font-size:calcFluidFontSize(75px, 118px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-nav .is-slider_lists__item{font-size:118px}}.drawer-nav{width:100%;background:#1e1e1e;z-index:29999}.drawer-nav_inner{width:80%;margin:18vw auto 0}@media only screen and (max-width:640px){.drawer-nav_inner{margin-top:32vw}}.drawer-overlay{background:none;z-index:29000}.drawer--right .drawer-nav{right:0;opacity:0;visibility:hidden;transition:.5s}@media only screen and (max-width:640px){.drawer--right .drawer-nav{right:0;opacity:0;visibility:hidden}}.drawer--right.drawer-open .drawer-nav{opacity:1;visibility:visible}.drawer-hamburger{width:60px;height:60px;position:fixed;top:30px !important;right:50px !important;padding:0;z-index:30002;background:none;-webkit-appearance:none}@media only screen and (max-width:640px){.drawer-hamburger{top:14px !important;right:20px !important}}.drawer-hamburger:hover{background:none;opacity:1;filter:alpha(opacity=100)}.drawer-hamburger-icon{width:60px;height:1px;position:absolute;top:50%;left:0;background:none;margin:0}@media only screen and (max-width:640px){.drawer-hamburger-icon{top:50%}}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{height:1px;background:#fff}.drawer-hamburger-icon:before{top:-4px}.drawer-hamburger-icon:after{top:4px}.drawer-open .drawer-hamburger-icon{background:none}.drawer-open .drawer-hamburger-icon::before,.drawer-open .drawer-hamburger-icon::after{width:100%;background:#fff}.drawer-open .drawer-hamburger-icon:before{left:0;transform:rotate(20deg)}.drawer-open .drawer-hamburger-icon:after{left:0;transform:rotate(-20deg)}.drawer--left.drawer-open .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:277px !important}.drawer-nav li.anchor{padding:0 0 0 50px}.drawer-nav li.anchor a{font-size:14px}.drawer-nav li.cm,.drawer-nav li.cp{margin:50px 0 0 0}.drawer-nav li.cm a,.drawer-nav li.cp a{text-indent:-1em;margin-left:1em}.drawer-nav li.nolink .link{opacity:.4}.drawer-nav li.nolink .link:hover{text-decoration:none}.drawer-nav li .link{color:#fff}.drawer-nav li .link img{vertical-align:middle}.drawer-nav li .link span{font-size:18px;display:block}.drawer-menu-item{padding:5px 0}.drawer--left.drawer-open .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0 !important}.scroll_down{position:absolute;bottom:0;left:50%;transform:translate(-50%, -50%);z-index:101}@media only screen and (max-width:640px){.scroll_down{bottom:-10px}}.scroll_down span{font-size:11px;color:#fff;text-align:center;font-family:"Cinzel",serif;font-weight:400;display:block}@media(min-width: 480px){.scroll_down span{font-size:13px;font-size:calcFluidFontSize(11px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.scroll_down span{font-size:13px}}.scroll_down b{width:45px;height:52px;margin:5px auto 0;display:block;background:url("../images/hexagon/line-wh.svg") center/cover no-repeat;position:relative}.scroll_down b i{animation:vertical 1s ease-in-out infinite alternate;position:absolute;top:45%;left:calc(50% - 3px);display:block}.scroll-btn{width:200px;position:fixed;left:calc(50% - 100px);bottom:30px;z-index:20000}@media only screen and (min-width:641px)and (max-width:1366px){.scroll-btn{bottom:10px}}@media only screen and (max-width:640px){.scroll-btn{width:140px;left:calc(50% - 70px);bottom:10px}}.is-kv{width:100%;position:fixed;z-index:1}.curtain{position:relative;overflow:hidden}.curtain::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;transform:translateX(-100%);z-index:3}.curtain.is-visible::before{animation:curtain-in-out 1.6s ease-in-out forwards}.curtain img{position:relative;z-index:0;opacity:0}.curtain.is-visible img{animation:image-show .1s ease-in-out .8s forwards}@keyframes curtain-in-out{0%{transform:translateX(-100%)}50%{transform:translateX(0)}100%{transform:translateX(100%)}}@keyframes image-show{0%{opacity:0}100%{opacity:1}}.index{position:relative;z-index:100}.index .section{margin-bottom:11.1111111111vw}@media only screen and (min-width:641px)and (max-width:1366px){.index .section{margin-bottom:120px}}@media only screen and (max-width:640px){.index .section{margin-bottom:21.3333333333vw}}.index .is-conversion .img{width:86.1111111111vw;margin:0 auto 50px}@media only screen and (max-width:640px){.index .is-conversion .img{width:90%;margin-bottom:20px}}.index .is-conversion .img img{width:100%}@media only screen and (max-width:640px){.index .is-conversion .trademark{width:90%;margin:0 auto}}.index .is-game-stage-box{margin-left:5.5555555556vw}@media only screen and (max-width:640px){.index .is-game-stage-box{margin-left:0}}.index .is-game-stage_lists__item figure .curtain{position:relative;z-index:1}.index .is-game-stage_lists__item figure .curtain img{width:100%}.index .is-game-stage_lists__item figure figcaption{margin-top:-6px;position:relative;z-index:2}@media only screen and (max-width:640px){.index .is-game-stage_lists__item figure figcaption{margin-top:2px}}.index .is-game-stage_lists__item figure figcaption strong,.index .is-game-stage_lists__item figure figcaption span{display:block;text-align:center;line-height:1}.index .is-game-stage_lists__item figure figcaption .en{font-size:22px}@media(min-width: 480px){.index .is-game-stage_lists__item figure figcaption .en{font-size:25px;font-size:calcFluidFontSize(22px, 25px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-game-stage_lists__item figure figcaption .en{font-size:25px}}.index .is-game-stage_lists__item figure figcaption .jp{font-size:12px;margin-top:8px}@media(min-width: 480px){.index .is-game-stage_lists__item figure figcaption .jp{font-size:15px;font-size:calcFluidFontSize(12px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-game-stage_lists__item figure figcaption .jp{font-size:15px}}@media only screen and (max-width:640px){.index .is-game-stage_lists__item figure figcaption .jp{line-height:1.4}}.index .is-how-to-play-box{position:relative}@media only screen and (min-width:641px)and (max-width:835px){.index .is-how-to-play_lists__item{display:block}}@media only screen and (max-width:640px){.index .is-how-to-play_lists__item{display:block}}.index .is-how-to-play_lists__item .img{width:56%}@media only screen and (min-width:641px)and (max-width:835px){.index .is-how-to-play_lists__item .img{width:100%}}@media only screen and (max-width:640px){.index .is-how-to-play_lists__item .img{width:100%}}.index .is-how-to-play_lists__item .img img{width:100%}.index .is-how-to-play_lists__item .txt{width:calc(56% - 50px);margin-left:50px}@media only screen and (min-width:641px)and (max-width:835px){.index .is-how-to-play_lists__item .txt{width:100%;margin:40px auto 0}}@media only screen and (max-width:640px){.index .is-how-to-play_lists__item .txt{width:100%;margin:30px auto 0}}.index .is-how-to-play_lists__item .txt .ttl{text-align:center;position:relative;line-height:1}.index .is-how-to-play_lists__item .txt .ttl span{font-size:20px;line-height:1;display:inline-block}@media(min-width: 480px){.index .is-how-to-play_lists__item .txt .ttl span{font-size:30px;font-size:calcFluidFontSize(20px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-how-to-play_lists__item .txt .ttl span{font-size:30px}}.index .is-how-to-play_lists__item .txt .ttl::before,.index .is-how-to-play_lists__item .txt .ttl::after{width:20%;height:1px;content:"";background:#fff;position:absolute;top:50%;transform:translateY(-50%)}.index .is-how-to-play_lists__item .txt .ttl::before{left:0}.index .is-how-to-play_lists__item .txt .ttl::after{right:0}.index .is-how-to-play_lists__item .txt .lead{margin-top:18px;font-size:14px;line-height:2.2}@media(min-width: 480px){.index .is-how-to-play_lists__item .txt .lead{font-size:15px;font-size:calcFluidFontSize(14px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-how-to-play_lists__item .txt .lead{font-size:15px}}@media only screen and (max-width:640px){.index .is-how-to-play_lists__item .txt .lead{margin-top:11px;line-height:1.82}}.index .is-character_lists__item{width:calc((100% - 160px)/3);position:relative}.index .is-character_lists__item .img{position:relative;padding:10px}.index .is-character_lists__item .img::after{width:100%;height:100%;position:absolute;top:0;left:0;content:"";background:#fff;z-index:-1;-webkit-clip-path:polygon(0 0, 85% 0, 105% 15%, 100% 160%, 0 90%);clip-path:polygon(0 0, 85% 0, 105% 15%, 100% 160%, 0 90%)}.index .is-character_lists__item figcaption{width:236px;margin:-40px auto 0;position:relative;z-index:3}.index .is-character_lists__item-cs .img .blur{position:relative;overflow:hidden}.index .is-character_lists__item-cs .img .blur::before{width:100%;height:100%;position:absolute;top:0;left:0;content:"";background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:2}.index .is-concept .mov{margin-bottom:6.9444444444vw}@media only screen and (min-width:641px)and (max-width:835px){.index .is-concept .mov{width:90%;margin:0 auto 50px}}@media only screen and (max-width:640px){.index .is-concept .mov{width:90%;margin:0 auto 30px}}@media only screen and (max-width:640px){.index .is-concept .txt{display:block}}.index .is-concept .txt-box{width:calc((100% - 40px)/2)}@media only screen and (max-width:640px){.index .is-concept .txt-box{width:100%}}.index .is-concept .txt-box p{font-size:15px;line-height:2.706;margin-bottom:26px}@media(min-width: 480px){.index .is-concept .txt-box p{font-size:17px;font-size:calcFluidFontSize(15px, 17px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-concept .txt-box p{font-size:17px}}@media only screen and (max-width:640px){.index .is-concept .txt-box p{line-height:2.1;margin-bottom:16px}}.index .is-concept .txt-box p:last-child{margin-bottom:0}.index .is-kv-section{height:calc(100vh - 42px);padding-top:30px;margin-bottom:0;position:relative}@media only screen and (min-width:821px)and (max-width:1366px){.index .is-kv-section{height:calc(100vh - 258px)}}@media only screen and (max-width:640px){.index .is-kv-section{display:-ms-flex;display:flex;justify-content:center;align-items:center}}.index .is-kv-section .logo-txe{width:57.6388888889vw;margin:0 auto}@media only screen and (max-width:1366px){.index .is-kv-section .logo-txe{width:100%;margin-bottom:40px}}@media only screen and (min-width:821px)and (max-width:1366px){.index .is-kv-section .logo-txe{width:60%}}.index .is-kv-section .date{position:absolute;left:30px;bottom:20px}@media only screen and (max-width:640px){.index .is-kv-section .date{width:140px;left:20px}}.article-news_lists{border-top:1px solid rgba(255,255,255,.2)}.article-news_lists__item{position:relative;padding:30px 0 24px;border-bottom:1px solid rgba(255,255,255,.2)}@media only screen and (max-width:640px){.article-news_lists__item{padding:24px 0 20px}}.article-news_lists__item .txt .date{line-height:1.2;font-style:normal;letter-spacing:0;display:block;font-size:16px;position:relative;margin-right:52px}@media(min-width: 480px){.article-news_lists__item .txt .date{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-news_lists__item .txt .date{font-size:18px}}@media only screen and (max-width:640px){.article-news_lists__item .txt .date{margin-right:32px}}.article-news_lists__item .txt .date::before{width:12px;height:1px;content:"";position:absolute;top:calc(50% - 2px);right:-30px;background:#4b4b4b}@media only screen and (max-width:640px){.article-news_lists__item .txt .date::before{right:-22px}}.article-news_lists__item .txt .ttl-post{font-size:15px;line-height:1.471;font-family:"Noto Serif JP",serif;font-weight:600}@media(min-width: 480px){.article-news_lists__item .txt .ttl-post{font-size:17px;font-size:calcFluidFontSize(15px, 17px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-news_lists__item .txt .ttl-post{font-size:17px}}@media only screen and (max-width:640px){.article-news_lists__item .txt .ttl-post{line-height:1.2}}/*# sourceMappingURL=import.min.css.map */