@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0 auto;
    background: #FFF9F7;
    color: #4B4B4B;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* font sets */
.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

em {
    font-style: normal;
}

.marker {
    display: inline-block;
    background: linear-gradient(transparent 70%, #fff 30%);
}


/* link sets */
a, a:link {
    text-decoration: none;
    color: #4B4B4B;
}
a:hover {
    text-decoration: none;
}

/* visually-hidden */
.visually-hidden {
    /* position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 4px !important;
    height: 4px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important; */
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

/* common sets */
main,
header,
footer {
    background: #fff;
}
.max-width {
    max-width: 600px;
    margin: 0 auto;
}
.shadow {
    box-shadow: 0 0 50px 5px #f1dfd8;
}
.text-col-blue { color:#308EED; }


/* fadeIn */
.fade-in {
    opacity: 0;
    transform: translateY(120px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.is-show {
    opacity: 1;
    transform: translateY(0);
}

.for-sp {
    display: none;
}
.for-pc {
    display: block;
}
@media screen and (max-width: 320px) {
    .for-sp {
        display: block;
    }
    .for-pc {
        display: none;
    }
}


/* CTA Area sets:.ctaBox
================================== */
.ctaBox {
    width: 100%;
    margin: 0 auto;
    background: url(../images/cta-bg.webp) 0 0 /cover no-repeat;
}
.ctaInner {
    max-width: 540px;
    padding: 2rem;
    margin: 0 auto;
}
.price {
    margin: 0 auto 2rem;
    @media screen and (max-width: 430px) {
        margin: 0 auto 1rem;
    }
    img {
        margin: 0 auto;
    }
}
.course {
    padding: 1rem;
    margin: 0 auto 2rem;
    background: #fff;
    border-radius: 10px;
    position: relative;
    img {
        margin: 0 auto;
    }
}
.course::after {
    content: "";
    display: block;
    display: inline-block;
    width: 42px;
    height: 26px;
    background: #AA76D0;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
}

.buttonBox {
    display: block;
    position: relative;
    filter: drop-shadow(0px 8px 4px #d2d8e0);
    overflow: hidden;
    z-index: 100;
    small {
        font-size: clamp(1rem, -0.143rem + 5.71vw, 2rem);
    }
    .buttonInner {
        width: 100%;
        padding-right: 1.375rem;
        font-size: clamp(1.25rem, -0.179rem + 7.14vw, 2.5rem);
        font-weight: bold;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* キラッの調整 */
.ctaBox .buttonBox::before {
	content: "";
	width: 90%;
	height: 100%;
	background: linear-gradient(to right, #ffffff00 25%, #ffffff99 50%, #ffffff00 75%);
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
    animation: 2s 0s shine linear infinite;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
.ctaBox .buttonBox {
    vertical-align: bottom;
}



/* section:お悩みチェック#check
================================== */
#check {
    width: 100%;
    margin: 0 auto;
    img {
        margin: 0 auto;
    }
    h2 {
        padding: 0 1rem;
        margin: 0 auto 32px;
        img {
            width: 100%;
            padding: 0 1rem;
            margin: 0 auto;
        }
    }
}
#check .checkBgInner {
    background: 
        url(../images/sec-worries_decoration-top.webp) center top /contain no-repeat,
        url(../images/sec-worries_decoration-bottom.webp) center bottom /contain no-repeat;
}
#check .checkInner {
    padding: 60px 0 60px;
    overflow: hidden;
}
#check .worriesBox {
    position: relative;
    width: 100%;
    background: 
        url(../images/sec-worries_bg2.webp) center top /cover no-repeat;
}
#check .worriesInner {
    position: relative;
}
#check .worriesImagesBrea {
    width: 100%;
    padding: 0 16px;
    position: absolute;
    img {
        max-width: 80%;
    }
    &.top {
        top: 0;
    }
    &.bottom {
        z-index: 100;
        bottom: 0;
        @media screen and (max-width: 376px) {
            bottom: -1.6rem;
        }
    }
}

#check .worriesList {
    padding: 240px 5%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    li {
        margin-bottom: 24px;
    }
    li:last-child {
        margin-bottom: 0;
    }
    li img {
        padding: 0 2.5rem;
        margin: 0;
    }
}
@media screen and (min-width: 390px) and (max-width: 430px) {
    #check .worriesList {
        padding: 160px 2%;
        li { 
            img {
                max-width: none;
            }
            &:nth-child(1) {
                img {
                    max-width: none;
                    width: 320px;
                }
            }
            &:nth-child(2) {
                img {
                    max-width: none;
                    width: 300px;
                }
            }
            &:nth-child(3){
                img {
                    max-width: none;
                    width: 390px;
                }
            }
            &:nth-child(4),
            &:nth-child(5) {
                img {
                    max-width: none;
                    width: 380px;
                }
            }
        }
    }
}
@media screen and (min-width: 375px) and (max-width: 389px) {
    #check .worriesList {
        padding: 120px 0;
        li { 
            img {
                max-width: none;
            }
            &:nth-child(1) {
                img {
                    max-width: none;
                    width: 320px;
                }
            }
            &:nth-child(2) {
                img {
                    max-width: none;
                    width: 300px;
                }
            }
            &:nth-child(3){
                img {
                    max-width: none;
                    width: 390px;
                }
            }
            &:nth-child(4),
            &:nth-child(5) {
                img {
                    max-width: none;
                    width: 380px;
                }
            }
        }
    }
}
@media screen and (max-width: 374px) {
    #check .worriesList {
        padding: 120px 0;
        li { 
            img {
                max-width: none;
            }
            &:nth-child(1) {
                img {
                    max-width: none;
                    width: 270px;
                }
            }
            &:nth-child(2) {
                img {
                    max-width: none;
                    width: 260px;
                }
            }
            &:nth-child(3){
                img {
                    max-width: none;
                    width: 320px;
                }
            }
            &:nth-child(4),
            &:nth-child(5) {
                img {
                    max-width: none;
                    width: 315px;
                }
            }
        }
    }
}


