@charset "UTF-8";

/* =============================================
   home02.css
   スコープ: #home02
   kona-resort-top_v1.html のスタイルを移植
   home.css / common.css と競合しない独立スタイル
   ============================================= */

:root {
 --h2-ink: #1c2024;
 --h2-sea: #13343b;
 --h2-twi: #27486b;
 --h2-sand: #efe9df;
 --h2-paper: #f7f4ee;
 --h2-gold: #c69a5b;
 --h2-line: rgba(28, 32, 36, 0.14);
 --h2-serif: "Noto Serif JP", serif;
 --h2-en: "Cormorant", serif;
 --h2-sans: "Zen Kaku Gothic New", sans-serif;
}

/* ===== l-main02 ===== */
#home02 .l-main02 {
 overflow: hidden;
}

/* =============================================
   Hero
   ============================================= */
#home02 .hero02 {
 height: 100svh;
 min-height: 620px;
 color: #fff;
 display: flex;
 align-items: flex-end;
 overflow: hidden;
 position: relative;
}

#home02 .hero02__bg {
 position: absolute;
 inset: 0;
}

#home02 .hero02__bg img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transform: scale(1.06);
 transition: transform 8s ease-out;
}

#home02 .hero02__bg img.loaded {
 transform: scale(1);
}

#home02 .hero02__veil {
 position: absolute;
 inset: 0;
 background: linear-gradient(
  180deg,
  rgba(10, 20, 28, 0.15),
  rgba(10, 20, 28, 0.58)
 );
}

#home02 .hero02__inner {
 position: relative;
 padding: 0 clamp(20px, 5vw, 70px) clamp(60px, 10vh, 120px);
 max-width: 1130px;
}

#home02 .hero02__kicker {
 font-family: var(--h2-en);
 letter-spacing: 0.42em;
 font-size: 13px;
 opacity: 0.9;
 margin-bottom: 22px;
 text-transform: uppercase;
}

#home02 .hero02__inner h1 {
 font-family: var(--h2-serif);
 font-weight: 300;
 font-size: clamp(2.1rem, 5.4vw, 4.4rem);
 line-height: 1.5;
 text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
 margin: 0;
}

#home02 .hero02__inner h1 strong {
 font-weight: 600;
 color: var(--h2-gold);
}

#home02 .hero02__sub {
 margin-top: 24px;
 font-size: clamp(0.92rem, 1.4vw, 1.05rem);
 opacity: 0.92;
 font-weight: 300;
 max-width: 650px;
 line-height: 1.9;
}

#home02 .scroll02 {
 position: absolute;
 left: 50%;
 bottom: 26px;
 transform: translateX(-50%);
 font-family: var(--h2-en);
 font-size: 11px;
 letter-spacing: 0.3em;
 color: #fff;
 opacity: 0.85;
 text-align: center;
 text-transform: uppercase;
}

#home02 .scroll02::after {
 content: "";
 display: block;
 width: 1px;
 height: 46px;
 background: #fff;
 margin: 10px auto 0;
 animation: sdl02 2.2s infinite;
}

@keyframes sdl02 {
 0% {
  transform: scaleY(0);
  transform-origin: top;
 }
 45% {
  transform: scaleY(1);
  transform-origin: top;
 }
 55% {
  transform: scaleY(1);
  transform-origin: bottom;
 }
 100% {
  transform: scaleY(0);
  transform-origin: bottom;
 }
}

@media (prefers-reduced-motion: reduce) {
 #home02 .scroll02::after {
  animation: none;
 }
}

/* =============================================
   Concept
   ============================================= */
#home02 .concept02 {
 padding: clamp(80px, 14vh, 150px) 0;
 text-align: center;
}

#home02 .concept02 h2 {
 font-family: var(--h2-serif);
 font-weight: 300;
 font-size: clamp(1.5rem, 3.4vw, 2.5rem);
 line-height: 1.7;
 margin-bottom: 30px;
 color: var(--h2-ink);
 text-align: center;
}

#home02 .concept02 p {
 max-width: 680px;
 margin-inline: auto;
 font-weight: 300;
 color: #46504f;
 line-height: 2;
}

/* =============================================
   Brands
   ============================================= */
#home02 .brands02 {
 padding: 0 0 clamp(60px, 10vh, 110px);
}

#home02 .brands02__head {
 text-align: center;
 padding: 0 0 clamp(40px, 7vh, 80px);
}

#home02 .brands02__head h2 {
 font-family: var(--h2-serif);
 font-weight: 300;
 font-size: clamp(1.5rem, 3.4vw, 2.4rem);
 color: var(--h2-ink);
 margin: 0;
 text-align: center;
}

#home02 .brand02 {
 display: grid;
 grid-template-columns: 1.05fr 0.95fr;
 min-height: clamp(360px, 60vh, 620px);
 border-top: 1px solid var(--h2-line);
}

