@charset "UTF-8";
/********************************************************************************
page-top.css　トップページ
********************************************************************************/

/*============================================================
 common調整
*============================================================*/
/* 
---------------------------------------- */

/*============================================================
 Mainvisual
*============================================================*/
#page-top #mainvisual .mainvisual-wrap {
    height: 618px;
    border-left: solid 8px var(--common-color-accent);
    border-right: solid 8px var(--common-color-accent);
    background-image: url(../images/common/top/mainvisual-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
#page-top #mainvisual .mainvisual-inner {
    width: 100%;
    max-width: 1424px;
    height: 100%;
    padding: 0 16px 28px 16px;
    margin: 0 auto;
}
#page-top #mainvisual .catch2 {
    position: absolute;
    top: 16px;
    right: 146px;
}
#page-top #mainvisual .info {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 48px;
}
#page-top #mainvisual .info .info-left {
    flex: 1;
    margin-bottom: 44px;
}
/* #page-top #mainvisual .info .info-left .btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
} */
#page-top #mainvisual .info .info-right {
}
#page-top #mainvisual .info .info-right .merit3-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}
#page-top #mainvisual .info .info-right .merit3-list .item {
    width: 148px;
    height: auto;
    aspect-ratio: 1;
    padding-top: 66px;
    border-radius: 100%;
    background: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 180%;
    color: var(--common-color-accent);
    background-repeat: no-repeat;
    background-position: top 20px center;
    background-size: 58px auto;
}
#page-top #mainvisual .info .info-right .merit3-list .item span {
    display: block;
    font-size: 18px;
    line-height: 120%;
}
#page-top #mainvisual .info .info-right .merit3-list .item-line {
    line-height: 180%;
    background-image: url(../images/common/top/mainvisual-merit3-line.svg);
}
#page-top #mainvisual .info .info-right .merit3-list .item-ja {
    line-height: 160%;
    background-image: url(../images/common/top/mainvisual-merit3-ja.svg);
}
#page-top #mainvisual .info .info-right .merit3-list .item-free-stay {
    padding-top: 64px;
    background-image: url(../images/common/top/mainvisual-merit3-free-stay.svg);
    background-position: top 14px center;}

/*============================================================
 セクション ララピール
*============================================================*/
#page-top #sec-bnr {
    background-color: var(--common-color-accent);
}
#page-top #sec-bnr .bnr-lhalapeel {
    display: block;
}
#page-top #sec-bnr .bnr-lhalapeel .image {
    text-align: center;
    margin: -45px auto 0 auto;
    position: relative;
    z-index: 1;
}

/*============================================================
 セクション aroom利用 3つのメリット
*============================================================*/
#page-top #sec-merits3 {
    padding: 24px 0 80px 0;
    background-color: var(--common-color-bg);
}
#page-top #sec-merits3 .sec-title {
    text-align: center;
    margin-bottom: 24px;
}
#page-top #sec-merits3 .merits-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: var(--common-color-main);
    margin-bottom: 56px;
}
#page-top #sec-merits3 .merits-list .item {
}
#page-top #sec-merits3 .merits-list .item .title {
    width: fit-content;
    padding: 5px 16px;
    border-radius: 0px 2px 2px 0px;
    border: solid var(--common-color-main);
    border-width: 1px 3px 3px 1px;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 16px;
}
#page-top #sec-merits3 .merits-list .item .title span {
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
}
#page-top #sec-merits3 .merits-list .item .lead {
    font-size: 20px;
}
#page-top #sec-merits3 .btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    width: fit-content;
    margin: 0 auto;
}

