
@charset "utf-8";

/*==============================================
    共通
================================================*/

body{
    /*background: #e7ebf3;*/
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #121212;
    box-sizing: border-box;
}

:root {
	--main-txt-color: #1eb0b2;
    --main-bg-color: #24b7b9;
    --sub-color: #ff5f00;
    --point-color: #e43c83;
}

a {
    cursor: pointer;
}

p {
    font-size: 30px;
    line-height: 1.8;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    p {
        font-size: 4vw;
    }
}


dl, dd, figure {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.pc_none {
    display: none !important;
}
.sp_none {
    display: block !important;
}

.bg_white {
    background-color: #fff;
}
.bg_gray {
    background-color: #f8f8f8;
}

.wrap750 {
    width:750px;
    max-width:100%;
    margin:0 auto;
    box-sizing: border-box;
}
.wrap690 {
    width: 690px;
    margin: 0 auto;
}
.wrap630 {
    width: 630px;
    margin: 0 auto;
}

.icn_modal{
    position:relative;
}

/*.icn_modal::before {
    content: '';
    position: absolute;
    top: clamp(10px,2.8vw,20px);
    right: clamp(10px,2.8vw,20px);
    background: url(../img/influencer/icon_glass.png) no-repeat;
    background-size: 100%;
    width: clamp(17px,4.5vw,34px);
    height: clamp(17px,4.5vw,34px);
    z-index: 2;
}*/

.icn_modal::after {
    content: '';
    position: absolute;
    top: clamp(4px,1vw,8px);
    right: clamp(4px,1vw,8px);
    z-index: 1;
    width: clamp(30px,8vw,60px);
    height: clamp(30px,8vw,60px);
    border-radius: 50%;
    background-color: #000;
    opacity: .5;
}

.counceling_btn {
    width: 100%;
}

.counceling_btn a:hover {
    opacity: 0.7;
}

/* 光るエフェクト */
/* .reflection {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.reflection::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: -180px;
    left: 0;
    opacity: 0;
    background-color: #fff;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
} */

/* セクションタイトル */
.sec_ttl__wrap {
    padding-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
@media screen and (max-width: 750px) {
    .sec_ttl__wrap {
        padding-top: 13.33vw;
        margin-bottom: 13.33vw;
    }
}
.sec_ttl__wrap::before {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .sec_ttl__wrap::before {
        width: 0.27vw;
        height: 8vw;
        bottom: -12vw;
    }
}
.sec_ttl__wrap h2 {
    text-align: center;
}
.sec_ttl__wrap h2 img {
    margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
    .sec_ttl__wrap h2 img {
        height: 6.13vw;
        margin-bottom: 3.2vw;
    }
}
.sec_ttl__wrap h3 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .sec_ttl__wrap h3 {
        font-size: 4vw;
    }
}
.sec_ttl__wrap h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding-top: 15px;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
    .sec_ttl__wrap h5 {
        font-size: 2.93vw;
        padding-top: 2vw;
        letter-spacing: 0;
    }
}


.sec_read p {
    text-align: center;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .sec_read p {
        margin-bottom: 6.67vw;
    }
}
.sec_read p span {
    color: var(--sub-color);
}

.sec_read-fs34 p {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: var(--sub-color);
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.05rem;
}
@media screen and (max-width: 750px) {
    .sec_read-fs34 p {
        font-size: 4.53vw;
        margin-bottom: 4vw;
        letter-spacing: -0.1vw;
    }
}




/*==============================================
    ヘッダー
================================================*/

.lp_header-item {
    display: flex;
    align-items: center;
}

.head__menu {
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.head__menu-list {
    display: flex;
}

.head__menu-list a {
    font-size: clamp(15px, 1vw, 18px);
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 0 clamp(20px, 3vw, 60px);
    position: relative;
    transition: .3s;
    letter-spacing: 0;
}
.head__menu-list a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    z-index: 500;
}

.lp_header {
    z-index: 100;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}

/*ハンバーガーメニュー*/
.head_counceling {
    max-width: 100%;
}

