@charset "utf-8";
 

.haikei{
    background-image: url(image/nlnlnlnkannsei.jpg);
    height:2800px;
    background-size: cover;

    position: relative;
}

.sns-button2 {
    position: absolute;
    
    left:150px;
    top:2400px;
  }

  

  .header{
    position: fixed;
    z-index: 999;
    top:0;
    left:0;
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
  }
   
  .title {
    margin-right: auto;
  }
   
  .menu-item {
    list-style: none;
    display: inline-block;
    padding: 10px;
  }










#top {
    background-image: url(image/nlnlnlnkannsei.jpg);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 2581px;
    padding: 0%;
    margin: 0%;
}



    /* SNSボタン全体 */
.sns-button {
    margin: 3px;
    padding: 0px;
    text-align: center;
    list-style: none;
    overflow: visible;
    padding: 0;
  }


/* 各 SNS ボタンのボックス */
.sns-button li {
    display: inline-block; 
    margin: 7px;
    padding: 0px 0px;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    
  }
  .sns-button li a::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease;
    text-align: center;
    height: 70px; 
    line-height: 70px; 
    width: 70px; 
    border-style: solid;
    border-width: 1px;
  }
  

  .sns-button li a[href*="twitter.com"]::before    { content: "\f099"; color: #55acee; }
  .sns-button li a[href*="instagram.com"]::before  { content: "\f16d"; color: #CF2E92; }

  .sns-button li a[href*="twitter.com"]:hover::before   { 
    background-color: #55acee; 
    color:#fff;
  }

  .sns-button li a[href*="instagram.com"]:hover::before {      
    background-color: #CF2E92;
    color:#fff;
  }