/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{transform-origin:center bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(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 swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.tada{animation-name:tada}@keyframes wobble{0%{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 bounceIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.bounceIn{transition-timing-function:cubic-bezier(.215,.61,.355,1);animation-name:bounceIn}@keyframes bounceInDown{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{transition-timing-function:cubic-bezier(.215,.61,.355,1);animation-name:bounceInDown}@keyframes bounceInLeft{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{transition-timing-function:cubic-bezier(.215,.61,.355,1);animation-name:bounceInLeft}@keyframes bounceInRight{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}}.bounceInRight{transition-timing-function:cubic-bezier(.215,.61,.355,1);animation-name:bounceInRight}@keyframes bounceInUp{0%{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:translateZ(0)}}.bounceInUp{transition-timing-function:cubic-bezier(.215,.61,.355,1);animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.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{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.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{0%{opacity:0;transition-timing-function:ease-in;transform:perspective(400px) rotateX(90deg)}40%{transition-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{opacity:0;transition-timing-function:ease-in;transform:perspective(400px) rotateY(90deg)}40%{transition-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{opacity:1;transform:skew(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skew(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate3d(0,0,1,-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate3d(0,0,1,-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate3d(0,0,1,200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate3d(0,0,1,90deg);transform-origin:right bottom}}.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%{opacity:1;transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}body{font:62.5%/1.6em ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS Pゴシック,MS PGothic,sans-serif;color:#323232;background-color:#fff;text-size-adjust:100%}#loader{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background-color:#fff}#loader .piko{position:absolute;top:50%;left:50%;width:140px;height:110px;margin-top:-175px;margin-left:-70px}#loader .piko .inner{position:relative;width:140px;height:110px}#loader .piko .inner .body{position:absolute;top:0;left:0}#loader .piko .inner .mark{position:absolute;top:0;left:0;display:none}#loader .piko .loading{width:100px;padding-top:18px;margin-left:20px;font-size:1.6em;font-weight:700;color:#2f98ce;letter-spacing:1px}#loader #loading-title{position:fixed;top:50%;left:50%;margin-top:-265px;margin-left:-280px;color:#2f98ce}#loader #loading-title span{display:none;animation-duration:1.3s}#loader #loading-title span.large{font-size:8em;letter-spacing:.2em}#loader #loading-title span.small{font-size:5.5em;letter-spacing:.2em}.tbud_e,.tbud_h,.tbud_b{font-family:tbudgothic-std,sans-serif;font-style:normal;font-weight:400}#back-to-top{position:fixed;top:8%;left:0;z-index:8000;display:block;width:56px;height:56px}#wrapper{width:100%;height:59500px;overflow:hidden}#wrapper p{color:#2f98ce;letter-spacing:.1em}#wrapper .fukidashi p{padding:30px 0 0;font-size:1.35em;line-height:1.6em;color:#2f98ce;text-align:center;letter-spacing:0}#wrapper .item{position:fixed}#wrapper .item.c{left:50%}#wrapper .item.r{right:0}#wrapper .item.l{left:0}#wrapper .item.m{top:50%}#wrapper .item.t{top:0}#wrapper .item.b{bottom:0}#wrapper #piko{position:fixed;top:50%;left:50%;z-index:5000;width:140px;height:110px;margin-top:-55px;margin-left:-70px}#wrapper #piko .inner{position:relative;width:140px;height:110px}#wrapper #piko .inner.mark,#wrapper #piko .inner.mark .mark{display:block}#wrapper #piko .inner.mark .piko_r,#wrapper #piko .inner.mark .piko_l{display:none}#wrapper #piko .inner.piko_r,#wrapper #piko .inner.piko_r .piko_r{display:block}#wrapper #piko .inner.piko_r .mark,#wrapper #piko .inner.piko_r .piko_l{display:none}#wrapper #piko .inner.piko_l,#wrapper #piko .inner.piko_l .piko_l{display:block}#wrapper #piko .inner.piko_l .mark,#wrapper #piko .inner.piko_l .piko_r,#wrapper #piko .inner.hide{display:none}#wrapper #piko .inner .rotate_area{width:140px;height:110px}#wrapper #piko .inner .rotate_area img{position:absolute;top:0;left:0}#scene01-title{margin-top:-265px;margin-left:-280px;color:#2f98ce}#scene01-title span{animation-duration:1.3s}#scene01-title span.large{font-size:8em;letter-spacing:.2em}#scene01-title span.small{font-size:5.5em;letter-spacing:.2em}#scene01-earth{z-index:10;margin-left:-810px;transform-origin:center bottom}#scene01-forest01{z-index:20;margin-left:-586px;transform-origin:center bottom}#scene01-forest02{z-index:20;margin-left:125px;transform-origin:center bottom}#scrolldown{position:fixed;bottom:300px;left:50%;z-index:5000;width:200px;height:54px;margin-left:-100px;background-image:url(/kokoro/img/scrolldown.gif);background-repeat:no-repeat;background-position:center bottom}#scrolldown p{font-size:1.6em;text-align:center}#scene02-copy01{z-index:500;margin-top:-180px;margin-left:-145px;font-size:4em}#scene02-copy02{z-index:500;margin-top:-100px;margin-left:-188px;font-size:4em}#scene02-cloud01{z-index:300;margin-left:-900px;transform-origin:center top}#scene02-cloud02{z-index:200;margin-left:423px;transform-origin:center top}#scene02-cloud03{z-index:0;margin-left:-615px;transform-origin:center top}#scene02-cloud04{z-index:100;margin-left:-514px;transform-origin:center top}#scene02-cloud05{z-index:100;margin-left:699px;transform-origin:center top}#scene02-cloud06{z-index:0;margin-left:807px;transform-origin:center top}#scene02-fukidashi{z-index:2000;width:145px;height:101px;margin-top:75px;margin-left:-85px;background-image:url(/kokoro/img/scene02_fukidashi.png);background-repeat:no-repeat;background-position:0 0;transform-origin:right center}#scene02-fukidashi p{width:122px}#scene02-clickbox{z-index:5000;width:510px;height:170px;margin-top:40px;margin-left:-100px;cursor:pointer;background-image:url(/kokoro/img/alpha.gif);background-repeat:repeat}#scene02-click{z-index:2000;width:200px;margin-top:110px;margin-left:225px}#scene02-click span{position:absolute;top:5px;left:45px;font-size:1.3em;color:#2f98ce}#scene03-copy01{z-index:1500;margin-top:-246px;margin-left:-101px;font-size:3em}#scene03-copy02{z-index:1500;margin-top:-176px;margin-left:-329px;font-size:4.5em}#scene03-heli{z-index:1000;margin-top:100px;margin-right:-222px}#scene03-cloud01{z-index:800;margin-left:-996px;transform-origin:center top}#scene03-cloud02{z-index:700;margin-left:-703px;transform-origin:center top}#scene03-cloud03{z-index:600;margin-left:428px;transform-origin:center top}#scene03-cloud04{z-index:500;margin-left:-1025px;transform-origin:center top}#scene03-cloud05{z-index:400;margin-left:-862px;transform-origin:center top}#scene03-cloud06{z-index:300;margin-left:-755px;transform-origin:center top}#scene03-cloud07{z-index:200;margin-left:623px;transform-origin:center top}#scene03-cloud08{z-index:100;margin-left:652px;transform-origin:center top}#scene03-fukidashi01{z-index:2000;width:145px;height:100px;margin-top:15px;margin-left:-390px;background-image:url(/kokoro/img/scene03_fukidashi01.png);background-repeat:no-repeat;background-position:0 0;transform-origin:right center}#scene03-fukidashi01 p{width:122px}#scene03-fukidashi02{z-index:2000;width:145px;height:100px;margin-top:115px;margin-left:-150px;background-image:url(/kokoro/img/scene03_fukidashi02.png);background-repeat:no-repeat;background-position:0 0;transform-origin:left center}#scene03-fukidashi02 p{width:122px;margin-left:23px}#scene03-clickbox01{z-index:5000;width:200px;height:230px;margin-top:0;margin-left:-400px;cursor:pointer;background-image:url(/kokoro/img/alpha.gif);background-repeat:repeat}#scene03-clickbox02{z-index:5000;width:200px;height:230px;margin-top:0;margin-left:-200px;cursor:pointer;background-image:url(/kokoro/img/alpha.gif);background-repeat:repeat}#scene03-click{z-index:2000;margin-top:180px;margin-left:-260px}#scene03-click span{position:absolute;top:36px;left:0;font-size:1.3em;color:#2f98ce}#scene04-copy01{z-index:1500;margin-top:-262px;margin-left:-131px;font-size:3em}#scene04-copy02{z-index:1500;margin-top:-171px;margin-left:-320px;font-size:4em}#scene04-copy03{z-index:1500;margin-top:-85px;margin-left:-236px;font-size:4em}#scene04-copy04{z-index:1500;margin-top:0;margin-left:-300px;font-size:4em}#scene04-copy05{z-index:1500;margin-top:85px;margin-left:-235px;font-size:4em}#scene04-copy06{z-index:1500;margin-top:170px;margin-left:-246px;font-size:4em}#scene04-plane{z-index:1000;margin-top:180px;margin-right:-210px}#scene04-cloud01{z-index:800;margin-left:-1138px}#scene04-cloud02{z-index:700;margin-left:-768px}#scene04-cloud03{z-index:600;margin-left:650px}#scene04-cloud04{z-index:500;margin-left:-945px}#scene04-cloud05{z-index:400;margin-left:443px}#scene04-cloud06{z-index:300;margin-left:816px}#scene04-fukidashi{z-index:2000;width:145px;height:100px;margin-top:250px;margin-left:-315px;background-image:url(/kokoro/img/scene03_fukidashi02.png);background-repeat:no-repeat;background-position:0 0;transform-origin:left center}#scene04-fukidashi p{width:122px;margin-left:23px}#scene04-clickbox{z-index:5000;width:480px;height:170px;margin-top:180px;margin-left:-630px;cursor:pointer;background-image:url(/kokoro/img/alpha.gif);background-repeat:repeat}#scene04-click{z-index:2000;width:160px;margin-top:235px;margin-left:-610px}#scene04-click img{position:absolute;right:0}#scene04-click span{position:absolute;top:5px;left:0;font-size:1.3em;color:#2f98ce}#scene05-copy01{z-index:1500;margin-top:-265px;margin-left:-115px;font-size:3em}#scene05-copy02{z-index:1500;margin-top:-187px;margin-left:-268px;font-size:5.5em}#scene05-copy03{z-index:1500;margin-top:-76px;margin-left:-176px;font-size:4em}#scene05-copy04{z-index:1500;margin-top:4px;margin-left:-176px;font-size:4em}#scene05-copy05{z-index:1500;margin-top:84px;margin-left:-176px;font-size:4em}#scene05-copy06{z-index:1500;margin-top:164px;margin-left:-176px;font-size:4em}#scene05-copy07{z-index:1500;margin-top:244px;margin-left:-176px;font-size:4em}#scene05-star01{z-index:800;margin-left:-885px}#scene05-star02{z-index:700;margin-left:-885px}#scene05-star03{z-index:600;margin-left:-885px}#scene05-fukidashi{z-index:2000;width:145px;height:101px;margin-top:210px;margin-left:185px;background-image:url(/kokoro/img/scene05_fukidashi.png);background-repeat:no-repeat;background-position:0 0;transform-origin:right center}#scene05-fukidashi p{width:120px}#scene05-clickbox{z-index:5000;width:470px;height:160px;margin-top:180px;margin-left:180px;cursor:pointer;background-image:url(/kokoro/img/alpha.gif);background-repeat:repeat}#scene05-click{z-index:2000;width:200px;margin-top:235px;margin-left:480px}#scene05-click span{position:absolute;top:5px;left:45px;font-size:1.3em;color:#2f98ce}#scene06-copy01{z-index:1500;margin-top:0;margin-left:-132px;font-size:3em}#scene06-copy02{z-index:1500;margin-top:0;margin-left:-291px;font-size:4em;line-height:1.875em;text-align:center}#scene06-copy03{z-index:1500;margin-top:0;margin-left:-267px;font-size:4em;line-height:1.875em;text-align:center}#scene06-copy04{z-index:1500;margin-top:0;margin-left:-343px;font-size:4em;line-height:1.875em;text-align:center}#scene06-copy05{z-index:1500;margin-top:0;margin-left:-228px;font-size:4em;line-height:1.875em;text-align:center}#scene06-copy06{z-index:1500;margin-top:0;margin-left:-360px;font-size:4em;line-height:1.875em;text-align:center}#scene06-copy07{z-index:1500;margin-top:0;margin-left:-270px;font-size:4em;line-height:1.875em;text-align:center}#scene06-star01{z-index:400;margin-left:-936px}#scene06-star02{z-index:500;margin-left:-822px}#scene06-star03{z-index:600;margin-left:-727px}#scene06-star04{z-index:800;margin-left:-609px}#scene06-star05{z-index:700;margin-left:-531px}#scene06-star06{z-index:900;margin-left:462px}#scene06-star07{z-index:300;margin-left:559px}#scene06-star08{z-index:800;margin-left:648px}#scene06-star09{z-index:700;margin-left:737px}#scene06-star10{z-index:600;margin-left:836px}#scene07-copy{z-index:1500;margin-top:-52px;margin-left:-190px;font-size:5.5em}#scene07-plane{z-index:1000;margin-bottom:-241px;margin-left:283px}#scene07-star01{z-index:400;margin-left:-939px}#scene07-star02{z-index:500;margin-left:-774px}#scene07-star03{z-index:600;margin-left:-658px}#scene07-star04{z-index:800;margin-left:-544px}#scene07-star05{z-index:700;margin-left:-404px}#scene07-star06{z-index:900;margin-left:420px}#scene07-star07{z-index:300;margin-left:599px}#scene07-star08{z-index:800;margin-left:652px}#scene07-star09{z-index:700;margin-left:797px}#scene08-copy{z-index:1500;margin-top:-52px;margin-left:-249px;font-size:5.5em}#scene08-piko{z-index:1000}#scene08-star01{z-index:400;margin-left:-940px}#scene08-star02{z-index:500;margin-left:-824px}#scene08-star03{z-index:600;margin-left:-654px}#scene08-star04{z-index:800;margin-left:-570px}#scene08-star05{z-index:700;margin-left:-530px}#scene08-star06{z-index:900;margin-left:-424px}#scene08-star07{z-index:300;margin-left:-417px}#scene08-star08{z-index:800;margin-left:340px}#scene08-star09{z-index:700;margin-left:400px}#scene08-star10{z-index:700;margin-left:498px}#scene08-star11{z-index:700;margin-left:610px}#scene08-star12{z-index:700;margin-left:750px}#scene08-star13{z-index:700;margin-left:867px}#scene09-copy{z-index:1500;margin-top:-52px;margin-left:-190px;font-size:5.5em}#scene09-satellite{z-index:1000;width:237px;height:1231px;margin-bottom:-950px;margin-left:-359px;transform-origin:center bottom}#scene10-copy{z-index:1500;margin-top:-52px;margin-left:-251px;font-size:5.5em}#scene11-copy{z-index:1500;margin-top:-52px;margin-left:-342px;font-size:5.5em}#scene11-shooting-star{z-index:1000;width:310px;height:1531px;transform-origin:center right}#scene12-copy{z-index:1500;margin-top:-52px;margin-left:-281px;font-size:5.5em}#scene12-piko{width:180px;height:152px;margin-top:-76px;margin-left:-90px}#scene12-piko .inner{position:relative;width:192px;height:152px}#scene12-piko .inner>div{position:absolute}#scene12-piko .inner>div.uni{top:0;left:0}#scene12-piko .inner>div.mask{top:34px;right:0}#scene13-copy01{z-index:1500;margin-top:-160px;margin-left:-242px;font-size:4.5em;letter-spacing:3px!important}#scene13-copy02{z-index:1500;margin-top:-160px;margin-left:-101px;font-size:4.5em;letter-spacing:3px!important}#scene13-copy03{z-index:1500;margin-top:-160px;margin-left:100px;font-size:4.5em;letter-spacing:3px!important}#scene13-station{z-index:1000;margin-left:-528px}#scene13-txt{z-index:1100;margin-bottom:5px;margin-left:-404px}#scene13-piko{width:140px;height:110px;margin-top:-55px;margin-left:-70px}#scene13-piko .inner{position:relative;width:140px;height:110px}#scene13-piko .inner img{position:absolute}#scene13-piko .inner img.piko_r{top:0;left:0}#scene13-piko .inner img.mark{top:1px;left:16px}#modal-container{position:fixed;top:0;left:0;z-index:9999;display:none;width:100%;height:100%;background-color:#fffc}#modal-container #modal{position:absolute;top:0;left:50%;width:750px;height:624px;margin-left:-375px;background-image:url(/kokoro/img/model_bg.png);background-repeat:no-repeat;background-position:0 0}#modal-container #modal .txt_area{position:absolute;top:190px;left:162px;width:400px;height:300px}#modal-container #modal .txt_area p{display:none;font-size:1.8em;line-height:1.9em;color:#2f98ce}#modal-container #modal .txt_area p.scene02{position:relative;top:30px}#modal-container #modal .txt_area p.scene03_01{font-size:1.7em}#modal-container #modal .txt_area p.scene04{position:relative;top:20px}#modal-container #modal .txt_area p.scene05{position:relative;top:20px;font-size:1.7em}#modal-container .close{position:absolute;top:0;left:50%;width:96px;height:235px;margin-left:290px}#modal-container .close img{transform-origin:center top}
