@charset "UTF-8";

/* single interview */
body{
    background-color: #fff;
}

.page-fv.--interview {
    /* background: url("../img/kv-interview.png") center / cover; */
    background-color: #222;
    height: 40vh;
    min-height: 400px;
}

@media screen and (min-width: 768px) {
    .page-fv.--interview {
        height: 400px;
    }
  } 

.page-fv::before {
    /* background-color: transparent; */
}

.article.interview .content-main {
    background-color: #F9F9F9;
    margin-top: 60vh;
}

.article.interview .row.interview-thumb .interview-page-section-title {
    width: 90%;
    margin: 0 auto;
    max-width: 1120px;
}
.article.interview .row.interview-thumb {
    margin: 0 auto;
    position: absolute;
    top: 20vw;
    z-index: 88;
    color: #FFF;
    align-items: stretch;
}

@media screen and (min-width: 768px) {
    .article.interview .row.interview-thumb .interview-page-section-title {
        width: 100%;
    }
    .article.interview .row.interview-thumb {
        width: 90%;
        max-width: 1120px;
        z-index: 88;
        color: #FFF;
        align-items: stretch;
        top: 130px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .article.interview .row.interview-thumb>div {
        width: 50%;
        flex: 1;
    }
  } 



.interview-thumb-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.interview-thumb-text .interview-title {
    padding: 3% 5%;
    line-height: 1.5;
    background-color: #222;
    font-size: 8vw;
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 77;
}
/* .interview-thumb-text .interview-title::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/kv-interview.png") center / cover;
    z-index: -1;
} */

@media screen and (min-width: 768px) {
    .interview-thumb-text {
        width: 50%;
        margin-left: 50px;
    }
    .interview-thumb-text .interview-title {
        padding: 3% 0;
        font-size: 48px;
        margin-top: 2em;
        font-family: "Shippori Antique", sans-serif;
        font-weight: 400;
        position: relative;
        background-color: transparent;
    }
    .interview-thumb-text .interview-title::before{
        display: none;
        background: none;
    }
  } 

.interview-thumb-text .profile {
    color: #222;
    list-style: none;
}

.interview-thumb-text .profile .profile-name {
    color: #02ADD1;
    font-size: 2rem;
}

.interview-page-section-title{
    margin-bottom: 25px;
}

.interview-page-section-title span{
    color: #02ADD1;
    padding-right: 0.5em;
}


.interview-summary-text{
    padding: 3% 5%;
    /* margin: 0 10%; */
    background-color: #eee;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .interview-summary-text{
        margin: 0 10%;
        margin-bottom: 100px;
    }
  } 

.col-wrap{
    position: relative;
    padding-bottom: 100px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .col-wrap{
        flex-direction: row;
        padding-bottom: 150px;
    }
    .col-main{
        width: 48%;
    }
    .col-side {
        position: sticky;
        top: calc(50% - 200px);
        width: 48%;
        height: 400px;
      }
      
  } 

.article-img-sp{
    margin-bottom: 30px;
}


.col-main .text-box,
.col-main-sp .text-box{
    margin-bottom: 100px;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .col-main .text-box{
        margin-bottom: 150px;
        padding: 0 2%;
    }
    
 } 

.col-main .text-box:last-child,
.col-main-sp .text-box:last-child{
    margin-bottom: 0;
}
.col-main .text-box .topic,
.col-main-sp .text-box .topic{
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .col-main .text-box .topic{
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1em;
    }
    
 } 

.col-main .interview-personal-info,
.col-main-sp .interview-personal-info{
    border: 1px solid #222;
    margin-bottom: 50px;
    padding: 3% 5%;
}

.col-main-sp .interview-personal-info .member-profile{
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .col-main .interview-personal-info .member-profile
{
        font-size: 2rem;
    }
    
 } 


  .photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 30vh; */
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  

.col-side .photo.num1,
.col-side .photo.active{
    visibility: visible;
    opacity: 1;
}


.photo-graphiti img{
    width: 100%;
}

/* timetable */

.timetable-wrap{
    padding: 50px 0;
}

