@charset "utf-8";
/* DMZ特集　PCSP共通（レスポンシブ） */

/* リセット */
html {
  scroll-behavior: smooth;
  /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  font-weight: inherit;
  font-size: inherit;
}

ol {
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

/* 基本設定 */
.main {
  --ff-google-sans: 'Google Sans Flex', sans-serif;
  --ff-zenkaku-new: 'Zen Kaku Gothic New', sans-serif;

  --fs-normal: min((14vw / 3.75), 16px);
  --fs-normal-large: min((16vw / 3.75), 18px);
  --fs-normal-small: min((12vw / 3.75), 14px);
  --fs-head01: min((28vw / 3.75), 40px);
  --fs-head02: min((28vw / 3.75), 30px);
  --fs-head03: min((20vw / 3.75), 24px);
  --fs-sub-head: min((16vw / 3.75), 20px);
  --fs-sub-nav: min((14vw / 3.75), 20px);
  --fs-note: min((12vw / 3.75), 12px);

  --fw-normal: 400;
  --fw-bold: 700;
  --fw-light: 300;
  --fw-medium: 500;
  --lh-default: 1.6;

  --color-base: #2c2a29;
  --color-black: #000;
  --color-navy: #192f60;
  --color-blueGray: #618db7;
  --color-lightGray: #f5f6f7;
  --color-lightGray02: #e9eaeb;
  --color-gray: #e8e8e8;
  --color-darkgray: #aeaeae;
  --color-red: #df0d00;
  --color-orange: #f29423;

  --width-pc-wide: 1620px;
  --width-pc-default: 1320px;
  --width-pc-small: 1104px;
  --default-padding-sp: calc(20vw / 3.75);

  --margin-pc150: min((64vw / 3.75), 150px);
  --margin-pc40: min((40vw / 3.75), 40px);
  --margin-pc24: min((24vw / 3.75), 24px);
  --margin-pc8: min((4vw / 3.75), 8px);

  --default-ff-icon: 'Material Symbols Rounded';
}

.breadcrumb {
  overflow: hidden;
}

.ui-static-breadcrumb {
  background-color: #fff;
}

.material-symbols-rounded {
  font-family: var(--default-ff-icon);
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

#mainContents {
  position: relative;
  font-family: var(--ff-zenkaku-new);
  font-size: var(--fs-normal);
  font-weight: var(--fw-normal);
  line-height: var(--lh-default);
}

#mainContents a {
  color: inherit;
  text-decoration: none;
}

#mainContents a:hover {
  opacity: 0.8;
}

/* MV */
.mv__wrapper {
  background-color: #000;
  position: relative;
  width: 100%;

  @media (max-width: 750px) {
    height: calc(1408vw / 3.75);
  }
}

.mv__inner {
  background-image: url(../images/mv_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-origin: content-box;
  background-clip: content-box;
  height: 1238px;
  padding-bottom: 100px;
  position: relative;

  /*@media (max-width: 1104px) {
    background-position: center;
    height: calc(786vw / 3.75);
  }*/

  /*TB*/
  @media (max-width: 1024px) {
    background-position: center;
    height: calc(2090vw / 7.68);
  }
  /*SP*/
  @media (max-width: 750px) {
    background-image: url(../images/mv_bg_sp.webp);
    height: calc(1408vw / 3.75);
    padding-bottom: calc(30vw / 3.75);
  }
}

.mv__main {
  padding: var(--margin-pc80) 0;
  text-align: center;
}

.mv__title--container {
  padding-top: min((40vw / 3.75), 134px);
  padding-inline: clamp(calc(20vw / 3.75), 8vw, 150px);
  margin-inline: auto;
  width: 100%;
  color: #fff;
  text-shadow: 1px 2px 4px #333;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  gap: min((20vw / 3.75), 20px) 0;
}

.mv__titles {
  width: 100%;
  font-family: var(--ff-google-sans);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 33px;

  @media (max-width: 950px) {
    flex-wrap: wrap;
  }
}

.mv__title--main {
  font-size: min((82vw / 3.75), 118px);
  font-weight: 800;
  line-height: 1;
}

.mv__title--sub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px 0;
  line-height: 1.2;
}

