/*----------------------------------------------------------------------
mixin
----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
/*----------------------------------------------------------------------
setting
----------------------------------------------------------------------*/
body {
  background: #040813;
  min-height: 100lvh;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

img {
  max-width: 100%;
}

#wrapper {
  max-width: 100lvw;
  overflow: hidden;
}

section {
  width: 100%;
  background: rgba(184, 62, 111, 0.9);
  position: relative;
  padding: 48px 0;
  margin: 202px auto 0;
}
section:first-child {
  margin-top: 100svh;
  position: relative;
}
section .inner {
  width: min(1280px, 100%);
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.section-head {
  display: block;
  width: min(100%, 588px);
}
.section-head img {
  translate: -20px 0;
}

.obj {
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  section {
    width: 100%;
    background: rgba(184, 62, 111, 0.9);
    position: relative;
    padding: 3.75vw 0;
    margin: 15.78125vw auto 0;
  }
  section:first-child {
    margin-top: 100svh;
    position: relative;
  }
  section .inner {
    width: min(1280px, 100%);
    padding: 0 3.125vw;
    margin: 0 auto;
    position: relative;
  }
  .section-head {
    display: block;
    width: min(100%, 45.9375vw);
  }
  .section-head img {
    translate: -1.5625vw 0;
  }
}
@media screen and (max-width: 600px) {
  section {
    width: 100%;
    background: rgba(184, 62, 111, 0.9);
    position: relative;
    padding: 12.3076923077vw 0;
    margin: 10.2564102564vw auto 0;
  }
  section:first-child {
    margin-top: 80svh;
    position: relative;
  }
  section .inner {
    width: min(1280px, 100%);
    padding: 0 3.125vw;
    margin: 0 auto;
    position: relative;
  }
  .section-head {
    display: block;
    width: 100%;
  }
  .section-head img {
    translate: -1.2820512821vw 0;
  }
}
/*----------------------------------------------------------------------
top
----------------------------------------------------------------------*/
#header {
  width: 100%;
}
#header .top-logo {
  position: relative;
  width: 153px;
  height: 39px;
  top: 10px;
  left: 110px;
}

