@charset 'utf-8';
.feature-in {
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 7px;
}

/* KV------------------------------ */
.feature-KV {
  position: relative;
  width: 100%;
  height: calc(100vh - 113px);
  min-height: 380px;
  overflow: hidden;
}

.feature-KV-slider {
  height: 100%;
}

.feature-KV-slider .slick-list,
.feature-KV-slider .slick-track,
.feature-KV-img {
  height: 100%;
}

.feature-KV-slider .slick-slide > div {
  height: 100%;
}

.feature-KV-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ---------------------- */

/* feature01------------------------------ */
/* タイトルボックス */
.feature-KV-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 30px;
  max-width: 720px;
  border-radius: 0 30px 0 0;
}
.feature-KV-title h2 {
  margin: 0;
  font-size: 2em;
  font-weight: 800;
  color: #594639;
}
/* ------------------------ */

/* サブタイトル（span） */
.feature-title-plan {
  display: block;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #849d80;
  margin-bottom: 12px;
}

/* タイトルデザイン */
.title-1 {
  position: relative;
  padding-left: 18px;
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: fit-content;
  margin: 36px auto;
}

.title-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 3px;
  height: 1.6em;
  background: linear-gradient(to bottom, #bbb, #d6d6d6, #bbb);
  border-radius: 4px;
}

/* about--------------------------- */
.feature-about-text {
  margin-top: 16px;
  line-height: 1.8;
}

/* pickup-------------------------- */
.pickup-bg {
  margin-top: 70px;
  background: #c9ccc6;
  width: 80%;
  padding: 50px;
  box-shadow: 0 18px 8px rgba(0, 0, 0, 0.18);
}
.pickup-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pickup-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #594639;
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #594639;
}
.pickup-contents-title {
  font-size: 1.8em;
  margin-bottom: 12px;
  color: #594639;
}

.pickup-text-box {
  width: 60%;
}

.pickup-text-box p {
  line-height: 1.8;
}
.pickup-img-box {
  display: flex;
  margin: -17px 0px 0px 0px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* picup高尾山 グルメ */
.feature-pickup-takao .pickup-bg,
.feature-pickup-gourmet .pickup-bg {
  border-radius: 0 30px 30px 0;
}
.feature-pickup-takao .pickup-text-box {
  width: 90%;
  margin-right: 30px;
}

.feature-pickup-gourmet .pickup-img,
.feature-pickup-yakuouin .pickup-img,
.feature-pickup-takao .pickup-img {
  max-width: 390px !important;
}

/* picup歴史と工芸 */
.feature-pickup-history .pickup-bg {
  border-radius: 30px 0 0 30px;
  padding: 30px;
  margin-left: auto;
}
.feature-pickup-history .pickup-item,
.feature-pickup-geisha .pickup-item,
.feature-pickup-gourmet .pickup-item {
  margin-top: 30px;
}

.feature-pickup-geisha .pickup-item {
  justify-content: space-between;
}

.pickup-history-img {
  max-width: 390px !important;
}

.pickup-img-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 20px;
}

.pickup-img-gallery img {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 宿泊：カード ------------------- */
.pickup-card-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

/* カードをslickスライダーで使う場合 */
.pickup-card-box--slider {
  display: block;
}
.pickup-card-box--slider .slick-list {
  margin: 0 -12px;
}
.pickup-card-box--slider .slick-slide {
  margin: 0 12px;
  height: auto;
}
.pickup-card-box--slider .slick-slide > div {
  height: 100%;
}
.pickup-card-box--slider .pickup-card-item {
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}
.pickup-card-box--slider .pickup-card-item img {
  flex: 0 0 auto;
  aspect-ratio: 4 / 3;
}
.pickup-card-box--slider .pickup-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pickup-card-box--slider .pickup-card-item p {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pickup-card-item {
  background: #fff;
  overflow: hidden;
}
.pickup-card-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.pickup-card-title {
  padding: 14px 14px 0;
  font-size: 1em;
}
.pickup-card-item p {
  margin: 0;
  padding: 14px 14px 16px;
  line-height: 1.7;
  font-size: 0.98rem;
}

/* 特集2----------------- */
.day-1 {
  background: rgba(234, 243, 252, 0.6);
  padding: 15px 0 50px;
}
.feature-title {
  font-size: 2.4em;
}
.feature-course-day-title {
  font-size: 2em;
  padding-top: 25px;
  border-top: 1px solid #594639;
  margin-bottom: 15px;
}
.feature-course-day {
  font-size: 0.7em;
}
.feature-course-title {
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 15px;
}
.pickup-spot-title {
  font-size: 2.6em;
  font-weight: bold;
  opacity: 0.4;
  margin-top: 55px;
}

.feature-lake-box {
  margin-bottom: 12px;
}

.feature-course-spot-flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 50px;
}
.feature-course-spot img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.day-1 .feature-course-spot .pickup-card-title,
.day-2 .feature-course-spot .pickup-card-title,
.day-3 .feature-course-spot .pickup-card-title {
  padding: 4px 0 6px 0;
}
.day-1 .pickup-item,
.day-2 .pickup-item,
.day-3 .pickup-item {
  justify-content: space-between;
}
.day-1 .pickup-img,
.day-2 .pickup-img,
.day-3 .pickup-img {
  max-width: 390px !important;
}

/* 特集3----------------- */
/* =========================
   円の並び（PC）
========================= */
.circle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}