.mv__title--sub--jp {
  font-family: var(--ff-zenkaku-new);
  font-size: min((30vw / 3.75), 47px);
  font-weight: 900;
}

.mv__title--sub--en {
  font-size: min((20vw / 3.75), 32px);
  font-weight: 700;
}

.mv__title--lead {
  font-size: min((15vw / 3.75), 20px);
  font-weight: var(--fw-medium);
  display: flex;
  flex-wrap: wrap;
}

.mv__images {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  width: 100%;
  height: 100%;

  /*TB*/
  @media (max-width: 1024px) {
    top: calc(317vw / 7.68);
  }
  /*SP*/
  @media (max-width: 750px) {
    top: calc(307vw / 3.75);
  }
}

.mv__image--item {
  position: absolute;
  content: '';
  z-index: 500;
  opacity: 0;
  transform: translateY(30px);
  /* 0.8秒かけて表示 */
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}
.mv__image--item.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.mv__image--01 {
  width: 293px;
  top: 0;
  left: 1009px;

  @media (max-width: 1629px) {
    left: 909px;
  }
  @media (max-width: 1390px) {
    left: 809px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(456vw / 7.68);
    top: 0;
    right: 0;
    left: auto;
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(258vw / 3.75);
    top: 0;
    right: 0;
    left: auto;
  }
}

.mv__image--02 {
  width: 416px;
  top: 70px;
  left: 1387px;

  @media (max-width: 1629px) {
    left: 1287px;
  }
  @media (max-width: 1390px) {
    left: 1187px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(475vw / 7.68);
    top: calc(176vw / 7.68);
    left: 0;
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(258vw / 3.75);
    top: calc(99vw / 3.75);
    left: 0;
  }
}

.mv__image--03 {
  width: 410px;
  top: 229px;
  left: 935px;

  @media (max-width: 1629px) {
    left: 835px;
  }
  @media (max-width: 1390px) {
    left: 735px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(406vw / 7.68);
    top: calc(334vw / 7.68);
    left: calc(142vw / 7.68);
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(229vw / 3.75);
    top: calc(190vw / 3.75);
    left: calc(81vw / 3.75);
  }
}

.mv__image--04 {
  width: 306px;
  top: 312px;
  left: 1614px;

  @media (max-width: 1629px) {
    left: 1514px;
  }
  @media (max-width: 1390px) {
    left: 1414px;
  }

  /*TB+SP*/
  @media (max-width: 1024px) {
    display: none;
  }
}

.mv__image--05 {
  width: 503px;
  top: 455px;
  left: 1147px;

  @media (max-width: 1629px) {
    left: 1047px;
  }
  @media (max-width: 1390px) {
    left: 947px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(424vw / 7.68);
    top: calc(564vw / 7.68);
    left: calc(237vw / 7.68);
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(240vw / 3.75);
    top: calc(319vw / 3.75);
    right: 0;
    left: auto;
  }
}

.mv__image--06 {
  width: 319px;
  top: 611px;
  left: 1550px;
  order: 2;

  @media (max-width: 1629px) {
    left: 1450px;
  }
  @media (max-width: 1390px) {
    left: 1350px;
  }

  /*TB+SP*/
  @media (max-width: 1024px) {
    display: none;
    order: 0;
  }
}

.mv__image--07 {
  width: 314px;
  top: 704px;
  left: 979px;
  order: 2;

  @media (max-width: 1629px) {
    left: 879px;
  }
  @media (max-width: 1390px) {
    left: 779px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(408vw / 7.68);
    top: calc(718vw / 7.68);
    left: 0;
    order: 0;
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(230vw / 3.75);
    top: calc(417vw / 3.75);
    left: 0;
    order: 0;
  }
}

