.keyvisual {
  position: relative;
  opacity: 0;
  transition: .4s;
  overflow: hidden;
}
.keyvisual.initialized {
  opacity: 1;
}
.keyvisual-tags {
  text-align: center;
  width: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.keyvisual-tags li {
  font-size: 1.6rem;
  padding: 7px 20px;
  margin: 10px 10px;
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
}
.keyvisual-tags li:hover {
  cursor: pointer;
  background-color: #fccf00;
}
.keyvisual-tags li.slick-center,
.keyvisual-tags li.is-active {
  background-color: #fccf00;
}
.keyvisual-images {
  margin: 0 auto;
}
.keyvisual-image {
  margin: 0 1px;
  opacity: 0.5;
  transition: .4s;
}
.keyvisual-image.slick-center {
  opacity: 1;
}
.keyvisual-image img {
  margin: 0 auto;
}

/* keyvisual tags */
@media (min-width: 751px) {
  .keyvisual-tags .slick-list {
    display: none;
  }
  .js-keyvisual-tag-nav {
    text-align: center;
  }
  .js-keyvisual-tag-nav li {
    display: inline-block;
  }
  .js-keyvisual-tag-nav li.slick-active {
    color: #10af9e;
  }
}

#top-lead {
  background-image: url(/facilities/kansai-gateway/images/bg_1-2.png), url(/facilities/kansai-gateway/images/bg_1-1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, bottom right;
  padding-bottom: 45px;
}
#sp-bg-img {
  display: none;
}
#top-content {
  position: relative;
  background-image: url(/facilities/kansai-gateway/images/bg_2-1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}