/*============================================================
 セクション aroomおすすめ! Pick UP!
*============================================================*/
#page-top #sec-pickup {
    padding: 0 0 80px 0;
}
#page-top #sec-pickup .sec-title {
    background: linear-gradient(90deg, #F2ABB2 0%, #F7C8CF 20%);
    margin-bottom: 56px;
    text-align: center;
}
#page-top #sec-pickup .sec-title .image {
}
#page-top #sec-pickup .clinic-list {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-bottom: 40px;
}
#page-top #sec-pickup .clinic-list .clinic {
}
#page-top #sec-pickup .clinic-list .clinic .introduce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 48px;
    margin-bottom: 24px;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .image {
    width: 44.44%;
    border-radius: 8px;
    overflow: hidden;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .catch {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .label-list {
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .label-list .label {
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    background-color: var(--common-color-sub);
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .about {
    display: block;
    padding: 0 0 16px 30px;
    background-image: url(../images/common/icon-clinic.svg), url(../images/common/icon-link.svg);
    background-repeat: no-repeat;
    background-position: top left, top 8px right;
    background-size: 22px auto, 24px auto;
    font-family: 'Noto Sans JP', sans-serif;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .about .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .about .fee {
    font-size: 11px;
    line-height: 100%;
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .lead {
}
#page-top #sec-pickup .clinic-list .clinic .introduce .info .lead .link {
    text-decoration: underline;
}
#page-top #sec-pickup .before-after {
    padding: 16px 16px 24px 16px;
    background-color: #F2F2F2;
    border-radius: 8px;
}
#page-top #sec-pickup .clinic-list .clinic .before-after .treatment {
    width: fit-content;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto 24px auto;
}
#page-top #sec-pickup .clinic-list .clinic .before-after .example-image {
    margin-bottom: 24px;
    text-align: center;
}
#page-top #sec-pickup .clinic-list .clinic .before-after .example-title {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 10px;
}
#page-top #sec-pickup .clinic-list .clinic .before-after .example-notice {
    font-size: 12px;
    line-height: 160%;
    text-align: center;
}
#page-top #sec-pickup .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
}
#page-top #sec-pickup .btn-list .lead {
    width: 342px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
    text-align: right;
    color: var(--common-color-main);
    margin-right: 16px;
}

/*============================================================
 セクション 美容医療の本場韓国で二重整形を受けたい！でもこんなお悩みありませんか？
*============================================================*/
#page-top #sec-worry {
    padding: 48px 0 66px 0;
}
#page-top #sec-worry .sec-title {
    margin-bottom: 56px;
    text-align: center;
}
#page-top #sec-worry .worry-list {
    --gap-col: min(72px, calc(100vw * 0.0482));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px var(--gap-col);
}
#page-top #sec-worry .worry-list .worry {
    width: calc((100% - var(--gap-col) * 2) / 3);
    max-width: 172px;
}
#page-top #sec-worry .worry-list .worry .image {
    margin-bottom: 16px;
    border-radius: 100%;
    overflow: hidden;
}
#page-top #sec-worry .worry-list .worry .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: var(--common-color-main);
}
#page-top #sec-worry .worry-list .worry .image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像の比率を保ちながらコンテナにフィット */
}

/*============================================================
 セクション aroomが自信をもっておすすめ！韓国二重整形 韓国では“高い技術力”の施術が“安く“受けられる
*============================================================*/
#page-top #sec-why {
    padding: 72px 0 80px 0;
    background-color: var(--common-color-bg);
}
#page-top #sec-why .sec-title {
    text-align: center;
    margin-bottom: 40px;
}
#page-top #sec-why .feature-list {
    display: flex;
    flex-direction: column;
    gap: 32px 48px;
}
#page-top #sec-why .feature-list .feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 48px;
}
#page-top #sec-why .feature-list .feature .info {
    flex: 1;
    color: var(--common-color-sub);
}
#page-top #sec-why .feature-list .feature .info .title {
    width: fit-content;
    padding: 5px 16px;
    border-radius: 0 2px 2px 0;
    border: solid var(--common-color-sub);
    border-width: 1px 3px 3px 1px;
    background-color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 24px;
}
#page-top #sec-why .feature-list .feature .info .lead {
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
}
#page-top #sec-why .feature-list .feature .image img {
    border-radius: 8px;
}

/*============================================================
 セクション aroomは“韓国美容クリニック専門”の予約サイトです
*============================================================*/
#page-top #sec-about {
    padding: 56px 0 80px 0;
    background-color: var(--common-color-accent);
    background-image: url(../images/common/top/about-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 240px auto;
    color: #fff;
    text-align: center;
    position: relative;
}
/* #page-top #sec-about::before {
    content: "";
    display: block;
    width: 260px;
    height: 580px;
    background-image: url(../images/top/about-01.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 260px auto;
    position: absolute;
    top: -60px;
    left: calc(50% + 270px);
} */
#page-top #sec-about .sec-title {
    margin-bottom: 48px;
}
#page-top #sec-about .lead {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 28px;
}
#page-top #sec-about .catch {
    font-weight: bold;
    font-size: 32px;
    line-height: 180%;
    margin-bottom: 40px;
}
#page-top #sec-about .btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

