/* ___________________________________________________________ /memo/ */
/* Blakepoint：780px */
/* Contentsarea：960px */
/* ___________________________________________________________ /root/ */
/* border-radius */
:root {
    --border-radius-LL: 30px;
    --border-radius-L: 20px;
    --border-radius-M: 15px;
    --border-radius-S: 10px;
    --border-radius-Ssp: 5px;
}

/* color - main */
:root {
    --color-hifuka: rgba(145, 63, 96, 1);
    --color-hifuka-pale: rgba(244, 239, 241, 1);
    --color-hifuka-sub: rgb(199, 159, 49);
    --color-hifuka-sub-pale: rgb(244, 239, 227);
    --color-white: rgba(255, 255, 255, 1);
    --color-white-Opa75: rgba(255, 255, 255, .75);
    --color-white-Opa50: rgba(255, 255, 255, .50);
    --color-white-Opa25: rgba(255, 255, 255, .25);
}

:root {
    --wp--preset--gradient--hifuka: linear-gradient(135deg, rgb(253, 235, 239) 0%, rgb(250, 234, 250) 100%);
}

:root {
    --opacity-100: 1;
    --opacity-75: .75;
    --opacity-50: .50;
    --opacity-25: .25;
    --opacity-0: 0;
}

/* ------------------------------ common */
/*サイト全般*/
@media only screen and (min-width: 48.75em) {
    .st-Main .single-txtarea *:not(p):not(span):not(ul):not(li):not(a):not(img):not(svg):not(.spider__slide):not(.smb-box__background):not(.smb-price-menu *):not(.wp-block-snow-monkey-blocks-price-menu *):not(.smb-faq__body *):not(:last-child) {
        margin-bottom: clamp(1em, 0.143rem + 3.81vw, 2em);
    }
}

.st-Main .single-txtarea .smb-box__body {
    padding: clamp(1em, 0.143rem + 3.81vw, 2em);
}

.st-Main .single-txtarea .smb-btn.smb-btn--little-wider,
.st-Main .single-txtarea .smb-btn-wrapper--full .smb-btn {
    padding: 1em 2em;
    font-size: 1.25em;
    margin: 2em 0 3em;
}

.st-Main .single-txtarea .smb-btn {
    padding: 0.5em 1em;
    font-size: 1em;
}

.st-Main .single-txtarea .smb-btn.smb-btn--little-wider span.smb-btn__label {
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.3));
}

@media (any-hover: hover) {
    .st-Main .single-txtarea .smb-btn:hover {
        filter: opacity(0.75);
    }
}

.is-style-sme-alert-warning {
    padding: 1.5em;
}

/*見出し*/
.second-Section .single-txtarea h2:not(.has-hifuka-gradient-background):not(.smb-media-text__title):not(.bg-white-Opa75) {
    font-size: calc(32rem / 13);
    color: #00ab84;
}

.second-Section .single-txtarea h3 {
    font-size: calc(32rem / 15);
    color: #00ab84;
    margin-bottom: 0.5em !important;
    background: rgba(0, 171, 132, .05);
    padding: 0.25em 0.5em;
    border-radius: 5px;
}

.second-Section .single-txtarea h4 {
    font-size: calc(32rem / 17);
    color: #00ab84;
    margin-bottom: 0.5em !important;
    background: rgba(0, 0, 0, .03);
    padding: 0.25em 0.5em;
    border-radius: 5px;
}

.second-Section .single-txtarea h5 {
    font-size: calc(32rem / 19);
    color: #00ab84;
    margin-bottom: 0.5em !important;
    padding: 0.25em 0;
    border-bottom: 1px solid #00ab84;
}

.second-Section .single-txtarea h6 {
    font-size: calc(32rem / 20);
    color: #00ab84;
    margin-bottom: 0.5em !important;
    padding: 0.25em 0;
    border-bottom: 1px dashed #00ab84;
}

h3.--bg-none {
    padding: 0 !important;
    margin-left: 0;
    text-decoration: none !important;
}