.timetable-wrap .row{
    display: flex;
    flex-direction: column-reverse;
}
.timetable-text{
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .timetable-wrap .row{
        flex-direction: row;
        align-items: center;
    }
    
    .timetable-text{
        width: 50%;
        padding-right: 50px;
        margin-top: 0;
    }
 } 

.timetable-clock{
    position: relative;
}

.clock-face,
.clock-hour,
.clock-minute,
.clock-second{
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .clock-face,
    .clock-hour,
    .clock-minute,
    .clock-second{
        width: 270px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
 } 


/* gallery */
.my-gallery{
    /* margin-bottom: 150px; */
    background-color: #fff;
    padding: 50px 0 100px;
}

@media screen and (min-width: 768px) {
    .my-gallery{
        padding: 50px 0 150px;
    }
    
 } 

.my-gallery .row{
    display: flex;
    flex-wrap: wrap;
}

.my-gallery .row img {
    width: calc((100% - 20px) / 2); /* 4つの画像と3つの間隔（20px×3=60px） */
    margin-right: 20px;
    margin-bottom: 20px;
}

.my-gallery .row img:nth-child(2n) {
    margin-right: 0;
    }   
@media screen and (min-width: 768px) {
.my-gallery .row img {
    width: calc((100% - 60px) / 4); /* 4つの画像と3つの間隔（20px×3=60px） */
    margin-right: 20px;
    margin-bottom: 0;
    }
    .my-gallery .row img:nth-child(2n) {
        margin-right: 20px;
        }   
         
.my-gallery .row img:last-child {
    margin-right: 0;
    }
   
} 

.related-interview-wrap .members-slider{
    width: 100%;
}

.related-interview-nav{
margin-bottom: 150px;
/* text-align: center; */
justify-content: center;
}

.article-directory-navi{
    text-align: center;
    margin-top: 100px;
}

/* ---ends single interview */

.bgWhite{
    background-color: #FFF;
}


/* members archive */
.members-title-wrap {
    position: relative;
    padding-bottom: 100px;
    text-align: center;
}

.members-title-wrap .members-title {
    font-size: 8vw;
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    transform: rotate(-15deg);
    position: relative;
    display: inline-block;
    text-indent: -2.2em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .members-title-wrap {
        padding-bottom: 150px;
    }
    .members-title-wrap .members-title {
        font-size: 76px;
    }
  } 

@media screen and (min-width: 1120px) {
.members-title-wrap .members-title {
    font-size: 96px;
}
} 

.members-title-wrap .members-title span {
    font-size: 1.2em;
}

.members-title-wrap .members-title::before {
    content: "「";
    display: block;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8vw;
    font-weight: 100;
}

.members-title-wrap .members-title::after {
    content: "」";
    display: block;
    color: #666;
    position: absolute;
    bottom: 0;
    right: -2em;
    font-size: 8vw;
    font-weight: 100;
}

@media screen and (min-width: 768px) {
    .members-title-wrap .members-title::before {
        font-size: 100px;
        left: 0.2em;
    }
    .members-title-wrap .members-title::after {
        font-size: 100px;
        right: -1.6em;
    }
  } 

.row.interview-archive-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding-bottom: 100px; */
}
@media screen and (min-width: 768px) {
    .row.interview-archive-list {
        padding-bottom: 150px;
    }
} 

.row.interview-archive-list .person-wrap {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .row.interview-archive-list .person-wrap {
        width: calc( ( 100% - 40px ) / 2 );
        margin-right: 20px;
        margin-bottom: 100px;
    }
    .row.interview-archive-list .person-wrap:nth-child(2n) {
        margin-right: 0;
    }
  } 
  @media screen and (min-width: 1120px) {
    .row.interview-archive-list .person-wrap {
        width: calc( ( 100% - 30px ) / 3 );
        margin-right: 10px;
        margin-bottom: 100px;
    }
    .row.interview-archive-list .person-wrap:nth-child(2n) {
        margin-right: 10px;
    }
    .row.interview-archive-list .person-wrap:nth-child(3n){
        margin-right: 0;
    }
  } 

.person-wrap .row {
    align-items: stretch !important;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .person-wrap .row {
        align-items: stretch;
    }
  } 


.person-img {
    flex: 1;
}

.person-wrap .hovImgWrap ,
.other-member-post .hovImgWrap {
    position: relative;
    width: 180px;
    height: 355px;
}

