/*========= snowmonkeyヘッダーコンテンツ削除 ===============*/

.l-header__content {
    display: none;
}


/*========= コンテンツ幅 ===============*/
.smb-section__inner>.c-container {
    max-width: 1020px;
}


/*========= snowmonkey初期のカラムマージン削除 ===============*/

.top-spider,
.is-layout-flow>:not(:first-child),
.p-entry-content>:not(:first-child),
.wp-block-column>:not(:last-child),
.wp-block-cover__inner-container>:not(:last-child),
.wp-block-latest-posts__post-full-content>:not(:last-child),
.wp-block-latest-posts__post-full-content>div:not([class])>:not(:last-child),
.wp-block-media-text__content>:not(:last-child),
:where(.wp-block-group)>:not(:last-child),
:where(.wp-block-group__inner-container)>:not(:last-child) {
    margin-bottom: initial !important;
    margin-top: initial !important;
}



/*========= フォントサイズ ===============*/

#SectionNine p,
#SectionEight p,
#SectionSeven .qa,
#SectionSix li,
#SectionThree p,
#SectionFive .WhiteBox p,
#SectionFourColumn p {
    font-size: 20px;
    line-height: 25px;
}



/*========= 見出し ===============*/

/* h2　背景ズレ */
.h2gap {
    color: #231815;
    font-size: 30px;
    position: relative;
    width: 40%;
    padding: 0.2rem 0.2rem calc(0rem + 10px) !important;
    border-left: none !important;
    background-color: initial !important;
    margin-bottom: 10px !important;
    text-align: center;
}

.h2gap:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #fff100;
    border-radius: 70px;
    z-index: 1;
}

#SectionNine .h2gap:before {
    background: #ffffff;

}



.h2gap:after {
    content: '';
    position: absolute;
    top: -0px;
    left: -0px;
    width: 100%;
    height: 100%;
    border: 4px solid #231815;
    border-radius: 70px;
    z-index: 2;
}


.h2image {
    position: relative;
    z-index: 3;
}

.h2image:before {
    position: absolute;
    top: -25px;
    left: 300px;
    animation-name: titleshaking;
    transform: scale(0.95, 0.95);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
    width: 128px;
}

@keyframes titleshaking {
    100% {
        transform: scale(1, 1);
    }
}



#SectionFour .h2image:before {
    content: url(../img/titleimg.png);
}



#SectionSix .h2image:before {
    content: url(../img/titleimg002.png);
    top: -104px;
}

#SectionSeven .h2image:before {
    content: url(../img/titleimg003.png);
    top: -15px;
    left: 335px;
}

#SectionEight .h2image:before {
    content: url(../img/titleimg004.png);
    top: -15px;
    left: 270px;
}

#SectionNine .h2image:before {
    content: url(../img/titleimg005.png);
    top: -130px;
    left: 290px;
}



/* h3 左右スラッシュ */
.h3 {
    border-bottom: initial !important;
    margin: 0px auto !important;
}

.h3slash {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: #e95377;
    text-align: center;
    letter-spacing: -0.05em;
}

.h3slash::before,
.h3slash::after {
    content: '';
    width: 3px;
    height: 50px;
    background-color: #e95377;
}

.h3slash::before {
    margin-right: 20px;
    transform: rotate(-40deg)
}

.h3slash::after {
    margin-left: 20px;
    transform: rotate(40deg)
}

.h3slashTwo {
    color: #326eb5;
}

.h3slashTwo::before,
.h3slashTwo::after {
    background-color: #326eb5;
}


/* h3 吹き出し */
.h3speechBubblele {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: #ffffff;
    text-align: center;
    border-bottom: none !important;
    background-color: #326eb5;
    border-radius: 50px;
    margin: 120px auto 40px !important;
}

.h3speechBubblele:before {
    content: url(../img/h3image.png);
    position: absolute;
    top: -165px;
}

.h3speechBubblele:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0px 35px;
    border-color: #326eb5 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: 35px;
}


/* h4 太文字 */
.h4bold {
    font-size: 35px;
    line-height: 38px;
    padding: 10px 0px;
}




/*========= 基本CSS ===============*/

/* リスト */
ul {
    list-style: none;
}


/* 投稿ページ 背景画像設定 */
.c-page-header:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.c-page-header__content {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

/* gototop */
#page-top {
    right: 20px;
    transition: .4s ease-in-out;
}