.kv-wrapper {
  width: 100%;
  min-height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
}
.kv-wrapper .illust-container {
  position: relative;
  width: 117.734375vw;
  height: auto;
  min-height: 100lvh;
  margin: 0 auto;
  top: 0;
  left: 0;
}
.kv-wrapper .illust-container .bg {
  position: absolute;
  width: 80.75%;
  top: 17.578125vw;
  left: 10.61%;
}
.kv-wrapper .illust-container .bg > * {
  position: absolute;
  pointer-events: none;
}
.kv-wrapper .illust-container .bg .bg-base {
  position: relative;
  width: 100%;
}
.kv-wrapper .illust-container .bg .bg-check {
  width: 29.25%;
  top: -11.71875vw;
  right: -19.9%;
}
.kv-wrapper .illust-container .bg .bg-twincle {
  width: 12.24%;
  top: 19.296875vw;
  left: -21.9%;
}
.kv-wrapper .illust-container .bg .bg-six {
  width: 16.1%;
  top: 16.40625vw;
  left: -6%;
}
.kv-wrapper .illust-container .bg .pt-icon {
  width: 8.79%;
  height: auto;
  aspect-ratio: 1/1;
  top: 35vw;
  right: 16.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kv-wrapper .illust-container .bg .pt-icon .twincle {
  position: absolute;
  width: 52px;
  height: 52px;
}
.kv-wrapper .illust-container .bg .pt-icon .circle {
  position: absolute;
}
.kv-wrapper .illust-container .title {
  position: absolute;
  top: 0;
  left: 19.57%;
  width: 57.53%;
}
.kv-wrapper .illust-container .chara {
  position: relative;
  width: 100%;
  top: 10.9375vw;
  right: 0;
}
.kv-wrapper .illust-container .chara img {
  width: 100%;
}

@media screen and (min-width: 1281px) {
  .kv-wrapper {
    width: 100%;
    min-height: 100lvh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .kv-wrapper .illust-container {
    position: relative;
    width: 1507px;
    height: auto;
    margin: 0 auto;
  }
  .kv-wrapper .illust-container .bg {
    position: absolute;
    width: 80.75%;
    top: 225px;
    left: 10.61%;
  }
  .kv-wrapper .illust-container .bg > * {
    position: absolute;
    pointer-events: none;
  }
  .kv-wrapper .illust-container .bg .bg-base {
    position: relative;
    width: 100%;
  }
  .kv-wrapper .illust-container .bg .bg-check {
    width: 29.25%;
    top: -150px;
    right: -19.9%;
  }
  .kv-wrapper .illust-container .bg .bg-twincle {
    width: 12.24%;
    top: 247px;
    left: -21.9%;
  }
  .kv-wrapper .illust-container .bg .bg-six {
    width: 16.1%;
    top: 210px;
    left: -6%;
  }
  .kv-wrapper .illust-container .bg .pt-icon {
    width: 8.79%;
    height: auto;
    aspect-ratio: 1/1;
    top: 448px;
    right: 16.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kv-wrapper .illust-container .bg .pt-icon .twincle {
    position: absolute;
    width: 52px;
    height: 52px;
  }
  .kv-wrapper .illust-container .bg .pt-icon .circle {
    position: absolute;
  }
  .kv-wrapper .illust-container .title {
    position: absolute;
    top: 0;
    left: 19.57%;
    width: 57.53%;
  }
  .kv-wrapper .illust-container .chara {
    position: relative;
    width: 100%;
    top: 140px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  #header {
    width: 100%;
  }
  #header .top-logo {
    position: relative;
    width: 29.4230769231vw;
    height: 7.5vw;
    top: 10px;
    left: 15px;
  }
  .kv-wrapper {
    width: 100%;
    min-height: 100lvh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .kv-wrapper .illust-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .kv-wrapper .illust-container .bg {
    position: absolute;
    width: 140%;
    top: 25.641025641vw;
    left: 0;
  }
  .kv-wrapper .illust-container .bg > * {
    position: absolute;
    pointer-events: none;
  }
  .kv-wrapper .illust-container .bg .bg-base {
    position: relative;
    width: 100%;
  }
  .kv-wrapper .illust-container .bg .bg-check {
    width: 29.25%;
    top: -38.4615384615vw;
    right: 0;
    display: none;
  }
  .kv-wrapper .illust-container .bg .bg-twincle {
    width: 12.24%;
    top: 19.296875vw;
    left: -21.9%;
    display: none;
  }
  .kv-wrapper .illust-container .bg .bg-six {
    width: 16.1%;
    top: 16.40625vw;
    left: -6%;
    display: none;
  }
  .kv-wrapper .illust-container .bg .pt-icon {
    width: 8.79%;
    height: auto;
    aspect-ratio: 1/1;
    top: 35vw;
    right: 16.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kv-wrapper .illust-container .bg .pt-icon .twincle {
    position: absolute;
    width: 52px;
    height: 52px;
  }
  .kv-wrapper .illust-container .bg .pt-icon .circle {
    position: absolute;
  }
  .kv-wrapper .illust-container .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .kv-wrapper .illust-container .chara {
    position: relative;
    width: 100%;
    top: 28.2051282051vw;
    right: 0;
  }
}
/*----------------------------------------------------------------------
info
----------------------------------------------------------------------*/
#info .section-content {
  display: flex;
  margin-top: 48px;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
#info .image-container {
  width: 600px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 64px;
}
#info .image-container .image.jacket {
  width: min(100%, 458px);
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
}
#info .image-container .image.jacket .front {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 10px 10px 0 rgba(118, 32, 88, 0.5019607843);
}
#info .detail-container {
  width: 546px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  padding: 62px 41px;
}
#info .detail-container .album-name {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#info .detail-container .album-name .logo {
  width: 380px;
  margin-top: 24px;
  display: block;
  translate: -20px 0;
}
#info .detail-container .detail-content {
  margin-top: 38px;
}
#info .detail-container .detail-content:first-of-type {
  margin-top: 55px;
}
#info .detail-container .detail-content .head {
  font-size: 20px;
  font-weight: 900;
  color: #a63966;
  background-color: #040813;
  width: 103px;
  padding: 0 6px 2px;
}
#info .detail-container .detail-content .text {
  font-size: 20px;
  font-weight: 800;
  margin-top: 1em;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}
