body,
html {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

body#jppg {
  font-family: 'Noto Sans JP', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}
.arrow-icon {
 font-family: sans-serif;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

header *,
footer * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.kv {
  width: 100%;
  height: 100vh;
  max-height: 720px;
  background: #8ec6ff;
  position: relative;
}

.kv .fix_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/index/kv_bgicon.png");
  background-size: 200px;
}

.kv .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #8ec6ff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, #8ec6ff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #8ec6ff 60%);
}

.kv .bgcloud {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 38vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white)), url(../images/index/kv_cloud.png);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%), url(../images/index/kv_cloud.png);
  background-size: cover;
  background-position: top center;
}

.kv .ptn {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 650px;
  z-index: 50;
}

.kv .ptn img {
  -webkit-animation: rubberBand 1s 0.2s both;
          animation: rubberBand 1s 0.2s both;
}

.kv .flight {
  position: absolute;
  top: 360px;
  left: 50%;
  width: 750px;
  z-index: 50;
  -webkit-animation: flightFadeIn 2s 1s both;
          animation: flightFadeIn 2s 1s both;
  opacity: 0;
}

.kv .deco {
  position: absolute;
  left: 50%;
}

.kv .pika1 {
  width: 200px;
  top: 190px;
  -webkit-transform: translateX(-550px);
          transform: translateX(-550px);
  z-index: 30;
}

.kv .pika1 img {
  -webkit-animation: fadeinLB 1s 2.5s both;
          animation: fadeinLB 1s 2.5s both;
}

.kv .pika2 {
  width: 200px;
  top: 210px;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  z-index: 30;
}

.kv .pika2 img {
  -webkit-animation: fadeinRB 1s 2.5s both;
          animation: fadeinRB 1s 2.5s both;
}

.kv .ballon1 {
  width: 58px;
  top: 50px;
  -webkit-transform: translateX(-560px);
          transform: translateX(-560px);
}

.kv .ballon1 img {
  -webkit-animation: fadeinB 1s 4.4s both;
          animation: fadeinB 1s 4.4s both;
}

.kv .ballon2 {
  width: 53px;
  top: 30px;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
}

.kv .ballon2 img {
  -webkit-animation: fadeinB 1s 4.6s both;
          animation: fadeinB 1s 4.6s both;
}

.kv .ballon3 {
  width: 34px;
  top: 20px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.kv .ballon3 img {
  -webkit-animation: fadeinB 1s 3.2s both;
          animation: fadeinB 1s 3.2s both;
}

.kv .cloudpika {
  width: 70px;
  top: 13px;
  -webkit-transform: translateX(-460px);
          transform: translateX(-460px);
}

.kv .cloudpika img {
  -webkit-animation: fadeinB 1s 4s both;
          animation: fadeinB 1s 4s both;
}

.kv .cloud1 {
  width: 90px;
  top: 300px;
  -webkit-transform: translateX(-680px);
          transform: translateX(-680px);
}

.kv .cloud1 img {
  -webkit-animation: fadeinB 1s 3.6s both;
          animation: fadeinB 1s 3.6s both;
}

.kv .cloud2 {
  width: 50px;
  top: 100px;
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}

.kv .cloud2 img {
  -webkit-animation: fadeinB 1s 3s both;
          animation: fadeinB 1s 3s both;
}

.kv .cloud3 {
  width: 60px;
  top: 60px;
  -webkit-transform: translateX(-330px);
          transform: translateX(-330px);
}

.kv .cloud3 img {
  -webkit-animation: fadeinB 1s 3.4s both;
          animation: fadeinB 1s 3.4s both;
}

.kv .cloud4 {
  width: 50px;
  top: 100px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.kv .cloud4 img {
  -webkit-animation: fadeinB 1s 2.8s both;
          animation: fadeinB 1s 2.8s both;
}

.kv .cloud5 {
  width: 50px;
  top: 30px;
  -webkit-transform: translateX(420px);
          transform: translateX(420px);
}

.kv .cloud5 img {
  -webkit-animation: fadeinB 1s 4.2s both;
          animation: fadeinB 1s 4.2s both;
}

.kv .cloud6 {
  width: 95px;
  top: 175px;
  -webkit-transform: translateX(530px);
          transform: translateX(530px);
}

.kv .cloud6 img {
  -webkit-animation: fadeinB 1s 3.8s both;
          animation: fadeinB 1s 3.8s both;
}

.sec {
  -webkit-transition: 1s;
  transition: 1s;
}

.sec.active .title .ball {
  -webkit-animation: title_ball 1s 0.5s both;
          animation: title_ball 1s 0.5s both;
}

.sec.active .title h2 {
  -webkit-animation: title_word 1s 0.5s both;
          animation: title_word 1s 0.5s both;
}

.sec.active .text {
  -webkit-animation: fadeinB 1s 1s both;
          animation: fadeinB 1s 1s both;
}

.sec .container {
  padding: 40px 0;
}

.sec .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.sec .title .ball {
  opacity: 0;
  width: 50px;
  height: 50px;
  background: url(../images/index/icon_pokemonball.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
}

.sec .title h2 {
  opacity: 0;
  color: #b0b8dd;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}

.sec .title h2 span {
  font-size: 25px;
  margin-left: 10px;
}

.sec .title.dark h2 {
  color: #3a3a3a;
}

.sec .text {
  opacity: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
  color: #474241;
}

.sec .text.center {
  text-align: center;
}

.sec .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}

.sec .btn_area .icon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 20px;
  color: #3a3a3a;
  border-bottom: 2px solid #3a3a3a;
  padding-bottom: 5px;
}

.sec .btn_area .icon_btn span {
  display: block;
  width: 25px;
  margin-right: 5px;
}

.sec .btn_area .icon_btn::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/index/icon_flight.png) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.sec .btn_area .icon_btn:hover {
  color: #697db9;
  border-bottom: 2px solid #697db9;
}

.sec .btn_area .icon_btn:hover::before {
  background-image: url(../images/index/icon_flight2.png);
}

.kv2 .img {
  max-width: 1920px;
  -webkit-animation: fadeinB 1s 2s both;
          animation: fadeinB 1s 2s both;
}

.sec1 {
  background: #fff;
  padding: 40px 0;
}

.sec2 {
  position: relative;
  background: url(../images/index/sec2_bg.jpg) #aae2ff no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.sec2 .container {
  position: relative;
}

.sec2 .cloud_top {
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgba(255, 255, 255, 0)), to(white)), url("../images/index/sec2_cloudtop.png") no-repeat;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 90%, white 100%), url("../images/index/sec2_cloudtop.png") no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.sec2 .cloud_bottom {
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(white)), url("../images/index/sec2_cloudbottom.png") no-repeat;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, white 100%), url("../images/index/sec2_cloudbottom.png") no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec1 .row, .sec2 .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec1 .row .col, .sec2 .row .col {
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48%;
  margin-bottom: 20px;
}

