.header-btn {
    width: 126px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;  
    text-decoration: none;
    font-size: 14px;
}

.nav-list-btn {
  padding: 13.5px 0 !important;
  margin-top: 27px;
  text-align: center;
  font-size: 14px;
}

.black {
    background-color: #222222;
    color: #fff;
}

.olive-s {
    background-color: #AFA86F;
    color: #fff;
    transition: 0.3s;
    font-weight: 400;
    font-family: 'Viga';
}

.olive-s:hover {
    background-color: #988C2C;
    color: #FFFFFF;
}

.btn-view-more-slider {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    background-color: #fff;
    transition: 0.3s;
    padding: 22px 47px 22px 47px;
    border-radius: 0 50px 50px 0;
}

.btn-view-more-slider:hover {
    color: #fff;
    background-color: #222222;
}

.btn-view-more {
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    transition: 0.3s;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px;
    height: 80px;
    color: #222222;
    padding-left: 19px;
}

.btn-view-more img {
    position: relative;
    left: 84px;
}

.btn-view-more:hover {
    color: #fff;
    background-color: #222222;
}

.img-hover img.img-hovered {
  opacity: 0;
}

.img-hover:hover img.img-hovered {
  opacity: 1;
}

.img-hover:hover img.img-normal {
  opacity: 0;
}

.img-hover img.img-hovered {
  display: none;
}

.img-hover:hover img.img-normal {
  display: none;
}

.img-hover:hover img.img-hovered {
  display: inline;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 58px !important;
  height: 58px !important;
  border: 1px solid #222222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), width 0.3s, height 0.3s;
  transform: scale(1);
  top: 618px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.2);
}

.swiper-button-prev {
  left: 69.7% !important;
}

.swiper-button-next {
  left: 76.2% !important;
}

.swiper-button-prev img,
.swiper-button-next img{
  width: 16px;
  transition: 0.3s;
}

.more-btn-black {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #222222;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(1);
}

.more-btn-white {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border: #222222 1px solid;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(1);
}

.more-btn-white:hover {
  transform: scale(1.2);
}

.more-btn-black:hover {
  transform: scale(1.2);
}

.benefits-more-btn {
  position: absolute;
  top: 60.4%;
  left: 81.7%;;
}

.footer-entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: #AFA86F;
  text-decoration: none;
  color: #222222;
  position: relative;
  transition: 0.3s;
}

.footer-entry-btn img{
  position: absolute;
  right: 20px; 
  top: 50%;
  transform: translateY(-50%);
}

.footer-entry-btn:hover {
  background-color: #222222;
  color: #fff;
}

.custom-pagination ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.custom-pagination li a,
.custom-pagination li span {
  display: flex;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #222;
  color: #222;
  transition: 0.3s;
}

.custom-pagination li span.current {
  background-color: #222;
  color: #fff;
}

.custom-pagination li a:hover {
  background-color: #222;
  color: #fff;
}

.custom-pagination li a.prev,
.custom-pagination li a.next {
  display: none;
}


/* ----------------------------
   レスポンシブメディアクエリ
---------------------------- */

/* スマホ（〜599px） */
@media (max-width: 599px) {
  .btn-view-more {
    width: 277px;
    height: 62px;
    font-size: 16px;
    padding-left: 22px;
  }

.btn-view-more img {
    position: relative;
    left: 63px;
}

.more-btn-black {
  width: 42px;
  height: 42px;
}

.benefits-more-btn {
  position: absolute;
  top: 46%;
  left: 78%;;
}

.footer-entry-btn {
  width: 66.5%;
  margin: 0 auto;
  background-color: #AFA86F;
  text-decoration: none;
  color: #222222;
  position: relative;
  transition: 0.3s;
}

.nav-list-btn {
  padding: 13.5px 0 !important;
  margin-top: 0px;
  width: 72%;
}
}