.mv__image--08 {
  width: 286px;
  top: 817px;
  left: 1342px;
  order: 2;

  @media (max-width: 1629px) {
    left: 1242px;
  }
  @media (max-width: 1390px) {
    left: 1142px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(324vw / 7.68);
    top: calc(843vw / 7.68);
    left: calc(127vw / 7.68);
    order: 0;
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(183vw / 3.75);
    top: calc(488vw / 3.75);
    left: calc(72vw / 3.75);
    order: 0;
  }
}

.mv__image--09 {
  width: 322px;
  top: 404px;
  left: 559px;
  order: 1;

  @media (max-width: 1629px) {
    left: 459px;
  }
  @media (max-width: 1390px) {
    left: 359px;
  }

  /*TB*/
  @media (max-width: 1024px) {
    width: calc(345vw / 7.68);
    top: calc(933vw / 7.68);
    left: calc(265vw / 7.68);
    order: 0;
  }
  /*SP*/
  @media (max-width: 750px) {
    width: calc(195vw / 3.75);
    top: calc(538vw / 3.75);
    right: calc(30vw / 3.75);
    left: auto;
    order: 0;
  }
}

/* 追従ナビ */
.nav__wrapper {
  background-color: #000;
  color: #fff;
  padding: min((10vw / 3.75), 15px) clamp(calc(20vw / 3.75), 8vw, 150px);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 200;
}

.nav__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: min((10vw / 3.75), 12px) min((45vw / 3.75), 40px);
}

.nav__inner--block {
  display: flex;
  flex-wrap: nowrap;
  gap: min((45vw / 3.75), 40px);
}

.nav__item {
  font-size: var(--fs-sub-nav);
  font-weight: var(--fw-bold);
}

/* セクション設定 */
.section__wrapper {
  margin-block: var(--margin-pc150);
  background-color: #fff;
  width: 100%;
  padding-inline: 50px;

  @media (max-width: 750px) {
    padding-inline: var(--default-padding-sp);
  }
}

.section__inner {
  margin-inline: auto;
  max-width: var(--width-pc-default);

  @media (max-width: 750px) {
    max-width: 100%;
  }
}

.section__title--container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}

#map .section__title--container,
#tour .section__title--container,
#voice .section__title--container {
  @media (max-width: 800px) {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
}

.section__title--en {
  font-family: var(--ff-google-sans);
  font-size: min((56vw / 3.75), 96px);
  font-weight: 600;
  line-height: 1;
}

#map .section__title--en,
#tour .section__title--en,
#voice .section__title--en {
  @media (max-width: 800px) {
    text-align: center;
  }
}

.section__title {
  font-size: var(--fs-head03);
  font-weight: var(--fw-bold);
  line-height: 1;
}

.section__title--right {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
  border-left: 5px solid #000;

  @media (max-width: 800px) {
    padding: 0;
    border: none;
  }
}

.section__title--jp {
  font-size: var(--fs-head02);
  font-weight: var(--fw-bold);
  line-height: 1;

  @media (max-width: 800px) {
    text-align: center;
  }
}

.section__title--lead {
  margin-top: 15px;
  font-size: var(--fs-normal-large);

  @media (max-width: 800px) {
    margin-top: calc(40vw / 3.75);
    margin-inline: auto;
  }
}

/* DMZとは？ */
#intro .section__inner {
  max-width: var(--width-pc-wide);
}

.intro__container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  gap: min((40vw / 3.75), 40px) min((30vw / 3.75), 110px);

  @media (max-width: 1000px) {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.intro__texts {
  display: flex;
  flex-direction: column;
  gap: min((40vw / 3.75), 40px);
}

.intro__texts .intro__title {
  font-size: var(--fs-head01);
  font-weight: var(--fw-bold);

  @media (max-width: 1000px) {
    text-align: center;
  }
}

.intro__texts .intro__head {
  font-size: var(--fs-sub-head);
  font-weight: var(--fw-bold);
  display: flex;
  flex-wrap: wrap;

  @media (max-width: 1000px) {
    justify-content: center;
  }
}

.intro__image--container {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  max-width: 520px;

  @media (max-width: 1000px) {
    grid-column: 1;
    grid-row: auto;
    max-width: 90%;
    margin-inline: auto;
  }
}

/* MAP */
#map.section__wrapper {
  background-image: url(../images/map_bg.webp);
  background-size: cover;
  clip-path: polygon(0 0, 100% 5.5vw, 100% 100%, 0 calc(100% - 5.5vw));
  padding-block: 5.5vw;
}

