@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Stick&display=swap");
:root {
  font-size: 16px;
}

body {
  font-family: "Saira Semi Condensed", "Noto Sans JP", Avenir, Helvetica, Arial, sans-serif;
  background: url(../../assets/img/common/bg_footer_PC.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  body {
    background-size: contain;
    background-position: left 0 bottom 70px;
    width: 100%;
    box-sizing: border-box;
  }
}

.fc-blue {
  color: #6f89e9;
  font-weight: bold;
}

.fc-red {
  color: #ff3c3c;
  font-weight: bold;
}

.fc-gray {
  color: #a1a1a1;
}

.fw-bold {
  font-weight: bold;
}

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

.pc-i {
  display: inline-block;
}
@media (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

.sp-b {
  display: none;
}
@media (max-width: 768px) {
  .sp-b {
    display: block;
  }
}

.sp-i {
  display: none;
}
@media (max-width: 768px) {
  .sp-i {
    display: inline-block;
  }
}

.btn-default {
  font-family: "Saira Semi Condensed", "Noto Sans JP", Avenir, Helvetica, Arial, sans-serif;
  width: 250px;
}
.btn-default a {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  background: #000;
  color: #6df6ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  padding: 15px 0 !important;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  line-height: 1;
}
.btn-default a:hover {
  background: #6df6ff;
  color: #000 !important;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .btn-default {
    margin: 20px auto 0 !important;
  }
}

.btn-scroll-top {
  position: fixed;
  right: 0;
  bottom: 66px;
  z-index: 9997;
  margin: 0;
  width: 80px;
  height: 80px;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.btn-scroll-top :focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-scroll-top {
    bottom: 98px;
    width: 50px;
    height: 50px;
  }
}
.btn-scroll-top svg {
  width: 100%;
}
.btn-scroll-top:hover {
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .btn-scroll-top:hover {
    opacity: 0;
  }
}
.btn-scroll-top.visible {
  opacity: 1;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .btn-scroll-top.active {
    opacity: 0;
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.link-target {
  text-decoration: none !important;
  border-bottom: 1px solid #73e2e9;
}

.link-target-img {
  position: relative;
  width: 16px;
  padding-left: 5px !important;
  padding-right: 7px !important;
  top: 1px;
}
@media (max-width: 768px) {
  .link-target-img {
    width: 14px;
  }
}

.lity {
  z-index: 9999;
}
/*# sourceMappingURL=base.css.map */
