#footer-body {
  background: #F0F0F0;
}
#footer-body .footer-inner {
  max-width: 1236px;
  padding: 55px 18px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner {
    padding: 35px 28px 0;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #sns-box {
    margin-bottom: -8.3%;
  }
}
#footer-body .footer-inner #sns-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -2.5% -2.5%;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #sns-box ul {
    margin: 0 0 -2.5% -3.5%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #sns-box ul {
    margin: 0 0 -5% -8.9%;
  }
}
#footer-body .footer-inner #sns-box ul li {
  width: 3.7%;
  margin: 0 0 2.5% 2.5%;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #sns-box ul li {
    width: 4.7%;
    margin: 0 0 2.5% 3.5%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #sns-box ul li {
    width: 11.1%;
    margin: 0 0 5% 8.9%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail .sp-logo {
    width: 100%;
    max-width: 207px;
    margin: 25px auto 0;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front {
    width: 26.5%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front {
    margin-top: 20px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .logo {
  display: block;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .logo {
    padding-inline: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .logo {
    padding-inline: 0;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer {
  max-width: 300px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer {
    margin: 20px auto 0;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .fukidashi {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 8px;
  color: #333;
  font-weight: 400;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .fukidashi span {
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0 13px;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .fukidashi span::before, #footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .fukidashi span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 1px;
  height: 24px;
  background: #333;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .fukidashi span::before {
  transform: rotate(-30deg);
  left: 0;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .fukidashi span::after {
  transform: rotate(30deg);
  right: 0;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .btn {
  background: #FF8980;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  border-radius: 500px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .btn span {
  padding-left: 50px;
  display: inline-block;
  position: relative;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .btn-outer .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/common/icon_web.webp);
  width: 36px;
  height: 34px;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .credit {
  margin-top: 35px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 15px 0 20px;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.front .credit p {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back {
    display: flex;
    flex-wrap: wrap;
    width: 73.5%;
    margin-top: 100px;
    padding-top: 20px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back {
  /*
  @include sp() {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10%;
  }
  */
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu {
    width: 40%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.flex {
    /*
    width: 60%;
    display: grid;
    grid-template-columns: 1.3fr 2fr;
    */
    width: 100%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.flex > ul {
  display: grid;
  grid-template-columns: 0.6fr 0.6fr 1fr 0.6fr;
  gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.flex > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.flex > ul + ul {
    padding-left: 10%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu a {
  display: inline-block;
  color: #666;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li > a {
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li > a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li > a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol {
    margin-top: 15px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li a {
  font-size: 1.6rem;
  padding-left: 22px;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li a {
    font-size: 1.2rem;
    padding-left: 17px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 12px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li a::after {
    top: 8px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li + li {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li ol li + li {
    margin-top: 0;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul > li + li {
  /*
  margin-top: 16px;
  @include sp() {
  //margin-top: 14px;
  margin-top: 0;
  }
  */
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu > ul + ul {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu + .footer-menu {
    margin-top: 22px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot {
  width: 100%;
  padding-top: 15px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot {
    margin-top: 20px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot > .ttl {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot > .ttl {
    font-size: 1.2rem;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot::after {
  content: "";
  display: block;
  width: 95.2%;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  background: #aaa;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu.foot::after {
    width: 100%;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link .menu-link {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding: 4.5px 35px 4.5px 30px;
  color: #666;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link .menu-link {
    font-size: 1.2rem;
    padding: 10px 35px 10px 30px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link .menu-link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  position: absolute;
  right: 15px;
  top: 42%;
  transform: translateY(-50%) rotate(135deg);
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link .menu-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link .menu-link::after {
    top: 19px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link .menu-link.none::before {
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 3.5%;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li {
  border: 1px solid #aaa;
  position: relative;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol {
  border: 1px solid #aaa;
  border-top: none;
  border-bottom: none;
  position: absolute;
  top: 3rem;
  left: -1px;
  width: calc(100% + 2px);
  background: #EEE;
  padding: 0 0 0 30px;
  overflow: hidden;
  max-height: 0;
  z-index: 1;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol li .link-block {
  padding: 4px 0 4px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol li .link-block {
    padding: 7px 0px 12px;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol li .link-block:first-child {
  margin-top: 2px;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol li .link-block:last-child {
  margin-bottom: 7px;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li > ol li a {
    font-size: 1.2rem;
  }
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li.open {
  background: #EEE;
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li.open .menu-link::before {
  top: 52%;
  transform: translateY(-50%) rotate(-45deg);
}
#footer-body .footer-inner #footer-detail #footer-detail-inner .box.back .footer-menu .drop-link > ul > li.open > ol {
  max-height: 100vh;
  display: block;
  border-bottom: 1px solid #aaa;
  transition: 0.8s all;
}
#footer-body .footer-inner #footer-bnr {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-bnr {
    margin: 40px -10px 0;
    padding: 0 0;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-bnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -2.4% -2.4%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-bnr ul {
    margin: 0 0 -2.3333% -2.3333%;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner #footer-bnr ul li {
    width: 27.6%;
    margin: 0 0 2.4% 2.4%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner #footer-bnr ul li {
    width: 31%;
    margin: 0 0 2.3333% 2.3333%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner #footer-bnr ul li + li {
    margin-top: 15px;
  }
}
#footer-body #footer-copy {
  text-align: center;
  margin-top: 70px;
  background: #333;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  #footer-body #footer-copy {
    margin-top: 45px;
  }
}
#footer-body #footer-copy p {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer-body #footer-copy p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=footer.css.map */