.c-page-top {
    background-color: rgb(0, 0, 0, .4);
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.c-page-top:hover {
    opacity: 0.7;
}


/* セクションカラム */
.c-section {
    padding: initial;
}

/* 改行 */
.br-sm,
.br-tb {
    display: none;
}

.br-pc {
    display: block;
}



/* 自作クラス */

.block_z {
    z-index: 3;
    margin-bottom: initial !important;
    margin-top: initial !important;
}

.block_bk {
    background-color: rgb(250 249 249 / 90%) !important;
}


.lines {
    text-align: center;
    margin: 20px auto;
}

.max-heights {
    max-height: 940px;
}

.margin-zero {
    margin: 0;
}

.padding-zero {
    padding: 0;
}


/*========= ブロック・パターン ===============*/

/* パターン：セクション‐123434 */
.spider__arrow[data-direction=prev],
.spider__arrow[data-direction=next] {
    background-color: #292929;
}


/*========= トップロゴ、ボタン ===============*/

#TopLogo {
    position: absolute;
    width: 100%;
    height: 20vw;
}



#TopLogo .SliderButton {
    position: absolute;
    z-index: 2;
    top: 4.5vw;
    width: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



#TopLogo .SliderButton .TopButton {
    color: #346fb5;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
}

#TopLogo .SliderButton .TopButton a {
    padding: 25px 30px;
    box-shadow: 0 4.5px 0 0 #2d70c1;
}

#TopLogo .SliderButton .TopButton a:hover {
    color: #ffffff;
    border-color: #346fb5;
    background-color: #346fb5;
}



#TopLogo .SliderButton .TopButton .arrow {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    text-decoration: none;
    border-radius: 50px;
}

#TopLogo .SliderButton .TopButton .arrow:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #346fb5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
}

#TopLogo .SliderButton .TopButton .arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -5px;
}

#TopLogo .SliderButton .TopButton .arrow:hover:before {
    background: #ffffff;
}

#TopLogo .SliderButton .TopButton .arrow:hover:after {
    border-color: transparent transparent transparent #346fb5;
}



/*========= CTAボタン ===============*/
.CtaButton {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}


.CtaButton a {
    color: #ffe900;
    background-color: #e95377;
    padding: 30px 100px;
    box-shadow: 0 4.5px 0 0 #a80540;
}

.CtaButton a:hover {
    color: #e95377;
    border-color: #e95377;
    background-color: #ffffff;
}


.CtaButton .arrow {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 120px;
    border-radius: 100px;
}

.CtaButton .arrow:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 55px;
    margin-top: -22px;
}

.CtaButton .arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 21px;
    border-color: transparent transparent transparent #e95377;
    position: absolute;
    top: 50%;
    right: 65px;
    margin-top: -12px;
}

.CtaButton .arrow:hover:before {
    background: #e95377;
}

.CtaButton .arrow:hover:after {
    border-color: transparent transparent transparent #ffffff;
}




/*========= トップアイコン ===============*/


#TopIcon img {
    width: 100%;
    animation-name: shaking;
    transform: rotate(0deg);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}

@keyframes shaking {
    50% {
        transform: rotate(-8deg);
    }

    100% {
        transform: rotate(2deg);
    }
}





#TopIcon .IconOne {
    position: absolute;
    z-index: 2;
    top: 19.8vw;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#TopIcon .IconTwo {
    position: absolute;
    z-index: 2;
    top: 12vw;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


#TopIcon .IconThree {
    position: absolute;
    z-index: 2;
    top: 25vw;
    left: 78.3%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#TopIcon .IconFour {
    position: absolute;
    z-index: 2;
    top: 35vw;
    left: 69.3%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}





/*========= スライダー ===============*/

.spider {
    margin-top: 2vw;
}

.smb-spider-slider .spider__slide>.smb-spider-slider__item {
    right: initial;
    left: initial;
    bottom: initial;
}


.smb-spider-slider__item__caption {
    color: white;
    font-size: 9vw;
    line-height: 10vw;
    letter-spacing: 0px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}




/*■■■■■■■■■ セクション ■■■■■■■■■*/
/*========= SectionTwo ===============*/
/* リスト */

#SectionTwo ul {
    margin-top: 30px;
    padding-left: 0px;
}

#SectionTwo li {
    position: relative;
    padding: 0px 0px 10px 80px;
    margin: 0px 0px 30px 50px;
}

#SectionTwo li:nth-child(1) {
    width: 100%;
}

