@charset "utf-8";


/* ----------------------------------------------------------
   RESET
---------------------------------------------------------- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ----------------------------------------------------------
   見出し・本文・余白
---------------------------------------------------------- */


h1 {
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;

}

h2 {
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;

}

h3 {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}

.h3_en_style {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    padding: 0.5rem 0 0 0;
}



p {
    font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 16px;
    padding: 0 1rem;
    text-align: left;
}

.text-style--accent {
    font-family: "cofo-raffine",
        sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}


.h2_style-box {
    padding: 5rem 0 0.5rem 0;
}


.h3_style-box_normal {
    padding: 1rem 0;
}

.h3_style-box_bottom {
    padding: 0 0 2rem 0;
}

.bottom-space {
    padding-bottom: 5rem;
}


/* ----------------------------------------------------------
   border
---------------------------------------------------------- */

.under_border-box {
    display: block;
    margin: 0 auto;
    width: 140px;
    border-bottom: #FF5300 solid 1px;
}

.under_border-box-dark {
    display: block;
    margin: 0 auto;
    width: 70px;
    border-bottom: #000 solid 1px;
}

.under_border-box-white {
    display: block;
    margin: 0 auto;
    width: 70px;
    border-bottom: #fff solid 1px;
}


/* ----------------------------------------------------------
   楕円あしらい
---------------------------------------------------------- */

.gss-oval-decoration_w {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.gss-oval-decoration_orng {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF5300;
}

.gss-oval-decoration_bk {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.oval-box {
    padding: 2.5rem 0;
}

/* ----------------------------------------------------------
   BODY
---------------------------------------------------------- */


html {
    font-size: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-height: 100vh;
    font-family: sans-serif;
    color: #1A1A1A;
    line-height: 1.6;
    text-align: center;
    overflow-x: hidden;
}



.container {
    max-width: 1512px;
    margin: 0 auto;
    display: block;
}


/* ----------------------------------------------------------
  FV SLIDESHOW
---------------------------------------------------------- */
/*
.gss-fv {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
}

.fv-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fv-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.fv-slide:first-child {
    opacity: 1;
    z-index: 2;
}

.fv-slide__img {
    position: absolute;

    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    will-change: transform;
}


.fv-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.28) 0%,
            rgba(0, 0, 0, 0.08) 45%,
            rgba(0, 0, 0, 0.38) 100%);
    z-index: 1;
}


.fv_sub,
.fv_main,
.fv_sub_accent {
    position: relative;
    z-index: 3;
}


.fv_sub {

    top: -40%;
    padding: 3rem 0 0 0;
    text-align: center;
    color: #fff;
}

.fv_sub_accent {

    top: 28%;
    border-bottom: #FF5300 solid 1px;

}

.fv_sub_style-box {
    padding: 1.2rem 0 0 0;
}


.fv-progress {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
    align-items: center;
}

.fv-progress__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: background 0.4s ease, transform 0.4s ease;
    cursor: pointer;
}

.fv-progress__dot.is-active {
    background: #fff;
    transform: scale(1.5);
}
*/

/* ----------------------------------------------------------
           FV SLIDESHOW
---------------------------------------------------------- */
.gss-fv {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
}

.fv-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fv-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.fv-slide:first-child {
    opacity: 1;
    z-index: 2;
}

.fv-slide__img {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    will-change: transform;
}


.fv-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.28) 0%,
            rgba(0, 0, 0, 0.08) 45%,
            rgba(0, 0, 0, 0.38) 100%);
    z-index: 1;
}


.fv_sub,
.fv_main,
.fv_sub_accent {
    position: relative;
    z-index: 3;
}

.fv_sub {

    top: -40%;
    padding: 3rem 0 0 0;
    text-align: center;
    color: #fff;
}

.fv_sub_accent {

    top: 28%;
    border-bottom: #FF5300 solid 1px;

}

.fv_sub_style-box {
    padding: 1.2rem 0 0 0;
}


.fv-progress {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
    align-items: center;
}

.fv-progress__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: background 0.4s ease, transform 0.4s ease;
    cursor: pointer;
}

.fv-progress__dot.is-active {
    background: #fff;
    transform: scale(1.5);
}

/* ----------------------------------------------------------
           ライトボックス
---------------------------------------------------------- */


.gss-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.gss-lightbox.is-open {
    pointer-events: auto;
}


.gss-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.92);
    cursor: pointer;
}


.gss-lightbox__img {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}