.drawer-btn {
    display: block;
    position: absolute;
    top: calc(80% - 46px);
    right: 22.5px;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.drawer-btn span {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.drawer-btn span::before,
.drawer-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.drawer-btn span::before {
    top: -15px;
}

.drawer-btn span::after {
    bottom: -15px;
}

.head__menu {
    display:none;
    position: fixed;
    top: 60px;
    left: 100%;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 100;
}


/*ハンバーガーメニューの中身*/
.is-drawer_open .head_counceling {
    display: none;
}

.drawer-btn.active span {
    background-color: transparent;
}

.drawer-btn.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.drawer-btn.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.is-drawer_open .head__menu {
    display: block;
    left: 0;
}

.header_outer {
    z-index: 100;
}

.head__menu-inner {
    margin: clamp(20px, 11vw, 40px) auto 100px;
}

.head__menu-list {
    max-width: 85%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    margin-bottom: clamp(30px, 8vw, 60px);
}

/*.head__menu-list a {
    font-size: 20px;
    color: #3D3D3D;
    padding: 0 15px 0 clamp(40px, 8vw, 65px);
    border: none;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 20px;
    background: url(../img/nose_height-683/menu_tcb_icon.png) no-repeat;
    background-size: 40px;
    /* position:relative;
}*/

.head__menu-list li:not(:last-child) a {
    margin-bottom: clamp(15px, 2vw, 20px);
}

.head__menu-list li a:hover {
    text-decoration: none;
}

/*.head__menu-list li a::before {
    content:
    '';
    background:
    url(../img/nose_height-683/icn_arrow.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 14px;
    position: absolute;
    top: calc(50% - 22px);
    right: 0;
    display: inline-block;
}*/


.fv-cta__area {
    margin-top: -94%;
    padding-bottom: clamp(20px, 5vw, 50px);
    position: relative;
}
@media screen and (max-width: 767px) {
    .fv-cta__area {
        margin-top: -102%;
    }
}
.cta__area {
    position: relative;
}
.coupon {
    background-color: #f9d0e2;
}


/* 信頼 */
.serif_text {
    font-family: YuMincho, "Yu Mincho", 游明朝, "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    font-size: clamp(18px, 3.2vw, 34px);
    padding: clamp(30px, 8vw, 80px) 0 clamp(30px, 8vw, 80px);
    text-align: center;
}


/* クーポン01↓ */
.coupon01__area {
    background: linear-gradient(to bottom right,#ffecdb,#f5cdcf 50%, #faeaf4);
}

/*.coupon01__inner {
    padding-top: clamp(40px, 6vw, 80px);
    padding-bottom: clamp(40px, 6vw, 80px);
    background: url(../img/shiratama/countdown_bg_gold.png) no-repeat top/cover;
    position: relative;
}*/

/*カウントダウン↓*/

.coupon__count-fv {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.coupon__inner {
    width: 100%;
    max-width: 736px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
}

.limit_btn {
    position: absolute;
    left: 50%;
    top: -18%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
    max-width: 430px;
    background-color: #fff;
    border: 1px solid #e0397f;
    border-radius: 9999px;
}

.box_countdown {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .box_countdown {
        padding: 0px;
        line-height: 1.5;
    }
}
.box_countdown p {
    font-size: clamp(14px, 2.4vw, 24px);
    font-weight: bold;
    color: #1f6c84;
    text-align: center;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-size: clamp(14px, 2.4vw, 24px);
    font-weight: bold;
    color: #e43c83;
    padding-left: 5px;
}
@media screen and (max-width: 767px) {
    .box_countdown .yyc-day,
    .box_countdown .yyc-hou,
    .box_countdown .yyc-min,
    .box_countdown .yyc-sec {
        padding-left: 3px;
    }
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    font-size: clamp(10px, 1.8vw, 18px);
    font-weight: bold;
    color: #e43c83;
}

.cta_btn {
    width: 90%;
    height: auto;
    margin: 0 auto;
}



@media screen and (max-width: 442px) {
    .coupon__inner {
        top: 23%;
    }
}

@media screen and (max-width: 414px) {
    .coupon__inner {
        top: 22%;
    }
}

@media screen and (max-width: 375px) {
    .coupon__inner {
        top: 21%;
    }
}

@media screen and (max-width: 360px) {
    .coupon__inner {
        top: 20%;
    }
}

@media screen and (max-width: 357px) {
    .coupon__inner {
        top: 21%;
    }
}



/*==============================================
    FV下ナビメニュー
================================================*/
.nav_menu__wrap {
    display: flex;
    flex-wrap: wrap;
}
.nav_menu__wrap li {
    width: 50%;
    background: #fff;
    border: 2px solid #50b1bf;
    border-bottom: none;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 750px) {
    .nav_menu__wrap li {
        font-size: 3.73vw;
        letter-spacing: -0.1vw;
    }
}
.nav_menu__wrap li::before {
    content: "";
    width: 7px;
	height: 7px;
	border-top: 3px solid #50b1bf;
	border-right: 3px solid #50b1bf;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 750px) {
    .nav_menu__wrap li::before {
        content: "";
        width: 1vw;
        height: 1vw;
        border-top: 0.5vw solid #50b1bf;
        border-right: 0.5vw solid #50b1bf;
        right: 2.67vw;
    }
}
.nav_menu__wrap li a {
    color: #565656;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .nav_menu__wrap li a {
        height: 14.67vw;
    }
}
.nav_menu__wrap li span {
    font-size: 20px;
    color: var(--point-color);
    display: inline-block;
}
@media screen and (max-width: 750px) {
    .nav_menu__wrap li span {
        font-size: 2.67vw;
    }
}

.nav_menu__wrap li:nth-child(odd) {
    border-right: none;
}
.nav_menu__wrap li:nth-child(5),
.nav_menu__wrap li:nth-child(6) {
    border-bottom: 2px solid #50b1bf;
}


/*==============================================
    ポテンツァとは？ - about
================================================*/
.about__read p {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .about__read p {
        font-size: 5.33vw;
        margin-bottom: 6.67vw;
    }
}
.about__read p span {
    color: var(--sub-color);
}
.about__desc_box {
    border: 1px solid #dce1e1;
    background: #f2f4f4;
    padding: 25px;
}
@media screen and (max-width: 750px) {
    .about__desc_box {
        padding: 3.33vw;
    }
}
.about__desc_box p {
    font-size: 24px;
    line-height: 1.8;
}
@media screen and (max-width: 750px) {
    .about__desc_box p {
        font-size: 3.2vw;
    }
}
.about__desc_box p span {
    font-weight: 600;
}



/*==============================================
    こんな方にオススメ - recommend
================================================*/
.recommend__wrap {
    background: url(../img/potenza_02/recommend_bg.webp) no-repeat top/cover;
    padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
    .recommend__wrap {
        padding-bottom: 10.67vw;
    }
}
.recommend__list {
    padding-top: 60px;
}
@media screen and (max-width: 750px) {
    .recommend__list {
        padding-top: 8vw;
    }
}
.recommend__list li {
    background: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    padding-left: 95px;
    height: 80px;
    margin-bottom: 18px;
    position: relative;
}
@media screen and (max-width: 750px) {
    .recommend__list li {
        font-size: 4vw;
        line-height: 10.67vw;
        padding-left: 12.67vw;
        height: 10.67vw;
        margin-bottom: 2.4vw;
    }
}
.recommend__list li::before {
    content: "";
    width: 30px;
    height: 12px;
    border-top: 6px solid var(--sub-color);
	border-right: 6px solid var(--sub-color);
    position: absolute;
    top: 25px;
    left: 40px;
    transform: rotate(131deg);
}
@media screen and (max-width: 750px) {
    .recommend__list li::before {
        content: "";
        width: 4vw;
        height: 1.6vw;
        border-top: 0.8vw solid var(--sub-color);
        border-right: 0.8vw solid var(--sub-color);
        top: 3.33vw;
        left: 5.33vw;
    }
}




/*==============================================
    治療効果 - treatment
================================================*/
.treatment__item {
    margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
    .treatment__item {
        margin-bottom: 10.67vw;
    }  
}


/*==============================================
    ご確認ください - attention
================================================*/
#attention {
    background: url(../img/potenza_02/attention_bg.webp) no-repeat top/contain #f9f7f7;
    padding-top: 100px;
}
@media screen and (max-width: 750px) {
    #attention {
        padding-top: 13.33vw;
    }
}

.attention__top_mark {
    font-size: 34px;
    color: #fff;
    background-color: var(--main-bg-color);
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 60px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .attention__top_mark {
        font-size: 4.53vw;
    }
}
.attention__top_read p {
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 40px;
    text-align: center;
    line-height: 1.55;
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .attention__top_read p {
        font-size: 5.33vw;
        margin-bottom: 4vw;
    }
}
.attention__top_read p span {
    font-size: 56px;
    color: var(--sub-color);
    display: inline-block;
    letter-spacing: 0.5rem;
    line-height: 1.35;
}
@media screen and (max-width: 750px) {
    .attention__top_read p span {
        font-size: 7.47vw;
        letter-spacing: 1.07vw;
    }  
}

.attention__frame {
    position: relative;
    padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
    .attention__frame {
        padding-bottom: 13.33vw;
    }
}
.attention__frame_sub_txt {
    font-size: 28px;
    color: #feda95;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .attention__frame_sub_txt {
        font-size: 3.73vw;
        top: 15.33vw;
    } 
}
.attention__frame p {
    width: 100%;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.9;
    text-align: center;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: -0.2rem;
}
@media screen and (max-width: 750px) {
    .attention__frame p {
        font-size: 5.33vw;
        top: 23.33vw;
        letter-spacing: -0.43vw;
    }
}
.attention__frame p span {
    font-size: 45px;
    color: #feda95;
    display: inline-block;
    position: relative;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    .attention__frame p span {
        font-size: 6vw;
    }
}
.attention__frame p span::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #feda95;
    position: absolute;
    bottom: 5px;
}
@media screen and (max-width: 750px) {
    .attention__frame p span::before {
        height: 0.27vw;
        bottom: 0.67vw;
    }
}
.attention__frame p span.ls_0 {
    letter-spacing: 0;
}



