/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://use.typekit.net/aqc0cam.css);
body {
  background: #fff;
}

.sp-V {
  display: none !important;
}

.explore main {
  padding: 0;
}

section#intro {
  background: #00b7ff;
  padding: 0;
  position: relative;
  z-index: 3;
}

section#intro .intro-txt {
  width: 700px;
  margin: -60px auto 90px;
  z-index: 1;
  position: relative;
}

section#intro .intro-txt p {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}

.loop_wrap {
  display: flex;
  width: 200%;
  height: 180px;
  overflow: hidden;
  margin: -100px 0 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .loop_wrap {
    width: 300%;
  }
}

#top .loop_wrap {
  position: absolute;
  bottom: 0;
}

#intro .loop_wrap {
  height: 80px;
  margin: 0;
}

.loop_wrap img {
  flex-shrink: 0;
  width: auto;
  /* width: 100%; */
  height: 100%;
}

section#top {
  background: url("../images/explore/explore_top_bg.webp") no-repeat top center;
  background-size: contain;
  height: auto;
  position: relative;
  padding: 0 0 61vw 0;
}

section#quiz {
  background: #00b7ff;
}

section#attraction {
  background: #0050e7;
}

section#history {
  background: #6ee7a4;
}

section#trivia {
  background: #fdf303;
}

section#sailor {
  background: #00b7ff;
  padding: 0 0 80px;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes loop-ex {
  0% {
    transform: translateX(99.8%);
  }
  to {
    transform: translateX(-99.8%);
  }
}
@keyframes loop-ex {
  0% {
    transform: translateX(99.8%);
  }
  to {
    transform: translateX(-99.8%);
  }
}
@-webkit-keyframes loop2-ex {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2-ex {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop-ex2 {
  0% {
    transform: translateX(-99.9%);
  }
  to {
    transform: translateX(99.9%);
  }
}
@keyframes loop-ex2 {
  0% {
    transform: translateX(-99.9%);
  }
  to {
    transform: translateX(99.9%);
  }
}
@-webkit-keyframes loop2-ex2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop2-ex2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
#intro .loop_wrap img:first-child {
  -webkit-animation: loop 200s -100s linear infinite;
          animation: loop 200s -100s linear infinite;
}

#intro .loop_wrap img:last-child {
  -webkit-animation: loop2 200s linear infinite;
          animation: loop2 200s linear infinite;
}

#top .loop_wrap img:first-child {
  -webkit-animation: loop-ex 200s -100s linear infinite;
          animation: loop-ex 200s -100s linear infinite;
}

#top .loop_wrap img:last-child {
  -webkit-animation: loop2-ex 200s linear infinite;
          animation: loop2-ex 200s linear infinite;
}

#quiz .loop_wrap img:first-child,
#history .loop_wrap img:first-child {
  -webkit-animation: loop-ex 200s -100s linear infinite;
          animation: loop-ex 200s -100s linear infinite;
}

#quiz .loop_wrap img:last-child,
#history .loop_wrap img:last-child {
  -webkit-animation: loop2-ex 200s linear infinite;
          animation: loop2-ex 200s linear infinite;
}

#attraction .loop_wrap img:first-child,
#trivia .loop_wrap img:first-child {
  -webkit-animation: loop-ex2 200s -100s linear infinite;
          animation: loop-ex2 200s -100s linear infinite;
}

#attraction .loop_wrap img:last-child,
#trivia .loop_wrap img:last-child {
  -webkit-animation: loop2-ex2 200s linear infinite;
          animation: loop2-ex2 200s linear infinite;
}

.contents-inner {
  width: 90%;
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

section#quiz .contents-inner {
  padding: 100px 0 0;
}

.contents-inner .img-area {
  position: relative;
  width: 40%;
}

.contents-inner .img-area img {
  border: solid 5px #FFF;
}

.contents-inner .img-area .caption {
  background: #FFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 40px;
  left: -30px;
  font-size: 40px;
  font-weight: 800;
  color: #00256B;
  border: solid 1px #00256B;
  padding: 0 30px;
  letter-spacing: 0.05em;
  line-height: 150%;
}

section.contents {
  position: relative;
}

.contents-inner .info-area {
  width: 52%;
}

.info-intro {
  font-size: 30px;
  color: #00256B;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: -10px 0 20px;
}

.info-title {
  font-size: 34px;
  color: #FFF;
  font-weight: 800;
  letter-spacing: 0.22em;
  -webkit-text-stroke: 4px #00256B;
  text-stroke: 4px #00256B;
  paint-order: stroke;
}