.person-wrap .hovImgWrap img,
.other-member-post .hovImgWrap img {
    position: absolute;
    transition: all 0.3s ease;
    max-width: 180px;
}

.person-wrap .hovImgWrap img.img-before,
.other-member-post .hovImgWrap img.img-before{
    z-index:2;
}
.person-wrap .hovImgWrap img.img-after,
.other-member-post .hovImgWrap img.img-after {
    opacity: 1;
    transition: all 0.3s ease;
}

.person-wrap a:hover~.hovImgWrap img.img-after,
.person-wrap .row:hover .hovImgWrap img.img-after ,
.other-member-post a:hover~.hovImgWrap img.img-after,
.other-member-post .row:hover .hovImgWrap img.img-after {
    opacity: 1;
}

.person-wrap a:hover~.hovImgWrap img.img-before,
.person-wrap .row:hover .hovImgWrap img.img-before,
.other-member-post a:hover~.hovImgWrap img.img-before,
.other-member-post .row:hover .hovImgWrap img.img-before {
    opacity: 0;
}

.person-wrap a ,
.other-member-post a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.person-wrap a:hover~.interview-titles .ttl,
.person-wrap .row:hover .interview-titles .ttl ,
.other-member-post a:hover~.interview-titles .ttl,
.other-member-post .row:hover .interview-titles .ttl {
    transition: all 0.3s ease;
}

.person-wrap a:hover~.interview-titles .ttl,
.person-wrap .row:hover .interview-titles .ttl ,
.other-member-post a:hover~.interview-titles .ttl,
.other-member-post .row:hover .interview-titles .ttl {
    color: #02ADD1;
}

.interview-titles {
    position: relative;
    flex: 1;
}

.interview-titles .name {
    position: absolute;
    font-style: italic;
    color: #ccc;
    font-size: 40px;
    transform: rotate(90deg);
    white-space: nowrap;
    top: 0; /* bottomは消す */
    left: 0;
    translate: 0.5em 0;
    width: 9em;
    height: 1em;
    text-align: right;
    line-height: 0;
    transform-origin: top left;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7.45vw;
    font-weight: 600;
    margin: 10px 20px auto 40px;
}
.vertical-text .ttl{
    overflow-wrap: normal;
}

@media screen and (min-width: 768px) {
    .vertical-text {
        font-size: 2rem;
    }
    
  } 

.infographics {
    background-color: #eee;
}




/* ---ends members archive */

/* infographics */
.infographics{
    padding: 100px 0;
}

@media screen and (min-width: 768px) {
    .infographics{
        padding: 150px 0;
    }
    
} 


.infographics .row{
    flex-wrap: wrap;
}

.graph-wrap{
    background-color: #fff;
    /* width: 48%; */
    position: relative;
    height: 72vw;
    padding: 2.5%;
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .graph-wrap{
        width: 48%;
        height: 400px;
    }
} 

.graph-title{
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 50px; */
    padding: 0.25em 0.25em 0.5em;
}

.graph-wrap .graph-option{
    font-weight: 600;
}

.graph-wrap .graph-result{
    text-align: center;
    font-size: 24vw;
    color: #02ADD1;
    font-family: "Roboto", system-ui;
    font-weight: 700;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .graph-wrap .graph-result{
        font-size: 7rem;
    }
} 
.graph-wrap .img-left,
.graph-wrap .img-right{
    position: absolute;
    /* width: 45%; */
    height: 60%;
}

.graph-wrap .img-left{
    bottom: 0;
    left: -10%;
}

.graph-wrap .img-right{
    bottom: 0;
    right: -11%;
}

.graph-wrap .img-center{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.graph-result-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

.echo-data{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
}

.graph-label{
    display: block;
    font-weight: 600;
    color: #02ADD1;
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .graph-label{
        font-size: 1rem;
    }
} 

.graph-result span{
    font-size: 0.5em;
}


/* グラフごとの設定 */
/* age */
.graph-wrap.--age .graph-result{
    font-size: 28vw;
    margin-top: 0.25em;
}

@media screen and (min-width: 768px) {
    .graph-wrap.--age .graph-result{
        font-size: 10rem;
    }
} 
.graph-wrap.--age .graph-result span{
    font-size: 0.5em;
}

/* experience */
#experience-chart .echo-data.data1{
    top: 10vw;
    left: 2vw;
    right: unset;
}