.attention__bottom {
    background: #fff;
    padding: 100px 0 40px;
    position: relative;
}
@media screen and (max-width: 750px) {
    .attention__bottom {
        padding: 13.33vw 0 5.33vw;
    }
}
.attention__bottom_txt {
    font-size: 34px;
    color: #fff;
    line-height: 65px;
    text-align: center;
    vertical-align: baseline;
    background-color: var(--main-bg-color);
    width: 175px;
    height: 55px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .attention__bottom_txt {
        font-size: 4.53vw;
        line-height: 8.67vw;
        width: 23.33vw;
        height: 7.33vw;
        top: -4vw;
    }
}
.attention__bottom_txt::before {
    content: "";
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    border: 90px solid transparent;
    border-top: 20px solid var(--main-bg-color);
    position: absolute;
    left: 50%;
    bottom: -109px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .attention__bottom_txt::before {
        width: 24vw;
        height: 6.67vw;
        border: 12vw solid transparent;
        border-top: 2.67vw solid var(--main-bg-color);
        bottom: -14.53vw;
    } 
}
.attention__bottom p {
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 34px;
    line-height: 2.1;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .attention__bottom p {
        font-size: 4.53vw;
    }
}
.attention__bottom p span {
    display: inline-block;
    font-size: 50px;
    color: var(--sub-color);
    position: relative;
    z-index: 0;
    line-height: 1.6;
}
@media screen and (max-width: 750px) {
    .attention__bottom p span {
        font-size: 6.67vw;
    }
}
.attention__bottom p span::before {
    content: "";
    width: 98%;
    height: 15%;
    background-color: #fff38c;
    position: absolute;
    bottom: 25%;
    z-index: -1;
}
.attention__arrow_area {
    height: 60px;
    position: relative;
    background-color: #f2f8f8;
}
@media screen and (max-width: 750px) {
    .attention__arrow_area {
        height: 8vw;
    }
}
.attention__arrow_area::before {
    content: "";
    width: 100%;
    height: 60px;
    border-width: 60px 375px 0 375px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 750px) {
    .attention__arrow_area::before {
        height: 8vw;
        border-width: 8vw 50vw 0 50vw;
    }
}




