/*######################################################################
共通設定
######################################################################*/

: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(--shippori-mincho);
    /* フォントサイズ */
    --common__font-size: 1.125cqw;
    /* フォントサイズ（レスポンシブ） */
    --common__font-size__responsive: 3.5cqw;
    /* フォントカラー */
    --common__p--color: #3f2308;
    /* メインコンテンツwidth */
    --main__content--width: 580px;
}

@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
------------------------------------------------------------*/

/*--------------- カラム ---------------*/

.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: 80%;
        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
------------------------------------------------------------*/

.cta__wrapper__wrapper {
    position: relative;
}

.cta__wrapper__wrapper--2 {
    margin-top: 14%;
}

.cta__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 95%;
}

.cta__wrapper--1 {
    top: 61%;
}

.cta__wrapper--2 {
    top: 11%;
}

.cta__wrapper--3 {
    top: 81%;
}

.cta {
    position: relative;
    container-type: inline-size;
}

.price {
    font-size: 8.4cqw;
    font-weight: 500;
    position: absolute;
}

.price--1 {
    top: 30.6%;
    left: 50.2%;
}

.price--2 {
    top: 38.3%;
    left: 14.3%;
    font-size: 20cqw;
    color: #e11f40;
}

.btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.btn__cta {
    width: 90%;
    top: 67%;
}

/*------------------------------------------------------------
section 1
------------------------------------------------------------*/

.s-1 {
    position: relative;
}

/*------------------------------------------------------------
section 2
------------------------------------------------------------*/

.s-2 {
    margin: 12% 0 10%;
}

/*------------------------------------------------------------
section 3
------------------------------------------------------------*/
/*------------------------------------------------------------
section 4
------------------------------------------------------------*/

.s-4 {
    margin: 12% 0;
}

/*------------------------------------------------------------
section 5
------------------------------------------------------------*/
/*------------------------------------------------------------
section 6
------------------------------------------------------------*/

.s-6 {
    margin: 14% 0 -30%;
    position: relative;
}

/*------------------------------------------------------------
section 7
------------------------------------------------------------*/
/*------------------------------------------------------------
section 8
------------------------------------------------------------*/

.s-8 {
    margin: 12% auto;
    width: 90%;
}


/*------------------------------------------------------------
section 9
------------------------------------------------------------*/
/*------------------------------------------------------------
section 10
------------------------------------------------------------*/
/*------------------------------------------------------------
section 11
------------------------------------------------------------*/

.s-11 {
    margin: 12% auto;
    width: 90%;
}

/*------------------------------------------------------------
section 12
------------------------------------------------------------*/

.s-12 {
    margin: 8% 0 0;
}

/*------------------------------------------------------------
section 13
------------------------------------------------------------*/
/*------------------------------------------------------------
section 14
------------------------------------------------------------*/
/*------------------------------------------------------------
section 15
------------------------------------------------------------*/

.s-15 {
    margin: 12% auto;
    width: 95%;
}

/*------------------------------------------------------------
section 16
------------------------------------------------------------*/

.s-16 {
    position: relative;
}

.price__menu {
    font-size: 3.3cqw;
    left: 61%;
    font-family: var(--noto-sans-jp);
    font-weight: 400;
}

.price__menu--1 {
    top: 39.6%;
}

.price__menu--2 {
    top: 51.4%;
}

.price__menu--3 {
    top: 63%;
}

.price__menu--4 {
    top: 73.8%;
    left: 26.1%;
    font-size: 2.5cqw;
    color: #ffffff;
}

.tax {
    font-size: 0.9em;
}

/*------------------------------------------------------------
section 17
------------------------------------------------------------*/

.s-17 {
    margin: 12% auto;
    width: 90%;
}

/*------------------------------------------------------------
section 18
------------------------------------------------------------*/
/*------------------------------------------------------------
section 19
------------------------------------------------------------*/

.s-19 {
    margin: 12% 0 14%;
    width: 95%;
}

/*------------------------------------------------------------
section 20
------------------------------------------------------------*/
/*------------------------------------------------------------
section 21
------------------------------------------------------------*/

.s-21 {
    margin: 14% auto 8%;
    width: 90%;
    position: relative;
}

.google-map {
    position: absolute;
    top: 5.5%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100%;
    aspect-ratio: 2 / 1.15;

    iframe {
        width: 100%;
        height: 100%;
    }
}

.info__item {
    position: absolute;
    left: 27%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5cqw;
    white-space: pre-wrap;
}

.info__item--1 {
    top: 33.8%;
    font-size: 2.9cqw;
}

.info__item--2 {
    top: 38.3%;
}

.info__item--3 {
    top: 43%;
}

.info__item--4 {
    top: 48%;
    font-size: 3.2cqw;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.site-footer {
    font-size: 3cqw;
    padding: 2em 0;
    background-color: #fd9530;
    color: #ffffff;
}

.footer__nav {

    ul {
        display: flex;
        justify-content: center;
        list-style: none;
        gap: 3em;
        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;
    }
}
