body::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100vh;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../img/bg.jpg);
    background-size: cover;
    background-position: right bottom;
    position: fixed;
    z-index: -99;
}

* {
    font-family: "Noto Serif JP", serif;
}

.mainvisual-under-logo {
    height: 100%;
    width: 70%;
}

.blog-wrap {
    /* display: none; */
}

.therapist-wrap {
    /* display: none; */
}

/* --------
twitterボタン
------------ */
.twitter-btn {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0 0;
    padding-bottom: 2rem;
}

.twitter-btn a {
    display: flex;
    max-width: 300px;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: unset;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(45deg, #a3f5a1 0%, #88ea9c 43%, #93f5ae 100%);
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px #b4ffb2);
    margin: 0 auto;
    border: 2px solid #acffba;
}

.pick-3 {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 0;
}

/* 追記 */

.ico_p1 {
    right: 2.6rem;
    display: block; 
    border-radius: 50%; 
    overflow: hidden; 
}

.ico_p2 {
    display: block; 
    border-radius: 50%; 
    overflow: hidden; 
}

.ico_ry a img {
    width: 34px;  
    height: auto;
    max-width: 100%; 
    display: block; 
    border-radius: 50%; 
    overflow: hidden; 
  }