/*20231026追加*/
.c-title-center-2 {
  position: relative;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  text-align: center;
  color: #863e21;
  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: #633625;
  border: solid 1px #fff;
  outline: solid 1px #633625;
  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追加*/
.mv_button {
  margin-bottom: 10px;
}
.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: #9a624c;
  border: solid 1px #fff;
  outline: solid 1px #9a624c;
  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_bg{
	background:#000 url(../img/top/mv.jpg) no-repeat center top;
	background-size:1920px auto;
	padding:0 0 25px;
}
.mv_main{
	margin: auto;
	bottom:20px;
	left:0;
	right:0;
	padding: 100px 0 0;
}
.mv_block{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin:0 0 10px;
}
.mv_title{
	width: 50%;
	padding: 0 0 20px;
}
.mv_title_inner{
	margin-bottom: 90px;
}
.mv_button a{
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
}
.mv_button a:hover{
	opacity: .75;	
}
.mv_product{
	font-size: 0;
	width: 48%;
  margin: 0 0 10px;
}


@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追加*/
  .mv_button {
    margin-bottom: 0px;
  }
  .nav-trigger {
    box-sizing: border-box;
    display: block;
    font-family: "Hiragino Mincho ProN","Yu Mincho",YuMincho,serif;
    position: relative;
    text-align: center;
    background: #9a624c;
    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_bg{
    padding:0;
    background: #000;
  }
  .mv_button{
    width: 75%;
    margin: auto;
  }
  .mv_title_inner,
  .mv_product{
    display: none;
  }
  .mv_title {
    width: 100%;
    padding: 0 0 20px;
  }

}