.info-btn {
  margin: 40px 0 0;
}

.info-btn a {
  background: #FF6BD1;
  color: #00256B;
  padding: 10px 0;
  display: block;
  width: 420px;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.1em;
  border-radius: 50px;
  border: solid 1px #00256B;
  position: relative;
  display: inline-block;
}

.info-btn a span {
  position: absolute;
  display: inline-block;
  right: 60px;
  top: 30px;
}

.info-btn a span:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.info-btn a span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ff6bd1;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
}

section#attraction .contents-inner,
section#trivia .contents-inner {
  flex-direction: row-reverse;
}

section#attraction .contents-inner .info-area,
section#trivia .contents-inner .info-area {
  width: 40%;
  margin: 0 0 0 20%;
}

section#attraction .contents-inner .info-area .info-intro {
  color: #FFF;
}

section#sailor .contents-inner .info-area .info-intro {
  color: #FFF;
}

section.contents:before {
  position: absolute;
  top: -130px;
  left: -10px;
  font-size: 120px;
  font-weight: 800;
  color: #FFF;
  opacity: 0.4;
  font-family: Helvetica, sans-serif;
  z-index: 2;
}

section#quiz:before {
  content: "Quiz";
  top: 0;
}

section#attraction:before {
  content: "Attraction";
  right: -10px;
  left: unset;
}

section#history:before {
  content: "History";
  top: -60px;
}

section#trivia:before {
  content: "Trivia";
  right: -10px;
  left: unset;
  color: #00B7FF;
}

section#sailor:before {
  content: "Sailor";
}

.info-btn a:after {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #afe8ff 2px, transparent 2px);
  background-position: 10px 6px;
  background-size: 12px 12px;
  content: "";
  width: 420px;
  height: 65px;
  position: absolute;
  left: 5px;
  bottom: -10px;
  z-index: -1;
  border-radius: 50px;
  transition: 0.2s;
}

.info-btn a:hover {
  background: #fe7fd6;
  opacity: 1;
  filter: unset;
}

.info-btn a:hover:after {
  background-color: #afe8ff;
  background-image: radial-gradient(circle, #FFFFFF 2px, transparent 2px);
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_down {
  opacity: 0;
  transform: translate(0, -10%);
  transition: 1s;
}

.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(20%, 0);
  transition: 1s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.info-area.inview.is-show {
  transition-delay: 0.2s;
}

p.inview.inview.is-show {
  transition-delay: 0.2s;
}

.caption.inview.is-show {
  transition-delay: 0.2s;
}

#img_02.inview.is-show {
  transition-delay: 0.2s;
}

#img_04.inview.is-show {
  transition-delay: 0.5s;
}

#img_06.inview.is-show {
  transition-delay: 0.5s;
}

#img_08.inview.is-show {
  transition-delay: 0.5s;
}

#img_30.inview.is-show {
  transition-delay: 0.5s;
}

.top-inner {
  position: relative;
}

.img img {
  width: auto;
}

#img_01 {
  position: absolute;
  left: 22.5vw;
  right: 0;
  top: 7vw;
}

#img_02 {
  position: absolute;
  left: 21.5vw;
  bottom: 4vw;
}

#img_03 {
  position: absolute;
  top: -3vw;
  left: 2vw;
  z-index: 3;
}

#img_04 {
  position: absolute;
  bottom: 1vw;
  right: 24vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_05 {
  position: absolute;
  top: 10vw;
  right: 6vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_06 {
  position: absolute;
  top: -1vw;
  right: 1.4vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_07 {
  position: absolute;
  top: 8vw;
  left: 8vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

#img_08 {
  position: absolute;
  top: 1.5vw;
  left: 33vw;
  z-index: 3;
}

#img_09 {
  position: absolute;
  bottom: 20.5vw;
  right: 18vw;
  z-index: 3;
}

#img_10 {
  position: absolute;
  top: 19vw;
  left: 32vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_11 {
  position: absolute;
  bottom: 145px;
  left: 6vw;
  z-index: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_12 {
  position: absolute;
  top: 17.4vw;
  right: 2.2vw;
  z-index: 3;
}

#img_13 {
  position: absolute;
  top: -2.7vw;
  right: 12vw;
  z-index: 3;
}

#img_14 {
  position: absolute;
  top: 6vw;
  right: 3.2vw;
  z-index: 3;
}