#home02 .brand02--reverse .brand02__media {
 order: 2;
}

#home02 .brand02__media {
 position: relative;
 overflow: hidden;
}

#home02 .brand02__media img {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.6s ease;
}

#home02 .brand02:hover .brand02__media img {
 transform: scale(1.04);
}

#home02 .brand02__body {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: clamp(34px, 5vw, 76px);
}

#home02 .brand02__no {
 font-family: var(--h2-en);
 font-size: 13px;
 letter-spacing: 0.3em;
 color: var(--h2-gold);
 text-transform: uppercase;
}

#home02 .brand02__name {
 font-family: var(--h2-en);
 font-size: clamp(1.7rem, 3.4vw, 2.7rem);
 letter-spacing: 0.06em;
 margin: 14px 0 6px;
 font-weight: 500;
 color: var(--h2-ink);
}

#home02 .brand02__jp {
 font-family: var(--h2-serif);
 font-size: 0.95rem;
 color: #5b6463;
 margin-bottom: 22px;
}

#home02 .brand02__catch {
 font-family: var(--h2-serif);
 font-weight: 300;
 font-size: clamp(1.05rem, 1.7vw, 1.3rem);
 line-height: 1.8;
 margin-bottom: 18px;
 color: var(--h2-ink);
}

#home02 .brand02__meta {
 font-size: 0.85rem;
 color: #5b6463;
 margin-bottom: 30px;
 letter-spacing: 0.04em;
 line-height: 1.8;
}

#home02 .brand02__cta {
 display: inline-flex;
 align-items: center;
 gap: 12px;
 font-family: var(--h2-en);
 letter-spacing: 0.16em;
 font-size: 14px;
 text-transform: uppercase;
 align-self: flex-start;
 border-bottom: 1px solid var(--h2-ink);
 padding-bottom: 6px;
 transition: 0.3s;
 color: var(--h2-ink);
}

#home02 .brand02__cta:hover {
 gap: 20px;
 color: var(--h2-gold);
 border-color: var(--h2-gold);
}

#home02 .brand02__cta i {
 font-style: normal;
}

/* =============================================
   Strip: Location / Services
   ============================================= */
#home02 .strip02 {
 display: grid;
 grid-template-columns: 1fr 1fr;
 border-top: 1px solid var(--h2-line);
 border-bottom: 1px solid var(--h2-line);
}

#home02 .strip02__cell {
 padding: clamp(56px, 9vh, 110px) clamp(28px, 5vw, 72px);
}

#home02 .strip02__cell:first-child {
 border-right: 1px solid var(--h2-line);
}

#home02 .strip02__cell h3 {
 font-family: var(--h2-serif);
 font-weight: 300;
 font-size: clamp(1.3rem, 2.6vw, 1.9rem);
 margin: 12px 0 18px;
 color: var(--h2-ink);
}

#home02 .strip02__cell p {
 font-weight: 300;
 color: #46504f;
 margin-bottom: 26px;
 max-width: 440px;
 line-height: 1.9;
}

#home02 .mini-link02 {
 font-family: var(--h2-en);
 letter-spacing: 0.16em;
 font-size: 13px;
 border-bottom: 1px solid var(--h2-ink);
 padding-bottom: 5px;
 text-transform: uppercase;
 transition: 0.3s;
 color: var(--h2-ink);
}

#home02 .mini-link02:hover {
 color: var(--h2-gold);
 border-color: var(--h2-gold);
}

/* =============================================
   News
   ============================================= */
#home02 .news02 {
 padding: clamp(70px, 11vh, 130px) 0;
}

#home02 .news02__heading {
 font-family: var(--h2-serif);
 font-weight: 300;
 text-align: center;
 font-size: clamp(1.4rem, 3vw, 2.1rem);
 margin: 0 0 46px;
 color: var(--h2-ink);
}

#home02 .news02__grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: clamp(18px, 2.4vw, 34px);
}

#home02 .ncard02 a {
 display: block;
 color: var(--h2-ink);
}

#home02 .ncard02__img {
 height: 210px;
 overflow: hidden;
 border-radius: 3px;
 margin-bottom: 18px;
 background: linear-gradient(135deg, var(--h2-twi), var(--h2-sea));
}

#home02 .ncard02__img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.5s ease;
}

#home02 .ncard02:hover .ncard02__img img {
 transform: scale(1.04);
}

#home02 .ncard02__date {
 font-family: var(--h2-en);
 letter-spacing: 0.14em;
 font-size: 12px;
 color: var(--h2-gold);
 display: block;
}

#home02 .ncard02__title {
 font-family: var(--h2-serif);
 font-weight: 400;
 font-size: 1.02rem;
 margin-top: 8px;
 line-height: 1.7;
}