@media only screen and (min-width: 48.75em) {
    .second-Section .single-txtarea h2:not(.has-hifuka-gradient-background):not(.smb-media-text__title):not(.bg-white-Opa75) {
        font-size: calc(16rem / 10);
        margin-bottom: 1em !important;
    }

    .second-Section .single-txtarea h3 {
        font-size: calc(16rem / 13);
        margin-bottom: 1em !important;
    }

    .second-Section .single-txtarea h4 {
        font-size: calc(16rem / 15);
        margin-bottom: 1em !important;
    }

    .second-Section .single-txtarea h5 {
        font-size: calc(16rem / 17);
        margin-bottom: 1em !important;
    }

    .second-Section .single-txtarea h6 {
        font-size: calc(16rem / 19);
        margin-bottom: 1em !important;
    }
}



/* コンテンツ全幅*/
.--bg-none {
    background: none !important;
    padding: inherit !important;
}

.--color-txt {
    color: #333 !important;
}


.second-Section p {
    font-size: calc(28rem / 20);
    margin-bottom: calc(50rem / 30);
}

.second-Section a {
    text-decoration: underline;
}

.second-Section a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 48.75em) {
    .second-Section p {
        font-size: calc(16rem / 20);
        margin-bottom: calc(30rem / 30);
    }

}

.st-Layout .second-Section ol li {
    list-style: auto !important;
    margin-left: 1em;
    padding-left: 0 !important;
    position: inherit !important;
}

.st-Layout .second-Section ol li::before {
    content: '';
}

.full-width {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2em 0;
}

/* コンテンツコンテナ*/
.con-container {
    max-width: 960px;
    margin: 0 auto;
}

@media (max-width: 779px) {
    .con-container {
        width: 90% !important;
    }
}

/* color*/
.bg-hifuka {
    background-color: var(--color-hifuka);
}

.bg-hifuka-pale {
    background-color: var(--color-hifuka-pale);
}

/*headline*/
.copy {
    text-align: center;
    font-size: clamp(1.2rem, 1.02rem + 0.8vw, 1.5rem) !important;
    margin-top: calc(30rem / 10) !important;
}

.h-overflow {
    text-align: center;
    font-size: clamp(1.2rem, 1.02rem + 0.8vw, 1.5rem) !important;
    margin-top: calc(30rem / 10) !important;
}


/**/
.container-overflow .wp-block-box-is-layout-constrained .wp-block-heading {
    margin-top: unset;
    position: absolute;
    top: clamp(-50px, -3.35rem + 1vw, -44px);
    left: 20px;
    z-index: 2;
    font-size: clamp(1.1em, 1.01em + 0.4vw, 1.25em) !important;
}

.container-overflow {
    padding: 30px 20px;
    position: relative;
    margin-top: 3em;
}

.container-overflow .wp-block-box-is-layout-constrained {
    padding: 0 !important;
}

@media (min-width: 780px) {
    .container-overflow {
        position: relative;
        margin-top: 3em;
    }

    .benefits {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        list-style: none;
        padding: 0;
    }

    .benefits li {
        width: 49% !important;
    }
}

.benefits li {
    background-color: #fff;
    box-sizing: border-box;
    padding: .5em 1em !important;
    list-style: none;
    border-radius: 30px;
    font-size: 1em !important;
    margin-bottom: .5em;
}

.benefits li::before {
    content: none !important;
}

/*box内マージン調整*/
/*.wp-block-snow-monkey-blocks-box.smb-box *:last-child {
    margin-bottom: 0 !important;
}*/

/*Font*/
.font-serif {
    font-family: serif;
}

/*hr*/
hr.wp-block-separator {
    border-top: 1px solid;
    border-color: var(--color-hifuka-sub) !important;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-color: #ccc;
}

br {
    font-size: 0 !important;
}

/* margin */
.mTop-0 {
    margin-top: 0 !important;
}

.mTop-gap {
    margin-bottom: clamp(1rem, 0.4rem + 2.67vw, 2rem) !important;
}

.mTop-section {
    margin-bottom: clamp(2rem, 1.4rem + 2.67vw, 3rem) !important;
}

.mBottom-0 {
    margin-bottom: 0 !important;
}

.mBottom-gap {
    margin-bottom: clamp(1rem, 0.4rem + 2.67vw, 2rem) !important;
}