.sec2 .text {
  margin: 0 auto;
}

.sec2 .deco {
  position: absolute;
  left: 50%;
  pointer-events: none;
}

.sec2 .pika {
  width: 280px;
  top: 140px;
  -webkit-transform: translateX(-860px);
          transform: translateX(-860px);
}

.sec2 .pika img {
  opacity: 0;
}

.sec2 .shaymin {
  width: 180px;
  top: 190px;
  -webkit-transform: translateX(580px);
          transform: translateX(580px);
}

.sec2 .shaymin img {
  opacity: 0;
}

.sec1.active .row .col-l, .sec2.active .row .col-l {
  -webkit-animation: fadeinL 1s 1s both;
          animation: fadeinL 1s 1s both;
}

.sec1.active .row .col-r, .sec2.active .row .col-r {
  -webkit-animation: fadeinR 1s 1s both;
          animation: fadeinR 1s 1s both;
}

.sec2.active .pika img {
  -webkit-animation: sec2pika 1s 2s both;
          animation: sec2pika 1s 2s both;
}

.sec2.active .shaymin img {
  -webkit-animation: sec2shaymin 1s 2s both;
          animation: sec2shaymin 1s 2s both;
}

.sec3 {
  padding: 50px 0;
}

.sec3 .container .title {
  margin-bottom: 0;
}

.sec3 .seat {
  opacity: 0;
  position: relative;
  height: 550px;
  background: url(../images/index/sec3_seat.png) no-repeat;
  background-position: center bottom;
  background-size: 1920px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.sec3 .seat .shadow {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 290px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 60%, white 100%);
}

.sec3 .seat .film {
  opacity: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 510px;
  height: 290px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.sec3 .seat .film::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 105%;
  top: 0;
  left: -1%;
  background: url(../images/index/sec3_border.png) top center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.sec3 .seat .film iframe,
.sec3 .seat .film img {
  border-radius: 25px;
}

.sec3 .text {
  text-align: center;
}

.sec3.active .seat {
  opacity: 1;
  background-size: 2740px;
}

.sec3.active .seat .film {
  opacity: 1;
  bottom: 63px;
  width: 727px;
  height: 420px;
  border-radius: 36px;
}

.sec3.active .seat .film iframe,
.sec3.active .seat .film img {
  width: 100%;
  height: 100%;
}

.sec3.active .seat .border {
  bottom: 43px;
  width: 727px;
}

.sec4 {
  padding: 50px 0;
  background: #e6e6e6;
  overflow: hidden;
}

.sec4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sec4 .morelist {
  opacity: 0;
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
}

.sec4 .morelist li {
  position: relative;
  width: 250px;
  border-radius: 250px 250px 0 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}

.sec4 .morelist li a {
  display: block;
  color: inherit;
}

.sec4 .morelist li .shadow {
  position: absolute;
  top: 0;
  width: 250px;
  height: 373px;
  border-radius: 250px;
  -webkit-box-shadow: 0 10px 2px rgba(100, 100, 100, 0.1) inset;
          box-shadow: 0 10px 2px rgba(100, 100, 100, 0.1) inset;
  z-index: 21;
}

.sec4 .morelist li .window {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 373px;
  border-radius: 250px;
  background: #b7caf2;
  z-index: 20;
  -webkit-transition: 1s;
  transition: 1s;
}

.sec4 .morelist li .window > div {
  width: 240px;
}

.sec4 .morelist li .window .icon {
  width: 60px;
  margin: 0 auto 40px;
}

.sec4 .morelist li .window .icon.pika {
  width: 80px;
}

.sec4 .morelist li .window .word {
  text-align: center;
  font-size: 24px;
  margin: 0;
}

.sec4 .morelist li .openwindow {
  position: relative;
  width: 250px;
  height: 373px;
  border-radius: 250px;
  background: #7ad3ff;
}

.sec4 .morelist li .openwindow .float_pika {
  position: absolute;
  width: 160px;
  left: 50%;
  -webkit-animation: pikamove 3s infinite alternate ease-in;
          animation: pikamove 3s infinite alternate ease-in;
}

.sec4 .morelist li .openwindow .border {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 250px;
  border: 40px solid #fff;
}

.sec4 .morelist li .subtitle {
  width: 110px;
  margin: 20px auto;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #3a3a3a;
}

.sec4 .morelist li:hover .window {
  top: -300px;
}

.sec4 .morelist .pikacaptain {
  position: absolute;
  width: 100px;
  right: -140px;
  bottom: -70px;
}

.sec4 .morelist::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -288px;
  width: 250px;
  height: 373px;
  border-radius: 250px;
  background: #b7caf2;
  opacity: 0.3;
}