.gss-lightbox__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transition: background 0.25s ease, transform 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gss-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(90deg);
}

.gss-lightbox__close svg {
    width: 100%;
    height: 100%;
    display: block;
}


.gss-gallery .gss-slider__card img {
    cursor: zoom-in;
}

.fv-progress {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
    align-items: center;
}

.fv-progress__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: background 0.4s ease, transform 0.4s ease;
    cursor: pointer;
}

.fv-progress__dot.is-active {
    background: #fff;
    transform: scale(1.5);
}

/* ----------------------------------------------------------
   設備紹介
---------------------------------------------------------- */

.swiper-wrapper {
    padding: 2rem 0 4rem 0;
}

.gss-equipment_sub {
    display: grid;
    place-content: center;
    padding: 0 0 3rem 0;
}



.gss-equipment_style-box {
    padding: 2rem 0 5rem 0;
    display: grid;
    place-content: center;
}

/* ----------------------------------------------------------
   SWIPER SLIDER
---------------------------------------------------------- */

.gss-slider {
    width: 100%;
    overflow: hidden;
    padding: 2rem 0 4rem;
    position: relative;
}


.gss-slider .swiper-slide {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.5s ease;
    opacity: 0.45;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .gss-slider .swiper-slide {
        width: 280px;
    }
}


.gss-slider .swiper-slide-active {
    opacity: 1;
    transform: translateY(-20px);
}


.gss-slider__card {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 1 / 1;
    background: #f0f0f0;
}

.gss-slider__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gss-slider__card:hover img {
    transform: scale(1.04);
}


.gss-slider__label {
    position: absolute;
    bottom: 2rem;
    right: 0;
    padding: 0.5rem 1rem;
    background: #666666;
    color: #fff;
    letter-spacing: 0.12em;
    font-size: 13px;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 200;
    font-style: normal;
}


.gss-slider__pagination {
    bottom: 1rem !important;
}

.gss-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c0c0c0;
    opacity: 1;
    transition: background 0.3s ease;
    border-radius: 50%;
}

.gss-slider__pagination .swiper-pagination-bullet-active {
    background: #555555;
}

/* ----------------------------------------------------------
   間取り図
---------------------------------------------------------- */
.gss-floorplan {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 1.08) 0%,
            transparent 3%),
        #363636;
    color: #fff;
    padding: 3rem 0;
}

.gss-floorplan img {
    position: relative;
    margin: 0 auto;
    padding: 2rem 1rem;
    max-width: 100%;
    z-index: 1;

}

.gss-floorplan-style {
    padding: 2rem 0 0.5rem 0;
}

.gss-floorplan-sub {
    padding: 1.5rem 0;
    display: grid;
    place-content: center;

}

.floorplan-decoration-border {
    position: relative;
    top: -9rem;
    display: block;
    width: 100%;
    border-bottom: #fff solid 0.3px;
    z-index: 0;
}


/* ----------------------------------------------------------
   アクセス
---------------------------------------------------------- */

.gss-access {
    background: url(../img/gss-access-bg.webp);
    background-size: cover;
}

.txtstyle-box {
    padding: 4rem 1rem 4rem 1rem;
    display: grid;
    place-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.gss-access-decottxt {
    text-align: center;
    padding: 0 0 3rem 0;
}

.gss-access_h3-style-box {
    padding: 3rem 0 8rem 0;

}

/* ----------------------------------------------------------
   職人
---------------------------------------------------------- */

.gss-craft {
    background: url(../img/gss-craft-bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* ----------------------------------------------------------
   ギャラリー
---------------------------------------------------------- */

.gss-gallery_style-box {
    padding: 2rem 1rem 5rem 1rem;
    display: grid;
    place-content: center;
}

.border-decoretion {
    display: block;
    margin: 0 auto;
    max-width: 380px;
    border-bottom: #666 solid 5px;
}


/* ----------------------------------------------------------
   bathroom
---------------------------------------------------------- */

.gss-equipment-wrap {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0) 3%),
        #fff;
    color: #181818;
    padding: 3rem 0;
    max-width: 100%;
}

.gss-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}



/* ----------------------------------------------------------
   お問い合わせボタン
---------------------------------------------------------- */

div.contactarea {
    padding: 2rem 2rem 4rem 2rem;
    display: block;
    text-align: center;
}

a.contactlink {
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    max-width: 300px;
    padding: 1rem 2rem;
    margin: 1em;
    background: #363636;
    color: #FFF;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}