.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: 350px;
    background-size: 350px !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 0px 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 {
  display: flex;
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
  padding: 126px 0px 144px 73px;
}

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

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

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

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

#about .about_bg_item03 {
  width: 158px;
  position: absolute;
  right: 410px;
  bottom: 280px;
}

#about .access {
  font-size: 20px;
  font-family: 'ten-mincho', serif;
  line-height: 2;
  padding-left: 24px;
  border-left: 1px solid #006D33;
}

#about .access span {
  display: block;
  margin-bottom: 10px;
  color: #3F3F3F;
}

#about .img_wrap {
  position: relative;
  width: 477px;
  height: 652px;
  margin-top: 80px;
}

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

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

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

#about .about_anime .map {
  width: 476px;
  opacity: 0;
  position: absolute;
  left: -30px;
  top: -30px;
  max-width: unset;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideLine {
  0% {
    width: 0;
  }
  100% {
    width: 166px;
  }
}

/* course */
#course {
  margin-top: -73px;
  background: #FEFBEE;
}

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

#course .wrap .inner {
  max-width: 1127px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}

#course .wrap .course_box_main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 0 120px;
}

#course .wrap .course_box_main .course_box_text {
  position: relative;
  max-width: 324px;
  width: 29%;
}

#course .wrap .course_box_main .course_box_image {
  width: 65%;
  max-width: 732px;
  aspect-ratio: 732 / 830;
  position: relative;
}

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

#course .wrap .course_box_main .course_box_image .titiel_course01 {
  width: 65px;
  left: 480px;
  top: 30px;
}

#course .wrap .course_box_main .course_box_image .course_1 {
  width: 732px;
  left: 0;
  top: 0;
}

#course .wrap .course_box_main .course_box_image .course_1b {
  width: 345px;
  top: 400px;
  top: 46%;
  left: 310px;
  left: 43%;
}

#course .wrap .course_box_main .course_box_image .course_1c {
  width: 295px;
  top: 480px;
  top: 55%;
  left: 0px;
}

#course .wrap h2 {
  font-size: 36px;
  letter-spacing: 0.145em;
  line-height: 1.5;
  font-family: 'ten-mincho', serif;
  color: #3F3F3F;
  writing-mode: vertical-rl;
  margin: 0 auto 49px;
  height: 500px;
}

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

#course .wrap .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #3F3F3F;
  font-family: 'ten-mincho', serif;
  display: block;
  width: 100%;
  margin: 0 auto 26px;
}

#course .wrap .link {
  display: block;
}

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

#course .wrap .link span {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.06em;
  transition: 0.5s;
  font-family: 'ten-mincho', serif;
  
  max-width: 325px;
  width: 100%;
  height: 78px;
  background-color: #003E1D;
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

#course .wrap .link span::after {
  content: "";
  width: 9.66px;
  height: 9.68px;
  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) h2 {
  height: 580px;
}

#course .wrap .course_box_main:nth-of-type(2) {
  flex-direction: row-reverse;
}

#course .wrap .course_box_main:nth-of-type(2) .course_box_image {
  width: 68%;
  max-width: 771px;
  padding-right: 40px;
}

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

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

#course .wrap .course_box_main:nth-of-type(2) .course_box_image .course_2b {
  width: 345px;
  top: 400px;
  top: 46%;
  left: 90px;
  left: 14%;
}

#course .wrap .course_box_main:nth-of-type(2) .course_box_image .course_2c {
  width: 295px;
  top: 450px;
  top: 55%;
  right: 0px;
}

#course .wrap .course_box_main:nth-of-type(3) h2 {
  height: 540px;
}

#course .wrap .course_box_main:nth-of-type(3) .course_box_image {
  margin-left: 16px;
}

#course .wrap .course_box_main:nth-of-type(3) .course_box_image .titiel_course03 {
  width: 65px;
  left: 480px;
  top: 30px;
}

.parallax {
  position: relative;
  height: 592px;
  overflow: hidden;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    width: 100%;
    height: min(19vw, 382px); ;
    background-image: url(../img/entrance/course_bg_btm.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .image_1 {
    position: absolute;
    left: 9.39%;
    top: -22%;
    z-index: 3;
    width: 150px;
  }
  .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%!important;
    padding:0!important ;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    z-index: -1;
    #video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: -1;
      background-image: url("../img/entrance/video.jpg");
    }
    #video video,
    #video img {
      display: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
/*.parallax*/

/* spots */
#spots {
  padding: 96px 0 110px;
  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: 7%, cover;
}

#spots .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

#spots h2 {
  position: relative;
  margin-bottom: 23px;
  padding-top: 31px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-family: 'ten-mincho', serif;
  letter-spacing: 0.05em;
}

#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.f32 {
  font-size: 32px;
}

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

#spots .tab {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  font-family: 'ten-mincho', serif;
  color: #fff;
}

#spots .tab li {
  width: calc(100% / 5);
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s;
}

#spots .tab li.active,
#spots .tab li:hover {
  background-color: #fff;
  color: #003E1D;
  transition: 0.5s;
}

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

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

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

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

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

#spots .tab li.active[data-spot=gourmet] span::before,
#spots .tab li[data-spot=gourmet]:hover 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,
#spots .tab li[data-spot=activity]:hover span::before {
  background: url("../img/entrance/icon/icon_activity_active.svg") no-repeat center/cover;
}

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

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

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

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

#spots .spot_list {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 49px 40px 18px;
  background-color: #fff;
  border-radius: 8px;
}

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

#spots .spot_list li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 30px;
}

#spots .spot_list li figure {
  display: block;
  width: 100%;
  height: 165px;
  overflow: hidden;
}

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

#spots .spot_list li a:hover img {
  transform: scale(1.05);
  opacity: 1;
  transition: 0.5s;
}

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

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

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

/* movie */
#movie {
  padding: 110px 0 40px;
  background-color: #fff;
}

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

#movie h2 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 33px;
  font-size: 36px;
  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: 30px;
  font-size: 24px;
  text-align: center;
  font-family: 'ten-mincho', serif;
}

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

#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: 49%;
  margin: 0 auto;
}