/*==============================================
    3つのポイント - point
================================================*/
#point {
    background-color: #f2f8f8;
    padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
    #point {
        padding-bottom: 13.33vw;
    }
}
.point__ttl {
    padding-top: 80px;
    margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
    .point__ttl {
        padding-top: 10.67vw;
        margin-bottom: 8vw;
    } 
}
.point__ttl_head {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .point__ttl_head {
        font-size: 4.27vw;
        margin-bottom: 2.67vw;
    }
}
.point__ttl h3 {
    font-size: 60px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-align: center;
}
@media screen and (max-width: 750px) {
    .point__ttl h3 {
        font-size: 8vw;
    }
}
.point__ttl h3 ._num {
    font-size: 70px;
}
.point__ttl h3 ._small {
    font-size: 50px;
}
@media screen and (max-width: 750px) {
    .point__ttl h3 ._num {
        font-size: 9.33vw;
    }
    .point__ttl h3 ._small {
        font-size: 6.67vw;
    } 
}

.point__item {
    margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .point__item {
        margin-bottom: 6.67vw;
    }
}
.point__item p span {
    color: var(--sub-color);
}
.point__item img {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .point__item img {
        margin-bottom: 4vw;
    }
}
.point__item:last-of-type {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .point__item:last-of-type {
        margin-bottom: 4vw;
    }
}
.point__subhead_num {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    background-color: var(--main-txt-color);
    text-align: center;
    padding: 2px 30px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 750px) {
    .point__subhead_num {
        font-size: 4vw;
        padding: 0.27vw 4vw;
        margin-bottom: 4vw;
    }
}
.point__subhead_num::before {
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-top: 20px solid var(--main-txt-color);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .point__subhead_num::before {
        width: 1.33vw;
        height: 1.33vw;
        border: 1.33vw solid transparent;
        border-top: 2.67vw solid var(--main-txt-color);
        bottom: -3.33vw;
    }
}
.point__subhead p {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    color: var(--main-txt-color);
    margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
    .point__subhead p {
        font-size: 4.53vw;
        margin-bottom: 5.33vw;
    }
}

/* -10歳肌を叶える */
.second_view {
    padding-top: 50px;
}
@media screen and (max-width: 750px) {
    .second_view {
        padding-top: 6.67vw;
    }
}
.second_view p {
    font-size: 40px;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .second_view p {
        font-size: 5.33vw;
    }
}




/*==============================================
    TCBポテンツァの特徴 - feature
================================================*/
.feature__item {
    margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
    .feature__item {
        margin-bottom: 10.67vw;
    }
}
.feature__item p span {
    color: var(--sub-color);
}
/* ポテンツァ(POTENZA)のトリプル効果↓ */
.feature_tri__ttl {
    background-color: var(--main-bg-color);
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 95px;
    height: 95px;
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .feature_tri__ttl {
        font-size: 4.53vw;
        line-height: 12.67vw;
        height: 12.67vw;
        margin-bottom: 4vw;
    }
}
.feature_tri__box {
    border: 2px solid #e5e5e5;
    box-shadow: 6px 8px 0px #e5e5e5;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    margin-bottom: 30px;
    padding: 45px 30px;
}
@media screen and (max-width: 750px) {
    .feature_tri__box {
        border: 0.27vw solid #e5e5e5;
        box-shadow: 0.8vw 1.07vw 0px #e5e5e5;
        margin-bottom: 4vw;
        padding: 6vw 4vw;
    }
}
.feature_tri__box._box01 {
    background-image: url(../img/potenza_02/feature_tri_bg01.webp);
}
.feature_tri__box._box02 {
    background-image: url(../img/potenza_02/feature_tri_bg02.webp);
}
.feature_tri__box._box03 {
    background-image: url(../img/potenza_02/feature_tri_bg03.webp);
    margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
    .feature_tri__box._box03 {
        margin-bottom: 13.33vw;
    }
}
.feature_tri__box .sec_read p {
    color: var(--main-txt-color);
    margin-bottom: 35px;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    /*box-shadow: none;*/
    background: none;
}
@media screen and (max-width: 750px) {
    .feature_tri__box .sec_read p {
        margin-bottom: 4.67vw;
    }
}
.feature_tri__box p {
    letter-spacing: -0.05rem;
    text-shadow: 0px 0px 30px #fff;
    display: inline;
    background: linear-gradient(transparent 1%, #fff 17%, #fff 68%, transparent 100%);
    /*box-shadow: 15px 0px 25px #fff;*/
}
@media screen and (max-width: 750px) {
    .feature_tri__box p {
        letter-spacing: -0.1vw;
        text-shadow: 0px 0px 4vw #fff;
    }
}
.feature_tcb {
    background-color: #f2f8f8;
}
.feature_tcb .sec_read-fs34 p {
    color: var(--main-txt-color);
    margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
    .feature_tcb .sec_read-fs34 p {
        margin-bottom: 5.33vw;
    }
}



/*==============================================
    料金・施術概要 - price
================================================*/
.price__table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid var(--main-bg-color);
    border-bottom: none;
}
.price__table thead {
    background-color: var(--main-bg-color);
}
.price__table thead tr p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding: 15px 0;
}
@media screen and (max-width: 750px) {
    .price__table thead tr p {
        font-size: 4vw;
        padding: 2vw 0;
    }
}
.price__table thead tr p span {
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    .price__table thead tr p span {
        font-size: 3.2vw;
    }
}
.price__table td._ttl {
    width: 50%;
    background-color: #f2f8f8;
    font-size: 30px;
    color: var(--main-bg-color);
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    height: 130px;
    border-bottom: 2px solid var(--main-bg-color);
    border-right: 2px solid var(--main-bg-color);
}
@media screen and (max-width: 750px) {
    .price__table td._ttl {
        font-size: 4vw;
        height: 17.33vw;
    }
}
.price__table td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid var(--main-bg-color);
    position: relative;
}
.price__table td p {
    font-size: 50px;
    font-weight: bold;
    color: var(--point-color);
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 750px) {
    .price__table td p {
        font-size: 6.67vw;
    }
}
.price__table td p span {
    font-size : min(20px, calc(calc(20/750) * 100vw));
    font-weight: bold;
}