@media screen and (min-width: 768px) {
    #experience-chart .echo-data.data1{
        top: 20%;
        left: 2%;
        right: unset;
    }
} 
@media screen and (min-width: 1120px) {
    #experience-chart .echo-data.data1{
        top: 20%;
        left: 10%;
        right: unset;
    }
} 

#experience-chart .echo-data.data1::after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: -10%;
}
#experience-chart .echo-data.data2{
    top: 10vw;
    right: 2vw;
}
@media screen and (min-width: 768px) {
    #experience-chart .echo-data.data2{
        top: 20%;
        right: 2%;
    }
    
} 
@media screen and (min-width: 1120px) {
    #experience-chart .echo-data.data2{
        top: 20%;
        right: 10%;
    }
    
} 
#experience-chart #expChart{
    position: absolute;
    bottom: 0;
}
.graph-wrap.--experience .img-left{
    bottom: -30%;
    width: 35%;
}

.graph-wrap.--experience .img-right{
    top: -17%;
    width: 35%;
}



/* .graph-wrap.--experience .row,
.graph-wrap.--club .row{
    flex-wrap: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* region */
.echo-data.zero-entry .graph-label,
.echo-data.zero-entry .graph-result{
    color: #ccc;
}

.graph-wrap.--birthplace .graph-label{
    padding-right: 1em;
} 

.graph-wrap.--birthplace .graph-result-wrap{
    position: relative;
    margin-top: -50px;
}