#map .section__inner {
  margin: var(--margin-pc150) auto;
  max-width: var(--width-pc-small);
}

#map .section__title {
  align-self: end;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;

  @media (max-width: 800px) {
    text-align: center;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.map__image--container {
  position: relative;
  display: inline-block;
  margin-top: min((40vw / 3.75), 40px);
}

.map__image--spots {
  padding: 0;
  margin: 0;
}

.map__image--spots li {
  position: absolute;
  border-radius: 100vmax;
  border: 3px solid #000;
  background-color: #fff;
  padding: 10px 20px;
  font-size: var(--fs-normal-large);
  font-weight: var(--fw-bold);
  line-height: 1;
}

.map__image--spot--01 {
  top: 562px;
  left: 63px;
}
.map__image--spot--02 {
  top: 361px;
  left: 608px;
}
.map__image--spot--03 {
  top: 348px;
  left: 330px;
}
.map__image--spot--04 {
  top: 68px;
  left: 737px;
}
.map__image--spot--05 {
  top: 428px;
  left: 453px;
}
.map__image--spot--06 {
  top: 431px;
  left: 249px;
}
.map__image--spot--07 {
  top: 552px;
  left: 400px;
}

/* 主な観光スポット */
#spot .section__inner {
  position: relative;
}
#spot .section__title--en {
  position: absolute;
  writing-mode: vertical-rl;
  white-space: nowrap;
  top: -100px;
  left: calc(-86px - 55px);
  font-size: 86px;

  @media (max-width: 1620px) {
    position: static;
    writing-mode: initial;
    white-space: initial;
    font-size: min((56vw / 3.75), 96px);
    padding-bottom: 60px;
  }
  @media (max-width: 1000px) {
    padding-bottom: 3vw;
  }
}
#spot .section__title {
  font-size: var(--fs-head01);
}

.spot__container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--margin-pc24) min((40vw / 3.75), 100px);
  padding-left: 45px;

  @media (max-width: 1620px) {
    padding-left: 0;
  }
  @media (max-width: 1000px) {
    grid-template-columns: 1fr;
  }
}
.spot__indices {
  display: flex;
  gap: min((10vw / 3.75), 12px);
  margin-top: var(--margin-pc40);
}
.spot__index {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: var(--color-lightGray);
  aspect-ratio: 1 / 1;
  width: min((35vw / 3.75), 45px);
  color: #000;
  font-family: var(--ff-google-sans);
  font-size: var(--fs-sub-head);
  font-weight: 600;
  cursor: pointer;

  &.is-active {
    background-color: var(--color-red);
    color: #fff;
    border: none;
  }
}

.spot__texts {
  margin-top: min((40vw / 3.75), 60px);
}
.spot__text--items {
}
.spot__text--head {
  font-size: var(--fs-head03);
  font-weight: var(--fw-bold);
}
.spot__text--detail {
  margin-top: var(--margin-pc24);
}

.spot__right--block {
  max-width: 600px;

  @media (max-width: 1000px) {
    max-width: 90%;
    margin-inline: auto;
  }
}
.spot__right--block ..splide__slide {
  margin-inline: auto;
}
.spot__image {
  max-width: 600px;

  @media (max-width: 1000px) {
    max-width: 100%;
  }
}
.spot__image--caption {
  background-color: #000;
  color: #fff;
  text-align: right;
  font-size: var(--fs-normal-small);
  font-weight: var(--fw-bold);
  line-height: 1;
  padding: min((4vw / 3.75), 7px) min((5vw / 3.75), 8px);
}

/* ツアー */
#tour.section__wrapper {
  background: linear-gradient(to right, #f4f4f2 0%, #fdfdfd 50%, #f4f4f2 100%);
}