.price__table td p span._yen {
    font-size: 38px;
}
@media screen and (max-width: 750px) {
    .price__table td p span._yen {
        font-size: 5.07vw;
    }
}

.price__table td ._taxin {
    color: var(--point-color);
    font-size: 20px;
}
@media screen and (max-width: 750px) {
    .price__table td ._taxin {
        font-size: 2.67vw;
    }
}
.price__table td ._taxin span {
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    .price__table td ._taxin span {
        font-size: 3.2vw;
    } 
}

.price__table td p strong {
    font-size: min(38px, calc(calc(38/750) * 100vw));
    position: absolute;
    right: 40px;
    top: min(35px, calc(calc(35/750) * 100vw));
}
@media screen and (max-width: 750px) {
    .price__table td p strong {
        right: 6.5vw;
    } 
}





/*==============================================
    信頼
================================================*/
.trust_bg {
    padding: 2em 1.5em 5em 1.5em;
}


.ff_serif {
    font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fc_pink_serif {
    font-size: clamp(20px, 3.6vw, 36px);
    line-height: 160%;
}

.fc_pink_serif_02 {
    font-size: clamp(16px, 2.8vw, 28px);
    line-height: 160%;
}

.lh180 {
    line-height: 180%;
}

.lh180 span {
    color: var(--sub-color);
}

.ta_left {
    text-align: left;
}


.fs34 {
    font-size: clamp(18px, 3.4vw, 34px);
}
.fs40 {
    font-size: clamp(18px, 4.0vw, 40px);
}
.fs42 {
    font-size: clamp(20px, 4.0vw, 40px);
}
.fs44 {
    font-size: clamp(22px, 4.4vw, 44px);
    color: var(--sub-color);
}

.fs750_33 p {
    font-size: 33px;
}
.fs750_34 {
    font-size: 34px;
}
.fs750_24 {
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    .fs750_33 p {
        font-size: 4.5vw;
    }
    .fs750_34 {
        font-size: 4.2vw;
    }
    .fs750_24 {
        font-size: 3.2vw;
    }
}


.u_line2 {
    border-bottom: 2px solid var(--sub-color);
    display: inline;
    color: var(--sub-color);
}

/*.seciton_point {
    padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
    background: linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%), url(../img/shiratama/point_bg.png) repeat-x #ededed;
    background-position: top center;
    text-align: center;
}*/

@media screen and (max-width: 767px) {
    .section_point-inner {
        padding: 0 15px;
    }
}

.section_point_drttl {
    width: fit-content;
    padding: 0.6em 1em;
    margin: 0 auto clamp(30px, 6vw, 60px);
    font-weight: 500;
    text-align: center;
    position: relative;
}

.section_point_drttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-bottom: var(--sub-color) solid 2px;
    border-left: var(--sub-color) solid 2px;
}

.section_point_drttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: var(--sub-color) solid 2px;
    border-right: var(--sub-color) solid 2px;
}

@media screen and (max-width: 767px) {
    .section_point_drttl::before,
    .section_point_drttl::after {
        width: 30px;
        height: 30px;
        border-width: 1px;
    }
}

.seciton_point_white-box {
    background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%), url(../img/double-eyelid_5/point_white-box_bg.png);
    padding: clamp(40px, 8vw, 80px) clamp(15px, 3vw, 30px);
    font-size: clamp(14px, 2.4vw, 24px);
}

@media screen and (max-width: 767px) {
    .seciton_point_white-box {
        padding: 15px;
        padding-top: 40px;
    }
}

.seciton_point_drarea_bdbox {
    background: #FFF;
    border: 2px var(--sub-color) solid;
    padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
    margin-bottom: clamp(30px, 6vw, 60px);
    position: relative;
}

