/*20231026追加*/
.c-title-center-2 {
  position: relative;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  text-align: center;
  color: #a4924a;
  font-size: 1.5rem;
  padding: 15px 0;
  margin: 40px 0;
}
ul.c-button-2{
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
ul.c-button-2 li {
  width: 35%;
  margin: 0 10px;
}
ul.c-button-2 li a {
  color: #fff;
  background: #000;
  border: solid 1px #fff;
  outline: solid 1px #000;
  outline-offset: 1px;
  opacity: 1;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  padding: 22px 0;
}

/*20240208追加*/
.following_banner a{
  display: block;
  margin-bottom: 10px;
}
ul.c-button-long{
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}
ul.c-button-long li {
  width: 100%;
  margin: 0 10px;
}
ul.c-button-long li a {
  color: #fff;
  background: #a4924a;
  border: solid 1px #fff;
  outline: solid 1px #a4924a;
  outline-offset: 1px;
  opacity: 1;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  padding: 22px 0;
}
ul.c-button-long li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.c-button-long li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/*20241025追加*/
.mv_main {
  padding: 635px 0 0;
}
.mv_block{
  display: block;
}
.mv_title {
  width: auto;
  padding: 0 0 20px;
  position: absolute;
  bottom: 40px;
  right: 50px;
}

@media screen and (max-width: 576px){
  /*20231026追加*/
  .c-title-center-2 {
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 7px;
    margin: 20px 0;
  }
  ul.c-button-2 li {
    width: 45%;
  }
  ul.c-button-2 li a {
    font-size: .9rem;
    line-height: 1.5;
    padding: 15px 25px;
  }
  
  /*20240208追加*/
  .nav-trigger {
    box-sizing: border-box;
    display: block;
    font-family: "Hiragino Mincho ProN","Yu Mincho",YuMincho,serif;
    position: relative;
    text-align: center;
    background: #a4924a;
    color: #000;
    border: 1px solid #000;
    padding: 8px 0;
    width: 97%;
    margin: 2px auto;
  }
  .nav-trigger .hamburger span {
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    right: 0;
    background: #000;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .nav-trigger .hamburger.active span:nth-child(1) {
    top: 7px;
    right: 0;
    background: #000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav-trigger .hamburger.active span:nth-child(2),
  .nav-trigger .hamburger.active span:nth-child(3) {
    top: 7px;
    background: #000;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /*20241025追加*/
  .mv_main {
    padding: 0;
  }
  .mv_title {
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    bottom: 0;
    right: 0;
  }
}