/*
#SectionTwo li p:nth-child(1) {
    font-size: 35px;
    line-height: 65px;
    font-weight: bold;
}

#SectionTwo li p:nth-child(2) {
    font-size: 19px;
    line-height: 20px;
}
*/
#SectionTwo li:before {
    position: absolute;
    bottom: -18px;
    left: 0px;
    z-index: 2;
}

#SectionTwo li:nth-child(1):before {
    content: url(../img/one.png);
}

#SectionTwo li:nth-child(2):before {
    content: url(../img/two.png);
}

#SectionTwo li:nth-child(3):before {
    content: url(../img/three.png);
}


#SectionTwo li:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 10px;
    border-radius: 5px;

}

#SectionTwo li:nth-child(1):after {
    background: #ffe900;
}

#SectionTwo li:nth-child(2):after {
    background: #00c8ff;
}

#SectionTwo li:nth-child(3):after {
    background: #336fb6;
}




#SectionTwo .wp-block-columns {
    gap: 10px !important;
}


#SectionTwo .wp-block-image {
    position: absolute;
    bottom: 15px;
    width: 200px;
}


/*========= SectionThree ===============*/
/* 画像キャプション */
#SectionThree .wp-element-caption {
    text-align: center;
}

#SectionThree .greeting {
    text-align: center;
    padding: 10px 0px;
}

#SectionThree .greetingtext p {
    width: 620px;
    margin: 0px;
    line-height: 30px;
}



/*========= SectionFourColumn ===============*/


#SectionFourColumn {
    position: relative;
    min-height: 500px;
}


#SectionFourColumn .columnFloating {
    position: absolute;
    top: -300px;
    max-width: 1020px;
}



/*========= SectionFive ===============*/

#SectionFive .WhiteBox {
    gap: 65px !important;
    margin-top: 40px;
}

#SectionFive .WhiteBox div {
    background-color: white;
    padding: 28px;
    border-radius: 15px;
    border: solid 2.5px #231815;
    box-shadow: 8px 8px 0px 0 rgb(135, 135, 135);
}

#SectionFive .WhiteBox p:nth-child(1) {
    min-height: 200px;
}



/*========= SectionSix ===============*/

#SectionSix .wp-block-columns {
    margin-top: 20px;
}


#SectionSix li p:nth-child(1) {
    color: #00c8ff;
    font-weight: bold;
}

#SectionSix li p:nth-child(1):before {
    content: "●";
    color: #00c8ff;
}


/*========= SectionSeven ===============*/

.smb-faq {
    --smb-faq--border-color: initial;
}

#SectionSeven .qa {
    margin-top: 80px;
}

#SectionSeven .qa .WhiteBox {
    gap: 65px !important;
    margin-bottom: 40px !important;
}


#SectionSeven .qa .WhiteBox .smb-faq__body {
    background-color: white;
    border-radius: 15px;
    border: solid 2.5px #231815;
    box-shadow: 8px 8px 0px 0 rgb(135, 135, 135);
    position: relative;
}

#SectionSeven .qa .WhiteBox .smb-faq__item {
    padding: 28px;
}

#SectionSeven .qa .smb-faq {
    --smb-faq--item-gap: 80px !important;
}

#SectionSeven .qa .smb-faq__item__question {
    min-height: 90px;
    margin: 0 0 30px !important;
}

#SectionSeven .qa .smb-faq__item__answer {
    min-height: 180px;
    margin-bottom: 10px;
}


#SectionSeven .qa .WhiteBox .smb-faq__body .smb-faq__item__answer__label,
#SectionSeven .qa .WhiteBox .smb-faq__body .smb-faq__item__question__label {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#SectionSeven .qa .WhiteBox .smb-faq__body .smb-faq__item__question__body {
    padding: 7px 0px;
    font-weight: initial;
    line-height: 24px;
}



#SectionSeven .qa .WhiteBox .smb-faq__body .smb-faq__item__question__body:before {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
    content: url(../img/q.png);
}


#SectionSeven .qa .WhiteBox .smb-faq__body .smb-faq__item__answer__body:before {
    position: absolute;
    left: 15px;
    z-index: 2;
    content: url(../img/a.png);
}


/*========= SectionEight ===============*/

#SectionEight h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: initial;
    text-align: center;
    background-color: #878787;
    border-radius: 50px;
    width: 250px;
    padding: 5px;
    margin: 20px 0px 10px !important;
}

#SectionEight .price .wp-block-columns {
    padding: 25px 30px;
    margin: 40px auto !important;
}