.seciton_point_drarea_bdbox::before {
    content: "";
    border-left: 30px solid transparent;
    border-top: 30px solid var(--sub-color);
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.seciton_point_drarea_bdbox::after {
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 30px solid var(--sub-color);
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.seciton_point_drarea_bdbox .ff_serif {
    margin: 0 0 clamp(20px, 3.0vw, 30px);
    font-weight: bold;
}

.seciton_point_drprof {
    margin: 0 0 clamp(40px, 8vw, 80px);
    background: #FFF;
}

.seciton_point_drprof-box {
    display: flex;
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
}

.seciton_point_drprof>p {
    font-weight: 500;
}

.seciton_point_drprof-box li {
    margin: 0 0 clamp(10px, 3.0vw, 30px);
    overflow: hidden;
    width: 300px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
    background: #000;
    font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_point_drprof-box li .dr_img {
    display: block;
}

.seciton_point_drprof-box li .dr_name {
    display: block;
    font-size: clamp(14px, 2.6vw, 26px);
    background: #e8e8e8;
    padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
    font-weight: bold;
    line-height: 110%;
    text-align: center;
}

.seciton_point_drprof-box li .dr_name span {
    font-size: clamp(10px, 1.8vw, 18px);
    color: #737373;
}

.seciton_point_drprof-box li .dr_spec {
    color: #FFFFFF;
    font-size: clamp(12px, 2.4vw, 24px);
    padding: clamp(8px, 0.8vw, 8px) 0;
    line-height: 130%;
    text-align: center;
}

.seciton_point_box {
    background: #FFFFFF;
    margin: 0 0 clamp(30px, 6vw, 60px);
    font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_box .bd_blk_design {
    width: 100%;
    max-width: 500px;
    padding: clamp(6px, 1.0vw, 10px) 0;
    margin: 0 auto clamp(20px, 4.0vw, 40px);
    border: 2px #000 solid;
    border-radius: 30px;
    font-size: clamp(20px, 3.6vw, 36px);
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.seciton_point_box_imgarea {
    margin-top: 30px;
}

.seciton_point_box_imgarea .pink_english_design {
    display: block;
    max-width: 300px;
    padding: 0.5em 0;
    margin: 0 auto -2.3em;
    background: rgba(255, 95, 0, 0.8);
    border-radius: 30px;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 1;
}



@media screen and (max-width: 767px) {
    .seciton_point_drprof>p {
        margin-top: 20px;
    }
    .seciton_point_drarea_bdbox::before,
    .seciton_point_drarea_bdbox::after {
        border-width: 20px;
    }
    .seciton_point_drprof-box {
            width: 100%;
    }
    .seciton_point_drprof-box li {
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
    }
    .seciton_point_box_imgarea .pink_english_design {
        width: calc(100% - 100px);
        max-width: none;
    }
    .seciton_point_box_imgarea {
        margin-top: 15px;
    }
}




/*==============================================
    施術の流れ
================================================*/
/*.flow_bg {
    background: url(../img/shiratama/flow_bg_gold.png) no-repeat top/cover;
    padding-top: clamp(40px, 6vw, 80px);
    padding-bottom: clamp(40px, 6vw, 80px);
    padding-left: 1.5em;
    padding-right: 1.5em;
}*/

.flow_list {
    position: relative;
}

  /* .flow_list::after {
    content: "";
    height: 100%;
    border-left: #f43a69 2px dotted;
    position: absolute;
    top: 0;
    left: 50%;
} */
  
.attention-head{
    font-size: clamp(18px,3vw,28px);
}
  
.flow_list-item {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
.flow_list-item:first-child {
    margin-top: 0;
}

.flow_list-ttl {
    padding: 40px 0;
    background: #d54a6a;
    background: url(../img/potenza_02/flow_list_ttl_bg.webp) no-repeat top/cover;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
}

.flow_list-ttl .flow_list-step {
    display: flex;
    align-items: center;
    background: #fff;
    border: var(--main-txt-color) 2px solid;
    position: absolute;
    left: 0;
    top: -20px;
    padding: 2px 20px;
    font-size: 30px;
    font-weight: 500;
    color: var(--main-txt-color);
    letter-spacing: 0.1em;
    line-height: 1;
}

.flow_list-ttl .flow_list-step span {
    font-size: 140%;
}

.flow_list-ttl .flow_list-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}
.flow_list-ttl .flow_list-title span {
    display: block;
    font-size: 80%;
}

.flow_list-detail {
    padding: 1.5em 1.5em 2.5em 1.5em;
    background: #fff;
    border: var(--main-txt-color) 2px solid;
    border-top: none;
}

.flow_list-detail img {
    width: 100%;
}

.flow_list-detail .flow_list-text {
    margin-top: 40px;
    font-size: 22px; 
    line-height: 1.8;
}

.fc_pink span {
    color: var(--sub-color);
}

  .flow_list-detail .flow_list-text.small {
    font-size: 20px;
  }
  
  
@media screen and (max-width: 767px) {
    .seciton_flow_inner {
        padding: 0 15px;
    }
    .flow_list-item {
        margin-top: 50px;
    }
    .flow_list-ttl {
        padding: 20px 10px;
    }
    .flow_list-ttl .flow_list-step {
        padding: 2px 10px;
        border-width: 1px;
        font-size: 16px;
        top: -15px;
    }
    .flow_list-ttl .flow_list-title {
        font-size: 18px;
    }
    .flow_list-detail {
        padding: 15px 15px 20px;
    }
    .flow_list-detail .flow_list-text {
        margin-top: 20px;
        font-size: 14px;
    }
    .flow_list-detail .flow_list-text.small {
        font-size: 12px;
    }
}





/*==============================================
    よくあるご質問
================================================*/
.seciton_qa_inner {
    margin: 0 auto;
}

.seciton_qa_q {
    border: 1px solid var(--main-bg-color);
    border-bottom: none;
    z-index: 1;
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    padding: 1em;
    color: var(--main-txt-color);
    transition: all 0.4s;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .seciton_qa_q {
        font-size: 4vw;
    }
}
.seciton_qa_q:last-of-type {
    border-bottom: 1px solid var(--main-bg-color);
}
.seciton_qa_a {
    border: 1px solid var(--main-bg-color);
    border-bottom: none;
    z-index: 1;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    padding: 1em;
    display: none;
    margin: 0 auto;
    background: #fff;
    color: var(--main-txt-color);
}
.seciton_qa_a:last-of-type {
    border-bottom: 1px solid var(--main-bg-color);
}
@media screen and (max-width: 750px) {
    .seciton_qa_a {
        font-size: 4vw;
    }
}

.seciton_qa_q span, .seciton_qa_a span {
    display: inline-block;
    margin-left: 40px;
    line-height: 1.5em;
}

.seciton_qa_q::before, .seciton_qa_q::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: var(--main-txt-color);
    transition: .2s;
    width: clamp(13px, 2.6vw, 26px);
    height: 2px;
    right: 15px;
    top: 45%;
}
.seciton_qa_q::after {
    content: '';
    transform: rotate(90deg);
}
.seciton_qa_q.js--accordion-open {
    background: var(--main-bg-color);
    font-weight: bold;
    color: #fff;
}


.seciton_qa_q.js--accordion-open::before, .seciton_qa_q.js--accordion-open::after {
    background-color: #fff;
}
.seciton_qa_q.js--accordion-open::after {
    transform: rotate(0deg);
}
.seciton_qa_q_txt::before {
    content: "";
    width: 38px;
    height: 38px;
    background: url(../img/potenza_02/txt_q_before.webp) no-repeat center/contain;
    position: absolute;
    top: 34px;
    left: 20px;
}
@media screen and (max-width: 750px) {
    .seciton_qa_q_txt::before {
        width: 5.07vw;
        height: 5.07vw;
        top: 4.53vw;
        left: 2.67vw;
    }
}
.js--accordion-open .seciton_qa_q_txt::before {
    content: "";
    width: 38px;
    height: 38px;
    background: url(../img/potenza_02/txt_q_after.webp) no-repeat center/contain;
    position: absolute;
    top: 34px;
    left: 20px;
}
@media screen and (max-width: 750px) {
    .js--accordion-open .seciton_qa_q_txt::before {
        width: 5.07vw;
        height: 5.07vw;
        top: 4.53vw;
        left: 2.67vw;
    }
}

.seciton_qa_a_txt span {
    line-height: 1.8em;
}  
.seciton_qa_a_txt::before {
    content: "";
    width: 38px;
    height: 38px;
    background: url(../img/potenza_02/txt_a.webp) no-repeat center/contain;
    position: absolute;
    top: 40px;
    left: 20px;
}
@media screen and (max-width: 750px) {
    .seciton_qa_a_txt::before {
        width: 5.07vw;
        height: 5.07vw;
        top: 5.33vw;
        left: 2.67vw;
    }
}

@media screen and (max-width: 767px) {
  .seciton_qa_q span, .seciton_qa_a span {
    margin-left: 25px;
    }
}




/*==============================================
    クリニック一覧
================================================*/
#clinic {
    padding-top: 25px;
}
@media screen and (max-width: 750px) {
    #clinic {
        padding-top: 3.33vw;
        margin-bottom: 3vw;
    }
}

.clinic-title__wrap, .reserve-title__wrap {
    font-size: clamp(32px, 4vw, 50px);
    width: 85%;
    margin: 0 auto;
    margin-bottom: clamp(30px, 6vw, 60px);
}

.clinic-title__wrap h2, .reserve-title__wrap h2, .doctor__title__wrap h2 {
    text-align: center;
    line-height: 1.35;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
    position: relative;
    border-bottom: 2px solid #ff4eb6;
    margin-bottom: clamp(10px, 2vw, 20px);
    font-size: clamp(22px, 4vw, 50px);
}

@media screen and (max-width: 767px) {
    .clinic-title__wrap h2, .reserve-title__wrap h2 {
        padding-bottom: 10px;
    }
}

.clinic-title__wrap span, .reserve-title__wrap span, .doctor__title__wrap span {
    color: #ff4eb6;
    font-size: clamp(24px, 5vw, 60px);
}

.clinic-sub-title, .reserve-sub-title {
    color: #ffaede;
    font-size: clamp(20px, 3vw, 40px);
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

#clinic article > h2 {
    display: none;
}

.section_clinic {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
    background: #fff;
}

.section_clinic h2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

#clinic article > h2 {
    width:85%;
    margin: 0 auto clamp(30px,6vw,60px);
}

/* spアコーディオン */

dl.accordion {
    overflow: hidden;
}

dl.accordion>dt::before {
    color: #fff;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

dl.accordion>dd {
    background: #fff;
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative;
    display: none;
}

dl.accordion>dd::before {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

#clinic p {
    margin-bottom: 1em;
}

#clinic dl.accordion>dt::before {
    content: '▼';
}

#clinic dl.accordion>dd {
    padding: 0.5em;
    background: #fff;
}

