@charset "utf-8";


.header-inner{
  position: absolute;
}








.item{
   position: absolute;
   width: 100%;  
   animation: img-change 18s infinite;
  
} 

.item img{
  height: 600px;
  width: 100%;
  margin-top: 10px;
  object-fit:cover;

}

.first-view-text {

  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #110e0b;
  font-weight: bold;
  
}

.first-view-text h2 {
  position: absolute; 
 font-size: 150px;
 color: aliceblue;
  margin-top: 280px;

 text-shadow: 1px 1px 0.5px #0f4109
  
}

.lead {

   margin-top: 650px;
}

.moto{
  border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #f3ef04;
border-bottom : 1px solid #ebf310;
  color: #110e0b;
  margin-top: 600px;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  
 
}

@keyframes img-change{
  0%{
    opacity: 0;
  }
  10%{
    opacity:  1;
  }
  20%{
    opacity: 1;
  }
  30%{
    opacity: 1;
  }
  40%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.item:nth-child(1){
  animation-delay:0s
}
.item:nth-child(2){
  animation-delay:3s
}
.item:nth-child(3){
  animation-delay: 6s
}
.item:nth-child(4){
  animation-delay: 9s
}
.item:nth-child(5){
  animation-delay: 12s
}
.item:nth-child(6){
  animation-delay:15s
}






.party{
  
 background-color: #f6f7f5;
 background-size:cover ;
 background-position: center;
  margin-top:0px;
 
  height: 3600px;
  padding: 50px;
 

}

.f-grid li{
display: flex;
width: 600px;
margin-top: -50px;
}

.f-grid ul{
  
  
  margin-top: 25px;
  margin-left:50px;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2,500px);
  column-gap: 180px;
  row-gap: 100px;
 

}
 
 
 .f-grid dt{
margin-left: 30px;
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  width: 350px;
  
 }

 .f-grid dd{
  text-align: center;
margin-left: 15px;
  margin-top: 5px;
  font-size: 18px;
font-weight: bold;
  line-height: 22px;
  width: 300px;
 
   border-top: 2px solid #f9f913;
    border-bottom: 2px solid #c4e61c;
      
 }

 .kkk-k{
  border-radius: 10px;
  width: 350px;
  height: 300px;
  object-fit: cover;
  margin-top: 30px;
  filter: brightness(90%);

}










.party2{
  display: flex;
  margin-top: 50px;
  padding: 20px;
  height: 250px;
  
}


.party-comment{
display: flex;
padding: 15px;
}








  .dre{
    
    font-weight: 900;
    margin-top: 100px;
    text-align: center;
    line-height: 50px;
    color: #0a0a0a;
    width: 100%;
  
 
    border-top: 2px solid #c4e61c;
    border-bottom: 2px solid #c4e61c;
    background-color: #edfaf2;
    
   
  }

.ke-ru{
  margin-top: 50px;

  background-color: #f1f1ed;
  text-align: center;
  border-top : 3px solid #eef19e;
  border-bottom : 2px solid #ebf310;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: rgb(13, 14, 13);
  
  
  }

  .gohan{
    text-align: center;

  }

.gohan-img{
 object-fit: cover;
  margin-top: 50px;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  filter: brightness(120%);
  filter: contrast(90%);
  filter: saturate(250%);
}

.gohan-p{
  margin-top: 20px;
  line-height: 50px;
}

.￥ h3{
  font-size: 200px;
  color: rgb(14, 14, 15);
  text-align: right;
   text-shadow: 1px 1px 0.5px #2a2c29
}

.￥ p{
  color: rgb(10, 10, 10);
  font-size: 30px;
  text-align: right;
  font-weight: 700;
}

.line2 {
  display: flex;
   border-top : 3px solid #efefeb;
  border-bottom : 2px solid #f1f1ed;
  font-size: 20px;
  line-height: 40px;
  color: #131312;
 text-align: center;
  margin-bottom: 50px;
  margin-left: 400px;
 
}
.line2 img{
  width: 200px;
  height: 200px;
  margin-top: 100px;
}

.pp{

  background-color: #e8eee8;
    border-top : 3px solid #efefeb;
  border-bottom : 2px solid #f1f1ed;
  color: #080808;
  font-size: 20px;
  line-height: 30px;
  line-height: 50px;
}

.aaa{
  margin-top: 00px;
  text-align: right;
  font-size: 50px;
  font-weight: 800;
  color: #121213;
    text-shadow: 1px 1px 0.5px #2a2c29
}
 @media screen and (max-width: 780px) {
 
  .first-view-text h2{
font-size: 80px;
margin-top: 400px;
  }

  .moto{
    font-size: 15px;
    line-height: 40px;
  }
  .party{
    height: 5800px;
  }
.f-grid ul{
  display: block;
  margin-left: 0px;
}

.f-grid li{
  display: block;
  width: 250px;
}

.f-grid dt{
  margin-left: 20px;
  font-size: 22px;
  color: #161616;
  width: 250px;
  text-align: center;
  
 


}
.f-grid dd{
  margin-left: -0px;
  margin-bottom: 50px;
  line-height: 25px;
  font-size: 15px;
}

.kkk-k{
  width: 300px;
}
.dre{
  margin-top: -50px;
  font-size: 20px;
  margin-left: 0px;
  width: 300px;
}

.ke-ru{
  margin-top: 300px;
  font-size: 15px;
  line-height: 30px;
}

.ke-ru{
  margin-top: 20px;
  font-size: 10px;
}

.￥ h3{
font-size: 80px;
}

.￥ p{
  font-size: 15px;
}
.line2{
display: block;
width: 300px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 25px;
}

.line2 img{
 margin-top: 0px;

}

.pp{
  font-size: 11px;
  line-height: 30px;
 
}
.aaa{
font-size: 20px;
margin-left: -20px;
margin-top: 10px;
font-weight: 100;
}

.gohan{
  display: block;
}

.gohan-p{
  font-size: 10px;
  line-height: 30px;
}
} 