@charset "utf-8";
/* CSS Document */
#footer {
  background-color: #222;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer .nw::after {
  content: "";
  display: inline-block;
  background-image: url("https://worldwidewatch.itembox.design/item/betsumado_w.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  margin: 0 0.3rem;
  transform: translateY(2px);
}
.for_pageTop {
  position: fixed;
  width: 100%;
  bottom: 2em;
}
.for_pageTop .inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.for_pageTop .inner a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.for_pageTop img {
  width: 4em;
  height: 4em;
}
#footer_nav {
  border-bottom: 1px solid #666;
}
#footer_nav .inner {
  max-width: 1180px;
  padding: 60px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer_nav .inner p {
  font-weight: bold;
}
#footer_nav .inner li {
  padding: 0.5em 0;
  font-size: 1.2rem;
}
#footer_nav .inner .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8em;
}
#sns_wrap {
}
#sns_wrap .inner {
  max-width: 1180px;
  padding: 60px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#sns_wrap .sns_contact {
  display: flex;
  align-items: center;
}
#sns_wrap .sns_contact > div:nth-of-type(1),
#sns_wrap .sns_contact > div:nth-of-type(2) {
  margin-right: 2em;
}
#sns_wrap .sns_contents {
  display: flex;
}
#sns_wrap .sns_contents > div {
  margin-right: 1em;
}
#sns_wrap .sns_contents > div:last-of-type {
  margin-right: 0;
}
#sns_wrap .sns_contact .btn {
  display: block;
  width: fit-content;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #222;
  border-radius: 25px;
  transition: all 0.5s ease 0s;
}
#sns_wrap .sns_contact .btn:hover {
  background-color: #50d0ff;
  text-decoration: none;
}
#sns_wrap .sns_contact .btn::after {
  content: "";
  background-image: url("https://worldwidewatch.itembox.design/item/footer/contact_arrow.svg");
  background-size: contain;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s ease 0s;
}
#sns_wrap .sns_contact .btn:hover::after {
  margin-left: 1em;
}
@media (max-width: 768px) {
  #footer_nav .inner {
    width: 100%;
    display: block;
  }
  #footer_nav .inner .left {
    grid-gap: 2em;
  }
  #sns_wrap .inner {
    width: 100%;
    display: block;
  }
  #sns_wrap .sns_contact {
    width: fit-content;
    margin: 0 auto 2em;
  }
  #sns_wrap .copyright {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #sns_wrap .sns_contact {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1em;
  }
  #sns_wrap .sns_contact > div {
    margin-right: 0;
    text-align: center;
  }
  #sns_wrap .sns_contact > div:nth-of-type(1),
  #sns_wrap .sns_contact > div:nth-of-type(2) {
    margin-right: 0;
  }
}