#info .detail-container .corners-top,
#info .detail-container .corners-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
#info .detail-container .corners-top::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 8px #040813;
  border-left: solid 8px #040813;
}
#info .detail-container .corners-top::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 8px #040813;
  border-right: solid 8px #040813;
}
#info .detail-container .corners-bottom::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 8px #040813;
  border-left: solid 8px #040813;
}
#info .detail-container .corners-bottom::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 8px #040813;
  border-right: solid 8px #040813;
}
#info .obj {
  position: absolute;
  width: 162px;
  height: 246px;
  bottom: 0;
  right: -220px;
}

@media screen and (max-width: 1280px) {
  #info .section-content {
    margin-top: 3.75vw;
    flex-wrap: nowrap;
  }
  #info .image-container {
    width: 46.875vw;
    margin-top: 5vw;
  }
  #info .image-container .image.jacket {
    width: min(100%, 35.78125vw);
  }
  #info .detail-container {
    width: 42.65625vw;
    padding: 4.84375vw 3.203125vw;
  }
  #info .detail-container .album-name {
    font-size: 2.109375vw;
  }
  #info .detail-container .album-name .logo {
    width: 29.6875vw;
    margin-top: 1.875vw;
    translate: -1.5625vw 0;
  }
  #info .detail-container .detail-content {
    margin-top: 2.96875vw;
  }
  #info .detail-container .detail-content:first-of-type {
    margin-top: 4.296875vw;
  }
  #info .detail-container .detail-content .head {
    font-size: 1.5625vw;
    font-weight: 900;
    color: #a63966;
    background-color: #040813;
    width: 8.046875vw;
    padding: 0 0.46875vw 0.15625vw;
  }
  #info .detail-container .detail-content .text {
    font-size: 1.5625vw;
    font-weight: 800;
    margin-top: 1em;
    line-height: 1.75em;
    letter-spacing: 0.025em;
  }
  #info .detail-container .corners-top,
  #info .detail-container .corners-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  #info .detail-container .corners-top::before {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 0.625vw #040813;
    border-left: solid 0.625vw #040813;
  }
  #info .detail-container .corners-top::after {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 0.625vw #040813;
    border-right: solid 0.625vw #040813;
  }
  #info .detail-container .corners-bottom::before {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 0.625vw #040813;
    border-left: solid 0.625vw #040813;
  }
  #info .detail-container .corners-bottom::after {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 0.625vw #040813;
    border-right: solid 0.625vw #040813;
  }
  #info .obj {
    position: absolute;
    width: 12.65625vw;
    height: 19.21875vw;
    bottom: 0;
    right: -17.1875vw;
  }
}
@media screen and (max-width: 600px) {
  #info .section-content {
    display: flex;
    margin-top: 8.2051282051vw;
    width: 100%;
    flex-direction: column;
    gap: 6.1538461538vw;
  }
  #info .image-container {
    width: 100%;
    display: flex;
    margin-top: 0;
  }
  #info .image-container .image.jacket {
    width: 100%;
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
  }
  #info .image-container .image.jacket .front {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 4px 4px 0 rgba(118, 32, 88, 0.5019607843);
  }
  #info .detail-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    padding: 8.2051282051vw 3.8461538462vw;
  }
  #info .detail-container .album-name {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 6.9230769231vw;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  #info .detail-container .album-name .logo {
    width: 100%;
    margin-top: 6.1538461538vw;
    display: block;
    translate: 0 0;
  }
  #info .detail-container .detail-content {
    margin-top: 9.7435897436vw;
  }
  #info .detail-container .detail-content:first-of-type {
    margin-top: 14.1025641026vw;
  }
  #info .detail-container .detail-content .head {
    font-size: 5.1282051282vw;
    font-weight: 900;
    color: #a63966;
    background-color: #040813;
    width: 26.4102564103vw;
    padding: 0 1.5384615385vw 0.5128205128vw;
  }
  #info .detail-container .detail-content .text {
    font-size: 5.1282051282vw;
    font-weight: 800;
    margin-top: 1em;
    line-height: 1.75em;
    letter-spacing: 0.025em;
  }
  #info .detail-container .corners-top,
  #info .detail-container .corners-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  #info .detail-container .corners-top::before {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 1.0256410256vw #040813;
    border-left: solid 1.0256410256vw #040813;
  }
  #info .detail-container .corners-top::after {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1.0256410256vw #040813;
    border-right: solid 1.0256410256vw #040813;
  }
  #info .detail-container .corners-bottom::before {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1.0256410256vw #040813;
    border-left: solid 1.0256410256vw #040813;
  }
  #info .detail-container .corners-bottom::after {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 1.0256410256vw #040813;
    border-right: solid 1.0256410256vw #040813;
  }
  #info .obj {
    display: none;
  }
}
#track-list .section-content {
  margin-top: 96px;
}
#track-list .content-list {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  gap: 54px;
  position: relative;
  padding-bottom: 40px;
}
#track-list .content-list .content-item {
  width: 100%;
  display: flex;
  gap: 24px;
}
#track-list .content-list .content-item .number {
  width: 54px;
  height: auto;
}
#track-list .content-list .content-item .title-container {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 3em;
}
#track-list .content-list .content-item .title-container .title {
  font-size: 27px;
}
#track-list .content-list .content-item .title-container .vocal {
  font-size: 20px;
  background: #040813;
  color: #a63966;
  width: 186px;
  display: flex;
  align-items: center;
}
#track-list .content-list .content-item .title-container .vocal span {
  font-size: 15px;
  color: #adb5dc;
  margin-left: 1em;
  margin-right: 2em;
}
#track-list .content-list .content-item .cast-list {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 2em;
  margin-top: 0.75em;
}
#track-list .content-list .content-item .cast-list .cast-item {
  display: flex;
}
#track-list .obj01 {
  position: absolute;
  width: 148px;
  height: 246px;
  top: 0;
  left: -232px;
}
#track-list .obj02 {
  position: absolute;
  width: 380px;
  height: 246px;
  bottom: 0;
  right: -80px;
}
#track-list .xfd-wrapper {
  margin-top: 90px;
  width: 100%;
}
#track-list .xfd-wrapper .youtube {
  width: 100%;
  position: relative;
  padding: 56px 0;
}
#track-list .xfd-wrapper .youtube iframe {
  display: block;
  width: min(960px, 100%);
  aspect-ratio: 16/9;
  margin: 0 auto;
}
#track-list .xfd-wrapper .youtube .corners-top,
#track-list .xfd-wrapper .youtube .corners-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
#track-list .xfd-wrapper .youtube .corners-top::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 8px #040813;
  border-left: solid 8px #040813;
}
#track-list .xfd-wrapper .youtube .corners-top::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 8px #040813;
  border-right: solid 8px #040813;
}
#track-list .xfd-wrapper .youtube .corners-bottom::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 8px #040813;
  border-left: solid 8px #040813;
}
#track-list .xfd-wrapper .youtube .corners-bottom::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 8px #040813;
  border-right: solid 8px #040813;
}
#track-list .xfd-wrapper .sound-cloud {
  margin-top: 1em;
}

