/*######################################################################
共通設定
######################################################################*/

: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: #3C2619;
    /* メインコンテンツwidth */
    --main__content--width: 520px;
}

@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: 700;
    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: 500;
    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: 90%;
        max-width: 480px;
    }
}

.column--center {
    order: 2;
    container-type: inline-size;
    position: relative;
    font-size: var(--common__font-size);
    background-color: #ffffff;
    width: var(--main__content--width);
    max-width: 100%;
}

.column--right {
    order: 3;
    container-type: inline-size;
}

/*------------------------------------------------------------
cta
------------------------------------------------------------*/
[class^="cta__s-"] {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 93%;
}

.cta__s-1 {
    bottom: 2%;
}

.cta__s-4 {
    bottom: 3%;
}

.cta__s-7 {
    top: 39.3%;
}

.cta__s-12 {
    bottom: 10%;
}

.cta {
    position: relative;
}

.btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.btn__cta {
    width: 90%;
    top: 60%;
}

/*------------------------------------------------------------
section
------------------------------------------------------------*/

[class^="s-"] {
    position: relative;
}

.s-2,
.s-5,
.s-7 {
    z-index: 2;
}

/*--------------- section 3 ---------------*/
.s-3 {
    margin-top: -10%;
}

/*--------------- section 4 ---------------*/
.price {
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 7.5cqw;
    right: 30.5%;
}

.price--1 {
    top: 21.4%;
}

.price--2 {
    top: 40%;
}

.price--3 {
    top: 58.5%;
}

/*--------------- section 6 ---------------*/
.s-6 {
    margin-top: -12%;
}

/*--------------- section 7 ---------------*/

.s-7 {
    margin-top: -30%;
}

/*--------------- section 8 ---------------*/

.s-8 {
    position: absolute;
    top: 45.6%;
}

/*--------------- section 9 ---------------*/

.s-9 {
    position: absolute;
    top: 67.5%;
}

/*--------------- section 10 ---------------*/

.s-10 {
    margin-top: -10%;
}

/*--------------- section 11 ---------------*/

.info__item {
    position: absolute;
    left: 40%;
    font-size: 3.6cqw;
    white-space: pre-wrap;
    line-height: 1.4;
}

.google-map {
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 85%;
    aspect-ratio: 4 / 3;

    iframe {
        width: 100%;
        height: 100%;
    }
}

.info__item--1 {
    top: 54.4%;
}

.info__item--2 {
    top: 61.3%;
}

.info__item--3 {
    top: 67.9%;
}

.info__item--4 {
    top: 74.7%;
}

.info__item--5 {
    top: 81.3%;
}

.info__item--6 {
    top: 87.9%;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.site-footer {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 3cqw;
    padding: 1.5em 0;
    background-color: #E2C69E;
    color: #3C2619;
}

.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;
    }
}
