@charset "utf-8";

/* 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%;
}

/*250408追加ここから*/
/* バナーエリア */
.banner-area {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
.banner-area .midashi {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: ten-mincho, serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
}
.banner-area .midashi::before,
.banner-area .midashi::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  border-bottom: 2px solid currentColor;
}
.banner-area .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 2px solid currentColor;
}
.banner-area .banner.col2 > * {
  max-width: 350px;
  width: 100%;
}
.banner-area .banner img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.banner-area .banner .name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.5em;
}
.banner-area .banner a[target="_blank"] .name::after {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask-image: url("../img/entrance_2025/icon_external.svg");
  mask-image: url("../img/entrance_2025/icon_external.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-color: currentColor;
  margin-left: 0.5em;
}

.banner-area .banner .txt {
  display: block;
  font-size: 13px;
  margin-top: 0.5em;
}
/*250408追加ここまで*/

/* about */
#about {
  padding: 110px 0 65px;
  background-color: #f9f9f9;
}
#about .inner {
  width: 90%;
  margin: 0 auto;
}
#about .txt_wrap h2 {
  width: 280px;
  margin: 0 auto 70px;
}
#about .midashi {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 36px;
  color: #2a629a;
  font-family: ten-mincho, serif;
}
#about .txt {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
}
#about .access {
  margin-top: 55px;
  padding-left: 25px;
  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;
}
#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: 50%;
  padding-bottom: 15px;
  opacity: 0;
}
#about .about_anime.in .pin {
  animation: fadeIn 1s linear forwards;
}
#about .about_anime.in .line {
  animation: slideLine 0.5s linear 1s forwards;
}
#about .about_anime.in .map {
  animation: fadeIn 1s linear 1.5s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideLine {
  0% {
    width: 0;
  }
  100% {
    width: 28%;
  }
}

/* course */
#course {
  padding: 80px 0 150px;
  background-color: #f9f9f9;
}
#course .img .en {
  display: none;
}
#course .txt_wrap {
  font-family: ten-mincho, serif;
}
#course h2 {
  display: block;
  width: 65px;
  margin: 0 auto 60px;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-family: ten-mincho, serif;
  letter-spacing: 0.2em;
}
#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: #2f649e;
  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/fukuyama2023/icon/icon_arrow.svg") no-repeat center / cover;
}

/* bg video */
#bg {
  position: relative;
  width: 100%;
  height: 410px;
}
/* #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;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
#video video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* spots */
#spots {
  padding: 70px 0;
  background-color: #3572b4;
}
#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/fukuyama2023/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: #2a629a;
}
#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: 15px;
  height: 25px;
  background: url("../img/fukuyama2023/icon/icon_spot.svg") no-repeat center / cover;
}
#spots .tab li.active[data-spot="spot"] span::before {
  background: url("../img/fukuyama2023/icon/icon_spot_active.svg") no-repeat center / cover;
}
#spots .tab li[data-spot="gourmet"] span::before {
  width: 20px;
  height: 23px;
  background: url("../img/fukuyama2023/icon/icon_gourmet.svg") no-repeat center / cover;
}
#spots .tab li.active[data-spot="gourmet"] span::before {
  background: url("../img/fukuyama2023/icon/icon_gourmet_active.svg") no-repeat center / cover;
}
#spots .tab li[data-spot="activity"] span::before {
  width: 11px;
  height: 28px;
  background: url("../img/fukuyama2023/icon/icon_activity.svg") no-repeat center / cover;
}
#spots .tab li.active[data-spot="activity"] span::before {
  background: url("../img/fukuyama2023/icon/icon_activity_active.svg") no-repeat center / cover;
}
#spots .tab li[data-spot="hotel"] span::before {
  width: 22px;
  height: 15px;
  background: url("../img/fukuyama2023/icon/icon_hotel.svg") no-repeat center / cover;
}
#spots .tab li.active[data-spot="hotel"] span::before {
  background: url("../img/fukuyama2023/icon/icon_hotel_active.svg") no-repeat center / cover;
}
#spots .tab li[data-spot="event"] span::before {
  width: 22px;
  height: 22px;
  background: url("../img/fukuyama2023/icon/icon_event.svg") no-repeat center / cover;
}
#spots .tab li.active[data-spot="event"] span::before {
  background: url("../img/fukuyama2023/icon/icon_event_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/fukuyama2023/movie_top.png") no-repeat top left / 160px, url("../img/fukuyama2023/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/fukuyama2023/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%;
}
