/*--------------
　　kv
--------------*/
.evidencekv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/evidence_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.evidencekv_text {
    color: #fff;
    padding-top: 85px;
}
.evidencekv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .evidencekv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/evidence_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .evidencekv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　タイトル
--------------*/
.evidencetitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 120px;
}
.evidencetitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_r.svg");
}
@media (max-width: 750px){
    .evidencetitle {
        padding: 4rem 0 7.5rem;
    }
}

/*--------------
　　リード
--------------*/
.evidenceread {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 175px;
}
.evidenceread p {
    text-align: center;
}
.evidenceread_main {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 36px;
}
.evidenceread_sub {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 26px;
    border: 1px dotted;
    width: 40%;
    margin: 0 auto;
    padding:10px 0;
}
.sub_mgt{
    margin-top:20px;
}
.evidenceread_annotation {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    margin-top: 30px;
}
@media (max-width: 750px){
    .evidenceread {
        padding-bottom: 5rem;
    }
    .evidenceread_main {
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
    .evidenceread_sub {
        font-size: 0.7rem;
        line-height: 1.6rem;
        width: 80%;
    }    
    .sub_mgt{
        margin-top: 1.5rem;
    }    
    .evidenceread_annotation {
        font-size: 0.7rem;
        margin-top: 1.5rem;
    }
}

/*--------------
　　エビデンス情報
--------------*/
.evidencecontent {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 200px;
}
.evidence_guidance {
    font-size: 18px;
    text-align: center;
}
.evidence_guide_arrow {
    width: 42px;
    margin: 0 auto 65px;
}
.evidence-list_btn > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto 50px;
}
.evidence-list_btn_items {
    width: 75px;
    margin-right: 28px;
    margin-bottom: 20px;
}
.evidence-list_btn_items:last-child {
    margin-right: 0;
}
.evidence-list_btn_items_title {
    display: block;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}
