@charset "UTF-8";
.lower-mv--wrapper {
  aspect-ratio: 1920/1104;
}
@media screen and (max-width: 767px) {
  .lower-mv--wrapper {
    aspect-ratio: 39/40;
  }
}

.intro-ttl-en {
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-ttl-en {
    max-width: 99px;
  }
}

.intro-sec {
  background-color: #000;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .intro-sec {
    margin-top: -1px;
  }
}

.intro-ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    margin-top: 14px;
  }
}

.intro-kv img, .intro-kv picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-mv {
  padding-bottom: 14px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .intro-mv {
    margin-top: 48px;
    position: relative;
  }
  .intro-mv::before, .intro-mv::after {
    position: absolute;
    content: "";
  }
}

.intro-inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .intro-inner {
    padding-bottom: 48px;
  }
}

.intro-txt {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .intro-txt {
    font-size: 12px;
  }
}
.intro-txt small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .intro-txt small {
    font-size: 10px;
  }
}

.intro-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  max-width: 966px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .intro-list {
    flex-direction: column;
    gap: 35px;
    padding: 0 30px;
    margin-top: 24px;
  }
}
.intro-list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .intro-list li {
    width: 100%;
  }
}

.intro-itemTtl {
  margin-top: 16px;
  text-align: center;
}

.intro-itemTxt {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  list-style: 160%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .intro-itemTxt {
    font-size: 12px;
  }
}

.intro-caption {
  color: #fff;
  text-align: right;
  padding: 4px;
}

.detail-sec {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail-sec {
    margin-bottom: 48px;
  }
}
.detail-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../../assets/img/place/bg-place.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}

.detail-inner {
  padding: 150px 20px 0;
}
@media screen and (max-width: 767px) {
  .detail-inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.detail-mv-caption {
  left: 4%;
}

.detail-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .detail-txt {
    margin-top: 16px;
    font-size: 12px;
  }
}

.detail-mv {
  margin: 24px auto 0;
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .detail-mv {
    padding-bottom: 1em;
  }
}

.access-ttl {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .access-ttl {
    margin-top: 80px;
  }
}

.access-list_wrap {
  padding-bottom: 20px;
}

.access-list {
  display: grid;
  grid-template-columns: 65.4% 1fr;
  /* 左が65.4%、右が残りの空間（34.6%） */
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .access-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin-top: 40px;
  }
}

.access-item01 {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .access-item01 {
    grid-area: 1/1/2/3;
  }
}

@media screen and (max-width: 767px) {
  .access-item02,
  .access-item03 {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.art-ttl {
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 767px) {
  .art-ttl {
    font-size: 14px !important;
  }
}

.art-btn_wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .art-btn_wrap {
    gap: 8px;
    margin-top: 16px;
  }
}

.art-list {
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .art-list {
    margin-top: 24px;
  }
}
.art-list.done-fadein .art-txt span::before {
  left: 0;
  width: 100%;
}

.art-txt {
  position: absolute;
  max-width: 280px;
  width: 100%;
  text-align: center;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .art-txt {
    max-width: 120px;
    right: -20%;
  }
}
.art-txt span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .art-txt span {
    max-width: 120px;
    font-size: 14px;
  }
}
.art-txt span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.5px;
  background-color: #fff;
  bottom: 1px;
  left: -100%;
  transition: 0.8s;
  transition-delay: 0.7s;
}

@media screen and (max-width: 767px) {
  .art-caption {
    right: -20% !important;
  }
}

/* ========================
   コンテンツの切り替え
   ======================== */
.art-item {
  display: none;
}
@media screen and (max-width: 767px) {
  .art-item {
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.art-item {
  /* デフォルトは非表示 */
}
.art-item img {
  aspect-ratio: 1920/600;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .art-item img {
    max-width: 140%;
    width: 140%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.art-item.is-active {
  display: block;
  /* is-activeがある時だけ表示 */
  animation: fadeIn 0.4s ease;
  /* ふわっと切り替わるアニメーション */
}

.art-txt,
.art-caption {
  transition: opacity 0.3s ease;
}
.art-txt.is-hidden,
.art-caption.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.art-scroll-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .art-scroll-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: pointer;
    padding: 0;
  }
  .art-scroll-nav svg {
    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.9));
  }
  .art-scroll-nav--prev {
    left: 0;
  }
  .art-scroll-nav--next {
    right: 0;
  }
}

.art-item-inr {
  position: relative;
  height: 100%;
}

/* ========================
   ボタンのスタイル（見た目の変化）
   ======================== */
.art-btn {
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  padding: 10px;
  position: relative;
  max-width: 320px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .art-btn {
    padding: 6px;
  }
}
.art-btn span {
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .art-btn span {
    font-size: 12px;
  }
}
.art-btn.day::before {
  background: linear-gradient(to bottom, #AAA088 0%, #8E8061 71%, #808080 100%);
}
.art-btn.day::after {
  content: none;
}
.art-btn::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #95A2A8 0%, #95A2A8 20%, #808080 60%, #808080 100%);
}
.art-btn::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #95A2A8;
}

/* 選択されている時のボタンスタイル */
.art-btn.is-active {
  opacity: 1;
}

/* ふわっと表示させるアニメーションの定義 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.art-sec {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .art-sec {
    padding-bottom: 48px;
  }
}

.art-inner {
  padding: 150px 20px 0;
}
@media screen and (max-width: 767px) {
  .art-inner {
    padding: 80px 16px 0;
  }
}