/*============================================================
 セクション aroomは1人1人に合った二重を諦めない！
*============================================================*/
#page-top #sec-merits {
    background-color: var(--common-color-accent);
}
#page-top #sec-merits .wrap-accent {
    max-width: 1280px;
    padding: 68px 0 80px 0;
    border: solid 16px var(--common-color-accent);
    background-color: #fff;
    margin: 0 auto;
}
#page-top #sec-merits .sec-title {
    text-align: center;
    margin-bottom: 48px;
}
#page-top #sec-merits .merits-list {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
#page-top #sec-merits .merits-list .merit {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 80px;
}
#page-top #sec-merits .merits-list .merit:nth-child(odd) {
    flex-direction: row-reverse;
}
#page-top #sec-merits .merits-list .merit .image {
    width: 37%;
    height: auto;
    aspect-ratio: 400 / 426;
    border-radius: 8px;
    overflow: hidden;
}
#page-top #sec-merits .merits-list .merit .image img {
    object-fit: contain;
}
#page-top #sec-merits .merits-list .merit .info {
    flex: 1;
    padding-top: 40px;
}
#page-top #sec-merits .merits-list .merit .info .title {
   padding: 8px 24px;
   border-radius: 2px 0 0 2px;
   background-color: var(--common-color-accent);
   font-weight: bold;
   font-size: 32px;
   line-height: normal;
   color: #fff; 
   margin-bottom: 32px;
   margin-right: calc(var(--inner-padding)* -1);
}
#page-top #sec-merits .merits-list .merit:nth-child(odd) .info .title {
    border-radius: 0 2px 2px 0;
    padding-left: calc(24px + var(--inner-padding));
    margin-right: 0;
    margin-left: calc(var(--inner-padding)* -1);
}
#page-top #sec-merits .merits-list .merit .info .lead {
    font-size: 20px;
}
#page-top #sec-merits .merits-list .merit .info .parts-btn {
    margin-top: 16px;
}
#page-top #sec-merits .merits-list .merit .info .notice {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    margin-top: 16px;
}
#page-top #sec-merits .merits-bnr {
    margin: -54px auto 0 auto;
}

/*============================================================
 セクション FAQ
*============================================================*/
#page-top #sec-faq {
    padding: 48px 0;
    background-color: var(--common-color-bg);
}
#page-top #sec-faq .sec-title {
    font-weight: bold;
    font-size: 48px;
    line-height: normal;
    color: var(--common-color-main);
    text-align: center;
    margin-bottom: 24px;  
}
#page-top #sec-faq .parts-accordions {
    margin-bottom: 40px;
}
#page-top #sec-faq .cta {
}
#page-top #sec-faq .cta .lead {
    color: var(--common-color-sub);
    text-align: center;
    margin-bottom: 16px;
}
#page-top #sec-faq .cta .catch {
    font-weight: bold;
    font-size: 24px;
    line-height: 180%;
    color: var(--common-color-sub);
    text-align: center;
    margin-bottom: 40px;
}
#page-top #sec-faq .cta .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

/*============================================================
 セクション 5Step for Use ご利用の流れ
*============================================================*/
#page-top #sec-flow {
    padding: 0 0 80px 0;
}
#page-top #sec-flow .sec-title {
    padding: 16px 0 36px 0;
    background-color: #BEADAD;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 77.5%, 50% 100%, 0% 77.5%);
    margin-bottom: 60px;
}
#page-top #sec-flow .sec-title span {
    font-weight: bold;
    font-size: 56px;
    line-height: normal;
}
#page-top #sec-flow .flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 0;
}
#page-top #sec-flow .flow-list .step {
    width: calc(100% / 3);
    max-width: 366px;
    padding: 84px 48px 0 24px;
    border-top: solid 4px #BEADAD;
    position: relative;
}
#page-top #sec-flow .flow-list .step .label {
    padding: 4px 40px 8px 40px;
    border-radius: 0 2px 2px 0;
    background-color: #BEADAD;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#page-top #sec-flow .flow-list .step .label span {
    font-size: 40px;
    line-height: 100%;
}
#page-top #sec-flow .flow-list .step .image {
    text-align: center;
    margin-bottom: 16px;
}
#page-top #sec-flow .flow-list .step .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: var(--common-color-sub);
    margin-bottom: 16px;
}
#page-top #sec-flow .flow-list .step .lead {
}