.commonConcernsBox {
    padding: 0 1rem;
    margin-top: 15%;
    .headline {
        margin: 0 auto 24px;
        font-weight: bold;
        font-size: clamp(1.25rem, 0.393rem + 4.29vw, 2rem);
        text-align: center;
    }
    .headline::before,
    .headline::after {
        content: "";
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .headline::before{
        padding-top: 8px;
        border-top: 1px solid #4B4B4B;
    }
    .headline::after{
        padding-bottom: 8px;
        border-bottom: 1px solid #4B4B4B;
    }
    em {
        font-size: clamp(1.5rem, 0.5rem + 5vw, 2.375rem);
    }
}
@media screen and (max-width: 390px) {
    .commonConcernsBox img {
        width: 90%;
    }
}

.selfcareBox {
    padding: 170px 0;
    margin-top: 0;
    background: url(../images/sec-cause_bg2.webp) center top/cover no-repeat;
    position: relative;
    .arrow {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    /* .slideBox {
        .first {
            margin: 0 auto 32px;
        }
    } */
    .selfcareImage {
        width: 100%;
        padding: 0 1rem;
    }
}



/* section:施術の特徴#features
================================== */
#features {
    margin: 0 auto;
    img {
        margin: 0 auto;
    }
}
#features h2 {
    margin: 0 auto 24px;
}
.featuresInner {
    padding: 16px 16px 0;
}
.treatmentBox {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 24px;
}
.treatmentBox .content p {
    margin: 0 auto 10px;
}
@media screen and (max-width: 390px) {
    .treatmentBox .content p img {
        width: 70%;
    }
}