#img_15 {
  position: absolute;
  top: 2vw;
  left: 1vw;
  z-index: 3;
}

#img_16 {
  position: absolute;
  top: 18.5vw;
  left: 34.5vw;
  z-index: 3;
}

#img_17 {
  position: absolute;
  bottom: 10vw;
  right: 19vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_18 {
  position: absolute;
  top: 10vw;
  left: 6vw;
  z-index: 3;
}

#img_19 {
  position: absolute;
  top: 23vw;
  left: 13vw;
  z-index: 3;
}

#img_20 {
  position: absolute;
  top: 26.1vw;
  left: 2.5vw;
  z-index: 3;
}

#img_18 {
  position: absolute;
  top: 1vw;
  left: 2vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_21 {
  position: absolute;
  top: 27vw;
  left: 15vw;
  z-index: 0;
}

#img_22 {
  position: absolute;
  bottom: 7vw;
  left: 6vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_23 {
  position: absolute;
  bottom: 0vw;
  left: 16vw;
  z-index: 4;
}

#img_24 {
  position: absolute;
  top: -0.3vw;
  right: 2.7vw;
  z-index: 3;
}

#img_25 {
  position: absolute;
  top: 10vw;
  right: 2vw;
  z-index: 3;
}

#img_26 {
  position: absolute;
  bottom: 8vw;
  right: 11vw;
  z-index: 0;
}

#img_27 {
  position: absolute;
  bottom: 2vw;
  right: 7vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

#img_28 {
  position: absolute;
  top: 17vw;
  right: 19vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#img_29 {
  position: absolute;
  top: 26vw;
  right: 7.4vw;
  z-index: 3;
}

#img_30 {
  position: absolute;
  bottom: 27vw;
  right: 39vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

#img_31 {
  position: absolute;
  top: 2vw;
  left: 30.5vw;
  z-index: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

#img_01 img {
  width: 54.4799vw;
}

#img_02 img {
  width: 49.167vw;
}

#img_03 img {
  width: 11.823vw;
}

#img_04 img {
  width: 6.459vw;
}

#img_05 img {
  width: 9.65vw;
}

#img_06 img {
  width: 17.032vw;
}

#img_07 img {
  width: 9.219vw;
}

#img_08 img {
  width: 4.323vw;
}

#img_09 img {
  width: 5.209vw;
}

#img_10 img {
  width: 10.886vw;
}

#img_11 img {
  width: 9.948vw;
}

#img_12 img {
  width: 11.25vw;
}

#img_13 img {
  width: 17.709vw;
}

#img_14 img {
  width: 12.5521vw;
}

#img_15 img {
  width: 11.042vw;
}

#img_16 img {
  width: 7.813vw;
}

#img_17 img {
  width: 7.657vw;
}

#img_18 img {
  width: 22.292vw;
}

#img_19 img {
  width: 6.511vw;
}

#img_20 img {
  width: 7.292vw;
}

#img_21 img {
  width: 27.032vw;
}

#img_22 img {
  width: 8.907vw;
}

#img_23 img {
  width: 8.073vw;
}

#img_24 img {
  width: 13.646vw;
}

#img_25 img {
  width: 12.136vw;
}

#img_26 img {
  width: 15.782vw;
}

#img_27 img {
  width: 12.55vw;
}

#img_28 img {
  width: 13.438vw;
}

#img_29 img {
  width: 11.042vw;
}

#img_30 img {
  width: 5.1045vw;
}

#img_31 img {
  width: 13.2299vw;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#img_09 img, #img_12 img, #img_20 img, #img_24 img {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.keyframe1 {
  -webkit-animation-name: anim_v;
          animation-name: anim_v;
}

@-webkit-keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 30px);
  }
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 30px);
  }
}
.keyframe2 {
  -webkit-animation-name: anim_l;
          animation-name: anim_l;
}

@-webkit-keyframes anim_l {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}

