@charset "utf-8";

/*First_view*/
.first-view{
  height: calc(100vh - 110px);
  background-image: url(../images/index/bg-main.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.first-view-text{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}
.first-view-text h1{
  font-size: 56px;
  line-height: 72px;
}
.first-view-text p{
  font-size: 18px;
  margin-top: 20px;
}

/*news*/
.news{
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.news h1{
  font-size: 40px;
}
.news p{
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 1.302vw;
}
.shop_link{
  width: 40%;
  height: 8vw;
  margin: 5vw auto;
  padding-top: 2.5vw;
  text-align: center;
  background-color:#f4dd64;
  font-size: 3vw;
}
.shop_link:hover{
  background-color: #d8b500;
}

/*Acgievement*/
.achievement{
  padding-top: 60px;
  padding-bottom: 15px;
  text-align: center;
}
.achievement h1{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.achievement p{
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 1.302vw;
}
.achievement img{
  display: inline-block;
  width: 400px;
  height: auto;
  margin-right: 20px;
}
.ach_1 img{
  width: 20.625vw;
}
.lead{
  max-width: 1200px;
  margin: 60px auto;
}
.link-button-area{
  text-align: center;
  margin-top: 40px;
}
.link-button{
  background-color: #f4dd64;
  display: inline-block;
  min-width: 200px;
  line-height: 48px;
  border-radius: 27px;
  font-size: 18px;
}
.link-button:hover{
  background-color: #d8b500;
}
.information{
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
}


@media (max-width: 780px){
  /*First_view*/
  .first-view{
    height: calc(60vh - 50px);
    background-image: url(../images/index/bg-main-sp.jpeg);
    align-items: flex-start;
  }
  .first-view-text{
    padding-top: 60px;
    padding-left: 20px;
  }
  .first-view-text h1{
    font-size: 25px;
    line-height: 44px;
  }
  .first-view-text p{
    font-size: 14px;
    margin-top: 15px;
  }

/*news*/
.news{
  padding-top: 80px;
  padding-bottom: 5px;
  text-align: center;
}
.news h1{
  font-size: 25px;
}
.news p{
    line-height: 1.5;
    font-size: 13px;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
}
.shop_link{
  width: 60%;
  height: 15vw;
  margin: 5vw auto;
  padding-top: 5.7vw;
  text-align: center;
  background-color:#f4dd64;
  font-size: 20px;
  font-weight: 800;
}
.shop_link:hover{
  background-color: #d8b500;
}


  /*Achievment*/
  .achievement img{
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 00;
  }
  .ach_1 img{
    width: 70.625vw;
  }
  .achievement h1{
    font-size: 15px;
    line-height: 1.8;
  }
  .achievement p{
    line-height: 1.5;
    font-size: 13px;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
  }

  .lead{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lead p{
    text-align: left;
  }
  .information{
    font-size: 30px;
  }
  .information img{
    width: 30px;
    height: auto;
  }
  .information h1{
    font-size: 30px;
    padding-bottom: 20px;
  }
  .information p{
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  
  .link-button{
    width: 90%;
    height: 60px;
    font-weight: bold;
    padding-top: 5px;
  }
}