@charset "utf-8";

/* スクロールスムーズ */
html {
    scroll-behavior: smooth;
}

/* 文字色 */
body {
    color: #623e1f;
}

/* h2の装飾 */
.page-id-36 h2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #EC5A55;
}

.l-header--left {
    background-color: #EC5A55;
    color: #fff;
}

/* ページトップボタン */
#page-top {
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

/* スライダーの切り替え */
.slider-sp {
    display: none;
}

@media screen and (max-width:680px) {
    .slider-pc {
        display: none;
    }

    .slider-sp {
        display: block;
    }
}


/* メインビジュアルとキャッチコピーを重ねる */
.main-visual {
    position: relative;
}

.main-visual .spider {
    position: relative;
    right: -20%;
}

.main-copy {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 9;
    max-width: 26em;
    font-size: 20px;
}

@media screen and (max-width:720px) {
    .main-copy {
        bottom: 10px;
    }

}

@media screen and (max-width:544px) {
    .main-copy {
        font-size: 0.9em;
    }

}

@media screen and (max-width:480px) {
    .main-copy {
        font-size: 0.8em;
    }

}

@media screen and (max-width: 369px) {
    .main-copy p {
        font-size: 0.9em;
    }
}

.main-copy p {
    display: inline-block;
    background-color: #fff;
    padding: 0.3em 0.6em !important;
    margin-top: 10px;
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

/* 文中ルミナスロゴ */
.wp-image-470 {
    height: 1.7em;
    vertical-align: bottom;
    margin: 0 0.2em;
}

/* TikTokスマホモックのサイズ */
@media screen and (max-width: 767px) {
    .main-visual-phone {
        width: 70%;
        margin: 0 !important;
    }
}

@media screen and (max-width: 410px) {
    .main-visual-phone {
        width: 60%;
        margin: 0 !important;
    }
}

/* ボタン縦並び */
/* これは複数並べてるボタンだけに効く */
.btn-pair-wrap .wp-block-snow-monkey-blocks-btn {
    flex: 1 1 300px !important;
    max-width: 100%;
    box-sizing: border-box;
}

/* ボタンのアイコン右側のマージン */
.wp-block-snow-monkey-blocks-btn>.smb-btn>span>svg {
    margin-right: 0.3em;
}

/* 写真と項目の角丸 */
.rc img,
.smb-items__item {
    border-radius: 16px;
}

#details ul li::before {
    border-color: #84CCC9 !important;
}

.smb-faq__item__question__label {
    color: #84CCC9;
}

.smb-faq__item__answer__label {
    color: #EC5A55;
}

/* 吹き出し SP版でも横並びに */
.smb-balloon {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.smb-balloon__person {
    flex-direction: column;
    margin: 0 var(--smb-balloon--gap) 0 0;
}

@media (max-width: 640px) {
    .smb-balloon__body:before {
        border-right-color: var(--smb-balloon--border-color);
        border-width: 5px;
        left: calc(-10px - var(--smb-balloon--border-width)* 2);
        top: calc(50% - 5px - var(--smb-balloon--border-width));
    }

    .smb-balloon__body:after {
        display: none;
    }

}

@media (max-width: 419px) {
    .smb-balloon__body {
        padding: 12px;
    }
}

/* SNSアイコンの横幅 */
#sns div.wp-block-snow-monkey-blocks-items {
    max-width: 472px;
}

#details h3,
#sns h3 {
    font-family: "Mochiy Pop One", serif;
    font-weight: 400;
    font-style: normal;
}

/* 写真2枚横並びのときのpadding */
@media (max-width: 768px) {
    .photo-l2 .wp-block-snow-monkey-blocks-items-item-free {
        padding: 5px;
    }
}


/* point */
#point h3 {
    font-family: "Mochiy Pop One", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    gap: 8px;
    align-items: center;
}

.point1::before,
.point2::before,
.point3::before {
    content: "1";
    display: block;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    background: #EC5A55;
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
}

.point2::before {
    content: "2";
    background: #84CCC9;
}

.point3::before {
    content: "3";
}

/* 注釈の上マージン */
.annotation {
    margin-top: 2px;
}

/* フッター */
.c-copyright--inverse {
    background-color: #EC5A55;
}

/* ハンバーガーボタン */
.c-hamburger-btn__bar {
    height: 2px;
    border-radius: 2px;
}

.l-header .c-hamburger-btn__bar {
    background-color: #EC5A55;
}

.c-hamburger-btn__label {
    display: none;
}

/* お問合せフォーム */
/* 見出し */
@media screen and (max-width:644px) {
    .contact-hedding {
        font-size: 20px;
    }
}

.pc-none {
    display: none;
}

@media screen and (max-width:480px) {
    .pc-none {
        display: block;
    }
}

/* プライバシーポリシー */
.privacy {
    height: 400px;
    border: 1px solid #623e1f;
    overflow-y: scroll;
    font-size: 0.8em;
}

.privacy .smb-section__body {
    height: 400px;
}