.mBottom-section {
    margin-bottom: clamp(2rem, 1.4rem + 2.67vw, 3rem) !important;
}

/* padding */
.pTop-0 {
    padding-top: 0 !important;
}

.pBottom-0 {
    padding-bottom: 0 !important;
}

/*opacity*/
.opacity-100 {
    opacity: var(--opacity-100);
}

/* align */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* SP Instagram */
.icon-instagram {
    width: calc(43rem / 20);
    aspect-ratio: 1 / 1;
    color: #fff;
}
@media (min-width: 780px) {
    .st-Header .mail.instagram {
        display: none;
    }
}
.st-Header .mail.instagram {
    margin: auto -20px auto auto !important;
}
.st-Header .mail.instagram a {
    border-radius: 20%;
    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
}

/* ------------------------------ contents-custom */
@media (max-width: 779px) {
    .pc {
        display: none;
    }
}

@media (min-width: 780px) {
    .sp {
        display: none;
    }
}

/* レイアウトに使う親要素全般に flow-root を指定 */
/*.st-Main .single-txtarea div::after,
.st-Main .single-txtarea section::after,
.st-Main .single-txtarea article::after {
    content: "";
    display: table;
    clear: both;
}*/

/* 見出し */
/*.second-Section .single-txtarea h2:not(.has-hifuka-gradient-background):not(.smb-media-text__title) {
    font-size: 1.75rem;
    color: #00AB84;
    margin-bottom: 0.5em;
}*/