/* section:施術実例#examples
================================== */
#examples {
    padding: 60px 0;
    margin: 0 auto;
    img {
        margin: 0 auto;
    }
    h2 {
        padding: 0 2rem;
        margin: 0 auto 24px;
        img {
            width: 100%;
            margin: 0 auto;
        }
    }
}
.slideBox {
    .first {
        margin: 0 auto 24px;
    }
}


/* section:施術時間についてー70分の理由ー#inout
============================================== */
#inout {
    margin: 0 auto;
    img {
        width: 100%;
        margin: 0 auto;
    }
    h2 {
        padding: 0 1rem;
        margin: 0 auto 24px;
        img {
            width: 100%;
            margin: 0 auto;
        }
    }
    .point {
        max-width: 540px;
        padding: 2px 16px;
        margin: 0 auto 24px;
        background: #fff;
        color: #6E5914;
        font-size: clamp(0.875rem, 0.161rem + 3.57vw, 1.5rem);
        font-weight: 600;
        text-align: center;
        @media screen and (max-width: 390px) {
            max-width: none;
            margin: 0 auto 24px;
        }
    }
}

#inout .inoutInner {
    width: 100%;
    padding: 60px 0;
    background: url(../images/sec-experience_bg.webp) 0 0 / cover no-repeat;
    text-align: center;
}

.stepList {
    position: relative;
    z-index: 100;
    @media screen and (max-width: 390px) {
        padding: 0 16px;
    }
    li {
        margin: 0 auto 24px;
    }
    li:last-child {
        margin: 0 auto;
    }
}
.stepList li {
    position: relative;
    padding: 0 16px;
}
.stepList li::after {
    content: "";
    display: block;
    width: 10px;
    height: 25px;
    position: absolute;
    bottom: -25px;
    right: 50%;
    transform: translateX(-50%);
    z-index: -10;
}
.stepList li:nth-child(1)::after {
    background-image: linear-gradient(0deg, #a578b0, #aa77d1);
}
.stepList li:nth-child(2)::after {
    background-image: linear-gradient(0deg, #a2789f, #a578b0);
}
.stepList li:nth-child(3)::after {
    background-image: linear-gradient(0deg, #a17891, #a378a0);
}
.stepList li:nth-child(4)::after {
    background-image: linear-gradient(0deg, #9d7980, #a17891);
}
.stepList li:nth-child(5)::after {
    background-image: linear-gradient(0deg, #9b7771, #9e7981);
}


/* section:サロン紹介#salon
================================== */
#salon {
    background: url(../images/sec-salon_bg.webp) 0 0 /cover no-repeat;
    text-align: center;
    img {
        width: 100%;
        margin: 0 auto;
    }
    h2 {
        margin: 0 auto 24px;
        img {
            width: 100%;
            padding: 0 1rem;
            margin: 0 auto;
        }
    }
    .salonName {
        margin: 0 auto 10px;
        font-size: clamp(1rem, 0.286rem + 3.57vw, 1.625rem);
        font-weight: 900;
        color: #907A33;
    }
    .point {
        max-width: 540px;
        padding: 2px 16px;
        margin: 0 auto 40px;
        background: #fff;
        color: #6E5914;
        font-size: clamp(0.875rem, 0.161rem + 3.57vw, 1.5rem);
        font-weight: 600;
        text-align: center;
        @media screen and (max-width: 390px) {
            max-width: none;
            margin: 0 auto 24px;
        }
    }
}
#salon .salonInner {
    padding: 60px 0 0;
}

#salon .specialBox {
    position: relative;
    .catch {
        img {
            max-width: 500px;
            transform: rotate(-3deg);
            @media screen and (max-width: 390px) {
                width: 85%;
            }
        }
    }
    .specialImageBox {
        margin-top: -32px;
    }
}


/* section:お客様の声#voice
================================== */
#voice {
    background-image: linear-gradient(0deg, #F6FAFF, #FFFBED);
    h2 {
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content: center;
        align-items: center;
        margin: 0 auto 32px;
        color: #907A33;
        font-size: 4.5rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
    }
    h2::before,
    h2::after {
        content: "";
        display: block;
        width: 67px;
        height: 54px;
        background: url(../images/sec-uservoice_kirakira.svg) 0 0/contain no-repeat;
    }
    h2::after {
        transform: scale(-1, 1);
    }
    small {
        font-size: 3.25rem;
    }
}

#voice .voiceInner {
    padding: 60px 0;
}
#voice .voiceList {
    width: 100%;
    max-width: 500px;
    padding: 32px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
    @media screen and (min-width: 321px) and (max-width: 390px) {
        max-width: 340px;
    }
    @media screen and (max-width: 320px) {
        max-width: 300px;
    }
}