#SectionEight .price .wp-block-columns:nth-child(1) {
    color: #326eb5;
    background-color: #ffe900;
}

#SectionEight .price .wp-block-columns:nth-child(2) {
    color: #ffffff;
    background-color: #00c8ff;
}

#SectionEight .price .wp-block-columns:nth-child(3) {
    color: #ffffff;
    background-color: #326eb5;
}


#SectionEight .price .wp-block-columns h4 {
    font-size: 32px;
    font-weight: bold;
}

#SectionEight .price .wp-block-columns p {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    text-align: right;
}

#SectionEight .price .wp-block-columns p:before {
    content: '';
    display: inline-block;
    padding-right: 20px;
    border-style: solid;
    border-width: 15px 0 15px 21px;
}

#SectionEight .price .wp-block-columns:nth-child(1) p:before {
    border-color: transparent transparent transparent #326eb5;
}

#SectionEight .price .wp-block-columns:nth-child(2) p:before,
#SectionEight .price .wp-block-columns:nth-child(3) p:before {
    border-color: transparent transparent transparent #ffffff;
}



#SectionEight .price .wp-block-columns span {
    font-size: 50px;
    padding: 0px 10px;
}


/*========= SectionNine ===============*/

#SectionNine .h2gap {
    margin: 30px auto 0px;
}

#SectionNine .news {
    margin: 40px auto !important;
}

#SectionNine .news .wp-block-columns {
    padding: 20px 0px;
    border-bottom: solid 2px #231815;
}

#SectionNine .news .bold {
    font-weight: bold;
}

/*========= SectionTen ===============*/


#SectionTen a {
    text-decoration: none;
}

#SectionTen p {
    padding: initial !important;
}

#SectionTen .Logo {
    border-bottom: solid 1px #231815;
    padding: 15px 0px;
}



/*========= SectionEleven ===============*/

#SectionEleven {
    padding: 10px;
}

#SectionEleven p {
    color: #ffffff !important;
    line-height: 18px;
}

#SectionEleven p:before {
    content: '';
    display: inline-block;
    padding-right: 5px;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #ffffff;
}






/*========= Googlemap ===============*/

.googlemap_list {
    z-index: 3;
    margin: 0px !important;
}


/*========= フッター線 ===============*/
.l-footer {
    border-top: initial;
}





/*■■■■■■■■■ ブレイクポイント ■■■■■■■■■*/
@media screen and (min-width: 1950px) {}

@media screen and (max-width: 1700px) {

    /*========= トップロゴ、ボタン ===============*/
    #TopLogo .SliderButton {
        width: 90%;
    }

    #TopIcon img {
        width: 75%;
    }
}

@media screen and (max-width: 1600px) {


    /*========= 店舗紹介 ===============*/
    .tenpo-bg {
        padding-top: 0.5vw !important;
    }

    /*========= フッター ===============*/
    .footer-bg {
        width: 90vw !important;
    }



}


@media screen and (max-width: 1280px) {


    /*========= フォントサイズ ===============*/

    #SectionNine p,
    #SectionEight p,
    #SectionSeven .qa,
    #SectionSix li,
    #SectionThree p,
    #SectionFive .WhiteBox p,
    #SectionFourColumn p {
        font-size: initial;
        line-height: initial;
    }



    .h3slash {
        font-size: 30px;
    }

    .h3speechBubblele {
        font-size: 30px;
    }

    .h3speechBubblele:after {
        margin-top: 25px;
    }

    .h4bold {
        font-size: 20px;
        line-height: 25px;
    }

    #SectionEight .price .wp-block-columns h4 {
        font-size: 25px;
    }

    #SectionEight .price .wp-block-columns p {
        font-size: 22px;
        line-height: 30px;

    }

    #SectionEight .price .wp-block-columns span {
        font-size: 40px;
    }

    /*========= CTAボタン ===============*/

    .CtaButton {
        font-size: 30px;
        line-height: 40px;
    }



    /*========= トップロゴ、ボタン ===============*/

    #TopLogo .SliderButton .TopButton {
        font-size: initial;
        line-height: 20px;
    }
}