#home02 .news02__more {
 text-align: center;
 margin-top: 50px;
}

#home02 .news02__more a {
 font-family: var(--h2-en);
 letter-spacing: 0.2em;
 font-size: 13px;
 border-bottom: 1px solid var(--h2-ink);
 padding-bottom: 5px;
 text-transform: uppercase;
 transition: 0.3s;
 color: var(--h2-ink);
}

#home02 .news02__more a:hover {
 color: var(--h2-gold);
 border-color: var(--h2-gold);
}

/* =============================================
   Reserve CTA
   ============================================= */
#home02 .cta02 {
 position: relative;
 color: #fff;
 text-align: center;
 padding: clamp(80px, 14vh, 160px) 20px;
 overflow: hidden;
}

#home02 .cta02__bg {
 position: absolute;
 inset: 0;
}

#home02 .cta02__bg img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#home02 .cta02__bg::after {
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(
  135deg,
  rgba(19, 52, 59, 0.72),
  rgba(39, 72, 107, 0.65)
 );
}

#home02 .cta02__in {
 position: relative;
 z-index: 2;
}

#home02 .cta02__in h2 {
 font-family: var(--h2-serif);
 font-weight: 300;
 font-size: clamp(1.6rem, 3.6vw, 2.6rem);
 margin-bottom: 20px;
 color: #fff;
 text-align: center;
}

#home02 .cta02__in p {
 opacity: 0.9;
 font-weight: 300;
 margin-bottom: 42px;
 line-height: 1.9;
 text-align: center;
}

#home02 .cta02__btns {
 display: flex;
 gap: 14px;
 justify-content: center;
 flex-wrap: wrap;
}

#home02 .btn02 {
 font-family: var(--h2-en);
 letter-spacing: 0.16em;
 font-size: 13px;
 padding: 15px 30px;
 border: 1px solid #fff;
 border-radius: 999px;
 color: #fff;
 transition: 0.3s;
 text-transform: uppercase;
}

#home02 .btn02:hover {
 background: #fff;
 color: var(--h2-sea);
}

#home02 .btn02--g {
 background: var(--h2-gold);
 border-color: var(--h2-gold);
 color: #1c2024;
}

#home02 .btn02--g:hover {
 background: transparent;
 color: #fff;
 border-color: #fff;
}

/* =============================================
   Footer
   ============================================= */
#home02 .footer02 {
 background: var(--h2-sea);
 color: rgba(255, 255, 255, 0.82);
 padding: clamp(56px, 9vh, 90px) 0 36px;
}

#home02 .f02-grid {
 display: grid;
 grid-template-columns: 1.4fr 1fr 1fr 1fr;
 gap: 36px;
}

#home02 .f02-logo {
 height: 55px;
 margin-bottom: 18px;
}

#home02 .f02-logo img {
 height: 100%;
 width: auto;
}

#home02 .f02-note {
 font-size: 12px;
 opacity: 0.6;
 font-weight: 300;
 line-height: 1.8;
}

#home02 .f02-head {
 font-family: var(--h2-en);
 letter-spacing: 0.2em;
 font-size: 12px;
 color: var(--h2-gold);
 margin-bottom: 16px;
 text-transform: uppercase;
 font-weight: 400;
}

#home02 .f02-list {
 font-size: 13px;
 font-weight: 300;
}

#home02 .f02-list li {
 margin-bottom: 11px;
 opacity: 0.85;
}

#home02 .f02-list li a:hover {
 opacity: 1;
 color: #fff;
}

#home02 .f02-bottom {
 border-top: 1px solid rgba(255, 255, 255, 0.14);
 margin-top: 46px;
 padding-top: 24px;
 display: flex;
 justify-content: space-between;
 font-size: 12px;
 opacity: 0.6;
 flex-wrap: wrap;
 gap: 10px;
}

/* =============================================
   Responsive
   ============================================= */
@media screen and (max-width: 860px) {
 #home02 .brand02 {
  grid-template-columns: 1fr;
 }

 #home02 .brand02--reverse .brand02__media {
  order: 0;
 }

 #home02 .brand02__media {
  min-height: 260px;
 }

 #home02 .strip02 {
  grid-template-columns: 1fr;
 }

 #home02 .strip02__cell:first-child {
  border-right: none;
  border-bottom: 1px solid var(--h2-line);
 }

 #home02 .news02__grid {
  grid-template-columns: 1fr;
 }

 #home02 .f02-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
 }
}

@media screen and (max-width: 560px) {
 #home02 .f02-grid {
  grid-template-columns: 1fr;
 }

 #home02 .cta02__btns {
  flex-direction: column;
  align-items: center;
 }

 #home02 .btn02 {
  width: 100%;
  max-width: 280px;
 }
}
