@charset "UTF-8";
@font-face {
  font-family: "Custom";
  src: url("../font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  src: url("../font/HelveticaNeueLTStd-Roman.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
// フォントサイズ----------------------
========================================================================== */
html {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.14vw;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 3.6vw;
  }
}
img {
  width: 100%;
  height: auto;
}

body {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}

body {
  margin: 0;
  position: relative;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
}

.main {
  background-color: #000000;
  padding-top: 6rem;
  position: relative;
}

@media screen and (max-width: 540px) {
  .main {
    padding-top: 3rem;
  }
}
.content {
  padding-bottom: 5rem;
}

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

@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}
.p-logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  margin-bottom: 5rem;
  width: 358px;
}

@media screen and (max-width: 750px) {
  .p-logo {
    width: 18rem;
  }
}
@media screen and (max-width: 540px) {
  .p-logo {
    width: 11rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 12;
  }
}
.hero-image {
  width: 924px;
  max-width: 90%;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 540px) {
  .hero-image {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.page-contet {
  position: relative;
  z-index: 12;
  box-sizing: border-box;
  width: 924px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 2.5rem 4rem;
  margin-top: 0rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .page-contet {
    padding: 2rem 0rem 2rem;
  }
}
.page-contet p {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .page-contet p {
    font-size: 1rem;
  }
}

a {
  color: #ffffff;
}

.mt-1 {
  margin-top: 0.5rem;
  color: #ffffff;
  display: inline-block;
}

.content section + section .page-contet {
  padding-top: 4rem;
}

.content section:last-of-type .page-contet {
  padding-bottom: 6rem;
}

h2 {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .content section + section .page-contet {
    padding-top: 3.2rem;
  }
  .content section:last-of-type .page-contet {
    padding-bottom: 5rem;
  }
}
.profile-text {
  color: #fff;
  font-size: 16px;
}

.p-profile {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.p-profile .p-profile__flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 540px) {
  .p-profile .p-profile__flex {
    display: block;
  }
}
.p-profile h2 {
  color: #3c3c3c;
  font-family: Helvetica;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 64.8px */
  letter-spacing: 2.88px;
}

@media screen and (max-width: 540px) {
  .p-profile h2 {
    font-size: 1.9rem;
    letter-spacing: normal;
    font-feature-settings: "palt";
  }
}
.p-profile span {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.28px;
}

.p-profile p {
  margin-top: 1rem;
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 1.6px;
}

.page-sns {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.page-sns li {
  list-style: none;
  margin: 0 0.5rem;
}

@media screen and (max-width: 540px) {
  .page-sns li {
    margin: 0 0.6rem;
    margin-bottom: 0.7rem;
    margin-top: 1rem;
  }
}
.page-sns li:nth-child(2) a {
  height: 1.5rem;
}

@media screen and (max-width: 540px) {
  .page-sns li:nth-child(2) a {
    height: 1.5rem;
  }
}
.page-sns li a {
  height: 1.9rem;
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .page-sns li a {
    height: 1.7rem;
  }
}
.page-sns li a img {
  height: 100%;
  width: auto;
}

.release-image {
  width: 500px;
  max-width: 90%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 540px) {
  .release-image {
    max-width: 90%;
  }
}

footer {
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
}

footer ul {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  align-items: center;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  width: 7.6rem;
  display: inline-block;
  margin: 0 -1.2rem;
  transition: 0.3s;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 540px) {
  footer ul li a {
    width: 4.5rem;
    margin: 0 0rem;
  }
}
footer ul li a:hover {
  transform: scale(1.06);
  transition: 0.3s;
}

footer ul li a img {
  width: 100%;
  height: auto;
}

footer .copylight {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.12px;
  padding: 0rem 0 2rem;
}

@media screen and (max-width: 540px) {
  footer .copylight {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */