@charset "UTF-8";

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

:is(#ed,#lp_ed) .forSP {
    display: none;
}
/* reset */
:is(#ed,#lp_ed) .main a {
    text-decoration: none;
}

:is(#ed,#lp_ed) .main p,
:is(#ed,#lp_ed) .main p:first-child,
:is(#ed,#lp_ed) .main p:last-child {
    margin: 0;
    text-align: inherit;
    color: #002348;
}

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

:is(#ed,#lp_ed) .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(#ed,#lp_ed) .main {
    font-family: 'Noto Sans JP';
}

:is(#ed,#lp_ed) .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 64px 0;
}
:is(#ed,#lp_ed) .section {
    /* padding: 48px 0; */
}

/* parts */
:is(#ed,#lp_ed) .cta-button {
    display: block;
    border-radius: 64px;
    background: #FFF;
    color: #0E1454;
    padding: 12px 0;
    text-align: center;
    width: 248px;
    margin: 0 auto;

    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    
    position: relative;
    transition: 0.2s ease;
}
:is(#ed,#lp_ed) .cta-button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
:is(#ed,#lp_ed) .cta-button:hover {
    opacity: 0.4;
    transition: 0.2s ease;
}
/* ボタン セクションConcept　調整*/
:is(#ed,#lp_ed) .cta-button.concept {
    background: #88D1D1;
    color: #ffffff;
}
:is(#ed,#lp_ed) .cta-button.concept::after {
    background-image: url(../img/arrow_w.svg);
}

/* mainvisual
-----------------------------------------------------*/
:is(#ed,#lp_ed) #mainvisual {
    background-image: url(../img/mv_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 0;
}
:is(#ed,#lp_ed) #mainvisual .inner {
    padding-top: 0;
    padding-bottom: 0;
}
:is(#ed,#lp_ed) #mainvisual .label {
    padding-top: 35px;
}
:is(#ed,#lp_ed) #mainvisual .catchcopy {
    margin-top: 46px;
    margin-bottom: 32px;
}
:is(#ed,#lp_ed) #mainvisual .price-wrapper {
    height: 132px;
    background-color: rgba(255,255,255, 0.5);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    margin-top: 62px;
}
:is(#ed,#lp_ed) #mainvisual .price-wrapper .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    padding-right: 100px;
    width: 50%;
}
:is(#ed,#lp_ed) #mainvisual .price-wrapper .right {
    display: flex;
    flex-direction: row;
    /* align-items: flex-end; */
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    width: 50%;
    position: relative;
}
:is(#ed,#lp_ed) #mainvisual .price-wrapper .right::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EEF4F5;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    z-index: 0;
}
:is(#ed,#lp_ed) #mainvisual .price-wrapper .right .price {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10px;
}

/* sec-concept
-----------------------------------------------------*/
:is(#ed,#lp_ed) #sec-concept {
    /* background-image: url(../img/concept_bg.jpg);
    background-position: center;
    background-size: cover; */
    overflow: hidden;
    /* color: #fff; */
}
:is(#ed,#lp_ed) #sec-concept .card {
    gap: 80px;
}
:is(#ed,#lp_ed) #sec-concept .card .card-content {
    width: 540px;
}
:is(#ed,#lp_ed) #sec-concept .card .card-img {
    position: relative;
    width: calc(100% - (540px + 80px));
}
:is(#ed,#lp_ed) #sec-concept .card .card-img img {
    position: absolute;
    left: 0;
    max-width: 560px;
    height: auto;
    border-radius: 16px 0 0 16px;
}
:is(#ed,#lp_ed) #sec-concept .sub-heading {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 16px;    
}
:is(#ed,#lp_ed) #sec-concept .sub-heading p {
    padding: 12px 6px;
    border: 2px solid #002348;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}
:is(#ed,#lp_ed) #sec-concept .heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
:is(#ed,#lp_ed) #sec-concept .lead {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
:is(#ed,#lp_ed) .cta-button.concept {
    margin: 32px auto 0 0;
}

/* sec-about
-----------------------------------------------------*/
:is(#ed,#lp_ed) #sec-about {
    text-align: center;
    background: url(../img/about_bg.jpg);
    background-position: center;
    background-size: cover;
}
:is(#ed,#lp_ed) #sec-about .inner {
    max-width: 880px;
}
:is(#ed,#lp_ed) #sec-about .sec-title {
    color: #002348;
    margin-bottom: 56px
}
:is(#ed,#lp_ed) #sec-about .sec-title .small {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}
:is(#ed,#lp_ed) #sec-about .sec-title .medium {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}
:is(#ed,#lp_ed) #sec-about .sec-title .big {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    color: #C2A047;
}
:is(#ed,#lp_ed) #sec-about .sec-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 220%;
}

/* sec-ingredient-content
-----------------------------------------------------*/
:is(#ed,#lp_ed) #sec-ingredient-content .sec-title {
    color: #002348;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 24px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .label {
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-bottom: 48px;
    justify-content: center;

}
:is(#ed,#lp_ed) #sec-ingredient-content .label > p {
    color: #fff;
    border-radius: 4px;
    background: #88D1D1;
    padding: 8px 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}
:is(#ed,#lp_ed) #sec-ingredient-content .heading {
    margin-bottom: 48px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .heading > span{
    display: block;
    text-align: center;   
}
:is(#ed,#lp_ed) #sec-ingredient-content .heading > .small {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    color: #002348;
}
:is(#ed,#lp_ed) #sec-ingredient-content .heading > .big {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.6;
    color: #88D1D1;
}
:is(#ed,#lp_ed) #sec-ingredient-content .cards {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .card {
    display: flex;
    flex-direction: row;
    gap: 32px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .card-content {
    width: 624px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .card-img {
    flex: 1;
}
:is(#ed,#lp_ed) #sec-ingredient-content .card-img img {
    border-radius: 16px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .card-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 180%; /* 57.6px */
    margin-bottom: 16px;
}
:is(#ed,#lp_ed) #sec-ingredient-content .card-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; /* 28.8px */   
}

/* sec-safety
-----------------------------------------------------*/
/* :is(#ed,#lp_ed) #sec-safety > .wrapper{
    background-color: #88D1D1;
}
:is(#ed,#lp_ed) #sec-safety > .wrapper > .inner {
    padding: 32px 0;
}
:is(#ed,#lp_ed) #sec-safety .sec-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 0;
}
:is(#ed,#lp_ed) #sec-safety .sec-lead {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}

:is(#ed,#lp_ed) #sec-safety .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 48px;
}
:is(#ed,#lp_ed) #sec-safety .card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: calc(100% / 3);
}
:is(#ed,#lp_ed) #sec-safety .card-content h3 {
    color:  #032149;
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 16px;
}
:is(#ed,#lp_ed) #sec-safety .card-content p {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; 
} */

/* sec-method
-----------------------------------------------------*/
:is(#ed,#lp_ed) #sec-method {
    background-color: #002348;
}
:is(#ed,#lp_ed) #sec-method .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
:is(#ed,#lp_ed) #sec-method  .block {
    display: flex;
    flex-wrap: wrap;
}
:is(#ed,#lp_ed) #sec-method  .block.treatment {
    gap: 48px;
}
:is(#ed,#lp_ed) #sec-method  .block.steps {
    flex-direction: column;
    gap: 24px;
}
:is(#ed,#lp_ed) #sec-method .block.treatment .text-content {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
:is(#ed,#lp_ed) #sec-method .sec-title {
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%; /* 56px */
    margin: 0;
}
:is(#ed,#lp_ed) #sec-method .title {
    color: #002348;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    padding: 8px 16px;
    margin: 0 auto;
}
:is(#ed,#lp_ed) #sec-method .sec-lead {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
:is(#ed,#lp_ed) #sec-method img {
    border-radius: 16px;
}
:is(#ed,#lp_ed) #sec-method .cards {
    display: flex;
    flex-direction: row;
    gap: 48px;
}
:is(#ed,#lp_ed) #sec-method .card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc((100% - (48px * 2)) / 3);
}
:is(#ed,#lp_ed) #sec-method .card-content {
    display: flex;
    flex-direction: column;
    gap: 16px 
}
:is(#ed,#lp_ed) #sec-method .card-img {
    text-align: center;
    width: 100%;
    height: auto;
}
:is(#ed,#lp_ed) #sec-method .card-content p {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; 
}
:is(#ed,#lp_ed) #sec-method .card-content p.attention {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

/* sec-cta
-----------------------------------------------------*/
:is(#ed,#lp_ed) #sec-cta {
    background-image: url(../img/cta_bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    /* padding-top: 0; */
    /* padding-bottom: 48px; */
}
:is(#ed,#lp_ed) #sec-cta .inner {
    padding: 44px 0 48px;
}
:is(#ed,#lp_ed) #sec-cta .label {
    width: 437px;
    padding: 16px 0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 24px;
}
:is(#ed,#lp_ed) #sec-cta .label span {
    font-size: 18px;
}
:is(#ed,#lp_ed) #sec-cta .flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: space-evenly;
}
:is(#ed,#lp_ed) #sec-cta .cta-button {
    margin-top: 40px;
}

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

/*-----------------------------------------------------
    TB
-----------------------------------------------------*/
@media screen and (max-width: 1280px) {
}

/*-----------------------------------------------------
    SP
-----------------------------------------------------*/
@media screen and (max-width: 767px) {
    /* system */
    :is(#ed,#lp_ed) .forPC {
        display: none;
    }
    :is(#ed,#lp_ed) .forSP {
        display: block;
    }
    /* layout */
    :is(#ed,#lp_ed) .inner {
        padding: 64px 24px;
    }
    :is(#ed,#lp_ed) .section {
        /* padding: 48px 0; */
    }
    /* mainvisual
    -----------------------------------------------------*/
    :is(#ed,#lp_ed) #mainvisual {
        position: relative;
        background-image: url(../img/mv_bg_sp.jpg);
        height: 648px;
    }
    :is(#ed,#lp_ed) #mainvisual .content-wrapper {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.69) 0%, #EEF4F5 34.99%, #EDF3F4 58.81%);
    }
    :is(#ed,#lp_ed) #mainvisual .inner {
        max-width: 390px;
        padding: 23px 16px 16px;
        text-align: center;
    }
    :is(#ed,#lp_ed) #mainvisual .label {
        padding-top: 0;
        margin-bottom: 14px;        
    }
    :is(#ed,#lp_ed) #mainvisual .catchcopy {
        margin-top: 0;
        margin-bottom: 18px;
    }
    :is(#ed,#lp_ed) #mainvisual p.list {
        padding-bottom: 24px;
    }
    :is(#ed,#lp_ed) #mainvisual .exosome {
        padding-bottom: 16px;
    }
    :is(#ed,#lp_ed) #mainvisual .price {
    }
    
    /* sec-concept
    -----------------------------------------------------*/
    :is(#ed,#lp_ed) #sec-concept .inner {
        padding: 40px 24px;
    }
    :is(#ed,#lp_ed) #sec-concept .card .card-content {
        width: 100%;
    }
    :is(#ed,#lp_ed) #sec-concept .card {
        gap: 32px;
        flex-direction: column;
    }
    :is(#ed,#lp_ed) #sec-concept .sub-heading p {
        font-size: 16px;
    }
    :is(#ed,#lp_ed) #sec-concept .heading {
        text-align: left;
        font-size: 32px;
    }
    :is(#ed,#lp_ed) #sec-concept .lead {
        font-size: 16px;
    }
    :is(#ed,#lp_ed) #sec-concept .card .card-img {
        width: 100%;
        text-align: center;
    }
    :is(#ed,#lp_ed) #sec-concept .card .card-img img {
        position: relative;
        width: 100%;
        border-radius: 16px;
        height: auto;
    }
    :is(#ed,#lp_ed) #sec-concept .cta-button.concept {
        margin: 32px auto 0;
    }

    /* sec-about
    -----------------------------------------------------*/
    :is(#ed,#lp_ed) #sec-about {
        background: url(../img/about_bg_sp.jpg);
        background-position: center;
        background-size: cover;
    }
    :is(#ed,#lp_ed) #sec-about .inner {
        padding: 48px 24px;
    }
    :is(#ed,#lp_ed) #sec-about .sec-title {
        margin-bottom: 16px;
    }
    :is(#ed,#lp_ed) #sec-about .sec-title .small {
        font-size: 14px;
    }
    :is(#ed,#lp_ed) #sec-about .sec-title .big {
        font-size: 24px;
    }
    :is(#ed,#lp_ed) #sec-about .sec-title .medium {
        font-size: 20px;
    }
    :is(#ed,#lp_ed) #sec-about .sec-desc {
        font-size: 16px;
        text-align: left;
        font-weight: 400;
    }

    /* sec-ingredient-content
    -----------------------------------------------------*/
    :is(#ed,#lp_ed) #sec-ingredient-content {
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .inner {
        padding: 48px 24px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .sec-title {
        font-size: 32px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .label {
        gap: 16px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .label > p {
        font-size: 16px;
        padding: 11px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .heading > .small {
        font-size: 16px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .heading > .big {
        font-size: 32px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .cards {
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .card {
        flex-direction: column;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .card-content {
        width: 100%;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .card-content h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    :is(#ed,#lp_ed) #sec-ingredient-content .card-content p {
        font-size: 14px;
    }

    /* sec-method
    -----------------------------------------------------*/
    :is(#ed,#lp_ed) #sec-method .inner {
        padding: 64px 24px;
    }
    :is(#ed,#lp_ed) #sec-method .sec-title {
        font-size: 32px;
        /* text-align: left; */
    }
    :is(#ed,#lp_ed) #sec-method .title {
        width: fit-content;
        font-size: 20px;
        margin: unset;
    }
    :is(#ed,#lp_ed) #sec-method .sec-lead {
        font-size: 14px;
    }
    :is(#ed,#lp_ed) #sec-method .block.treatment {
        gap: 40px;
    }
    :is(#ed,#lp_ed) #sec-method .block.steps {
        gap: 32px;
    }
    :is(#ed,#lp_ed) #sec-method .cards {
        flex-direction: column;
    }
    :is(#ed,#lp_ed) #sec-method .card {
        width: 100%;
    }
    :is(#ed,#lp_ed) #sec-method .card-content {
        width: 100%;
    }
    :is(#ed,#lp_ed) #sec-method .card-content p {
        font-size: 20px;
    }

    /* sec-cta
    -----------------------------------------------------*/
    :is(#ed,#lp_ed) #sec-cta {
        background-image: url(../img/cta_bg_sp.jpg);
    }
    :is(#ed,#lp_ed) #sec-cta .inner {
        max-width: 390px;
        padding: 48px 24px;
    }
    :is(#ed,#lp_ed) #sec-cta .label {
        max-width: 342px;
        width: 100%;
        margin: 0 auto 32px;
    }
    :is(#ed,#lp_ed) #sec-cta .flex {
        gap: 32px;
    }
    :is(#ed,#lp_ed) #sec-cta .cta-button {
        margin-top: 32px;
    }

    /* cautions
    -----------------------------------------------------*/
    :is(#ed,#lp_ed)  #sec-cautions .inner {
        padding: 56px 24px;
    }
    :is(#ed,#lp_ed)  #sec-cautions .flex {
        gap: 56px;
    }
    :is(#ed,#lp_ed)  #sec-cautions .block {
        gap: 24px;
    }
    :is(#ed,#lp_ed)  #sec-cautions .title {
        font-size: 20px;
    }
    :is(#ed,#lp_ed) #sec-cautions th {
        padding: 24px 8px;
        width: 95px;
    }

}

/* 画面幅340px以下 header調整 */
@media screen and (max-width: 340px) {
    
}