@charset "UTF-8";

.themes_bg{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: -1;
background-position-x: center;
background-position-y: center;
background-size: cover;
background-color: rgb(0, 0, 0);
background-image:url(../../../img/themes/seabird/seabird_pc.png);
background-position:center;
}


.ID-name{
    color:#343234;
    
}
.sns-erea a{
    color:#343234;
    
}
.link-box{
    border: solid 1px #03192600;
    color: #ffffff;
    border-radius: 50px;
    background: #0606063b;
}

.link-box:hover{
    border: solid 1px #011b2600;
    color: #ffffff;
    border-radius: 50px;
    background: #021c278c;
    transition: 0.5s;
    box-shadow: 0 0 6px #06324a;
}

.footerLogo{
    height: 40px;
    background-image:  url(../../../img/logo/logo_white300.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}


/*********レスポンシブ***********/


@media screen and (max-width: 767px){
.themes_bg{

background-image:url(../../../img/themes/seabird/seabird_sp.png);
background-size:cover;
background-position:center; 

}
}