@media screen and (max-width: 1024px) {

    /*========= 基本CSS ===============*/
    /* 改行 */
    .br-pc,
    .br-sm {
        display: none;
    }

    .br-tb {
        display: block;
    }

    /*========= snowmonkeyブロックの変形ブレイクポイント ===============*/

    #news .wp-block-group-is-layout-flex,
    #shop .wp-block-columns {
        flex-wrap: wrap !important;
    }

    #news .wp-block-group-is-layout-flex {
        gap: 0px;
    }

    #shop .bun p,
    #news .wp-block-group-is-layout-flex p {
        font-size: 16px;
        line-height: 1.3;
    }

    #news .wp-block-post-date,
    #shop .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    /*========= フォントサイズ ===============*/
    .h2image:before {
        left: 30vw;
    }

    #SectionSeven .h2image:before {
        left: 33vw;
    }

    #SectionEight .h2image:before {
        left: 25vw;
    }

    #SectionNine .h2image:before {
        left: 27vw;
    }

    /*========= トップロゴ、ボタン ===============*/

    #TopLogo .SliderButton {
        top: 9vw;
    }

    #TopLogo .SliderButton .TopButton a {
        padding: 15px;
    }

    #TopLogo .SliderButton .TopButton .arrow {
        padding-right: 40px;
    }

    #TopLogo .SliderButton .TopButton .arrow:before {
        width: 20px;
        height: 20px;
        right: 12px;
        margin-top: -8px;
    }

    #TopLogo .SliderButton .TopButton .arrow:after {
        border-width: 7px 0 7px 10px;
        border-color: transparent transparent transparent #ffffff;
        right: 15px;
    }

    #TopLogo .Logo img {
        width: 90%;
    }

    #TopIcon img {
        width: 40%;
    }

    #TopIcon .IconOne {
        top: 26.8vw;
    }

    #TopIcon .IconTwo {
        top: 17vw;
    }

    #TopIcon .IconThree {
        top: 33vw;
    }

    #TopIcon .IconFour {
        top: 42vw;
    }

    /*========= スライダー ===============*/
    .spider {
        margin-top: 10vw;
    }


    /*========= SectionThree ===============*/
    #SectionThree .greetingtext p {
        width: 100%;
    }


    /*========= SectionFourColumn ===============*/
    #SectionFourColumn .columnFloating {
        position: relative;
        top: -90px;
    }

    /*========= SectionEight ===============*/
    #SectionEight .price .wp-block-columns span {
        font-size: 35px;
    }

    #SectionEight .price .wp-block-columns p {
        font-size: 20px;
        line-height: 25px;
    }

    #SectionEight .price .wp-block-columns p:before {
        padding-right: 10px;
        border-width: 10px 0 10px 15px;
    }

}





@media screen and (max-width: 781px) {




    /*========= フォントサイズ ===============*/
    .h2gap {
        font-size: 22px;
        width: 65%;
        margin-bottom: 25px !important;
    }

    .h2gap:before {
        top: 8px;
        left: 5px;
    }

    body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        margin-left: initial !important;
        margin-right: initial !important;
    }

    .h2image:before {
        left: 40vw;
    }

    #SectionSix .h2image:before {
        left: 45vw;
    }

    #SectionSeven .h2image:before {
        top: -50px;
        left: 45vw;
    }

    #SectionEight .h2image:before {
        top: -35px;
        left: 45vw;
    }

    #SectionNine .h2image:before {
        left: 37vw;
    }

    .h3slash {
        font-size: 22px;
        line-height: 25px;
    }

    .h3speechBubblele {
        font-size: 22px;
        line-height: 25px;
        padding: 22px !important;
        margin: 150px auto 40px !important;
    }

    .h4bold {
        font-size: 20px;
        line-height: 25px;
    }





    /*========= CTAボタン ===============*/
    .CtaButton {
        font-size: 18px;
        line-height: 20px;
    }

    .CtaButton a {
        padding: 20px 15px;
    }

    .CtaButton .arrow {
        padding-right: 40px;
    }

    .CtaButton .arrow:before {
        width: 25px;
        height: 25px;
        right: 10px;
        margin-top: -10px;
    }

    .CtaButton .arrow:after {
        border-width: 8px 0 8px 12px;
        right: 15px;
        margin-top: -5px;
    }

    /*========= トップロゴ、ボタン ===============*/

    #TopLogo {
        height: 21vw;
    }

    #TopLogo .SliderButton {
        top: 6.5vw;
        gap: 5px;
    }

    #TopLogo .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: content !important;
    }

    #TopLogo .SliderButton .TopLeft {
        max-width: 27%;
    }

    #TopLogo .SliderButton .TopLeft .Logo img {
        width: 100%;
    }

    #TopLogo .SliderButton .TopRight {
        max-width: 70%;
    }

    #TopLogo .SliderButton .TopButton {
        width: 100%;
    }

    #TopLogo .SliderButton .TopButton .arrow {
        padding: 10px 22px 10px 8px;
        border-radius: 36px;
    }


    #TopLogo .SliderButton .TopButton .arrow:before {
        width: 15px;
        height: 15px;
        right: 5px;
        margin-top: -7px;
    }

    #TopLogo .SliderButton .TopButton .arrow:after {
        border-width: 4px 0 4px 7px;
        right: 8px;
        margin-top: -3px;
    }


    /*========= スライダー ===============*/
    .spider {
        margin-top: 7vw;
    }




    /*========= SectionTwo ===============*/

    #SectionTwo ul {
        padding-left: initial;
    }

    #SectionTwo li {
        margin: 0px 0px 30px 0px;
    }

    /*
    #SectionTwo li p:nth-child(1) {
        font-size: 18px;
        line-height: 20px;
    }


    #SectionTwo li p:nth-child(2) {
        font-size: 16px;
        line-height: 16px;
    }
    */
    #SectionTwo .wp-block-image {
        position: initial;
    }



    /*========= SectionFourColumn  ===============*/
    #SectionFourColumn {
        padding-bottom: 0px;
    }



    /*========= SectionFive ===============*/
    #SectionFive .WhiteBox p {
        min-height: initial;
        padding-bottom: 20px;
    }

    /*========= SectionSix ===============*/
    #SectionSix ul {
        padding-left: initial;
    }

    /*========= SectionSeven ===============*/
    #SectionSeven .qa {
        margin-top: 40px;
    }

    #SectionSeven .qa .smb-faq__item__answer {
        min-height: 100px;
    }


    /*========= SectionEight ===============*/

    #SectionEight .price .wp-block-columns {
        gap: 10px;
        padding: 15px 10px;
        margin: 25px auto !important;
    }

    #SectionEight .price .wp-block-columns h4 {
        font-size: 20px;
    }

    #SectionEight .price .wp-block-columns span {
        font-size: 30px;
    }


    #SectionEight .price .wp-block-columns p {
        font-size: initial;
        line-height: initial;
    }




}