@keyframes anim_l {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
.keyframe3 {
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  transform: rotate(8deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes anim_s {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}

@keyframes anim_s {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
.keyframe4 {
  -webkit-animation-name: anim_c;
          animation-name: anim_c;
  transform: rotate(3deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes anim_c {
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

@keyframes anim_c {
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@media screen and (max-width: 1600px) {
  .info-title {
    font-size: 30px;
    -webkit-text-stroke: 3px #00256B;
    text-stroke: 3px #00256B;
  }
  .info-intro {
    font-size: 23px;
    margin: -5px 0 15px;
  }
  .info-btn a {
    font-size: 22px;
    width: 380px;
  }
  .info-btn a:after {
    width: 380px;
  }
  .info-btn {
    margin: 30px 0 0;
  }
  section#attraction .contents-inner .info-area,
section#trivia .contents-inner .info-area {
    margin: 0 0 0 15%;
    width: 45%;
  }
  #img_07 {
    left: 6vw;
  }
  #img_09 {
    right: 15vw;
  }
  #img_11 {
    bottom: 105px;
  }
  #img_17 {
    right: 14vw;
    bottom: 8vw;
  }
  section#intro .intro-txt p {
    font-size: 1.45vw;
  }
  section#intro .intro-txt {
    width: 40%;
  }
  #top .loop_wrap {
    height: 130px;
  }
  #intro .loop_wrap {
    height: 60px;
  }
  #img_04 {
    right: 27vw;
    bottom: 1.8vw;
  }
  #img_08 {
    left: 34vw;
  }
  #img_13 {
    top: -2.1vw;
  }
  section.contents:before {
    font-size: 95px;
    top: -100px;
  }
  section#quiz .contents-inner {
    padding: 80px 0 0;
    margin: 0 auto 50px;
  }
  .loop_wrap {
    height: 130px;
  }
  .contents-inner {
    margin: 0 auto 50px;
  }
  section#sailor {
    padding: 0 0 30px;
  }
  .contents-inner .img-area .caption {
    font-size: 34px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  section#intro .intro-txt p {
    font-size: 19px;
  }
  section#top {
    /* padding: 0 0 780px 0; */
    background-size: 100%;
  }
  .img img {
    /* width: auto !IMPORTANT; */
    /* transform: scale(0.75); */
  }
}
@media screen and (max-width: 750px) {
  .sp-V {
    display: block !important;
  }
  section#top {
    padding: 0 0 180vw 0;
    background: url("../images/explore/explore_top_sp_bg.webp") no-repeat top center;
    background-size: contain;
  }
  section#intro .intro-txt p {
    font-size: 3.5vw;
    margin: 0 0 30px;
  }
  section#intro .intro-txt p br {
    display: none;
  }
  section#intro .intro-txt {
    width: 85%;
    margin: 0 auto 60px;
    padding: 50px 0 0;
  }
  #img_01 img {
    width: 95%;
    margin: auto;
  }
  #img_02 img {
    width: 90.167vw;
  }
  #img_03 img {
    width: 21.823vw;
  }
  #img_04 img {
    width: 12.5vw;
  }
  #img_05 img {
    width: 18.65vw;
  }
  #img_06 img {
    width: 46.032vw;
  }
  #img_07 img {
    width: 20.219vw;
  }
  #img_08 img {
    width: 9.323vw;
  }
  #img_09 img {
    width: 12.209vw;
  }
  #img_10 img {
    width: 25.886vw;
  }
  #img_11 img {
    width: 21.948vw;
  }
  #img_12 img {
    width: 28.25vw;
  }
  #img_13 img {
    width: 43.709vw;
  }
  #img_14 img {
    width: 33.5521vw;
  }
  #img_15 img {
    width: 28.042vw;
  }
  #img_16 img {
    width: 15.813vw;
  }
  #img_17 img {
    width: 13.657vw;
  }
  #img_18 img {
    width: 39.292vw;
  }
  #img_19 img {
    width: 11.511vw;
  }
  #img_20 img {
    width: 11.292vw;
  }
  #img_21 img {
    width: 50.032vw;
  }
  #img_22 img {
    width: 19.907vw;
  }
  #img_23 img {
    width: 18.073vw;
  }
  #img_24 img {
    width: 27.646vw;
  }
  #img_25 img {
    width: 18.136vw;
  }
  #img_26 img {
    width: 32.782vw;
  }
  #img_27 img {
    width: 19.55vw;
  }
  #img_28 img {
    width: 25.438vw;
  }
  #img_29 img {
    width: 16.042vw;
  }
  #img_30 img {
    width: 9.1045vw;
  }
  #img_31 img {
    width: 27.2299vw;
  }
  #img_32 img {
    width: 76.2299vw;
  }
  #img_33 img {
    width: 7.6299vw;
  }
  #img_34 img {
    width: 9.2299vw;
  }
  #img_35 img {
    width: 8.2299vw;
  }
  #img_36 img {
    width: 20.2299vw;
  }
  #img_37 img {
    width: 69.2299vw;
  }
  #img_01 {
    position: absolute;
    left: 0;
    right: 0;
    top: 27vw;
  }
  #img_02 {
    position: absolute;
    left: 0.5vw;
    top: 75vw;
    bottom: unset;
  }
  #img_03 {
    position: absolute;
    top: -11vw;
    left: -4vw;
    z-index: 3;
  }
  #img_04 {
    position: absolute;
    bottom: 2.8vw;
    right: 7vw;
    z-index: 3;
  }
  #img_05 {
    position: absolute;
    top: 63vw;
    right: 4vw;
    z-index: 3;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  #img_06 {
    position: absolute;
    top: -1vw;
    right: -9.6vw;
    z-index: 3;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  #img_07 {
    top: 46vw;
    left: unset;
    right: 33vw;
  }
  #img_08 {
    position: absolute;
    top: 8.5vw;
    left: unset;
    right: 12vw;
  }
  #img_09 {
    position: absolute;
    bottom: unset;
    top: 26vw;
    right: 3vw;
    z-index: 3;
  }
  #img_10 {
    top: 50vw;
    left: unset;
    right: 3vw;
  }
  #img_11 {
    display: none;
  }
  section#top #img_11 {
    display: block !important;
    z-index: 1;
    left: 29vw;
    bottom: 35vw;
  }
  #img_12 {
    position: absolute;
    top: 47.4vw;
    right: -3.8vw;
    z-index: 3;
  }
  #img_13 {
    position: absolute;
    top: -3.7vw;
    right: 21vw;
    z-index: 3;
  }
  #img_14 {
    position: absolute;
    top: 20vw;
    right: 3.2vw;
    z-index: 3;
  }
  #img_15 {
    position: absolute;
    top: 9vw;
    left: -2vw;
    z-index: 3;
  }
  #img_16 {
    position: absolute;
    top: 57.5vw;
    left: 19.5vw;
    z-index: 3;
    transform: rotate(14deg);
  }
  #img_17 {
    bottom: unset;
    top: 3vw;
    right: 3vw;
  }
  #img_18 {
    position: absolute;
    top: 10vw;
    left: 6vw;
    z-index: 3;
  }
  #img_19 {
    position: absolute;
    top: 56vw;
    left: 6vw;
    z-index: 3;
  }
  #img_20 {
    position: absolute;
    top: 91.1vw;
    left: 3.5vw;
    z-index: 3;
  }
  #img_18 {
    position: absolute;
    top: 1vw;
    left: 2vw;
    z-index: 3;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  #img_21 {
    position: absolute;
    top: 62vw;
    left: 3vw;
    z-index: 0;
  }
  #img_22 {
    position: absolute;
    bottom: 11vw;
    left: -2vw;
    z-index: 3;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  #img_23 {
    position: absolute;
    bottom: -8vw;
    left: 18vw;
    z-index: 4;
  }
  #img_24 {
    position: absolute;
    top: -2.3vw;
    right: -4.3vw;
    z-index: 3;
  }
  #img_25 {
    position: absolute;
    top: 5vw;
    right: 21vw;
    z-index: 3;
  }
  #img_26 {
    position: absolute;
    bottom: 30vw;
    right: -2vw;
    z-index: 1;
  }
  #img_27 {
    position: absolute;
    bottom: 15vw;
    right: 22vw;
    z-index: 3;
    -webkit-animation-iteration-count: unset;
            animation-iteration-count: unset;
  }
  #img_28 {
    position: absolute;
    top: 60vw;
    right: 6vw;
    z-index: 3;
  }
  #img_29 {
    position: absolute;
    top: 46vw;
    right: 3.4vw;
    z-index: 3;
  }
  #img_30 {
    position: absolute;
    bottom: unset;
    top: 76vw;
    right: 34vw;
    z-index: 3;
  }
  #img_31 {
    top: 50px;
    left: unset;
    right: 7vw;
  }
  #img_32 {
    position: absolute;
    bottom: unset;
    top: 90vw;
    left: -40vw;
    z-index: 0;
  }
  #img_33 {
    position: absolute;
    bottom: 48vw;
    right: 36vw;
    z-index: 3;
  }
  #img_34 {
    position: absolute;
    bottom: unset;
    bottom: 48vw;
    left: 17vw;
    z-index: 3;
  }
  #img_35 {
    position: absolute;
    bottom: 22vw;
    left: 40vw;
    z-index: 3;
  }
  #img_36 {
    position: absolute;
    bottom: 10vw;
    right: 38vw;
    z-index: 3;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  #img_37 {
    position: absolute;
    bottom: -7vw;
    right: -29vw;
    z-index: 2;
  }
  #intro .loop_wrap {
    height: 40px;
  }
  section#quiz .contents-inner {
    display: block;
    width: 85%;
    margin: 0 auto 60px;
  }
  .contents-inner .img-area {
    width: 100%;
    margin: 0 auto 30px;
  }
  .contents-inner .img-area .caption {
    font-size: 7vw;
    left: -8vw;
  }
  .contents-inner .info-area {
    width: 100%;
  }
  .info-title {
    font-size: 5.3vw;
    letter-spacing: 0.18em;
  }
  .info-intro {
    font-size: 4.6vw;
    margin: 0 0 10px;
    letter-spacing: 0.18em;
  }
  .contents-inner {
    display: block;
    width: 85%;
    margin: 0 auto 50px;
    padding: 20px 0 0;
  }
  section#attraction .contents-inner .info-area, section#trivia .contents-inner .info-area {
    width: 100%;
    margin: 0 auto;
  }
  section.contents:before {
    font-size: 20vw;
  }
  section#attraction:before {
    right: unset;
    top: -60px;
  }
  .loop_wrap {
    height: 75px;
    margin: 0 0 0;
  }
  .loop_wrap.sp-V {
    display: flex !important;
  }
  .contents-inner .img-area img {
    border: solid 4px #FFF;
  }
  section#sailor:before {
    top: -60px;
  }
  section#trivia:before {
    right: unset;
    top: -60px;
  }
  .info-btn a {
    font-size: 4.5vw;
    width: 98%;
    letter-spacing: 0.15em;
  }
  .info-btn a:after {
    width: 100%;
    left: 1.3vw;
    bottom: -1.8vw;
    height: 51px;
  }
  .info-btn a span {
    right: 50px;
    top: 24px;
  }
  .info-btn a span:before {
    width: 25px;
    height: 25px;
  }
  .info-btn a span:after {
    border-width: 5px 0 5px 7px;
    left: 10px;
  }
  section#sailor {
    padding: 0 0 5px;
  }
  #top .loop_wrap.pc-V {
    display: none;
  }
  #top .loop_wrap.sp-wave-01 {
    bottom: 30vw;
    background: none;
    height: 30vw;
    align-items: start;
    background: #6ee7a4;
    overflow: visible;
  }
  #top .loop_wrap.sp-wave-02 {
    bottom: 5vw;
    background: #fdf306;
    height: 30vw;
    align-items: start;
    z-index: 2;
    overflow: visible;
  }
  #top .loop_wrap.sp-wave-03 {
    bottom: 0;
    background: #00b7ff;
    align-items: start;
    height: 15px;
    height: 5vw;
    z-index: 3;
    overflow: visible;
  }
  #top .loop_wrap.sp-wave-01 img,