/* =========================
   円
========================= */
.circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: relative;
  background: #fff;
  margin-left: -32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px;

  /* 線の濃さ制御用 */
  --line-opacity: 1;
}

.circle::before,
.circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #c94b4b, #ff9a9a) border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: var(--line-opacity);
}

.circle::after {
  inset: 6px;
  opacity: calc(var(--line-opacity) * 0.6);
}

.circle:nth-child(1) {
  z-index: 1;
  --line-opacity: 0.5;
}

.circle:nth-child(2) {
  z-index: 2;
  --line-opacity: 1;
}

.circle:nth-child(3) {
  z-index: 1;
  --line-opacity: 0.5;
}

.circle h4 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

.circle p {
  font-size: 0.9rem;
  line-height: 1.7;
}

.circle-desc {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.9;
}

.fade-item {
  opacity: 0;
  transform: translateY(32px) scale(0.95);
  transition:
    opacity 1.4s ease,
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.feature-culture .pickup-item {
  justify-content: space-between;
}
.feature-culture .pickup-img {
  max-width: 390px !important;
}

.grid-section {
  padding: 25px 16px;
  /* 方眼背景 */
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
}

.grid-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.grid-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.grid-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.grid-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.grid-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
}

/* 説明文 */
.grid-desc {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
}

/* テーブル */
.access-table {
  width: 100%;
  max-width: 900px;
  margin: 25px auto;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 0.4);
}
.access-table tr:not(:last-child) td,
.access-table tr:not(:last-child) th {
  border-bottom: 1px solid #e6e6e6;
}
.access-table th {
  width: 160px;
  padding: 20px 18px;
  background: #f6f8fa;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.05em;
}

/* 右内容 */
.access-table td {
  padding: 20px 24px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
}

.access-table tr:hover {
  background: #fafafa;
}

/* 特集4 */
/* KV */
/* 全体 */
.kv-scroll-in {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-left: 15%;
  margin: 80px auto;
}

/* 左側 SCROLL */
.kv-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.kv-scroll-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  letter-spacing: 2px;
}

.kv-scroll-line {
  width: 1px;
  height: 120px;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.kv-scroll-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: #333;
  transform: translateY(-120%);
  animation: kv-scroll-line-flow 1.6s ease-in-out infinite;
}

@keyframes kv-scroll-line-flow {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(260%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kv-scroll-line {
    background: #333;
  }
  .kv-scroll-line::before {
    animation: none;
    display: none;
  }
}

.kv-image {
  flex: 1;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  height: 600px;
}

.kv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* bg画像*/
.feature-04-bg01,
.feature-04-bg02 {
  position: relative;
}
.feature-04-bg01::before,
.feature-04-bg02::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.feature-04-bg01 > *,
.feature-04-bg02 > * {
  position: relative;
  z-index: 1;
}
.feature-04-bg01,
.feature-04-bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  color: #fafafa;
}
.feature-04-bg01 {
  background-image: url(../../../ko/feature/img/feature-04/bg-01.webp);
}
.feature-04-bg02 {
  background-image: url(../../../ko/feature/img/feature-04/bg-02.webp);
}
.feature-04-bg01 .pickup-item,
.feature-04-bg02 .pickup-item {
  margin-bottom: 70px;
}
.feature-04-bg01 img,
.feature-04-bg02 img,
.feature-04-spot03 img {
  border-radius: 40px;
}
.feature-04-spot03 img {
  margin: 30px auto;
}
.feature-spot-title {
  font-size: 1.8em;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
