.n-middle {
  display: none;
}
@media screen and (min-width: 1150px) {
  .n-middle {
    display: inline;
  }
}

.v-middle {
  display: inline;
}
@media screen and (min-width: 1150px) {
  .v-middle {
    display: none;
  }
}

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

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

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

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

.color-pink {
  color: #FFA7A7;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  background: #000;
  position: relative;
  font-feature-settings: "palt" on;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
  display: block;
  font-weight: 700;
}

.btn {
  box-sizing: border-box;
  border-radius: 50px;
  border: 2px solid;
  padding: 6px 16px 8px;
  transition: all 0.5s;
}

.btn-dl {
  border-color: #fff;
}
.btn-dl:hover {
  background: #fff;
  color: #000;
}

.btn-demo {
  border-color: #E9005A;
  background: #E9005A;
}
.btn-demo:hover {
  background: #fff;
  color: #E9005A;
}

.btn-cta_dl {
  border-color: #000;
  background: #000;
}
.btn-cta_dl:hover {
  background: #fff;
  color: #000;
}

.btn-cta_demo {
  border-color: #E9005A;
  background: #E9005A;
}
.btn-cta_demo:hover {
  background: #fff;
  color: #E9005A;
}

.en {
  font-family: "Poppins", sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 24px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 16px;
  }
}
header h1 {
  width: 100%;
  max-width: 164px;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 123px;
    max-width: 123px;
  }
}
header h1 img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header h1 img {
    width: 100%;
    vertical-align: initial;
  }
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1018px;
}
header .text-nav,
header .btn-nav {
  display: flex;
  justify-content: flex-end;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  header .text-nav,
  header .btn-nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 970px) {
  header .text-nav {
    display: none;
  }
}
header .text-nav li {
  margin-right: clamp(16px, 2.0833333333%, 40px);
  position: relative;
}
header .text-nav li a {
  position: relative;
  z-index: 2;
}
header .text-nav li:before {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.5s;
}
header .text-nav li:hover::before {
  filter: blur(20px);
  background: #EE53FF;
}
@media screen and (max-width: 767px) {
  header .btn-nav {
    width: 100%;
  }
}
header .btn-nav li {
  margin-right: clamp(8px, 2.0833333333%, 16px);
}
@media screen and (max-width: 767px) {
  header .btn-nav li {
    font-size: 16px;
  }
}
header .btn-nav li:last-child {
  margin-right: 0;
}

footer {
  background: #000;
  padding: 40px 80px;
}
@media screen and (max-width: 970px) {
  footer {
    padding: 40px 16px;
  }
}
footer .footer-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 970px) {
  footer .footer-upper {
    display: block;
  }
  footer .footer-upper p {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
  }
  footer .footer-upper p img {
    width: 100%;
  }
}
footer .footer-text_links {
  display: flex;
  flex-direction: row-reverse;
  word-break: keep-all;
}
@media screen and (max-width: 970px) {
  footer .footer-text_links {
    justify-content: center;
    margin-bottom: 24px;
    gap: 2.5%;
  }
}
footer .footer-text_links li {
  margin-left: clamp(16px, 2.0833333333%, 40px);
  position: relative;
}
@media screen and (max-width: 970px) {
  footer .footer-text_links li {
    font-size: 12px;
    margin: 0;
  }
}
footer .footer-text_links li:last-child {
  margin-left: 0;
}
footer .footer-text_links li a {
  position: relative;
  z-index: 2;
}
footer .footer-text_links li:before {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.5s;
}
footer .footer-text_links li:hover::before {
  filter: blur(20px);
  background: #EE53FF;
}
footer .agr-links {
  margin-bottom: 15px;
}
@media screen and (max-width: 970px) {
  footer .agr-links {
    margin-bottom: 8px;
  }
}
footer .footer-under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 970px) {
  footer .footer-under {
    display: block;
    margin-top: 24px;
  }
  footer .footer-under .ppmark {
    width: 100%;
    max-width: 183px;
    margin: 0 auto;
  }
  footer .footer-under .ppmark img {
    width: 100%;
  }
}
footer .copy {
  color: #fff;
}
@media screen and (max-width: 970px) {
  footer .copy {
    margin-top: 40px;
    font-size: 10px;
    text-align: center;
  }
}

.ctaArea {
  text-align: center;
  background: url(../images/bg-blue.png) no-repeat 0 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  gap: 5%;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .ctaArea {
    display: block;
    padding: 40px 10%;
  }
}
.ctaArea .cta-dl,
.ctaArea .cta-demo {
  width: calc(100% - 40px);
  max-width: 478px;
}
@media screen and (max-width: 767px) {
  .ctaArea .cta-dl,
  .ctaArea .cta-demo {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ctaArea .cta-dl {
    margin-bottom: 24px;
  }
}
.ctaArea p {
  font-size: clamp(2.375rem, 1.929rem + 1.19vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .ctaArea p {
    font-size: 24px;
  }
}
.ctaArea .btn {
  font-size: 36px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .ctaArea .btn {
    font-size: 20px;
    margin-top: 16px;
    padding: 10px 16px 12px;
  }
}
.ctaArea .btn:hover {
  box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.7);
}