@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sono:wght@600&display=swap');/*Google Fonts Sono*/

/* SNSラップ */
.SNSWrap{
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 0px 0px;
    width: 960px;
    height: 150px;
    /* background: rgba(255,255,255,0.98); */
    padding: 20px;
}

p.Follow{
    font-family: Sono;
    font-size: x-large;
    text-align: center;
    color: #ffffff;
    /* border-bottom: #001155;
    border-bottom-width: 2px;
    border-bottom-style: dotted; */
}

.TW{
    float: left;
    margin-top: 10px;
    margin-left: 280px;
    margin-right: 45px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0);
}

img.TW_Logo{
    width: 50px;
    height: 50px;
}

img.TW_Logo:nth-child(2){
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.TW:hover img.TW_Logo:nth-child(2){
    opacity: 0;
    transition: opacity 1s;
  }

.FB{
    float: left;
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 45px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0);
}

img.FB_Logo{
    width: 50px;
    height: 50px;
}

img.FB_Logo:nth-child(2){
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.FB:hover img.FB_Logo:nth-child(2){
    opacity: 0;
    transition: opacity 1s;
  }


.IS{
    float: left;
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 45px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0);
}

img.IS_Logo{
    width: 50px;
    height: 50px;
}

img.IS_Logo:nth-child(2){
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.IS:hover img.IS_Logo:nth-child(2){
    opacity: 0;
    transition: opacity 1s;
  }