#voice .voiceList li {
    width: 100%;
    padding: 16px 0;
    margin: 0 auto 100px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    text-align: center;
    @media screen and (max-width: 390px) {
        margin: 0 auto 40px;
    }
}

#voice .voiceList li .image {
    margin: 0 auto 24px;
    @media screen and (min-width: 321px) and (max-width: 390px) {
        width: 150px;
    }
    @media screen and (max-width: 320px) {
        width: 120px;
    }
}
#voice .voiceList li .personaldata {
    margin: 0 auto 24px;
    font-size: clamp(1.125rem, 0.696rem + 2.14vw, 1.5rem);
    font-weight: bold;
    line-height: 1.2;
    color: #907A33;
    .time {
        display: inline-block;
        padding: 4px 16px;
        background: #fff;
        border: 1.33px solid #907A33;
        border-radius: 100px;
    }
}

#voice .voiceList li .cmnt {
    max-width: 380px;
    margin: 0 auto;
    font-size: clamp(1rem, 0.571rem + 2.14vw, 1.375rem);
    line-height: 1.8;
    text-align: left;
    em {
        color: #907A33;
        font-weight: bold;
    }
}



/* section:まずは体験から#experience
================================== */
#experience {
    margin: 0 auto;
    background: url(../images/sec-experience_bg.webp) 0 0/cover no-repeat;
    text-align: center;
    img {  
        margin: 0 auto;
    }
    h2 {
        margin: 0 auto 24px;
    }
    .salonName {
        margin: 0 auto 10px;
        font-size: clamp(1rem, 0.714rem + 1.43vw, 1.25rem);
        font-weight: bold;
        color: #907A33;
    }
}
#experience .experienceInner {
    padding: 60px 0;
}


@media screen and (min-width: 351px) and (max-width: 430px) {
    #experience .experienceInner {
        padding: 60px 1rem;
    }
}
@media screen and (max-width: 350px) {
    #experience .experienceInner {
        padding: 60px 1rem;
    }
}

#experience .experienceContent {
    max-width: 560px;
    padding: 32px 16px;
    margin: 0 auto 24px;
    background: #fff;
    border-radius: 10px;
}
#experience .experienceContent .price {
    margin: 0 auto 16px;
}
#experience .experienceContent .course {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    &::after {
        display: none;
    }
}
@media screen and (min-width: 391px) and (max-width: 430px) {
    #experience .experienceContent .price {
        img {
            width: 100%;
        }
    }
    #experience .experienceContent .course {
        display: grid;
        grid-template-columns: minmax(80px, 100px) 240px;
        gap: 8px;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        &::after {
            display: none;
        }
        img {
            width: 100%;
        }
    }
}
@media screen and (min-width: 321px) and (max-width: 390px) {
    #experience .experienceContent .price {
        img {
            width: 100%;
        }
    }
    #experience .experienceContent .course {
        display: grid;
        grid-template-columns: minmax(80px, 100px) 210px;
        gap: 8px;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        &::after {
            display: none;
        }
        img {
            width: 100%;
        }
    }
}
@media screen and (max-width: 320px) {
    #experience .experienceContent .price {
        img {
            width: 100%;
        }
    }
    #experience .experienceContent .course {
        display: grid;
        grid-template-columns: 60px auto;
        gap: 8px;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        &::after {
            display: none;
        }
        img {
            width: 100%;
        }
    }
}

