/*
 * トップページ - スマホ用（768px以下）
 */

/* ========================================
   Hero Section
   ======================================== */
.hero {
  position: relative;
  width: 100%;
  background: #f5f2ef;
}
.hero .hero_img{
  width: 100%;
  aspect-ratio: 1.4 / 0.8;
}
.hero img {
  width: 120%;
}
.hero__bg {
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 0px 40px 0px;
  text-align: center;
}

.hero__main-catch {
  margin-bottom: 26px;
  color: #000;
}

.hero__location {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
  opacity: 0.95;
}

.hero__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.hero__opening {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
  display: inline-block;
}

.hero__notice {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 2px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  width: calc(100% - 40px);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.hero__notice-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}

.hero__notice-note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #666;
}
.nav-wrap{
  padding-bottom: 30px;
  background: #f5f2ef;
}
.hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  max-width: 400px;
  margin: 0 auto 20px auto;
  padding: 0 0px;
}

.hero__nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 0px 12px 0px;
  width: 100px;
  height: 54px;
  background: rgb(251 249 245 / 50%);
  backdrop-filter: blur(10px);
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero__nav-btn:hover {
  background: rgb(251 249 245 / 70%);
  box-shadow: 0 4px 15px rgba(195, 168, 105, 0.4);
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 6.4px;
  border-radius: 9999px;
  background-color: #444444;
  transform-origin: 50% calc(100% - 0.5px);
}

.arrow::before {
  transform: rotate(56.3deg);
}

.arrow::after {
  transform: rotate(-56.3deg);
}
.hero__nav-icon {
  font-size: 24px;
  margin-right: 15px;
  filter: grayscale(100%);
  opacity: 0.7;
  flex-shrink: 0;
}

.hero__nav-text {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: left;
  transition: color 0.3s ease;
}

.hero__schedule-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  background: #8d7d64;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* ========================================
     Main Slider
     ======================================== */
.main-slider {
  margin-top: 50px;
  overflow: hidden;
}

.main-slider-inner {
  display: flex;
  width: calc(100% - 20px);
  max-width: 1500px;
  margin: 0 auto;
}

.main-slider .main-box {
  width: 30%;
  aspect-ratio: 5 / 7;
  background: #f1f1f1;
}
.main-box .img,
.sub-box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.main-slider .sub-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 70%;
  padding-left: 3%;
}
.main-slider .sub-box .sub-box-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .sub-box .title {
  display: flex;
  justify-content: center;
}
.main-slider .sub-box .title h2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-slider .sub-box .title h2 .main-title {
  font-size: 4vw;
}
.main-slider .sub-box .title h2 .sub-title {
  margin-top: 2.5vw;
  font-size: 3.1vw;
}

.main-slider .sub-slider {
  display: flex;
  width: 103%;
}
.main-slider .sub-slider li {
  width: 16%;
  margin-right: 2.5%;
  aspect-ratio: 5 / 7;
  background: #f1f1f1;
}

/* ========================================
   Director Section
   ======================================== */
.director {
  position: relative;
  max-width: 1500px;
  margin: 80px auto 0 auto;
  overflow: hidden;
}
.director .cont-inner {
  position: relative;
  max-width: 1000px;
  margin: 0px auto 0 auto;
  display: flex;
}
.director_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 40%;
  /* overflow: hidden; */
  /* background: #f1f1f1; */
}
.director_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(30px);
  opacity: 0.6;
}
.director .img-box {
  width: 32%;
  aspect-ratio: 1/1.3;
}

.director__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.director__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.director__catch {
  font-size: 4vw;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.director__btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: clamp(10px, 3.8vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--color-accent-tan);
  text-decoration: none;
  transition: opacity 0.3s;
}

.director__btn:hover {
  opacity: 0.8;
}

/* ========================================
   Schedule Section
   ======================================== */
.schedule {
  margin-top: 80px;
  padding: 50px 4px 40px;
  background: var(--color-bg-beige);
}
.schedule__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.schedule__title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
}
.schedule .schedule__cont {
  margin: -12vw auto 0 auto;
}

.schedule .link__block {
  display: flex;
  justify-content: flex-end;
}

.schedule__link {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}

/* ========================================
   Information Section
   ======================================== */
.information {
  margin: 80px auto 0px auto;
  width: calc(100% - 40px);
  max-width: 500px;
}

.information__title {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.information__list {
  margin-bottom: 30px;
}

.information__item:not(:first-child)::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  margin: 0 auto 16px;
  background-image: radial-gradient(circle, #aaa 1px, transparent 1px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left center;
}

.information__item {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.information__item:last-child {
  margin-bottom: 0px;
}

.information__date {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.information__text {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.information__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 180px;
  height: 44px;
  margin: 0 auto;
  background: var(--color-accent-tan);
  color: var(--color-bg);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
  transition: background 0.3s;
}