#tour .section__inner {
  padding-block: var(--margin-pc150);
}

.tour__wrapper {
  margin-block: min((40vw / 3.75), 100px);
}

/* ツアーカセット */
.tour__product--container {
  margin-top: var(--margin-pc40);
}

.tour__product--lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 20px;

  @media (max-width: 800px) {
    gap: calc(16vw / 3.75) 0;
  }
}
.package__product--lists {
  margin-top: 60px !important;

  @media (max-width: 1435px) {
  }
}

.tour__product {
  width: 315px;
  min-width: 315px;
  display: flex;

  @media (max-width: 800px) {
    max-width: 100%;
    width: 100%;
  }
}
.product__cassette {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  background-color: #fff;
  min-height: 100%;

  @media (max-width: 800px) {
    flex-direction: unset;
    flex-wrap: wrap;
  }
}

.product__image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9px 9px 0 0;

  @media (max-width: 800px) {
    width: calc(120vw / 3.75);
    height: calc(70vw / 3.75);
    border-radius: 0;
    margin-inline: 1em;
  }
}

.product__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 15px;

  @media (max-width: 800px) {
    order: -1;
    width: 100%;
    gap: 0.6em;
    padding: 1em;
  }
}

.product__label--item {
  font-size: var(--fs-note);
  font-weight: var(--fw-bold);
  line-height: 1;
  color: #fff;
  padding: 5px;

  &.is-sale {
    background-color: var(--color-red);
  }

  &.is-recommend,
  &.is-popular {
    background-color: var(--color-orange);
  }
  &.is-time,
  &.is-air {
    background-color: var(--color-blueGray);
  }
}

.product__title {
  font-weight: var(--fw-bold);
  padding-inline: 15px;

  @media (max-width: 800px) {
    width: calc(100% - (120vw / 3.75) - 3em);
    margin-inline: 0 1em;
    padding: 0;
  }
}

.product__texts {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 15px 0;
  padding: 15px;

  @media (max-width: 800px) {
    width: 100%;
    gap: 1em;
    padding: 1em;
  }
}

.product__details {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 10px;

  @media (max-width: 800px) {
    gap: 0 0.5em;
  }
}

.product__detail--item {
  font-size: var(--fs-normal-small);
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  align-items: baseline;
}

.product__spots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  @media (max-width: 800px) {
    gap: 0.7em;
  }
}

.product__spot--item {
  font-size: var(--fs-normal-small);
  line-height: 1;
  background-color: var(--color-gray);
  border: 1px solid var(--color-darkgray);
  border-radius: 3px;
  padding: 8px;
}

.product__info {
  font-size: var(--fs-note);
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  margin-top: auto;

  @media (max-width: 800px) {
    gap: 0 0.7em;
    margin-bottom: 3px;
  }
}

.tour__note {
  font-size: var(--fs-normal-small);
  margin-top: var(--margin-pc40);
  text-align: center;
}

.package__product--container {
  margin-top: var(--margin-pc150);
}

.package__head {
  width: fit-content;
  margin-inline: auto;
  padding: 0 3px 8px;
  font-size: var(--fs-head01);
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.package__product--lists .product__texts {
  gap: 10px;
  padding: 5px 15px 15px;

  @media (max-width: 800px) {
    gap: 0;
    padding: 1em;
  }
}
.product__hotel {
  font-size: var(--fs-normal-small);

  @media (max-width: 800px) {
    text-align: left;
  }
}

.product__price {
  font-size: var(--fs-normal-large);
  font-weight: var(--fw-bold);
  color: var(--color-red);
  text-align: right;
  margin-top: auto;
  padding-block: 5px;

  @media (max-width: 800px) {
    text-align: left;
    padding-block: 0;
    margin-top: 0;
  }
}

/* OPツアー絞り込み */
.tour__filter--container {
  display: grid;
  grid-template-columns: 211px 1fr;
  gap: 50px;

  @media (max-width: 1200px) {
    grid-template-columns: 1fr;
    gap: 1.6em 0;
  }
}
.filter__head {
  width: 100%;
  font-weight: var(--fw-bold);
  padding-bottom: 10px;
  padding-left: 2px;
  position: relative;
  align-self: baseline;

  &::after {
    position: absolute;
    content: '';
    width: 211px;
    height: 9px;
    bottom: 0;
    left: 0;
    background-image: url(../images/filter_arrow.svg);
    background-repeat: no-repeat;
  }
}
.filter__spots {
  display: flex;
  flex-wrap: wrap;
  gap: min((16vw / 3.75), 15px) min((16vw / 3.75), 20px);
}

.filter__spot--item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 0.6em;
  font-weight: var(--fw-bold);
}

