/*######################################################################
共通設定
######################################################################*/

:root {
    
    /* font */
    --noto-sans-jp: "Noto Sans JP", sans-serif;
    --noto-serif-jp: "Noto Serif JP", serif;
    --shippori-mincho: "Shippori Mincho", serif;


    /*--------------- 一括設定 ---------------*/
    
    /* フォントの種類 */
    --common__font-family: var(--noto-sans-jp);
    /* フォントサイズ */
    --common__font-size: 1.125cqw;
    /* フォントサイズ（レスポンシブ） */
    --common__font-size__responsive: 3.5cqw;
    /* フォントカラー */
    --common__p--color: #ffffff;
    /* メインコンテンツwidth */
    --main__content--width: 580px;
    /* メインカラムBGカラー */
    --common__bg--color: #040C13;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--common__font-family);
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    
    color: var(--common__p--color);
    container-type: inline-size;
    
    &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url("../images/bg_pc.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    &.page {
        margin: 0 auto;
    }
}

.site {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}

h1,
p,
figure {
    margin: 0;
}

/* imgタグの調整 */
img {
    vertical-align: top;
    width: 100%;
}

/* SPでのみ表示 */
.sp {
    display: none;
}

/* SPでのみ折り返し */
.br__sp {
    display: none;
}

/*--------------- メインコンテンツ ---------------*/

#content {

}

/*######################################################################
コンテンツ

    clamp: 記述なし = 320-768 768-1440
######################################################################*/

/*------------------------------------------------------------
header
------------------------------------------------------------*/

.btn__home {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .2s;

    button{
        background: #333333;
        color: #ffffff;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        aspect-ratio: 1;
        font-size: 1.2rem;
        font-weight: 700;
        font-family: inherit;
        line-height: 1.2;
        padding: 0 1.2em;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }
}

.is-active {
  opacity: 1;
  visibility: visible;
}

/*--------------- カラム ---------------*/

.column--left,
.column--right {
    width: calc( (100% - var(--main__content--width)) / 2);
}


.column--left {
    order: 1;
    container-type: inline-size;

    .cta__pc {
        width: 100%;
        height: 100dvh;
        position: sticky;
        top: 0;
        left: 0;
        display: grid;
        place-items: center;
    }
    
    .cta__pc__inner {
        width: 85%;
        max-width: 480px;

        .cta {
            width: 100%;
        }
    }
}

.column--center {
    order: 2;
    container-type: inline-size;
    position: relative;
    font-size: var(--common__font-size);
    background-color: var(--common__bg--color);
    width: var(--main__content--width);
    max-width: 100%;
}

.column--right {
    order: 3;
    container-type: inline-size;
}

/*------------------------------------------------------------
cta
------------------------------------------------------------*/

.cta--2 {
    margin: 6% 0 12%;
}

.cta--4 {
    margin-bottom: 8%;
}

.cta {
    position: relative;
    width: 90%;
    margin-inline: auto;
}

.btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.btn__cta {
    width: 65%;
    top: 30%;
}

/*------------------------------------------------------------
section
------------------------------------------------------------*/

[class^="s-"] {
    position: relative;
}

/*------------------------------------------------------------
section 1
------------------------------------------------------------*/

.s-1 {
    margin-bottom: -14%;
}

/*------------------------------------------------------------
section 2
------------------------------------------------------------*/

.s-2 {
    margin-top: 15%;
}

/*------------------------------------------------------------
section 3
------------------------------------------------------------*/

.s-3 {
    margin-top: 16%;
}

/*------------------------------------------------------------
section 4
------------------------------------------------------------*/

.s-4 {
}

/* 価格 */
.price {
    position: absolute;
    font-family: "Cormorant Infant", serif;;
    font-weight: 700;
    font-size: 5.8cqw;
}

.price--1-1 {
    top: 7.5%;
    left: 38.3%;
}

.price--1-2 {
    top: 19.37%;
    left: 37.9%;
}

.price__small--1 {
    font-size: 4cqw;
    left: 82.5%;
}

.price--1-3 {
    top: 29.69%;
}

.price--1-4 {
    top: 31.3%;
    left: 82%;
}

.price--1-5 {
    top: 32.99%;
}

.price--2-1 {
    top: 44.55%;
    left: 72.5%;
}

.price--2-2 {
    top: 46%;
    left: 72.2%;
}

.price--3-1,
.price--3-2,
.price--3-3 {
    left: 75.3%;
}


.price--3-1 {
    top: 51.6%;
}

.price--3-2 {
    top: 52.9%;
}

.price--3-3 {
    top: 54.1%;
    left: 72.4%;
}

.price--3-4,
.price--3-5,
.price--3-6 {
    font-size: 5.1cqw;
}

.price--3-4 {
    top: 57.54%;
    left: 55.3%;
}

.price--3-5 {
    top: 58.46%;
    left: 35.5%
}

.price--3-6 {
    top: 59.4%;
    left: 38.1%;
}

.price--4-1 {
    top: 71.95%;
    left: 76.5%;
}

.price--4-2 {
    font-family: var(--noto-sans-jp);
    font-weight: 300;
    font-size: 3.3cqw;
    top: 93%;
    left: 50.5%;
}

/*------------------------------------------------------------
section 5
------------------------------------------------------------*/

.s-5 {
    margin-top: 12%;
    margin-bottom: 10%;
}

/*------------------------------------------------------------
section 6
------------------------------------------------------------*/

.s-6 {
    margin-top: 10%;
}

.info__item {
    position: absolute;
    left: 28%;
    font-size: 3.4cqw;
    font-weight: 400;
    white-space: pre-wrap;
    line-height: 1.8;
}

.info__item--1 {
    top: 68.6%;
}

.info__item--2 {
    top: 72.3%;
    left: 32.7%;
}

.info__item--3 {
    top: 77.3%;
}

.info__item--4 {
    top: 81.8%;
    left: 53%;
}

.info__item--5 {
    top: 90.1%;
}

.google-map {
    width: 70%;
    aspect-ratio: 16 / 9;
    margin: 6% auto;

    iframe {
        width: 100%;
        height: 100%;
    }
}

/*------------------------------------------------------------
section 7
------------------------------------------------------------*/
/*------------------------------------------------------------
section 8
------------------------------------------------------------*/
/*------------------------------------------------------------
section 9
------------------------------------------------------------*/
/*------------------------------------------------------------
section 10
------------------------------------------------------------*/
/*------------------------------------------------------------
section 11
------------------------------------------------------------*/
/*------------------------------------------------------------
section 12
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.site-footer {
    font-family: "Marcellus", serif;
    font-weight: inherit;
    font-size: 2.4cqw;
    padding: 2em 0;
    background-color: var(--common__bg--color);
}

.footer__nav {

    ul {
        display: flex;
        justify-content: center;
        gap: 2em;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    a {
        text-decoration: none;
    }
}

.copyright__copyright {
    text-align: center;
    margin-top: 1.5em;
}

/*######################################################################
responsive
######################################################################*/

@media (width < 1080px) {

    .cta__pc {
        display: none !important;
    }
}

@media (width < 768px) {
    /* SPでのみ表示 */
    /* SPでのみ改行 */
    .sp,
    .br__sp {
        display: block;
    }

    /* PCでのみ表示 */
    /* PCでのみ改行 */
    .pc,
    .br__pc {
        display: none;
    }

    /* TOPPAGEボタン */
    .btn__home {
        display: none;
    }
}