.graph-wrap.--birthplace .graph-result-wrap .echo-data{
    position: absolute;
    display: block;
    line-height: 1.2;
}

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--1{
    top:2vw;
    right:10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--1{
        top:-4%;
        right:10%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--2{
    top:22vw;
    right:15vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--2{
        top:25%;
        right:16%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--3{
    top:38vw;
    right:13vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--3{
        top:60%;
        right:20%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--4{
    top:50vw;
    right:34vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--4{
        top:76%;
        right:40%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--5{
    top:55vw;
    right:48vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--5{
        top:83%;
        right:57%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--6{
    top:26vw;
    right:43vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--6{
        top:35%;
        right:56%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--7{
    top:31vw;
    right:53vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--7{
        top:46%;
        right:68%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--8{
    top:49vw;
    right:66vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--8{
        top:70%;
        right:80%;
    }
} 

.graph-wrap.--birthplace .graph-option{
    display: block;
}
.graph-wrap.--birthplace .graph-result{
    font-size: 2.5rem;
}
.graph-wrap.--birthplace .graph-result span{
    font-size: 0.65em;
}

/* club */
.graph-wrap.--club .graph-result-wrap .echo-data{
    line-height: 1.2;
}

.graph-wrap.--experience .graph-label,
.graph-wrap.--club .graph-label,
.graph-wrap.--lunch .graph-label{
    padding-right: 1em;
} 

@media screen and (min-width: 768px) {
    .graph-wrap.--experience .graph-label,
    .graph-wrap.--club .graph-label,
    .graph-wrap.--lunch .graph-label{
        padding-right: 1.5em;
    } 
} 

.graph-wrap.--club .echo-data.data1{
    left: 0;
    top: 5vw;
    right: unset;
}

.graph-wrap.--club .echo-data.data2{
    top: 5vw;
}

.graph-wrap.--club .echo-data.data3{
    left: 50%;
    right: unset;
    top: 35vw;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .graph-wrap.--club .echo-data.data1{
        top: 5%;
    }
    
    .graph-wrap.--club .echo-data.data2{
        top: 5%;
    }
    
    .graph-wrap.--club .echo-data.data3{
        top: 55%;
    }
    
} 
.graph-wrap.--club #clbChart{
    position: absolute;
    bottom: 10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--club #clbChart{
        position: absolute;
        bottom: 0;
    }
} 

.graph-wrap #club-chart .graph-result {
    font-size: 10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap #club-chart .graph-result {
        font-size: 4.5rem;
    }
} 
.graph-wrap.--club .graph-result-wrap{
    width: 75vw;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--club .graph-result-wrap{
        width: 100%;
    }
} 
.graph-wrap.--club .img-left{
    bottom: -21%;
    left: -9%;
}

.graph-wrap.graph-wrap.--club .img-right{
    bottom: -10%;
    right: -10%;
}

/* lunch */

.graph-wrap.--lunch .graph-result-wrap{
    height: 80%;
}

.graph-wrap.--lunch .graph-result-wrap .echo-data{
    line-height: 1.2;
}

.graph-wrap.--lunch #doughnutChart{
    margin: 0 auto;
}

.graph-wrap.--lunch .lunch-img{
    width: 15%;
    position: absolute;
    top: 36vw;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    .graph-wrap.--lunch .lunch-img{
        top: 45%;
    }
} 
.graph-wrap.--lunch .graph-result{
    font-size: 10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--lunch .graph-result{
        font-size: 4.5rem;
    }
} 


.graph-wrap.--lunch .graph-result-wrap .echo-data.data2{
    top:43vw;
    right:63vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--lunch .graph-result-wrap .echo-data.data2{
        top:83%;
        right:68%;
    }
} 
.graph-wrap.--lunch .graph-result-wrap .echo-data.data3{
    top:0;
    right:79%;
}


/* reason */
.graph-wrap.--reason .graph-result-wrap{
    height: 100%;
}

#reason-chart #barChart{
    position: absolute;
    top: 4vw;
    height: 55vw !important;
}
@media screen and (min-width: 768px) {
    #reason-chart #barChart{
        top: 50%;
        transform: translateY(-50%);
        height: 300px !important;
    }
} 

.graph-wrap.--reason .graph-result{
    font-size: 8vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result{
        font-size: 2.5rem;
    }
} 

.graph-wrap.--reason .graph-result-wrap .echo-data{
    text-align: right;
    line-height: 1.2;
}
.graph-wrap.--reason .graph-result-wrap .echo-data.data1{
    top:1vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data1{
        top:6%;
    }
} 
.graph-wrap.--reason .graph-result-wrap .echo-data.data2{
    top:15vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data2{
        top:27%;
    }
} 
.graph-wrap.--reason .graph-result-wrap .echo-data.data3{
    top: 29vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data3{
        top:48.5%;
    }
} 

.graph-wrap.--reason .graph-result-wrap .echo-data.data4{
    top:43vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data4{
        top:70%;
    }
} 

/* comment-likes */
.members-comment-title{
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 50px; */
    padding: 0.25em 0.25em 1em;
}
.comment-wrap{
    background-color: #fff;
    padding: 2.5% 5%;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .comment-wrap{
        padding: 2.5%;
    }
} 
.each-comment-box.row{
    justify-content: flex-start;
}

.comment{
    background-color: #B2E6F1;
    /* width: calc( ( 100% - 20px ) / 3 ); */
    margin-bottom: 25px;
    /* margin-right: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
}


.comment::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 16px;
    height: 16px;
    background-color: #B2E6F1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);

}

.comment-wrap.--surprises-aboutFA .comment{
    background-color: #02ADD1;
    border-radius: unset;
    color: #fff;
}

.comment-wrap.--surprises-aboutFA .comment::before{
    right: 20px;
    left: auto;
    background-color: #02ADD1;
}

@media screen and (min-width: 768px) {
    .comment{
        /* width: calc( ( 100% - 20px ) / 3 ); */
        display: flex;
        margin-right: 10px;
    }
    .grid-item{
        /* width: 33.333%; */
        width: calc( ( 100% - 30px ) / 3 );
    }
} 
/* .comment-wrap .comment:nth-child(3n){
    margin-right: 0;
} */


.members-comment-ppl-wrap{
    position: relative;
}



@keyframes slideUpAndFade {
0% {
transform: translateY(0) rotate(-45deg);
opacity: 0;
}
20% {
opacity: 1;
}
50% {
transform: translateY(0) rotate(-45deg);
opacity: 1;
}
60% {
transform: translateY(-15px) rotate(-45deg);
opacity: 0;
}
100% {
transform: translateY(-15px) rotate(-45deg);
opacity: 0;
}
}
.members-comment-heart {
width: 10px;
height: 10px;
background-color: #02ADD1;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transform: rotate(-45deg);
animation: slideUpAndFade 10s infinite;
}

.members-comment-heart::before,
.members-comment-heart::after {
content: "";
width: 10px;
height: 10px;
background-color: #02ADD1;
border-radius: 50%;
position: absolute;
}

.members-comment-heart::before {
top: -5px;
left: 0;
}


.members-comment-heart::after {
top: 0;
left: 5px;
}

@media screen and (min-width: 768px) {
.members-comment-heart {
    width: 20px;
    height: 20px;
    top: 3%;
    left: 1%;
    }
    .members-comment-heart::before,
    .members-comment-heart::after {
    content: "";
    width: 20px;
    height: 20px;
    }
    .members-comment-heart::before {
        top: -10px;
        left: 0;
        }
    .members-comment-heart::after {
        top: 0;
        left: 10px;
        }
} 

.members-comment-heart.small{
width: 5px;
height: 5px;
}
.members-comment-heart.small::before,
.members-comment-heart.small::after{
width: 5px;
height: 5px;
}

.members-comment-heart.small::before{
top: -2.5px;
}

.members-comment-heart.small::after{
left: 2.5px;
}

@media screen and (min-width: 768px) {
    .members-comment-heart.small{
    width: 10px;
    height: 10px;
    }
    .members-comment-heart.small::before,
    .members-comment-heart.small::after{
    width: 10px;
    height: 10px;
    }
    .members-comment-heart.small::before{
        top: -5px;
        }
        
    .members-comment-heart.small::after{
    left: 5px;
    }

} 


.heart2{
top: 0;
left: 48%;
  animation-delay: 5.2s;
}
.heart3{
top: 10%;
left: 25%;
animation-delay: 7s;
}
.heart4{
top: 5%;
left: 75.5%;
animation-delay: 1.4s;
}
.heart5{
top: 8%;
left: 72%;
animation-delay: 4s;
}
.heart6{
top: -3%;
left: 85%;
animation-delay: 2.5s;
}

@media screen and (min-width: 768px) {
    .heart2{
    top: 0;
    left: 50%;
        animation-delay: 5.2s;
    }
    .heart3{
    top: 7%;
    left: 25%;
    animation-delay: 7s;
    }
    .heart4{
    top: 5%;
    left: 75%;
    animation-delay: 1.4s;
    }
    .heart5{
    top: 8%;
    left: 73%;
    animation-delay: 4s;
    }
    .heart6{
    top: 8%;
    left: 85%;
    animation-delay: 2.5s;
    }
} 





@keyframes fadeInAndRotate {
0% {
transform: rotate(0deg) scale(0.2);
opacity: 0;
}
15% {
transform: rotate(360deg);
opacity: 1;
}
97% {
transform: rotate(360deg);
opacity: 1;
}
100% {
transform: rotate(360deg) scale(0.6);
opacity: 0;
}
}


.members-comment-wow{
width: 9px;
animation: fadeInAndRotate 10s infinite;
position: absolute;
top: -15%;
left: -1%;
}
.wow-txt{
    width: 45px;
    }

@media screen and (min-width: 768px) {
.members-comment-wow{
    width: 25px;
    top: -15%;
    left: 1%;
    }
    .wow-txt{
        width: 100px;
        }
} 

.wow2{
top: -29%;
left: 11%;
animation-delay: 2.2s;
}
.wow3{
top: -2%;
left: 36%;
animation-delay: 5.8s;
}
.wow4{
top: -24%;
left: 50%;
animation-delay: 4.2s;
}
.wow5{
top: 5%;
left: 85%;
animation-delay: 7s;
}

@media screen and (min-width: 768px) {

    .wow2{
    top: -10%;
    left: 12%;
    animation-delay: 2.2s;
    }
    .wow3{
    top: 0;
    left: 37%;
    animation-delay: 5.8s;
    }
    .wow4{
    top: -5%;
    left: 55%;
    animation-delay: 4.2s;
    }
    .wow5{
    top: 5%;
    left: 85%;
    animation-delay: 7s;
    }
        
} 
    

/* ---ends infographics */