#clinic dl.accordion>dd::before {
    content: none;
}

#clinic dl.accordion h3 {
    margin: 3%;
    border-bottom: 3px double var(--main-bg-color);
}

#clinic dl.accordion dl {
    display: flex;
    margin: 0 3% 3%;
    flex-wrap: wrap;
    justify-content: space-between;
}

#clinic dl.accordion dl dt {
    width: 3em;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 3% 0;
}

#clinic dl.accordion dl dd {
    padding: 3% 0 3% 1em;
    width: calc(100% - 4em);
    border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
    border: none;
    padding-top: 0;
}

#clinic a {
    color: var(--main-bg-color);
}
dl.accordion {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    font-size: clamp(13px,3.5vw,26px);
}

#clinic dl.accordion>dt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: var(--main-bg-color);
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

#clinic dl.accordion>dt::before {
    content: '▼';
    color: #fff;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

#clinic dl.accordion>dd {
    padding: 0.5em;
    background: #fff;
}

#clinic dl.accordion>dd::before {
    content: none;
}

#clinic dl.accordion dl {
    display: flex;
    margin: 0 3% 3%;
    flex-wrap: wrap;
    justify-content: space-between;
}

#clinic dl.accordion dl dt {
    width: 3em;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 3% 0;
}

#clinic dl.accordion dl dd {
    padding: 3% 0 3% 1em;
    width: calc(100% - 4em);
    border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
    border: none;
    padding-top: 0;
}


