.guidebox {
  pointer-events: none;
  background-size: 1366px;
  width: 100%;
  max-width: 1366px;
  z-index: 9999;
  opacity: 0.75;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width: 701px) {
  .guidebox {
    max-width: 375px;
    background-size: 375px !important;
  }
}

.guidebox.hiroshima1 {
  background: url("../img/hiroshima2024/guide_hiroshima1.jpg") no-repeat top -128px center;
  height: 7130px;
}
@media screen and (max-width: 701px) {
  .guidebox.hiroshima1 {
    background: url("../img/hiroshima2024/guide_hiroshima1_sp.jpg") no-repeat top center;
    height: 9178px;
    background-position: top -110px center;
  }
}

/* common */
main {
  max-width: none;
  padding: 0;
  color: #3f3f3f;
}

section {
  position: relative;
  z-index: 1;
}

/* scroll in */
.fadeup {
  opacity: 0;
  transition: 2s;
  transform: translate(0, 30px);
}

.in {
  opacity: 1;
  transform: translate(0, 0);
}

/* mv */
#mv img {
  width: 100%;
}

/* about */
#about {
  padding: 116px 0 65px;
  background-color: #f9f9f9;
}

#about .inner {
  /* width: 90%; */
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#about .txt_wrap h2 {
  width: 309px;
  margin: 0 auto 70px;
}

#about .midashi {
  margin-bottom: 33px;
  font-size: 23px;
  line-height: 36px;
  color: #000;
  font-family: 'ten-mincho', serif;
}

#about .txt {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24.5px;
}

#about .access {
  margin-top: 39px;
  padding-left: 17px;
  border-left: 1px solid #376ea2;
  font-size: 14px;
  font-family: 'ten-mincho', serif;
}

#about .access span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

#about .img {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: 0 -20px;
  padding-top: 11px;
}

#about .img .line {
  position: absolute;
  bottom: 55px;
  left: 36%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #376ea2;
}

#about .img .pin {
  width: 50%;
  opacity: 0;
}

#about .img .map {
  width: 487px;
  padding-bottom: 0;
  max-width: unset;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 58px);
  opacity: 0;
}

#about .about_anime.in .pin {
  animation: fadeIn 0.3s linear forwards;
}

#about .about_anime.in .line {
  animation: slideLine 0.3s linear 0.3s forwards;
}

#about .about_anime.in .map {
  animation: fadeIn 0.5s linear 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideLine {
  0% {
    width: 0;
  }
  100% {
    width: 28%;
  }
}
/* course */
#course {
  padding: 48px 0 110px;
  /* background-color: #f9f9f9; */
  background: url("../img/hiroshima2024/cource_bg.png") no-repeat bottom 366px left -43px/409px, #f9f9f9;
}

#course .img {
  position: relative;
  /* width: 820px;
  min-width: 820px; */
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
#course .img img {
  width: 21.2%;
  margin: 0px 1.8%;
  position: relative;
}
#course .img img:nth-of-type(5) {
  margin-top: 143px;
}
#course .img img:nth-of-type(6) {
  margin-top: 67px;
}
#course .img img:nth-of-type(7) {
  margin-top: 105px;
}
#course .img img:nth-of-type(8) {
  margin-top: 27px;
}

#course .img .en {
  display: none;
}

#course .txt_wrap {
  margin-top: 100px;
  font-family: 'ten-mincho', serif;
}

#course h2 {
  display: block;
  width: 119px;
  margin: 0 auto 20px;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-family: 'ten-mincho', serif;
  letter-spacing: 0.2em;
}
.hiroshima_en #course h2 {
  width: 90%;
  font-size: 20px;
  writing-mode: horizontal-tb;
}
#course .txt {
  display: block;
  width: 90%;
  margin: 40px auto 20px;
  font-size: 14px;
  line-height: 25px;
}

#course .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  margin: 0 auto;
  background-color: #9b1612;
  border-radius: 35px;
  font-size: 18px;
  color: #fff;
}

#course .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 8px;
  height: 9px;
  transform: translateY(-50%);
  background: url("../img/hiroshima2024/icon/icon_arrow.svg") no-repeat center/cover;
}
.parallax {
  position: relative;
  height: 410px;
  .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    /* bg video */
    #bg {
      display: none;
      position: relative;
      width: 100%;
      height: 605px;
    }
    #video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-size: cover;
      background-position: center;
      z-index: -1;
      background-image: url('../img/hiroshima2024/video.jpg');
    }

    #video video,
    #video img {
      display: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* spots */
#spots {
  padding: 70px 0;
  background-color: #9b1612;
}

#spots .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

#spots h2 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: 'ten-mincho', serif;
}

#spots h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 62px;
  height: 36px;
  background: url("../img/hiroshima2024/icon/icon_recommend.svg") no-repeat center/cover;
}

#spots h2 span {
  font-size: 20px;
}

#spots .tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-family: 'ten-mincho', serif;
  color: #fff;
}

#spots .tab li {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

#spots .tab li.active {
  background-color: #fff;
  color: #9b1612;
}

#spots .tab li span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#spots .tab li span::before {
  content: "";
  display: inline-block;
}

#spots .tab li[data-spot="spot"] span::before {
  width: 17px;
  height: 25px;
  background: url("../img/hiroshima2024/icon/icon_spot.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="spot"] span::before {
  background: url("../img/hiroshima2024/icon/icon_spot_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="gourmet"] span::before {
  width: 20px;
  height: 23px;
  background: url("../img/hiroshima2024/icon/icon_gourmet.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="gourmet"] span::before {
  background: url("../img/hiroshima2024/icon/icon_gourmet_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="activity"] span::before {
  width: 11px;
  height: 28px;
  background: url("../img/hiroshima2024/icon/icon_activity.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="activity"] span::before {
  background: url("../img/hiroshima2024/icon/icon_activity_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="hotel"] span::before {
  width: 22px;
  height: 15px;
  background: url("../img/hiroshima2024/icon/icon_hotel.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="hotel"] span::before {
  background: url("../img/hiroshima2024/icon/icon_hotel_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="shopping"] span::before {
  width: 20px;
  height: 20px;
  background: url("../img/hiroshima2024/icon/icon_shopping.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="shopping"] span::before {
  background: url("../img/hiroshima2024/icon/icon_shopping_active.svg") no-repeat center/cover;
}

#spots .spot_list {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 45px 5% 5px;
  background-color: #fff;
  border-radius: 8px;
}

#spots .spot_list.active {
  display: block;
}

#spots .spot_list li {
  margin-bottom: 50px;
}

#spots .spot_list li figure {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}

#spots .spot_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#spots .spot_list li .ttl {
  margin: 6px 0;
  font-size: 20px;
  font-family: 'ten-mincho', serif;
  line-height: 1.6rem;
}

#spots .spot_list li .txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}

#spots .spot_list li .area {
  display: inline-block;
  padding: 3px 9px;
  background-color: #efefef;
  border-radius: 4px;
  color: #919191;
  font-size: 11px;
}

/* movie */
#movie {
  padding: 110px 0;
  /* background: url("../img/hiroshima2024/movie_top.png") no-repeat top left /
      160px,
    url("../img/hiroshima2024/movie_bottom.png") no-repeat bottom right / 213px; */
  background: url("../img/hiroshima2024/movie_bottom.png") no-repeat bottom right/213px;
  background-color: #fff;
}

#movie .inner {
  width: 90%;
  margin: 0 auto;
}

#movie h2 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
  font-family: 'ten-mincho', serif;
}

#movie h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 27px;
  background: url("../img/hiroshima2024/icon/icon_movie.svg") no-repeat center/cover;
}

#movie h3 {
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
  font-family: 'ten-mincho', serif;
}

#movie .inner > div {
  margin-bottom: 80px;
}

#movie .youtube {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
}

#movie .youtube iframe {
  width: 100%;
  height: 100%;
}
