@charset "UTF-8";
/* ------------------------------------------------------------------------
* Footer
* --------------------------------------------------------------------- */
.a-footer__body {
  background: #fff;
  color: #fff;
  font-size: 0.8rem;
}

.a-footer__body a {
  color: #fff;
  text-decoration: none;
}

.a-footer__body ul li {
  list-style: none;
}

.a-footer__content {
  overflow: hidden;
  background: #313131;
  position: relative;
}

.a-footer__bg::before, .a-footer__bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

.a-footer__bg::before {
  left: 0;
  background-color: #c00;
}

.a-footer__bg::after {
  right: 0;
  background-color: #282828;
}

.a-footer__main {
  padding: 2rem 0 !important;
  position: relative;
  z-index: 2;
  background-color: #282828;
}

@media screen and (min-width: 768px) {
  .a-footer__main {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
  }
}

.a-footer__triangle {
  width: 500px;
  height: 500px;
  background: #c00;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -300px;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
}

.a-footer__item--img {
  margin: auto;
  padding: 0 20px;
  padding-right: 0;
}

.a-footer__item--img img {
  max-width: 100%;
}

.a-footer__item--text {
  text-align: center;
}

.a-footer__item--text__lead {
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 20px;
}

.a-footer__item--text__action {
  font-size: 1rem;
}

.a-footer__item--link {
  border-top: solid #fff;
  padding-top: 20px;
  margin-top: 20px;
  border-width: 1px;
}

@media screen and (min-width: 768px) {
  .a-footer__item--link {
    border-left: solid #fff;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .a-footer__item--link {
    border-width: 0.5px;
  }
}

.a-footer__item--link ul {
  float: left;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .a-footer__item--link ul {
    padding-left: 20px;
  }
}

.a-footer__item--link ul li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .a-footer__item--link ul li {
    text-align: left;
  }
}

.a-footer__item--link ul li a:hover {
  color: #c00;
  text-decoration: underline;
}

.a-footer__item--link div ul {
  width: 100%;
}

.a-footer__item--link div ul:first-child {
  margin-bottom: 20px;
}

.a-footer__item--link div ul li {
  margin-bottom: 8px;
}

.a-footer__item--link div ul li:last-child {
  margin-bottom: 0;
}

.a-footer__links li {
  font-size: 1rem;
  margin-bottom: 15px;
}

.a-footer__links li:last-child {
  margin-bottom: 0;
}

.a-footer__footer {
  padding: 20px 0;
  background-color: #000;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
}

@media screen and (min-width: 768px) {
  .a-footer__footer {
    padding: 20px;
  }
}

.a-footer__footer-wrap {
  width: 100%;
}

.a-footer__copyright {
  font-size: 0.7rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .a-footer__copyright {
    text-align: left;
  }
}

.a-footer__copyright p {
  margin: 6px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .a-footer__copyright p {
    line-height: 1;
  }
}

.a-footer__sns {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .a-footer__sns {
    margin-bottom: 0;
  }
}

.a-footer__sns p {
  margin-top: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.a-footer__sns ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .a-footer__sns ul {
    margin-bottom: 0;
  }
}

.a-footer__sns ul li a {
  font-size: 1.4rem;
}

.a-footer__icon {
  pointer-events: none;
}

.m-wwd-logo__body {
  height: auto;
  font-size: 2rem;
}

.btn-footer {
  background-color: #c00;
  color: #fff;
  border: none;
  width: 70%;
  margin: 20px auto 0;
}

.fa-external-link-square {
  padding-left: 5px;
}

.c-nav-reduction__link img {
  max-width: 100%;
}

/* Specialの場合 */
.a-footer--special {
  width: 100%;
  max-width: 100%;
}

.a-footer--special .container {
  max-width: 100%;
  padding: 0;
}

.a-footer--special .a-footer__body {
  background-color: #282828;
}

.a-footer--special .a-footer__content {
  max-width: 960px;
  margin: 0 auto;
}

.a-footer--special .a-footer__triangle {
  background-color: #282828;
}

.a-footer--special .a-footer__footer {
  background-color: #000;
}

.a-footer--special .a-footer__footer-wrap {
  max-width: 960px;
  margin: 0 auto;
}