@media screen and (max-width: 1280px) {
  #track-list .section-content {
    margin-top: 7.5vw;
  }
  #track-list .content-list {
    display: flex;
    flex-direction: column;
    max-width: 76.5625vw;
    width: 100%;
    margin: 0 auto;
    gap: 4.21875vw;
    position: relative;
    padding-bottom: 3.125vw;
  }
  #track-list .content-list .content-item {
    width: 100%;
    display: flex;
    gap: 1.875vw;
  }
  #track-list .content-list .content-item .number {
    width: 4.21875vw;
    height: auto;
  }
  #track-list .content-list .content-item .title-container {
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 3em;
  }
  #track-list .content-list .content-item .title-container .title {
    font-size: 2.109375vw;
  }
  #track-list .content-list .content-item .title-container .vocal {
    font-size: 1.5625vw;
    background: #040813;
    color: #a63966;
    width: 14.53125vw;
    display: flex;
    align-items: center;
  }
  #track-list .content-list .content-item .title-container .vocal span {
    font-size: 1.171875vw;
    color: #adb5dc;
    margin-left: 1em;
    margin-right: 2em;
  }
  #track-list .content-list .content-item .cast-list {
    font-size: 1.5625vw;
    font-weight: 600;
    display: flex;
    gap: 2em;
    margin-top: 0.75em;
  }
  #track-list .content-list .content-item .cast-list .cast-item {
    display: flex;
  }
  #track-list .obj01 {
    position: absolute;
    width: 11.5625vw;
    height: 19.21875vw;
    top: 0;
    left: -18.125vw;
  }
  #track-list .obj02 {
    position: absolute;
    width: 29.6875vw;
    height: 19.21875vw;
    bottom: 0;
    right: -6.25vw;
  }
  #track-list .xfd-wrapper {
    margin-top: 7.03125vw;
    width: 100%;
  }
  #track-list .xfd-wrapper .youtube {
    width: 100%;
    position: relative;
    padding: 4.375vw 0;
  }
  #track-list .xfd-wrapper .youtube iframe {
    display: block;
    width: min(75vw, 100%);
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  #track-list .xfd-wrapper .youtube .corners-top,
  #track-list .xfd-wrapper .youtube .corners-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  #track-list .xfd-wrapper .youtube .corners-top::before {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 0.625vw #040813;
    border-left: solid 0.625vw #040813;
  }
  #track-list .xfd-wrapper .youtube .corners-top::after {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 0.625vw #040813;
    border-right: solid 0.625vw #040813;
  }
  #track-list .xfd-wrapper .youtube .corners-bottom::before {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 0.625vw #040813;
    border-left: solid 0.625vw #040813;
  }
  #track-list .xfd-wrapper .youtube .corners-bottom::after {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 0.625vw #040813;
    border-right: solid 0.625vw #040813;
  }
}
@media screen and (max-width: 600px) {
  #track-list .section-content {
    margin-top: 8.2051282051vw;
  }
  #track-list .content-list {
    display: flex;
    flex-direction: column;
    max-width: 92.3076923077vw;
    width: 100%;
    margin: 0 auto;
    gap: 8.2051282051vw;
    position: relative;
    padding-bottom: 3.125vw;
  }
  #track-list .content-list .content-item {
    width: 100%;
    display: flex;
    gap: 6.1538461538vw;
  }
  #track-list .content-list .content-item .number {
    width: 8.2051282051vw;
    height: auto;
  }
  #track-list .content-list .content-item .detail-container {
    width: calc(100% - 8.2051282051vw);
  }
  #track-list .content-list .content-item .title-container {
    font-weight: 900;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75em;
  }
  #track-list .content-list .content-item .title-container .title {
    font-size: 5.1282051282vw;
    width: 100%;
  }
  #track-list .content-list .content-item .title-container .vocal {
    font-size: 4.1025641026vw;
    background: #040813;
    color: #a63966;
    width: 41.0256410256vw;
    display: flex;
    align-items: center;
  }
  #track-list .content-list .content-item .title-container .vocal span {
    font-size: 3.0769230769vw;
    color: #adb5dc;
    margin-left: 1em;
    margin-right: 2em;
  }
  #track-list .content-list .content-item .cast-list {
    font-size: 3.5897435897vw;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 2em;
    margin-top: 1.5em;
  }
  #track-list .content-list .content-item .cast-list .cast-item {
    display: flex;
  }
  #track-list .obj01 {
    display: none;
  }
  #track-list .obj02 {
    display: none;
  }
  #track-list .xfd-wrapper {
    margin-top: 7.03125vw;
    width: 100%;
  }
  #track-list .xfd-wrapper .youtube {
    width: 100%;
    position: relative;
    padding: 3.8461538462vw;
  }
  #track-list .xfd-wrapper .youtube iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  #track-list .xfd-wrapper .youtube .corners-top,
  #track-list .xfd-wrapper .youtube .corners-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  #track-list .xfd-wrapper .youtube .corners-top::before {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 1.0256410256vw #040813;
    border-left: solid 1.0256410256vw #040813;
  }
  #track-list .xfd-wrapper .youtube .corners-top::after {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1.0256410256vw #040813;
    border-right: solid 1.0256410256vw #040813;
  }
  #track-list .xfd-wrapper .youtube .corners-bottom::before {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1.0256410256vw #040813;
    border-left: solid 1.0256410256vw #040813;
  }
  #track-list .xfd-wrapper .youtube .corners-bottom::after {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 1.0256410256vw #040813;
    border-right: solid 1.0256410256vw #040813;
  }
}
#credit {
  background-image: url("../images/credit-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 544px 335px;
}
#credit .section-content {
  max-width: 980px;
  width: 100%;
  margin: 76px auto 0;
  position: relative;
}
#credit .pt-icon {
  position: absolute;
  width: 107px;
  height: 107px;
  top: 0;
  left: -155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#credit .pt-icon .twincle {
  position: absolute;
  width: 52px;
  height: 52px;
}
#credit .pt-icon .circle {
  position: absolute;
}
#credit .circle-name {
  display: inline-block;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.05em;
  border-bottom: solid 4px #040813;
  padding-bottom: 24px;
}
#credit .credit-list-wrapper {
  margin-top: 86px;
  width: 100%;
  display: flex;
  gap: 22%;
  margin-bottom: 190px;
}
#credit .credit-list {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 66px;
}
#credit .credit-list .credit-item {
  font-size: 20px;
  gap: 48px;
}
#credit .credit-list .credit-item .role-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}
#credit .credit-list .credit-item .role-container .role-name {
  background: #040813;
  color: #a63966;
  min-width: 6em;
  padding: 0 0.2em;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding-right: 1.25em;
}
#credit .credit-list .credit-item .role-container .cast-name {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  width: 6em;
  margin-left: auto;
}
#credit .credit-list .credit-item .role-container .cast-name a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #credit .credit-list .credit-item .role-container .cast-name a:hover {
    opacity: 0.5;
  }
}
#credit .obj {
  position: absolute;
  width: 319px;
  height: 246px;
  bottom: -180px;
  right: -64px;
}