#experience .buttonBox {
    margin: 0 auto 24px;
}


/* section:よくある質問#faq
================================== */
#qa {
    margin: 0 auto;
    background: url(../images/sec-qa_bg.webp) 0 0 /100% no-repeat;
    line-height: 1.8;
    img {
        margin: 0 auto;
    }
    h2 {
        margin: 0 auto 24px;
    }
}

#qa .qaInner {
    padding: 80px 0;
}
@media screen and (max-width: 390px) {
    #qa {
        img {
            max-width: 220px;
        }
    }
    #qa .qaInner {
        padding: 60px 1rem;
    }
}

#qa .qaInner .qaList {
    max-width: 560px;
    margin: 0 auto;
}

#qa .qaInner .qaList .big {
    font-size: clamp(1.375rem, -0.054rem + 7.14vw, 2.625rem);
    line-height: 1.2;
    font-weight: bold;
}

details .big {
    color: #58ABFF;
    font-size: clamp(1.375rem, -0.054rem + 7.14vw, 2.625rem);
    line-height: 1.2;
}
details {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    margin: 0 auto 24px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    &:last-child {
        margin: 0 auto;
    }
    &::details-content {
        transition:
            height 0.4s,
            opacity 0.4s,
            content-visibility 0.4s allow-discrete;
        height: 0;
        opacity: 0;
        overflow: clip;
    }
    &[open]::details-content {
        opacity: 1;
    }
    &[open] .icon {
        transform: rotate(180deg);
    }
    .answer {
        display: grid;
        grid-template-columns: auto 1fr 24px;
        gap: 16px;
        align-items: start;
        padding: 0 32px 24px;
    }
}

@supports (interpolate-size: allow-keywords) {
    :root {
        interpolate-size: allow-keywords;
    }
    details[open]::details-content {
        height: auto;
    }
}
@supports not (interpolate-size: allow-keywords) {
    details[open]::details-content {
        height: 150px;
        overflow-y: scroll;
    }
}

summary {
    display: grid;
    grid-template-columns: auto 1fr 24px;
    gap: 16px;
    align-items: center;
    padding: 24px 32px;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    font-weight: bold;
}
summary .big {
    color: #2E96FF;
}
summary .icon {
    width: 24px;
    height: 14px;
    background: url(../images/sec-qa_arrow.svg) 0 0 /contain no-repeat;
}

@media screen and (max-width: 390px) {
    summary .icon {
        width: 18px;
        height: 10px;
        background: url(../images/sec-qa_arrow.svg) 0 0 /contain no-repeat;
    }
}

/* salonImage */
.salonimageBox {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
        "areaA areaA"
        "areaB areaC";
    background: url(../images/sec-qa_bg.webp) 0 0 /100% no-repeat;
}
.salonimageBox .salonImageA {
    grid-area: areaA;
}
.salonimageBox .salonImageB {
    grid-area: areaB;
}
.salonimageBox .salonImageC {
    grid-area: areaC;
}



/* section:アクセス・店舗情報#information
================================== */
#information {
    background: #DBE4EB;
    img {
        margin: 0 auto;
    }
    h2 {
        &::after {
            content: "";
            display: block;
            max-width: 500px;
            padding: 16px 0;
            margin: 0 auto;
            border-top: 1px solid #4B4B4B;
        }
    }
}
#information .informationInner {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
}
.informationContent {
    div {
        margin: 0 auto 32px;
        font-family: "Zen Old Mincho", serif;
        font-weight: 500;
        font-style: normal;
    }
    .access {
        font-size: clamp(1.75rem, 1.036rem + 3.57vw, 2.375rem);
        font-weight: bold;
    }
    .business {
        font-size: clamp(1.125rem, 0.696rem + 2.14vw, 1.5rem);
        p {
            margin: 0 auto 8px;
        }
    }
    .address {
        font-size: clamp(1rem, 0.571rem + 2.14vw, 1.375rem);
    }
    iframe {
        width: 100%;
        height: 250px;
        padding: 0 24px;
        margin: 0 auto 32px;
    }
}

