@charset "utf-8";








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

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

}

@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
}





.first-view-text {
  
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14
}

.first-view-text h2 {
  position: absolute; 
 
  font-size: 56px;
  line-height: 72px;
  margin-top: 300px;
}
.first-view-text p {
  position: absolute;

 
  font-size: 30px;
  margin-top: 480px;
}
.lead {

   margin-top: 750px;
  
}
.lead h1 {
  line-height: 2;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0.5px #c9beb6
}

.link-button-area {
   
   text-align: center; 
   margin-top: 40px; 
   margin-left: auto; 
   font-size: 25px;
}
.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-weight: bold;
}
.link-button:hover {
  background-color: #d8b500;
}
.menu-button{
  text-align: center; 

}

.how10{
  
  text-align: center;
}

/* index 1 */


.recommended {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
  margin-top: 50px;
}

.recommended h3 {
  font-size: 50px;


 

  text-align: center;
}
.recommended h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}




  





.btn, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7, .btn10{
  padding: 15px 100px;
  margin:10px 4px;
  color: #7c7e97;
  
  text-transform: uppercase;
 text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  margin-left: 430px;
  font-weight: bold;
  
  
 
  
}

.btn2::before{
  content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
background-color: #97bfe1;
-webkit-transform: scaleY(.3);
transform: scaleY(.3);
opacity: 0;
transition: all .3s
}

.btn2:hover{
  color:#0f1520;  
}
.btn2:hover::before{
  border-radius: 50px;
  opacity: 1;
  background-color: #b5caee;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}

.p{
  padding: 15px 100px;
  margin:10px 4px;
  color: #7c7e97;
 
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  margin-left: 630px;
  font-weight: bold;
 
  margin-bottom: 50px;
  margin-top: 50px;
  
 
  
}

.p:before{
  content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
background-color: #97bfe1;
-webkit-transform: scaleY(.3);
transform: scaleY(.3);
opacity: 0;
transition: all .3s
}

.p:hover{
  color:#0f1520;  
}
.p:hover::before{
  border-radius: 50px;
  opacity: 1;
  background-color: #b5caee;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}



.item-list {
  display: flex; 
  
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

 ul.ol {
  
  list-style: none;
} 

.item-list li{
 
  flex-shrink: 0;
  width: 350px;
  margin-left: 60px;
  
}

.img{
  object-fit: cover;
  width: 300px;
  height: 250px;
  border-radius: 20px;

}

.item-list  li a:hover {
  transform: scale(1.1);
}

.item-list  li a {
  display: block;
  transition-duration: 0.2s;
} 



  .item-list li:first-child{
  margin-left: 0; 
} 



.item-list dt {

   font-weight: bold;
   text-align: center;
  
   font-size: 25px;
   margin-top: 10px;
   margin-left: -60px;
   
}

.lab2{
  font-size: 20px;
  line-height: 30px;
  margin-top: -50px;
  text-align: center;
  margin-left: -60px;
}



.lab{
 
  left: calc(100% + 18px);
  font-size: 25px;
  white-space: nowrap;
  transform-origin: top right;
  transform: rotate(90deg);
  margin-right:18px; 
   margin-top: 45px;
  
}

.lab3{
 
  left: calc(100% + 18px);
  font-size: 25px;
  white-space: nowrap;
  transform-origin: top right;
  transform: rotate(90deg);
  margin-right:18px; 
   margin-top: 40px;
 
}

.lab4{
 
  left: calc(100% + 18px);
  font-size: 20px;
  white-space: nowrap;
  transform-origin: top right;
  transform: rotate(90deg);
  margin-right:18px; 
   margin-top: 50px;
  
}







 @media screen and (max-width: 780px) {
 .p{
  display: none;
  } 
 
 .btn2{
  display: none;
  }

  .first-view{
    display: block;
    height: ;
  }

  .item img{
    height: 600px;
  }
 
  .first-view-text h2{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-left: -30px;
    margin-top: 500px;
  }

  .first-view-text p{
    font-size: 15px;
    margin-top: 570px;
    margin-left:-30px;
  }

  .lead h1{
    font-size: 15px;
    margin-top: -200px;
  }

  .recommended h3{
    font-size: 35px;
  }

.site-menu2{
  display: block;
}

.lab2{
  font-size: 15px;
}

} 