@media screen and (max-width: 1280px) {
  #credit {
    background-image: url("../images/credit-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 42.5vw 26.171875vw;
  }
  #credit .section-content {
    max-width: 76.5625vw;
    width: 100%;
    margin: 5.9375vw auto 0;
    position: relative;
  }
  #credit .pt-icon {
    position: absolute;
    width: 8.359375vw;
    height: 8.359375vw;
    top: 0;
    left: -12.109375vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #credit .pt-icon .twincle {
    position: absolute;
    width: 4.0625vw;
    height: 4.0625vw;
  }
  #credit .pt-icon .circle {
    position: absolute;
  }
  #credit .circle-name {
    display: inline-block;
    font-size: 2.109375vw;
    font-weight: 900;
    letter-spacing: 0.05em;
    border-bottom: solid 0.3125vw #040813;
    padding-bottom: 1.875vw;
  }
  #credit .credit-list-wrapper {
    margin-top: 6.71875vw;
    width: 100%;
    display: flex;
    gap: 22%;
    margin-bottom: 14.84375vw;
  }
  #credit .credit-list {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 5.15625vw;
  }
  #credit .credit-list .credit-item {
    font-size: 1.5625vw;
    gap: 3.75vw;
  }
  #credit .credit-list .credit-item .role-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
  #credit .credit-list .credit-item .role-container .role-name {
    background: #040813;
    color: #a63966;
    min-width: 6em;
    padding: 0 0.2em;
    font-weight: 900;
    letter-spacing: 0.02em;
    padding-right: 1.25em;
  }
  #credit .credit-list .credit-item .role-container .cast-name {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    width: 6em;
    margin-left: auto;
  }
  #credit .obj {
    position: absolute;
    width: 24.921875vw;
    height: 19.21875vw;
    bottom: -14.0625vw;
    right: -5vw;
  }
}
@media screen and (max-width: 600px) {
  #credit {
    background-image: none;
  }
  #credit .section-content {
    width: 100%;
    max-width: 100%;
    margin: 8.2051282051vw auto 0;
    position: relative;
  }
  #credit .pt-icon {
    position: absolute;
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    top: 0;
    left: 3.8461538462vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #credit .pt-icon .twincle {
    position: absolute;
    width: 45%;
    height: 45%;
  }
  #credit .pt-icon .circle {
    position: absolute;
    width: 100%;
  }
  #credit .circle-name {
    display: inline-block;
    font-size: 5.1282051282vw;
    font-weight: 900;
    letter-spacing: 0.05em;
    border-bottom: solid 3px #040813;
    padding-bottom: 5.1282051282vw;
    margin-left: 20.5128205128vw;
  }
  #credit .credit-list-wrapper {
    margin-top: 12.3076923077vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.8461538462vw;
    margin-bottom: 10.2564102564vw;
  }
  #credit .credit-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16.9230769231vw;
  }
  #credit .credit-list:first-of-type {
    margin-bottom: 12.3076923077vw;
  }
  #credit .credit-list .credit-item {
    font-size: 4.6153846154vw;
    gap: 12.3076923077vw;
  }
  #credit .credit-list .credit-item .role-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 0;
  }
  #credit .credit-list .credit-item .role-container .role-name {
    background: #040813;
    color: #a63966;
    min-width: 10em;
    padding: 0 0.2em;
    font-weight: 900;
    letter-spacing: 0.02em;
    padding-right: 1.25em;
  }
  #credit .credit-list .credit-item .role-container .cast-name {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    width: 6em;
    margin-left: 15.3846153846vw;
  }
  #credit .obj {
    display: none;
  }
}
#ec {
  background-image: url("../images/ec-bg.png");
  background-position: top 40px left 110px;
  background-size: 493px 523px;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}
