.feature-page {
  background: #fff;
}

.feature {
  color: #707070;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .feature {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .feature {
    font-size: 0.875rem;
  }
}
.feature a {
  color: #56c0ce;
}
.feature a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.feature__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.feature__kv {
  display: flex;
  background: #56c0ce;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .feature__kv {
    display: block;
    width: 100vw;
    margin: 0 calc((100% - 100vw) * 0.5) 3rem;
  }
}
.feature__kv__main {
  flex: 0 0.5 870px;
}
.feature__kv__main img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .feature__kv__main img {
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 500px;
    }
    @media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1024px) {
      .feature__kv__main img {
        min-height: 350px;
      }
    }
  }
}
.feature__kv__main.contain {
  padding: 1.25rem;
}
@media screen and (min-width: 641px) {
  @supports ((-o-object-fit: contain) or (object-fit: contain)) {
    .feature__kv__main.contain img {
      -o-object-fit: contain;
         object-fit: contain;
      min-height: 0;
    }
    @media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1024px) {
      .feature__kv__main.contain img {
        min-height: 350px;
      }
    }
  }
}
.feature__kv__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 0.5 480px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .feature__kv__txt {
    padding: 1.25rem 1rem;
    flex-direction: row;
  }
}
.feature__kv__txt img {
  display: block;
  max-width: 80%;
}
@media screen and (max-width: 640px) {
  .feature__kv__txt img {
    max-width: 33%;
  }
}
.feature__kv__txt p {
  margin-top: 4em;
  white-space: nowrap;
  padding: 0 0.5em;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .feature__kv__txt p {
    margin-top: 2em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .feature__kv__txt p {
    margin-top: 0;
    font-size: 4.5vw;
    line-height: 1.6;
    text-align: left;
    padding-left: 0.75em;
    margin-left: 0.75em;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.feature__ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5rem;
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .feature__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  .feature__ttl {
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 2rem;
  }
}
.feature__body h2 {
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 1em;
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .feature__body h2 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .feature__body h2 {
    font-size: 5vw;
    font-weight: 500;
  }
}
.feature__body p {
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.feature__body p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
  .feature__body p:not(:last-child) {
    margin-bottom: 1em;
  }
}
.feature__body img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.feature__body figure {
  display: block;
  padding: 0;
  margin: 8rem 0 4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .feature__body figure {
    margin: 6rem auto 2rem;
  }
}
@media screen and (max-width: 640px) {
  .feature__body figure {
    margin: 3rem calc((100% - 100vw) * 0.5) 1.5rem;
  }
}
.feature__body .excursion {
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  .feature__body .excursion {
    margin-top: 3.2em;
  }
}
.feature__body .excursion + h2 {
  margin-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .feature__body .excursion + h2 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .excursion + h2 {
    margin-top: 3rem;
  }
}
.feature__body .excursion__bnr {
  display: block;
}
@media screen and (min-width: 641px) {
  .feature__body .excursion__bnr {
    transition: ease 200ms;
  }
  .feature__body .excursion__bnr:hover {
    opacity: 0.6;
  }
}
.feature__body .excursion__txt {
  display: block;
  margin-top: 0.75em;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .feature__body .excursion__txt {
    font-size: 0.75rem;
  }
}
.feature__body .spec {
  display: flex;
  padding: 4rem 1rem;
  background: #F4F4F4;
  margin-top: 5rem;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .feature__body .spec {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .spec {
    flex-direction: column;
    padding: 2rem 1rem;
    margin: 3rem calc((100% - 100vw) * 0.5);
  }
}
.feature__body .spec__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.feature__body .spec__ttl {
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .feature__body .spec__ttl {
    font-size: 5vw;
  }
}
@media screen and (min-width: 641px) {
  .feature__body .spec__fig {
    margin: 0 2rem 0 0;
    min-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .spec__fig {
    margin: 0 0 2rem;
  }
}
.feature__body .spec__desc {
  display: flex;
  flex-direction: column;
}
.feature__body .spec__tbl {
  width: 100%;
  table-layout: fixed;
}
.feature__body .spec__tbl th,
.feature__body .spec__tbl td {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .feature__body .spec__tbl th,
  .feature__body .spec__tbl td {
    font-size: 0.75rem;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
}
.feature__body .spec__tbl th {
  text-align: left;
  font-weight: normal;
  padding-right: 2em;
  white-space: nowrap;
}
.feature__body .spec__notation {
  margin-top: auto;
  padding-top: 2em;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .feature__body .spec__notation {
    font-size: 0.75rem;
  }
}
.feature__body .reviewer-desc {
  display: flex;
  margin-bottom: 4rem;
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.feature__body .reviewer-desc__fig {
  display: block;
  max-width: 345px;
  width: 33.3333%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 4rem;
}
@media screen and (max-width: 1400px) {
  .feature__body .reviewer-desc__fig {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .reviewer-desc__fig {
    margin-right: 1rem;
  }
}
.feature__body .reviewer-desc__detail th {
  width: 180px;
  max-width: 30vw;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .feature__body .reviewer-desc__detail th {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .reviewer-desc__detail {
    display: block;
  }
  .feature__body .reviewer-desc__detail tbody,
  .feature__body .reviewer-desc__detail tr,
  .feature__body .reviewer-desc__detail th,
  .feature__body .reviewer-desc__detail td {
    display: block;
  }
  .feature__body .reviewer-desc__detail tr {
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
  .feature__body .reviewer-desc__detail tr:not(:first-child) {
    padding-top: 0.5rem;
  }
  .feature__body .reviewer-desc__detail th {
    width: 100%;
    margin-bottom: 0.25em;
    font-size: 0.725rem;
    line-height: 1.6;
    color: rgba(112, 112, 112, 0.5);
  }
  .feature__body .reviewer-desc__detail td {
    font-size: 0.725rem;
    line-height: 1.6;
  }
}
.feature__body .gallery {
  margin-bottom: 5rem;
}
.feature__body .gallery__main {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .feature__body .gallery__main {
    width: 100vw;
    margin: 0 calc((100% - 100vw) * 0.5) 1rem;
  }
}
.feature__body .gallery__main img {
  width: 100%;
  height: auto;
}
.feature__body .gallery__main img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeOut 600ms ease both;
}
.feature__body .gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.feature__body .gallery__thumbs a {
  position: relative;
  overflow: hidden;
}
.feature__body .gallery__thumbs a img {
  transition: ease 200ms;
  will-change: transform;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .feature__body .gallery__thumbs a img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 2.4rem;
  }
}
.feature__body .gallery__thumbs a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  transition: opacity ease 200ms;
  opacity: 0;
}
.feature__body .gallery__thumbs a.is-current:after {
  opacity: 1;
}
.feature__body .gallery__thumbs a.is-current img {
  transform: scale(1.05);
}
@media screen and (min-width: 641px) {
  .feature__body .gallery__thumbs a {
    width: calc((100% - 6rem) / 7);
    margin-bottom: 2rem;
  }
  .feature__body .gallery__thumbs a:not(:nth-child(7n)) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .gallery__thumbs a {
    width: calc((100% - 1rem) / 5);
    margin-bottom: 0.25rem;
  }
  .feature__body .gallery__thumbs a:not(:nth-child(5n)) {
    margin-right: 0.25rem;
  }
}
.feature__body .review {
  margin-bottom: 4rem;
  display: flex;
  max-width: 840px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
@media screen and (max-width: 640px) {
  .feature__body .review {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.feature__body .review__main {
  position: relative;
}
.feature__body .review__main p {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .feature__body .review__main {
    padding-left: 150px;
    flex: 0 0.4 830px;
    margin-right: auto;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1024px) {
  .feature__body .review__main {
    padding-left: 0;
    padding-top: 106px;
    flex-basis: 60%;
    flex-shrink: 0.5;
  }
}
.feature__body .review__ttl {
  font-size: 1.875rem;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 28px;
  margin-bottom: 1em;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .feature__body .review__ttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .review__ttl {
    padding-top: 1em;
    font-size: 6vw;
    font-weight: 500;
    padding-left: 90px;
  }
}
.feature__body .review__fig {
  margin: 0;
  display: block;
  flex: 0 0.6 470px;
  padding-top: 32px;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .feature__body .review__fig {
    padding-top: 0;
    flex-basis: 40%;
    flex-shrink: 0.5;
  }
}
@media screen and (max-width: 640px) {
  .feature__body .review__fig {
    padding-top: 2rem;
  }
}
.feature__body .review__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
}
@media screen and (max-width: 640px) {
  .feature__body .review__icon {
    width: 72px;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(60px);
  }
}
.scene {
  color: #707070;
  line-height: 1.8;
  font-weight: 300;
}
.scene a {
  color: #56c0ce;
  text-decoration: underline;
}
.scene a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .scene {
    font-size: 0.875rem;
  }
}
.scene img {
  display: block;
  max-width: 100%;
}
.scene-kv {
  position: relative;
}
.scene-kv__inner {
  padding-top: 80px;
  max-width: 1020px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .scene-kv__inner {
    width: calc(100% - 2rem);
    padding-top: 1rem;
  }
}
.scene-kv__series {
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.scene-kv__series:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background: #56c0ce;
  position: absolute;
  bottom: 0;
  left: 0;
}
.scene-kv__ttl {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .scene-kv__ttl {
    font-size: 5.6vw;
    font-weight: 700;
  }
}
.scene-kv__main {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .scene-kv__main {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.scene-kv__main:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 60%;
  background: #56c0ce;
}
@media screen and (max-width: 640px) {
  .scene-kv__main:after {
    width: 75%;
  }
}
.scene-kv__main__fig {
  padding-right: 200px;
  z-index: 10;
  position: relative;
  width: calc(100% + (100vw - 100%) * 0.5);
  margin-left: calc((100% - 100vw) * 0.5);
}
@media screen and (max-width: 640px) {
  .scene-kv__main__fig {
    padding-right: 10vw;
  }
}
.scene-kv__main__fig video {
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 641px) {
  .scene-kv__main__fig video {
    height: 520px;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .scene-kv__main__fig video {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 16/9;
    }
  }
}
.scene-kv__main__fig img {
  max-width: 100%;
  margin: 0 0 0 auto;
}
.scene-kv__intro {
  background: #f6f6f6;
  padding: 50px 40px;
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .scene-kv__intro {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 640px) {
  .scene-kv__intro {
    padding: 2em 1em;
  }
}
.scene-kv__navigator {
  padding-top: 50px;
}
.scene-kv__navigator__ttl {
  font-size: 1.5625em;
  padding-left: 30px;
  border-left: 2px solid #56c0ce;
}
.scene-kv__navigator__list {
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .scene-kv__navigator__list {
    padding: 15px 0;
  }
}
.scene-kv__navigator__list__item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.scene-kv__navigator__list__item figure {
  display: block;
  margin: 0 50px 0 0;
  width: 150px;
  max-width: 30%;
}
@media screen and (max-width: 640px) {
  .scene-kv__navigator__list__item figure {
    margin-right: 20px;
  }
}
.scene-kv__navigator__list__item .prof {
  width: calc(100% - 200px);
  min-width: calc(70% - 20px);
}
.scene-kv__navigator__list__item .name {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 640px) {
  .scene-kv__navigator__list__item .name {
    font-size: 1.14em;
  }
}
.scene-kv__navigator__list__item .name span {
  color: #56c0ce;
}
.scene-kv__desc {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 25px;
  padding: 50px 0;
  border-top: 2px solid #e6e6e6;
}
@media screen and (max-width: 640px) {
  .scene-kv__desc {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 640px) {
  .scene-kv__desc {
    padding: 40px 0;
  }
}
.scene-spot:nth-child(n+3):not(.end) .scene-spot__pin:before {
  display: none;
}
.scene-spot:nth-last-child(2) .scene-spot__pin:after {
  height: calc(100% - 90px);
  bottom: -80px;
}
@media screen and (max-width: 640px) {
  .scene-spot:nth-last-child(2) .scene-spot__pin:after {
    bottom: -40px;
  }
}
.scene-spot__inner {
  display: flex;
  max-width: 1020px;
  width: calc(100% - 100px);
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .scene-spot__inner {
    width: calc(100% - 2rem);
    padding-left: 0.5rem;
  }
}
.scene-spot__body {
  width: calc(100% - 80px);
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .scene-spot__body {
    padding-top: 60px;
    width: calc(100% - 3rem);
  }
}
.scene-spot__ttl {
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .scene-spot__ttl {
    padding-top: 0.25em;
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.scene-spot__mv {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .scene-spot__mv {
    margin-left: -3rem;
    margin-right: -1rem;
    width: calc(100% + 4rem);
  }
}
.scene-spot__desc {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
  .scene-spot__desc {
    font-size: 1.14em;
  }
}
.scene-spot__address {
  background: #f6f6f6;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  margin: 50px 0;
}
@media screen and (max-width: 640px) {
  .scene-spot__address {
    margin-top: 1rem;
    display: block;
    padding: 2rem 1rem 1rem;
  }
}
.scene-spot__address .name {
  color: #56c0ce;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .scene-spot__address .name {
    margin-bottom: 1em;
  }
}
.scene-spot__address p {
  font-weight: 500;
  margin-bottom: 0.25em;
}
.scene-spot__address p b {
  font-weight: 700;
}
.scene-spot__address__map-container {
  width: 320px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .scene-spot__address__map-container {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.scene-spot__address__map-container:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.scene-spot__address__map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scene-spot__detail__item {
  display: flex;
  align-items: center;
}
.scene-spot__detail__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .scene-spot__detail__item {
    display: block;
  }
}
.scene-spot__detail__item img {
  display: block;
  width: 320px;
  max-width: calc(50% - 25px);
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .scene-spot__detail__item img {
    width: 100%;
    max-width: unset;
    max-width: inherit;
    margin: 0 0 1rem;
  }
}
.scene-spot__pin {
  width: 32px;
  position: relative;
  z-index: 10;
}
.scene-spot__pin img {
  position: absolute;
  max-width: unset;
  max-width: initial;
  top: 80px;
  left: 15px;
  width: 45px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .scene-spot__pin img {
    width: 33.75px;
    top: 60px;
  }
}
.scene-spot__pin:before, .scene-spot__pin:after {
  content: "";
  width: 2px;
  background: repeating-linear-gradient(#56c0ce 0px 10px, rgba(86, 192, 206, 0) 10px 20px);
  left: 15px;
  position: absolute;
}
.scene-spot__pin:before {
  top: 0;
  height: 70px;
}
.scene-spot__pin:after {
  bottom: -70px;
  height: calc(100% - 85px);
}
@media screen and (max-width: 640px) {
  .scene-spot__pin:after {
    bottom: -45px;
    height: calc(100% - 75px);
  }
}
.scene-spot.start a, .scene-spot.end a {
  color: #fff;
}
.scene-spot.start {
  background-color: #56c0ce;
  color: #fff;
}
.scene-spot.start .scene-spot__pin img {
  width: 65px;
  top: 60px;
  left: 15px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .scene-spot.start .scene-spot__pin img {
    width: 48.75px;
    top: 45px;
  }
}
.scene-spot.start .scene-spot__pin:before {
  display: none;
}
.scene-spot.start .scene-spot__pin:after {
  background: repeating-linear-gradient(#fff 0px 10px, rgba(255, 255, 255, 0) 10px 20px);
  background-repeat: repeat-y;
  background-size: 100% auto;
  bottom: 0;
  height: calc(100% - 160px);
}
@media screen and (max-width: 640px) {
  .scene-spot.start .scene-spot__pin:after {
    height: calc(100% - 120px);
  }
}
.scene-spot.start .scene-spot__body {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .scene-spot.start .scene-spot__body {
    padding-bottom: 40px;
  }
}
.scene-spot.end {
  background-color: #56c0ce;
  color: #fff;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .scene-spot.end {
    margin-top: 40px;
  }
}
.scene-spot.end .scene-spot__pin img {
  width: 54px;
  top: 70px;
  left: 15px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .scene-spot.end .scene-spot__pin img {
    width: 40.5px;
    top: 52.5px;
  }
}
.scene-spot.end .scene-spot__pin:before {
  background: repeating-linear-gradient(#fff 0px 10px, rgba(255, 255, 255, 0) 10px 20px);
  background-repeat: repeat-y;
  background-size: 100% auto;
  top: 0;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .scene-spot.end .scene-spot__pin:before {
    height: 40px;
  }
}
.scene-spot.end .scene-spot__pin:after {
  display: none;
}
.scene-spot.end .scene-spot__body {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .scene-spot.end .scene-spot__body {
    padding-top: 70px;
  }
}
.scene-conclusion {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .scene-conclusion {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.scene-conclusion__inner {
  max-width: 1020px;
  margin: 0 auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 640px) {
  .scene-conclusion__inner {
    width: calc(100% - 2rem);
  }
}
.scene-conclusion__figure {
  position: relative;
  padding: 0 220px 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__figure {
    padding: 0 10vw 5vw 0;
    margin-bottom: 1rem;
  }
}
.scene-conclusion__figure img {
  position: relative;
  display: block;
  z-index: 1;
}
.scene-conclusion__figure:after {
  content: "";
  display: block;
  position: absolute;
  background: #f6f6f6;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 90%;
}
.scene-conclusion__txt {
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__txt {
    font-size: 1.14em;
  }
}
.scene-conclusion__visit {
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit {
    padding-top: 60px;
  }
}
.scene-conclusion__visit__ttl {
  position: relative;
  font-size: 1.875em;
  text-align: center;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__ttl {
    margin-bottom: 1em;
  }
}
.scene-conclusion__visit__ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  height: 2px;
  width: 40px;
  background: #e6e6e6;
}
.scene-conclusion__visit__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__body {
    flex-direction: column-reverse;
  }
}
.scene-conclusion__visit__list {
  width: calc(50% - 15px);
  padding-right: 35px;
  height: 450px;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__list {
    width: 100%;
    height: 50vw;
    padding: 1rem;
    background: #f6f6f6;
    margin: 0;
  }
}
.scene-conclusion__visit__list li {
  padding: 1rem 0 1rem 2.5em;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__list li {
    padding-left: 3em;
  }
}
.scene-conclusion__visit__list li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.scene-conclusion__visit__list li .name {
  position: relative;
  margin-bottom: 0.5em;
  color: #56c0ce;
}
.scene-conclusion__visit__list li .name .mark {
  position: absolute;
  right: calc(100% + 8px);
  top: 0.8em;
  transform: translateY(-50%);
  border-radius: 9999px;
  background: #56c0ce;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2rem;
  width: 2rem;
}
.scene-conclusion__visit__list li b {
  font-weight: 700;
}
.scene-conclusion__visit__map {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__map {
    width: 100%;
  }
}
.scene-conclusion__visit__map__inner {
  position: relative;
  width: 50vw;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__map__inner {
    width: 100%;
  }
}
.scene-conclusion__visit__map__inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -40px;
  right: 0;
  width: 80%;
  height: 80%;
  background: #56c0ce;
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__map__inner:before {
    display: none;
  }
}
.scene-conclusion__visit__map iframe {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  filter: saturate(50%);
}
@media screen and (max-width: 640px) {
  .scene-conclusion__visit__map iframe {
    height: 100vw;
  }
}
.scene-bnrs {
  background: #f6f6f6;
  padding: 120px 0;
  margin-bottom: -80px;
}
@media screen and (max-width: 640px) {
  .scene-bnrs {
    padding: 40px 0;
    margin-bottom: -40px;
  }
}
.scene-bnrs__inner {
  display: flex;
  max-width: 1020px;
  width: calc(100% - 100px);
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .scene-bnrs__inner {
    display: block;
    width: calc(100% - 2rem);
  }
}
.scene-bnrs__inner a {
  display: block;
}
@media screen and (min-width: 641px) {
  .scene-bnrs__inner a {
    width: calc((100% - 50px) * 0.5);
    transition: ease 200ms;
  }
  .scene-bnrs__inner a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .scene-bnrs__inner a {
    width: 100%;
  }
  .scene-bnrs__inner a:not(:last-child) {
    margin-bottom: 2rem;
  }
}