@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0.6);
         transform: scale(0.6);
  }
  60% {
    -moz-transform: scale(1.4);
         transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
            transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(1.4);
       -moz-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 768px), print {
  body #container.obstacle {
    --o_bg01: #0040a1;
    --o_bg02: #008b83;
    --o_blue: #00259d;
    --o_navy: #001359;
    --o_green: #00e3b6;
    --o_table01: #00afbb;
    --o_table02: #eceefe;
    --o_table03: #e6e7f3;
    min-width: 1400px;
  }
  body #container.obstacle .wrapper {
    background: var(--o_bg01);
    -moz-font-feature-settings: 'palt' 1;
         font-feature-settings: 'palt' 1;
    letter-spacing: .1em;
    overflow: hidden;
    padding: 0;
  }
  body #container.obstacle .wrapper img {
    height: auto;
    width: 100%;
  }
  body #container.obstacle .wrapper a {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  body #container.obstacle .wrapper a:hover {
    opacity: .8;
  }
  body #container.obstacle .wrapper .fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #container.obstacle .wrapper .section-wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  body #container.obstacle .wrapper .mv-section {
    position: relative;
    width: 100%;
    height: -webkit-calc( max( -webkit-calc(573 * 100vw / 1400), 573px ));
    height: -moz-calc( max( -moz-calc(573 * 100vw / 1400), 573px ));
    height: calc( max( calc(573 * 100vw / 1400), 573px ));
  }
  body #container.obstacle .wrapper .mv-section:before {
    content: '';
    display: block;
    width: 100%;
    height: -webkit-calc( max( -webkit-calc(374 * 100vw / 1400), 374px ));
    height: -moz-calc( max( -moz-calc(374 * 100vw / 1400), 374px ));
    height: calc( max( calc(374 * 100vw / 1400), 374px ));
    pointer-events: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    -webkit-mask-image: url("/attraction/obstacle/images/bg-wave.png");
            mask-image: url("/attraction/obstacle/images/bg-wave.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    background-color: var(--o_bg01);
    background-image: url("/attraction/obstacle/images/bg-pattern01-left.png"), url("/attraction/obstacle/images/bg-pattern02-right.png");
    background-repeat: no-repeat, no-repeat;
    -moz-background-size: 1068px auto, 1400px auto;
         background-size: 1068px auto, 1400px auto;
    background-position: top -webkit-calc( max( -webkit-calc((374 * 100vw / 1400) - 126px - 1px), -webkit-calc(374px - 126px - 1px) )) left -webkit-calc(50% - 840px), top -webkit-calc( max( -webkit-calc((374 * 100vw / 1400) - 500px - 1px), -webkit-calc(374px - 500px - 1px) )) left -webkit-calc(50% + 1030px);
    background-position: top -moz-calc( max( -moz-calc((374 * 100vw / 1400) - 126px - 1px), -moz-calc(374px - 126px - 1px) )) left -moz-calc(50% - 840px), top -moz-calc( max( -moz-calc((374 * 100vw / 1400) - 500px - 1px), -moz-calc(374px - 500px - 1px) )) left -moz-calc(50% + 1030px);
    background-position: top calc( max( calc((374 * 100vw / 1400) - 126px - 1px), calc(374px - 126px - 1px) )) left calc(50% - 840px), top calc( max( calc((374 * 100vw / 1400) - 500px - 1px), calc(374px - 500px - 1px) )) left calc(50% + 1030px);
  }
  body #container.obstacle .wrapper .mv-section .mv {
    width: 100%;
  }
  body #container.obstacle .wrapper .mv-section .mv-txt {
    display: none;
    /*
          width: calc(max((63 * 100vw / 1400), 63px));
          position: absolute;
          top: 0;
          left: calc(max(50vw + (480 * 100vw / 1400), 50% + 480px));
          */
  }
  body #container.obstacle .wrapper .mv-section .mv-title {
    width: -webkit-calc(max((819 * 100vw / 1400), 819px));
    width: -moz-calc(max((819 * 100vw / 1400), 819px));
    width: calc(max((819 * 100vw / 1400), 819px));
    position: absolute;
    top: -webkit-calc(max((100 * 100vw / 1400), 100px));
    top: -moz-calc(max((100 * 100vw / 1400), 100px));
    top: calc(max((100 * 100vw / 1400), 100px));
    left: -webkit-calc(max((10 * 100vw / 1400), 10px));
    left: -moz-calc(max((10 * 100vw / 1400), 10px));
    left: calc(max((10 * 100vw / 1400), 10px));
    right: 0;
    margin: auto;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  body #container.obstacle .wrapper .bg {
    background: -webkit-linear-gradient(104deg, var(--o_bg01) 0%, var(--o_bg01) 10%, var(--o_bg02) 50%, var(--o_bg01) 90%, var(--o_bg01) 100%);
    background: -moz- oldlinear-gradient(104deg, var(--o_bg01) 0%, var(--o_bg01) 10%, var(--o_bg02) 50%, var(--o_bg01) 90%, var(--o_bg01) 100%);
    background: linear-gradient(-14deg, var(--o_bg01) 0%, var(--o_bg01) 10%, var(--o_bg02) 50%, var(--o_bg01) 90%, var(--o_bg01) 100%);
    padding: 0 0 121px;
    overflow: hidden;
    position: relative;
  }
  body #container.obstacle .wrapper .bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/attraction/obstacle/images/bg-pattern01-left.png"), url("/attraction/obstacle/images/bg-pattern02-right.png");
    background-repeat: no-repeat, no-repeat;
    -moz-background-size: 1068px auto, 1400px auto;
         background-size: 1068px auto, 1400px auto;
    background-position: top -126px left -webkit-calc(50% - 840px), top -500px left -webkit-calc(50% + 1030px);
    background-position: top -126px left -moz-calc(50% - 840px), top -500px left -moz-calc(50% + 1030px);
    background-position: top -126px left calc(50% - 840px), top -500px left calc(50% + 1030px);
  }
  body #container.obstacle .wrapper .bg-pattern {
    width: 100%;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
  }
  body #container.obstacle .wrapper .bg-pattern--01 {
    height: 925px;
    background-image: url("/attraction/obstacle/images/bg-pattern01-left.png");
    background-position: top left -webkit-calc(50% - 848px);
    background-position: top left -moz-calc(50% - 848px);
    background-position: top left calc(50% - 848px);
  }
  body #container.obstacle .wrapper .bg-pattern--01.right {
    background-image: url("/attraction/obstacle/images/bg-pattern01-right.png");
    background-position: top left -webkit-calc(50% + 858px);
    background-position: top left -moz-calc(50% + 858px);
    background-position: top left calc(50% + 858px);
  }
  body #container.obstacle .wrapper .bg-pattern--02 {
    height: 989px;
    background-image: url("/attraction/obstacle/images/bg-pattern02-left.png");
    background-position: top left -webkit-calc(50% - 1028px);
    background-position: top left -moz-calc(50% - 1028px);
    background-position: top left calc(50% - 1028px);
  }
  body #container.obstacle .wrapper .bg-pattern--02.right {
    background-image: url("/attraction/obstacle/images/bg-pattern02-right.png");
    background-position: top left -webkit-calc(50% + 1030px);
    background-position: top left -moz-calc(50% + 1030px);
    background-position: top left calc(50% + 1030px);
  }
  body #container.obstacle .wrapper .lead-section {
    padding-top: 28px;
  }
  body #container.obstacle .wrapper .lead-section .shooting {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0 auto;
    width: 700px;
    height: 246px;
    background: url("/attraction/obstacle/images/shooting.jpg") no-repeat center/cover;
    border: 6px solid #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0px 4px 9.6px 0.4px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 4px 9.6px 0.4px rgba(0, 0, 0, 0.3);
  }
  body #container.obstacle .wrapper .lead-section .shooting-title {
    margin: 26px auto 0;
    width: 571px;
  }
  body #container.obstacle .wrapper .lead-section .shooting-txt {
    margin-top: 2px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  body #container.obstacle .wrapper .lead-section .shooting-btn {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 26px auto 0;
    padding-top: 2px;
    width: 244px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--o_navy);
    letter-spacing: 2px;
    text-decoration: none;
    background: var(--o_green);
    -moz-border-radius: 100vmax;
         border-radius: 100vmax;
    position: relative;
  }
  body #container.obstacle .wrapper .lead-section .shooting-btn:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid var(--o_navy);
    border-top: 3px solid var(--o_navy);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body #container.obstacle .wrapper .lead-section .btn_area {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 410px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 17px 34px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #34af5d;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a:hover {
    opacity: 0.7;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a:not(:first-of-type) {
    margin-top: 20px;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a:nth-of-type(2) {
    background-color: #009cf6;
  }
  body #container.obstacle .wrapper .lead-section .lead-txt {
    width: 814px;
    margin: 46px auto 0;
  }
  body #container.obstacle .wrapper .story-section {
    margin-top: 108px;
    position: relative;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(1) {
    top: 68px;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(2) {
    top: -530px;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(3) {
    top: 834px;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(4) {
    top: 44px;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(5) {
    top: 774px;
  }
  body #container.obstacle .wrapper .story-section .section-wrapper {
    width: 100%;
  }
  body #container.obstacle .wrapper .story-section .story-content {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 146px;
    width: 100%;
    min-height: 1451px;
    background: url("/attraction/obstacle/images/story.png") no-repeat top center/auto 1451px;
  }
  body #container.obstacle .wrapper .story-section .story-deco {
    position: absolute;
  }
  body #container.obstacle .wrapper .story-section .story-deco--01 {
    width: 301px;
    top: 170px;
    left: -webkit-calc(50% + 302px);
    left: -moz-calc(50% + 302px);
    left: calc(50% + 302px);
  }
  body #container.obstacle .wrapper .story-section .story-deco--02 {
    width: 293px;
    top: 267px;
    left: -webkit-calc(50% - 556px);
    left: -moz-calc(50% - 556px);
    left: calc(50% - 556px);
  }
  body #container.obstacle .wrapper .story-section .story-deco--03 {
    width: 258px;
    top: 341px;
    left: -webkit-calc(50% + 328px);
    left: -moz-calc(50% + 328px);
    left: calc(50% + 328px);
  }
  body #container.obstacle .wrapper .story-section .story-deco--04 {
    width: 175px;
    top: 604px;
    left: -webkit-calc(50% - 556px);
    left: -moz-calc(50% - 556px);
    left: calc(50% - 556px);
  }
  body #container.obstacle .wrapper .story-section .story-deco--05 {
    width: 176px;
    top: 634px;
    left: -webkit-calc(50% + 371px);
    left: -moz-calc(50% + 371px);
    left: calc(50% + 371px);
  }
  body #container.obstacle .wrapper .story-section .story-deco--06 {
    width: 182px;
    top: 905px;
    left: -webkit-calc(50% - 531px);
    left: -moz-calc(50% - 531px);
    left: calc(50% - 531px);
  }
  body #container.obstacle .wrapper .story-section .story-deco--07 {
    width: 195px;
    top: 1071px;
    left: -webkit-calc(50% + 370px);
    left: -moz-calc(50% + 370px);
    left: calc(50% + 370px);
  }
  body #container.obstacle .wrapper .story-section .story-title {
    width: 322px;
    margin: 0 auto;
  }
  body #container.obstacle .wrapper .story-section .story-txt {
    margin: 28px auto 0;
    color: var(--o_navy);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.182;
    text-align: center;
    text-shadow: 1px 2px 0px #fff;
    width: 900px;
    position: relative;
    z-index: 1;
  }
  body #container.obstacle .wrapper .story-section .story-txt p + p {
    margin-top: 50px;
  }
  body #container.obstacle .wrapper .story-section .story-txt p.custom {
    width: 447px;
    margin: 52px auto 0;
    position: relative;
    left: 22px;
  }
  body #container.obstacle .wrapper .howto-section {
    margin-top: 116px;
    position: relative;
  }
  body #container.obstacle .wrapper .howto-section .bg-pattern:nth-of-type(1) {
    top: 156px;
  }
  body #container.obstacle .wrapper .howto-section .bg-pattern:nth-of-type(2) {
    top: -280px;
  }
  body #container.obstacle .wrapper .howto-section .howto-content {
    min-height: 459px;
    background: url("/attraction/obstacle/images/howto.jpg") no-repeat top center/cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3);
         box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3);
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .balloon {
    margin-top: 48px;
    margin-left: 70px;
    width: 322px;
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .image {
    margin-top: 8px;
    margin-left: 38px;
    width: 443px;
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .howto-title {
    margin-top: 88px;
    margin-right: 18px;
    width: 466px;
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .howto-txt {
    margin-top: 28px;
    margin-right: 22px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
  }
  body #container.obstacle .wrapper .slide-section {
    margin-top: 108px;
    position: relative;
  }
  body #container.obstacle .wrapper .slide-section .bg-pattern:nth-of-type(1) {
    top: 534px;
  }
  body #container.obstacle .wrapper .slide-section .bg-pattern:nth-of-type(2) {
    top: -118px;
  }
  body #container.obstacle .wrapper .slide-section .bg-pattern:nth-of-type(3) {
    top: 330px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper {
    width: 1400px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .slide-title {
    margin: 0 auto;
    width: 430px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper {
    margin-top: 28px;
    padding-bottom: 25px;
    position: relative;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper {
    overflow: visible !important;
    width: 100% !important;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide {
    padding-top: 132px;
    position: relative;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
    width: 999px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__caption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 10px) scale(0.1);
       -moz-transform: translate(-50%, 10px) scale(0.1);
        -ms-transform: translate(-50%, 10px) scale(0.1);
            transform: translate(-50%, 10px) scale(0.1);
    -webkit-transform-origin: center bottom;
       -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: .3s ease-out .15s;
    -moz-transition: .3s ease-out .15s;
    transition: .3s ease-out .15s;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__caption:before {
    content: '';
    width: 40px;
    height: 20px;
    background: #fff;
    clip-path: polygon(1px 1px, 33px 3px, 2px 18px);
    position: absolute;
    bottom: -16px;
    left: 32px;
    right: 0;
    margin: auto;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__caption span {
    width: 610px;
    height: 98px;
    background-color: #fff;
    clip-path: polygon(24px 0%, 100% 0%, -webkit-calc(100% - 24px) 100%, 0% 100%);
    clip-path: polygon(24px 0%, 100% 0%, -moz-calc(100% - 24px) 100%, 0% 100%);
    clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--o_navy);
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    white-space: nowrap;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__img {
    border: 8px solid #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-active .swiper-slide__caption {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
       -moz-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-next {
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-prev {
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination-bullets {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0 8px;
    width: 16px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination-bullet-active {
    background-color: var(--o_green);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button {
    background-color: var(--o_green);
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 64px;
    position: absolute;
    top: 438px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
    width: 64px;
    z-index: 10;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button:before {
    border-right: 3px solid var(--o_navy);
    border-top: 3px solid var(--o_navy);
    content: '';
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-next {
    right: 174px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-next:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-next:hover {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-prev {
    left: 174px;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
       -moz-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-prev:hover {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  body #container.obstacle .wrapper .other-section {
    margin-top: 94px;
    position: relative;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(1) {
    top: 310px;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(2) {
    top: -56px;
  }
  body #container.obstacle .wrapper .other-section .other-title {
    width: 376px;
    margin: 0 auto;
    position: relative;
    left: 20px;
  }
  body #container.obstacle .wrapper .other-section .other-card {
    margin-top: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body #container.obstacle .wrapper .other-section .other-card > li {
    padding: 40px 0 24px;
    width: 470px;
    background: var(--o_blue) url("/attraction/obstacle/images/other-card.png") no-repeat top left/100% auto;
    -moz-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3);
         box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3);
  }
  body #container.obstacle .wrapper .other-section .other-card > li:nth-of-type(1) .title {
    width: 134px;
  }
  body #container.obstacle .wrapper .other-section .other-card > li:nth-of-type(2) .title {
    width: 222px;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .title {
    margin: 0 auto;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .txt {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .image {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 24px auto 0;
    width: 410px;
    height: 254px;
    border: 8px solid #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .note {
    margin: 6px auto 0;
    width: 410px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
  }
  body #container.obstacle .wrapper .other-section .other-txt {
    width: 1015px;
    margin: 50px auto 0;
  }
  body #container.obstacle .wrapper .information-section {
    margin-top: 158px;
    position: relative;
  }
  body #container.obstacle .wrapper .information-section .bg-pattern:nth-of-type(1) {
    top: 68px;
  }
  body #container.obstacle .wrapper .information-section .bg-pattern:nth-of-type(2) {
    top: -470px;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .ttl {
    margin: 0 auto;
    width: 335px;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList {
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.3);
    margin-top: 49px;
    overflow: hidden;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item:nth-of-type(even) .desc {
    background-color: var(--o_table02);
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item:last-of-type .label:before {
    display: none;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label {
    background-color: var(--o_table01);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 32px;
    padding-left: 28px;
    position: relative;
    width: 279px;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label.twoLine {
    padding-top: 42px;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label:before {
    background-color: var(--o_table03);
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 260px;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label span {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .desc {
    background-color: #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 32px 20px 28px 36px;
    width: 100%;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .desc span {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  body #container.obstacle .wrapper .detail-section {
    margin-top: 80px;
    position: relative;
  }
  body #container.obstacle .wrapper .detail-section .bg-pattern:nth-of-type(1) {
    top: -384px;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper {
    width: 800px;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox {
    background-color: #fff;
    border: 6px solid #f7e770;
    -moz-border-radius: 80px;
         border-radius: 80px;
    -moz-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 140px;
    padding-left: 124px;
    width: 100%;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.left .txt {
    color: #5c3200;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.left .txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #f7e770));
    background: -webkit-linear-gradient(transparent 70%, #f7e770 30%);
    background: -moz- oldlinear-gradient(transparent 70%, #f7e770 30%);
    background: linear-gradient(transparent 70%, #f7e770 30%);
    display: block;
    margin-top: 16px;
    scale: 120%;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right {
    margin-left: 96px;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right .btn {
    background-color: #f7e770;
    -moz-border-radius: 80px;
         border-radius: 80px;
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    position: relative;
    text-decoration: none;
    width: 246px;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right .btn:after {
    border-right: 2px solid #5c3200;
    border-top: 2px solid #5c3200;
    content: '';
    height: 8px;
    position: absolute;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 8px;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right .btn span {
    color: #5c3200;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
  }
  body #container.obstacle .intersect-elem {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  body #container.obstacle .intersect-elem.active {
    opacity: 1;
  }
  body #container.obstacle .intersect-elem.fade-up-sharp {
    -webkit-transform: translate(0, 50px);
       -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    -moz-transition: opacity 0.3s ease-out, transform 0.5s ease-out, -moz-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out, -moz-transform 0.5s ease-out;
  }
  body #container.obstacle .intersect-elem.fade-up-sharp.active {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  body #container.obstacle .intersect-elem.scale-up {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  body #container.obstacle .intersect-elem.scale-up.active {
    -webkit-animation: scale-up 0.5s ease-out;
       -moz-animation: scale-up 0.5s ease-out;
            animation: scale-up 0.5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  body #container.obstacle {
    --o_bg01: #0040a1;
    --o_bg02: #008b83;
    --o_blue: #00259d;
    --o_navy: #001359;
    --o_green: #00e3b6;
    --o_table01: #00afbb;
    --o_table02: #eceefe;
    --o_table03: #e6e7f3;
  }
  body #container.obstacle .wrapper {
    background: var(--o_bg01);
    -moz-font-feature-settings: 'palt' 1;
         font-feature-settings: 'palt' 1;
    letter-spacing: .1em;
    overflow: hidden;
    padding: 0;
  }
  body #container.obstacle .wrapper img {
    height: auto;
    width: 100%;
  }
  body #container.obstacle .wrapper .fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #container.obstacle .wrapper .section-wrapper {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    padding: 0 3.90625vw;
    position: relative;
    z-index: 2;
  }
  body #container.obstacle .wrapper .mv-section {
    position: relative;
    width: 100%;
    height: 71.74479vw;
    overflow: hidden;
  }
  body #container.obstacle .wrapper .mv-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 50.78125vw;
    pointer-events: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    -webkit-mask-image: url("/attraction/obstacle/images/bg-wave_sp.png");
            mask-image: url("/attraction/obstacle/images/bg-wave_sp.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    background-color: var(--o_bg01);
    background-image: url("/attraction/obstacle/images/bg-pattern01-left.png"), url("/attraction/obstacle/images/bg-pattern02-right.png");
    background-repeat: no-repeat, no-repeat;
    -moz-background-size: 139.0625vw auto, 182.29167vw auto;
         background-size: 139.0625vw auto, 182.29167vw auto;
    background-position: top -webkit-calc(50.78125vw - 18.88021vw - 1px) left -107.42188vw, top -webkit-calc(50.78125vw - 70.83333vw - 1px) right -143.22917vw;
    background-position: top -moz-calc(50.78125vw - 18.88021vw - 1px) left -107.42188vw, top -moz-calc(50.78125vw - 70.83333vw - 1px) right -143.22917vw;
    background-position: top calc(50.78125vw - 18.88021vw - 1px) left -107.42188vw, top calc(50.78125vw - 70.83333vw - 1px) right -143.22917vw;
  }
  body #container.obstacle .wrapper .mv-section .mv {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body #container.obstacle .wrapper .mv-section .mv-txt {
    width: 7.42188vw;
    position: absolute;
    top: 0;
    right: 3.90625vw;
  }
  body #container.obstacle .wrapper .mv-section .mv-title {
    width: 79.55729vw;
    position: absolute;
    top: 20.57292vw;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  body #container.obstacle .wrapper .bg {
    background: -webkit-linear-gradient(104deg, var(--o_bg01) 0%, var(--o_bg01) 10%, var(--o_bg02) 50%, var(--o_bg01) 90%, var(--o_bg01) 100%);
    background: -moz- oldlinear-gradient(104deg, var(--o_bg01) 0%, var(--o_bg01) 10%, var(--o_bg02) 50%, var(--o_bg01) 90%, var(--o_bg01) 100%);
    background: linear-gradient(-14deg, var(--o_bg01) 0%, var(--o_bg01) 10%, var(--o_bg02) 50%, var(--o_bg01) 90%, var(--o_bg01) 100%);
    padding: 0 0 15.75521vw;
    overflow: hidden;
    position: relative;
  }
  body #container.obstacle .wrapper .bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/attraction/obstacle/images/bg-pattern01-left.png"), url("/attraction/obstacle/images/bg-pattern02-right.png");
    background-repeat: no-repeat, no-repeat;
    -moz-background-size: 139.0625vw auto, 182.29167vw auto;
         background-size: 139.0625vw auto, 182.29167vw auto;
    background-position: top -18.88021vw left -107.42188vw, top -70.83333vw right -143.22917vw;
  }
  body #container.obstacle .wrapper .bg-pattern {
    width: 100%;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
  }
  body #container.obstacle .wrapper .bg-pattern--01 {
    height: 120.44271vw;
    background-image: url("/attraction/obstacle/images/bg-pattern01-left.png");
    background-position: top left -107.42188vw;
  }
  body #container.obstacle .wrapper .bg-pattern--01.right {
    background-image: url("/attraction/obstacle/images/bg-pattern01-right.png");
    background-position: top right -100.52083vw;
  }
  body #container.obstacle .wrapper .bg-pattern--02 {
    height: 128.77604vw;
    background-image: url("/attraction/obstacle/images/bg-pattern02-left.png");
    background-position: top left -142.44792vw;
  }
  body #container.obstacle .wrapper .bg-pattern--02.right {
    background-image: url("/attraction/obstacle/images/bg-pattern02-right.png");
    background-position: top right -143.22917vw;
  }
  body #container.obstacle .wrapper .lead-section .shooting {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: 57.16146vw;
    background: url("/attraction/obstacle/images/shooting_sp.jpg") no-repeat center/cover;
    border: 0.78125vw solid #fff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    -moz-box-shadow: 0 0.52083vw 1.25vw 0.05208vw rgba(0, 0, 0, 0.3);
         box-shadow: 0 0.52083vw 1.25vw 0.05208vw rgba(0, 0, 0, 0.3);
  }
  body #container.obstacle .wrapper .lead-section .shooting-title {
    margin: 6.51042vw auto 0;
    width: 81.77083vw;
  }
  body #container.obstacle .wrapper .lead-section .shooting-txt {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  body #container.obstacle .wrapper .lead-section .shooting-btn {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 5.98958vw auto 0;
    padding-top: 0.26042vw;
    width: 52.08333vw;
    height: 13.02083vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.64583vw;
    font-weight: 700;
    color: var(--o_navy);
    letter-spacing: 0.39062vw;
    text-decoration: none;
    background: var(--o_green);
    -moz-border-radius: 100vmax;
         border-radius: 100vmax;
    position: relative;
  }
  body #container.obstacle .wrapper .lead-section .shooting-btn:after {
    content: '';
    display: block;
    width: 2.08333vw;
    height: 2.08333vw;
    border-right: 0.78125vw solid var(--o_navy);
    border-top: 0.78125vw solid var(--o_navy);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6.77083vw;
    margin: auto;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body #container.obstacle .wrapper .lead-section .btn_area {
    margin: 5.20833vw auto 0;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a {
    color: #fff;
    text-decoration: none;
    font-size: 3.64583vw;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 2.86458vw 2.60417vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 70.3125vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    position: relative;
    background-color: #34af5d;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a:not(:first-of-type) {
    margin-top: 5.20833vw;
  }
  body #container.obstacle .wrapper .lead-section .btn_area a:nth-of-type(2) {
    background-color: #009cf6;
  }
  body #container.obstacle .wrapper .lead-section .lead-txt {
    width: 93.22917vw;
    margin: 5.46875vw auto 0;
  }
  body #container.obstacle .wrapper .story-section {
    margin-top: 11.45833vw;
    position: relative;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(1) {
    top: -57.29167vw;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(2) {
    top: -113.80208vw;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(3) {
    top: 54.03646vw;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(4) {
    top: -40.625vw;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(5) {
    top: 52.08333vw;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(6) {
    top: 151.04167vw;
  }
  body #container.obstacle .wrapper .story-section .bg-pattern:nth-of-type(7) {
    top: 134.375vw;
  }
  body #container.obstacle .wrapper .story-section .section-wrapper {
    width: 100%;
    padding: 0;
  }
  body #container.obstacle .wrapper .story-section .story-content {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 13.54167vw;
    width: 100%;
    min-height: 240.75521vw;
    background: url("/attraction/obstacle/images/story_sp.png") no-repeat top center/auto 240.75521vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco {
    position: absolute;
  }
  body #container.obstacle .wrapper .story-section .story-deco--01 {
    width: 25.13021vw;
    top: 33.59375vw;
    right: 0.26042vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco--02 {
    width: 24.47917vw;
    top: 46.35417vw;
    left: 0.78125vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco--03 {
    width: 21.61458vw;
    top: 61.71875vw;
    right: 1.30208vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco--04 {
    width: 14.71354vw;
    top: 104.55729vw;
    left: 1.82292vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco--05 {
    width: 16.40625vw;
    top: 116.92708vw;
    right: 2.73438vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco--06 {
    width: 16.27604vw;
    top: 178.38542vw;
    left: 1.82292vw;
  }
  body #container.obstacle .wrapper .story-section .story-deco--07 {
    width: 16.40625vw;
    top: 186.19792vw;
    right: 1.04167vw;
  }
  body #container.obstacle .wrapper .story-section .story-title {
    width: 49.47917vw;
    margin: 0 auto;
  }
  body #container.obstacle .wrapper .story-section .story-txt {
    margin-top: 4.42708vw;
    color: var(--o_navy);
    font-size: 3.90625vw;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    text-shadow: 0.13021vw 0.26042vw 0 #fff;
    position: relative;
    z-index: 1;
  }
  body #container.obstacle .wrapper .story-section .story-txt p + p {
    margin-top: 4.42708vw;
  }
  body #container.obstacle .wrapper .story-section .story-txt p.custom {
    width: 70.83333vw;
    margin: 9.11458vw auto 0;
    position: relative;
    left: 1.82292vw;
  }
  body #container.obstacle .wrapper .howto-section {
    margin-top: 13.02083vw;
    position: relative;
  }
  body #container.obstacle .wrapper .howto-section .bg-pattern:nth-of-type(1) {
    top: -3.64583vw;
  }
  body #container.obstacle .wrapper .howto-section .bg-pattern:nth-of-type(2) {
    top: -26.5625vw;
  }
  body #container.obstacle .wrapper .howto-section .bg-pattern:nth-of-type(3) {
    top: 93.75vw;
  }
  body #container.obstacle .wrapper .howto-section .bg-pattern:nth-of-type(4) {
    top: 46.875vw;
  }
  body #container.obstacle .wrapper .howto-section .howto-content {
    min-height: 138.80208vw;
    background: url("/attraction/obstacle/images/howto_sp.jpg") no-repeat top center/cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-box-shadow: 0.52083vw 0.52083vw 1.30208vw 0.52083vw rgba(0, 0, 0, 0.3);
         box-shadow: 0.52083vw 0.52083vw 1.30208vw 0.52083vw rgba(0, 0, 0, 0.3);
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .balloon {
    margin-top: 6.51042vw;
    margin-left: 10.41667vw;
    width: 60.54688vw;
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .image {
    margin-top: 1.30208vw;
    margin-left: 4.16667vw;
    width: 83.46354vw;
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .howto-title {
    margin: 6.25vw auto 0;
    width: 85.54688vw;
  }
  body #container.obstacle .wrapper .howto-section .howto-content .box .howto-txt {
    margin-top: 2.34375vw;
    margin-right: 2.86458vw;
    color: #fff;
    font-size: 3.90625vw;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
  }
  body #container.obstacle .wrapper .slide-section {
    margin-top: 10.41667vw;
    position: relative;
  }
  body #container.obstacle .wrapper .slide-section .bg-pattern:nth-of-type(1) {
    top: 23.69792vw;
  }
  body #container.obstacle .wrapper .slide-section .bg-pattern:nth-of-type(2) {
    top: -9.89583vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper {
    padding: 0;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .slide-title {
    margin: 0 auto;
    width: 66.27604vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper {
    margin-top: 3.125vw;
    padding-bottom: 3.125vw;
    position: relative;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide {
    padding-top: 16.92708vw;
    position: relative;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
    width: 82.29167vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__caption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 1.30208vw) scale(0.1);
       -moz-transform: translate(-50%, 1.30208vw) scale(0.1);
        -ms-transform: translate(-50%, 1.30208vw) scale(0.1);
            transform: translate(-50%, 1.30208vw) scale(0.1);
    -webkit-transform-origin: center bottom;
       -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: .3s ease-out .15s;
    -moz-transition: .3s ease-out .15s;
    transition: .3s ease-out .15s;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__caption:before {
    content: '';
    width: 3.38542vw;
    height: 1.82292vw;
    background: #fff;
    clip-path: polygon(1px 1px, 3.38542vw 1px, 2px 1.82292vw);
    position: absolute;
    bottom: -webkit-calc(-1.82292vw + 1.5px);
    bottom: -moz-calc(-1.82292vw + 1.5px);
    bottom: calc(-1.82292vw + 1.5px);
    left: 1.5625vw;
    right: 0;
    margin: auto;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__caption span {
    width: 71.875vw;
    height: 11.58854vw;
    background-color: #fff;
    clip-path: polygon(3.125vw 0%, 100% 0%, -webkit-calc(100% - 3.125vw) 100%, 0% 100%);
    clip-path: polygon(3.125vw 0%, 100% 0%, -moz-calc(100% - 3.125vw) 100%, 0% 100%);
    clip-path: polygon(3.125vw 0%, 100% 0%, calc(100% - 3.125vw) 100%, 0% 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--o_navy);
    font-size: 4.16667vw;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    white-space: nowrap;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide__img {
    border: 1.04167vw solid #fff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    overflow: hidden;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-active .swiper-slide__caption {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
       -moz-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-next {
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper .swiper-wrapper .swiper-slide-prev {
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination-bullets {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
    height: 2.21354vw;
    margin: 0 1.04167vw;
    width: 2.21354vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-pagination-bullet-active {
    background-color: var(--o_green);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button {
    background-color: var(--o_green);
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10.9375vw;
    position: absolute;
    top: 40.10417vw;
    width: 10.9375vw;
    z-index: 10;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button:before {
    border-right: 0.65104vw solid var(--o_navy);
    border-top: 0.65104vw solid var(--o_navy);
    content: '';
    height: 1.5625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5625vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-next {
    right: 3.38542vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-next:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-prev {
    left: 3.38542vw;
  }
  body #container.obstacle .wrapper .slide-section .section-wrapper .swiper-wrapper .swiper-button-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
       -moz-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  body #container.obstacle .wrapper .other-section {
    margin-top: 11.19792vw;
    position: relative;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(1) {
    top: 3.38542vw;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(2) {
    top: -64.84375vw;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(3) {
    top: 97.65625vw;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(4) {
    top: 37.76042vw;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(5) {
    top: 204.42708vw;
  }
  body #container.obstacle .wrapper .other-section .bg-pattern:nth-of-type(6) {
    top: 121.09375vw;
  }
  body #container.obstacle .wrapper .other-section .other-title {
    width: 56.51042vw;
    margin: 0 auto;
    position: relative;
    left: 2.60417vw;
  }
  body #container.obstacle .wrapper .other-section .other-card {
    margin-top: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #container.obstacle .wrapper .other-section .other-card > li {
    padding: 6.51042vw 0;
    width: 84.375vw;
    background: var(--o_blue) url("/attraction/obstacle/images/other-card.png") no-repeat top left/100% auto;
    -moz-box-shadow: 0.52083vw 0.52083vw 1.30208vw 0.52083vw rgba(0, 0, 0, 0.3);
         box-shadow: 0.52083vw 0.52083vw 1.30208vw 0.52083vw rgba(0, 0, 0, 0.3);
  }
  body #container.obstacle .wrapper .other-section .other-card > li + li {
    margin-top: 3.90625vw;
  }
  body #container.obstacle .wrapper .other-section .other-card > li:nth-of-type(1) .title {
    width: 23.17708vw;
  }
  body #container.obstacle .wrapper .other-section .other-card > li:nth-of-type(2) .title {
    width: 38.67188vw;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .title {
    margin: 0 auto;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .txt {
    margin-top: 2.60417vw;
    font-size: 3.38542vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .image {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 3.90625vw auto 0;
    width: 73.56771vw;
    height: 45.57292vw;
    border: 1.04167vw solid #fff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  body #container.obstacle .wrapper .other-section .other-card > li .note {
    margin: 1.5625vw auto 0;
    width: 73.56771vw;
    font-size: 3.38542vw;
    font-weight: 500;
    color: #fff;
  }
  body #container.obstacle .wrapper .other-section .other-txt {
    width: 86.32812vw;
    margin: 6.51042vw auto 0;
  }
  body #container.obstacle .wrapper .information-section {
    margin-top: 14.0625vw;
    position: relative;
  }
  body #container.obstacle .wrapper .information-section .bg-pattern:nth-of-type(1) {
    top: 19.27083vw;
  }
  body #container.obstacle .wrapper .information-section .bg-pattern:nth-of-type(2) {
    top: -61.19792vw;
  }
  body #container.obstacle .wrapper .information-section .bg-pattern:nth-of-type(3) {
    top: 14.84375vw;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 3.90625vw;
    width: 100%;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .ttl {
    margin: 0 auto;
    width: 62.5vw;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList {
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    -moz-box-shadow: 0px 2.60417vw 3.90625vw 0.52083vw rgba(0, 0, 0, 0.3);
         box-shadow: 0px 2.60417vw 3.90625vw 0.52083vw rgba(0, 0, 0, 0.3);
    margin-top: 7.8125vw;
    overflow: hidden;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item:nth-of-type(even) .desc {
    background-color: var(--o_table02);
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item:last-of-type .label:before {
    display: none;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label {
    background-color: var(--o_table01);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 3.90625vw;
    padding-left: 4.16667vw;
    position: relative;
    width: 37.76042vw;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label:before {
    background-color: var(--o_table03);
    content: '';
    height: 0.26042vw;
    position: absolute;
    bottom: 0;
    left: 1.30208vw;
    width: 35.15625vw;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .label span {
    color: #fff;
    font-size: 3.38542vw;
    font-weight: 700;
    line-height: 1.77;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .desc {
    background-color: #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 3.90625vw 1.30208vw 3.90625vw 3.90625vw;
    width: 100%;
  }
  body #container.obstacle .wrapper .information-section .section-wrapper .infoList-item .desc span {
    font-size: 3.38542vw;
    line-height: 1.77;
  }
  body #container.obstacle .wrapper .detail-section {
    margin-top: 9.89583vw;
    position: relative;
  }
  body #container.obstacle .wrapper .detail-section .bg-pattern:nth-of-type(1) {
    top: -7.8125vw;
  }
  body #container.obstacle .wrapper .detail-section .bg-pattern:nth-of-type(2) {
    top: -16.92708vw;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 3.90625vw;
    width: 100%;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox {
    background-color: #fff;
    border: 0.78125vw solid #f7e770;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    -moz-box-shadow: 0px 2.60417vw 3.90625vw 0.52083vw rgba(0, 0, 0, 0.3);
         box-shadow: 0px 2.60417vw 3.90625vw 0.52083vw rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 47.65625vw;
    width: 100%;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.left {
    margin-top: 6.51042vw;
    text-align: center;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.left .txt {
    color: #5c3200;
    display: inline-block;
    font-size: 3.90625vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.left .txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #f7e770));
    background: -webkit-linear-gradient(transparent 70%, #f7e770 30%);
    background: -moz- oldlinear-gradient(transparent 70%, #f7e770 30%);
    background: linear-gradient(transparent 70%, #f7e770 30%);
    display: block;
    margin-top: 2.34375vw;
    font-size: 4.6875vw;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right .btn {
    background-color: #f7e770;
    -moz-border-radius: 10.41667vw;
         border-radius: 10.41667vw;
    -moz-box-shadow: 0px 1.30208vw 3.90625vw 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 1.30208vw 3.90625vw 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 13.02083vw;
    margin: 7.8125vw auto;
    position: relative;
    text-decoration: none;
    width: 52.08333vw;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right .btn:after {
    border-right: 0.78125vw solid #5c3200;
    border-top: 0.78125vw solid #5c3200;
    content: '';
    height: 2.08333vw;
    position: absolute;
    top: 50%;
    right: 6.77083vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 2.08333vw;
  }
  body #container.obstacle .wrapper .detail-section .section-wrapper .flexBox-item.right .btn span {
    color: #5c3200;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 1;
  }
  body #container.obstacle .intersect-elem {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  body #container.obstacle .intersect-elem.active {
    opacity: 1;
  }
  body #container.obstacle .intersect-elem.fade-up-sharp {
    -webkit-transform: translate(0, 5.20833vw);
       -moz-transform: translate(0, 5.20833vw);
        -ms-transform: translate(0, 5.20833vw);
            transform: translate(0, 5.20833vw);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    -moz-transition: opacity 0.3s ease-out, transform 0.5s ease-out, -moz-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out, -moz-transform 0.5s ease-out;
  }
  body #container.obstacle .intersect-elem.fade-up-sharp.active {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  body #container.obstacle .intersect-elem.scale-up {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  body #container.obstacle .intersect-elem.scale-up.active {
    -webkit-animation: scale-up 0.5s ease-out;
       -moz-animation: scale-up 0.5s ease-out;
            animation: scale-up 0.5s ease-out;
  }
}