.sec4 .morelist::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -288px;
  width: 250px;
  height: 373px;
  border-radius: 250px;
  background: #b7caf2;
  opacity: 0.3;
}

.sec4.active .morelist {
  -webkit-animation: fadeinB 1s 1s both;
          animation: fadeinB 1s 1s both;
}

.sec4.active .morelist .pikacaptain {
  -webkit-animation: jump 0.8s 1.5s both ease-in-out;
          animation: jump 0.8s 1.5s both ease-in-out;
}

.sec5 {
  padding: 120px 0 40px;
}

.sec5 .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec5 .flight_list {
  position: relative;
  width: 55%;
}

.sec5 .flight_list .head {
  width: 100%;
  opacity: 0;
  background: #00125d;
  color: white;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
}

.sec5 .flight_list .head table {
  width: 100%;
  margin: 0 auto;
}

.sec5 .flight_list .head td {
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

.sec5 .flight_list .head .col1 {
  width: 15%;
}

.sec5 .flight_list .head .col2 {
  width: 35%;
}

.sec5 .flight_list .body {
  width: 100%;
  opacity: 0;
  background: #e6e6e6;
  color: #00125d;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
}

.sec5 .flight_list .body table {
  width: 100%;
  margin: 0 auto;
}

.sec5 .flight_list .body td {
  width: auto;
  vertical-align: middle;
  text-align: center;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.2;
  padding: 2px 0;
}

.sec5 .flight_list .body td img {
  width: 40px;
}

.sec5 .flight_list .body .col1 {
  width: 15%;
}

.sec5 .flight_list .body .col2 {
  width: 35%;
}

.sec5 .flight_list .body .col3 {
  width: 100%;
  padding: 5px 0;
}

.sec5 .flight_list .body .note1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  -webkit-animation: none;
          animation: none;
  color: #00125d;
  padding: 10px 5px 0;
  border-top: 1px solid #00125d;
}

.sec5 .flight_list .note {
  opacity: 0;
  position: relative;
}

.sec5 .flight_list .note p {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #23298f;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sec5 .flight_list .note p.half {
  height: 45px;
}

.sec5 .flight_list .note .btn {
  display: block;
  margin: 0 auto;
  width: 60px;
  position: relative;
  font-size: 12px;
  color: #b0b8dd;
  text-align: center;
  border-radius: 24px;
  text-align: center;
  padding: 5px 10px;
}

.sec5 .flight_list .note .btn:hover {
  color: #b7caf2;
}

.sec5 .flight_list .note .btn .icon {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #b0b8dd transparent transparent transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec5 .flight_list .note .btn.open .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec5 .flight_list .pika {
  opacity: 0;
  position: absolute;
  width: 250px;
  top: -68px;
  right: -110px;
  z-index: 50;
}

.sec5 .map {
  opacity: 0;
  width: 40%;
  margin-top: 100px;
}

.sec5 .map .note .c1 {
  font-size: 14px;
  line-height: 1.5;
  color: #7522c2;
}

.sec5 .map .note .c2 {
  font-size: 14px;
  line-height: 1.5;
  color: #23298f;
}

.sec5 .map .note .c3 {
  font-size: 14px;
  line-height: 1.5;
  color: #2c2b3c;
}

.sec5.active .flight_list .head {
  -webkit-animation: fadeinB 1s 1s both;
          animation: fadeinB 1s 1s both;
}

.sec5.active .flight_list .body {
  -webkit-animation: flipintobottom 1s 1.3s both;
          animation: flipintobottom 1s 1.3s both;
}

