.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.l-wrapper.p-refresh .c-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-wrapper.p-refresh .c-logo {
  margin-top: -10%;
  width: clamp(400px, 36%, 560px);
}
@media screen and (max-width: 960px) {
  .l-wrapper.p-refresh .c-logo {
    margin-top: -10vh;
    width: clamp(200px, 75%, 560px);
  }
}
.l-wrapper.p-refresh .c-logo img {
  display: block;
  width: 100%;
}
.l-wrapper.p-refresh .c-section-04__copyright {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}
@media screen and (max-width: 960px) {
  .l-wrapper.p-refresh .c-section-04__copyright {
    bottom: 20px;
  }
}

.l-wrapper .c-kv__messagearea {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.6vw;
  margin: auto;
  width: 50vw;
  padding: 1.7em 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-wrapper .c-kv__messagearea {
    width: 54vw;
    top: 2.7vw;
    padding: 0.8em 0;
  }
}
.l-wrapper .c-kv__messagearea::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #330D00;
  opacity: 0.7;
}
.l-wrapper .c-kv__message--end {
  display: block;
  position: relative;
  font-family: ruika, sans-serif;
  font-size: 2.6vw;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .l-wrapper .c-kv__message--end {
    line-height: 1.4;
    font-size: 4.2vw;
  }
}
.l-wrapper .c-section-03 .c-btn--end::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 9999px;
  top: -4px;
  left: -4px;
  background-color: #110001;
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .l-wrapper .c-section-03 .c-btn--end::before {
    width: calc(100% + 1.0666666666vw);
    height: calc(100% + 1.0666666666vw);
    top: -0.5333333333vw;
    left: -0.5333333333vw;
  }
}
.l-wrapper .c-section-03 .c-btn--end:hover {
  opacity: 1;
}
.l-wrapper .c-section-03 .c-btn__message--end {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10em;
  height: 1.5em;
  line-height: 1.5;
  color: #fff;
  font-size: 1.75rem;
  transform: rotate(-5deg);
}
@media screen and (max-width: 960px) {
  .l-wrapper .c-section-03 .c-btn__message--end {
    font-size: 3.8vw;
  }
}
.l-wrapper .c-section-04__bnr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .l-wrapper .c-section-04__bnr {
    flex-wrap: wrap;
  }
}
.l-wrapper .c-section-04__bnr-item {
  width: 280px;
}
@media screen and (max-width: 960px) {
  .l-wrapper .c-section-04__bnr-item {
    width: 60vw;
  }
}
.l-wrapper .c-section-04__bnr-link {
  display: block;
  transition: opacity 0.3s;
}
.l-wrapper .c-section-04__bnr-link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=add.css.map */