@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

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

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated2 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated3 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.animated4 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated2.infinite {
  animation-iteration-count: infinite;
}

.animated3.infinite {
  animation-iteration-count: infinite;
}

.animated4.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    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 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes haneL {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes haneR {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes haneL2 {
  0% {
    transform: rotate(-10deg);
    margin-right: -2px;
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes haneR2 {
  0% {
    transform: rotate(10deg);
    margin-left: -2px;
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes fune {
  0% {
    width: 0px;
  }
  100% {
    width: 180px;
    @media screen and (max-width: 767px) {
      width: 48vw;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes fune {
    0% {
      width: 0vw;
    }
    100% {
      width: 48vw;
      height: 6vw;
    }
  }
}
@keyframes kamome {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes ship {
  0% {
    left: -100px;
  }
  100% {
    left: 100%;
  }
}
@keyframes shortline-w {
  0% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes longline-w {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes moon-w {
  0% {
    top: 80px;
    left: 20px;
    opacity: 1;
  }
  50% {
    top: 40px;
    left: 90px;
    opacity: 1;
  }
  100% {
    top: 80px;
    left: 180px;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes moon-w {
    0% {
      top: 10vw;
      left: 5vw;
      opacity: 1;
    }
    50% {
      top: 5vw;
      left: 16vw;
      opacity: 1;
    }
    100% {
      top: 12vw;
      left: 28vw;
      opacity: 0;
    }
  }
}
@keyframes sun-w {
  0% {
    bottom: 0;
    left: 0;
  }
  100% {
    bottom: 20px;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes sun-w {
    0% {
      bottom: 0;
      left: 0;
    }
    100% {
      bottom: 1.2vw;
      left: 3vw;
    }
  }
}
@keyframes hamon1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamon2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamon3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamon4 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-sl01 {
  0% {
    top: 72%;
  }
  100% {
    top: 67%;
  }
}
@keyframes line-sl02 {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 75%;
  }
}
@keyframes line-sl03 {
  0% {
    opacity: 0;
    top: 85%;
  }
  100% {
    opacity: 1;
    top: 78%;
  }
}
@media screen and (max-width: 767px) {
  @keyframes line-sl01-top {
    0% {
      top: 80%;
    }
    100% {
      top: 68%;
    }
  }
  @keyframes line-sl01 {
    0% {
      top: 72%;
    }
    100% {
      top: 62%;
    }
  }
  @keyframes line-sl02 {
    0% {
      opacity: 0;
      top: 80%;
    }
    100% {
      opacity: 1;
      top: 75.5%;
    }
  }
  @keyframes line-sl02-topic {
    0% {
      opacity: 0;
      top: 80%;
    }
    100% {
      opacity: 1;
      top: 71%;
    }
  }
  @keyframes line-sl03 {
    0% {
      opacity: 0;
      top: 85%;
    }
    100% {
      opacity: 1;
      top: 74.3%;
    }
  }
  @keyframes line-sl03-top {
    0% {
      opacity: 0;
      top: 85%;
    }
    100% {
      opacity: 1;
      top: 78.5%;
    }
  }
}
@keyframes kira-sailor01 {
  0% {
    opacity: 0;
    left: 30%;
    top: 43%;
    scale: 0.3;
    transform: rotateY(0deg);
  }
  20% {
    opacity: 1;
    left: 25%;
    top: 40%;
  }
  40% {
    opacity: 1;
    left: 20%;
    top: 37%;
  }
  70% {
    opacity: 1;
    left: 15%;
    top: 34%;
  }
  80% {
    opacity: 1;
    left: 10%;
    top: 32%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 30%;
    scale: 1;
    transform: rotateY(720deg);
  }
}
@keyframes kira-sailor02 {
  0% {
    opacity: 0;
    left: 50%;
    top: 47%;
    scale: 0.3;
    transform: rotateY(0deg);
  }
  20% {
    opacity: 1;
    left: 55%;
  }
  40% {
    opacity: 1;
    left: 60%;
  }
  70% {
    opacity: 1;
    left: 65%;
  }
  80% {
    opacity: 1;
    left: 70%;
  }
  100% {
    opacity: 1;
    left: 75%;
    scale: 1;
    transform: rotateY(720deg);
  }
}
@keyframes kira-sailor03 {
  0% {
    opacity: 0;
    left: 50%;
    top: 65%;
    scale: 0.3;
    transform: rotateY(0deg);
  }
  20% {
    opacity: 1;
    left: 55%;
  }
  40% {
    opacity: 1;
    left: 60%;
  }
  70% {
    opacity: 1;
    left: 65%;
  }
  80% {
    opacity: 1;
    left: 70%;
  }
  100% {
    opacity: 1;
    left: 75%;
    top: 75%;
    scale: 1;
    transform: rotateY(720deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes kira-sailor01 {
    0% {
      opacity: 0;
      left: 30%;
      top: 43%;
      scale: 0.3;
      transform: rotateY(0deg);
    }
    20% {
      opacity: 1;
      left: 25%;
      top: 40%;
    }
    40% {
      opacity: 1;
      left: 15%;
      top: 35%;
    }
    70% {
      opacity: 1;
      left: 5%;
      top: 33%;
    }
    80% {
      opacity: 1;
      left: 0;
      top: 30%;
    }
    100% {
      opacity: 1;
      left: -3vw;
      top: 27%;
      scale: 1;
      transform: rotateY(720deg);
    }
  }
  @keyframes kira-sailor02 {
    0% {
      opacity: 0;
      left: 52%;
      top: 47%;
      scale: 0.3;
      transform: rotateY(0deg);
    }
    20% {
      opacity: 1;
      left: 55%;
    }
    40% {
      opacity: 1;
      left: 58%;
    }
    70% {
      opacity: 1;
      left: 63%;
    }
    80% {
      opacity: 1;
      left: 65%;
    }
    100% {
      opacity: 1;
      left: 73%;
      scale: 1;
      transform: rotateY(720deg);
    }
  }
  @keyframes kira-sailor03 {
    0% {
      opacity: 0;
      left: 55%;
      top: 65%;
      scale: 0.3;
      transform: rotateY(0deg);
    }
    20% {
      opacity: 1;
      left: 57%;
    }
    40% {
      opacity: 1;
      left: 59%;
    }
    70% {
      opacity: 1;
      left: 61%;
    }
    80% {
      opacity: 1;
      left: 63%;
    }
    100% {
      opacity: 1;
      left: 70%;
      scale: 1;
      transform: rotateY(720deg);
    }
  }
}
@keyframes nami {
  0% {
    right: -40px;
    bottom: -5px;
    transform: scale(1);
  }
  20% {
    bottom: 0px;
    transform: scale(1.1);
  }
  40% {
    bottom: -5px;
    transform: scale(1);
  }
  70% {
    bottom: 0px;
    transform: scale(1.1);
  }
  90% {
    bottom: -5px;
    transform: scale(1);
  }
  100% {
    right: 243px;
    bottom: -30px;
    transform: scale(1.1);
  }
}
@keyframes nami02 {
  0% {
    left: -50px;
    bottom: -30px;
    transform: scale(1);
  }
  20% {
    bottom: -5px;
    transform: scale(1.1);
  }
  40% {
    bottom: -10px;
    transform: scale(1);
  }
  70% {
    bottom: -5px;
    transform: scale(1.1);
  }
  90% {
    bottom: -10px;
    transform: scale(1);
  }
  100% {
    left: 313px;
    bottom: -30px;
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  @keyframes nami02 {
    0% {
      left: -50px;
      bottom: -30px;
      transform: scale(1);
    }
    20% {
      bottom: -15px;
      transform: scale(1.1);
    }
    40% {
      bottom: -19px;
      transform: scale(1);
    }
    70% {
      bottom: -15px;
      transform: scale(1.1);
    }
    90% {
      bottom: -19px;
      transform: scale(1);
    }
    100% {
      left: 173px;
      bottom: -30px;
      transform: scale(1.1);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes nami {
    0% {
      right: -40px;
      bottom: -10vw;
      transform: scale(1);
    }
    20% {
      bottom: -2vw;
      transform: scale(1.1);
    }
    40% {
      bottom: -3vw;
      transform: scale(1);
    }
    70% {
      bottom: -2vw;
      transform: scale(1.1);
    }
    90% {
      bottom: -3vw;
      transform: scale(1);
    }
    100% {
      right: 100px;
      bottom: -30vw;
      transform: scale(1.1);
    }
  }
}
@keyframes irukas {
  0% {
    bottom: -155px;
    transform: rotate(70deg);
    left: 70px;
  }
  100% {
    bottom: 35px;
    transform: rotate(0deg);
    left: 20px;
  }
}
@keyframes irukal {
  0% {
    bottom: -155px;
    transform: rotate(70deg);
    left: 90px;
  }
  100% {
    bottom: 35px;
    transform: rotate(0deg);
    left: 48px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes irukas {
    0% {
      bottom: -155px;
      transform: rotate(70deg);
      left: 70px;
    }
    100% {
      bottom: 13px;
      transform: rotate(0deg);
      left: 15px;
    }
  }
  @keyframes irukal {
    0% {
      bottom: -155px;
      transform: rotate(70deg);
      left: 90px;
    }
    100% {
      bottom: 18px;
      transform: rotate(0deg);
      left: 22px;
    }
  }
}
@keyframes plane {
  0% {
    left: -50px;
    top: 55px;
  }
  100% {
    left: 180px;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes plane {
    0% {
      left: -10vw;
      top: 5vw;
    }
    100% {
      left: 15vw;
      top: -10vw;
    }
  }
  @keyframes plane-str {
    0% {
      left: -10vw;
      top: 15vw;
    }
    100% {
      left: 35vw;
      top: 0vw;
    }
  }
}
@keyframes line-pl {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes money {
  0% {
    top: -130px;
    transform: rotateY(0deg);
    opacity: 1;
  }
  100% {
    top: -60px;
    transform: rotateY(360deg);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes money {
    0% {
      top: -20vw;
      transform: rotateY(0deg);
      opacity: 1;
    }
    100% {
      top: -5vw;
      transform: rotateY(360deg);
      opacity: 0;
    }
  }
}
@keyframes kirai {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ttl-str {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes iruka-str {
  0% {
    top: 200px;
    transform: rotate(50deg);
  }
  100% {
    top: 85px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes iruka-str {
    0% {
      top: 20vw;
      transform: rotate(50deg);
    }
    100% {
      top: 8vw;
      transform: rotate(0deg);
    }
  }
}
@keyframes menu-btn-show {
  0% {
    right: -250px;
  }
  100% {
    right: -2px;
  }
}
@keyframes screw {
  0% {
    transform: rotate(200000deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes screwSP {
  0% {
    transform: rotate(3600deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 10;
  }
}
@keyframes show-time {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes notanime {
  0% {
    width: 113px;
  }
  100% {
    width: 400px;
  }
}
@keyframes ship3 {
  0% {
    left: 165px;
  }
  100% {
    left: 450px;
  }
}
@keyframes kumo1 {
  0% {
    left: 10%;
  }
  100% {
    left: 5%;
  }
}
@keyframes kumo2 {
  0% {
    left: 60%;
  }
  100% {
    left: 45%;
  }
}
@keyframes kumo3 {
  0% {
    left: 45%;
  }
  100% {
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  @keyframes ship3 {
    0% {
      left: 23vw;
    }
    100% {
      left: 48vw;
    }
  }
  @keyframes notanime {
    0% {
      width: 11vw;
    }
    100% {
      width: 38vw;
    }
  }
}
@keyframes line-fish {
  0% {
    transform: skew(-20deg);
    left: 22px;
  }
  99.9% {
    transform: skew(0deg);
    left: 40px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes line-fish {
    0% {
      transform: skew(-20deg);
    }
    99.9% {
      transform: skew(0deg);
      left: 3.8vw;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@keyframes line-fish2 {
  0% {
    opacity: 0;
    height: 98px;
  }
  1% {
    opacity: 1;
    height: 98px;
  }
  100% {
    opacity: 1;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes line-fish2 {
    0% {
      opacity: 0;
      height: 10vw;
    }
    1% {
      opacity: 1;
      height: 10vw;
    }
    100% {
      opacity: 1;
      height: 5vw;
    }
  }
}
@keyframes flow-brk {
  0% {
    top: 70px;
  }
  100% {
    top: 20px;
    left: 150px;
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes flow-brk {
    0% {
      top: 12vw;
    }
    100% {
      top: 8vw;
      left: 12vw;
      transform: scale(0.4);
      opacity: 1;
    }
  }
}
@keyframes flow-brk-str {
  0% {
    top: 20px;
  }
  100% {
    top: -10px;
    left: 150px;
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes flow-brk-str {
    100% {
      top: -4vw;
      left: 20vw;
      transform: scale(0.5);
      opacity: 1;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes line-fish2-str {
    0% {
      opacity: 0;
      height: 15vw;
    }
    1% {
      opacity: 1;
      height: 15vw;
    }
    100% {
      opacity: 1;
      height: 10vw;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes line-fish-str {
    0% {
      transform: skew(-20deg);
      left: 1vw;
    }
    99.9% {
      transform: skew(0deg);
      left: 3.8vw;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@keyframes light-searoad {
  0% {
    -webkit-clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
            clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 33%, 0 27%, 100% 19%, 100% 62%);
            clip-path: polygon(0 33%, 0 27%, 100% 19%, 100% 62%);
  }
}
@keyframes light-searoad-str {
  0% {
    -webkit-clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
            clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 33%, 0 27%, 100% 19%, 100% 62%);
            clip-path: polygon(0 33%, 0 27%, 100% 19%, 100% 62%);
  }
  100% {
    -webkit-clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
            clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
  }
}
@media screen and (max-width: 767px) {
  @keyframes light-searoad {
    0% {
      -webkit-clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
              clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
    }
    50% {
      -webkit-clip-path: polygon(0 22%, 0 14%, 100% 0%, 100% 45%);
              clip-path: polygon(0 22%, 0 14%, 100% 0%, 100% 45%);
    }
    100% {
      -webkit-clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
              clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
    }
  }
}
@keyframes kira-eg01 {
  0% {
    opacity: 0;
    left: 55%;
    top: 43%;
    scale: 0.3;
    transform: rotateY(0deg);
  }
  20% {
    opacity: 1;
    left: 60%;
    top: 40%;
  }
  40% {
    opacity: 1;
    left: 65%;
    top: 37%;
  }
  70% {
    opacity: 1;
    left: 70%;
    top: 34%;
  }
  80% {
    opacity: 1;
    left: 72%;
    top: 32%;
  }
  100% {
    opacity: 1;
    left: 75%;
    top: 31%;
    scale: 1;
    transform: rotateY(720deg);
  }
}
@keyframes kira-eg02 {
  0% {
    opacity: 0;
    left: 30%;
    top: 47%;
    scale: 0.3;
    transform: rotateY(0deg);
  }
  20% {
    opacity: 1;
    left: 25%;
  }
  40% {
    opacity: 1;
    left: 20%;
  }
  70% {
    opacity: 1;
    left: 15%;
  }
  80% {
    opacity: 1;
    left: 10%;
  }
  100% {
    opacity: 1;
    left: 7%;
    top: 42%;
    scale: 1;
    transform: rotateY(720deg);
  }
}
@keyframes kira-eg03 {
  0% {
    opacity: 0;
    left: 40%;
    top: 65%;
    scale: 0.3;
    transform: rotateY(0deg);
  }
  20% {
    opacity: 1;
    left: 35%;
  }
  40% {
    opacity: 1;
    left: 30%;
  }
  70% {
    opacity: 1;
    left: 25%;
  }
  80% {
    opacity: 1;
    left: 23%;
  }
  100% {
    opacity: 1;
    left: 20%;
    top: 60%;
    scale: 1;
    transform: rotateY(720deg);
  }
}
@keyframes accessory01 {
  0% {
    opacity: 0;
    left: 35%;
    top: 35%;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 0%;
    transform: scale(1);
  }
}
@keyframes accessory02 {
  0% {
    opacity: 0;
    left: 30%;
    top: 35%;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    left: 40%;
    top: 2%;
    transform: scale(1);
  }
}
@keyframes accessory03 {
  0% {
    opacity: 0;
    right: 40%;
    top: 35%;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    right: 8%;
    top: 7%;
    transform: scale(1);
  }
}
@keyframes spanner {
  0% {
    transform: rotate(-720deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes pan-chef {
  0% {
    top: 81%;
    left: -18px;
  }
  50% {
    transform: rotate(180deg);
    animation-delay: 0.5s;
    top: 50%;
    left: -45px;
  }
  100% {
    top: 81%;
    left: -18px;
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes pan-chef {
    0% {
      top: 80%;
      left: -5vw;
    }
    50% {
      top: 40%;
      left: -7vw;
    }
    100% {
      top: 80%;
      left: -5vw;
      transform: rotate(360deg);
    }
  }
}
@keyframes pan-chef-str {
  0% {
    top: 81%;
    left: -67px;
  }
  50% {
    transform: rotate(180deg);
    animation-delay: 0.5s;
    top: 50%;
    left: -100px;
  }
  100% {
    top: 81%;
    left: -67px;
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes pan-chef-str {
    0% {
      top: 81%;
      left: -15.2vw;
    }
    50% {
      transform: rotate(180deg);
      animation-delay: 0.5s;
      top: 50%;
      left: -22vw;
    }
    100% {
      top: 81%;
      left: -12.2vw;
      transform: rotate(360deg);
    }
  }
}
@keyframes frp-chef {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes waofhand_l {
  0% {
    left: -100px;
  }
  100% {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes waofhand_l {
    0% {
      left: -10vw;
    }
    100% {
      left: -1vw;
    }
  }
}
@keyframes waofhand_r {
  0% {
    right: -45px;
  }
  100% {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes waofhand_r {
    0% {
      right: -10vw;
    }
    100% {
      right: -1vw;
    }
  }
}
@keyframes ship-ev {
  0% {
    left: 30px;
  }
  100% {
    left: -380px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes ship-ev {
    0% {
      left: 6vw;
    }
    100% {
      left: -48vw;
    }
  }
}
@keyframes show-thunder {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show-thunder-str {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes plug-ev {
  0% {
    right: -25px;
  }
  100% {
    right: -5px;
  }
}
@keyframes hide-btr-ev {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes go-line-ev {
  0% {
    left: 300px;
  }
  100% {
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes go-line-ev {
    0% {
      left: 30vw;
    }
    100% {
      left: -15vw;
    }
  }
}
.pageTop .storyBlock .box.hakobuBox a {
  padding: 50px 50px 30px 50px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox a {
    padding: 7vw 7vw 3vw 7vw;
  }
}
.pageTop .storyBlock .box.hakobuBox a .imgs {
  position: relative;
  text-align: center;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox a .imgs {
    margin: 5vw 0;
  }
}
.pageTop .storyBlock .box.hakobuBox a .naka {
  position: absolute;
  width: 100%;
  top: 57%;
}
.pageTop .storyBlock .box.hakobuBox a .naka span {
  display: flex;
  justify-content: center;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.5s;
}
.pageTop .storyBlock .box.hakobuBox a .naka span img {
  min-width: 317px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox a.show-anime .naka span {
    width: 78.1333333333vw;
    height: 9.5vw;
  }
}
.pageTop .storyBlock .box.hakobuBox a:hover .naka span {
  width: 315px;
}

.pageTop .storyBlock .box.hakobuBox2 a {
  padding: 40px 30px 30px 40px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox2 a {
    padding: 7vw 4vw 3vw 4vw;
  }
}
.pageTop .storyBlock .box.hakobuBox2 a .imgs {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox2 a .imgs {
    margin: 5vw 0;
  }
}
.pageTop .storyBlock .box.hakobuBox2 a .ship {
  margin-bottom: 20px;
  margin-top: 10px;
}
.pageTop .storyBlock .box.hakobuBox2 a .naka {
  position: absolute;
  width: 100%;
  top: 57%;
}
.pageTop .storyBlock .box.hakobuBox2 a .naka span {
  display: flex;
  justify-content: center;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.5s;
}
.pageTop .storyBlock .box.hakobuBox2 a .naka span img {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox2 a .naka span img {
    min-width: 20vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageTop .storyBlock .box.hakobuBox2 a.show-anime .naka span {
    width: 21.3333333333vw;
    height: 5vw;
  }
}
.pageTop .storyBlock .box.hakobuBox2 a:hover .naka span {
  width: 315px;
}

.pageTop .storyBlock .box.holidayBox a {
  position: relative;
  padding: 50px 30px 0px 20px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.holidayBox a {
    height: auto;
    padding: 23vw 5vw 3vw 5vw;
  }
}
.pageTop .storyBlock .box.holidayBox a h3 {
  position: absolute;
  bottom: 80px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.holidayBox a h3 {
    width: 58%;
    bottom: 15vw;
    right: 4vw;
  }
}
.pageTop .storyBlock .box.holidayBox a .imgs {
  position: relative;
  z-index: 5;
}
.pageTop .storyBlock .box.holidayBox a .imgs .bag {
  position: relative;
  left: 20px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.holidayBox a .imgs .bag {
    width: 35%;
    left: 0;
    bottom: 8vw;
  }
}
.pageTop .storyBlock .box.holidayBox a .imgs .line {
  position: absolute;
  top: 47px;
  left: 65px;
  display: none;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.holidayBox a .imgs .line {
    top: -5vw;
    left: 0;
    width: 50%;
  }
}
.pageTop .storyBlock .box.holidayBox a .imgs .plane {
  position: absolute;
  top: 55px;
  left: -20px;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.holidayBox a .imgs .plane {
    width: 32%;
    top: 0vw;
    left: 0vw;
  }
}
.pageTop .storyBlock .box.holidayBox a:hover .plane {
  display: block;
  animation: plane 0.6s alternate both ease-out;
}
.pageTop .storyBlock .box.holidayBox a:hover .line {
  display: block;
  animation: line-pl 1s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.holidayBox a.show-anime .plane {
    display: block;
    animation: plane 0.6s alternate both ease-out;
  }
  .pageTop .storyBlock .box.holidayBox a.show-anime .line {
    display: block;
    animation: line-pl 1s alternate both ease-out;
  }
}

.pageTop .storyBlock .box.irukaBox a {
  padding: 20px 40px 0px 50px;
  height: 575px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a {
    height: auto;
    padding: 5vw 5vw 2vw 5vw;
  }
}
.pageTop .storyBlock .box.irukaBox a h3 {
  margin-bottom: 30px;
}
.pageTop .storyBlock .box.irukaBox a .imgs {
  position: relative;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a .imgs {
    height: 30vw;
    width: 76%;
    left: 3vw;
  }
}
.pageTop .storyBlock .box.irukaBox a .imgs .sun {
  position: absolute;
  bottom: 50px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a .imgs .sun {
    bottom: 5vw;
    width: 75%;
    left: 1vw;
  }
}
.pageTop .storyBlock .box.irukaBox a .imgs .nami {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a .imgs .nami {
    width: 60vw;
    bottom: -4vw;
  }
}
.pageTop .storyBlock .box.irukaBox a .imgs .irukas {
  position: absolute;
  left: 30px;
  bottom: -155px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a .imgs .irukas {
    width: 55%;
  }
}
.pageTop .storyBlock .box.irukaBox a .imgs .irukal {
  position: absolute;
  left: 150px;
  bottom: -100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a .imgs .irukal {
    width: 78%;
  }
}
.pageTop .storyBlock .box.irukaBox a:hover .irukas {
  animation: irukas 0.5s alternate both ease-out;
}
.pageTop .storyBlock .box.irukaBox a:hover .irukal {
  animation: irukal 0.5s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.irukaBox a.show-anime .irukas {
    animation: irukas 1s alternate both ease-out;
  }
  .pageTop .storyBlock .box.irukaBox a.show-anime .irukal {
    animation: irukal 1s alternate both ease-out;
  }
}

.pageTop .storyBlock .box.moneyBox a {
  padding: 30px 40px 0px 50px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.moneyBox a {
    padding: 7vw 7vw 3vw 7vw;
    height: auto;
  }
}
.pageTop .storyBlock .box.moneyBox a h3 {
  text-align: center;
}
.pageTop .storyBlock .box.moneyBox a .imgs {
  position: relative;
  z-index: 1;
}
.pageTop .storyBlock .box.moneyBox a .imgs .buta {
  position: relative;
  margin-top: 160px;
  left: 80px;
  top: -20px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.moneyBox a .imgs .buta {
    margin-top: 17vw;
    width: 70%;
    left: 6vw;
  }
}
.pageTop .storyBlock .box.moneyBox a .imgs .money {
  position: absolute;
  top: -130px;
  left: 130px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.moneyBox a .imgs .money {
    top: -5vw;
    width: 15%;
    left: 13vw;
  }
}
.pageTop .storyBlock .box.moneyBox a .imgs .kirai {
  position: absolute;
  top: -45px;
  left: 130px;
  display: none;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.moneyBox a .imgs .kirai {
    left: 11vw;
    width: 30%;
    top: -10vw;
  }
}
.pageTop .storyBlock .box.moneyBox a:hover .money {
  animation: money 0.8s alternate both ease-out;
}
.pageTop .storyBlock .box.moneyBox a:hover .kirai {
  display: block;
  animation: kirai 1s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.moneyBox a.show-anime .money {
    animation: money 1.4s alternate both ease-out;
  }
  .pageTop .storyBlock .box.moneyBox a.show-anime .kirai {
    display: block;
    animation: kirai 1s alternate both ease-out;
  }
}

.pageTop .storyBlock .box.namiBox a {
  padding: 70px 30px 0px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.namiBox a {
    padding: 10vw 5vw 5vw 5vw;
  }
}
.pageTop .storyBlock .box.namiBox a .imgs {
  margin: 30px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pageTop .storyBlock .box.namiBox a .imgs .nami {
  position: absolute;
  right: -50px;
  bottom: -3px;
  height: 14px;
  display: none;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.namiBox a .imgs .nami {
    right: -30vw;
    width: 15%;
  }
}
.pageTop .storyBlock .box.namiBox a .c-kamome {
  transform: scale(0.6);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.namiBox a .c-kamome {
    transform: scale(0.2);
  }
}
.pageTop .storyBlock .box.namiBox a .c-kamome.pos1 {
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.namiBox a .c-kamome.pos1 {
    right: 0vw;
    top: 0vw;
  }
}
.pageTop .storyBlock .box.namiBox a .c-kamome.pos2 {
  animation-delay: 0.1s !important;
  top: 15px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.namiBox a .c-kamome.pos2 {
    top: -1vw;
    right: 5vw;
  }
}
.pageTop .storyBlock .box.namiBox a:hover .c-kamome {
  animation: kamome 1s infinite alternate both linear;
}
.pageTop .storyBlock .box.namiBox a:hover .c-kamome:nth-child(2) {
  animation-delay: 0.3s;
}
.pageTop .storyBlock .box.namiBox a:hover .c-kamome span:nth-child(1) {
  animation: haneL 0.3s infinite alternate both;
}
.pageTop .storyBlock .box.namiBox a:hover .c-kamome span:nth-child(2) {
  animation: haneR 0.3s infinite alternate both;
}
.pageTop .storyBlock .box.namiBox a:hover .nami {
  display: block;
  animation: nami 2s linear;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.namiBox a.show-anime .c-kamome {
    animation: kamome 1s linear;
  }
  .pageTop .storyBlock .box.namiBox a.show-anime .c-kamome:nth-child(2) {
    animation-delay: 0.3s;
  }
  .pageTop .storyBlock .box.namiBox a.show-anime .c-kamome span:nth-child(1) {
    animation: haneL 1s infinite alternate both;
  }
  .pageTop .storyBlock .box.namiBox a.show-anime .c-kamome span:nth-child(2) {
    animation: haneR 1s infinite alternate both;
  }
  .pageTop .storyBlock .box.namiBox a.show-anime .nami {
    display: block;
    animation: nami 1s linear;
  }
}

.pageTop .storyBlock .box.engineBox a {
  padding: 50px 40px 0px 50px;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a {
    height: auto;
    padding: 8vw 5vw 5vw 5vw;
  }
}
.pageTop .storyBlock .box.engineBox a h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a h3 {
    margin: 5vw 0;
  }
}
.pageTop .storyBlock .box.engineBox a .imgs {
  position: relative;
  height: 296px;
  width: 243px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a .imgs {
    height: auto;
    width: 76%;
    margin: 0 auto;
    padding-bottom: 7vw;
  }
}
.pageTop .storyBlock .box.engineBox a .imgs .screw {
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a .imgs .screw {
    width: 27vw;
    height: 27vw;
    position: static;
    margin: 0 auto;
  }
}
.pageTop .storyBlock .box.engineBox a .imgs .screw img {
  width: 100%;
  height: auto;
}
.pageTop .storyBlock .box.engineBox a .imgs .sakana {
  position: absolute;
  left: -30px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a .imgs .sakana {
    width: 10vw;
    left: -2vw;
    bottom: -4vw;
  }
}
.pageTop .storyBlock .box.engineBox a .imgs .notice {
  position: absolute;
  left: 20px;
  bottom: 42px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a .imgs .notice {
    width: 1vw;
    left: 5vw;
    bottom: 0vw;
  }
}
.pageTop .storyBlock .box.engineBox a .imgs .circle1 {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a .imgs .circle1 {
    width: 17vw;
    margin-left: -8vw;
    top: 5vw;
  }
}
.pageTop .storyBlock .box.engineBox a .imgs .circle2 {
  position: absolute;
  left: 50%;
  margin-left: -110px;
  top: 10px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a .imgs .circle2 {
    width: 23vw;
    margin-left: -11vw;
    top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .pageTop .storyBlock .box.engineBox a:hover .screw {
    animation: screw 100s infinite;
  }
  .pageTop .storyBlock .box.engineBox a:hover .circle1 {
    animation: circle 3s both;
  }
  .pageTop .storyBlock .box.engineBox a:hover .circle2 {
    animation: circle 5s 2s both;
  }
  .pageTop .storyBlock .box.engineBox a:hover .notice {
    animation: circle 0.3s 0.5s both;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineBox a.show-anime .screw {
    animation: screwSP 2s both;
  }
  .pageTop .storyBlock .box.engineBox a.show-anime .circle1 {
    animation: circle 1s both;
  }
  .pageTop .storyBlock .box.engineBox a.show-anime .circle2 {
    animation: circle 2s 1s both;
  }
  .pageTop .storyBlock .box.engineBox a.show-anime .notice {
    animation: circle 0.3s 0.5s both;
  }
}

.pageTop .storyBlock .box.dangerousBox a {
  padding: 40px 30px 0px 40px;
  height: 575px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.dangerousBox a {
    height: auto;
    padding: 5vw 5vw 10vw 5vw;
  }
}
.pageTop .storyBlock .box.dangerousBox a .imgs {
  margin: 30px 0;
  position: relative;
  width: 100%;
}
.pageTop .storyBlock .box.dangerousBox a .imgs .riku {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.dangerousBox a .imgs .riku {
    width: 14vw;
  }
}
.pageTop .storyBlock .box.dangerousBox a .imgs .ship1 {
  position: absolute;
  left: 140px;
  top: 0px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.dangerousBox a .imgs .ship1 {
    left: 16vw;
    width: 4vw;
  }
}
.pageTop .storyBlock .box.dangerousBox a .imgs .ship2 {
  position: absolute;
  left: 140px;
  bottom: 0px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.dangerousBox a .imgs .ship2 {
    left: 16vw;
    width: 4vw;
  }
}
.pageTop .storyBlock .box.dangerousBox a .imgs .ship2 .ship2In {
  position: relative;
}
.pageTop .storyBlock .box.dangerousBox a .imgs .kiseki {
  position: absolute;
  left: 140px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.dangerousBox a .imgs .kiseki {
    left: 16vw;
    width: 20vw;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .pageTop .storyBlock .box.dangerousBox a:hover .ship2 {
    animation: dengerShip2 3s both;
  }
  .pageTop .storyBlock .box.dangerousBox a:hover .ship2 .ship2In {
    animation: dengerShip2Rotate 3s both;
  }
  .pageTop .storyBlock .box.dangerousBox a:hover .kiseki {
    animation: dengerHamon 0.5s 2.5s both;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.dangerousBox a.show-anime .ship2 {
    animation: dengerShip2SP 3s both;
  }
  .pageTop .storyBlock .box.dangerousBox a.show-anime .ship2 .ship2In {
    animation: dengerShip2RotateSP 3s both;
  }
  .pageTop .storyBlock .box.dangerousBox a.show-anime .kiseki {
    animation: dengerHamon 0.5s 2.5s both;
  }
}
.pageTop .storyBlock .box.dangerousBox a .c-readmore {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@keyframes dengerShip2 {
  0% {
    left: 140px;
    bottom: 0;
  }
  100% {
    left: 253px;
    bottom: 210px;
  }
}
@keyframes dengerShip2SP {
  0% {
    left: 16vw;
    bottom: 0;
  }
  100% {
    left: 31vw;
    bottom: 29vw;
    width: 4vw;
  }
}
@keyframes dengerShip2Rotate {
  0% {
    transform: rotate(0);
    left: 0px;
    top: 0px;
  }
  30% {
    transform: rotate(45deg);
    left: 50px;
    top: 10px;
  }
  80% {
    transform: rotate(0deg);
    left: 0px;
    top: 0px;
  }
  100% {
    transform: rotate(0);
    left: 0px;
    top: 0px;
  }
}
@keyframes dengerShip2RotateSP {
  0% {
    transform: rotate(0);
    left: 0px;
    top: 0px;
  }
  30% {
    transform: rotate(45deg);
    left: 5vw;
    top: 2vw;
  }
  80% {
    transform: rotate(0deg);
    left: 0px;
    top: 0px;
  }
  100% {
    transform: rotate(0);
    left: 0px;
    top: 0px;
  }
}
@keyframes dengerHamon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageTop .storyBlock .box.sailor a {
  height: 610px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a {
    height: 83.5vw;
  }
}
.pageTop .storyBlock .box.sailor a h3.ttl {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a h3.ttl {
    width: 120%;
    margin-left: -2vw;
    margin-top: 3vw;
  }
}
.pageTop .storyBlock .box.sailor a .imgs {
  position: relative;
}
.pageTop .storyBlock .box.sailor a .imgs .kira li {
  position: absolute;
}
.pageTop .storyBlock .box.sailor a .imgs .kira li:nth-child(1) {
  left: 40%;
  top: 45%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .kira li:nth-child(1) {
    width: 30%;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .kira li:nth-child(2) {
  left: 50%;
  top: 47%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .kira li:nth-child(2) {
    width: 25%;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .kira li:nth-child(3) {
  left: 55%;
  top: 65%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .kira li:nth-child(3) {
    width: 15%;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .peo {
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .peo {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .peo img {
    width: 60%;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li {
  position: absolute;
  left: 44.78%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li {
    left: 42%;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li:nth-child(1) {
  top: 72%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li:nth-child(1) {
    top: 80%;
    width: 30%;
    left: 36%;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li:nth-child(2) {
  top: 75%;
  opacity: 0;
  width: 40.08px;
  height: 6.28px;
  background-color: #F6ED7F;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li:nth-child(2) {
    top: 80%;
    width: 5vw;
    height: 0.8vw;
  }
}
.pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li:nth-child(3) {
  top: 78%;
  opacity: 0;
  width: 40.08px;
  height: 6.28px;
  background-color: #F6ED7F;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .imgs .peo .line_yl li:nth-child(3) {
    top: 85%;
    width: 5vw;
    height: 0.8vw;
  }
}
.pageTop .storyBlock .box.sailor a .c-readmore {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a .c-readmore {
    margin-top: 8vw;
  }
}
.pageTop .storyBlock .box.sailor a:hover .peo .line_yl li:nth-child(1) {
  animation: line-sl01 0.3s alternate both;
}
.pageTop .storyBlock .box.sailor a:hover .peo .line_yl li:nth-child(2) {
  animation: line-sl02 0.3s 0.5s alternate both;
}
.pageTop .storyBlock .box.sailor a:hover .peo .line_yl li:nth-child(3) {
  animation: line-sl03 0.3s 1s alternate both;
}
.pageTop .storyBlock .box.sailor a:hover .kira li:nth-child(1) {
  animation: kira-sailor01 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.pageTop .storyBlock .box.sailor a:hover .kira li:nth-child(2) {
  animation: kira-sailor02 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.pageTop .storyBlock .box.sailor a:hover .kira li:nth-child(3) {
  animation: kira-sailor03 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.sailor a.show-anime .peo .line_yl li:nth-child(1) {
    animation: line-sl01-top 0.3s alternate both;
  }
  .pageTop .storyBlock .box.sailor a.show-anime .peo .line_yl li:nth-child(2) {
    animation: line-sl02 0.3s 0.5s alternate both;
  }
  .pageTop .storyBlock .box.sailor a.show-anime .peo .line_yl li:nth-child(3) {
    animation: line-sl03-top 0.3s 1s alternate both;
  }
  .pageTop .storyBlock .box.sailor a.show-anime .kira li:nth-child(1) {
    animation: kira-sailor01 0.6s alternate both ease-out;
    animation-delay: 1.4s;
  }
  .pageTop .storyBlock .box.sailor a.show-anime .kira li:nth-child(2) {
    animation: kira-sailor02 0.6s alternate both ease-out;
    animation-delay: 1.4s;
  }
  .pageTop .storyBlock .box.sailor a.show-anime .kira li:nth-child(3) {
    animation: kira-sailor03 0.6s alternate both ease-out;
    animation-delay: 1.4s;
  }
}

.pageTop .storyBlock .box.watch-zero a {
  height: 410px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a {
    height: 70vw;
  }
}
.pageTop .storyBlock .box.watch-zero a .ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .ttl {
    width: 110%;
    margin: 0 auto;
  }
}
.pageTop .storyBlock .box.watch-zero a .imgs {
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .imgs {
    margin-top: 5vw;
  }
}
.pageTop .storyBlock .box.watch-zero a .imgs .fune {
  position: absolute;
  bottom: 0;
  left: 90px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .imgs .fune {
    left: 0vw;
    bottom: -1vw;
  }
}
.pageTop .storyBlock .box.watch-zero a .imgs .watch {
  position: relative;
  overflow: hidden;
  width: 213px;
  height: 213px;
  background-color: #006091;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .imgs .watch {
    width: 35vw;
    height: 35vw;
    left: -3vw;
    margin-bottom: 4vw;
  }
}
.pageTop .storyBlock .box.watch-zero a .imgs .watch .short-line {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  transform: rotate(-120deg);
}
.pageTop .storyBlock .box.watch-zero a .imgs .watch .long-line {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  transform: rotate(10deg);
}
.pageTop .storyBlock .box.watch-zero a .imgs .watch .moon-w {
  position: absolute;
  top: 80px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .imgs .watch .moon-w {
    width: 18%;
  }
}
.pageTop .storyBlock .box.watch-zero a .imgs .watch .sun-w {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .imgs .watch .sun-w {
    width: 14%;
  }
}
.pageTop .storyBlock .box.watch-zero a .imgs .watch .sunlight-w {
  position: absolute;
  bottom: 39px;
  left: 11px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a .imgs .watch .sunlight-w {
    width: 18%;
    bottom: 3vw;
    left: 3vw;
  }
}
.pageTop .storyBlock .box.watch-zero a:hover .watch .short-line {
  animation: shortline-w 3.25s alternate both;
}
.pageTop .storyBlock .box.watch-zero a:hover .watch .long-line {
  animation: longline-w 2.25s alternate both linear;
}
.pageTop .storyBlock .box.watch-zero a:hover .watch .moon-w {
  animation: moon-w 2.75s alternate both linear;
}
.pageTop .storyBlock .box.watch-zero a:hover .watch .sun-w {
  animation: sun-w 1s 2.75s alternate both linear;
}
.pageTop .storyBlock .box.watch-zero a:hover .watch .sunlight-w {
  animation: show-time 1s 3.75s alternate both linear;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.watch-zero a.show-anime .watch .short-line {
    animation: shortline-w 3.25s alternate both;
  }
  .pageTop .storyBlock .box.watch-zero a.show-anime .watch .long-line {
    animation: longline-w 2.25s alternate both linear;
  }
  .pageTop .storyBlock .box.watch-zero a.show-anime .watch .moon-w {
    animation: moon-w 2.75s alternate both linear;
  }
  .pageTop .storyBlock .box.watch-zero a.show-anime .watch .sun-w {
    animation: sun-w 1s 2.75s alternate both linear;
  }
  .pageTop .storyBlock .box.watch-zero a.show-anime .watch .sunlight-w {
    animation: show-time 1s 3.75s alternate both linear;
  }
}

.pageTop .storyBlock .box.notBox a {
  width: 100%;
}
.pageTop .storyBlock .box.notBox a .ttl {
  text-align: center;
}
.pageTop .storyBlock .box.notBox a .imgs {
  position: relative;
}
.pageTop .storyBlock .box.notBox a .imgs .nami-big {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.pageTop .storyBlock .box.notBox a .imgs .ship3 {
  position: relative;
  bottom: -40px;
  left: 165px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .ship3 {
    left: 23vw;
    bottom: -1vw;
    margin-top: 8vw;
  }
  .pageTop .storyBlock .box.notBox a .imgs .ship3 img {
    width: 35%;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .c-kamome {
  position: absolute;
  width: 6.5%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .c-kamome {
    width: 30%;
    transform: scale(0.2);
  }
}
.pageTop .storyBlock .box.notBox a .imgs .c-kamome.pos1 {
  right: 6%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .c-kamome.pos1 {
    top: 17%;
    right: -5vw;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .c-kamome.pos2 {
  right: 13%;
  top: 38%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .c-kamome.pos2 {
    right: -1vw;
    top: 28%;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .kumo1 {
  position: absolute;
  left: 10%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .kumo1 {
    top: 10%;
    left: 6%;
  }
  .pageTop .storyBlock .box.notBox a .imgs .kumo1 img {
    width: 40%;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .kumo2 {
  position: absolute;
  top: 20%;
  left: 60%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .kumo2 {
    top: 10%;
    left: 60%;
  }
  .pageTop .storyBlock .box.notBox a .imgs .kumo2 img {
    width: 40%;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .kumo3 {
  position: absolute;
  left: 45%;
  top: 35%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .kumo3 {
    top: 25%;
    left: 49%;
  }
  .pageTop .storyBlock .box.notBox a .imgs .kumo3 img {
    width: 40%;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .line {
  width: 113px;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 16.3%;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .line {
    height: 2px;
    width: calc(100% - 40vw);
    left: 3%;
    bottom: 22%;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .line .notLine2 {
  position: absolute;
  left: -5px;
  bottom: -3.4px;
  background-color: #f6ed7e;
  border-radius: 20px;
  width: calc(100% - 50px);
  height: 4.4px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .line .notLine2 {
    width: 100%;
    height: 0.87vw;
    bottom: 0.66vw;
    left: 0;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .line .notLine {
  width: 102px;
  height: 28px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .line .notLine {
    width: 20vw;
    height: 8vw;
    right: -10vw;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .line .notLine img {
  width: 100%;
  height: 35px;
}
.pageTop .storyBlock .box.notBox a .imgs .maru {
  justify-content: space-between;
  display: flex;
  position: relative;
  width: 340px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .maru {
    width: 40vw;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .maru li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #F6ED7E;
  opacity: 0;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .maru li {
    width: 3vw;
    height: 3vw;
    margin-top: -1vw;
  }
}
.pageTop .storyBlock .box.notBox a .imgs .triangle-big {
  position: relative;
  bottom: 13px;
  left: 4%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a .imgs .triangle-big {
    bottom: 5vw;
    left: 0;
  }
  .pageTop .storyBlock .box.notBox a .imgs .triangle-big img {
    width: 8%;
  }
}
.pageTop .storyBlock .box.notBox a:hover .line {
  animation: notanime 2s both;
}
.pageTop .storyBlock .box.notBox a:hover .ship3 {
  animation: ship3 2s both;
}
.pageTop .storyBlock .box.notBox a:hover .kumo1 {
  animation: kumo1 4s both;
}
.pageTop .storyBlock .box.notBox a:hover .kumo2 {
  animation: kumo2 5s both;
}
.pageTop .storyBlock .box.notBox a:hover .kumo3 {
  animation: kumo3 5.5s both;
}
.pageTop .storyBlock .box.notBox a:hover .c-kamome {
  animation: kamome 1s infinite alternate both linear;
}
.pageTop .storyBlock .box.notBox a:hover .c-kamome:nth-child(2) {
  animation-delay: 0.3s;
}
.pageTop .storyBlock .box.notBox a:hover .c-kamome span:nth-child(1) {
  animation: haneL 0.3s infinite alternate both;
}
.pageTop .storyBlock .box.notBox a:hover .c-kamome span:nth-child(2) {
  animation: haneR 0.3s infinite alternate both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(1) {
  animation: show-time 0.3s 0.2s both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(2) {
  animation: show-time 0.3s 0.4s both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(3) {
  animation: show-time 0.3s 0.6s both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(4) {
  animation: show-time 0.3s 0.8s both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(5) {
  animation: show-time 0.3s 1s both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(6) {
  animation: show-time 0.3s 1.2s both;
}
.pageTop .storyBlock .box.notBox a:hover .maru li:nth-child(7) {
  animation: show-time 0.3s 1.4s both;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.notBox a.show-anime .line {
    animation: notanime 2s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .ship3 {
    animation: ship3 2s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .kumo1 {
    animation: kumo1 4s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .kumo2 {
    animation: kumo2 5s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .kumo3 {
    animation: kumo3 5.5s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .c-kamome {
    animation: kamome 1s linear;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .c-kamome:nth-child(2) {
    animation-delay: 0.3s;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .c-kamome span:nth-child(1) {
    animation: haneL 1s linear;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .c-kamome span:nth-child(2) {
    animation: haneR 1s linear;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(1) {
    animation: show-time 0.3s 0.2s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(2) {
    animation: show-time 0.3s 0.4s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(3) {
    animation: show-time 0.3s 0.6s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(4) {
    animation: show-time 0.3s 0.8s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(5) {
    animation: show-time 0.3s 1s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(6) {
    animation: show-time 0.3s 1.2s both;
  }
  .pageTop .storyBlock .box.notBox a.show-anime .maru li:nth-child(7) {
    animation: show-time 0.3s 1.4s both;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a {
    height: auto;
    padding: 5vw;
  }
}
.pageTop .storyBlock .box.breaktime a .ttl {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .ttl {
    padding: 0;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs {
  position: relative;
  padding: 50px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs {
    padding: 15vw 0vw 5vw 0vw;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs .nami-brk {
  position: absolute;
  bottom: 0;
  right: -3px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs .nami-brk {
    right: 0;
    margin: 0 -4vw;
    bottom: 2vw;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs .flow {
  position: absolute;
  top: 70px;
  left: 100px;
  opacity: 0;
  transform: scale(0.3);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs .flow {
    transform: scale(0.2);
    top: 12vw;
    left: 8vw;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs .ship-brk {
  position: relative;
  right: -40px;
  top: -7px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs .ship-brk {
    right: -4vw;
    top: -2vw;
  }
  .pageTop .storyBlock .box.breaktime a .imgs .ship-brk img {
    width: 90%;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs .line-fish1 {
  width: 2px;
  height: 98px;
  background: #fff;
  position: absolute;
  top: 45px;
  left: 22px;
  transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs .line-fish1 {
    width: 1px;
    height: 10vw;
    left: 2vw;
    top: 13vw;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs .line-fish2 {
  width: 2px;
  height: 98px;
  background: #fff;
  position: absolute;
  top: 45px;
  left: 40px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs .line-fish2 {
    width: 1px;
    height: 10vw;
    left: 3.8vw;
    top: 13vw;
    opacity: 1;
  }
}
.pageTop .storyBlock .box.breaktime a .imgs .line-fish2::before {
  content: "";
  background-image: url(../img/breaktime-fish.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 36px;
  position: absolute;
  display: block;
  bottom: -35px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a .imgs .line-fish2::before {
    background-size: contain;
    width: 1vw;
    left: -0.25vw;
    bottom: -9.3333333333vw;
  }
}
.pageTop .storyBlock .box.breaktime a:hover .line-fish1 {
  animation: line-fish 1s linear both;
}
.pageTop .storyBlock .box.breaktime a:hover .line-fish2 {
  animation: line-fish2 1s 1s alternate both;
}
.pageTop .storyBlock .box.breaktime a:hover .flow {
  animation: flow-brk 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s alternate both;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.breaktime a.show-anime .line-fish1 {
    animation: line-fish 1s linear both;
  }
  .pageTop .storyBlock .box.breaktime a.show-anime .line-fish2 {
    animation: line-fish2 1s 1s alternate both;
  }
  .pageTop .storyBlock .box.breaktime a.show-anime .flow {
    animation: flow-brk 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s alternate both;
  }
}

.pageTop .storyBlock .box.searoad a {
  height: auto;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a {
    padding: 5vw;
  }
}
.pageTop .storyBlock .box.searoad a .ttl {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .ttl {
    padding: 0;
  }
}
.pageTop .storyBlock .box.searoad a .imgs {
  position: relative;
  padding: 50px 0 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .imgs {
    padding: 8vw 0vw 5vw 0vw;
  }
}
.pageTop .storyBlock .box.searoad a .imgs .nami-brk {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .imgs .nami-brk {
    right: 0;
    margin: 0 -1vw;
    bottom: -3vw;
  }
}
.pageTop .storyBlock .box.searoad a .imgs .searoad-fune {
  position: absolute;
  bottom: 35px;
  right: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .imgs .searoad-fune {
    right: -17.5vw;
    bottom: 2.3vw;
  }
  .pageTop .storyBlock .box.searoad a .imgs .searoad-fune img {
    width: 40%;
  }
}
.pageTop .storyBlock .box.searoad a .imgs .light_searoad {
  position: absolute;
  -webkit-clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
          clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
  background-color: #EDE57F;
  width: 350px;
  height: 350px;
  top: -15px;
  left: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .imgs .light_searoad {
    -webkit-clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
            clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
    width: 40vw;
    height: 40vw;
    top: 8vw;
    left: 7vw;
  }
}
.pageTop .storyBlock .box.searoad a .imgs .lighthouse {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .imgs .lighthouse {
    left: -3vw;
    top: 3vw;
  }
  .pageTop .storyBlock .box.searoad a .imgs .lighthouse img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a .c-readmore {
    padding-top: 3vw;
  }
}
.pageTop .storyBlock .box.searoad a:hover .light_searoad {
  animation: light-searoad 1.7s infinite alternate both linear;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.searoad a.show-anime .light_searoad {
    animation: light-searoad 3s alternate both linear;
  }
}

.pageTop .storyBlock .box.engineer a {
  height: 640px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a {
    height: auto;
    padding: 5vw;
  }
}
.pageTop .storyBlock .box.engineer a .ttl {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .ttl {
    padding: 0;
  }
}
.pageTop .storyBlock .box.engineer a .imgs {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .imgs {
    padding: 8vw 0vw 5vw 0vw;
  }
}
.pageTop .storyBlock .box.engineer a .imgs .man {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .imgs .man img {
    width: 15vw;
    height: auto;
  }
}
.pageTop .storyBlock .box.engineer a .imgs .spanner {
  position: absolute;
  top: 184px;
  right: 94px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .imgs .spanner {
    top: 23vw;
    right: 9vw;
  }
  .pageTop .storyBlock .box.engineer a .imgs .spanner img {
    width: 8vw;
    height: auto;
  }
}
.pageTop .storyBlock .box.engineer a .imgs .kira li {
  position: absolute;
}
.pageTop .storyBlock .box.engineer a .imgs .kira li:nth-child(1) {
  left: 55%;
  top: 45%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .imgs .kira li:nth-child(1) {
    width: 25%;
    height: auto;
  }
}
.pageTop .storyBlock .box.engineer a .imgs .kira li:nth-child(2) {
  left: 30%;
  top: 47%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .imgs .kira li:nth-child(2) {
    width: 20%;
    height: auto;
  }
}
.pageTop .storyBlock .box.engineer a .imgs .kira li:nth-child(3) {
  left: 40%;
  top: 65%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .imgs .kira li:nth-child(3) {
    width: 10%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a .c-readmore {
    padding-top: 3vw;
  }
}
.pageTop .storyBlock .box.engineer a:hover .spanner {
  animation: spanner 1s;
}
.pageTop .storyBlock .box.engineer a:hover .kira li:nth-child(1) {
  animation: kira-eg01 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.pageTop .storyBlock .box.engineer a:hover .kira li:nth-child(2) {
  animation: kira-eg02 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.pageTop .storyBlock .box.engineer a:hover .kira li:nth-child(3) {
  animation: kira-eg03 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.engineer a.show-anime .spanner {
    animation: spanner 1s;
  }
  .pageTop .storyBlock .box.engineer a.show-anime .kira li:nth-child(1) {
    animation: kira-eg01 0.6s alternate both ease-out;
    animation-delay: 1.4s;
  }
  .pageTop .storyBlock .box.engineer a.show-anime .kira li:nth-child(2) {
    animation: kira-eg02 0.6s alternate both ease-out;
    animation-delay: 1.4s;
  }
  .pageTop .storyBlock .box.engineer a.show-anime .kira li:nth-child(3) {
    animation: kira-eg03 0.6s alternate both ease-out;
    animation-delay: 1.4s;
  }
}

.pageTop .storyBlock .box.myself a {
  height: 439px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a {
    height: auto;
    padding: 10vw 5vw 5vw 5vw;
  }
}
.pageTop .storyBlock .box.myself a .ttl {
  text-align: center;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a .ttl {
    padding: 0;
  }
}
.pageTop .storyBlock .box.myself a .imgs {
  position: relative;
  padding: 50px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a .imgs {
    margin-top: 9vw;
    padding: 6vw 0vw 9vw 0vw;
  }
}
.pageTop .storyBlock .box.myself a .imgs .ship-ms {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a .imgs .ship-ms img {
    width: 65%;
  }
}
.pageTop .storyBlock .box.myself a .imgs .accessory li {
  position: absolute;
}
.pageTop .storyBlock .box.myself a .imgs .accessory li:nth-child(1) {
  top: 35%;
  left: 35%;
  opacity: 0;
  transform: scale(0.3);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a .imgs .accessory li:nth-child(1) {
    width: 25%;
  }
}
.pageTop .storyBlock .box.myself a .imgs .accessory li:nth-child(2) {
  top: 35%;
  left: 30%;
  opacity: 0;
  transform: scale(0.3);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a .imgs .accessory li:nth-child(2) {
    width: 25%;
  }
}
.pageTop .storyBlock .box.myself a .imgs .accessory li:nth-child(3) {
  top: 35%;
  right: 40%;
  opacity: 0;
  transform: scale(0.3);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a .imgs .accessory li:nth-child(3) {
    width: 25%;
  }
}
.pageTop .storyBlock .box.myself a:hover .accessory li:nth-child(1) {
  animation: accessory01 1s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
}
.pageTop .storyBlock .box.myself a:hover .accessory li:nth-child(2) {
  animation: accessory02 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s alternate both;
}
.pageTop .storyBlock .box.myself a:hover .accessory li:nth-child(3) {
  animation: accessory03 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s alternate both;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.myself a.show-anime .accessory li:nth-child(1) {
    animation: accessory01 1s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
  }
  .pageTop .storyBlock .box.myself a.show-anime .accessory li:nth-child(2) {
    animation: accessory02 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s alternate both;
  }
  .pageTop .storyBlock .box.myself a.show-anime .accessory li:nth-child(3) {
    animation: accessory03 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s alternate both;
  }
}

.pageTop .storyBlock .box.superchef a {
  height: 652px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.superchef a {
    height: auto;
    padding: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.superchef a .ttl {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
  }
}
.pageTop .storyBlock .box.superchef a .peo {
  margin-left: 60px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.superchef a .peo {
    margin-left: 7vw;
    width: 70%;
  }
}
.pageTop .storyBlock .box.superchef a .frp {
  position: absolute;
  top: 82%;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.superchef a .frp {
    width: 110%;
  }
}
.pageTop .storyBlock .box.superchef a .pan {
  position: absolute;
  top: 81%;
  left: -18px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.superchef a .pan {
    top: 80%;
    width: 38%;
    left: -5vw;
  }
}
.pageTop .storyBlock .box.superchef a:hover .frp {
  animation: frp-chef 0.5s both linear;
}
.pageTop .storyBlock .box.superchef a:hover .pan {
  animation: pan-chef 0.8s both linear;
}
.pageTop .storyBlock .box.superchef a:hover .kira li:nth-child(1) {
  animation: kira-sailor01 0.6s alternate both ease-out;
  animation-delay: 0.8s;
}
.pageTop .storyBlock .box.superchef a:hover .kira li:nth-child(2) {
  animation: kira-sailor02 0.6s alternate both ease-out;
  animation-delay: 0.8s;
}
.pageTop .storyBlock .box.superchef a:hover .kira li:nth-child(3) {
  animation: kira-sailor03 0.6s alternate both ease-out;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.superchef a.show-anime .frp {
    animation: frp-chef 0.5s both linear;
  }
  .pageTop .storyBlock .box.superchef a.show-anime .pan {
    animation: pan-chef 0.8s both linear;
  }
  .pageTop .storyBlock .box.superchef a.show-anime .kira li:nth-child(1) {
    animation: kira-sailor01 0.6s alternate both ease-out;
    animation-delay: 0.8s;
  }
  .pageTop .storyBlock .box.superchef a.show-anime .kira li:nth-child(2) {
    animation: kira-sailor02 0.6s alternate both ease-out;
    animation-delay: 0.8s;
  }
  .pageTop .storyBlock .box.superchef a.show-anime .kira li:nth-child(3) {
    animation: kira-sailor03 0.6s alternate both ease-out;
    animation-delay: 0.8s;
  }
}

.pageTop .storyBlock .box.waofpower a {
  height: 430px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a {
    height: auto;
  }
}
.pageTop .storyBlock .box.waofpower a .c-readmore {
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .c-readmore {
    margin: 5vw 5vw 0 0;
  }
}
.pageTop .storyBlock .box.waofpower a .ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .ttl {
    padding: 0 8vw;
  }
}
.pageTop .storyBlock .box.waofpower a .imgs {
  position: relative;
  overflow: hidden;
}
.pageTop .storyBlock .box.waofpower a .hand_power {
  display: flex;
  align-items: center;
  padding: 71px 0 71px 0;
}
.pageTop .storyBlock .box.waofpower a .hand_power img {
  max-width: none;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .hand_power img {
    width: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .hand_power {
    padding: 10vw 0;
  }
}
.pageTop .storyBlock .box.waofpower a .hand_power dt {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .hand_power dt {
    left: -10vw;
  }
}
.pageTop .storyBlock .box.waofpower a .hand_power dd {
  position: relative;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .hand_power dd {
    right: -10vw;
  }
}
.pageTop .storyBlock .box.waofpower a .box_linecl {
  width: 212.5px;
  height: 250.85px;
  position: absolute;
  top: 0px;
  left: 23.5%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .box_linecl {
    width: 29vw;
    height: 30vw;
    top: 1.5vw;
    left: 7.5vw;
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl {
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  display: block;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl {
    height: 9vw;
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p {
  width: 5px;
  position: absolute;
  display: block;
  left: 0;
  overflow: hidden;
  border-radius: 100px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p {
    width: 0.8vw;
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p span {
  position: absolute;
  height: 0%;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p span {
    height: 100%;
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(odd) {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(odd) {
    height: 4vw;
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(even) {
  height: 45px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(even) {
    height: 5.5vw;
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(1) {
  top: 49px;
  left: 28px;
  transform: rotate(-49deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(1) {
    top: 6vw;
    left: 5vw;
    transform: rotate(-49deg);
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(1) span {
  background-color: #FFF57C;
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(2) {
  top: 27px;
  left: 51px;
  transform: rotate(-37deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(2) {
    top: 3vw;
    left: 8vw;
    transform: rotate(-37deg);
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(2) span {
  background-color: #D15450;
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(3) {
  top: 18px;
  left: 81px;
  transform: rotate(-12deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(3) {
    top: 2vw;
    left: 12vw;
    transform: rotate(-12deg);
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(3) span {
  background-color: #fff;
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(4) {
  top: 12px;
  left: 116px;
  transform: rotate(12deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(4) {
    top: 2vw;
    left: 17vw;
    transform: rotate(12deg);
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(4) span {
  background-color: #FFF57C;
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(5) {
  top: 29px;
  left: 148px;
  transform: rotate(36deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(5) {
    top: 4vw;
    left: 21vw;
    transform: rotate(36deg);
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(5) span {
  background-color: #D15450;
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(6) {
  top: 46px;
  left: 174px;
  transform: rotate(54deg);
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(6) {
    top: 6vw;
    left: 24vw;
    transform: rotate(54deg);
  }
}
.pageTop .storyBlock .box.waofpower a .line_cl p:nth-child(6) span {
  background-color: #fff;
}
.pageTop .storyBlock .box.waofpower a .line_cl.lb {
  transform: rotate(180deg);
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a .line_cl.lb {
    bottom: 1.7vw;
    left: 0.7vw;
  }
}
.pageTop .storyBlock .box.waofpower a:hover .hand_power dt {
  animation: waofhand_l 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
}
.pageTop .storyBlock .box.waofpower a:hover .hand_power dd {
  animation: waofhand_r 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
}
.pageTop .storyBlock .box.waofpower a:hover .line_cl p {
  animation: kie 0.7s 0.5s both;
}
.pageTop .storyBlock .box.waofpower a:hover .line_cl p span {
  animation: sen_odd 0.5s 0.2s alternate both;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.waofpower a.show-anime .hand_power dt {
    animation: waofhand_l 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
  }
  .pageTop .storyBlock .box.waofpower a.show-anime .hand_power dd {
    animation: waofhand_r 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
  }
  .pageTop .storyBlock .box.waofpower a.show-anime .line_cl p {
    animation: kie 0.7s 0.5s both;
  }
  .pageTop .storyBlock .box.waofpower a.show-anime .line_cl p span {
    animation: sen_odd 0.5s 0.2s both;
  }
}

@keyframes kie {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sen_odd {
  0% {
    bottom: 0%;
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 50%;
    bottom: 80%;
  }
}
.pageTop .storyBlock .box.debut a {
  height: 410px;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a {
    height: 82vw;
    padding: 5vw;
  }
}
.pageTop .storyBlock .box.debut a .fl_debut {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut {
    flex-direction: column-reverse;
  }
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs {
  width: 146px;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut .imgs {
    margin-top: 5vw;
    width: auto;
  }
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs .yl_egg {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut .imgs .yl_egg {
    width: 12vw;
    height: 12vw;
  }
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs .yl_egg span {
  width: 50%;
  height: 100%;
  background: #FFF57C;
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs .yl_egg span:nth-child(1) {
  border-radius: 100px 0 0 100px;
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs .yl_egg span:nth-child(2) {
  border-radius: 0 100px 100px 0;
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs .bn {
  position: relative;
  z-index: 2;
  top: 0;
  height: 10%;
  overflow: hidden;
  margin-top: -41px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut .imgs .bn {
    width: 25%;
    height: 1vw;
    margin-top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut .imgs .anchor {
    width: 10%;
  }
}
.pageTop .storyBlock .box.debut a .fl_debut .imgs .l_i {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut .imgs .l_i {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .fl_debut .ttl {
    width: 80%;
    margin: 0 auto;
  }
}
.pageTop .storyBlock .box.debut a .c-readmore {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a .c-readmore {
    right: 5vw;
    bottom: 5vw;
  }
}
.pageTop .storyBlock .box.debut a:hover .fl_debut .yl_egg span:nth-child(1) {
  transform: rotate(35deg);
  transform-origin: right top;
  transition: 0.2s;
}
.pageTop .storyBlock .box.debut a:hover .fl_debut .yl_egg span:nth-child(2) {
  transform: rotate(-35deg);
  transform-origin: left top;
  transition: 0.2s;
}
.pageTop .storyBlock .box.debut a:hover .fl_debut .bn {
  animation: fullhe 1s cubic-bezier(0.3, 1, 0.2, 1) both;
}
.pageTop .storyBlock .box.debut a:hover .fl_debut .l_i {
  animation: kamifubuki 1s 0.2s both;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a.show-anime .fl_debut .yl_egg span:nth-child(1) {
    transform: rotate(35deg);
    transform-origin: right top;
    transition: 0.2s;
  }
  .pageTop .storyBlock .box.debut a.show-anime .fl_debut .yl_egg span:nth-child(2) {
    transform: rotate(-35deg);
    transform-origin: left top;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a.show-anime .fl_debut .bn {
    animation: fullhe 1s cubic-bezier(0.3, 1, 0.2, 1) both;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.debut a.show-anime .fl_debut .l_i {
    animation: kamifubuki 1s 0.2s both;
  }
}

@keyframes fullhe {
  0% {
    height: 10%;
  }
  100% {
    height: 65%;
    margin-top: -45px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes fullhe {
    0% {
      height: 1vw;
    }
    100% {
      height: 22vw;
      margin-top: -9vw;
    }
  }
}
@keyframes kamifubuki {
  0% {
    top: 0;
  }
  100% {
    opacity: 1;
    top: 38%;
  }
}
@keyframes yl_egg-trans1 {
  100% {
    transform: rotate(35deg);
    transform-origin: right top;
    transition: 0.2s;
  }
}
@keyframes yl_egg-trans2 {
  100% {
    transform: rotate(-35deg);
    transform-origin: left top;
    transition: 0.2s;
  }
}
.pageTop .storyBlock .box.ev a {
  padding: 0;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a {
    padding: 3vw 0 0 0;
  }
}
.pageTop .storyBlock .box.ev a .ttl {
  padding: 48px 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .ttl {
    padding: 5vw 5vw 5vw 5vw;
  }
}
.pageTop .storyBlock .box.ev a .imgs {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs {
    margin-bottom: 7vw;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev {
  position: relative;
  margin: 48px 0 50px 0;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev {
    margin: 6vw 0 5vw 0;
    left: 6vw;
    width: 78%;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .thunder {
  position: absolute;
  top: 65%;
  left: 24%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .thunder {
    width: 7%;
    top: 65%;
    left: 29%;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .battery {
  position: absolute;
  top: 60%;
  left: 31%;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .battery {
    width: 26%;
    left: 39%;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt {
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt {
    width: 2vw;
    top: 2.6px;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(1) {
  right: 8px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(1) {
    right: 2px;
    width: 1.7vw;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(2) {
  right: 23px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(2) {
    right: 7.8px;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(3) {
  right: 41px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(3) {
    right: 14.8px;
  }
}
.pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(4) {
  left: 15px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .ship-ev .battery dl dt:nth-child(4) {
    left: 5.4px;
    width: 1.7vw;
  }
}
.pageTop .storyBlock .box.ev a .imgs .plug-ev {
  position: absolute;
  right: -25px;
  top: 67%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .plug-ev {
    width: 18%;
    right: -2vw;
    top: 63%;
  }
}
.pageTop .storyBlock .box.ev a .imgs .go-line-ev {
  position: absolute;
  bottom: -18px;
  left: 300px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .imgs .go-line-ev {
    width: 18%;
    bottom: -19.8px;
    left: 30vw;
  }
}
.pageTop .storyBlock .box.ev a .c-readmore {
  margin: 0 30px 28px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a .c-readmore {
    margin: 3vw 5vw 5vw 0;
  }
}
.pageTop .storyBlock .box.ev a:hover .ship-ev {
  animation: ship-ev 2s 3.2s both;
}
.pageTop .storyBlock .box.ev a:hover .thunder {
  animation: show-thunder 1.7s 1.2s both ease-out;
}
.pageTop .storyBlock .box.ev a:hover .battery {
  animation: hide-btr-ev 0.3s 2.6s both ease-out;
}
.pageTop .storyBlock .box.ev a:hover .battery dl dt:nth-child(2) {
  animation: show-time 0.5s 1s both;
}
.pageTop .storyBlock .box.ev a:hover .battery dl dt:nth-child(3) {
  animation: show-time 0.5s 1.5s both;
}
.pageTop .storyBlock .box.ev a:hover .battery dl dt:nth-child(4) {
  animation: show-time 0.5s 2s both;
}
.pageTop .storyBlock .box.ev a:hover .plug-ev {
  animation: plug-ev 0.8s both;
}
.pageTop .storyBlock .box.ev a:hover .go-line-ev {
  animation: go-line-ev 2s 3.3s both;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box.ev a.show-anime .ship-ev {
    animation: ship-ev 2s 3.2s both;
  }
  .pageTop .storyBlock .box.ev a.show-anime .thunder {
    animation: show-thunder 1.7s 1.2s both ease-out;
  }
  .pageTop .storyBlock .box.ev a.show-anime .battery {
    animation: hide-btr-ev 0.3s 2.6s both ease-out;
  }
  .pageTop .storyBlock .box.ev a.show-anime .battery dl dt:nth-child(2) {
    animation: show-time 0.5s 1s both;
  }
  .pageTop .storyBlock .box.ev a.show-anime .battery dl dt:nth-child(3) {
    animation: show-time 0.5s 1.5s both;
  }
  .pageTop .storyBlock .box.ev a.show-anime .battery dl dt:nth-child(4) {
    animation: show-time 0.5s 2s both;
  }
  .pageTop .storyBlock .box.ev a.show-anime .plug-ev {
    animation: plug-ev 0.8s both;
  }
  .pageTop .storyBlock .box.ev a.show-anime .go-line-ev {
    animation: go-line-ev 2s 3.3s both;
  }
}

.topics19 {
  height: 651px !important;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics19 {
    height: 65vw !important;
    padding: 5vw !important;
  }
}
.topics19 .obj {
  height: 335px;
}
@media screen and (max-width: 767px) {
  .topics19 .obj {
    height: 26vw;
  }
}
.topics19 .obj img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .topics19 .obj img {
    width: 40vw;
  }
}
.topics19 .obj .ship {
  position: absolute;
  bottom: 1%;
  left: 47%;
  transform: scale(2.4);
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .topics19 .obj .ship {
    left: 38%;
    transform: scale(2);
  }
  .topics19 .obj .ship.detail {
    left: auto;
    right: -20%;
    bottom: -60%;
  }
}
.topics19 .obj .ship:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  animation: t19Wave 1s infinite linear both;
  background-image: url("../img/topics19/wave.svg");
}
.topics19.index:hover .ship {
  bottom: 20%;
  left: 6%;
  transform: scale(1);
}
.topics19.detail {
  height: auto !important;
  width: 400px;
  position: absolute;
  right: -80px;
  top: -30px;
  padding-top: 50px;
  overflow: hidden;
}
.topics19.detail .ship {
  left: 47%;
  bottom: -5%;
}
.topics19.detail .ship:after {
  background-image: url("../img/topics19/wave2.svg");
}
@media screen and (max-width: 767px) {
  .topics19.detail {
    position: static;
  }
}
.topics19.detail .obj {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .topics19.detail .obj {
    height: auto;
  }
}
.topics19.detail.show-anime .ship {
  bottom: 20%;
  left: 0%;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .topics19.detail.show-anime .ship {
    bottom: -30%;
    left: auto;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .topics19.show-anime .ship {
    bottom: 20%;
    left: 6%;
    transform: scale(1);
  }
}

@keyframes t19Wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -40px 0;
  }
}
.topics20 {
  height: 420px !important;
}
@media screen and (max-width: 767px) {
  .topics20 {
    height: 70vw !important;
    padding: 5vw 3vw !important;
  }
}
.topics20.detail {
  height: auto !important;
}
.topics20.detail .imgs {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.topics20.detail .bncl {
  left: 240px;
}
@media screen and (max-width: 767px) {
  .topics20.detail .bncl {
    left: 19vw;
  }
}
.topics20.detail.show-anime .whale {
  animation: tp_20-whale 0.8s alternate both ease-in;
}
.topics20.detail.show-anime .wtofwhale {
  animation: tp_20-wtofwhale 0.5s 1.2s linear both;
}
.topics20.detail.show-anime .chatbox {
  animation: tp_20-chatbox 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s alternate both;
}
.topics20.detail.show-anime .mess {
  animation: tp_20-mess 0.3s 1.4s linear both;
}
.topics20.detail .chatbox {
  right: 80px !important;
}
@media screen and (max-width: 767px) {
  .topics20.detail .chatbox {
    right: -15vw !important;
  }
}
.topics20.detail .mess {
  right: 93px !important;
}
@media screen and (max-width: 767px) {
  .topics20.detail .mess {
    right: -7vw !important;
    width: 26% !important;
  }
}
.topics20 .ttl {
  margin: 25px 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics20 .ttl {
    margin: 5vw 0 6vw 0;
  }
}
.topics20 .imgs {
  position: relative;
}
.topics20 .imgs .bncl {
  position: relative;
  text-align: center;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  width: 268px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .bncl {
    width: 37vw;
    padding-top: 15vw;
  }
}
.topics20 .imgs .bncl .this-bncl {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .bncl .this-bncl {
    left: 0.5vw;
  }
}
.topics20 .imgs .bncl .fl_wht-2oc {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 240px !important;
  margin: 0 auto;
  top: 47px;
  left: 7px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .bncl .fl_wht-2oc {
    width: 35vw !important;
    top: 16vw;
    left: 0.5vw;
  }
}
.topics20 .imgs .bncl .fl_wht-2oc dt {
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .bncl .fl_wht-2oc dt {
    width: 15.5vw;
    height: 15.5vw;
  }
}
.topics20 .imgs .bncl .whale {
  position: absolute;
  z-index: 3;
  top: 78px;
  right: -160px;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .bncl .whale {
    top: 20vw;
    right: -40vw;
    width: 70%;
    height: auto;
  }
}
.topics20 .imgs .bncl .wtofwhale {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 62px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .bncl .wtofwhale {
    top: 12vw;
    left: 5vw;
    width: 14%;
    top: 24vw;
    left: 8vw;
  }
}
.topics20 .imgs .chatbox {
  position: absolute;
  z-index: 6;
  top: -5px;
  right: 0;
  transform: scale(0.3);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .chatbox {
    top: -2vw;
    right: -2vw;
  }
}
.topics20 .imgs .mess {
  position: absolute;
  z-index: 7;
  top: 25px;
  right: 13px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics20 .imgs .mess {
    top: 7.5vw;
    right: 5.5vw;
    width: 50%;
  }
}
.topics20:hover .whale {
  animation: tp_20-whale 0.8s alternate both ease-in;
}
.topics20:hover .wtofwhale {
  animation: tp_20-wtofwhale 0.5s 1.2s linear both;
}
.topics20:hover .chatbox {
  animation: tp_20-chatbox 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s alternate both;
}
.topics20:hover .mess {
  animation: tp_20-mess 0.3s 1.4s linear both;
}
@media screen and (max-width: 767px) {
  .topics20.show-anime .whale {
    animation: tp_20-whale 0.8s alternate both ease-in;
  }
  .topics20.show-anime .wtofwhale {
    animation: tp_20-wtofwhale 0.5s 1.2s linear both;
  }
  .topics20.show-anime .chatbox {
    animation: tp_20-chatbox 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s alternate both;
  }
  .topics20.show-anime .mess {
    animation: tp_20-mess 0.3s 1.4s linear both;
  }
}

@keyframes tp_20-whale {
  0% {
    right: -160px;
  }
  100% {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_20-whale {
    0% {
      right: -40vw;
    }
    100% {
      right: 6vw;
    }
  }
}
@keyframes tp_20-wtofwhale {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 67px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_20-wtofwhale {
    0% {
      top: 24vw;
      opacity: 0;
    }
    100% {
      top: 18vw;
      opacity: 1;
    }
  }
}
@keyframes tp_20-chatbox {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_20-chatbox {
    0% {
      transform: scale(0.3);
      opacity: 0;
    }
    100% {
      transform: scale(0.8);
      opacity: 1;
    }
  }
}
@keyframes tp_20-mess {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topics21 {
  padding: 30px 0 !important;
}
@media screen and (max-width: 767px) {
  .topics21 {
    padding: 5vw 0 !important;
  }
}
.topics21.detail .imgs {
  margin: 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topics21.detail .imgs {
    overflow: unset;
  }
}
.topics21.detail .imgs .all_peo {
  justify-content: center;
}
.topics21.detail.show-anime .all_peo li:nth-child(1) {
  animation: tp_21-mens 1.5s alternate both ease-out;
}
.topics21.detail.show-anime .all_peo li:nth-child(2) {
  animation: tp_21-mens02 1.25s 0.3s alternate both ease-out;
}
.topics21.detail.show-anime .all_peo li:nth-child(3) {
  animation: tp_21-mens03 1.12s 0.5s alternate both ease-out;
}
.topics21.detail.show-anime .all_peo li:nth-child(4) {
  animation: tp_21-mens04 1.05s 0.7s alternate both ease-out;
}
.topics21.detail.show-anime .all_peo li:nth-child(5) {
  animation: tp_21-women 0.8s 1.9s alternate both ease-out;
}
.topics21 .ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics21 .ttl {
    padding: 0 5vw;
  }
}
.topics21 .all_peo {
  display: flex;
  align-items: center;
  padding: 40px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo {
    padding: 8vw 0 6vw 0;
  }
}
.topics21 .all_peo li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo li img {
    height: 25vw;
    width: auto;
  }
}
.topics21 .all_peo li:nth-child(1) {
  right: -860px;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo li:nth-child(1) {
    right: -100vw;
  }
}
.topics21 .all_peo li:nth-child(2) {
  right: -770px;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo li:nth-child(2) {
    right: -90vw;
  }
}
.topics21 .all_peo li:nth-child(3) {
  right: -685px;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo li:nth-child(3) {
    right: -80vw;
  }
}
.topics21 .all_peo li:nth-child(4) {
  right: -600px;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo li:nth-child(4) {
    right: -70vw;
  }
}
.topics21 .all_peo li:nth-child(5) {
  right: -505px;
}
@media screen and (max-width: 767px) {
  .topics21 .all_peo li:nth-child(5) {
    right: -48vw;
  }
}
.topics21 .c-readmore {
  margin-right: 30px;
}
.topics21:hover .all_peo li:nth-child(1) {
  animation: tp_21-mens 1.5s alternate both ease-out;
}
.topics21:hover .all_peo li:nth-child(2) {
  animation: tp_21-mens02 1.25s 0.3s alternate both ease-out;
}
.topics21:hover .all_peo li:nth-child(3) {
  animation: tp_21-mens03 1.12s 0.5s alternate both ease-out;
}
.topics21:hover .all_peo li:nth-child(4) {
  animation: tp_21-mens04 1.05s 0.7s alternate both ease-out;
}
.topics21:hover .all_peo li:nth-child(5) {
  animation: tp_21-women 0.8s 1.9s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .topics21.show-anime .all_peo li:nth-child(1) {
    animation: tp_21-mens 1.5s alternate both ease-out;
  }
  .topics21.show-anime .all_peo li:nth-child(2) {
    animation: tp_21-mens02 1.25s 0.3s alternate both ease-out;
  }
  .topics21.show-anime .all_peo li:nth-child(3) {
    animation: tp_21-mens03 1.12s 0.5s alternate both ease-out;
  }
  .topics21.show-anime .all_peo li:nth-child(4) {
    animation: tp_21-mens04 1.05s 0.7s alternate both ease-out;
  }
  .topics21.show-anime .all_peo li:nth-child(5) {
    animation: tp_21-women 0.8s 1.9s alternate both ease-out;
  }
}

@keyframes tp_21-mens {
  0% {
    right: -860px;
  }
  100% {
    right: -140px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_21-mens {
    0% {
      right: -90vw;
    }
    100% {
      right: -10vw;
    }
  }
}
@keyframes tp_21-mens02 {
  0% {
    right: -770px;
  }
  100% {
    right: -170px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_21-mens02 {
    0% {
      right: -80vw;
    }
    100% {
      right: -13vw;
    }
  }
}
@keyframes tp_21-mens03 {
  0% {
    right: -685px;
  }
  100% {
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_21-mens03 {
    0% {
      right: -70vw;
    }
    100% {
      right: -16vw;
    }
  }
}
@keyframes tp_21-mens04 {
  0% {
    right: -600px;
  }
  100% {
    right: -230px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_21-mens04 {
    0% {
      right: -60vw;
    }
    100% {
      right: -19vw;
    }
  }
}
@keyframes tp_21-women {
  0% {
    right: -505px;
  }
  100% {
    right: -260px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_21-women {
    0% {
      right: -48vw;
    }
    100% {
      right: -22vw;
    }
  }
}
.topics22.tp-22_tp {
  height: 450px !important;
}
@media screen and (max-width: 767px) {
  .topics22.tp-22_tp {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .topics22 {
    padding: 5vw !important;
  }
}
.topics22.detail {
  display: flex;
  justify-content: flex-end;
}
.topics22.detail .imgs {
  width: 345px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .topics22.detail .imgs {
    width: 42% !important;
  }
}
.topics22.detail .imgs .um_tp22 {
  background-color: #7DCCFF;
}
.topics22.detail.show-anime .c-kamome {
  animation: kamome 1s both linear;
}
.topics22.detail.show-anime .c-kamome:nth-child(2) {
  animation-delay: 0.3s;
}
.topics22.detail.show-anime .c-kamome span:nth-child(1) {
  animation: haneL 0.3s alternate both;
}
.topics22.detail.show-anime .c-kamome span:nth-child(2) {
  animation: haneR 0.3s alternate both;
}
.topics22.detail.show-anime .tsnami {
  animation: tp_22-tsnami 1s alternate both ease-in;
}
.topics22.detail.show-anime .wht_cen-line .pl_anm img {
  animation: tp_22-wht_cen-line01 1s 1.2s steps(20) forwards, tp_22-wht_cen-line02 2s ease forwards;
}
@media screen and (max-width: 767px) {
  .topics22 h3.ttl {
    margin-top: 0vw;
  }
}
.topics22 .imgs {
  position: relative;
  overflow: hidden;
}
.topics22 .imgs .c-kamome {
  position: absolute;
  width: 14% !important;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .c-kamome {
    width: 80% !important;
    transform: scale(0.2);
  }
}
.topics22 .imgs .c-kamome.pos1 {
  right: 3% !important;
  top: 5% !important;
  left: auto !important;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .c-kamome.pos1 {
    top: 10% !important;
    right: -10vw !important;
  }
}
.topics22 .imgs .c-kamome.pos2 {
  width: 13% !important;
  right: 18% !important;
  top: 13% !important;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .c-kamome.pos2 {
    width: 80% !important;
    right: -3vw !important;
    top: 19% !important;
  }
}
.topics22 .imgs .um_tp22 {
  width: 100%;
  height: 54px;
  background-color: #009FE8;
  position: relative;
  margin: 195px 0 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .um_tp22 {
    height: 7vw;
    margin: 19vw 0 0 0;
  }
}
.topics22 .imgs .tsnami {
  position: absolute;
  bottom: -40px;
  right: -100px;
  z-index: 1;
  transform: scale(0.2);
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .tsnami {
    width: 90%;
    bottom: -4vw;
    right: -13vw;
  }
}
.topics22 .imgs .wht_cen-line {
  position: absolute;
  z-index: 3;
  bottom: 7px;
  left: 86px;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .wht_cen-line {
    bottom: 2vw;
    left: 8vw;
    width: 80%;
  }
}
.topics22 .imgs .wht_cen-line .pl_anm {
  position: relative;
  overflow: hidden;
  width: 140.38px;
  height: 147.11px;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .wht_cen-line .pl_anm {
    width: auto;
    height: auto;
  }
}
.topics22 .imgs .wht_cen-line .pl_anm img {
  width: 100%;
  height: auto;
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics22 .imgs .wht_cen-line .pl_anm img {
    width: 48% !important;
  }
}
.topics22 .c-readmore {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .topics22 .c-readmore {
    margin-top: 6vw;
  }
}
.topics22:hover .c-kamome {
  animation: kamome 1s infinite alternate both linear;
}
.topics22:hover .c-kamome:nth-child(2) {
  animation-delay: 0.3s;
}
.topics22:hover .c-kamome span:nth-child(1) {
  animation: haneL 0.3s infinite alternate both;
}
.topics22:hover .c-kamome span:nth-child(2) {
  animation: haneR 0.3s infinite alternate both;
}
.topics22:hover .tsnami {
  animation: tp_22-tsnami 1s alternate both ease-in;
}
.topics22:hover .wht_cen-line .pl_anm img {
  animation: tp_22-wht_cen-line01 1s 1.2s steps(20) forwards, tp_22-wht_cen-line02 2s ease forwards;
}
@media screen and (max-width: 767px) {
  .topics22.show-anime .c-kamome {
    animation: kamome 1s both linear;
  }
  .topics22.show-anime .c-kamome:nth-child(2) {
    animation-delay: 0.3s;
  }
  .topics22.show-anime .c-kamome span:nth-child(1) {
    animation: haneL 0.3s alternate both;
  }
  .topics22.show-anime .c-kamome span:nth-child(2) {
    animation: haneR 0.3s alternate both;
  }
  .topics22.show-anime .tsnami {
    animation: tp_22-tsnami 1s alternate both ease-in;
  }
  .topics22.show-anime .wht_cen-line .pl_anm img {
    animation: tp_22-wht_cen-line01 1s 1.2s steps(20) forwards, tp_22-wht_cen-line02 2s ease forwards;
  }
}

@keyframes tp_22-tsnami {
  0% {
    transform: scale(0.2);
    right: -100px;
    bottom: -40px;
  }
  100% {
    transform: scale(1);
    right: 27px;
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_22-tsnami {
    0% {
      transform: scale(0.2);
      right: -13vw;
      bottom: -4vw;
    }
    100% {
      transform: scale(1);
      right: 4vw;
      bottom: 6vw;
    }
  }
}
@keyframes tp_22-wht_cen-line01 {
  0% {
    -webkit-clip-path: inset(0 100% 100% 0);
            clip-path: inset(0 100% 100% 0);
  }
  25% {
    -webkit-clip-path: inset(0 75% 75% 0);
            clip-path: inset(0 75% 75% 0);
  }
  50% {
    -webkit-clip-path: inset(0 50% 50% 0);
            clip-path: inset(0 50% 50% 0);
  }
  75% {
    -webkit-clip-path: inset(0 25% 25% 0);
            clip-path: inset(0 25% 25% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes tp_22-wht_cen-line02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .topics23 {
    padding: 5vw !important;
  }
}
.topics23.detail {
  display: flex;
  justify-content: flex-end;
}
.topics23.detail .imgs {
  width: 345px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .topics23.detail .imgs {
    width: 42% !important;
  }
}
.topics23.detail.show-anime .nami-brk {
  animation: t23Wave 3s infinite linear both;
}
@media screen and (max-width: 767px) {
  .topics23.detail.show-anime .nami-brk {
    animation: t23Wave 4.5s infinite linear both;
  }
}
.topics23.detail.show-anime .ship-move {
  animation: tp_23-ship 4s ease-in-out forwards;
}
.topics23.detail.show-anime .linemove-tp23 p {
  animation: show_cont-tp23 0.1s 3s forwards;
}
.topics23.detail.show-anime .linemove-tp23 p + p {
  animation: tp_23-line2 1s 3s forwards;
}
.topics23.detail.show-anime .counter-container {
  animation: show_cont-tp23 0.1s 3s forwards;
}
.topics23.detail.show-anime .linemove2-tp23 img {
  animation: draw-centtp23 0.6s 3s steps(20) forwards;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.topics23 h3.ttl {
  text-align: right;
}
.topics23 .imgs {
  position: relative;
}
.topics23 .imgs .nami-brk {
  position: relative;
  z-index: 3;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .topics23 .imgs .nami-brk {
    margin-top: 37vw;
    bottom: -3vw;
  }
  .topics23 .imgs .nami-brk img {
    max-width: none;
    height: auto;
    width: 190%;
  }
}
.topics23 .imgs .ship-move {
  position: absolute;
  z-index: 2;
  bottom: 3px;
  left: 0;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .topics23 .imgs .ship-move {
    width: 65%;
    height: auto;
    left: 5vw;
    bottom: 1vw;
  }
}
.topics23 .imgs .linemove-tp23 p {
  position: absolute;
  bottom: 224px;
  left: 83px;
  width: 5px;
  height: 95px;
  background-color: #FFF57C;
  border-radius: 5px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics23 .imgs .linemove-tp23 p {
    bottom: 28vw;
    left: 15vw;
    width: 3px;
    height: 10vw;
  }
}
.topics23 .imgs .counter-container {
  position: absolute;
  font-size: 3.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #FFF57C;
  bottom: 300px;
  left: 5px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics23 .imgs .counter-container {
    font-size: 1.5rem;
    bottom: 36vw;
    left: 6vw;
  }
}
.topics23 .imgs .linemove2-tp23 {
  position: absolute;
  bottom: 254px;
  left: 55px;
}
@media screen and (max-width: 767px) {
  .topics23 .imgs .linemove2-tp23 {
    bottom: 27vw;
    left: 12.5vw;
  }
}
.topics23 .imgs .linemove2-tp23 img {
  width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics23 .imgs .linemove2-tp23 img {
    width: 42%;
    height: auto;
  }
}
.topics23 .c-readmore {
  bottom: 30px;
  right: 0px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .topics23 .c-readmore {
    bottom: 0vw;
  }
}
.topics23:hover .nami-brk {
  animation: t23Wave 3s infinite linear both;
}
.topics23:hover .ship-move {
  animation: tp_23-ship 4s ease-in-out forwards;
}
.topics23:hover .linemove-tp23 p {
  animation: show_cont-tp23 0.1s 3s forwards;
}
.topics23:hover .linemove-tp23 p + p {
  animation: tp_23-line2 1s 3s forwards;
}
.topics23:hover .counter-container {
  animation: show_cont-tp23 0.1s 3s forwards;
}
.topics23:hover .linemove2-tp23 img {
  animation: draw-centtp23 0.6s 3s steps(20) forwards;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 767px) {
  .topics23.show-anime .nami-brk {
    animation: t23Wave 4.5s infinite linear both;
  }
  .topics23.show-anime .ship-move {
    animation: tp_23-ship 4s ease-in-out forwards;
  }
  .topics23.show-anime .linemove-tp23 p {
    animation: show_cont-tp23 0.1s 3s forwards;
  }
  .topics23.show-anime .linemove-tp23 p + p {
    animation: tp_23-line2 1s 3s forwards;
  }
  .topics23.show-anime .counter-container {
    animation: show_cont-tp23 0.1s 3s forwards;
  }
  .topics23.show-anime .linemove2-tp23 img {
    animation: draw-centtp23 0.6s 3s steps(20) forwards;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes tp_23-ship {
  0% {
    transform: rotate(40deg);
  }
  35% {
    transform: rotate(20deg);
  }
  65% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tp_23-line2 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(-40deg);
    left: 53px;
    bottom: 214px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes tp_23-line2 {
    0% {
      transform: rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: rotate(-40deg);
      left: 12vw;
      bottom: 27vw;
      opacity: 1;
    }
  }
}
@keyframes draw-centtp23 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 1;
  }
  25% {
    -webkit-clip-path: inset(0 0 0 75%);
            clip-path: inset(0 0 0 75%);
  }
  50% {
    -webkit-clip-path: inset(0 0 0 50%);
            clip-path: inset(0 0 0 50%);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 25%);
            clip-path: inset(0 0 0 25%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes show_cont-tp23 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes t23Wave {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes t23Wave {
    0% {
      left: 0;
    }
    100% {
      left: -25vw;
    }
  }
}
.topics24 {
  padding: 30px 0 !important;
}
@media screen and (max-width: 767px) {
  .topics24 {
    padding: 5vw 0 !important;
  }
}
.topics24.detail {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.topics24.detail .imgs {
  width: 845px;
  overflow: hidden;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .topics24.detail .imgs {
    width: 100% !important;
  }
}
.topics24.detail.show-anime .imgs .tp24_ship {
  animation: ship_move-tp24 3s ease-out forwards;
}
.topics24.detail.show-anime .imgs .allpeo li:nth-child(1) {
  animation: peo_move-tp24 4s 3s ease-in forwards;
}
.topics24.detail.show-anime .imgs .allpeo li:nth-child(2) {
  animation: peo_move-tp24 4s 2.95s ease-in forwards;
}
.topics24.detail.show-anime .imgs .allpeo li:nth-child(3) {
  animation: peo_move-tp24 4s 2.9s ease-in forwards;
}
.topics24.detail.show-anime .imgs .allpeo li:nth-child(4) {
  animation: peo_move-tp24 4s 2.85s ease-in forwards;
}
.topics24.detail.show-anime .imgs .allpeo li:nth-child(5) {
  animation: peo_move-tp24 4s 2.8s ease-in forwards;
}
.topics24 h3.ttl {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .topics24 h3.ttl {
    margin: 3vw 0;
  }
  .topics24 h3.ttl img {
    height: 7.2vw;
    width: auto;
  }
}
.topics24 .c-readmore {
  margin-right: 30px;
}
.topics24 .imgs {
  position: relative;
  height: 235px;
}
@media screen and (max-width: 767px) {
  .topics24 .imgs {
    height: 26vw;
  }
}
.topics24 .imgs .sea_port {
  position: absolute;
  bottom: 15px;
  right: 25px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .topics24 .imgs .sea_port {
    width: 60%;
    bottom: 0vw;
    right: 4vw;
  }
}
.topics24 .imgs .tp24_ship {
  position: absolute;
  bottom: 35px;
  left: -450px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topics24 .imgs .tp24_ship {
    bottom: 2vw;
    left: -50vw;
  }
  .topics24 .imgs .tp24_ship img {
    width: 47vw;
    height: auto;
  }
}
.topics24 .imgs .allpeo {
  display: flex;
  position: absolute;
  top: 130px;
  left: 315px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topics24 .imgs .allpeo {
    top: 17vw;
    left: 36vw;
  }
}
.topics24 .imgs .allpeo li {
  position: relative;
  opacity: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .topics24 .imgs .allpeo li {
    bottom: -2vw;
    display: inline-block;
    width: 2vw;
  }
  .topics24 .imgs .allpeo li img {
    width: 100%;
  }
}
.topics24 .imgs .allpeo li + li {
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .topics24 .imgs .allpeo li + li {
    margin-left: 0;
  }
}
.topics24 .imgs .tp24_nami {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 4;
}
.topics24:hover .imgs .tp24_ship {
  animation: ship_move-tp24 3s ease-out forwards;
}
.topics24:hover .imgs .allpeo li:nth-child(1) {
  animation: peo_move-tp24 4s 3s ease-in forwards;
}
.topics24:hover .imgs .allpeo li:nth-child(2) {
  animation: peo_move-tp24 4s 2.95s ease-in forwards;
}
.topics24:hover .imgs .allpeo li:nth-child(3) {
  animation: peo_move-tp24 4s 2.9s ease-in forwards;
}
.topics24:hover .imgs .allpeo li:nth-child(4) {
  animation: peo_move-tp24 4s 2.85s ease-in forwards;
}
.topics24:hover .imgs .allpeo li:nth-child(5) {
  animation: peo_move-tp24 4s 2.8s ease-in forwards;
}
@media screen and (max-width: 767px) {
  .topics24.show-anime .tp24_ship {
    animation: ship_move-tp24 3s ease-out forwards;
  }
  .topics24.show-anime .allpeo li:nth-child(1) {
    animation: peo_move-tp24 4s 3s ease-in forwards;
  }
  .topics24.show-anime .allpeo li:nth-child(2) {
    animation: peo_move-tp24 4s 2.95s ease-in forwards;
  }
  .topics24.show-anime .allpeo li:nth-child(3) {
    animation: peo_move-tp24 4s 2.9s ease-in forwards;
  }
  .topics24.show-anime .allpeo li:nth-child(4) {
    animation: peo_move-tp24 4s 2.85s ease-in forwards;
  }
  .topics24.show-anime .allpeo li:nth-child(5) {
    animation: peo_move-tp24 4s 2.8s ease-in forwards;
  }
}

@keyframes ship_move-tp24 {
  0% {
    left: -450px;
  }
  100% {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes ship_move-tp24 {
    0% {
      left: -50vw;
    }
    100% {
      left: 4vw;
    }
  }
}
@keyframes peo_move-tp24 {
  0% {
    opacity: 0;
    bottom: -20px;
    left: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    bottom: 15px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 380px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes peo_move-tp24 {
    0% {
      opacity: 0;
      bottom: -2vw;
      left: 0;
    }
    15% {
      opacity: 1;
    }
    60% {
      bottom: 2.5vw;
      opacity: 1;
    }
    100% {
      opacity: 1;
      left: 40vw;
      bottom: 2.5vw;
    }
  }
}
.topics25 {
  padding: 0 !important;
  height: 450px !important;
}
@media screen and (max-width: 767px) {
  .topics25 {
    height: auto !important;
  }
}
.topics25 .c-readmore {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .topics25 .c-readmore {
    margin: 7vw 5vw 5vw 0;
  }
}
.topics25 .lottie-animation {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .topics25 .lottie-animation {
    height: 43vw;
  }
}

.topics26 {
  height: 630px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics26 {
    height: auto !important;
    padding: 5vw !important;
  }
}
.topics26 .c-readmore {
  margin-top: 20px;
}
.topics26 h3.ttl {
  text-align: center;
}
.topics26 .lottie-animation {
  margin: -30px 0 0 0;
  height: 355px;
}
@media screen and (max-width: 767px) {
  .topics26 .lottie-animation {
    width: 140%;
    height: 37vw;
    margin: 0vw 0 0 -6.5vw;
  }
}

.topics27 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics27 {
    padding: 5vw !important;
  }
}
.topics27 .c-readmore {
  margin-top: 10px;
}
.topics27 h3.ttl {
  text-align: center;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .topics27 h3.ttl {
    width: 100%;
  }
}
.topics27 .lottie-animation {
  margin: -50px -30px 0;
}
@media screen and (max-width: 767px) {
  .topics27 .lottie-animation {
    margin: 3vw -5vw 0 -5vw;
  }
}

.topics28 {
  position: relative;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .topics28 {
    padding: 5vw !important;
  }
}
.topics28 .c-readmore {
  margin-top: 20px;
}
.topics28 h3.ttl {
  text-align: center;
}
.topics28 .lottie-animation {
  margin: 20px 0 0 0;
}
/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-wrapper {
  background-color: #009fe8;
  overflow: hidden;
  width: 100%;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  position: absolute;
  top: 0px;
  z-index: 15;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 5vw 3vw;
  }
}
.l-header .logo {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 61.3333333333vw;
  }
}
.l-header .logo img {
  width: 100%;
}
.l-header nav {
  position: fixed;
  right: 30px;
  top: 12px;
  z-index: 9999999;
}
@media screen and (max-width: 767px) {
  .l-header nav {
    right: 3vw;
    top: 2vw;
  }
}
.l-header nav .btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  padding: 16px 0;
  background-color: #7dccff;
}
.l-header nav .btn span {
  display: inline-block;
  transition: all 0.4s;
  width: 33px;
  border-radius: 100px;
  height: 4px;
  background-color: #009fe8;
}
.l-header nav.hide .btn {
  background-color: #009fe8;
}
.l-header nav.hide span {
  background-color: #fff;
}
.l-header nav.hide span:nth-child(1) {
  left: 18px;
  transform: translateY(12px) rotate(-45deg);
  width: 60%;
}
.l-header nav.hide span:nth-child(2) {
  opacity: 0;
}
.l-header nav.hide span:nth-child(3) {
  left: 18px;
  transform: translateY(-12px) rotate(45deg);
  width: 60%;
}
.l-header .nav {
  position: fixed;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 70px 38px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 99;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l-header .nav {
    padding: 15vw 5vw;
    width: 90%;
  }
}
.l-header .nav .child {
  display: none;
}
.l-header .nav .child li:last-of-type {
  border-bottom: 0px;
}
.l-header .nav li {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #006091;
}
.l-header .nav li.hasChild .openMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header .nav li.hasChild .openMenu:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: auto;
  border-right: 3px solid #006091;
  border-bottom: 3px solid #006091;
  margin-top: -0.3em;
}
.l-header .nav li.hasChild.on .openMenu:after {
  margin-top: 0.2em;
  transform: rotate(-135deg);
}
.l-header .nav li.hasChild.on .child {
  display: block;
}
.l-header .nav li a, .l-header .nav li .openMenu {
  font-size: 1.8rem;
  font-weight: bold;
  color: #006091;
  cursor: pointer;
}
.l-header .nav li a:hover, .l-header .nav li .openMenu:hover {
  color: #009fe8;
}
@media screen and (max-width: 767px) {
  .l-header .nav li a, .l-header .nav li .openMenu {
    font-size: 1.6rem;
  }
}
.l-header .nav.on-menu {
  display: block;
  animation: menu-btn-show 0.3s alternate both;
  height: 100vh;
  overflow: auto;
}
.l-header .nav .clsNav {
  cursor: pointer;
  font-size: 3.2rem;
  position: absolute;
  right: 30px;
  top: 5px;
}
.l-header .nav .clsNav:hover {
  color: #009fe8;
}

.l-footer {
  text-align: center;
  padding: 50px 10px;
  color: #FFF;
  font-size: 1.2rem;
}

.c-readmore {
  text-align: right;
  padding-right: 30px;
}
.c-readmore span {
  display: inline-block;
  position: relative;
}
.c-readmore span:after {
  content: url("../img/arrow.svg");
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s;
}

a:hover .c-readmore span:after {
  left: 10px;
}

.c-kamome {
  display: flex;
  position: absolute;
  width: 62px;
}
.c-kamome.anime {
  animation: kamome 2s infinite alternate both linear;
}
.c-kamome.anime span:nth-child(1) {
  animation: haneL 0.5s infinite alternate both;
}
.c-kamome.anime span:nth-child(2) {
  animation: haneR 0.5s infinite alternate both;
}
.c-kamome span {
  display: block;
  width: 50%;
  margin: 0 -3px;
}
@media screen and (max-width: 767px) {
  .c-kamome span {
    margin: 0 -0.4vw;
  }
}

.c-shipAnime {
  width: 100%;
  position: relative;
}
.c-shipAnime .in {
  position: absolute;
  left: 250px;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
  animation: ship 35s both infinite;
}
@media screen and (max-width: 767px) {
  .c-shipAnime .in {
    height: 16.5333333333vw;
  }
}
.c-shipAnime .ship {
  width: 195px;
  height: 62px;
}
.c-shipAnime ul.hamon {
  display: flex;
  flex-direction: row-reverse;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .c-shipAnime ul.hamon {
    position: absolute;
    bottom: 0px;
    left: -45px;
  }
}
.c-shipAnime ul.hamon li {
  flex-wrap: nowrap;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50px;
  height: 4px;
  width: 8px;
  margin-right: 4px;
  opacity: 0;
}
.c-shipAnime ul.hamon li:nth-child(1) {
  width: 12px;
  animation: hamon1 1.5s infinite both;
}
.c-shipAnime ul.hamon li:nth-child(2) {
  width: 9px;
  animation: hamon2 1.5s infinite both;
}
.c-shipAnime ul.hamon li:nth-child(3) {
  width: 6px;
  animation: hamon3 1.5s infinite both;
}
.c-shipAnime ul.hamon li:nth-child(4) {
  width: 3px;
  animation: hamon4 1.5s infinite both;
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder { /* Fox */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder { /* Others */
  color: #ccc;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder { /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text] {
  padding: 8px 16px;
}
input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}
.u-chk1 {
  display: block;
}
.u-chk1 input {
  display: none;
}
.u-chk1 .wrap {
  display: flex;
  align-items: flex-start;
}
.u-chk1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/chk1_off.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 2px 8px 0 0;
}
.u-chk1 .wrap .txt {
  width: 100%;
}
.u-chk1 input:checked + .wrap {
  color: #00f;
}
.u-chk1 input:checked + .wrap:before {
  background-image: url("../img/chk1_on.svg");
}

.u-rdo1 {
  display: block;
}
.u-rdo1 input {
  display: none;
}
.u-rdo1 .wrap {
  display: flex;
  align-items: flex-start;
}
.u-rdo1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/rdo1_off.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 4px 6px 0 0;
}
.u-rdo1 .wrap .txt {
  width: 100%;
}
.u-rdo1 input:checked + span {
  color: #00f;
}
.u-rdo1 input:checked + span:before {
  background-image: url("../img/rdo1_on.svg");
}

button {
  font-family: inherit;
  cursor: pointer;
}

.u-selectWrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}
.u-selectWrap:after {
  display: block;
  background: url("../img/icon_arrow_down_gry.svg") 0 0 no-repeat;
  width: 16px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}
.u-selectWrap select {
  width: 100%;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
}
.u-selectWrap select.ph {
  color: #ccc;
  opacity: 1;
}
.u-selectWrap select option {
  color: #ccc;
}

.u-formBox1 input[type=text],
.u-formBox1 textarea {
  width: 100%;
}
.u-formBox1 textarea {
  height: 132px;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt {
    line-height: 1.5;
  }
}
.u-formBox1 .partInput .item dt:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 8px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt:after {
    margin-top: 4px;
  }
}
.u-formBox1 .partInput .item dt span {
  margin-right: 16px;
  font-size: 2rem;
  font-weight: 700;
}
.u-formBox1 .partInput .item dt.required:after {
  content: "必須";
  background-color: #f00;
}
.u-formBox1 .partInput .item dt.optional:after {
  content: "任意";
  background-color: #ccc;
}
.u-formBox1 .partInput .item dd {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd {
    margin-top: 8px;
  }
}
.u-formBox1 .partInput .item dd .desc {
  margin-bottom: 16px;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd .desc {
    padding-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl + dl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .pcCol2Box dl + dl {
    margin: 32px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcHalfW {
    width: 360px;
  }
}
.u-formBox1 .partInput .item .rdoBox {
  display: flex;
  flex-wrap: wrap;
}
.u-formBox1 .partInput .item .rdoBox li {
  margin-right: 24px;
}
.u-formBox1 .partInput .item .rdoBox li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li + li {
    margin-top: 12px;
  }
}
.u-formBox1 .partInput .item + .item {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item + .item {
    margin-top: 32px;
  }
}
.u-formBox1 .partBtn {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn {
    margin-top: 36px;
  }
}
.u-formBox1 .partBtn .doui {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .doui {
    text-align: left;
  }
}
.u-formBox1 .partBtn .doui .u-chk1 {
  display: inline-block;
  vertical-align: top;
}
.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt:after {
  content: "必須";
  background-color: #f00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 2px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}
.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt span {
  margin-right: 16px;
}
.u-formBox1 .partBtn .u-btnWrap1 {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 {
    margin-top: 48px;
  }
}
.u-formBox1 .partBtn .u-btnWrap1 button {
  width: 390px;
  height: 60px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 button {
    width: 100%;
    font-size: 1.8rem;
  }
}

/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ボタン包み */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}
.u-scrlPos {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.u-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .u-inner:not([class*=pcSz]) {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .u-inner.pcSz2 {
    max-width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.u-ttl1 {
  font-size: 3rem;
}
.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}
.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}
.u-btn1[disabled] {
  cursor: default;
}
.u-btn1.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}
.u-btn1.sz2 {
  padding: 0.5em 2em;
  font-size: 2.4rem;
}
.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: opacity 0.3s;
}
.u-btn1.clr1:not([disabled]):hover {
  opacity: 0.7;
}
.u-btn1.clr1[disabled] {
  background-color: #ccc;
}
.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}
.u-btn1.clr2:not([disabled]):hover {
  background-color: #ff1616;
}
.u-btn1.clr2[disabled] {
  background-color: #ccc;
}
.u-btn2 {
  display: inline-block;
  border-radius: 8px;
}
.u-btn2[disabled] {
  cursor: default;
}
.u-btn2.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}
.u-btn2.clr1 {
  background-color: #00f;
  color: #fff;
}
.u-btn2.clr1[disabled] {
  background-color: #ccc;
}
.u-pager1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-dis_flex_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: rgba(0, 159, 232, 0.9);
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
}
.slick-arrow:before {
  content: normal;
}
.slick-arrow.slick-prev {
  background-image: url(../img/slide_prev.svg);
  background-position: center;
  left: 0px;
}
.slick-arrow.slick-next {
  background-image: url(../img/slide_next.svg);
  background-position: center;
  right: 0px;
}
.slick-arrow:hover {
  opacity: 0.8;
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}
.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.9333333333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.5333333333vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}
.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}
.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 トップ
---------------------------------------*/
.pageTop .mainBlock {
  background-color: #7dccff;
  padding-top: 100px;
  position: relative;
  height: 60vw;
  max-height: 85vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock {
    height: 95vw;
  }
}
.pageTop .mainBlock .poster a {
  font-size: 1.8rem;
  color: #FFF;
  border: 1px solid #fff;
  padding: 5px 30px;
  border-radius: 30px;
  position: absolute;
  z-index: 100;
  background-color: #7dccff;
  top: 23px;
  right: 140px;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .poster a {
    position: absolute;
    width: 63%;
    padding: 2vw 5vw;
    left: 18%;
    top: 71vw;
    font-size: 1.6rem;
    z-index: 1;
  }
}
.pageTop .mainBlock .poster a::after {
  content: "";
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}
.pageTop .mainBlock .poster a:hover {
  opacity: 0.7;
}
.pageTop .mainBlock .pos1 {
  left: 18%;
  top: 50%;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .pos1 {
    width: 10%;
    left: 5%;
    top: 30%;
  }
}
.pageTop .mainBlock .pos2 {
  left: 70%;
  top: 25%;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .pos2 {
    width: 10%;
  }
}
.pageTop .mainBlock .pos3 {
  left: 75%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .pos3 {
    width: 10%;
    left: 83%;
    top: 30%;
  }
}
.pageTop .mainBlock .c-shipAnime {
  position: absolute;
  bottom: -20px;
}
@keyframes kumoIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageTop .mainBlock .kumo {
  margin: 0 auto;
  left: 0px;
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  animation: kumoIn 0.8s both;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .kumo {
    bottom: 30vw;
  }
}
.pageTop .mainBlock .kumo img {
  max-width: 1100px;
  width: 90%;
}
.pageTop .mainBlock .txt {
  position: absolute;
  width: 100%;
  bottom: 130px;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .txt {
    bottom: 15vw;
  }
}
@keyframes ttlFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
.pageTop .mainBlock .txt h1 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  max-width: 630px;
  margin-bottom: 65px;
  opacity: 0;
  animation: ttlFadeIn 0.3s both;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .txt h1 {
    margin-bottom: 5vw;
  }
}
.pageTop .mainBlock .txt h1 img {
  width: 100%;
}
.pageTop .mainBlock .txt p {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 40%;
  max-width: 450px;
  opacity: 0;
  animation: ttlFadeIn 0.3s 0.1s both;
}
@media screen and (max-width: 767px) {
  .pageTop .mainBlock .txt p {
    margin-bottom: 15vw;
  }
}
.pageTop .introBlock {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  padding: 80px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pageTop .introBlock {
    padding: 10vw 4vw;
    font-size: 1.6rem;
  }
}
.pageTop .introBlock .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pageTop .introBlock .lead {
    text-align: left;
    margin-bottom: 15vw;
  }
}
.pageTop .introBlock .news {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 854px;
  margin: 0 auto;
}
.pageTop .introBlock .news a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pageTop .introBlock .news {
    max-width: auto;
  }
}
.pageTop .introBlock .news h2 {
  text-align: center;
  width: 182px;
  margin: 0 auto;
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .pageTop .introBlock .news h2 {
    width: 37.3333333333vw;
    margin-top: -5vw;
  }
}
.pageTop .introBlock .news ul {
  text-align: left;
  padding-top: 20px;
  font-size: 1.6rem;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pageTop .introBlock .news ul {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
}
.pageTop .introBlock .news ul li {
  padding: 0.5em;
}
.pageTop .introBlock .news ul li span {
  display: inline-block;
  margin-right: 1em;
}
.pageTop .introBlock .news ul li + li {
  border-top: 1px dotted #fff;
}
.pageTop .storyBlock {
  max-width: 854px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock {
    max-width: auto;
    padding: 0 4vw;
  }
}
.pageTop .storyBlock .box a {
  display: block;
  background-color: #7dccff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  transition: 0.3s;
  height: 400px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .box a {
    height: auto;
    margin-bottom: 5vw;
  }
}
.pageTop .storyBlock .box a:hover {
  filter: brightness(1.1);
}
.pageTop .storyBlock .col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .col2 {
    width: 100%;
  }
}
.pageTop .storyBlock .col2 ul {
  width: 405px;
}
@media screen and (max-width: 767px) {
  .pageTop .storyBlock .col2 ul {
    width: 47.5%;
  }
}
.pageTop .youtubeBlock {
  margin-top: 80px;
  background-color: #FFF;
  text-align: center;
  padding-bottom: 50px;
}
.pageTop .youtubeBlock .btn {
  background-color: #0080cb;
  color: #FFF;
  padding: 0.8em 2em;
  border-radius: 50px;
  margin-bottom: 30px;
}
.pageTop .youtubeBlock .btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock {
    margin-top: 10vw;
    padding: 0 0 10vw 0;
  }
}
.pageTop .youtubeBlock h2 img {
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock h2 img {
    width: 80%;
    margin-top: -4vw;
  }
}
.pageTop .youtubeBlock .youtubeSlide {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock .youtubeSlide {
    padding: 5vw 0 15vw 0;
  }
}
.pageTop .youtubeBlock .youtubeSlide .slide {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock .youtubeSlide .slide {
    width: 66.6666666667vw;
  }
}
.pageTop .youtubeBlock .youtubeSlide .slide a {
  display: block;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock .youtubeSlide .slide a {
    padding: 0 2.5vw;
  }
}
.pageTop .youtubeBlock .youtubeSlide .slide a img {
  max-width: 100%;
  border-radius: 15px;
  width: 360px;
  height: 203px;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock .youtubeSlide .slide a img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pageTop .youtubeBlock .youtubeSlide .slide a span {
  display: block;
  padding-top: 10px;
  color: #0080cb;
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock .youtubeSlide .slide a span {
    font-size: 1.4rem;
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .youtubeBlock .youtubeSlide .slick-dots {
    top: 60vw;
    bottom: 0;
  }
}
.pageTop .youtubeBlock .youtubeSlide .slick-dots li {
  width: 3vw;
  height: 3vw;
  background-color: #0080cb;
}

/*--------------------------------------
 ストーリー01
---------------------------------------*/
.story01 .mainBlock {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock {
    height: 72vw;
  }
}
.story01 .mainBlock .poster a {
  font-size: 1.8rem;
  color: #FFF;
  border: 1px solid #fff;
  padding: 5px 30px;
  border-radius: 30px;
  position: absolute;
  z-index: 100;
  background-color: #7dccff;
  top: 23px;
  right: 140px;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .poster a {
    position: absolute;
    width: 63%;
    padding: 2vw 5vw;
    left: 18%;
    top: 45vw;
    font-size: 1.6rem;
    z-index: 1;
  }
}
.story01 .mainBlock .poster a::after {
  content: "";
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}
.story01 .mainBlock .poster a:hover {
  opacity: 0.7;
}
.story01 .mainBlock .small-kumo span:nth-child(1) img {
  width: 148px;
  position: absolute;
  left: 8%;
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .small-kumo span:nth-child(1) img {
    width: 21.3333333333vw;
    left: 5%;
    bottom: 50vw;
  }
}
.story01 .mainBlock .small-kumo span:nth-child(2) img {
  width: 177px;
  position: absolute;
  left: 17%;
  bottom: 110px;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .small-kumo span:nth-child(2) img {
    width: 29.3333333333vw;
    left: 20%;
    bottom: 32vw;
  }
}
.story01 .mainBlock .small-kumo span:nth-child(3) img {
  width: 148px;
  position: absolute;
  left: 68%;
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .small-kumo span:nth-child(3) img {
    width: 21.3333333333vw;
    left: 60%;
    bottom: 30vw;
  }
}
.story01 .mainBlock .small-kumo span:nth-child(4) img {
  width: 177px;
  position: absolute;
  left: 78%;
  bottom: 110px;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .small-kumo span:nth-child(4) img {
    width: 24vw;
    left: 68%;
    bottom: 45vw;
  }
}
.story01 .mainBlock .pos1 {
  left: 40%;
  top: 60%;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .pos1 {
    left: 55%;
    top: 45%;
  }
}
.story01 .mainBlock .pos2 {
  left: 30%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .story01 .mainBlock .pos2 {
    top: 30%;
  }
}
.story01 .cont {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 146px;
}
@media screen and (max-width: 767px) {
  .story01 .cont {
    margin-top: 20vw;
    padding: 0 4vw;
  }
}
.story01 .cont .ttl-iruka {
  display: flex;
}
.story01 .cont .ttl-iruka .ttl {
  width: 68%;
  position: relative;
  opacity: 0;
  animation: ttl-str 0.3s 0.2s both;
}
@media screen and (max-width: 767px) {
  .story01 .cont .ttl-iruka .ttl {
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .story01 .cont .ttl-iruka .hakobu {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .story01 .cont .ttl-iruka .nami {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .story01 .cont .ttl-iruka .holiday {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .story01 .cont .ttl-iruka .money-ttl {
    width: 85%;
  }
}
.story01 .cont .ttl-iruka .img {
  position: relative;
  width: 30%;
  top: 150px;
  animation: iruka-str 0.4s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .story01 .cont .ttl-iruka .img {
    width: 35%;
  }
}
.story01 .cont .dolphin {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .story01 .cont .dolphin {
    margin-top: 15vw;
    flex-direction: column;
  }
}
.story01 .cont .dolphin .dolimg {
  width: 40%;
}
.story01 .cont .dolphin .dolimg.w100 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.story01 .cont .dolphin .dolimg.w100 + .w100 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .dolphin .dolimg {
    width: auto;
  }
}
.story01 .cont .dolphin .dolimg p {
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.story01 .cont .dolphin .txt {
  width: 55%;
  color: #fff;
}
.story01 .cont .dolphin .txt.w100 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .story01 .cont .dolphin .txt {
    width: auto;
    margin-top: 5vw;
  }
}
.story01 .cont .dolphin .txt .ttl {
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .story01 .cont .dolphin .txt .ttl {
    margin-bottom: 3vw;
    font-size: 2.3rem;
  }
}
.story01 .cont .dolphin .txt p {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .story01 .cont .dolphin .txt p {
    font-size: 1.6rem;
  }
}
.story01 .cont .movZone {
  margin-top: 50px;
}
.story01 .cont .movZone iframe {
  width: 100%;
  height: 562px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .movZone iframe {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .story01 .cont .movZone {
    margin-top: 10vw;
  }
}
.story01 .cont .movZone .movBox li {
  position: relative;
  cursor: pointer;
  border: 2px solid #fff;
  transition: filter 0.3s;
}
.story01 .cont .movZone .movBox li::before {
  content: "";
  display: block;
  background: url(../img/story/mov_btn.svg) 0 0 no-repeat;
  width: 140px;
  height: 140px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .story01 .cont .movZone .movBox li::before {
    width: 25%;
    top: 13vw;
  }
}
.story01 .cont .cmBox {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
}
.story01 .cont .cmBox .cmInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.story01 .cont .cmBox .cmInner iframe {
  width: 800px;
  height: 500px;
}
.story01 .cont .cmBox .close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  position: fixed;
  right: 1%;
  top: 1%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.story01 .cont .c-back {
  position: relative;
  width: 45px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .c-back {
    margin-top: 15vw;
  }
}
.story01 .cont .c-back::before {
  content: url(../img/story/arrow-back.svg);
  position: absolute;
  left: -25px;
  bottom: 5px;
  transition: 0.3s;
  width: 80px;
  height: 15px;
}
.story01 .cont .c-back:hover::before {
  left: -35px;
}
.story01 .cont .imgs {
  position: relative;
  margin-top: 130px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs {
    width: 80%;
    margin-top: 10vw;
  }
}
.story01 .cont .imgs.sl {
  width: 280px;
}
.story01 .cont .imgs.sl .kira li {
  position: absolute;
}
.story01 .cont .imgs.sl .kira li:nth-child(1) {
  left: 40%;
  top: 45%;
  opacity: 0;
  animation: kira-sailor01 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.story01 .cont .imgs.sl .kira li:nth-child(2) {
  left: 50%;
  top: 47%;
  opacity: 0;
  animation: kira-sailor02 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.story01 .cont .imgs.sl .kira li:nth-child(3) {
  left: 55%;
  top: 65%;
  opacity: 0;
  animation: kira-sailor03 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
.story01 .cont .imgs.sl .peo {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs.sl .peo {
    padding-top: 0;
    margin: 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs.sl .peo img {
    width: 35%;
  }
}
.story01 .cont .imgs.sl .peo .line_yl li {
  position: absolute;
  left: 45.4%;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs.sl .peo .line_yl li {
    left: 45.5%;
  }
}
.story01 .cont .imgs.sl .peo .line_yl li:nth-child(1) {
  top: 72%;
  animation: line-sl01 0.2s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs.sl .peo .line_yl li:nth-child(1) {
    width: 30%;
    left: 35.7%;
  }
}
.story01 .cont .imgs.sl .peo .line_yl li:nth-child(2) {
  top: 75%;
  opacity: 0;
  width: 28.5px;
  height: 4px;
  background-color: #fff;
  animation: line-sl02 0.3s 0.5s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs.sl .peo .line_yl li:nth-child(2) {
    width: 5.5vw;
    height: 3px;
    animation: line-sl02-topic 0.3s 0.5s alternate both;
  }
}
.story01 .cont .imgs.sl .peo .line_yl li:nth-child(3) {
  top: 78%;
  opacity: 0;
  width: 28.5px;
  height: 4px;
  background-color: #fff;
  animation: line-sl03 0.3s 1s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs.sl .peo .line_yl li:nth-child(3) {
    width: 5.5vw;
    height: 3px;
  }
}
.story01 .cont .imgs .watch {
  position: relative;
  overflow: hidden;
  width: 213px;
  height: 213px;
  background-color: #006091;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs .watch {
    width: 35vw;
    height: 35vw;
    left: 7vw;
    margin-bottom: 4vw;
  }
}
.story01 .cont .imgs .watch .short-line {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  transform: rotate(-120deg);
  animation: shortline-w 3.25s alternate both;
}
.story01 .cont .imgs .watch .long-line {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  transform: rotate(10deg);
  animation: longline-w 2.25s alternate both linear;
}
.story01 .cont .imgs .watch .moon-w {
  position: absolute;
  top: 80px;
  left: 20px;
  animation: moon-w 2.75s alternate both linear;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs .watch .moon-w {
    width: 18%;
  }
}
.story01 .cont .imgs .watch .sun-w {
  position: absolute;
  bottom: 0px;
  left: 0px;
  animation: sun-w 1s 2.75s alternate both linear;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs .watch .sun-w {
    width: 14%;
  }
}
.story01 .cont .imgs .watch .sunlight-w {
  position: absolute;
  bottom: 39px;
  left: 11px;
  opacity: 0;
  animation: show-time 1s 3.75s alternate both linear;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs .watch .sunlight-w {
    width: 18%;
    bottom: 3vw;
    left: 3vw;
  }
}
.story01 .cont .imgs .watch .fune {
  position: absolute;
  bottom: 0;
  left: 23px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story01 .cont .imgs .watch .fune {
    left: 0vw;
    bottom: -4vw;
  }
}
.story01 .cont .naka {
  position: absolute;
  width: 100%;
  top: 57%;
}
@media screen and (max-width: 767px) {
  .story01 .cont .naka {
    left: 8%;
  }
}
.story01 .cont .naka span {
  display: flex;
  justify-content: center;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  animation: fune 0.8s 0.5s alternate both;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .story01 .cont .naka span {
    margin-top: 0.5vw;
    height: 6vw;
  }
}
.story01 .cont .naka span img {
  min-width: 180px;
}
.story01 .cont .pos1 {
  top: 0;
  left: 65%;
  width: 10%;
  animation: kamome 2s infinite alternate both linear;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .story01 .cont .pos1 {
    width: 13%;
  }
}
.story01 .cont .pos1 span:nth-child(1) {
  margin-right: 0.5px;
  animation: haneL2 0.5s infinite alternate both;
}
.story01 .cont .pos1 span:nth-child(2) {
  animation: haneR2 0.5s infinite alternate both;
}
.story01 .cont .pos2 {
  top: -30px;
  right: 5%;
  width: 13%;
  animation: kamome 2s infinite alternate both linear;
  animation-delay: 0.6s;
}
.story01 .cont .pos2 span:nth-child(1) {
  margin-right: 0.5px;
  animation: haneL2 0.5s infinite alternate both;
}
.story01 .cont .pos2 span:nth-child(2) {
  animation: haneR2 0.5s infinite alternate both;
}
.story01 .cont .in {
  display: flex;
  align-items: flex-end;
  margin: 5px 0;
}
.story01 .cont .in .ship {
  position: relative;
  overflow: hidden;
}
.story01 .cont .in .ship .nami {
  position: absolute;
  left: -55px;
  bottom: -33px;
  width: 50%;
  animation: nami02 2s both linear;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .story01 .cont .in .ship .nami {
    animation: nami02 4s both linear;
    left: -30vw;
    width: 20%;
  }
}
.story01 .cont .in .hamon {
  display: flex;
  flex-direction: row-reverse;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .in .hamon {
    height: 0.6vw;
  }
}
.story01 .cont .in .hamon li {
  background-color: #fff;
  border-radius: 4px;
  margin: 0 3px;
}
.story01 .cont .in .hamon li:nth-child(1) {
  width: 4px;
  animation: hamon4 1.5s infinite both;
}
.story01 .cont .in .hamon li:nth-child(2) {
  width: 6px;
  animation: hamon3 1.5s infinite both;
}
.story01 .cont .in .hamon li:nth-child(3) {
  width: 9px;
  animation: hamon2 1.5s infinite both;
}
.story01 .cont .in .hamon li:nth-child(4) {
  width: 12px;
  animation: hamon1 1.5s infinite both;
}
.story01 .cont .line {
  position: absolute;
  top: 47px;
  left: 65px;
  animation: line-pl 1.25s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .story01 .cont .line {
    top: 11vw;
    left: 7vw;
    width: 50%;
  }
}
.story01 .cont .plane {
  position: absolute;
  top: 95px;
  left: -40px;
  z-index: 2;
  animation: plane 0.9s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .story01 .cont .plane {
    width: 35%;
    top: 0vw;
    left: 0vw;
    animation: plane-str 0.8s alternate both ease-out;
  }
}
.story01 .cont .bag {
  margin-left: 60px;
  padding-right: 130px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .bag {
    margin-left: 13vw;
    padding-right: 20vw;
  }
}
.story01 .cont .buta {
  margin: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .story01 .cont .buta {
    margin-left: 20vw;
  }
}
.story01 .cont .money {
  position: absolute;
  left: 145px;
  top: 50px;
  animation: money 1.1s 0.25s alternate both ease-out;
}
@media screen and (max-width: 767px) {
  .story01 .cont .money {
    width: 15%;
    left: 35vw;
  }
}
.story01 .imgz {
  margin-top: 50px;
  position: relative;
  width: 45%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .story01 .imgz {
    width: 60%;
    margin-left: 5vw;
  }
}
.story01 .imgz .riku {
  position: relative;
  z-index: 3;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .story01 .imgz .riku {
    width: 14vw;
  }
}
.story01 .imgz .ship1 {
  position: absolute;
  left: 140px;
  top: 0px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .story01 .imgz .ship1 {
    left: 16vw;
    width: 4vw;
  }
}
.story01 .imgz .ship2 {
  position: absolute;
  left: 140px;
  bottom: 0px;
  z-index: 3;
  animation: dengerShip2 3s both;
}
.story01 .imgz .ship2 .ship2In {
  animation: dengerShip2Rotate 3s both;
}
@media screen and (max-width: 767px) {
  .story01 .imgz .ship2 .ship2In {
    animation: dengerShip2RotateSP 3s both;
  }
}
@media screen and (max-width: 767px) {
  .story01 .imgz .ship2 {
    left: 16vw;
    width: 4vw;
    animation: dengerShip2SP 3s both;
  }
}
.story01 .imgz .ship2 .ship2In {
  position: relative;
}
.story01 .imgz .kiseki {
  position: absolute;
  left: 140px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  animation: dengerHamon 0.5s 2.5s both;
}
@media screen and (max-width: 767px) {
  .story01 .imgz .kiseki {
    left: 16vw;
    width: 20vw;
    opacity: 1;
    animation: dengerHamon 0.5s 2.5s both;
  }
}
.story01 .engine {
  position: relative;
  height: 296px;
  width: 243px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .story01 .engine {
    height: auto;
    width: 36vw;
    margin: 0 0 0 auto;
  }
}
.story01 .engine .screw {
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .story01 .engine .screw {
    width: 32vw;
    height: 32vw;
    position: static;
    margin: 0 auto;
  }
}
.story01 .engine .screw img {
  width: 100%;
  height: auto;
}
.story01 .engine .sakana {
  position: absolute;
  left: -30px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .story01 .engine .sakana {
    width: 10vw;
    left: -8vw;
    bottom: -1vw;
  }
}
.story01 .engine .notice {
  position: absolute;
  left: 20px;
  bottom: 42px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .story01 .engine .notice {
    width: 1vw;
    left: 0vw;
    bottom: 2vw;
  }
}
.story01 .engine .circle1 {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .story01 .engine .circle1 {
    width: 19vw;
    margin-left: -9vw;
    top: 7vw;
  }
}
.story01 .engine .circle2 {
  position: absolute;
  left: 50%;
  margin-left: -110px;
  top: 10px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .story01 .engine .circle2 {
    width: 26vw;
    margin-left: -13vw;
    top: 3vw;
  }
}
.story01 .engine.show-anime .screw {
  animation: screwSP 2s both;
}
.story01 .engine.show-anime .notice {
  animation: circle 0.3s 0.5s both;
}
.story01 .notBox {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .story01 .notBox {
    width: 100% !important;
    margin-top: 15vw !important;
    margin-left: -40vw !important;
  }
}
.story01 .notBox .nami-big {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.story01 .notBox .ship3 {
  position: relative;
  bottom: -40px;
  left: 165px;
  z-index: 3;
  animation: ship3 2s both;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .ship3 {
    left: 14vw;
    bottom: -1vw;
    margin-top: 8vw;
  }
  .story01 .notBox .ship3 img {
    width: 35%;
  }
}
.story01 .notBox .c-kamome {
  position: absolute;
  width: 6.5%;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .c-kamome {
    width: 30%;
    transform: scale(0.2);
  }
}
.story01 .notBox .c-kamome.pos1 {
  right: 30%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .c-kamome.pos1 {
    top: 26%;
    left: 37vw;
  }
}
.story01 .notBox .c-kamome.pos2 {
  right: 43%;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .c-kamome.pos2 {
    right: 22vw;
    top: 34%;
  }
}
.story01 .notBox .kumo1 {
  position: absolute;
  left: 10%;
  top: 20%;
  animation: kumo1 4s both;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .kumo1 {
    top: 10%;
    left: 6%;
  }
  .story01 .notBox .kumo1 img {
    width: 40%;
  }
}
.story01 .notBox .kumo2 {
  position: absolute;
  top: 20%;
  left: 60%;
  animation: kumo2 5s both;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .kumo2 {
    top: 10%;
    left: 60%;
  }
  .story01 .notBox .kumo2 img {
    width: 40%;
  }
}
.story01 .notBox .kumo3 {
  position: absolute;
  left: 45%;
  top: 35%;
  animation: kumo3 5.5s both;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .kumo3 {
    top: 25%;
    left: 49%;
  }
  .story01 .notBox .kumo3 img {
    width: 40%;
  }
}
.story01 .notBox .linenb {
  width: 113px;
  height: 4px;
  position: absolute;
  left: 58px;
  bottom: 16.3%;
  z-index: 2;
  border-radius: 5px;
  animation: notanime 2s both;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .linenb {
    height: 2px;
    width: calc(100% - 40vw);
    left: 3%;
    bottom: 19%;
  }
}
.story01 .notBox .linenb .notLine2 {
  position: absolute;
  left: 0;
  bottom: 0.5px;
  background-color: #fff;
  border-radius: 20px;
  width: calc(100% - 50px);
  height: 4.4px;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .linenb .notLine2 {
    width: 85%;
    height: 0.87vw;
    bottom: 0.66vw;
    left: 2.4vw;
  }
}
.story01 .notBox .linenb .notLine {
  width: 102px;
  height: 28px;
  position: absolute;
  right: 0px;
  bottom: 4.2px;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .linenb .notLine {
    width: 20vw;
    height: 8vw;
    right: -10vw;
    bottom: 0;
  }
}
.story01 .notBox .linenb .notLine img {
  width: 100%;
  height: 35px;
}
.story01 .notBox .maru {
  justify-content: space-between;
  display: flex;
  position: relative;
  width: 340px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .maru {
    width: 37vw;
  }
}
.story01 .notBox .maru li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .maru li {
    width: 3vw;
    height: 3vw;
    margin-top: -1vw;
  }
}
.story01 .notBox .maru li:nth-child(1) {
  animation: show-time 0.3s 0.2s both;
}
.story01 .notBox .maru li:nth-child(2) {
  animation: show-time 0.3s 0.4s both;
}
.story01 .notBox .maru li:nth-child(3) {
  animation: show-time 0.3s 0.6s both;
}
.story01 .notBox .maru li:nth-child(4) {
  animation: show-time 0.3s 0.8s both;
}
.story01 .notBox .maru li:nth-child(5) {
  animation: show-time 0.3s 1s both;
}
.story01 .notBox .maru li:nth-child(6) {
  animation: show-time 0.3s 1.2s both;
}
.story01 .notBox .maru li:nth-child(7) {
  animation: show-time 0.3s 1.4s both;
}
.story01 .notBox .triangle-big {
  position: relative;
  bottom: 13px;
  left: 4.5%;
}
@media screen and (max-width: 767px) {
  .story01 .notBox .triangle-big {
    bottom: 5vw;
  }
  .story01 .notBox .triangle-big img {
    width: 8%;
  }
}
@media screen and (max-width: 767px) {
  .story01 .brk-time {
    margin-top: 20vw !important;
  }
}
.story01 .brk-time .nami-brk {
  position: relative;
  bottom: 19px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .story01 .brk-time .nami-brk {
    right: 0;
    bottom: 4vw;
  }
}
.story01 .brk-time .flow {
  position: absolute;
  top: 20px;
  left: 100px;
  opacity: 0;
  transform: scale(0.3);
  animation: flow-brk-str 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .brk-time .flow {
    transform: scale(0.2);
    top: 2vw;
    left: 10vw;
  }
}
.story01 .brk-time .ship-brk {
  position: relative;
  right: -40px;
  top: -7px;
}
@media screen and (max-width: 767px) {
  .story01 .brk-time .ship-brk {
    right: -4vw;
    top: -2vw;
  }
  .story01 .brk-time .ship-brk img {
    width: 90%;
  }
}
.story01 .brk-time .line-fish1 {
  width: 2px;
  height: 98px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 22px;
  transform: skew(-20deg);
  animation: line-fish 1s linear both;
}
@media screen and (max-width: 767px) {
  .story01 .brk-time .line-fish1 {
    width: 1px;
    height: 15vw;
    left: 2vw;
    top: -1.8vw;
    animation: line-fish-str 1s linear both;
  }
}
.story01 .brk-time .line-fish2 {
  width: 2px;
  height: 98px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 40px;
  opacity: 0;
  animation: line-fish2 1s 1s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .brk-time .line-fish2 {
    width: 1px;
    height: 15vw;
    left: 3.8vw;
    top: -1.8vw;
    opacity: 1;
    animation: line-fish2-str 1s 1s alternate both;
  }
}
.story01 .brk-time .line-fish2::before {
  content: "";
  background-image: url(../img/breaktime-fish-str.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 36px;
  position: absolute;
  display: block;
  bottom: -35px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .story01 .brk-time .line-fish2::before {
    background-size: contain;
    width: 1vw;
    left: -0.25vw;
    bottom: -9.3333333333vw;
  }
}
.story01 .searoad {
  width: 365px;
  overflow: hidden;
  height: 270px;
}
@media screen and (max-width: 767px) {
  .story01 .searoad {
    margin-top: 15vw !important;
    height: 45vw;
  }
}
.story01 .searoad .nami-brk {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story01 .searoad .nami-brk {
    right: 0;
    margin: 0 -1vw;
    bottom: -3vw;
  }
}
.story01 .searoad .searoad-fune {
  position: absolute;
  bottom: 38px;
  right: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story01 .searoad .searoad-fune {
    right: -10vw;
    bottom: 3.2vw;
  }
  .story01 .searoad .searoad-fune img {
    width: 65%;
  }
}
.story01 .searoad .light_searoad {
  position: absolute;
  -webkit-clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
          clip-path: polygon(0 35%, 0 27%, 89% 100%, 49% 100%);
  background-color: #7DCCFF;
  width: 350px;
  height: 350px;
  top: -62px;
  left: 100px;
  z-index: 1;
  animation: light-searoad-str 3s alternate both linear;
}
@media screen and (max-width: 767px) {
  .story01 .searoad .light_searoad {
    -webkit-clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
            clip-path: polygon(0 22%, 0 13%, 88% 100%, 56% 100%);
    width: 60vw;
    height: 60vw;
    top: -9vw;
    left: 12vw;
  }
}
.story01 .searoad .lighthouse {
  position: relative;
  z-index: 2;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .story01 .searoad .lighthouse {
    left: -3vw;
    top: 3vw;
  }
  .story01 .searoad .lighthouse img {
    width: 50%;
  }
}
.story01 .engineer_man {
  width: 310px;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  margin-left: -153px !important;
}
@media screen and (max-width: 767px) {
  .story01 .engineer_man {
    width: 34.6666666667vw !important;
    margin-left: -10vw !important;
    padding: 8vw 0vw 5vw 0vw;
  }
}
.story01 .engineer_man .man {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .story01 .engineer_man .man img {
    width: 15vw;
    height: auto;
  }
}
.story01 .engineer_man .spanner {
  position: absolute;
  top: 184px;
  right: 76px;
  z-index: 4;
  animation: spanner 1s;
}
@media screen and (max-width: 767px) {
  .story01 .engineer_man .spanner {
    top: 23vw;
    right: 7.5vw;
  }
  .story01 .engineer_man .spanner img {
    width: 8vw;
    height: auto;
  }
}
.story01 .engineer_man .kira li {
  position: absolute;
}
.story01 .engineer_man .kira li:nth-child(1) {
  left: 55%;
  top: 45%;
  opacity: 0;
  animation: kira-eg01 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .story01 .engineer_man .kira li:nth-child(1) {
    width: 25%;
    height: auto;
  }
}
.story01 .engineer_man .kira li:nth-child(2) {
  left: 30%;
  top: 47%;
  opacity: 0;
  animation: kira-eg02 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .story01 .engineer_man .kira li:nth-child(2) {
    width: 20%;
    height: auto;
  }
}
.story01 .engineer_man .kira li:nth-child(3) {
  left: 40%;
  top: 65%;
  opacity: 0;
  animation: kira-eg03 0.6s alternate both ease-out;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .story01 .engineer_man .kira li:nth-child(3) {
    width: 10%;
    height: auto;
  }
}
.story01 .myself_str {
  width: 345px;
  padding: 50px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .story01 .myself_str {
    margin-top: 18vw !important;
    padding: 8vw 0vw 9vw 0vw;
  }
}
.story01 .myself_str .ship-ms {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .story01 .myself_str .ship-ms img {
    width: 65%;
  }
}
.story01 .myself_str .accessory li {
  position: absolute;
}
.story01 .myself_str .accessory li:nth-child(1) {
  top: 35%;
  left: 35%;
  opacity: 0;
  transform: scale(0.3);
  animation: accessory01 1s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .myself_str .accessory li:nth-child(1) {
    width: 25%;
  }
}
.story01 .myself_str .accessory li:nth-child(2) {
  top: 35%;
  left: 30%;
  opacity: 0;
  transform: scale(0.3);
  animation: accessory02 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .myself_str .accessory li:nth-child(2) {
    width: 25%;
  }
}
.story01 .myself_str .accessory li:nth-child(3) {
  top: 35%;
  right: 40%;
  opacity: 0;
  transform: scale(0.3);
  animation: accessory03 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .myself_str .accessory li:nth-child(3) {
    width: 25%;
  }
}
.story01 .superchef {
  width: 280px;
}
.story01 .superchef .peo {
  z-index: 5;
  position: relative;
  margin-left: 80px;
}
.story01 .superchef .peo img {
  width: 58%;
}
.story01 .superchef .frp {
  position: absolute;
  top: 82%;
  left: -85px;
  animation: frp-chef 0.5s both linear;
}
@media screen and (max-width: 767px) {
  .story01 .superchef .frp {
    left: -15vw;
  }
}
.story01 .superchef .frp img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .story01 .superchef .frp img {
    width: 50%;
  }
}
.story01 .superchef .pan {
  position: absolute;
  top: 81%;
  left: -67px;
  animation: pan-chef-str 0.8s both linear;
}
@media screen and (max-width: 767px) {
  .story01 .superchef .pan {
    left: -12vw;
  }
}
.story01 .superchef .pan img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .story01 .superchef .pan img {
    width: 50%;
  }
}
.story01 .superchef .kira li {
  position: absolute;
}
.story01 .superchef .kira li:nth-child(1) {
  left: 40%;
  top: 45%;
  opacity: 0;
  animation: kira-sailor01 0.6s alternate both ease-out;
  animation-delay: 0.8s;
}
.story01 .superchef .kira li:nth-child(2) {
  left: 50%;
  top: 47%;
  opacity: 0;
  animation: kira-sailor02 0.6s alternate both ease-out;
  animation-delay: 0.8s;
}
.story01 .superchef .kira li:nth-child(3) {
  left: 55%;
  top: 65%;
  opacity: 0;
  animation: kira-sailor03 0.6s alternate both ease-out;
  animation-delay: 0.8s;
}
.story01 .waofpower_str {
  margin-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str {
    margin-left: -39vw !important;
    width: 55% !important;
  }
}
.story01 .waofpower_str .hand_power {
  display: flex;
  align-items: center;
  padding: 71px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .hand_power {
    padding: 20vw 0 0 0;
  }
}
.story01 .waofpower_str .hand_power dt {
  position: relative;
  left: -50px;
  animation: waofhand_l 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .hand_power dt {
    left: -10vw;
  }
}
.story01 .waofpower_str .hand_power dd {
  position: relative;
  right: -50px;
  animation: waofhand_r 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) alternate both;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .hand_power dd {
    right: -10vw;
  }
}
.story01 .waofpower_str .box_linecl {
  width: 212.5px;
  height: 270px;
  position: absolute;
  top: -10px;
  left: 12%;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .box_linecl {
    width: 29vw;
    height: 33vw;
    top: 11vw;
    left: 11vw;
  }
}
.story01 .waofpower_str .line_cl {
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  display: block;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl {
    height: 9vw;
  }
}
.story01 .waofpower_str .line_cl p {
  width: 5px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  animation: kie 0.7s 0.5s both;
  overflow: hidden;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p {
    width: 0.8vw;
  }
}
.story01 .waofpower_str .line_cl p span {
  position: absolute;
  height: 0%;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  animation: sen_odd 0.5s 0.2s alternate both;
}
.story01 .waofpower_str .line_cl p:nth-child(odd) {
  height: 30px;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(odd) {
    height: 4vw;
  }
}
.story01 .waofpower_str .line_cl p:nth-child(even) {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(even) {
    height: 5.5vw;
  }
}
.story01 .waofpower_str .line_cl p:nth-child(1) {
  top: 49px;
  left: 28px;
  transform: rotate(-49deg);
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(1) {
    top: 6vw;
    left: 5vw;
    transform: rotate(-49deg);
  }
}
.story01 .waofpower_str .line_cl p:nth-child(1) span {
  background-color: #7DCCFF;
}
.story01 .waofpower_str .line_cl p:nth-child(2) {
  top: 27px;
  left: 51px;
  transform: rotate(-37deg);
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(2) {
    top: 3vw;
    left: 8vw;
    transform: rotate(-37deg);
  }
}
.story01 .waofpower_str .line_cl p:nth-child(2) span {
  background-color: #006091;
}
.story01 .waofpower_str .line_cl p:nth-child(3) {
  top: 18px;
  left: 81px;
  transform: rotate(-12deg);
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(3) {
    top: 2vw;
    left: 12vw;
    transform: rotate(-12deg);
  }
}
.story01 .waofpower_str .line_cl p:nth-child(3) span {
  background-color: #fff;
}
.story01 .waofpower_str .line_cl p:nth-child(4) {
  top: 12px;
  left: 116px;
  transform: rotate(12deg);
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(4) {
    top: 2vw;
    left: 17vw;
    transform: rotate(12deg);
  }
}
.story01 .waofpower_str .line_cl p:nth-child(4) span {
  background-color: #7DCCFF;
}
.story01 .waofpower_str .line_cl p:nth-child(5) {
  top: 29px;
  left: 148px;
  transform: rotate(36deg);
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(5) {
    top: 4vw;
    left: 21vw;
    transform: rotate(36deg);
  }
}
.story01 .waofpower_str .line_cl p:nth-child(5) span {
  background-color: #006091;
}
.story01 .waofpower_str .line_cl p:nth-child(6) {
  top: 46px;
  left: 174px;
  transform: rotate(54deg);
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl p:nth-child(6) {
    top: 6vw;
    left: 24vw;
    transform: rotate(54deg);
  }
}
.story01 .waofpower_str .line_cl p:nth-child(6) span {
  background-color: #fff;
}
.story01 .waofpower_str .line_cl.lb {
  transform: rotate(180deg);
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .story01 .waofpower_str .line_cl.lb {
    bottom: 1.7vw;
    left: 0.7vw;
  }
}
.story01 .debut-str {
  width: 146px;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .story01 .debut-str {
    width: 37% !important;
    margin-top: 25vw !important;
  }
}
.story01 .debut-str .yl_egg {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .story01 .debut-str .yl_egg {
    width: 12vw;
    height: 12vw;
  }
}
.story01 .debut-str .yl_egg span {
  width: 50%;
  height: 100%;
  background: #006091;
}
.story01 .debut-str .yl_egg span:nth-child(1) {
  border-radius: 100px 0 0 100px;
  animation: yl_egg-trans1 0.3s both;
}
.story01 .debut-str .yl_egg span:nth-child(2) {
  border-radius: 0 100px 100px 0;
  animation: yl_egg-trans2 0.3s both;
}
.story01 .debut-str .bn {
  position: relative;
  z-index: 2;
  top: 0;
  height: 10%;
  overflow: hidden;
  margin-top: -43px;
  animation: fullhe 1s cubic-bezier(0.3, 1, 0.2, 1) both;
}
@media screen and (max-width: 767px) {
  .story01 .debut-str .bn {
    width: 25%;
    height: 1vw;
    margin-top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .story01 .debut-str .anchor {
    width: 10%;
  }
}
.story01 .debut-str .l_i {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 1;
  animation: kamifubuki 1s 0.2s both;
}
@media screen and (max-width: 767px) {
  .story01 .debut-str .l_i {
    width: 50%;
  }
}
.story01 .ev-str {
  width: 405px;
  position: relative;
  margin-left: -150px !important;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str {
    width: 43.7333333333vw !important;
    margin-top: 18vw !important;
  }
}
.story01 .ev-str .ship-ev {
  position: relative;
  margin: 48px 0 21px 0;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev {
    margin: 6vw 0 4vw 0;
    left: 6vw;
    width: 78%;
  }
}
.story01 .ev-str .ship-ev .thunder {
  position: absolute;
  top: 65%;
  left: 24%;
  opacity: 0;
  animation: show-thunder-str 1.7s 1.2s both;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .thunder {
    width: 7%;
    top: 65%;
    left: 29%;
  }
}
.story01 .ev-str .ship-ev .battery {
  position: absolute;
  top: 60%;
  left: 31%;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .battery {
    width: 26%;
    left: 39%;
  }
}
.story01 .ev-str .ship-ev .battery dl dt {
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .battery dl dt {
    width: 2vw;
    top: 2.6px;
  }
}
.story01 .ev-str .ship-ev .battery dl dt:nth-child(1) {
  right: 8px;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .battery dl dt:nth-child(1) {
    right: 2px;
    width: 1.7vw;
  }
}
.story01 .ev-str .ship-ev .battery dl dt:nth-child(2) {
  right: 23px;
  opacity: 0;
  animation: show-time 0.5s 1s both;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .battery dl dt:nth-child(2) {
    right: 7.8px;
  }
}
.story01 .ev-str .ship-ev .battery dl dt:nth-child(3) {
  right: 41px;
  opacity: 0;
  animation: show-time 0.5s 1.5s both;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .battery dl dt:nth-child(3) {
    right: 14.8px;
  }
}
.story01 .ev-str .ship-ev .battery dl dt:nth-child(4) {
  left: 15px;
  opacity: 0;
  animation: show-time 0.5s 2s both;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .ship-ev .battery dl dt:nth-child(4) {
    left: 5.4px;
    width: 1.7vw;
  }
}
.story01 .ev-str .plug-ev {
  position: absolute;
  right: -25px;
  top: 67%;
  z-index: 1;
  animation: plug-ev 0.8s both;
}
@media screen and (max-width: 767px) {
  .story01 .ev-str .plug-ev {
    width: 18%;
    right: -2vw;
    top: 63%;
  }
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.c-MB0 {
  margin-bottom: 0px !important;
}
.c-MB48 {
  margin-bottom: 48px !important;
}
.c-MB64 {
  margin-bottom: 64px !important;
}
.c-fwB {
  font-weight: bold !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcL-fwB {
    font-weight: bold !important;
  }
}
/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcS-fwB {
    font-weight: bold !important;
  }
}
/*--- 768px以上に適用 ---*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pc-fwB {
    font-weight: bold !important;
  }
}
/*--- 767px以下に適用 ---*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }
  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }
  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }
  .c_sp-fwB {
    font-weight: bold !important;
  }
}
.ttlBlock {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttlBlock .ttl {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .ttlBlock .ttl.ttl_tp23 {
    width: 96%;
  }
}

@media screen and (min-width: 768px) {
  .mrN {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mrN {
    font-size: 1.3rem;
  }
}

.coming {
  text-align: center;
  color: #999;
  padding: 2em 1em;
  font-size: 3rem;
}

.introMovie {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .introMovie {
    padding-bottom: 5vw;
  }
}
.introMovie iframe {
  width: 90%;
  max-width: 850px;
  height: 500px;
  border-radius: 10px;
  border: 5px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introMovie iframe {
    width: 100%;
    height: 60vw;
  }
}/*# sourceMappingURL=style.css.map */