@charset "UTF-8";

/*-----------------------------------------------------
    PC
-----------------------------------------------------*/
/* common
-----------------------------------------------------*/
/* system */
:is(#hydragentle,#lp_hydragentle) .forPC {
    display: block;
}

:is(#hydragentle,#lp_hydragentle) .forSP {
    display: none;
}

/* reset */
:is(#hydragentle,#lp_hydragentle) .main a {
    text-decoration: none;
}

:is(#hydragentle,#lp_hydragentle) .main p,
:is(#hydragentle,#lp_hydragentle) .main p:first-child,
:is(#hydragentle,#lp_hydragentle) .main p:last-child {
    margin: 0;
    text-align: inherit;
    color: #195493;
}

:is(#hydragentle,#lp_hydragentle) .main img {
    max-width: 100%;
}

:is(#hydragentle,#lp_hydragentle) .main .card {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: auto;
    word-wrap: normal;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

/* layout */
:is(#hydragentle,#lp_hydragentle) .main {
    font-family: 'Noto Serif JP';
}

:is(#hydragentle,#lp_hydragentle) .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 64px 0;
}

/* parts */
:is(#hydragentle,#lp_hydragentle) a.line-btn,
:is(#hydragentle,#lp_hydragentle) a.form-btn {
    border-radius: 64px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
}

:is(#hydragentle,#lp_hydragentle) a.line-btn {
    background: #00B900;
    padding: 8px 26px 8px 8px;
    width: 134px;
}

:is(#hydragentle,#lp_hydragentle) a.form-btn {
    background: linear-gradient(90deg, #195493 33.27%, #699FD9 96.17%);
    padding: 8px 8px 8px 26px;
    width: 248px;
}




/* header
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #header {
    position: fixed;
    font-family: 'Noto Sans JP';
    width: 100%;
    z-index: 10;
    background-color: #fff;
}

:is(#hydragentle,#lp_hydragentle) #header .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 40px;
}

:is(#hydragentle,#lp_hydragentle) #header .logo {
    display: block;
}

:is(#hydragentle,#lp_hydragentle) #header .logo img {
    max-width: 400px;
}

:is(#hydragentle,#lp_hydragentle) #header .cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

:is(#hydragentle,#lp_hydragentle) #header .cta a {
    display: block;
    text-decoration: none;
}

:is(#hydragentle,#lp_hydragentle) #header .cta .tel {
    text-align: right;
}

:is(#hydragentle,#lp_hydragentle) #header .cta .tel>span {
    display: block;
}

:is(#hydragentle,#lp_hydragentle) #header .cta .tel>span {
    color: #959595;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    /* 12px */
    letter-spacing: 0.8px;
}

:is(#hydragentle,#lp_hydragentle) #header .cta .tel>span:first-child {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #195493;
}



:is(#hydragentle,#lp_hydragentle) #header a.line-btn,
:is(#hydragentle,#lp_hydragentle) #header a.form-btn {
    font-size: 16px;
}

/* MV
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #mainvisual {
    background-image: url(../img/mv_pc_bg.jpg);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}

:is(#hydragentle,#lp_hydragentle) #mainvisual .inner {
    padding: 48px 0 28px 0;
    max-width: 1280px;
    position: relative;
}

:is(#hydragentle,#lp_hydragentle) #mainvisual .contents {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    position: relative;
    z-index: 10;
}

:is(#hydragentle,#lp_hydragentle) #mainvisual .contents>img {
    position: relative;
    z-index: 1;
    display: block;
}

:is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_top {
    max-width: 1017px;
}

:is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_catchcopy {
    margin-top: 32px;
    margin-bottom: 56px;
    max-width: 750px;
}

:is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_price {
    max-width: 595px;
}
/* consept
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-consept {
    text-align: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .wrap {
    position: relative;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .svg-favorite {
    position: absolute;
    top: 0;
    right: 0;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .sec-title {
    margin-top: 32px;
    font-size: 48px;
    font-weight: 600;
    color: #195493;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .sec-title>span {
    font-size: 64px;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-bottom: 24px;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .label>p {
    background-color: #88D1D1;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 8px 24px;
}

:is(#hydragentle,#lp_hydragentle) #sec-consept .tag {
    font-size: 20px;
    margin-bottom: 24px;
}

/* about
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-about {
    text-align: center;
    background: linear-gradient(180deg, #FCFCFC 0%, #F4F4F4 100%);
}

:is(#hydragentle,#lp_hydragentle) #sec-about .inner {
    max-width: 880px;
}

:is(#hydragentle,#lp_hydragentle) #sec-about .sec-title {
    color: #195493;
}

:is(#hydragentle,#lp_hydragentle) #sec-about .sec-title .small {
    font-size: 24px;
    font-weight: 700;
}

:is(#hydragentle,#lp_hydragentle) #sec-about .sec-title .medium {
    font-size: 40px;
    font-weight: 700;
}

:is(#hydragentle,#lp_hydragentle) #sec-about .sec-title .big {
    font-size: 56px;
    font-weight: 700;
    color: #1492B9;
}

:is(#hydragentle,#lp_hydragentle) #sec-about .sec-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 220%;
}

/* maximization
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-maximization {
    text-align: center;
    /* background-image: url(../img/maximization_bg.jpg); */
    background-image: url(../img/maximization_bg.png);
    background-repeat: no-repeat;
    background-size: 877px;
    background-position: center left;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-title {
    margin-bottom: 56px;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-title>span:last-child {
    font-size: 56px;
    font-weight: 700;
    line-height: 160%;
    background: linear-gradient(180deg, #1D3485 0%, #5992CE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-title>span:first-child {
    color: #195493;
    font-size: 24px;
    font-weight: 500;
    line-height: 220%;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-img {
    position: relative;
    display: flex;
    justify-content: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-img img {
    position: relative;
    z-index: 1;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-img .deco-splash {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    z-index: 0;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-desc {
    color: #002348;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
    max-width: 550px;
    margin: 40px auto 56px auto;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .no-down-time {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

:is(#hydragentle,#lp_hydragentle) #sec-maximization .no-down-time>span {

    font-size: 48px;
}

/* hydragentle-heading
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading {
    background: linear-gradient(90deg, #1798DA 11.19%, #304888 90.9%);
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .wrapper {
    background-image: url(../img/hydragentle_heading_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .sec-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 8px;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .sec-sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .sec-bg-text {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

/* hydragentle-content
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content {
    /* background: linear-gradient(180deg, #F2F9FA 0%, #F1F7F8 91.15%); */
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card {
    gap: 32px;
    margin-bottom: 56px;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card:last-child {
    margin-bottom: 0;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .content {
    flex: 1;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 16px;
    color: #195493;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .img {
    width: 424px;
}

:is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .img img {
    width: 100%;
    border-radius: 8px;
}



/* dermation-heading
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-dermation-heading {
    background-image: url(../img/dermation_heading_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .wrapper {}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .sec-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 8px;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .sec-sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .sec-bg-text {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

/* dermation-content
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-dermation-content {
    /* background: linear-gradient(180deg, #F2F9FA 0%, #F1F7F8 91.15%); */
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card {
    gap: 32px;
    margin-bottom: 56px;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card:last-child {
    margin-bottom: 0;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .content {
    flex: 1;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 16px;
    color: #195493;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .img {
    width: 424px;
}

:is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .img img {
    width: 100%;
    border-radius: 8px;
}

/* treatment-method
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-treatment-method {
    /* background: linear-gradient(180deg, #E1EBF3 0%, #BFD9F0 100%); */
    background-color: #fff;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .sec-title {
    color: #195493;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 40px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card {
    background-color: #fff;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 40px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card:last-child {
    margin-bottom: 64px;
}


:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card-title {
    background-color: #88D1D1;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .top-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .top-img>img {
    width: 100%;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .message {
    text-align: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .message>p:first-child {
    color: #002348;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .message>p:last-child {
    color: #45BFE4;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box .text {
    flex: 1;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box .text h4 {
    color: #195493;
    font-size: 32px;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 16px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box .text p {
    color: #002348;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box .img {
    width: 424px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .four-step {
    text-align: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .four-step h4 {
    position: relative;
    padding-bottom: 13px;
    color: #002348;
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .four-step h4::after {
    content: "";
    width: 140px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002348;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .four-step img {
    margin: 0 auto;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card--case {
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 0;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card--case img {
    width: 881px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card--case p {
    max-width: 652px;
    font-size: 16px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .price-table th {
    background-color: #FCFCFC;
    padding: 24px;
    color: #002348;
    text-align: center;
    width: 200px;
}

:is(#hydragentle,#lp_hydragentle) #sec-treatment-method .price-table td {
    background-color: #fff;
    padding: 24px;
    color: #002348;}

/* cta
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-cta {
    text-align: center;
    background-image: url(../img/about_bg.jpg);
    background-size: cover;
    background-position: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-cta .wrap>img {
    margin: 0 auto;
}

:is(#hydragentle,#lp_hydragentle) #sec-cta .form-btn {
    margin-top: 40px;
}

/* sec-internal-links
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-internal-links{
    background-color: #F2F9FA;
}
:is(#hydragentle,#lp_hydragentle) #sec-internal-links .btn-box-menu {
    width: 100%;
    justify-content: center;
    margin-top: 0;
}
:is(#hydragentle,#lp_hydragentle) #sec-internal-links .btn-box-menu .btn {
    min-width: 240px;
    max-width: none;
    width: fit-content;
}
:is(#hydragentle,#lp_hydragentle) #sec-internal-links .btn-box-menu .btn span {
    padding: 8px 16px;
}

/* doctor
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-doctor {
    background-color: #F2F9FA;
}

:is(#hydragentle,#lp_hydragentle) #sec-doctor p {
    color: #002348;
}

:is(#hydragentle,#lp_hydragentle) #sec-doctor .sec-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

:is(#hydragentle,#lp_hydragentle) #sec-doctor .staff-info._ishi {
    margin-top: 0;
}

:is(#hydragentle,#lp_hydragentle) #sec-doctor .staff-txt__ul {
    color: #002348;
}

/* map
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-map {
    font-family: 'Noto Sans JP';
}

:is(#hydragentle,#lp_hydragentle) #sec-map .container {
    max-width: inherit;
}

:is(#hydragentle,#lp_hydragentle) #sec-map .facilities__access {
    margin-top: 0;
}
/* cautions
-----------------------------------------------------*/
:is(#hydragentle,#lp_hydragentle) #sec-cautions {
    background-color: #F2F9FA;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .flex {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .block table {
    width: 100%;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .block th {
    background-color: #FCFCFC;
    padding: 24px;
    color: #002348;
    text-align: center;
    width: 200px;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .block td {
    background-color: #fff;
    padding: 24px;
    color: #002348;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .title {
    color: #002348;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 160%;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .card {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid #C7C7C7;
    word-break: break-word;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .card p {
    color: #002348;
}
:is(#hydragentle,#lp_hydragentle) #sec-cautions .card a {
    color: #0078CA;
    text-decoration: underline;
}




/*-----------------------------------------------------
    TB
-----------------------------------------------------*/
/* @media screen and (min-width: 460px) {

} */

/*-----------------------------------------------------
    SP
-----------------------------------------------------*/
@media screen and (max-width: 767px) {

    /* system */
    :is(#hydragentle,#lp_hydragentle) .forPC {
        display: none;
    }

    :is(#hydragentle,#lp_hydragentle) .forSP {
        display: block;
    }

    /* layout */
    :is(#hydragentle,#lp_hydragentle) .inner {
        padding: 64px 16px;
    }

    /* parts */
    :is(#hydragentle,#lp_hydragentle) .main a.form-btn {
        max-width: 248px;
    }

    #page-top.DownMove {
        /* SP時headerに被る表示崩れがあるため調整 */
        display: none;
    }

    /* header
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #header .inner {
        padding: 4px 16px;
        justify-content: center;
        gap: 16px;
    }

    :is(#hydragentle,#lp_hydragentle) #header .logo img {
        max-width: 135px;
    }

    :is(#hydragentle,#lp_hydragentle) #header a.form-btn {
        /* max-width: 122px; */
        width: 122px;
        font-size: 14px;
        padding-left: 20px;
    }

    :is(#hydragentle,#lp_hydragentle) #header .cta .tel--sp {
        background-color: #195493;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    /* MV
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #mainvisual {
        background-image: url(../img/mv_sp_bg.jpg);
    }
    :is(#hydragentle,#lp_hydragentle) #mainvisual .inner {
        padding: 0;
    }

    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents {
        align-items: center;
        padding: 0 24px 200px 24px;
    }

    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents>img {
        width: 100%;
    }

    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_top,
    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_catchcopy,
    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_price {
        max-width: 400px;
    }

    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_catchcopy {
        margin-bottom: 0;
        position: relative;
    }

    :is(#hydragentle,#lp_hydragentle) #mainvisual .contents .text_point {
        width: 88px;
        position: absolute;
        bottom: calc(100% + 16px);
        right: 0;
    }

    

    /* consept
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-consept .svg-favorite {
        position: static;
        display: block;
        margin: 0 auto 16px auto;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-consept .sec-title {
        margin-top: 32px;
        margin-bottom: 24px;
        font-size: 32px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-consept .sec-title>span {
        font-size: 40px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-consept .label {
        gap: 16px;
        flex-direction: column;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-consept .label>p {
        font-size: 16px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-consept .tag {
        font-size: 14px;
    }

    /* about
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-about .sec-title .small {
        font-size: 16px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-about .sec-title .medium {
        font-size: 20px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-about .sec-title .big {
        font-size: 20px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-about .sec-desc {
        font-size: 16px;
        text-align: left;
    }

    /* maximization
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-title>span:first-child {
        font-size: 20px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-title>span:last-child {
        font-size: 32px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-desc {
        margin-top: 32px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-maximization .sec-img .deco-splash {
        top: 0;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-maximization .no-down-time {
        font-size: 16px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-maximization .no-down-time>span {
        font-size: 24px;
        line-height: 2;
    }

    /* hydragentle-heading
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .inner {
        padding-top: 32px;
        padding-bottom: 56px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .sec-title {
        font-size: 32px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .sec-sub-title {
        font-size: 14px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-heading .sec-bg-text {
        width: 300px;
        bottom: 0;
        right: 0;
    }

    /* hydragentle-content
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card {
        flex-direction: column;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .content h3 {
        font-size: 24px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-hydragentle-content .card .img {
        width: 100%;
    }

    /* dermation-heading
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .inner {
        padding-top: 32px;
        padding-bottom: 56px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .sec-title {
        font-size: 32px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .sec-sub-title {
        font-size: 14px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-dermation-heading .sec-bg-text {
        width: 300px;
        bottom: 0;
        right: 0;
    }

    /* dermation-content
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card {
        flex-direction: column;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .content h3 {
        font-size: 24px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-dermation-content .card .img {
        width: 100%;
    }

    /* treatment-method
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .sec-title {
        font-size: 28px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .card-title {
        font-size: 24px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .message>p:first-child {
        font-size: 16px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .message>p:last-child {
        font-size: 24px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box {
        flex-direction: column;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box .text h4 {
        font-size: 24px;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .flex-box .img {
        width: 100%;
    }

    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .contents .four-step h4 {
        font-size: 20px;
    }
    :is(#hydragentle,#lp_hydragentle) #sec-treatment-method .price-table th {
        width: 95px;
    }
    /* sec-cautions
    -----------------------------------------------------*/
    :is(#hydragentle,#lp_hydragentle) #sec-cautions .block th {
        width: 100px;
        padding: 24px 8px;
    }
}

/* 画面幅340px以下 header調整 */
@media screen and (max-width: 340px) {
    :is(#hydragentle,#lp_hydragentle) #header {
        flex-wrap: wrap;
    }
}