@charset "UTF-8";
/* 追加CSS */
/* ===============================================
# 2025.05.08 追加
=============================================== */
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-img {
  list-style: none;
  width: 300px;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_fix .side-img img {
  width: 300px;
}
.side_fix .side-img:hover {
  -webkit-transform: translateX(-219px);
          transform: translateX(-219px);
}
.side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #312D2C;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  -webkit-transform: translateX(-219px);
          transform: translateX(-219px);
}
.side_fix .side-btn.line {
  background: #778751;
  position: relative;
}
.side_fix .side-btn.line::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #778751;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #778751;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_fix .side-btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl {
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

#ftr_info .sp a .bot {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 0;
}
#ftr_info .sp a br {
  display: block;
  content: "";
  margin-top: -6px;
}
#ftr_info .sp a .ttl {
  font-weight: 400;
}

@media (min-width: 768px) {
  header .gnav nav > ul li a {
    padding: 0em 0.5em !important;
  }
}

#front_sec04_line {
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  #front_sec04_line {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #front_sec04_line .line_banner_wrap a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #front_sec04_line .line_banner_wrap a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}