.sec5.active .flight_list .body2 {
  -webkit-animation: flipintobottom 1s 1.6s both;
          animation: flipintobottom 1s 1.6s both;
}

.sec5.active .flight_list .body3 {
  -webkit-animation: flipintobottom 1s 1.9s both;
          animation: flipintobottom 1s 1.9s both;
}

.sec5.active .flight_list .body4 {
  -webkit-animation: flipintobottom 1s 2.2s both;
          animation: flipintobottom 1s 2.2s both;
}

.sec5.active .flight_list .body5 {
  -webkit-animation: flipintobottom 1s 2.5s both;
          animation: flipintobottom 1s 2.5s both;
}

.sec5.active .flight_list .body6 {
  -webkit-animation: flipintobottom 1s 2.8s both;
          animation: flipintobottom 1s 2.8s both;
}

.sec5.active .flight_list .body7 {
  -webkit-animation: flipintobottom 1s 3.1s both !important;
          animation: flipintobottom 1s 3.1s both !important;
}

.sec5.active .flight_list .note {
  -webkit-animation: fadeinB 1s 2.5s both;
          animation: fadeinB 1s 2.5s both;
}

.sec5.active .flight_list .pika {
  -webkit-animation: fadeinB 1s 2.5s both;
          animation: fadeinB 1s 2.5s both;
}

.sec5.active .map {
  -webkit-animation: fadeinR 1s 2s both;
          animation: fadeinR 1s 2s both;
}

#enpg .sec4 .morelist li .subtitle {
  width: 80%;
  line-height: 1.2;
}

#enpg .sec5 .head td,
#enpg .sec5 .body td {
  font-size: 16px;
}

#jppg .sec4 .morelist li .subtitle {
  font-size: 20px;
  width: 80%;
  line-height: 1.2;
}

.sec6_table {position:relative; margin-top:30px;}
.sec6_table.active { -webkit-animation: fadeinB 1s 1s both;
          animation: fadeinB 1s 1s both;}