.filter__spots input[type='checkbox'] {
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.filter__spots input[type='checkbox']:checked {
  border: none;
  background-color: var(--color-red);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.filter__spot--item label {
  cursor: pointer;
  flex: 1;
}
.filter__spot--item.is-cancell {
  cursor: pointer;
  user-select: none;
  background-color: var(--color-navy);
  color: #fff;
  font-size: min((14vw / 3.75), 14px);
  padding-inline: 0.4em;
}
.tour__none {
  text-align: center;
  font-size: var(--fs-normal-large);
  font-weight: var(--fw-bold);
  margin-block: 5vw 7vw;
}

/* 体験レポート */
#voice.section__wrapper {
  padding: 0;
}
#voice .section__inner {
  max-width: 100%;
}

#voice .section__title--container {
  margin-inline: auto;
  max-width: calc(var(--width-pc-default) + 100px);
  padding-inline: 50px;

  @media (max-width: 750px) {
    max-width: 100%;
  }
}

.voice__container {
  margin-top: 80px;
}
.voice__nav--block {
  width: 100%;
  padding-inline: 50px;

  @media (max-width: 750px) {
    padding-inline: var(--default-padding-sp);
  }
}
.voice__nav--lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-inline: auto;
  max-width: var(--width-pc-default);

  @media (max-width: 750px) {
    max-width: 100%;
  }
}
.voice__nav--item {
  border-radius: 100vmax;
  background-color: var(--color-lightGray02);
  padding: 12px 23px 12px 20px;
  font-weight: var(--fw-bold);
  cursor: pointer;

  &.is-active {
    background-color: var(--color-navy);
    color: #fff;
  }
  &:hover {
    opacity: 0.8;
  }
}
.voice__nav--name {
  position: relative;
  padding-left: 1.4em;

  &::before {
    position: absolute;
    content: 'expand_more';
    font-family: var(--default-ff-icon);
    font-size: 1.3em;
    font-weight: 400;
    width: 1.3em;
    height: 1.3em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
}

.voice__main--block {
  margin-top: 60px;
  padding: 60px 50px var(--margin-pc150);
  border-top: 1px dashed #000;
  border-bottom: 2px solid #000;
}
.voice__main--block--inner {
  max-width: var(--width-pc-default);
  margin-inline: auto;
}

.voice__main--contents {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0 130px;

  @media (max-width: 1250px) {
    grid-template-columns: 1fr;
  }
}

.voice__traveler--box {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
}
.voice__traveler--image {
  width: 80px;
}
.voice__traveler--name,
.voice__traveler--date {
  font-weight: var(--fw-bold);
}
.voice__traveler--detail {
  font-size: var(--fs-note);
  margin-top: 10px;
}

.voice__report--box {
  margin-top: 60px;
  max-width: 770px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.voice__report--title {
  font-size: var(--fs-head02);
  font-weight: var(--fw-bold);
}
.voice__report--head {
  font-size: var(--fs-sub-head);
  font-weight: var(--fw-bold);
}
.voice__report--image--container {
  width: 100%;
  max-height: 510px;
  display: flex;
  justify-content: flex-start;
}
.voice__report--image {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Q&A */
#faq .section__title--en {
  text-align: center;
}

.faq__lists {
  display: flex;
  flex-direction: column;
  gap: min((30vw / 3.75), 40px);
  margin-top: min((64vw / 3.75), 100px);
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: min((15vw / 3.75), 20px);
  padding-inline: 5px;
  padding-bottom: min((30vw / 3.75), 40px);
  border-bottom: 2px solid #000;

  &:last-child {
    border-bottom: none;
  }
}
.faq__question {
  font-size: var(--fs-sub-head);
  font-weight: var(--fw-bold);
  padding-left: 1.4em;
  padding-bottom: min((15vw / 3.75), 20px);
  border-bottom: 1px dashed #000;
  position: relative;

  &::before {
    position: absolute;
    content: 'Q.';
    width: 1.4em;
    height: 1em;
    top: 0;
    left: 0;
  }
}

/* 検索・リンクボタン */
.link__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search__container {
  margin-top: 100px;
  padding-inline: 190px;

  &:has(.search__button--lists) {
    padding-inline: 0;
  }
}

.search__button--lists {
  display: grid;
  grid-template-columns: repeat(2, 380px);
  gap: 40px;
  justify-content: center;

  @media (max-width: 920px) {
    grid-template-columns: 480px;
  }
  @media (max-width: 750px) {
    grid-template-columns: 1fr;
    gap: calc(20vw / 3.75) 0;
  }
}
.search__button {
  @media (max-width: 750px) {
  }
}
.search__button--link {
  display: block;
  border: 2px solid #000;
  border-radius: 100vmax;
  background-color: #fff;
  padding: 23px;
  font-weight: var(--fw-bold);
  line-height: 1;
  text-align: center;
  position: relative;

  &::after {
    position: absolute;
    content: 'open_in_new';
    font-family: var(--default-ff-icon);
    font-size: 1.4em;
    font-weight: var(--fw-normal);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
  }

  @media (max-width: 750px) {
    width: 100%;
  }
}
.link__container .search__button--link {
  width: 450px;

  @media (max-width: 750px) {
    width: 90%;
  }
}

/* splide */
/*リセット用*/
.splide {
  visibility: visible;
}

.splide__list {
  width: 100%;
  max-width: 100%;
}

#tour-slider .splide__arrows {
  @media (max-width: 750px) {
    position: absolute;
    bottom: calc(-40vw / 3.75);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: auto;
    z-index: 10;
  }
}

.splide__arrow {
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  opacity: 1;
  z-index: 2;

  @media (max-width: 750px) {
    margin: 0;
    width: calc(40vw / 3.75);
    height: calc(40vw / 3.75);
  }
}

#tour-slider .splide__arrow {
  top: 53%;

  @media (max-width: 800px) {
    top: 58%;
  }
  @media (max-width: 750px) {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
  }
}