/*============================================================
 セクション 海外での施術に関する注意事項
*============================================================*/
#page-top #sec-attention {
    padding: 40px 0;
}
#page-top #sec-attention .block-attention {
    padding: 32px 48px 40px 48px;
    background-color: #FAFAFA;
    border-radius: 16px;
}
#page-top #sec-attention .block-attention .sec-title {
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0 auto 24px auto;
}
#page-top #sec-attention .block-attention .attention-list {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #908B86;
}


/* 
---------------------------------------- */


/********************************************************************************

for Tablet

********************************************************************************/
@media screen and (max-width: 1159px) {

    /*============================================================
     Mainvisual
    *============================================================*/
    #page-top #mainvisual {
    }
    @media screen and (max-width: 1079px) {
        #page-top #mainvisual .catch2 {
            right: unset;
            left: calc(50% + 300px);
            width: 56px;
        }
        #page-top #mainvisual .info {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            height: 100%;
            padding: 0;
            gap: 32px;
        }
        #page-top #mainvisual .info .info-left {
            height: auto;
            margin-bottom: 0;
            flex: none;
        }
        #page-top #mainvisual .info .info-left .catch img {
            width: 476px;
        }
    }
    /*============================================================
     セクション ララピール
    *============================================================*/
    #page-top #sec-bnr .bnr-lhalapeel .image {
        margin: -24px auto 0 auto;
    }

    /*============================================================
     セクション aroom利用 3つのメリット
    *============================================================*/
    #page-top #sec-merits3 {
        /* padding: 24px 0 80px 0; */
    }

    /*============================================================
     セクション aroomおすすめ! Pick UP!
    *============================================================*/
    #page-top #sec-pickup {
        /* padding: 0 0 80px 0; */
    }
    
    /*============================================================
     セクション aroomが自信をもっておすすめ！韓国二重整形 韓国では“高い技術力”の施術が“安く“受けられる
    *============================================================*/
    #page-top #sec-why {
    }
    #page-top #sec-why .feature-list .feature .image {
        width: 37.5%;
    }
    

    /*============================================================
     セクション aroomは“韓国美容クリニック専門”の予約サイトです
    *============================================================*/
    /* #page-top #sec-about::before {
        --width: clamp(100px, calc(100vw * 0.2241), 260px);
        width: var(--width);
        height: auto;
        aspect-ratio: 260 / 580;
        background-size: var(--width) auto;
        top: clamp(-60px, calc(100vw * 0.0517 * -1), -28px);
        left: unset;
        right: 8px;
    }
    #page-top #sec-about .inner {
        padding: 0 calc(var(--inner-padding) + (100vw * 0.2083)) 0 var(--inner-padding);
    }
    #page-top #sec-about .sec-title {
        padding-right: 140px;
    } */
    
    /*============================================================
    セクション aroomは1人1人に合った二重を諦めない！
    *============================================================*/
    #page-top #sec-merits {
    }
    #page-top #sec-merits .merits-list .merit .info {
        padding-top: 0;
    }

    /*============================================================
     セクション FAQ
    *============================================================*/
    #page-top #sec-faq {
        /* padding: 48px 0; */
    }

    /*============================================================
     セクション 5Step for Use ご利用の流れ
    *============================================================*/
    #page-top #sec-flow {
        /* padding: 0 0 80px 0; */
    }

    /*============================================================
     セクション 海外での施術に関する注意事項
    *============================================================*/
    #page-top #sec-attention {
        /* padding: 40px 0; */
    }
        

}