@media screen and (max-width: 640px) {

    /*========= 基本CSS ===============*/
    /* 改行 */
    .br-pc,
    .br-tb {
        display: none;
    }

    .br-sm {
        display: block;
    }


    /*========= トップロゴ、ボタン ===============*/


    #TopLogo .SliderButton {
        top: 10vw;
        gap: 8px;
    }


    #TopIcon .IconOne {
        top: 40.8vw;
        left: 12%;
    }

    #TopIcon .IconTwo {
        top: 25vw;
        left: 52%;
    }

    #TopIcon .IconThree {
        top: 51vw;
        left: 88%;
    }

    #TopIcon .IconFour {
        top: 60vw;
        left: 73.3%;
    }

    #TopLogo .SliderButton .TopButton .arrow {
        font-size: small;
        line-height: 15px;
        letter-spacing: -0.02px;
    }


    /*========= スライダー ===============*/


    .spider {
        margin-top: 10vw
    }

    .smb-spider-slider__figure-wrapper {
        overflow: initial;
    }

    .top-spider img {
        width: 150vw !important;
    }



    /*========= フォントサイズ ===============*/

    .h2gap {
        font-size: 18px;
        width: 60%;
    }

    #SectionFour .h2image:before {
        content: url(../img/titleimg_s.png);
        top: -15px;
        left: 39vw;
    }

    #SectionSix .h2image:before {
        content: url(../img/titleimg002_s.png);
        top: -80px;
    }

    #SectionSeven .h2image:before {
        content: url(../img/titleimg003_s.png);
        top: -15px;
        left: 50vw;
    }

    #SectionEight .h2image:before {
        content: url(../img/titleimg004_s.png);
    }

    #SectionNine .h2image:before {
        content: url(../img/titleimg005_s.png);
        left: 43vw;
        top: -50px;
    }


    /*========= gototop ===============*/

    .c-page-top {
        width: 40px;
        height: 40px;
    }


}


/*■■■■■■■■■ アニメーション ■■■■■■■■■*/

/*========= 画像スライドイン ===============*/
.slide-in {
    animation: SlideIn;
    animation-duration: 1.6s;
    animation-fill-mode: infinite;
}

@keyframes SlideIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes SlideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*========= モーダル表示のためのCSS ===============*/
#fancybox-content {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 111102 !important;
    border: 0 solid #292929 !important;
    background: #292929 !important;
    background-clip: padding-box !important;
}