.splide__arrow svg {
  fill: #000;
  width: 40px;
  height: 40px;
  stroke: #000;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;

  @media (max-width: 750px) {
    width: calc(24vw / 3.75);
    height: calc(24vw / 3.75);
  }
}

.splide__arrow svg path {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.splide__arrow--prev {
  left: -35px;
}

#tour-slider .splide__arrow--prev {
  @media (max-width: 750px) {
    position: absolute;
    bottom: 0;
    left: calc(-80vw / 3.75);
  }
}

.splide__arrow--next {
  right: -35px;
}

#tour-slider .splide__arrow--next {
  @media (max-width: 750px) {
    position: absolute;
    bottom: 0;
    right: calc(-80vw / 3.75);
  }
}

#tour-slider .splide__arrow:disabled {
  display: none !important;

  @media (max-width: 800px) {
    display: block !important;
  }
}

.splide__pagination {
  bottom: -1.5em;

  @media (max-width: 750px) {
    bottom: calc(-26vw / 3.75);
  }
}

.splide__pagination__page.is-active {
  background: var(--color-navy);
  transform: scale(1);
}

#tour-slider.is-less-items .splide__track {
  padding-right: 0 !important;
}

/* フッター */
.content__footer {
  margin: calc(20vw / 3.75) auto min((64vw / 3.75), 100px);
}

/* 検索BOX */
#searchArea {
  padding: 100px 0;
  background-image: url(../images/map_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  @media (max-width: 740px) {
    padding: 0;
  }
}