/********************************************************************************

for SP

********************************************************************************/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション共通
    *============================================================*/
    #page-top .section .btn-list {
        justify-content: center;
    }

    /*============================================================
     Mainvisual
    *============================================================*/
    #page-top #mainvisual .mainvisual-wrap {
        height: 590px;
        background-image: url(../images/common/top/mainvisual-bg-sp.jpg);
        background-position: top center;
        background-size: 767px auto;
    }
    #page-top #mainvisual .mainvisual-inner {
        /* padding: 0 16px; */
        padding: 0;
    }
    #page-top #mainvisual .catch2 {
        width: 28px;
        left: calc(50% + 135px);
    }
    #page-top #mainvisual .info {
        align-items: center;
        padding: 210px 0 0 0;
        gap: 8px;
    }
    #page-top #mainvisual .info .info-left {
        flex: none;
    }
    #page-top #mainvisual .info .info-left .catch {
    }
    #page-top #mainvisual .info .info-left .catch img {
        width: 344px;
    }
    #page-top #mainvisual .info .info-right {
    }
    #page-top #mainvisual .info .info-right .merit3-list {
        padding-bottom: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin-bottom: 0;
        position: relative;
        bottom: 0;
    }
    #page-top #mainvisual .info .info-right .merit3-list::before {
        content: "";
        display: block;
        width: 100vw;
        height: 115px;
        background-color: #EDE5DE;
        position: absolute;
        bottom: 0;
        border-left: solid 8px var(--common-color-accent);
        border-right: solid 8px var(--common-color-accent);
    }
    
    #page-top #mainvisual .info .info-right .merit3-list .item {
        width: 112px;
        padding-top: 48px;
        font-size: 10px;
        line-height: 180%;
        background-position: top 8px center;
        background-size: 48px auto;
        z-index: 1;
    }
    #page-top #mainvisual .info .info-right .merit3-list .item span {
        font-size: 16px;
        line-height: 120%;
    }
        
    /*============================================================
     セクション 美容医療の本場韓国で二重整形を受けたい！でもこんなお悩みありませんか？
    *============================================================*/
    #page-top #sec-worry {
        padding: 48px 0;
    }
    #page-top #sec-worry .sec-title {
        margin-bottom: 32px;
    }
    #page-top #sec-worry .worry-list {
        flex-direction: column;
        align-items: center;
    }
    #page-top #sec-worry .worry-list .worry {
        width: 100%;
    }
    

    /*============================================================
     セクション aroom利用 3つのメリット
    *============================================================*/
    #page-top #sec-merits3 {
        padding: 48px 0;
    }
    #page-top #sec-merits3 .sec-title .image {
    }
    #page-top #sec-merits3 .sec-title .image img {
        width: 100%;
    }
    #page-top #sec-merits3 .merits-list {
        margin-bottom: 24px;
    }
    #page-top #sec-merits3 .merits-list .item .title {
        padding: 7px 16px;
        font-size: 12px;
        line-height: 160%;
    }
    #page-top #sec-merits3 .merits-list .item .title span {
        font-size: 16px;
        line-height: 160%;
    }
    #page-top #sec-merits3 .merits-list .item .lead {
        font-size: 16px;
    }
    
    /*============================================================
     セクション aroomおすすめ! Pick UP!
    *============================================================*/
    #page-top #sec-pickup {
    }
    #page-top #sec-pickup .sec-title {
        margin-bottom: 40px;
    }
    #page-top #sec-pickup .clinic-list {
        gap: 48px;
        margin-bottom: 48px;
    }
    #page-top #sec-pickup .clinic-list .clinic .introduce {
        flex-direction: column;
    }
    #page-top #sec-pickup .clinic-list .clinic .introduce .image {
        width: 100%;
    }
    #page-top #sec-pickup .clinic-list .clinic .introduce .image img {
        width: 100%;
    }
    #page-top #sec-pickup .clinic-list .clinic .introduce .info {
        flex: none;
    }
    #page-top #sec-pickup .clinic-list .clinic .introduce .info .catch {
        font-size: 20px;
    }
    #page-top #sec-pickup .clinic-list .clinic .introduce .info .lead {
        font-size: 14px;
    }
    #page-top #sec-pickup .clinic-list .clinic .before-after .treatment {
        font-size: 12px;
    }
    #page-top #sec-pickup .btn-list {
        flex-direction: column;
    }
    #page-top #sec-pickup .btn-list .lead {
        text-align: center;
        line-height: 160%;
    }

    /*============================================================
     セクション aroomが自信をもっておすすめ！韓国二重整形 韓国では“高い技術力”の施術が“安く“受けられる
    *============================================================*/
    #page-top #sec-why {
        padding: 40px 0 48px 0;
    }
    #page-top #sec-why .sec-title {
        margin-bottom: 32px;
    }
    #page-top #sec-why .feature-list .feature {
        flex-direction: column;
    }
    #page-top #sec-why .feature-list .feature .info .title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    #page-top #sec-why .feature-list .feature .info .lead {
        font-size: 16px;
        line-height: 160%;
    }
    #page-top #sec-why .feature-list .feature .image {
        width: 100%;
    }
    #page-top #sec-why .feature-list .feature .image img {
        width: 100%;
    }
    

    /*============================================================
     セクション aroomは“韓国美容クリニック専門”の予約サイトです
    *============================================================*/
    #page-top #sec-about {
        padding: 40px 0 56px 0;
        background-size: 164px auto;
        text-align: left;
    }
    #page-top #sec-about::before {
        display: none;
    }
    /* #page-top #sec-about .inner {
        padding: 0 var(--inner-padding);
    } */
    #page-top #sec-about .sec-title {
        padding: 0;
    }
    #page-top #sec-about .lead {
        font-size: 14px;
        margin-bottom: 24px;
    }
    #page-top #sec-about .catch {
        font-size: 20px;
        text-align: center;
    }

    /*============================================================
    セクション aroomは1人1人に合った二重を諦めない！
    *============================================================*/
    #page-top #sec-merits {
    }
    #page-top #sec-merits .wrap-accent {
        padding: 32px 0 48px 0;
        border: solid 8px var(--common-color-accent);
    }
    #page-top #sec-merits .inner {
        padding: 0;
    }
    #page-top #sec-merits .merits-list {
    }
    #page-top #sec-merits .merits-list .merit,
    #page-top #sec-merits .merits-list .merit:nth-child(odd) {
        flex-direction: column;
    }
    #page-top #sec-merits .merits-list .merit {
        padding: 0 16px;
        position: relative;
    }
    #page-top #sec-merits .merits-list .merit .image {
        width: 240px;
        height: 320px;
    }
    #page-top #sec-merits .merits-list .merit:nth-child(even) .image {
        margin-left: auto;
    }
    #page-top #sec-merits .merits-list .merit .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #page-top #sec-merits .merits-list .merit .info {
        flex: none;
    }
    #page-top #sec-merits .merits-list .merit .info .title,
    #page-top #sec-merits .merits-list .merit:nth-child(odd) .info .title {
        padding: 16px 24px;
        border-radius: 0 2px 2px 0;
        font-size: 18px;
        position: absolute;
        top: 200px;
        left: 0;
    }
    #page-top #sec-merits .merits-list .merit:nth-child(odd) .info .title {
        border-radius: 2px 0 0 2px;
        left: unset;
        right: 0;
    }
    #page-top #sec-merits .merits-bnr {
        margin: -34px auto 0 auto;
    }
    
    /*============================================================
     セクション FAQ
    *============================================================*/
    #page-top #sec-faq {
    }
    #page-top #sec-faq .sec-title {
        font-size: 32px;
    }    
    #page-top #sec-faq .cta .catch {
        font-size: 20px;
    }
    
    /*============================================================
     セクション 5Step for Use ご利用の流れ
    *============================================================*/
    #page-top #sec-flow {
        padding: 0 0 48px 0;
    }
    #page-top #sec-flow .sec-title {
        padding: 16px 0 20px 0;
        font-size: 16px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 83.3%, 50% 100%, 0% 83.3%);
        margin-bottom: 40px;
    }
    #page-top #sec-flow .sec-title span {
        font-size: 40px;
    }
    #page-top #sec-flow .flow-list {
        flex-direction: column;
        position: relative;
    }
    #page-top #sec-flow .flow-list::before {
        content: "";
        display: block;
        width: 4px;
        height: calc(100% + 24px);
        background-color: #BEADAD;
        position: absolute;
        top: 0;
        left: calc(var(--inner-padding)* -1);
    }
    #page-top #sec-flow .flow-list .step {
        width: 100%;
        max-width: none;
        padding: 88px 0 0 0;
        border: none;
    }
    #page-top #sec-flow .flow-list .step .label {
        padding: 8px 40px;
        left: calc(var(--inner-padding)* -1);
    }
    

    /*============================================================
     セクション 海外での施術に関する注意事項
    *============================================================*/
    #page-top #sec-attention {
    }
    #page-top #sec-attention .block-attention {
        padding: 24px 16px 32px 16px;
    }
    
    
}
