#wrapper {
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.ov {
  transition: all 0.3s;
}
.ov:hover {
  opacity: 0.75;
}

footer {
  background: #e70000;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 30px 3.5%;
  }
}
footer .inner p {
  margin-bottom: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .inner p {
    margin-bottom: 15px;
    text-align: center;
  }
}
footer .inner ul.sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer .inner ul.sns {
    margin-bottom: 20px;
    justify-content: center;
  }
}
footer .inner ul.sns li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .inner ul.sns li {
    width: 40px;
    margin-right: 30px;
  }
  footer .inner ul.sns li:last-child {
    margin-right: 10px;
  }
}
footer .inner dl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
footer .inner dl dt, footer .inner dl dd {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .inner dl dt, footer .inner dl dd {
    font-size: 10px;
  }
}
footer .inner dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 18px;
  padding: 5px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  footer .inner dl dt {
    margin-right: 12px;
  }
}
footer .inner .r-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .inner .r-box {
    padding-top: 10px;
    text-align: center;
  }
}
footer .inner .r-box img {
  width: 260px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  footer .inner .r-box img {
    width: 60%;
    margin-bottom: 0px;
  }
}
footer .inner .r-box a {
  color: #fff;
}
footer .inner .r-box a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .inner .r-box a {
    font-size: 14px;
  }
}
footer .inner .link_box {
  background: #000;
  padding: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  footer .inner .link_box {
    padding: 10px 0 30px;
    text-align: center;
  }
}
footer .inner .link_box .link {
  max-width: 950px;
  margin: 0 auto;
}
footer .inner .link_box .link a {
  color: #fff;
  text-decoration: underline;
}
footer small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}/*# sourceMappingURL=common_layout.css.map */