#top .loop_wrap.sp-wave-02 img {
    height: 15px;
    position: relative;
    bottom: 15px;
  }
  #top .loop_wrap.sp-wave-03 img {
    height: 15px;
    position: relative;
    bottom: 15px;
  }
  #top .loop_wrap.sp-wave-02 img {
    -webkit-animation: loop-ex2 200s -100s linear infinite;
            animation: loop-ex2 200s -100s linear infinite;
  }
  #top .loop_wrap.sp-wave-02 img:last-child {
    -webkit-animation: loop2-ex2 200s linear infinite;
            animation: loop2-ex2 200s linear infinite;
  }
}
@media screen and (min-width: 700px) and (max-width: 749px) {
  section#top {
    padding: 0 0 180vw 0;
  }
  section#top #img_11 {
    bottom: unset;
    top: 133vw;
  }
  #img_34 {
    bottom: 43vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  section#top {
    padding: 0 0 179vw 0;
  }
  section#top #img_11 {
    bottom: unset;
    top: 132vw;
  }
  #img_34 {
    bottom: 43vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  section#top {
    padding: 0 0 178vw 0;
  }
  section#top #img_11 {
    bottom: unset;
    top: 130vw;
  }
  #img_34 {
    bottom: 43vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  section#top {
    padding: 0 0 180vw 0;
  }
  section#top #img_11 {
    bottom: unset;
    top: 132vw;
  }
  #img_34 {
    bottom: 43vw;
  }
}
/*# sourceMappingURL=style-explore.css.map */