@charset "UTF-8";
.go-top {
  position: sticky;
  bottom: 30px;
  width: 60px;
  height: 100px;
  z-index: 99;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-top: -130px;
}
.go-top .box-line-tb {
  height: 68px;
}

.footer {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  background: var(--darkgray-bg-color);
  color: #fff;
}
.footer a, .footer a:visited {
  color: #fff;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.footer__inner {
  padding: 40px 15px 30px;
  max-width: 1220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 46px 10px 40px;
  }
}
.footer__wrap {
  gap: 40px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  text-align: left;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 240px;
    gap: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer__logo-header {
  font-size: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .footer__logo-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    height: 74%;
    max-height: 330px;
    padding-left: 0;
  }
}
.footer__logo-image {
  width: 210px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer__logo-image {
    width: 210px;
  }
}
.footer__logo-youtube {
  width: 80%;
  max-width: 140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__logo-youtube {
    max-width: 185px;
    margin: 0;
  }
}
.footer__logo-evolis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer__logo-evolis {
    width: 90px;
    height: 90px;
    margin-top: 0px;
  }
}
.footer__logo-evolis-image {
  width: 100%;
  height: auto;
}
.footer__sns-item {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__sns-item {
    justify-content: flex-start;
    max-width: none;
    margin: 0;
  }
}
.footer__sns-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
  /*flex: 1;*/
}
@media (min-width: 768px) {
  .footer__sns-item a {
    justify-content: flex-start;
    flex: none;
  }
}
.footer__sns-item .footer__logo-youtube {
  flex: none;
}
.footer__sns-item-image {
  height: 28px;
  width: auto;
}
.footer__sns-item-image._youtube {
  height: 19px;
}
.footer__p-mark {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .footer__p-mark {
    max-width: none;
    margin: 0;
  }
}
.footer__p-mark-image {
  max-width: 58px;
  height: auto;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 807px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer__info {
    flex-direction: row;
    margin-bottom: 40px;
    gap: 0;
  }
}
.footer__info-btn {
  display: block;
  border: 1px solid #fff;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer__info-btn {
    margin-bottom: 5px;
    width: calc((100% - 30px) / 3);
  }
}
.footer__sitemap {
  width: 100%;
}
.footer__sitemap .footer__sitemap-tabs {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .footer__sitemap .footer__sitemap-tabs {
    display: none;
  }
}
.footer__sitemap .footer__sitemap-tabs .footer__sitemap-tabwrap .footer__sitemap-tab {
  position: relative;
  width: 100%;
  padding: 12px 20px 5px;
  color: #fff;
  font-size: 16px;
  border: none;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border-top: 1px solid #fff;
}
.footer__sitemap .footer__sitemap-tabs .footer__sitemap-tabwrap .footer__sitemap-tab::after {
  position: absolute;
  content: "";
  right: 4%;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background-image: url("/assets/img/common/footer-menu-icon2.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .footer__sitemap .footer__sitemap-tabs .footer__sitemap-tabwrap .footer__sitemap-tab::after {
    display: none;
  }
}
.footer__sitemap .footer__sitemap-tabs .footer__sitemap-tabwrap .footer__sitemap-tab.is-active::after {
  background-image: url("/assets/img/common/footer-menu-icon1.svg");
}
.footer__sitemap .footer__sitemap-tabs .footer__sitemap-tabwrap .footer__sitemap-column {
  display: none;
  padding: 10px 0;
}
.footer__sitemap .footer__sitemap-tabs .footer__sitemap-tabwrap .footer__sitemap-column.is-active {
  display: block;
}
.footer__sitemap .footer__sitemap-columns {
  display: none;
}
@media (min-width: 768px) {
  .footer__sitemap .footer__sitemap-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__sitemap .footer__sitemap-columns .footer__sitemap-column {
    display: block !important;
    flex: 1;
    margin-bottom: 0;
  }
}
.footer__sitemap-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer__sitemap-title {
    font-size: 14px;
  }
}
.footer__sitemap-list {
  list-style: none;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .footer__sitemap-list {
    padding: 0;
  }
}
.footer__sitemap-list.sp {
  margin-top: 60px;
}
.footer__sitemap-list-item {
  display: block;
  position: relative;
  margin-bottom: 8px;
}
.footer__sitemap-list-item a {
  display: block;
  padding: 2px 0 2px 20px;
  width: 80%;
  color: #cbcbcb;
  font-size: 14px;
}
.footer__sitemap-list-item a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 13px;
}
.footer__sitemap-list-item a:visited {
  color: #cbcbcb;
}
.footer__sitemap-list-item._kanren {
  color: #cbcbcb;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__sitemap-list-item._kanren {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer__sitemap-list-item._kanren a {
    font-size: 12px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer__bottom a.footer__bottom-item {
  position: relative;
  padding: 3px 10px;
  color: #cbcbcb;
  font-size: 14px;
  display: block;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .footer__bottom a.footer__bottom-item {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__bottom a.footer__bottom-item {
    width: auto;
    padding: 0;
  }
}
.footer__bottom a.footer__bottom-item::after {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  height: 14px;
  width: 13px;
}
@media (min-width: 768px) {
  .footer__bottom a.footer__bottom-item::after {
    display: none;
  }
}
.footer__bottom a.footer__bottom-item:visited {
  color: #cbcbcb;
}
.footer__bottom a.footer__bottom-item:hover {
  color: rgba(255, 255, 255, 0.3);
}
.footer__bottom ._line {
  display: none;
  height: 15px;
  width: 0;
  border-right: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer__bottom ._line {
    display: inline-block;
  }
}
.footer__bottom ._line:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer__bottom ._line:nth-of-type(3) {
    display: inline;
  }
}
.footer__copy {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 13px 10px 20px;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer__copy {
    width: 100%;
    margin: 0;
  }
}
.footer__copy span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

/* headerメニュー focus時にコンテンツ隠す*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease; /* フェード */
}

.overlay.is-active {
  z-index: 49;
  opacity: 0.98;
}/*# sourceMappingURL=footer.css.map */