@charset "UTF-8";
body footer {
  background: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  margin: 0 auto;
  background: #174313;
}
body footer * {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #363636;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
  -webkit-font-smoothing: auto;
}
body footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body footer .flex {
    flex-direction: column;
  }
}
body footer .reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  body footer .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  body footer .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body footer .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  body footer .sp_flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body footer .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body footer .pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body footer .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body footer .pc_flex {
    display: flex !important;
  }
}
body footer.spmenu_open {
  position: fixed;
  z-index: -1;
}
body footer a {
  position: relative;
}
body footer a.blank::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'%3E%3C/path%3E%3Cpath d='M10 14 21 3'%3E%3C/path%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 0.25rem;
}
body footer .links {
  max-width: 1024px;
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
body footer .links * {
  color: #fff;
}
body footer .links .separate {
  display: flex;
  align-items: center;
  padding-right: 0.5em;
}
body footer .links .separate * {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
body footer .links .separate > li {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
body footer .links .separate > li:before {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
  font-size: 14px;
}
body footer .links .separate > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
body footer .links .separate > li:first-child:before {
  display: none;
}
body footer .links .separate > li ul {
  margin: 0 5px;
  margin-right: 0;
  margin-left: 1rem;
}
body footer .links .separate > li ul li:not(:last-child) > a {
  position: relative;
}
body footer .links .separate + .separate {
  margin-top: 12px;
}
body footer .links .logo {
  width: 128px;
  padding-top: 20px;
}
body footer .links .logo img {
  margin: 0 auto;
  width: 98px;
  display: block;
}
body footer .links > ul {
  max-width: 816px;
  width: 100%;
}
body footer .links > ul > li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
body footer .links > ul > li > a,
body footer .links > ul > li span {
  width: 168px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
body footer .links > ul > li > span {
  position: static;
  padding: 0;
}
body footer .links > ul > li > span:before {
  display: none;
}
body footer .links > ul > li .flex {
  flex-direction: column;
  align-items: flex-start;
}
body footer .links > ul li a {
  transition: 0.3s;
}
body footer .links > ul li a:hover {
  opacity: 0.7;
}
body footer .links .bottom_links {
  width: 100%;
  max-width: 816px;
  margin: 14px auto 0;
  margin-right: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
body footer .links .bottom_links * {
  color: #fff;
}
body footer .links .bottom_links .flex {
  align-items: center;
  justify-content: flex-start;
  gap: 1.8rem;
}
body footer .links .bottom_links .flex ul li a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  body footer .links .bottom_links .flex {
    align-items: flex-start;
    gap: 8px;
  }
  body footer .links .bottom_links .flex img {
    width: 116px;
  }
  body footer .links .bottom_links .flex .separate {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    gap: 6px;
  }
  body footer .links .bottom_links .flex .separate li {
    margin-left: 20px;
    padding-left: 6px;
  }
  body footer .links .bottom_links .flex .separate li:first-child:before {
    display: block;
  }
  body footer .links .bottom_links .flex .separate li:before {
    content: "-";
  }
  body footer .links .bottom_links .flex .separate li a {
    font-size: 14px;
    min-height: 20px;
  }
}
body footer .copy {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 0;
}
body footer .copy * {
  font-size: 12px;
  line-height: 16px;
  color: #495565;
}
body footer .copy .logo {
  margin-bottom: 20px;
}
body footer .copy .detail {
  margin-top: 15px;
}
body footer .copy p + p {
  margin-top: 3px;
}
body footer .copy .copyright {
  color: #99A1AF;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 16px;
}
body footer #TOP {
  position: fixed;
  background: #2264a4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateX(-50px);
  bottom: -70px;
  z-index: 150;
  transition: 0.3s;
}
body footer #TOP:before {
  position: absolute;
  content: "";
  top: 35%;
  left: 45%;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg) translateY(-50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body footer #TOP.show {
  bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  body footer #TOP {
    width: 60px;
    height: 60px;
    transform: translateX(-15px);
  }
  body footer #TOP:before {
    top: 38%;
    left: 47%;
  }
  body footer #TOP.show {
    bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  body footer * {
    font-feature-settings: normal;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  body footer .links {
    padding: 27px 24px 32px;
    flex-direction: column;
  }
  body footer .links .logo {
    margin: 0 auto;
  }
  body footer .links .logo img {
    width: 84px;
  }
  body footer .links > ul {
    padding-top: 35px;
  }
  body footer .links > ul > li {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  body footer .links > ul > li > a, body footer .links > ul > li span {
    width: 100%;
  }
  body footer .links > ul > li > a + ul, body footer .links > ul > li span + ul {
    margin-top: 15px;
  }
  body footer .links > ul > li > ul {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
    margin: 0;
  }
  body footer .links > ul > li > ul * {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
  }
  body footer .links > ul > li > ul > li:not(:last-child):before {
    font-size: 15px;
    right: unset;
  }
  body footer .links > ul > li > ul > li:not(:first-child) > a {
    padding-left: 0;
  }
  body footer .links > ul > li .flex {
    margin-top: 15px;
  }
  body footer .links > ul > li .separate {
    padding-left: 0;
    padding-right: unset;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
  }
  body footer .links > ul > li .separate * {
    font-size: 14px;
    line-height: 1;
  }
  body footer .links > ul > li .separate li {
    margin-left: 20px;
    padding-left: 6px;
  }
  body footer .links > ul > li .separate li:before {
    content: "-";
    left: -2px;
    font-size: 15px;
  }
  body footer .links > ul > li .separate li ul {
    margin: 0 5px;
    margin-right: 0;
    margin-left: 1rem;
  }
  body footer .links > ul > li .separate li:first-child {
    margin-left: 20px;
    padding-left: 6px;
  }
  body footer .links > ul > li .separate li:first-child:before {
    display: block;
    content: "-";
    left: -2px;
    font-size: 15px;
  }
  body footer .links > ul > li .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  body footer .copy {
    padding-top: 30px;
  }
  body footer .copy * {
    font-size: 10px;
  }
  body footer .copy .detail {
    margin-top: 10px;
  }
  body footer .copy p + p {
    margin-top: 2px;
  }
  body footer .copy .copyright {
    margin-top: 15px;
    font-size: 12px;
  }
}

/*----------------------------------
2022-06-27 ipad調整 その他調整
----------------------------------*/
@media screen and (max-width: 767px) {
  body:not(#home):not(.list_under) footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body footer .links {
    padding: 60px 0 30px 60px;
  }
  body footer .links .logo {
    margin-right: 30px;
  }
  body footer .links > ul {
    padding-top: 0;
  }
  body footer .links > ul > li > a,
  body footer .links > ul > li span {
    font-size: 13px;
    width: 20vw;
  }
  body footer .links > ul li a {
    font-size: 13px;
  }
}

/*----------------------------------
2022-08-08 ポップアップバナー
----------------------------------*/
body footer .popup {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 20px rgba(34, 23, 20, 0.3);
  animation-duration: 1s !important;
  animation: satori__popup_max_br 0.3s ease-in-out 0s 1 normal forwards;
}
@keyframes satori__popup_max_br {
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
body footer .popup * {
  display: block;
}
body footer .popup .toggle {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
body footer .popup .toggle span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  content: "";
  top: 6px;
}
body footer .popup .toggle span:nth-child(1) {
  transform: rotate(45deg);
}
body footer .popup .toggle span:nth-child(2) {
  transform: rotate(135deg);
}
body footer .popup .box {
  background: #00913a;
  padding: 0 8.5px 8px;
  border-radius: inherit;
}
body footer .popup .box .ttl {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 12px 0;
}
body footer .popup a:hover img {
  opacity: 1;
  filter: contrast(120%);
}
body footer .popup.hide {
  top: calc(100% - 36px) !important;
  height: 41px !important;
  animation: popup_hide 0.3s ease-in-out 0s 1 normal forwards;
}
@keyframes popup_hide {
  20% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-5px);
  }
}
body footer .popup.hide .toggle {
  right: 3px;
  top: 19px;
  width: 25px;
  height: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAASCAYAAADR/2dRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNrElosJwCAMRDNCRu5GjpKR0hYEi1hR87lAQCLcPRETiYyhqvxkqcmEigoi2kIgQB2IdGtGgvCoBgFZ2UsFSQXaMQkFOhEPAbKIugJ5iLkAeZ7KpBVx30eakS9hSzujRyx5ZHbPqRdirgw9IQPuB+gtXMi/yBfoFmAAOjlFn1CKwR4AAAAASUVORK5CYII=) no-repeat;
  background-size: 56%;
}
body footer .popup.hide .toggle span {
  display: none;
}
@media screen and (max-width: 767px) {
  body footer .popup {
    box-shadow: 0 1px 10px rgba(34, 23, 20, 0.3);
  }
  body footer .popup .toggle {
    right: 15px;
    top: 10px;
  }
  body footer .popup .box {
    padding: 0;
  }
  body footer .popup .box .ttl {
    font-size: 14px;
    padding: 8px 0;
  }
  body footer .popup .box a img {
    width: 76.537vw;
    height: 41.069vw;
  }
  body footer .popup.hide {
    top: calc(100% - 30px) !important;
    height: 36px !important;
  }
  body footer .popup.hide .toggle {
    right: 6px;
    top: 12px;
  }
}

/*----------------------------------
2022-09-26 バナー入れ替え 
----------------------------------*/
body footer .popup .box {
  background: #c30d23;
}

/*----------------------------------
2022-09-29 バナー追加
----------------------------------*/
/*----------------------------------
2023-06-29 バナーレイアウトの調整
----------------------------------*/
/*----------------------------------
2024-06-10 全体改修
----------------------------------*/
body footer .links > ul > li > ul {
  flex-wrap: wrap;
  align-items: flex-start;
}
body footer .links > ul > li > ul * {
  line-height: 30px;
}
body footer .links > ul > li > ul ul {
  flex-wrap: wrap;
  gap: 15px;
}
body footer .links > ul > li > ul ul li {
  position: relative;
}
body footer .links > ul > li > ul ul li:before {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  font-size: 16px;
}
body footer .links > ul > li > ul .w100 {
  width: 100%;
}
body footer .links > ul > li > ul .w100:before {
  display: none;
}
body footer .links > ul > li > ul .w100 > ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  body footer .links > ul > li > ul ul li:before {
    font-size: 12px;
  }
}/*# sourceMappingURL=new_footer.css.map */