#ec .section-content {
  margin-top: 110px;
}
#ec .links-container {
  display: flex;
  justify-content: space-around;
}
#ec .links-container .banner {
  width: 476px;
  height: 244px;
  background: rgba(170, 178, 213, 0.33);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 38px;
  font-weight: 900;
  transition: opacity 0.3s;
}
#ec .links-container .banner .text {
  display: block;
  background: #040813;
  color: #a63966;
  padding: 0.1em;
}
#ec .links-container .banner .corners {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ec .links-container .banner .corners-top,
#ec .links-container .banner .corners-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
#ec .links-container .banner .corners-top::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 8px #040813;
  border-left: solid 8px #040813;
}
#ec .links-container .banner .corners-top::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 8px #040813;
  border-right: solid 8px #040813;
}
#ec .links-container .banner .corners-bottom::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 8px #040813;
  border-left: solid 8px #040813;
}
#ec .links-container .banner .corners-bottom::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 8px #040813;
  border-right: solid 8px #040813;
}
@media (any-hover: hover) {
  #ec .links-container .banner:hover {
    opacity: 0.75;
  }
}
#ec .obj {
  position: absolute;
  width: 182px;
  height: 251px;
  top: 100px;
  right: -90px;
}

@media screen and (max-width: 1280px) {
  #ec {
    background-image: url("../images/ec-bg.png");
    background-position: top 3.125vw left 8.59375vw;
    background-size: 38.515625vw 40.859375vw;
    background-repeat: no-repeat;
    padding-bottom: 10.9375vw;
  }
  #ec .section-content {
    margin-top: 8.59375vw;
  }
  #ec .links-container {
    display: flex;
    justify-content: space-around;
  }
  #ec .links-container .banner {
    width: 37.1875vw;
    height: 19.0625vw;
    background: rgba(170, 178, 213, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 2.96875vw;
    font-weight: 900;
  }
  #ec .links-container .banner .text {
    display: block;
    background: #040813;
    color: #a63966;
    padding: 0.1em;
  }
  #ec .links-container .banner .corners {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ec .links-container .banner .corners-top,
  #ec .links-container .banner .corners-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  #ec .links-container .banner .corners-top::before {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 0.625vw #040813;
    border-left: solid 0.625vw #040813;
  }
  #ec .links-container .banner .corners-top::after {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 0.625vw #040813;
    border-right: solid 0.625vw #040813;
  }
  #ec .links-container .banner .corners-bottom::before {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 0.625vw #040813;
    border-left: solid 0.625vw #040813;
  }
  #ec .links-container .banner .corners-bottom::after {
    content: "";
    width: 2.109375vw;
    height: 2.109375vw;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 0.625vw #040813;
    border-right: solid 0.625vw #040813;
  }
  #ec .obj {
    position: absolute;
    width: 14.21875vw;
    height: 19.609375vw;
    top: 7.8125vw;
    right: -7.03125vw;
  }
}
@media screen and (max-width: 600px) {
  #ec {
    background-image: none;
  }
  #ec .section-content {
    margin-top: 10.2564102564vw;
  }
  #ec .links-container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 3.8461538462vw;
  }
  #ec .links-container .banner {
    width: 100%;
    height: 51.2820512821vw;
    background: rgba(170, 178, 213, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 6.1538461538vw;
    font-weight: 900;
  }
  #ec .links-container .banner .text {
    display: block;
    background: #040813;
    color: #a63966;
    padding: 0.1em;
  }
  #ec .links-container .banner .corners {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ec .links-container .banner .corners-top,
  #ec .links-container .banner .corners-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  #ec .links-container .banner .corners-top::before {
    content: "";
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 1.5384615385vw #040813;
    border-left: solid 1.5384615385vw #040813;
  }
  #ec .links-container .banner .corners-top::after {
    content: "";
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1.5384615385vw #040813;
    border-right: solid 1.5384615385vw #040813;
  }
  #ec .links-container .banner .corners-bottom::before {
    content: "";
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1.5384615385vw #040813;
    border-left: solid 1.5384615385vw #040813;
  }
  #ec .links-container .banner .corners-bottom::after {
    content: "";
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 1.5384615385vw #040813;
    border-right: solid 1.5384615385vw #040813;
  }
  #ec .obj {
    display: none;
  }
}
#footer {
  position: relative;
  width: 100%;
  min-height: 310px;
  background: #040813;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .container {
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  gap: 40px;
  width: 1200px;
  position: relative;
}
#footer .circle-logo {
  width: 275px;
  height: auto;
}
#footer .copy-right {
  color: #a63966;
  font-size: 15px;
  font-weight: 400;
}
#footer .copy-right .text:first-child {
  margin-bottom: 0.75em;
}
#footer .scroll-top-btn {
  position: absolute;
  width: 107px;
  height: 107px;
  top: -25%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