.st-Main .single-txtarea .overlap {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.st-Main .single-txtarea .overlap.nbc-logo {
    top: clamp(-11rem, -16.143rem + 22.86vw, -5rem);
    width: clamp(18.75rem, 13.393rem + 23.81vw, 25rem) !important;
}

.st-Main .single-txtarea .overlap-smb-box__body {
    top: 30px;
    padding-top: clamp(50px, 2.054rem + 4.76vw, 70px);
}

.st-Main .single-txtarea .overlap-smb-box__body .smb-box__background {
    animation: bgColorLoop 30s linear infinite;
    transition: background-color 2s ease;
}

@keyframes bgColorLoop {
    0% {
        background-color: rgb(253, 235, 239);
    }

    20% {
        background-color: rgb(253, 242, 235);
    }

    40% {
        background-color: rgb(252, 248, 228);
    }

    60% {
        background-color: rgb(236, 251, 236);
    }

    80% {
        background-color: rgb(250, 234, 250);
    }

    100% {
        background-color: rgb(253, 235, 239);
    }

}

/* フレックスボタン */
.full-width .d-list {
    width: 960px;
    max-width: 100vw;
    position: relative;
    font-size: calc(26rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid var(--color-hifuka);
    border-left: 1px solid var(--color-hifuka);
}

.full-width .d-list li {
    width: 33.333%;
    font-size: calc(16rem / 20);
}

@media (max-width: 779px) {
    .full-width .d-list li {
        width: 100%;
        font-size: 1em;
    }

    .has-small-font-size {
        font-size: 0.9em !important;
    }

    .full-width .d-list {
        max-width: 95vw;
        margin-right: 10vw;
    }
    .d-list li {
        padding-left: 0 !important;
    }
}

.full-width .d-list li a {
    color: var(--color-hifuka);
    display: block;
    background: #fff;
    border-bottom: 1px solid var(--color-hifuka);
    border-right: 1px solid var(--color-hifuka);
    text-align: center;
    line-height: 4;
}

@media only screen and (min-width: 48.75em) {
    .full-width .d-list li a:hover {
        background: var(--color-hifuka);
        color: #fff;
    }
}

@media only screen and (min-width: 48.75em) {
    .full-width .d-list li a {
        transition: .3s;
    }
}

.has-hifuka-gradient-background {
    background: var(--wp--preset--gradient--hifuka) !important;
    border-radius: var(--border-radius-S);
}

#sbi_mod_error {
    float: none !important;
}

.tagline {
    font-size: clamp(18px, 0.804rem + 1.43vw, 24px) !important;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.heart-configuration {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Instagram調整 */
svg[aria-label="Play"] {
    left: 10% !important;
}

svg[aria-label="Clone"] {
    left: 40% !important;
}

.sbi_follow_btn a {
    display: inline-flex;
    background: linear-gradient(135deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA) !important;

    svg[aria-label="Instagram"] {
        width: 1em;
    }
}


@media (max-width: 450px) {
    body .is-layout-grid.sp-block {
        display: block;
    }

    body .is-layout-grid.sp-block p {
        margin-bottom: 0 !important;
    }
}

/* ブロック内画像調整 */
.second-Section .single-txtarea .rad-img img {
    border-radius: 30px;
}

/*カルーセルスライダー調整*/
.smb-spider-slider .spider__figure {
    max-width: -webkit-fill-available;
    object-fit: contain;
}

.second-Section .single-txtarea .wp-block-snow-monkey-blocks-spider-slider.carousel-slide .spider {
    margin-bottom: 0;
}

.second-Section .single-txtarea .wp-block-snow-monkey-blocks-spider-slider.carousel-slide .spider__dots {
    margin-top: 0;
}

@media (max-width: 400px) {
    .spider__dots:not([data-thumbnails=true]) {
        --spider--dots-gap: 10px !important;
    }
    .sp-adjust img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain !important;
    }
}

/*SPコンテンツ調整*/
@media (max-width: 1024px) {
    .moderate-size img {
        display: flex;
        max-width: 75%;
        margin: auto;
    }
}

/*SP ヒーローヘッダー調整*/
@media (max-width: 826px) {
    .wp-block-snow-monkey-blocks-hero-header.spRatio-1 {
        --smb-hero-header--figure-aspect-ratio: unset !important;
        aspect-ratio: 1;
        --smb-hero-header--body-max-width: 45% !important;
    }
}

/*スタッフ写真*/
.column-gap-1vw {
    column-gap: 1vw;
}

.staff-photo img {
    border-radius: 100px;
}

/* アコーディオン調整 */
.accordion-white .smb-accordion__item__title {
    padding: 0.5em 1em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: unset !important;
    justify-content: center;
    gap: 10px;
}

.accordion-white .smb-accordion__item__title .smb-accordion__item__title__label,
.accordion-white .smb-accordion__item__title .smb-accordion__item__title__icon {
    flex: none !important;
}

.accordion-white .smb-accordion__item__title .smb-accordion__item__title__icon {
    display: none;
}

.accordion-white .smb-accordion__item__body {
    border-bottom: 1px solid;
}

/*コンテンツ BG*/
.bg-feather {
    background: center / cover no-repeat url("../images/njdr.jp__bg-feather.webp");
}

.bg-cloud-sea {
    background: center / cover no-repeat url("../images/njdr.jp__bg-cloud-sea.webp");
}

.bg-dappled-sunlight {
    background: center / cover no-repeat url("../images/njdr.jp__bg-dappled-sunlight.webp");
}


.bg-white {
    background-color: var(--color-white);
}

.bg-white-Opa75 {
    background-color: var(--color-white-Opa75);
}

.bg-white-Opa50 {
    background-color: var(--color-white-Opa50);
}

.bg-white-Opa25 {
    background-color: var(--color-white-Opa25);
}

.opacity-100 {
    opacity: var(--opacity-100);
}

.opacity-75 {
    opacity: var(--opacity-75);
}

.opacity-50 {
    opacity: var(--opacity-50);
}

.opacity-25 {
    opacity: var(--opacity-25);
}

.opacity-0 {
    opacity: var(--opacity-0);
}

.bRadius-LL {
    border-radius: var(--border-radius-LL);
}

.bRadius-L {
    border-radius: var(--border-radius-L);
}

.bRadius-M {
    border-radius: var(--border-radius-M);
}

.bRadius-S {
    border-radius: var(--border-radius-S);
}

.bRadius-Ssp {
    border-radius: var(--border-radius-Ssp);
}

.smb-accordion__item__title__label::before {
    content: "続きを読む";
    /* 初期状態のテキスト */
    display: inline-block;
    transition: all 0.3s ease;
}

/* チェック状態で切り替え */
.smb-accordion__item__control:checked+.smb-accordion__item__title .smb-accordion__item__title__label::before {
    content: "閉じる";
}


/*campaign*/
.campaign-area {
    background: var(--color-hifuka-sub-pale);
}

.campaign-area img {
    border-radius: var(--border-radius-L);
}

@media (max-width: 639px) {
    .campaign-area {
        margin-top: 50px;
    }
}

/*Youtube*/
.youtube-container {
    text-align: center;
    margin: auto;
}

@media (min-width: 640px) {
    .youtube-container {
        width: 75%;
    }
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.smb-media-text.ratio_1-1 .smb-media-text__figure img {
    aspect-ratio: 1;
    object-fit: cover;
}

.smb-media-text.position-bottom .smb-media-text__figure img {
    object-position: bottom;
}

/* カラム調整 */
@media (min-width: 780px) {
    .wp-block-columns .wp-block-column {
        margin-bottom: 0 !important;
    }

    .wp-block-columns.is-layout-flex {
        justify-content: space-evenly;
        gap: 2em;
    }
}

.oxypod-area .wp-block-heading {
    margin: 0 0 0.5em !important;
}

@media (max-width: 779px) {
    .oxypod-area {
        gap: 0;
    }
}

.tx-process .smb-step__item {
    padding-left: 3em;
}

@media (min-width: 780px) {
    .tx-process .smb-step__item {
        padding-left: 5.2em;
    }
}

.tx-process .smb-step__item__number::before {
    font-size: 1.25em !important;
    font-weight: bold !important;
    color: #fff !important;
}

/*FAQ*/
.smb-faq__item__question__label {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: .25em;
    color: #de7676;
}

.smb-faq__item__answer__label {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: .25em;
    color: #7090e3;
}

.smb-faq__item p {
    margin-bottom: 0;
}

.smb-faq__item {
    padding: 1em 0;
}

/*Price*/
.smb-price-menu__item {
    padding: 1em 0;
}

/*PhotO2facial*/
.PhotO2facial-area {
    max-width: 960px;
}

/*for-in-1-efect-step*/
.for-in-1-efect-step .wp-block-column p:first-child {
    margin-top: 1em;
}

.for-in-1-efect-step .wp-block-column figure {
    max-width: 90%;
}

/*SP調整*/
@media (max-width: 779px) {
    .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
        gap: 0;
    }
}

/* ul li 調整 */
.second-Section .single-txtarea ul,
.second-Section .single-txtarea ol {
    margin-bottom: 1em;
}

.second-Section .single-txtarea ul li {
    line-height: 2;
}

@media (max-width: 779px) {

    .second-Section .single-txtarea ul li,
    .second-Section .single-txtarea ol li {
        padding-left: calc(40rem / 20);
    }
}

/* table 調整 */
.second-Section .single-txtarea table th,
.second-Section .single-txtarea table td {
    padding: 0.25em;
    border-color: #ccc;
}

/* margin 調整 */
@media (max-width: 779px) {
    .second-Section .single-txtarea .wp-block-columns-is-layout-flex .wp-block-column {
        margin-bottom: 1em;
    }

    .second-Section .single-txtarea .smb-box__body {
        margin-bottom: 1em;
    }
}

/* スマホ2列 */
@media (max-width: 768px) {
    .wp-block-columns.sp-2columns {
        flex-wrap: wrap !important;
    }

    .wp-block-columns.sp-2columns > .wp-block-column {
        flex-basis: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-bottom: 15px !important;
    }

    .wp-block-columns.sp-2columns {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
}

/*スマホマージン調整*/
@media (max-width: 400px) {
    .mBottm-contents-sp {
        margin-bottom: 1em;
    }
}

/* 美容 */
.beauty-about table {
    width: 100%;
}
.beauty-about .table-list td[scope="row"] {
    font-weight: bold;
}
.beauty-about .table-list th,
.beauty-about .table-list td {
    text-align: center;
}
.beauty-about .table-list tbody td span {
    display: block;
    line-height: 1;
    font-size: calc(26rem / 20);
}
@media only screen and (min-width: 48.75em) {
    .beauty-about .table-list tbody td span {
        font-size: calc(11rem / 20);
    }
}

.table-about th {
    background: none;
}

.table-about span {
    background-color: var(--color-hifuka-pale) !important;
}