/* footer
================================== */
.footerArea {
    padding: 24px 0 16px;
    margin: 0 auto;
    background: #4B4B4B;
    color: #fff;
}
.linkBox {
    margin: 0 auto 8px;
    text-align: center;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    a, a:link, a:hover {
        color: #fff;
        text-decoration: underline;
    }
}
.copyrightBox {
    font-size: .875rem;
    text-align: center;
}


/* CTA .btm-fixed
================================== */
.ctaBox.btm-fixed {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 600px;
    padding: 1rem;
    margin: 0;
    background: url(../images/cta-bg.webp) 0 0 /cover no-repeat;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(-50%, 20px, 0);
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0.45s;
}
.ctaBox.btm-fixed.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, 0, 0);
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0s;
}
.ctaBox.btm-fixed.is-visible .ctaInner {
    padding: 0;
}

.ctaBox.btm-fixed .price {
    margin: 0 auto 2%;
}
.ctaBox.btm-fixed a,
.ctaBox.btm-fixed img {
    display: block;
    width: 100%;
}
.ctaBox.btm-fixed img.point {
    width: 70%;
}

.ctaBox.btm-fixed.is-visible.hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, 20px, 0);
}


/* ページトップへ:.page-to-top
================================== */
.page-to-top {
    position: fixed;
    bottom: 250px;
    right: max(
        20px,
        calc((100vw - 600px) / 2 + 20px)
    );
    width: 50px;
    height: 50px;
    background: #4B4B4B70;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 800;
    transition:
        opacity 0.3s,
        visibility 0.3s;
    @media screen and (max-width: 765px) {
        bottom: 200px;
    }
    &.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .arrow {
        position: relative;
        display: inline-block;
        top: 25%;
        width: 40px;
        height: 40px;

        &::before,
        &::after {
            content: "";
            position: absolute;
            top: 0;
            left: calc(50% - 2px);
            width: 4px;
            height: 24px;
            border-radius: 9999px;
            background-color: #fff;
            transform-origin: 50% 2px;
        }

        &::before {
            transform: rotate(45deg);
        }

        &::after {
            transform: rotate(-45deg);
        }
    }

    &:hover {
        opacity: 1;
    }
}


/* before after slider */
.beer-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.beer-slider > img,
.beer-reveal > img {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* BeerSliderが生成する透明な操作エリア */
.beer-range {
    position: absolute !important;
    z-index: 50 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    cursor: ew-resize;
    pointer-events: auto !important;
    touch-action: pan-y !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

/* iPhone Safari用のタッチ領域 */
.beer-range::-webkit-slider-thumb {
    width: 48px;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

/* 見た目だけのハンドルはタッチを受け取らない */
.beer-handle {
    pointer-events: none !important;
    touch-action: auto !important;
}


/* サンクスページ:#thanks
================================== */
#thanks {
    margin: 0 auto;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    line-height: 1.6;
}
#thanks .thanksInner {
    padding: 40px 24px;
    background: #DBE4ED;
    h1 {
        margin: 0 auto 24px;
        font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
        font-weight: bold;
    }
}

.ly_thanksLead {
    margin: 0 auto 24px;
    .bl_cautionLeadBox {
        padding: 16px;
        border: 1px dashed #4B4B4B;
    }
    .bl_cautionLeadBox p {
        margin: 0 auto 16px;
        font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
        &:nth-child(2) {
            margin: 0 auto;
        }
    }
}

.ly_btnTop {
    margin: 0 auto;
    text-align: center;
    a.el_btn.topbk_btn {
        display: inline-block;
        padding: 6px 24px;
        margin: 0 auto;
        border-radius: 100px;
        background: #4B4B4B;
        color: #fff;
        text-align: center;
    }
}