.reserve{
    padding: 100px 0 1px 0;
}
@media screen and (max-width: 750px) {
    .reserve {
        padding-top: 13.33vw;
    }
}




/*==============================================
    WEB予約・相談
================================================*/
.reserve_inner h2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.reserve__text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .reserve__text {
        font-size: 3.5vw;
    }
}


/*モーダル部分*/

.with-featherlight .featherlight {
    background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
    padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
    top: -45px;
    right: 0;
    line-height: 38px;
    width: 38px;
    font-size: 18px;
    background-color: #3D3D3D;
    text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
    max-height: calc(90vh - 60px);
}

/*modal_list*/

.modal_list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.modal_list > li{
    max-width: calc(calc(100% - 15px)/2);
}
.modal_list > li:not(:last-child){
	margin-right: 15px;
	margin-bottom: 15px;
}
.modal_list li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1000px) {
    #clinic .quotation dt {
        display: block;
        margin-bottom: 5px;
    }

    #clinic .quotation dd {
        display: block;
        color: #444;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .simplebar-scrollbar::before{
        background: #A5A5A5 !important;/*jsのcssが下で読み込まれているため*/
        border-radius: 10px;
    }
    
    .simplebar-track {
        background-color: #fff;
        border: 1px solid #000;
        border-top: none;
    }

}

@media screen and (max-width: 767px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}



/*==============================================
    フッター
================================================*/
footer,
.l-foot-subnav {
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    background: #FFF5F5;
}

.l-foot-subnav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    font-size: 22px;
}

.l-foot-subnav__link {
    color: #ACB3C2;
    display: flex;
    align-items: center;
}

.l-foot-subnav__link::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #ACB3C2;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-right: 8px;
    position: relative;
    bottom: 3px;
}

.l-foot-subnav__link:hover {
    color: #ACB3C2;
    text-decoration: underline;
}

footer small {
    color: #fdc5c5;
    font-size: 22px;
    text-align: center;
}

footer {
    padding: 10px 0 50px;
}

.foot_btn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    
    /*ヘッダー*/
    .lp_header {
        padding-left: 10px;
    }

    /*20220804追記*/
    .lp_header-item {
        margin-right: 70px;
    }

    .head__menu {
        top: 60px;
    }

    .drawer-btn {
        width: 35px;
        height: 28px;
        top: calc(85% - 36px);
        right: 17px;
    }

    .drawer-btn span::before {
        top: -12px;
    }

    .drawer-btn span::after {
        bottom: -12px;
    }

    .head__menu-list a {
        background-position: 0 4px;
    }
    .head__menu-list li:not(:last-child) a {
        margin-bottom: 12px;
    }
    .head__menu-list a {
        font-size: 16px;
        padding: 0 12px 0 40px;
        padding-bottom: 10px;
        background-size: 26px;
    }

    .head__menu-list li a::before {
        width: 23px;
        top: calc(50% - 17px);
    }

    /*フッター*/

    .foot_btn{
        right: 15px;
        bottom: 90px;
        width: 50px;
    }
    footer {
        padding: 10px 0 20px;
    }

    .l-foot-subnav {
        padding-top: 20px;
        font-size: 13px;
    }

    .l-foot-subnav__link::before {
        bottom: 1px;
    }

    footer small {
        font-size: 13px;
    }
    /*モーダル部分*/
    .with-featherlight .featherlight .featherlight-inner {
        max-height: calc(75vh - 60px);
    }
}

/*20220908追記*/

.js--ad_list{
    display:none;
}

.js--accordion-open .doctor_word::before{
    content:'閉じる';
}

/*白色アイコン*/
.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after{
    background:#ff4eb6;
}

.js--accordion-open.white_icon::before{
	transform: translate(-50%, -50%) rotate(0deg);
}

#reserve .reserve_inner .reserve_inner_message {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    background: #FFF;
    border: solid 1px red;
}

/* フロートバナー */
/*#float_bnr .close{
    width: 27px;
    height: 27px;
    text-indent: -1000px;
    background: url(../img/kumatori_injection/lightbox_close.png) no-repeat center;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
}*/
@media screen and (max-width: 640px) {
    #float_bnr{
        width: 100%;
        left: 0;
    }
    #float_bnr img{ 
        max-width: 100vw;
    }
    #float_bnr .close{
        background-size: 60%;
        top: 0;
        right: 0;
    }
}
/* フッターフローティングバナー↓ */
#float_bnr{
	width: 750px;
    text-align: center;
    display: none;
	background-color: #fff;
    position: fixed;
    left: calc(50% - 375px);
    bottom: 0;
    z-index: 90;
}

#float_bnr .rotationBnr{
	width: 750px;
	overflow: hidden;
}
#float_bnr .rotationBnr ul{
	display: flex;
}
#float_bnr .rotationBnr ul > li{
	width: 750px;
}
#float_bnr .rotationBnr ul > li a{
	display: block;
}
#float_bnr .rotationBnr ul > li img{
	max-width: none;
}
/* フッターフローティングバナー↑ */