#footer .scroll-top-btn .arrow {
  position: absolute;
  width: 37px;
  height: 49px;
}
#footer .scroll-top-btn .circle {
  position: absolute;
  width: 100%;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  animation-timing-function: linear;
}
@media (any-hover: hover) {
  #footer .scroll-top-btn:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 1280px) {
  #footer {
    position: relative;
    width: 100%;
    min-height: 24.21875vw;
    background: #040813;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .container {
    display: flex;
    align-items: flex-end;
    justify-content: stretch;
    gap: 3.125vw;
    width: 93.75vw;
    position: relative;
  }
  #footer .circle-logo {
    width: 21.484375vw;
    height: auto;
  }
  #footer .copy-right {
    color: #a63966;
    font-size: 1.171875vw;
    font-weight: 400;
  }
  #footer .copy-right .text:first-child {
    margin-bottom: 0.75em;
  }
  #footer .scroll-top-btn {
    position: absolute;
    width: 8.359375vw;
    height: 8.359375vw;
    top: -25%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .scroll-top-btn .arrow {
    position: absolute;
    width: 2.890625vw;
    height: 3.828125vw;
  }
  #footer .scroll-top-btn .circle {
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #footer {
    position: relative;
    width: 100%;
    min-height: 84.6153846154vw;
    padding: 20.5128205128vw 0;
    background: #040813;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .container {
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-direction: column;
    gap: 10.2564102564vw;
    width: 92.3076923077vw;
    position: relative;
  }
  #footer .circle-logo {
    width: 51.2820512821vw;
    height: auto;
  }
  #footer .copy-right {
    color: #a63966;
    font-size: 3.5897435897vw;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.05em;
  }
  #footer .copy-right .text:first-child {
    margin-bottom: 0.75em;
  }
  #footer .scroll-top-btn {
    position: relative;
    width: 25.641025641vw;
    height: 25.641025641vw;
    top: 0;
    right: 0;
    margin-top: 8.2051282051vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .scroll-top-btn .arrow {
    position: absolute;
    width: 33%;
    height: auto;
  }
  #footer .scroll-top-btn .circle {
    position: absolute;
    width: 100%;
  }
}
.mouse-stalker-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 30;
  pointer-events: none;
  mix-blend-mode: difference;
}

.mouse-stalker {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: opacity 0.3s;
}

.stalker-pointer {
  position: absolute;
  display: block;
  width: 10%;
  height: 10%;
}

.stalker-pointer span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  mix-blend-mode: difference;
}

.stalker-outline {
  position: absolute;
  width: 120%;
  height: 120%;
  display: block;
  transform: translate(-10%, -10%);
  mix-blend-mode: difference;
}

.stalker-outline span {
  display: block;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s ease-in-out;
  mix-blend-mode: difference;
}

.mouse-stalker.hover .stalker-outline span {
  display: block;
  background: rgb(255, 255, 255);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
  position: absolute;
  border: rgb(255, 255, 255) 1px solid;
}

.mouse-stalker.hover .stalker-pointer span {
  display: block;
  background: rgba(0, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
  position: absolute;
}

.mouse-stalker.disable {
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .mouse-stalker-wrap {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .is-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */