.guidebox {
  pointer-events: none;
  background-size: 1536px;
  width: 100%;
  max-width: 1536px;
  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: 390px;
    background-size: 390px !important;
  }
}

.guidebox.fukui {
  background: url("../img/entrance/guide_fukui.jpg") no-repeat top -165px center;
  height: 10732px;
}
@media screen and (max-width: 701px) {
  .guidebox.fukui {
    background: url("../img/entrance/guide_fukui_sp.jpg") no-repeat top center;
    height: 9178px;
    background-position: top -109px 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 {
  background: #FEFBEE;
  overflow: hidden;
}

#about .inner {
  width: 100%;
  padding: 95px 20px 72px;
  margin: 0 auto;
}

#about .txt_wrap {
  position: relative;
  z-index: 1;
}

#about .txt_wrap h2 {
  font-size: 36px;
  color: #003E1D;
  font-family: 'ten-mincho', serif;
  margin: 0 0 30px;
}

#about .midashi {
  font-size: 21.8px;
  line-height: 46px;
  color: #3F3F3F;
  font-family: 'ten-mincho', serif;
  margin-bottom: 13px;
}

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

#about .about_bg_item03 {
  width: 158px;
  position: absolute;
  left: 30px;
  bottom: 320px;
}

#about .access {
  font-size: 14px;
  font-family: 'ten-mincho', serif;
  margin-top: 22px;
  padding-left: 25px;
  border-left: 1px solid #006D33;
}

#about .access span {
  font-size: 18px;
  font-family: 'ten-mincho', serif;
  color: #3F3F3F;
  display: block;
  margin-bottom: 20px;
}

#about .img_wrap {
  position: relative;
  width: 350px;
  height: auto;
  margin: 40px auto 0;
}

#about .img_wrap .about_bg_item01 {
  width: 280px;
  position: absolute;
  left: 50px;
  top: 0;
}

#about .img_wrap .about_bg_item02 {
  width: 126px;
  position: absolute;
  right: 0;
  top: 140px;
}

#about .img_wrap .about_bg_item04 {
  width: 173px;
  position: absolute;
  right: 0;
  bottom: 0;
}

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

#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 {
  margin-top: -60px;
  background: #FEFBEE;
}

#course .course_bg_top img {
  width: 100%;
}

#course .wrap .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 60px;
}

#course .wrap h2 {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #3F3F3F;
  font-family: 'ten-mincho', serif;
  width: 100%;
  margin: 0 auto 30px;
}

#course .wrap h2 span {
  text-combine-upright: all;
}

#course .wrap .txt {
  font-size: 14px;
  line-height: 32px;
  color: #3F3F3F;
  font-family: 'ten-mincho', serif;
  margin: 0 auto 20px;
  display: block;
  width: 100%;
}

#course .course_box_main {
  margin-top: 40px;
  display: flex;
  flex-direction: column-reverse;
}

#course .course_box_main .course_box_text {
  position: relative;
  width: 100%;
}

#course .course_box_main .course_box_image {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

#course .course_box_main .course_box_image .img_wrap {
  position: relative;
  height: 400px;
}

#course .course_box_main .course_box_image img {
  position: absolute;
}

#course .wrap .course_box_main .course_box_image .titiel_course01 {
  width: 30px;
  right: 90px;
  top: 10px;
}

#course .wrap .course_box_main .course_box_image .course_1 {
  width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#course .wrap .course_box_main .course_box_image .course_1b {
  width: 160px;
  top: 190px;
  left: 160px;
}

#course .wrap .course_box_main .course_box_image .course_1c {
  width: 150px;
  top: 220px;
  left: 0;
}

#course .wrap .link {
  display: block;
  margin: 30px auto 0;
}

#course .link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#course .wrap .link span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
  transition: 0.5s;
  font-family: 'ten-mincho', serif;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  background-color: #003E1D;
  border-radius: 35px;
  width: 300px;
  height: 52px;
  margin: 0 auto;
}

#course .link span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/entrance/arrow_wh.png) top right / contain no-repeat;
  justify-self: start;
  align-self: center;
}

#course .wrap .course_box_main:nth-of-type(2) .course_box_image .titiel_course02 {
  width: 30px;
  left: 90px;
  top: 10px;
}

#course .wrap .course_box_main:nth-of-type(2) .course_box_image .course_2 {
  width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#course .wrap .course_box_main:nth-of-type(2) .course_box_image .course_2b {
  width: 160px;
  top: 180px;
  left: 40px;
}

#course .wrap .course_box_main:nth-of-type(2) .course_box_image .course_2c {
  width: 150px;
  top: 220px;
  right: 0;
}

#course .wrap .course_box_main:nth-of-type(3) .course_box_image .titiel_course03 {
  width: 30px;
  right: 90px;
  top: 10px;
}

.parallax {
  position: relative;
  height: 410px;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    width: 100%;
    height: 20%;
    background-image: url(../img/entrance/course_bg_btm.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .image_1 {
    position: absolute;
    z-index: 3;
    width: 80px;
    top: -92px;
    left: 39px;
  }
  .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);

    /* bg video */
    #bg {
      display: none;
      position: relative;
      width: 100%;
    }
    #bg::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 15px;
      background-image: url("../img/entrance/wave.svg");
      background-repeat: repeat-x;
    }
    /* #bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
} */
    #video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      z-index: -1;
      background-image: url("../img/entrance/video_sp.jpg");
    }
    #video video,
    #video img {
      display: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
/* spots */
#spots {
  padding: 70px 0;
  background-image: url(../img/entrance/spots_bg_dia.png), url(../img/entrance/spots_bg.png);
  background-position: center top, center top;
  background-repeat: repeat, no-repeat;
  background-size: 10%, cover;
}

#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/entrance/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: #003E1D;
}

#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/entrance/icon/icon_spot.svg") no-repeat center/cover;
}

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

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

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

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

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

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

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

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

#spots .tab li.active[data-spot="shopping"] span::before {
  background: url("../img/entrance/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-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/entrance/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%;
}

#movie .movie_bnr {
  max-width: 441px;
  width: 100%;
  margin: 0 auto;
}