.tour {
  margin-bottom: 64px;
  position: relative;
}

.tour__heading {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 6px;
  z-index: 5;
}

.tour__heading:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #959595;
  position: absolute;
  top: 0;
  left: 0;
}

.tour__heading--line-fixed {
  position: relative;
}

.tour__heading--line-fixed:after {
  height: calc(100% + 25px);
}

.tour__heading__en {
  font-size: 1.0rem;
  letter-spacing: 0.12em;
  font-family: "HK Grotesk semibold", dnp-shuei-gothic-gin-std, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #CEA888;
  display: block;
}

.tour__heading__jp {
  font: 600 1.6rem dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0.5em 0;
}

.tour__main {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.tour__main .swiper-wrapper {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tour__main .swiper-container {
  width: 89.333333vw;
  overflow: visible;
  margin-left: 0;
}

.tour__image {
  margin-bottom: 18px;
  width: 89.333333vw;
  margin-left: -10.666666vw;
}

.tour__image--swiper {
  margin-left: 0;
}

.tour__item {
  width: 89.333333vw;
}

.tour__content {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.69;
}

.tour__text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.tour__text--swiper {
  opacity: 0;
  -webkit-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  width: 78.66667vw;
  margin-left: auto;
}

.swiper-slide-active .tour__text--swiper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.1s ease 0.5s;
  -o-transition: 0.1s ease 0.5s;
  transition: 0.1s ease 0.5s;
}

@media screen and (min-width: 721px) {
  .tour {
    /* pc */
    margin-bottom: 104px;
  }

  .tour__heading {
    /* pc */
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-left: 0;
    padding-top: 26px;
  }

  .tour__heading:before {
    padding-top: 93.8%;
    display: block;
    width: 100%;
    content: "";
  }

  .tour__heading:after {
    /* pc */
    top: auto;
    bottom: 13px;
    left: 11.7%;
    height: 108px;
  }

  .tour__heading--line-fixed:after {
    /* pc */
    content: none;
  }

  .tour__heading--line-fixed .tour__heading__jp {
    /* pc */
    position: relative;
  }

  .tour__heading--line-fixed .tour__heading__jp:before {
    content: "";
    display: block;
    width: 1px;
    height: 108px;
    background-color: #959595;
    position: absolute;
    top: 1.2em;
    left: 11.7%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .tour__heading__en {
    /* pc */
    padding-left: 20.5%;
    font-size: 1.2rem;
    margin-bottom: 5px;
    display: block;
  }

  .tour__heading__jp {
    /* pc */
    padding-left: 20.5%;
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .tour__main {
    /* pc */
    width: 100%;
    margin-bottom: 44px;
  }

  .tour__main .swiper-container {
    /* pc */
    width: 100%;
  }

  .tour__image {
    /* pc */
    width: 100%;
    margin-left: 0;
    margin-bottom: 45px;
  }

  .tour__item {
    /* pc */
    width: 100%;
  }

  .tour__text {
    /* pc */
    width: 50%;
    margin-left: auto;
    font-size: 1.2rem;
    line-height: 1.83;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
