@charset "UTF-8";

.l-kv {
  padding-top: 2rem;
  background: transparent !important;
}

.p-about__x-btn {
  position: relative;
  flex: 0 1 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 6rem;
  color: #fff;
  font-weight: 500;
  background: #000;
  box-shadow: 0 0.7rem 0 #eeeeee;
}
.p-about__x-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5rem;
  display: block;
  width: 1.9rem;
  height: auto;
  aspect-ratio: 24/16.72;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/x.svg);
  content: "";
}
@media (max-width:768px) {
  .p-about__x-btn {
    flex: 0 1 auto;
    width: 31rem;
    max-width: 82.6667vw;
    height: 5rem;
    margin: 0 auto;
    font-size: min(1.4rem, 3.7333vw);
    box-shadow: 0 1.4667vw 0 #eeeeee;
  }
  .p-about__x-btn::before {
    left: 1.8rem;
    width: min(5.8667vw, 1.9rem);
  }
}

.p-release__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44rem;
  height: 6rem;
  margin: 4rem auto 0;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to right, #71327f 0%, #237dbc 100%);
  box-shadow: 0 0.7rem 0 #eeeeee;
}
.p-release__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.7rem;
  display: inline-block;
  width: 1.1rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1100/1364;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 146.23 181.3'%3E%3Cpolygon points='55.58 0 0 0 90.65 90.65 0 181.3 55.58 181.3 146.23 90.65 55.58 0' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width:768px) {
  .p-release__btn {
    width: 31rem;
    max-width: 100%;
    height: 5rem;
    margin: 8.6667vw auto 7vw;
    font-size: 1.4rem;
    box-shadow: 0 1.4667vw 0 #eeeeee;
  }
  .p-present__btn::after {
    right: 1.8rem;
    width: 0.9rem;
  }
}