.evidence-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}
.evidence-list li{
    list-style:none;
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: solid 1px #000;
    animation: evidence 1s;
}
@keyframes evidence {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.evidence-list_items:nth-child(1){
    width: 220px;
    margin-right: 35px;
}
.evidence-list_icon {
    width: 28px;
}
.evidence-list_date {
    font-size: 13px;
    margin-top: 12px;
}
.evidence-list_title {
    font-size: 21px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 28px;
}
.evidence-list_items:nth-child(2){
    width: 775px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.05em;
}
@media (max-width: 750px){
    .evidencecontent {
        padding-bottom: 10rem;
    }
    .evidence_guidance {
        font-size: 0.9rem;
    }
    .evidence_guide_arrow {
        width: 2rem;
        margin: 1rem auto 3rem;
    }
    .evidence-list_btn > ul {
        justify-content: space-between;
        max-width: 90%;
        margin: 0 auto 2.5rem;
    }
    .evidence-list_btn_items {
        width: 5.7rem;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .evidence-list_btn_items_title {
        font-size: 0.8rem;
        padding-top: 0.5rem;
    }
    .evidence-list{
        display: flex;
        flex-wrap: wrap;
        max-width: 90%;
        margin: 0 auto;
    }
    .evidence-list li{
        list-style:none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 3rem 0;
        border-bottom: solid 1px #000;
    }
    .evidence-list_items:nth-child(1){
        width: 100%;
        margin-right: 0;
    }
    .evidence-list_icon {
        width: 2rem;
    }
    .evidence-list_date {
        font-size: 0.6rem;
        margin-top: 0.6rem;
    }
    .evidence-list_title {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: 0.2rem;
        font-weight: 600;
    }
    .evidence-list_items:nth-child(2){
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.4rem;
        letter-spacing: -0.05em;
        margin-top: 1rem;
    }
}

/*--------------
　　ボタン切り替え
--------------*/
.evidence_all {
    background-image:url("../image/evidence_all_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_all.btn_on {
    background-image:url("../image/evidence_all_active.svg");
    background-repeat:  no-repeat;            
    width:75px;
    height:75px;  
}
.evidence_bone {
    background-image:url("../image/evidence_bone_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_bone.btn_on {
    background-image:url("../image/evidence_bone_active.svg");
    background-repeat:  no-repeat;          
    width:75px;
    height:75px;  
}
.evidence_cancer {
    background-image:url("../image/evidence_cancer_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_cancer.btn_on {
    background-image:url("../image/evidence_cancer_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_cognition {
    background-image:url("../image/evidence_cognition_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_cognition.btn_on {
    background-image:url("../image/evidence_cognition_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_cardiovascular {
    background-image:url("../image/evidence_cardiovascular_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_cardiovascular.btn_on {
    background-image:url("../image/evidence_cardiovascular_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_development {
    background-image:url("../image/evidence_development_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_development.btn_on {
    background-image:url("../image/evidence_development_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_change {
    background-image:url("../image/evidence_change_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_change.btn_on {
    background-image:url("../image/evidence_change_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_diabetes {
    background-image:url("../image/evidence_diabetes_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_diabetes.btn_on {
    background-image:url("../image/evidence_diabetes_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_study {
    background-image:url("../image/evidence_study_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_study.btn_on {
    background-image:url("../image/evidence_study_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_food {
    background-image:url("../image/evidence_food_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_food.btn_on {
    background-image:url("../image/evidence_food_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_healthbenefits {
    background-image:url("../image/evidence_healthbenefits_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_healthbenefits.btn_on {
    background-image:url("../image/evidence_healthbenefits_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_healthreview {
    background-image:url("../image/evidence_healthreview_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_healthreview.btn_on {
    background-image:url("../image/evidence_healthreview_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_bloodpressure {
    background-image:url("../image/evidence_bloodpressure_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_bloodpressure.btn_on {
    background-image:url("../image/evidence_bloodpressure_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_immunity {
    background-image:url("../image/evidence_immunity_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_immunity.btn_on {
    background-image:url("../image/evidence_immunity_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_inflammation {
    background-image:url("../image/evidence_inflammation_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_inflammation.btn_on {
    background-image:url("../image/evidence_inflammation_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_liver {
    background-image:url("../image/evidence_liver_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_liver.btn_on {
    background-image:url("../image/evidence_liver_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_menopause {
    background-image:url("../image/evidence_menopause_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_menopause.btn_on {
    background-image:url("../image/evidence_menopause_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_kidney {
    background-image:url("../image/evidence_kidney_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_kidney.btn_on {
    background-image:url("../image/evidence_kidney_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_bodyweight {
    background-image:url("../image/evidence_bodyweight_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_bodyweight.btn_on {
    background-image:url("../image/evidence_bodyweight_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_others {
    background-image:url("../image/evidence_others_inactive.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
.evidence_others.btn_on {
    background-image:url("../image/evidence_others_active.svg");
    background-repeat:  no-repeat;           
    width:75px;
    height:75px;  
}
@media (max-width: 750px){
    .evidence_all {       
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_all.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_bone {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_bone.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_cancer {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_cancer.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_cognition {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_cognition.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_cardiovascular {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_cardiovascular.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_development {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_development.btn_on {
        bwidth: 5.7rem;
        height: 5.7rem;    
    }
    .evidence_change {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_change.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_diabetes {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_diabetes.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_study {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_study.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_food {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_food.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_healthbenefits {
        width: 5.7rem;
        height: 5.7rem;    
    }
    .evidence_healthbenefits.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_healthreview {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_healthreview.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_bloodpressure {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_bloodpressure.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_immunity {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_immunity.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_inflammation {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_inflammation.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_liver {
        width: 5.7rem;
        height: 5.7rem;    
    }
    .evidence_liver.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_menopause {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_menopause.btn_on {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_kidney {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_kidney.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_bodyweight {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_bodyweight.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
    .evidence_others {
        width: 5.7rem;
        height: 5.7rem;  
    }
    .evidence_others.btn_on {
        width: 5.7rem;
        height: 5.7rem;   
    }
}

/*--------------
会員向けエビデンス情報
--------------*/
.memberkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/menber_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.memberkv_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.memberkv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
}
.pankuzu-member {
    width: 100%;
    background-image: linear-gradient(to right, #ffffff 0%, #d5cbb9 100%);
}
.membertitle {
    width: 100%;
    padding: 80px 0 100px;
    background-image: linear-gradient(to right, #ffffff 0%, #d5cbb9 100%);
}
.membertitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_brown_grade.svg");
}
.member {
    width: 100%;
    padding-bottom: 90px;
    background-image: linear-gradient(to right, #ffffff 0%, #d5cbb9 100%);
    z-index: -1;
}
.member_content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.member_content > p {
    font-family: 'Noto Serif JP', serif;
}
.member_content_text {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}
.member_evidencecontent {
    width: 100%;
    background-image: linear-gradient(to right, #ffffff 0%, #d5cbb9 100%);
    padding-bottom: 200px;
}
.mb-evidence-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}
.mb-evidence-list li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: solid 1px #000;
    animation: evidence 1s;
}
.mb-evidence-list_items:nth-child(1) {
    width: 220px;
    margin-right: 35px;
}
.mb-evidence-list_items:nth-child(2) {
    width: 775px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.05em;
    padding-top:34px;
}
.mb-evidence-list_title {
    font-size: 21px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 28px;
}
.mb-evidence-list_left{
    height: 100%;
}
.mb-evidence-button{
    margin-left: 188px;
    margin-top:50px;
}
.mb-morelink {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right,#B8846F, #5B2D1D);
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 14px;
}
.mb-evidence-list_icon {
    width: 28px;
}
@media (max-width: 750px){
    .memberkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/menber_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .memberkv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }        
    .membertitle {
        padding: 4rem 0 6rem;
    }
    .member {
        padding-bottom: 6rem;
    }
    .member_content {
        max-width: 90%;
        padding-top: 1rem;
    }
    .member_content_text {
        font-size: 0.8rem;
        line-height: 1.7rem;
    }
    .member_evidencecontent {
        padding-bottom: 10rem;
    }
    .mb-evidence-list {
        display: flex;
        flex-wrap: wrap;
        max-width: 90%;
        margin: 0 auto;
    }
    .mb-evidence-list li {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 3rem 0;
        border-bottom: solid 1px #000;
    }
    .mb-evidence-list_items:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
    .mb-evidence-list_items:nth-child(2) {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.4rem;
        letter-spacing: -0.05em;
        padding-top:0px;
    }
    .mb-evidence-list_title {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: 0.2rem;
        font-weight: 600;
    }
    .mb-evidence-button {
        text-align: center;
        margin:0 auto;
        margin-top: 3rem;
    }
    .mb-morelink {
        padding: 0.6rem 2.4rem;
        border-radius: 0.5rem;
        font-size: 1rem;
        letter-spacing: 0.6px;
    }
    .mb-evidence-list_icon {
        width: 2rem;
    }
}