

#wrap { display: none; }

@media (min-width: 991px) {

  
  html, body { height: 100%; overflow: hidden; }

  #wrap { display: block; width: 100%; margin: 0 auto; }

  .fp {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    
  }
  .section {
    position: relative;
    width: 100%;
    height: 100vh;               
    padding: 0;                  
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;    
  }

  

  
  .home-mo { display: none; }

  
  .dot-nav {
    position: fixed;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 10;
  }
  .dot-nav a { position: relative; display: flex; align-items: center; justify-content: flex-end; height: 20px; }
  .dot-nav a i {
    display: block;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--color-main2);  
    opacity: .8;
  }
  .dot-nav a:hover i { width: 10px; height: 10px; }
  .dot-nav a.is-active i { width: 12px; height: 12px; }
  .dot-nav a em {
    position: absolute;
    right: 22px;
    font-style: normal;
    font-size: 18px;
    font-weight: var(--fw-head);
    color: var(--color-main1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    white-space: nowrap;
    display: none;
  }
  .dot-nav a:hover em { display: block; }   

  
  .sec-main { background: var(--color-main1); }
  .sec-main .media-bg, .sec-main .media-bg img, .sec-main .media-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .sec-main .main-copy {
    position: absolute;
    left: 50%; top: 24%;
    transform: translateX(-50%);
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-40);
    text-align: center;
    z-index: 1;
  }
  
  .sec-main .main-title { width: 100%; }
  .sec-main .main-title img { display: block; width: 80%; height: auto; margin: 0 auto; }
  .sec-main .main-wordmark { font-size: 1.5rem; text-shadow: var(--shadow-soft); }

  
  .sec-rent { background: #fff; }
  .sec-rent .rent-inner {
    width: 100%; max-width: 1320px; margin: 0 auto;
    padding: 0 var(--sp-40, 40px);
    display: flex; flex-direction: column; justify-content: center;
    height: 100%; gap: var(--sp-24, 24px);
  }
  .rent-head { text-align: center; }
  .rent-kicker {
    display: inline-block; font-size: var(--fs-14); letter-spacing: .04em;
    color: var(--color-main1); border: 1px solid var(--color-main1);
    border-radius: 999px; padding: var(--sp-8) var(--sp-20);
  }
  .rent-title { font-size: var(--fs-31); font-weight: 700; color: var(--color-main2);
    margin: var(--sp-16) 0 var(--sp-8); word-break: keep-all; }
  .rent-lead { font-size: var(--fs-17); color: var(--color-gray-3); word-break: keep-all; }

  .rent-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--sp-16); }
  .rent-card {
    display: flex; flex-direction: column; gap: var(--sp-10);
    padding: var(--sp-24, 24px) var(--sp-20);
    border: 1px solid var(--color-gray-2); border-radius: var(--radius-btn, 8px);
    background: #fff; transition: border-color .25s, box-shadow .25s, transform .25s;
  }
  .rent-card:hover {
    border-color: var(--color-main3);
    box-shadow: 0 8px 28px rgba(var(--shadow-rgb), .12);
    transform: translateY(-3px);
  }
  .rc-no {
    font-size: var(--fs-14); font-weight: 700; letter-spacing: .08em;
    color: var(--color-main3);
  }
  .rc-tit { font-size: var(--fs-19); font-weight: 700; color: var(--color-main2);
    line-height: 1.4; word-break: keep-all; }
  .rc-desc { font-size: var(--fs-14); line-height: 1.7; color: var(--color-gray-3);
    word-break: keep-all; }

  .rent-foot { display: flex; flex-direction: column; align-items: center; gap: var(--sp-10); }
  .rent-more {
    display: inline-block; padding: var(--sp-12) var(--sp-32, 32px);
    border-radius: 999px; background: var(--color-main1); color: var(--color-text-invert);
    font-size: var(--fs-16); transition: background .25s;
  }
  .rent-more:hover { background: var(--color-main2); }
  
  .rent-notice { font-size: var(--fs-12); color: var(--color-gray-3); text-align: center;
    line-height: 1.6; word-break: keep-all; }

  
  
  .sec-location { background: #fff; }
  .loc-slides { position: relative; width: 100%; height: 100%; }
  
  .loc-deco {
    position: absolute;
    right: 9%; bottom: 12%;
    width: 200px;
    border-radius: var(--radius-btn);
    box-shadow: var(--shadow-card);
    opacity: .92;
    z-index: 3;
  }
  .loc-slide {
    position: absolute; inset: 0;
    display: none;
    align-items: center;
    justify-content: space-around;
    padding: var(--sp-80) var(--sp-150);
  }
  .loc-slide.is-current { display: flex; }

  
  .loc-image { position: relative; width: 35%; aspect-ratio: 16 / 9; z-index: 3; }
  .loc-image img { width: 100%; height: 100%; object-fit: contain; }

  .loc-text { position: relative; width: 40%; text-align: center; z-index: 3; }
  
  .loc-slide.no-image::before { content: ''; width: 35%; aspect-ratio: 16 / 9; } 
  .loc-title { font-size: 2.2rem; font-weight: var(--fw-head); padding-bottom: 50px; }
  .loc-desc { font-size: var(--fs-20); line-height: 1.75; }

  
  .loc-lines { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
  .loc-lines .line-h { position: absolute; left: 0; top: 70%; width: 100%; height: 1px; background: #a1a1a2; display: block; }
  .loc-lines .line-v { position: absolute; left: 28%; top: 0; height: 100%; width: 1px; background: #a1a1a2; display: block; }

  .loc-pg {
    position: absolute;
    left: 45%; top: 40%;
    display: flex;
    flex-direction: column;
    gap: var(--sp-40);
    z-index: 4;
  }
  .loc-pg button {
    width: 12px; height: 12px;
    background: var(--color-main1);
    transform: rotate(45deg);      
    opacity: .2;                   
    padding: 0;
  }
  .loc-pg button.is-active { opacity: 1; }

  
  .sec-community { background: var(--color-main1); }
  .comm-bg { position: absolute; inset: 0; }
  .comm-bg img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(.5);
    display: none;
  }
  .comm-bg img.is-current { display: block; }

  .comm-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 2;
  }
  .comm-tit { text-align: center; pointer-events: none; }
  .comm-display {
    font-family: var(--font-display-en);   
    font-size: 111px;                       
    font-weight: 800;
    letter-spacing: 5px;
    color: transparent;
    -webkit-text-stroke: 0.4px #fff;
    white-space: nowrap;
  }
  .comm-tit p {
    color: var(--color-text-invert);
    font-size: var(--fs-24);
    font-weight: var(--fw-light);
    line-height: 1.6;
    margin: 35px 0 45px;
  }
  .comm-tit p span { opacity: .5; }
  .comm-tit p b { font-weight: var(--fw-head); }

  
  .comm-thumbs { display: flex; align-items: center; justify-content: center; gap: 30px; }
  .comm-thumbs button {
    width: 112px; height: 112px;
    border-radius: var(--radius-circle);
    border: 2px solid #fff;
    overflow: hidden;
    padding: 0;
    flex: none;
  }
  .comm-thumbs button img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
  .comm-thumbs button:hover img { filter: grayscale(0); }
  .comm-thumbs button.is-current { width: 160px; height: 160px; border-width: 3px; box-shadow: var(--shadow-deep); }
  .comm-thumbs button.is-current img { filter: grayscale(0); }

  
  .comm-caption { width: 465px; text-align: center; margin-top: 10px; }
  .comm-caption h3 { font-size: 2.5rem; font-weight: var(--fw-emph); color: var(--color-text-invert); line-height: 1; }

  
  .sec-unit { background: url(../img/unit_bg_02.jpg) center / cover no-repeat; }
  .unit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    height: calc(100vh - 8vw);
    margin: 4vw auto 0;
    overflow: hidden;
  }
  .unit-divider { position: absolute; left: 43%; top: 0; width: 1px; height: 100vh; background: rgba(0,0,0,.12); }

  .unit-left { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 5%; width: 42%; height: 75%; }
  .plan-img { position: relative; flex: 1 1 auto; height: 58%; display: flex; align-items: center; justify-content: center; }
  .plan-img img { max-width: 90%; max-height: 100%; object-fit: contain; }
  .plan-rail {
    position: absolute; left: -12%; top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 0.6rem;
    font-weight: var(--fw-light);
    letter-spacing: 3px;
    color: rgba(0,0,0,.15);
    white-space: nowrap;
  }
  .plan-info { padding-top: var(--sp-20); }
  .u-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: var(--fw-light);
    color: var(--color-main2);            
    border: 1px solid var(--color-main2);
    padding: var(--sp-4) var(--sp-12);
    margin-bottom: 18px;
  }
  .u-kicker {
    display: flex; align-items: center; gap: var(--sp-10);
    font-size: var(--fs-14);
    font-weight: var(--fw-emph);
    letter-spacing: 3px;
    color: var(--color-main1);
    margin-bottom: var(--sp-8);
  }
  .u-kicker::before { content: ''; width: 25px; height: 1.5px; background: var(--color-main1); }
  .u-type {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 3.5rem);   
    line-height: 1;
    color: var(--color-main1);             
    padding: var(--sp-20) 0;
  }
  .u-type em { font-style: italic; color: var(--color-main3); }
  .u-desc { font-size: var(--fs-17); font-weight: var(--fw-light); opacity: .8; letter-spacing: .06em; line-height: 2; }

  .unit-right { flex: 1; height: 88%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-height: 0; } 
  .u-header { padding: 0 30px 24px; border-bottom: 1px solid rgba(0,0,0,.1); }
  .u-title {
    font-family: var(--font-serif);
    font-size: 0.8rem;
    font-weight: var(--fw-light);
    letter-spacing: .26em;
    text-transform: uppercase;
    color: rgba(0,0,0,.35);
    margin-bottom: var(--sp-8);
  }
  .u-heading {
    font-family: var(--font-serif);
    font-size: clamp(1.3rem, 2.2vw, 2rem); 
    font-weight: var(--fw-btn);
    color: var(--color-main1);
    line-height: 1.5;
  }
  .u-heading em { font-style: italic; color: var(--color-main3); }
  .u-iso { position: relative; display: flex; align-items: center; justify-content: center; min-height: 0; padding: 3% 4%; }
  .u-iso img { width: 100%; height: 100%; object-fit: cover; }

  .u-tabs { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(0,0,0,.1); } 
  .u-tabs button { position: relative; padding: var(--sp-16) 0; text-align: center; border-right: 1px solid rgba(0,0,0,.08); }
  .u-tabs button:last-child { border-right: 0; }
  .u-tabs button::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 0; background: var(--color-main3); }
  .u-tabs button:hover, .u-tabs button.is-current { background: rgba(0,0,0,.02); }
  .u-tabs button:hover::before, .u-tabs button.is-current::before { height: 2px; }
  .tab-label { font-size: var(--fs-16); font-weight: var(--fw-emph); letter-spacing: .04em; color: rgba(0,0,0,.3); } 
  .u-tabs button.is-current .tab-label { color: var(--color-main1); }
  .u-tabs button:hover .tab-label { color: var(--color-main1); }

  
  .sec-visit { background: var(--color-main1); }
  .visit-bg, .visit-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .visit-bg .visit-dim { position: absolute; inset: 0; background: var(--color-overlay-60); display: block; }

  .visit-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    width: 80%;
    max-width: 1680px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  }
  .visit-logo { font-size: 1.4rem; }
  .visit-wrap { display: flex; justify-content: space-between; align-items: center; gap: var(--sp-80); }

  .visit-info { width: 45%; display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-16); } 
  .info-block { width: 100%; }
  .info-block h4 { color: var(--color-text-invert); font-size: var(--fs-17); font-weight: var(--fw-btn); margin-bottom: var(--sp-8); }
  .info-line { display: block; width: 100%; height: 1px; background: rgba(255,255,255,.4); margin-bottom: var(--sp-10); transform-origin: left; }
  .info-block p { color: var(--color-gray-2); font-size: var(--fs-14); line-height: 1.6; }
  .info-row { display: flex; gap: var(--sp-40); width: 100%; }
  .info-row .info-block { flex: 1; }
  .info-notice p { color: var(--color-gray-1); font-size: 0.8rem; line-height: 1.6; }
  .info-copyright { color: var(--color-gray-1); font-size: var(--fs-14); }

  .visit-cards { width: 50%; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-20); } 
  .visit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 2.5rem 0;
    border: 2px solid rgba(255,255,255,.5);
    color: var(--color-text-invert);
    text-align: center;
  }
  .visit-card .card-desc { font-size: var(--fs-20); letter-spacing: var(--ls-title); }
  .visit-card .card-tit { font-size: var(--fs-25); font-weight: var(--fw-head); letter-spacing: var(--ls-title); }
  .visit-card.is-cta { cursor: pointer; }
  .visit-card:hover .card-desc, .visit-card:hover .card-tit { color: var(--color-main3); } 
}