.sec6_table .tphd {font-size:24px; color:white; font-style:italic; box-sizing:border-box; padding:10px 35px; border-top-left-radius:15px; border-top-right-radius:15px; background:#8ea3e0;}
.sec6_table .btinfo {position:relative; box-sizing:border-box; padding:35px; background:url(../images/index/sec6_bg.jpg) center repeat; background-size:100%; display:flex; flex-wrap:nowrap; justify-content:space-evenly; align-items:flex-start; border-bottom-left-radius:15px; border-bottom-right-radius: 15px;}
.sec6_table .btinfo .lt {width:55%;}
/* .sec6_table .btinfo .rt {width:45%;} */
.sec6_table .btinfo img.case {position:absolute; right:-10px; bottom:-30px; width:100px;}
.sec6_table .stitle {font-size:18px; line-height:34px; color:#2f77bd;}
.sec6_table .stitle img {display:inline-block; vertical-align:middle; width:20px; height:auto; margin-right:3px;}
.sec6_table li {font-size:18px; line-height:34px; color:#2f77bd;}
.sec6_table li strong {color:white; font-size:22px; text-shadow:-1px -1px 1px #8ea3e0, 1px -1px 1px #8ea3e0, -1px 1px 1px #8ea3e0, 1px 1px 1px #8ea3e0;}
.sec6_table li small {font-size:14px;}
.sec6_table .date {display:block; font-size:18px; line-height:20px; color:#3261a2; margin-left:30px;}
.sec6_table .date small {display:block; font-size:12px;}
.sec6_table .lne {display: block;
    width: 2px;
    height: 100px;
    background: #3261a2;
    margin:5px 0px 5px 55px;}
#sec6 .pokemon {position:absolute; z-index:3; right:20%; bottom:20px; width:170px;}
#sec6 a.btn {display:table;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 16px;
    transition: 0.3s;
    color: white;
    padding: 8px 30px;
    font-weight: bold;
    background:#8ea0f4;
    margin:auto;
}


:root {
    --ci1-color: #8ea0f4;
    --ci2-color: #fcca54;
}

#sec8 {background:white;
    margin: 0;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position:relative;
}

#sec8 .pokemon_1 {width:200px; position:absolute; top:20px; left:20px;}
#sec8 .pokemon_2 {width:250px; position:absolute; top:300px; right:20px;}

#sec8 .container {
    width: 90%;
    max-width: 800px;
}

#sec8 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.table-header{display: grid;
    grid-template-columns: 1.5fr 2fr 0.5fr 2fr 1.5fr 1.2fr;
    background-color: #b0b8dd;
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    margin-bottom:20px;
}
.route-row {
    display: grid;
    grid-template-columns: 1.5fr 2fr 0.5fr 2fr 1.5fr 1.2fr;
    align-items: center;
    text-align: center;
    margin-bottom:30px;
}
.transfer-icon {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}
.table-header div:nth-child(3) {
    visibility: hidden;
}
.origin, .destination {
    font-weight: 500;
    white-space: nowrap;
}
.route-card {
    position: relative;
    padding:20px;
    margin-bottom: 5px;
    border-radius:12px;
    color: white;
    overflow: hidden;
}

.route-row:last-of-type { border-bottom: none; }

.ci1-theme { background-color: var(--ci1-color); }
.ci2-theme { background-color: var(--ci2-color); }

/* 按鈕樣式 */
a.button {
    cursor: pointer;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    transition: 0.3s;
}
.flight-no {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}
.flight-action a {
  white-space: nowrap;
}
.flight-action a.ci1 {
    background-color: white;
    color: var(--ci1-color);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.flight-action a.ci2 {
    background-color: white;
    color: var(--ci2-color);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-btn-container {position:relative; z-index:3;
    text-align: center;
    margin: 15px 0 30px;
}

.search-btn {
    color: white;
    padding: 8px 30px;
    font-weight: bold;
}

.ci1-btn { background-color: var(--ci1-color); }
.ci2-btn { background-color: var(--ci2-color); }

/* 浮水印與腳註 */
.footnote {
    font-size: 11px;
    padding:10px 20px 0px 20px;
    margin-top: 5px;
    opacity: 0.9;
    border-top:1px solid white;
}

.watermark {
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.15);
    font-style: italic;
    pointer-events: none;
}

#sec8 img.map {width:100%; height:auto; margin-top:-200px;}



@media screen and (max-width: 1100px) {
  .container {
    max-width: 720px;
  }
  .kv {
    height: 60vw;
    max-height: none;
  }
  .kv .bgcloud {
    height: 25vw;
  }
  .kv .ptn {
    top: 5vw;
    width: 50vw;
  }
  .kv .flight {
    top: 26vw;
    width: 60vw;
  }
  .kv .pika1 {
    width: 15vw;
    -webkit-transform: translateX(-45vw);
            transform: translateX(-45vw);
  }
  .kv .pika2 {
    width: 15vw;
    -webkit-transform: translateX(32vw);
            transform: translateX(32vw);
  }
  .kv .ballon1 {
    width: 3vw;
    -webkit-transform: translateX(-48vw);
            transform: translateX(-48vw);
  }
  .kv .ballon2 {
    width: 2.4vw;
    -webkit-transform: translateX(14vw);
            transform: translateX(14vw);
  }
  .kv .ballon3 {
    width: 3.5vw;
    -webkit-transform: translateX(30vw);
            transform: translateX(30vw);
  }
  .kv .cloudpika {
    width: 5.5vw;
    -webkit-transform: translateX(-40vw);
            transform: translateX(-40vw);
  }
  .kv .cloud1 {
    width: 5vw;
    top: 120px;
    -webkit-transform: translateX(-42vw);
            transform: translateX(-42vw);
  }
  .kv .cloud2 {
    width: 6vw;
    top: 80px;
    -webkit-transform: translateX(-32vw);
            transform: translateX(-32vw);
  }
  .kv .cloud3 {
    width: 4.5vw;
    top: 20px;
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
  .kv .cloud4 {
    width: 3vw;
    top: 20px;
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  .kv .cloud5 {
    width: 4.5vw;
    top: 80px;
    -webkit-transform: translateX(25vw);
            transform: translateX(25vw);
  }
  .kv .cloud6 {
    width: 6.2vw;
    top: 120px;
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
  }
  .sec .container {
    padding: 20px 0;
  }
  .sec .title {
    margin-bottom: 25px;
  }
  .sec .title .ball {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .sec .title h2 {
    font-size: 24px;
  }
  .sec .title h2 span {
    font-size: 18px;
  }
  .sec .text {
    font-size: 15px;
  }
  .sec1 {
    padding: 0;
  }
  .sec1 .container {
    padding-bottom: 0;
  }
  .sec2 .cloud_top {
    height: 28vw;
  }
  .sec2 .cloud_bottom {
    height: 28vw;
  }
  .sec2 .text {
    width: 100%;
  }
  .sec2 .pika {
    width: 18vw;
    top: 10vw;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  .sec2 .shaymin {
    width: 12vw;
    top: 13vw;
    -webkit-transform: translateX(32vw);
            transform: translateX(32vw);
  }
  .sec4 .morelist li {
    width: 160px;
    border-radius: 160px 160px 0 0;
  }
  .sec4 .morelist li .shadow {
    width: 160px;
    height: 239px;
    border-radius: 160px;
  }
  .sec4 .morelist li .window {
    width: 160px;
    height: 239px;
    border-radius: 160px;
  }
  .sec4 .morelist li .window .icon {
    width: 40%;
    margin: 0 auto 3vw;
  }
  .sec4 .morelist li .window .icon.pika {
    width: 45%;
  }
  .sec4 .morelist li .window .word {
    font-size: 15px;
  }
  .sec4 .morelist li .openwindow {
    width: 160px;
    height: 239px;
    border-radius: 160px;
  }
  .sec4 .morelist li .openwindow .float_pika {
    width: 120px;
  }
  .sec4 .morelist li .openwindow .border {
    border: 20px solid #fff;
  }
  .sec4 .morelist li .subtitle {
    font-size: 18px;
    padding-bottom: 10px;
    width: 90px;
  }
  .sec4 .morelist::before {
    left: -188px;
    width: 160px;
    height: 239px;
    border-radius: 160px;
  }
  .sec4 .morelist::after {
    right: -188px;
    width: 160px;
    height: 239px;
    border-radius: 160px;
  }
  .sec4 .morelist .pikacaptain {
    position: absolute;
    width: 95px;
    right: -93px;
    bottom: -60px;
  }
  .sec5 .flight_list {
    width: 65%;
  }
  .sec5 .flight_list .body .col1,
  .sec5 .flight_list .body .col2,
  .sec5 .flight_list .head .col1,
  .sec5 .flight_list .head .col2 {
    font-size: 18px;
  }
  .sec5 .flight_list .pika {
    width: 150px;
    top: -38px;
    right: -40px;
  }
  .sec5 .map {
    width: 30%;
    margin-top: 80px;
  }
  #enpg .sec4 .morelist li .subtitle {
    width: 98%;
    font-size: 15px;
  }
  #jppg .sec4 .morelist li .subtitle {
    width: 98%;
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .wrapper {
    margin-top: 50px;
  }
  .container {
    width: 95%;
  }
  .container.container {
    padding-bottom: 150px;
  }
  .sec .title h2 {
    font-size: 20px;
  }
  .sec .title h2 span {
    display: block;
    margin: 4px 0 0 0;
    font-size: 16px;
  }
  .sec .text {
    font-size: 15px;
  }
  .sec2 .pika {
    width: 14vw;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-17vw);
            transform: translateX(-17vw);
  }
  .sec2 .shaymin {
    width: 10vw;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(3vw);
            transform: translateX(3vw);
  }
  .sec3 .seat {
    height: 75vw;
    background-size: 150vw;
  }
  .sec3 .seat .film {
    bottom: 2vw;
    width: 39vw;
    height: 22.2vw;
  }
  .sec3 .seat .film iframe,
  .sec3 .seat .film img {
    width: 100%;
    height: 100%;
  }
  .sec3 .text {
    text-align: center;
  }
  .sec3.active .seat {
    background-size: 300vw;
  }
  .sec3.active .seat .film {
    bottom: 4.5vw;
    width: 80vw;
    height: 45.54vw;
    border-radius: 20px;
  }
  .sec3.active .seat .film iframe,
  .sec3.active .seat .film img {
    width: 100%;
    height: 100%;
  }
  .sec3.active .seat .border {
    bottom: 5vw;
    width: 80vw;
    height: 45.54vw;
  }
  .sec4 {
    padding-bottom: 80px;
  }
  .sec4 .morelist li.on .window {
    top: -210px;
  }
  .sec4 .morelist li:hover .window {
    top: -210px;
  }
  .sec4 .morelist .pikacaptain {
    width: 10vw;
    right: 0vw;
    bottom: -10vw;
  }
  .sec5 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec5 .flight_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec5 .flight_list .pika {
    width: 28vw;
    top: -10vw;
    right: 0vw;
  }
  .sec5 .map {
    width: 100%;
    margin-top: 0;
  }
  .sec5 .map img {
    max-width: 380px;
  }
  #enpg .sec4 .morelist li .subtitle {
    width: 98%;
    font-size: 14px;
  }
  #jppg .sec4 .morelist li .subtitle {
    width: 98%;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .kv {
    background-size: 50vw;
    height: 120vw;
  }
  .kv .fix_bg {
    background-size: 30vw;
  }
  .kv .ptn {
    top: 15vw;
    width: 75vw;
  }
  .kv .flight {
    top: 50vw;
    width: 80vw;
  }
  .kv .pika1 {
    width: 30vw;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: 5vw;
    left: 15vw;
  }
  .kv .pika2 {
    width: 30vw;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: 15vw;
    left: auto;
    right: 15vw;
  }
  .kv .ballon1 {
    width: 8vw;
    top: 10vw;
  }
  .kv .ballon2 {
    width: 6vw;
    top: 2vw;
    -webkit-transform: translateX(30vw);
            transform: translateX(30vw);
  }
  .kv .ballon3 {
    width: 10vw;
    top: 12vw;
    -webkit-transform: translateX(38vw);
            transform: translateX(38vw);
  }
  .kv .cloudpika {
    width: 12vw;
    top: 5vw;
    -webkit-transform: translateX(-35vw);
            transform: translateX(-35vw);
  }
  .kv .cloud1 {
    width: 8vw;
    top: 30vw;
    -webkit-transform: translateX(-52vw);
            transform: translateX(-52vw);
  }
  .kv .cloud2 {
    width: 9vw;
    top: 42vw;
    -webkit-transform: translateX(-40vw);
            transform: translateX(-40vw);
  }
  .kv .cloud3 {
    width: 7vw;
    top: 3.5vw;
    -webkit-transform: translateX(-12vw);
            transform: translateX(-12vw);
  }
  .kv .cloud4 {
    width: 8vw;
    top: 10vw;
    -webkit-transform: translateX(14vw);
            transform: translateX(14vw);
  }
  .kv .cloud5 {
    width: 5.2vw;
    top: 2vw;
    -webkit-transform: translateX(38vw);
            transform: translateX(38vw);
  }
  .kv .cloud6 {
    width: 12vw;
    top: 39vw;
    -webkit-transform: translateX(42vw);
            transform: translateX(42vw);
  }
  .sec .btn_area {
    margin: 20px auto;
  }
  .sec .btn_area .icon_btn {
    font-size: 15px;
  }
  .sec .btn_area .icon_btn span {
    width: 18px;
  }
  .sec1 .row, .sec2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec1 .row .col, .sec2 .row .col {
    width: 90%;
  }
  .sec2 .pika {
    width: 30vw;
    -webkit-transform: translateX(-33vw);
            transform: translateX(-33vw);
  }
  .sec2 .shaymin {
    width: 20vw;
    -webkit-transform: translateX(3vw);
            transform: translateX(3vw);
  }
  .sec3 {
    padding: 10vw 0;
  }
  .sec3 .seat {
    height: 65vw;
  }
  .sec3 .text {
    text-align: left;
  }
  .sec4 {
    padding: 10vw 0 5vw;
  }
  .sec4 .morelist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sec4 .morelist li {
    width: 40vw;
    border-radius: 40vw 40vw 0 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .sec4 .morelist li .shadow {
    width: 40vw;
    height: 59.8vw;
    border-radius: 40vw;
  }
  .sec4 .morelist li .window {
    width: 40vw;
    height: 59.8vw;
    border-radius: 40vw;
  }
  .sec4 .morelist li .window .word {
    font-size: 13px;
  }
  .sec4 .morelist li .openwindow {
    width: 40vw;
    height: 59.8vw;
    border-radius: 40vw;
  }
  .sec4 .morelist li .openwindow .float_pika {
    width: 29vw;
  }
  .sec4 .morelist li .openwindow .border {
    border: 16px solid #fff;
  }
  .sec4 .morelist li .subtitle {
    width: 76px;
    font-size: 15px;
    margin: 8px auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #3a3a3a;
  }
  .sec4 .morelist li.on .window {
    top: -55vw;
  }
  .sec4 .morelist li:hover .window {
    top: -55vw;
  }
  .sec4 .morelist .pikacaptain {
    position: absolute;
    width: 25vw;
    right: 0vw;
    bottom: -5vw;
    padding-left: 6vw;
   
  }
  .sec5 {
    padding: 10vw 0;
  }
  .sec5 .flight_list .body .col2,
  .sec5 .flight_list .body .col1,
  .sec5 .flight_list .head .col2,
  .sec5 .flight_list .head .col1 {
    font-size: 15px;
  }
  .sec5 .flight_list .body .note1,
  .sec5 .flight_list .head .note1 {
    font-size: 12px;
  }
  .sec5 .flight_list .col3 .note1 {
    font-size: 12px;
  }
  .sec5 .flight_list .pika {
    width: 30vw;
    top: -35px;
    right: 0vw;
  }
  .sec5 .map img {
    width: 90%;
  }
  .wrapper.en_page .sec4 .morelist li .subtitle, .wrapper.jp_page .sec4 .morelist li .subtitle {
    font-size: 15px;
  }

  .sec6_table .tphd {font-size:18px;}
  .sec6_table .stitle, .sec6_table li {font-size:14px; line-height:24px;}
  .sec6_table li small {font-size:12px;}
  .sec6_table li strong {font-size:18px;}
  .sec6_table .btinfo {flex-wrap:wrap; background-size:120%;}
  .sec6_table .btinfo .lt, .sec6_table .btinfo .rt {width:100%;}
  .sec6_table .btinfo .rt {margin-top:20px;}
  .sec6_table .btinfo img.case {display:none;}
  .sec6_table .date {display:inline-block;}
  .sec6_table .lne {display:inline-block; width:40px; height:2px;}
  #sec6 .pokemon {bottom:0px; width:80px;}

  #sec8 .pokemon_1, #sec8 .pokemon_2 {display:none;}

  .table-header {
        display: none;
    }

  .route-row {
        /* 改為四排垂直佈局 */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px; /* 每排之間的間距 */
        padding:10px;
        text-align: center;
    }

    /* 第一排：班號 */
    .flight-no {
        font-size:14px;
        letter-spacing: 1px;
    }

    /* 第二排：出發地 / 箭頭 / 目的地 */
    /* 使用 flex 讓這三個元素在同一排 */
    .origin, .transfer-icon, .destination {
        display: inline-block;
        vertical-align: middle;
    }
    
    .flight-path {font-size:16px;}
    .origin, .destination {
        font-size:16px;
        min-width: 100px; /* 給地名一點空間，避免擠在一起 */
    }

    .transfer-icon {
        margin: 0 15px;
        font-size:16px;
        transform: rotate(90deg);
    }

    /* 第三排：飛航日 */
    .flight-days {
        font-size:14px;
        color: rgba(255, 255, 255, 0.9);
    }

    /* 第四排：按鈕 */
    .flight-action {
        width: 100%;
        margin-top: 5px;
    }

    .flight-action button {
        width: 80%; /* 按鈕在手機版稍微加寬，比較好點擊 */
        max-width: 250px;
    }

    .watermark {
        font-size: 50px;
        bottom: 5px;
    }

  #sec8 img.map {width:150%; margin-top:-100px;}


}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.animate__animated.animate__delay-15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate__animated.animate__delay-25s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate__animated.animate__delay-45s {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

@-webkit-keyframes fadeinB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fadeinR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeinR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes fadeinRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeinRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeinLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeinLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeinLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes shine {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flightFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-10%, 30%);
            transform: translate(-10%, 30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes flightFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-10%, 30%);
            transform: translate(-10%, 30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes title_word {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes title_word {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes title_ball {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px) rotate(-270deg);
            transform: translateX(-150px) rotate(-270deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

@keyframes title_ball {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px) rotate(-270deg);
            transform: translateX(-150px) rotate(-270deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes sec2pika {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes sec2pika {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes sec2shaymin {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 20px);
            transform: translate(50px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

@keyframes sec2shaymin {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 20px);
            transform: translate(50px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

@-webkit-keyframes flipouttoleft {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-90deg) scale(0.9);
            transform: rotateY(-90deg) scale(0.9);
  }
}

@keyframes flipouttoleft {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-90deg) scale(0.9);
            transform: rotateY(-90deg) scale(0.9);
  }
}

@-webkit-keyframes flipouttoright {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(90deg) scale(0.9);
            transform: rotateY(90deg) scale(0.9);
  }
}

@keyframes flipouttoright {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(90deg) scale(0.9);
            transform: rotateY(90deg) scale(0.9);
  }
}

@-webkit-keyframes flipintoleft {
  from {
    -webkit-transform: rotateY(-90deg) scale(0.9);
            transform: rotateY(-90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes flipintoleft {
  from {
    -webkit-transform: rotateY(-90deg) scale(0.9);
            transform: rotateY(-90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@-webkit-keyframes flipintoright {
  from {
    -webkit-transform: rotateY(90deg) scale(0.9);
            transform: rotateY(90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes flipintoright {
  from {
    -webkit-transform: rotateY(90deg) scale(0.9);
            transform: rotateY(90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@-webkit-keyframes jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pikamove {
  0% {
    -webkit-transform: translate(-49%, 100px);
            transform: translate(-49%, 100px);
  }
  50% {
    -webkit-transform: translate(-50%, 125px);
            transform: translate(-50%, 125px);
  }
  100% {
    -webkit-transform: translate(-49%, 100px);
            transform: translate(-49%, 100px);
  }
}

@keyframes pikamove {
  0% {
    -webkit-transform: translate(-49%, 100px);
            transform: translate(-49%, 100px);
  }
  50% {
    -webkit-transform: translate(-50%, 125px);
            transform: translate(-50%, 125px);
  }
  100% {
    -webkit-transform: translate(-49%, 100px);
            transform: translate(-49%, 100px);
  }
}

@-webkit-keyframes flipintobottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(720deg);
            transform: rotateX(720deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@keyframes flipintobottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(720deg);
            transform: rotateX(720deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (max-width: 1100px) {
  @-webkit-keyframes jump {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    25% {
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
    }
    50% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(-5%);
              transform: translateY(-5%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes jump {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    25% {
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
    }
    50% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(-5%);
              transform: translateY(-5%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes pikamove {
    0% {
      -webkit-transform: translate(-49%, 35%);
              transform: translate(-49%, 35%);
    }
    50% {
      -webkit-transform: translate(-50%, 60%);
              transform: translate(-50%, 60%);
    }
    100% {
      -webkit-transform: translate(-49%, 35%);
              transform: translate(-49%, 35%);
    }
  }
  @keyframes pikamove {
    0% {
      -webkit-transform: translate(-49%, 35%);
              transform: translate(-49%, 35%);
    }
    50% {
      -webkit-transform: translate(-50%, 60%);
              transform: translate(-50%, 60%);
    }
    100% {
      -webkit-transform: translate(-49%, 35%);
              transform: translate(-49%, 35%);
    }
  }
}

@media screen and (max-width: 480px) {
  @-webkit-keyframes pikamove {
    0% {
      -webkit-transform: translate(-49%, 12vw);
              transform: translate(-49%, 12vw);
    }
    50% {
      -webkit-transform: translate(-50%, 15vw);
              transform: translate(-50%, 15vw);
    }
    100% {
      -webkit-transform: translate(-49%, 12vw);
              transform: translate(-49%, 12vw);
    }
  }
  @keyframes pikamove {
    0% {
      -webkit-transform: translate(-49%, 12vw);
              transform: translate(-49%, 12vw);
    }
    50% {
      -webkit-transform: translate(-50%, 15vw);
              transform: translate(-50%, 15vw);
    }
    100% {
      -webkit-transform: translate(-49%, 12vw);
              transform: translate(-49%, 12vw);
    }
  }
}