#link-04-wrapper {
  position: relative;
}
#link-04-wrapper::before {
  content: url(/facilities/kansai-gateway/images/bg_2-2.png);
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
}
.link-04-img {
  opacity: 0;
}
.js-scroll-fade-in.is-active .link-04-img {
  animation: scroll-fade-in-delay ease 0.8s forwards 0.6s;
}
@keyframes scroll-fade-in-delay {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  40% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#back-ground-obj01 {
  position: absolute;
  left: 50%;
  transform: translateX(-300px);
}
#back-ground-obj01 img {
  animation: back-ground-obj01 24s linear infinite;
}
@keyframes back-ground-obj01 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  5% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(-500px, -160px);
  }
  100% {
    opacity: 0;
  }
}
#back-ground-obj02 {
  position: absolute;
  left: 50%;
  transform: translateX(300px);
}
#back-ground-obj02 img {
  animation: back-ground-obj02 24s linear infinite;
}
@keyframes back-ground-obj02 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  5% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(520px, 100px);
  }
  100% {
    opacity: 0;
  }
}
#back-ground-obj03 {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(580px);
}
#back-ground-obj03 img {
  animation: back-ground-obj03 24s linear infinite;
}
@keyframes back-ground-obj03 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  5% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(-540px, -100px);
  }
  100% {
    opacity: 0;
  }
}
.keyvisual-image {
  position: relative;
}
.lead {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.box.box-newslist-top {
  padding: 10px 20px 20px 20px;
  margin-top: 8px;
  border: 4px solid #f0f0f0;
}
.box-newslist-top .newslist-top li {
  padding: 17px 0;
}
.newslist-top p {
  margin-top: 5px;
}
.newslist-top a {
  font-size: 1.6rem;
}
.newslist-top .link,
.newslist-top .link-external,
.newslist-top .link-pdf {
  text-decoration: none;
}
.newslist .box-news {
  padding: 0;
}
.newslist > li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 2px solid #f0f0f0;
}
.box-news {
  padding: 20px 20px 16px 0px;
  border-radius: 0;
  display: inline;
}
.date-news {
  font-size: 1.4rem;
}
.box-news p {
  font-size: 1.6rem;
  font-weight: normal;
}
a.box-news:hover {
  background-color: #fff;
  color: #10af9e;
}
.box-news::after {
  position: static;
}
.box-news-link::after {
  right: 4px;
}
.box-news-link-external::after {
  right: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.box-news-link-pdf::after {
  right: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.box-newslist-other {
  font-size: 1.4rem;
}
.box-newslist-other a {
  text-decoration: underline;
}
.eventlist a:hover .title,
.eventlist a:hover .subtitle {
  opacity: 0.6;
}
.eventlist .link,
.eventlist .link-external,
.eventlist .link-pdf {
  text-decoration: none;
}
.borderbox-anchor {
  display: flex;
  align-items: center;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 12px 60px 12px 30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #141414;
  position: relative;
}
.borderbox-anchor::after {
  content: '';
  display: inline-block;
  background-image: url(/facilities/assets/images/icon_link-blk.svg);
  width: 1em;
  height: 1em;
  background-size: 2.6em;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 21px;
  top: calc(50% - 0.5em);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.borderbox-anchor:first-of-type {
  border-radius: 12px 0 0 0;
}
.borderbox-anchor:nth-of-type(2) {
  border-radius: 0 12px 0 0;
}
.borderbox-anchor:nth-of-type(3) {
  border-radius: 0 0 0 12px;
}
.borderbox-anchor:nth-of-type(4) {
  border-radius: 0 0 12px 0;
}
#top-content {
  padding-top: 80px;
}
.h2title {
  margin-top: 106px;
}
.section .h2title {
  margin: 0 0 7px 0;
}
.h2title-lead {
  text-align: center;
}
.tours-image .h3title {
  margin: 20px 0 0px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.tours-map-nav {
  padding-top: 100%;
  background-image: url(/facilities/kansai-gateway/images/bg_tour_route_map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tours-map-nav .slick-list {
  display: none;
}
.tour-nav-text {
  font-size: 1.4rem;
  padding: 8px 15px;
  border-radius: 100px;
  border: 2px solid #141414;
  display: inline-block;
  background-color: #fff;
  position: relative;
  min-width: 158px;
  text-align: center;
  transition: transform 0.1s ease-out;
}
.tour-nav-1 .tour-nav-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 13%;
  width: 70%;
  height: 10px;
  background-color: #fff;
  z-index: 10;
}
.tour-nav-text::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/facilities/assets/images/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  margin-left: 8px;
  transform: translateY(2px);
}
.tours-map-nav {
  position: relative;
}
.js-tour-nav {
  display: inline-block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: scale(0.8);
}
.js-tours-nav.is-active .js-tour-nav {
  opacity: 1;
  transform: scale(1);
}
.js-tour-nav:hover {
  cursor: pointer;
}
.js-tour-nav:hover .tour-nav-text,
.js-modal-btn.is-active .tour-nav-text {
  transform: scale(1.1);
}
.tour-nav-1 {
  top: 40px;
  left: 40px;
  z-index: 1;
  transform-origin: 100px 120px;
}
.tour-nav-2 {
  top: 380px;
  left: 183px;
  transition-delay: 0.1s;
  transform-origin: -100px -20px;
}
.tour-nav-3 {
  top: 92px;
  left: 263px;
  transition-delay: 0.2s;
  transform-origin: 32px 188px;
}
.tour-nav-circle {
  position: absolute;
}
.tour-nav-circle::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-size: 6px;
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}
.tour-nav-circle {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-color: #fccf00;
  border-radius: 50%;
  opacity: 0.6;
}
.js-tour-nav:hover .tour-nav-circle,
.js-modal-btn.is-active .tour-nav-circle {
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-color: #fccf00;
  opacity: 1;
}
.js-tour-nav:hover .tour-nav-circle::after,
.js-modal-btn.is-active .tour-nav-circle::after {
  content: '';
  display: inline-block;
  width: 31px;
  height: 32px;
  background-size: 30px;
  border: 1px solid #fccf00;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
}
.tour-nav-1 .tour-nav-circle {
  top: 96px;
  left: 90px;
}
.tour-nav-2 .tour-nav-circle {
  top: -40px;
  left: -100px;
}
.slick-active .tour-nav-2 .tour-nav-circle::after {
  top: -3px;
}
.tour-nav-3 .tour-nav-circle {
  top: 166px;
  left: 25px;
}
.tour-nav-4 .tour-nav-circle {
  top: -155px;
  left: 18px;
}
.tour-nav-5 .tour-nav-circle {
  top: -116px;
  left: 68px;
}
.tour-nav-border::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 80px;
  border-left: 2px solid #141414;
}
.tour-nav-border::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 2px solid #141414;
}
.tour-nav-1 .tour-nav-border::before {
  top: 30px;
  left: 103px;
}
.tour-nav-2 .tour-nav-border::before {
  top: -28px;
  left: -88px;
  height: 0;
  border: none;
  width: 95px;
  border-top: 2px solid #141414;
}
.tour-nav-2 .tour-nav-border::after {
  top: -33px;
  left: 19px;
  height: 40px;
  transform: rotate(135deg);
}
.tour-nav-3 .tour-nav-border::before {
  top: 42px;
  left: 37px;
  height: 138px;
}
.tour-nav-4 .tour-nav-border::before {
  top: -142px;
  left: 30px;
  height: 145px;
}
.tour-nav-5 .tour-nav-border::before {
  top: -35px;
  left: 30px;
  height: 40px;
}
.tour-nav-5 .tour-nav-border::after {
  top: -111px;
  left: 55px;
  height: 84px;
  transform: rotate(216deg);
}
.box-map .l-grid-6 {
  position: relative;
}
.box-map .l-grid-6:first-of-type {
  margin-left: 60px;
  width: calc(50% - 50px);
}
.box-map .l-grid-6:nth-of-type(2) {
  margin-left: -14px;
  padding-top: 14px;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-prev,
.slick-next {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 2;
}
.slick-prev {
  left: 43%;
}
.slick-prev:before {
  content: '';
  display: inline-block;
  background-image: url(/facilities/assets/images/icon_link-blk.svg);
  width: 1em;
  height: 1em;
  background-size: 3em;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-next {
  right: 44%;
}
.slick-next:before {
  content: '';
  display: inline-block;
  background-image: url(/facilities/assets/images/icon_link-blk.svg);
  width: 1em;
  height: 1em;
  background-size: 3em;
  background-position: center;
  background-repeat: no-repeat;
}
.box {
  padding: 40px;
  margin-top: 24px;
}
.box-alert {
  margin-bottom: 24px;
}
.box-map {
  padding: 32px 0;
  margin-top: 36px;
}
.tours-image {
  padding: 0 40px;
}
.tours-text {
  margin-top: 5px;
  font-size: 1.6rem;
  margin-bottom: 54px;
}
.mask {
  height: 100%;
  width: 100%;
  background-color: rgba(229, 229, 229, .65);
  position: absolute;
  z-index: 20;
}
.mask::after {
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
}
.mask p {
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 21;
}
.mask p::before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background-size: 34px;
  background-image: url(/facilities/assets/images/icon_search.svg);
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
.btn,
.box + p > .btn {
  margin-top: 40px;
}
.l-grids-bnr {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.flip-card-scroll {
  margin-top: 24px;
}
.flip-card-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.js-flip-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px;
  height: 420px;
  -webkit-transition: -webkit-transform .5s;
      -moz-transition: -moz-transform .5s;
        -o-transition: -o-transform .5s;
          transition: transform .5s;
  -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
}

.js-flip-card.flipped {
  -webkit-transform: rotateY( 180deg );
      -moz-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
          transform: rotateY( 180deg );
}
@media all and (-ms-high-contrast: none) {
  .js-flip-card.flipped {
    transform: none;
  }
  .flipped .flip-card-front {
    display: none;
  }
  .flipped .flip-card-back {
    transform: none;
    backface-visibility: visible;
  }
}


.js-flip-card:hover {
  cursor: pointer;
}

.flip-card-front,
.flip-card-back {
  margin:0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front {
  padding-bottom: 80px;
}
.flip-card-front::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  background-color: #fccf00;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 40px;
  transition: 0.3s ease-in-out;
}
.flip-card-front::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #f6f6f6 transparent;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.hovered .flip-card-front::after {
  width: 60px;
  height: 60px;
  border-radius: 20px 0 60px;
}
.hovered .flip-card-front::before {
  border-width: 0 0 60px 60px;
}

.flip-card-back {
  -webkit-transform: rotateY( 180deg );
      -moz-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
          transform: rotateY( 180deg );
  font-size: 15px;
  padding: 40px;
  z-index: 2;
}

.flip-card-num {
  margin: 15px 0 25px;
}
.flip-card-num img {
  vertical-align: middle;
}
.flip-card-img img {
  height: 150px;
}
.flip-card-text {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
.flip-card-sub {
  color: #141414;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
}
.flip-card-back-sub {
  font-size: 1em;
  line-height: 1.5;
}
.flip-card-back-img img {
  border-radius: 20px;
  vertical-align: middle;
}
.flip-card-back-text {
  margin-top: 30px;
  line-height: 1.5;
}

.bg-event {
  position: relative;
  z-index: 1;
}
.bg-route {
  position: relative;
  z-index: 2;
}
.bg-anchor {
  position: relative;
  z-index: 3;
}
.js-scroll-fade-in {
  opacity: 0;
}
.js-scroll-fade-in.is-active {
  animation: scroll-fade-in ease 0.8s forwards;
}
@keyframes scroll-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  40% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.js-scroll-fade-in {
  opacity: 0;
}
.js-scroll-fade-in.is-active {
  animation: scroll-fade-in ease 0.8s forwards;
}
@keyframes scroll-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  40% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.js-sp-bg {
  display: none;
}

@media (min-width:1px) and (max-width: 750px) {
  #top-lead {
    position: relative;
    background-image: none;
    z-index: 1;
  }
  #sp-bg-img {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: -5%;
    padding-left: 5%;
    z-index: -1;
    overflow: hidden;
  }
  #sp-bg-img img {
    transform: scale(1.15);
    transform-origin: left bottom;
  }
  #top-content {
    background-image: none;
  }
  #top-content-inner {
    position: relative;
    z-index: 1;
  }
  .js-sp-bg-wrapper {
    position: relative;
  }
  .js-sp-bg {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .keyvisual {
    z-index: 2;
  }
  .keyvisual-tags {
    top: 15px;
  }
  .keyvisual-tags li {
    font-size: 1.2rem;
    padding: 5px 10px;
    margin: 0 5px;
  }
  .js-keyvisual-tag-nav {
    display: none !important;
  }
  .keyvisual-image {
    position: relative;
    opacity: 1;
    margin: 0;
  }
  .lead {
    padding: 26px 0;
    text-align: left;
  }
  .box-newslist-top .newslist-top > li {
    padding: 6px 0;
  }
  .box-news {
    padding: 6px 0;
  }
  .box-news p {
    font-size: 1.4rem;
  }
  .newslist-top a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .date-news {
    font-size: 1.2rem;
  }
  .section:not(:first-of-type) {
    margin-top: 80px;
  }
  .section .h2title {
    margin: 0 0 15px 0;
  }
  .box {
    padding: 20px;
    margin-top: 20px;
  }
  .box-alert {
    margin-bottom: 20px;
  }
  .box + p.text-center {
    margin: 5px 0 0 0;
  }
  .box-map {
    padding: 0;
    margin-top: 35px;
  }
  .l-grids:not(.l-grids-sp) [class^=l-grid-].borderbox-anchor {
    font-size: 1.4rem;
    padding: 12px 40px 12px 13px;
    margin: 0;
  }
  .borderbox-anchor::after {
    right: 13px;
  }
  .section .borderbox-anchor {
    border-radius: 0;
  }
  .section .borderbox-anchor:first-of-type {
    border-radius: 6px 6px 0 0;
  }
  .section .borderbox-anchor:last-of-type {
    border-radius: 0 0 6px 6px;
  }
  .h2title {
    margin-top: 80px;
  }
  .h2title-lead {
    text-align: left;
  }
  .btn,
  .box + p > .btn {
    margin-top: 25px;
  }
  .l-grids-btn .l-grid-6:last-of-type .btn {
    margin-top: 0;
  }
  .l-grids-btn [class^=l-grid-] {
    margin: 0 10px;
  }
  .l-grids-bnr {
    margin-top: 58px;
  }
  .box-map .l-grid-6:first-of-type {
    width: 100%;
    margin: 0px 10px;
  }
  .tours-map-nav {
    background-size: contain;
    background-image: url(/facilities/kansai-gateway/images/bg_tour_route_map.png);
    position: relative;
  }
  .tours-map-nav li a {
    color: #141414;
    padding: 2px 6px;
    border: 1px solid #141414;
    border-radius: 100px;
    position: absolute;
  }
  .tour-nav-text {
    min-width: 0;
  }
  .slick-active .tour-nav-text {
    transform: scale(1);
  }
  .tours-map-nav li:first-of-type a {
    top: 9vw;
    left: 5vw;
  }
  .tours-map-nav li:nth-of-type(2) a {
    top: 71.5vw;
    left: 33vw;
  }
  .tours-map-nav li:last-of-type a {
    top: 19vw;
    left: 46vw;
  }
  .js-tours-nav .tour-nav-text {
    font-size: 3.2vw;
    font-weight: 500;
    padding: 2px 10px;
  }
  .js-tours-nav .tour-nav-text::after {
    width: 0.67em;
    height: 0.67em;
    background-size: 0.67em;
    transform: translateY(0px);
    margin-left: 0.33em;
    position: static;
  }
  .js-tour-nav:hover .tour-nav-text, 
  .slick-active .tour-nav-text {
    padding: 2px 10px;
  }
  .tour-nav-1 {
    top: 29%;
    left: 27%;
    transform-origin: bottom;
  }
  .tour-nav-1 .tour-nav-text {
    left: -15vw;
    bottom: 15vw;
  }
  .tour-nav-1 .tour-nav-border::before {
    height: 17vw;
    top: unset;
    left: 45%;
    bottom: 45%;
  }
  .tour-nav-2 {
    top: 75%;
    left: 17%;
    transform-origin: bottom;
  }
  .tour-nav-2 .tour-nav-text {
    left: 20vw;
    bottom: -9vw;
  }
  .tour-nav-2 .tour-nav-border::before {
    top: unset;
    width: 20vw;
    left: 45%;
    bottom: 45%;
    transform: rotate(23deg);
    transform-origin: left;
  }
  .tour-nav-2 .tour-nav-border::after {
    display: none;
  }
  .tour-nav-3 {
    top: 57%;
    left: 62%;
    transform-origin: bottom;
  }
  .tour-nav-3 .tour-nav-text {
    left: -5vw;
    bottom: 30vw;
  }
  .tour-nav-3 .tour-nav-border::before {
    height: 30vw;
    top: unset;
    left: 45%;
    bottom: 45%;
  }
  .tour-nav-3 .tour-nav-border::after {
    content: none;
  }
  .tour-nav-contents .tour-nav-circle {
    position: relative;
    top: unset;
    left: unset;
  }
  .tour-nav-text {
    position: absolute;
    white-space: nowrap;
  }
  .tour-nav-1 .tour-nav-text::before {
    display: none;
  }
  .js-remodal-content {
    display: none;
  }
  .js-remodal-content.remodal-is-opened {
    display: inline-block;
  }
  .remodal.l-grid-6 {
    width: 100%;
  }
  .remodal-wrapper {
    padding: 0;
  }
  .remodal {
    background: none;
    padding: 0;
  }
  .remodal-overlay {
    background: rgba(238,238,238,0.7);
  }
  .remodal-close {
    color: #141414;
    background: #fff;
    border-radius: 50%;
    top: auto;
    bottom: -15vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .remodal-close:before {
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 11px;
    left: 11px;
    display: inline-block;
    content: "";
    text-align: center;
    background-image: url(/facilities/assets/images/icon_close.svg);
    width: 1em;
    height: 1em;
    background-size: 1em;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tours-image {
    opacity: 0;
    padding: 0;
  }
  .tours-image.is-active {
    opacity: 1;
  }
  .tours-image .h3title {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 15px 0 0px;
    text-align: left;
  }
  .tours-image li {
    background-color: #fff;
    padding: 22px;
    margin: 0 10px;
    border-radius: 6px;
  }
  .tours-text {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .remodal-is-locked,
  .remodal-is-locked body {
    overflow: hidden;
  }

  .flip-card-scroll {
    margin-top: 20px;
    overflow-x: scroll;
    margin-left: -9.4%;
    margin-right: -9.4%;
  }
  .flip-card-container {
    padding: 0 9.4%;
    float: left;
  }
  .js-flip-card {
    width: 200px;
    height: 300px;
    margin-left: 20px;
    flex-shrink: 0;
  }
  .js-flip-card:first-child {
    margin-left: 0;
  }
  .flip-card-front,
  .flip-card-back {
    padding: 18px 20px;
  }
  .flip-card-front {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .flip-card-front::after,
  .hovered .flip-card-front::after {
    width: 20px;
    height: 20px;
    border-radius: 5px 0;
  }
  .flip-card-front::before,
  .hovered .flip-card-front::before {
    border-width: 0 0 20px 20px;
  }
  .flip-card-num {
    margin: 0 0 10px;
  }
  .flip-card-num img {
    height: 18px;
  }
  .flip-card-img {
    line-height: 1;
  }
  .flip-card-img img {
    width: 100px;
    height: 100px;
  }
  .flip-card-text {
    margin-top: 10px;
  }
  .flip-card-sub {
    margin-top: 5px;
    bottom: 20px;
  }
  .flip-card-back-img img {
    border-radius: 0;
  }
  .flip-card-back-text {
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-size: 0.9em;
    margin-top: 10px;
  }
  .flip-card-back-sub {
    font-size: 0.8em;
  }
  .link-04-img {
    position: relative;
    display: block;
    margin: 0 -9.4%;
    padding-top: 75%;
  }
  .link-04-img img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .js-sp-bg-hakken {
    top: -150px;
  }
  .js-sp-bg-route {
    top: -220px;
  }
  #back-ground-obj01,
  #back-ground-obj02,
  #back-ground-obj03 {
    display: none;
  }
  #link-04-wrapper::before {
    content: '';
    background-image: url(/facilities/kansai-gateway/images/bg_2-2-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 100%;
    top: 52%;
  }
  .link-04-img {
    z-index: -1;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .js-sp-bg-event {
    top: -30vw;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .js-sp-bg-event {
    top: -45vw;
  }
}
