@charset "utf-8";
#header{
    position: relative;
    height: 100vh;
} 

#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}


h1{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-shadow: 0 0 15px #666;
    font-size: 20px;
}


#container{
  padding:30px;
  padding-bottom: 150px;
  text-align:left;
  font-size: 11px;
  color:#fff;
  text-shadow: 0 0 15px #666;
  font-family:sans-serif;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 85%;
    max-width: 800px;
    margin:auto;


}



.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    color:#fff;
    text-shadow: 0 0 15px #666;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    
}
.title::before{
    top: 17px;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #ffffff;
  margin:0 3% 3% 3%;
    padding: 3%;
}

/*========= レイアウトのためのCSS ===============*/


h2{
    text-align: left;
    margin: 30px 0;
    padding-left: 32px;
    font-size:11px;
    color:#fff;
    text-shadow: 0 0 15px #666;


    
}


/*----------------------------------*/

.lead{
    text-align: center;
    padding: 30px ;
    padding-top: 150px;
    font-size: 12px;
    padding-bottom: 20px;
    color: #fff;
  }
  
  
  img{
    width:100%;
    height: auto;
    size: 30%;  
  }
  
  
  .zoomInText{
    width: 70%;
      margin: 0 auto;
  }


.btnripple{
  position: relative;
  overflow: hidden;
  text-decoration:dotted;
  display:inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  outline: none;
}

.btnripple::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100;
    left: 0;
    background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
    transform: scale(10, 10);
    opacity: 0;
}





.img-button{
    position: relative; 
    width: 600px;
    height: 300px;
    background-image: url("image/sakuhinn.png");
    background-size: cover; 
    
  }
  

  .img-button a{
    position: absolute;
    top:50%;
    left:50%;
    margin: 0; 
    transform: translate(-50%,-50%);
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 1rem;
    background: rgba(255,255,255,0.6);
    transition: .3s;
   
    
   
  }
  

  .img-button a:hover{
    filter: invert(100%); 
    font-size: 8px;
    
  }

  #footer {
    position: relative;
    margin-top: 100px;
    color: #fff;
  }
  #footer a {
    text-decoration: none;
    color: #fff;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  
 
  
  
  @media screen and (max-width: 767px) {
    #footer .primary {
      padding: 30px 20px;
    
      
    } 
  }
  
  
  #footer .logo {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    padding-left: 50px;
  }
  @media screen and (max-width: 767px) {
    #footer .logo {
      font-size: 16px;
    }
  }
  
  
  .address {
    margin: 30px 0 0;
    padding-left: 45px;
  }
  
  @media screen and (max-width: 767px) {
    .address {
      font-size: 12px;
    }
  }
  
  
  .navi-row {
    display: flex;
    margin-top: 30px;
  }
  #footer .navi {
    margin: 0;
    padding-left: 70px;
    list-style: none;
  }
  #footer .navi li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  
  
  @media screen and (max-width: 767px) {
    .navi-row {
      display: block;
      margin-top: 15px;
      padding-left: 0px;
    }
    #footer .navi {
      font-size: 12px;
    }
    #footer .navi li {
      margin-top: 20px;
      font-size: 12px;
    }
  }
  
  
  #footer .sns-navi {
    margin: 0 0 0 auto;
    padding: 0;
  }
  #footer .sns-navi li {
    display: inline-block;
    margin: 0 100px 0 0;
    padding: 0;
    font-size: 20px;
  }
  #footer .sns-navi li:last-child {
    margin-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    #footer .sns-navi {
      margin: 100px 0 0;
      padding: 0;
    }
    #footer .sns-navi li {
      margin: 0 100px 0 0;
      padding: 0;
      font-size: 18px;
    }
  }
  
  
  #footer .sitenavi {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer .sitenavi li {
    display: inline-block;
    margin: 0 0 0 100px;
    padding: 0;
  }
 
  
  @media screen and (max-width: 767px) {
    #footer .sitenavi {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
  }
  
  
  #footer .copyright {
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    #footer .copyright {
      width: 100%;
      margin: 5s0px 0 0;
      text-align: center;
      font-size: 12px;
    }
  }
  
  body {
    margin: 0;
    padding: 0;
    font-size: 9px;
  }