:root {
  --bg: #EAEAEA;
  --black: #000;
  --white: #fff;
  --gray: #999;
  --gradient: linear-gradient(90deg, #FFCBDB 0%, #FF00FE 14.9%, #FA0282 33.65%, #ffb1b1 49.88%, #00CEB7 67.79%, #00D5DE 84.13%, #088FA5 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--black);
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 28px 50px;
  mix-blend-mode: difference;
}

.header__nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
  letter-spacing: .04em;
}

.header__nav a {
  transition: opacity .3s ease;
  color: #fff;
}

.header__nav a:hover {
  opacity: .5;
}

.fixed-entry {
    position: fixed;
    right: 29px;
    top: 85%;
    z-index: 99;
    width: 170px;
    height: 170px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.fixed-entry img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.4s ease;
}

.fixed-entry:hover img {
  transform: rotate(180deg);
}

.fixed-entry::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -2;
  background: linear-gradient(45deg, #00ffe3, #ff60f8);

  border-radius: 50%;
  filter: blur(20px);

  opacity: 0.6;

  animation: glowRotate 4s linear infinite;
}

@keyframes glowRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.kv {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.kv__logo {
  position: relative;
  z-index: 2;
  width: min(760px, 76vw);
  animation: fadeIn 5.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.blur {
  position: absolute;
  pointer-events: none;
  filter: blur(2px);
}

.blur--01 {
  width: 330px;
  top: 16%;
  left: 10%;
}

.blur--02 {
  width: 460px;
  top: 20%;
  left: 36%;
}

.blur--03 {
  width: 280px;
  top: 17%;
  right: 12%;
}

.blur--04 {
  width: 260px;
  bottom: 17%;
  left: 24%;
}

@media screen and (max-width: 767px) {
  .blur--01 {
    top: 0%;
    left: 10%;
  }

  .blur--03 {
    top: 17%;
    left: 1%;
  }
}

.catch-section {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.catch-text,
.section-title,
.card-title {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.catch-text {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: clamp(46px, 6.4vw, 114px);
  line-height: 1.49;
  font-weight: 400;
  left: 0.2em;
}

.star {
  position: absolute;
  pointer-events: none;
}

.star--01 {
  width: 146px;
  left: 11%;
  top: 10%;
}

.star--02 {
  width: 95px;
  right: 16%;
  top: 19%;
}

.star--03 {
  width: 102px;
  left: 18%;
  bottom: 12%;
}

.star--04 {
  width: 90px;
  right: 22%;
  bottom: 14%;
}

.star--05 {
  width: 67px;
  right: 6%;
  bottom: 42%;
}

@media screen and (max-width: 1024px) {
  .star--05{
    display: none;
  }
}

.outline {
  position: relative;
  padding: 130px 0 170px;
  overflow: hidden;
}

.outline__title {
  margin: 0 0 60px;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}

.outline__text {
  width: min(870px, 100%);
  margin: 0 auto;
  font-size: 18px;
  line-height: 45px;
}

.star--06 {
  width: 180px;
  right: 3%;
  top: 8%;
}

.star--07 {
  width: 95px;
  left: 5%;
  top: 28%;
}

.star--08 {
  width: 150px;
  left: 5%;
  bottom: 5%;
}

.star--09 {
  width: 68px;
  right: 12%;
  bottom: 10%;
}

/* sp  */
@media screen and (max-width: 1024px) {
  .star--06 {
    width: 85px;
    right: 3%;
    top: 0%;
  }

  .star--07{
    display: none;
  }

  .star--08 {
    width: 80px;
    left: 5%;
    bottom: 2%;
  }

  .star--09 {
    width: 58px;
    right: 12%;
    bottom: 7%;
  }
}

.moxymill {
  padding: 90px 0 110px;
  background: #fff;
}

.section-title {
  margin: 0 0 70px;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
}

.moxymill__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.moxymill__image img {
  width: 100%;
  border-radius: 0 100px 100px 0;
  opacity: 0;
  transform: translateX(-80px);

  transition:
    opacity 1s ease,
    transform 1s ease;
}
.moxymill__image img.is-active {
  opacity: 1;
  transform: translateX(0);
}

.moxymill__body {
  padding-right: 80px;
}

.moxymill__body p {
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 40px;
}

.official-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 6px 36px;
  border-radius: 100px;
  border: 1px solid #4F4F4F;
  background: rgba(255,255,255,.2);
  color: #000;
  font-size: 20px;
  line-height: 40px;
  transition: opacity .3s ease;
}

.official-btn:hover {
  opacity: .6;
}

.video {
  padding: 100px 0 120px;
}

.video__scroll {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 0 60px 20px;
  scroll-snap-type: x mandatory;
}

.video__item {
  flex: 0 0 651px;
  aspect-ratio: 16 / 9;
  background: #000;
  scroll-snap-align: center;
}

.black-area {
  padding: 80px 0 40px;
}

.black-card {
  position: relative;
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto 55px;
  padding: 85px 90px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  overflow: hidden;
}

.black-card--schedule {
  border-radius: 200px 30px;
}

.black-card--audition {
  border-radius: 150px 30px;
}

.black-card--entry {
  border-radius: 250px 30px;
}

.card-star {
  position: absolute;
  width: 65px;
  height: 65px;
}

.card-star--rt {
  top: 24px;
  right: 30px;
}

.card-star--lb {
  left: 30px;
  bottom: 24px;
}

@media screen and (max-width: 768px) {
  .card-star--lb {
    left: 20px;
    bottom: 14px;
  }

  .card-star--rt {
    top: 12px;
    right: 12px;
  }

  .card-star {
    position: absolute;
    width: 35px;
    height: 35px;
  }
}
.card-title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
}

.card-text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
}

.card-text--large {
  font-size: 30px;
}

.note {
  margin: 35px 0 0;
  color: #999;
  font-size: 13px;
  text-align: center;
}

.entry {
  padding: 40px 0 80px;
}

.entry-block {
  margin-top: 44px;
}

.entry-block h3 {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 24px;
  border-radius: 20px 2px;
  background: #2a2a2a;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.entry-block p,
.entry-block li {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.entry-block p {
  margin: 0;
}

.entry-block ul {
  margin: 0;
  padding-left: 1.3em;
}

.catch-section--bottom {
  min-height: 720px;
}

.footer {
  padding: 0 0 70px;
  text-align: center;
}

.footer__logo {
  display: inline-block;
  width: 195px;
  margin-bottom: 24px;
}

.footer__sns {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.footer__sns img {
  width: 22px;
}

.copyright {
  margin: 0;
  color: #000;
  font-family: "Fragment Mono", monospace;
  font-size: 13px;
  line-height: 46px;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 18px 20px;
  }

  .header__nav {
    gap: 14px;
    font-size: 10px;
  }

  .fixed-entry {
    right: 18px;
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  .kv {
    min-height: 720px;
  }

  .kv__logo {
    width: 82vw;
  }

  .catch-section {
    min-height: 560px;
  }

  .catch-text {
    font-size: 38px;
    line-height: 1.6;
  }

  .sp {
    display: block;
  }

  .inner {
    width: calc(100% - 40px);
  }

  .outline {
    padding: 90px 0 110px;
  }

  .outline__title {
    font-size: 25px;
    line-height: 1.8;
  }

  .outline__text {
    font-size: 13px;
    line-height: 2.3;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 42px;
  }

  .moxymill__content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .moxymill__body {
    padding: 0 30px;
  }

  .moxymill__body p {
    font-size: 14px;
    line-height: 2.1;
  }

  .video__scroll {
    padding: 0 24px 20px;
  }

  .video__item {
    flex-basis: 78vw;
  }

  .black-card {
    width: calc(100% - 40px);
    padding: 60px 28px;
  }

  .black-card--schedule,
  .black-card--audition,
  .black-card--entry {
    border-radius: 70px 20px;
  }

  .card-title {
    font-size: 28px;
  }

  .card-text {
    font-size: 16px;
    line-height: 2;
  }

  .entry-block h3 {
    font-size: 17px;
  }

  .entry-block p,
  .entry-block li {
    font-size: 12px;
    line-height: 2;
  }

  .star--01 { width: 80px; }
  .star--02 { width: 58px; }
  .star--03 { width: 42px; }
  .star--04 { width: 42px; }
  .star--05 { width: 58px; }
}

.fixed-entry.is-hide {
  opacity: 0;
  pointer-events: none;
}

.arrow{
  margin: 2rem auto 0 auto;
  width: 40px;
}

/* ------------------------------
           animation 
------------------------------*/
.catch-text {
  opacity: 0;
  transform: translateX(80px);
  transition:
    opacity 2.2s ease,
    transform 1.2s ease;
}

.catch-text.is-show {
  opacity: 1;
  transform: translateX(0);
}

.star--01,
.star--06{
  animation: fadeLoop 4s ease-in-out infinite;
}

.star--02,
.star--07{
  animation: fadeLoop 4.5s ease-in-out infinite;
}

.star--03,
.star--08{
  animation: fadeLoop 5s ease-in-out infinite;
}

.star--04,
.star--09{
  animation: fadeLoop 5.3s ease-in-out infinite;
}

.star--05{
  animation: fadeLoop 5.7s ease-in-out infinite;
}

@keyframes fadeLoop {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.official-btn {
  box-shadow: 0 0 12px rgba(250, 2, 130, 0.1);
  animation: glow 3s ease-in-out infinite;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 12px rgba(250, 2, 130, 0.1);
  }

  50% {
    box-shadow: 0 0 12px rgba(250, 2, 130, 0.4);
  }

  100% {
    box-shadow: 0 0 12px rgba(250, 2, 130, 0.1);
  }
}

/* video */
.video__item iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video__item {
  width: 100%;
  height: auto;
}


/*---------------------------
　　　Utility
---------------------------*/
.tablet_sp-only {
  display: none;
}

@media screen and (max-width: 1024px) {

.tablet_sp-only {
  display: block;
}

}