@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-red: #C30D23;
  --color-line: #3E3E3E;
  --color-base: #1C1C1C;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.3255813953vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  z-index: 0;
  background: var(--color-bg);
}
.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  opacity: 0.1;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}
.l-wrap__loader {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 24;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 0.1rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.is-pjax .l-wrap__loader, .is-pjax-load .l-wrap__loader {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.l-wrap__loader::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-red);
}
.is-ready .l-wrap__loader::before {
  width: 100%;
  transition: width 1s var(--ease_inout);
}
.is-pjax .l-wrap__loader::before {
  width: 0;
  transition: 0s linear;
}
.is-pjax-load.is-pjax .l-wrap__loader::before {
  width: 90%;
  transition: width 4s var(--ease_inout);
}
.l-wrap__bg {
  width: 133%;
  min-width: 133vh;
  height: 133%;
  min-height: 133vw;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  z-index: 5;
  pointer-events: none;
}
.l-wrap__bg-in {
  content: "";
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__bg-line {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-wrap__bg-line::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 51%;
  background: var(--color-black);
  transition: width 0.5s var(--ease_inout);
}
.is-pjax .l-wrap__bg-line::before {
  width: 51%;
  left: 0;
}
.l-wrap__bg-line::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  background: var(--color-black);
  transition: width 0.5s var(--ease_inout);
}
.is-pjax .l-wrap__bg-line::after {
  width: 51%;
  left: 50%;
}

.l-main {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-main__container {
  width: 100%;
  min-height: var(--svh);
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
}
.l-main__content {
  display: block;
  position: relative;
}

.l-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.l-header__container {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    height: 8rem;
    padding: 0 2rem;
  }
}
.l-header__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-bg);
  transition: width 1s var(--ease_inout);
  z-index: -1;
}
[data-page=top] .l-header__container::before {
  width: 0;
  right: 0;
  left: auto;
}
.l-header__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
  transition: width 1s var(--ease_inout);
  z-index: -1;
}
[data-page=top] .l-header__container::after {
  width: 0;
  right: 0;
  left: auto;
}
.l-header__brand {
  width: 5.6rem;
  display: block;
  position: relative;
}
.l-header__brand-link {
  display: block;
  position: relative;
}
.l-header__brand-btn {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
[data-page=top] .l-header__brand-btn {
  display: block;
}

.l-menu {
  width: 9rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  font-size: 0;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .l-menu:hover {
    background-color: var(--color-red);
  }
}
.l-menu__content {
  width: 5rem;
  height: 1.7rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform-origin: right bottom;
}
.l-menu__line-bar {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.15s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.2s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-red);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.l-menu__line-bar::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay2) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::after {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay2);
}
.--close .l-menu__line-bar::after {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay2);
}
.is-menu-open .--close .l-menu__line-bar::after {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay2) + 0.2s);
}

@media screen and (min-width: 961px) {
  .l-nav {
    display: block;
    position: fixed;
    top: 4rem;
    right: 2.5rem;
    z-index: 35;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    overflow-y: auto;
    overscroll-behavior: none;
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    min-height: calc(var(--svh) - 8rem);
    display: block;
    position: relative;
    padding: 6.2rem 0;
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__bg {
    width: 133%;
    min-width: 133vh;
    height: 133%;
    min-height: 133vw;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    z-index: -1;
  }
  .l-nav__bg-in {
    content: "";
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-nav__bg-line {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .l-nav__bg-line::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 51%;
    background: var(--color-black);
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-open .l-nav__bg-line::before {
    width: 51%;
    left: 0;
  }
  .l-nav__bg-line::after {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -1%;
    background: var(--color-black);
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-open .l-nav__bg-line::after {
    width: 51%;
    left: 50%;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 4.1rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
}
.l-nav__link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem 2rem;
}
.--about .l-nav__link-text {
  width: 9rem;
}
@media screen and (max-width: 960px) {
  .--about .l-nav__link-text {
    width: 15.3rem;
  }
}
.--news .l-nav__link-text {
  width: 8.2rem;
}
@media screen and (max-width: 960px) {
  .--news .l-nav__link-text {
    width: 13.94rem;
  }
}
.--release .l-nav__link-text {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .--release .l-nav__link-text {
    width: 17rem;
  }
}
.--artist .l-nav__link-text {
  width: 9rem;
}
@media screen and (max-width: 960px) {
  .--artist .l-nav__link-text {
    width: 15.3rem;
  }
}
.--playlist .l-nav__link-text {
  width: 9.6rem;
}
@media screen and (max-width: 960px) {
  .--playlist .l-nav__link-text {
    width: 16.32rem;
  }
}
.l-nav__link-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0.2rem solid var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-nav__link:hover .l-nav__link-text::before {
    width: calc(100% - 4rem);
  }
}
.l-nav__link-btn {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
[data-page=top] .l-nav__link-btn {
  display: block;
}
.l-nav__sns {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    width: 80%;
    display: block;
    position: fixed;
    bottom: 10%;
    left: 10%;
  }
}

.l-nav_sns {
  display: block;
  position: relative;
}
.l-nav_sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 8rem;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__list {
    gap: 5rem;
  }
}
.l-nav_sns__list-item {
  display: block;
  position: relative;
}
.l-nav_sns__link {
  width: 3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__link {
    width: 2.8rem;
  }
}
.l-nav_sns__link::before {
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.l-nav_sns__list-item:nth-child(odd) .l-nav_sns__link::before {
  background: url("../img/deco_h.png") no-repeat center/contain;
}
.l-nav_sns__list-item:nth-child(even) .l-nav_sns__link::before {
  background: url("../img/deco_v.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link::before {
    content: "";
    transition: opacity 0.3s var(--ease_out);
  }
  .l-nav_sns__link:hover::before {
    opacity: 1;
  }
}
.l-nav_sns__link-icon {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 5rem 0;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 6rem 0 4rem;
  }
}
.is-pjax .l-footer {
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__logo {
  width: 16rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__logo {
    width: 14rem;
  }
}
.l-footer__logo-link {
  display: block;
  position: relative;
}
.l-footer__sns {
  width: 100%;
  display: block;
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 6.5rem;
  }
}
.l-footer__brand {
  width: 100%;
  display: block;
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    margin-top: 11rem;
  }
}
.l-footer__help {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 6.5rem;
  }
}
.l-footer__copy {
  width: 100%;
  display: block;
  position: relative;
  margin: 2.2rem auto 0;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 4rem;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    gap: 5rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 2rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link {
    transition: transform 0.8s var(--ease_out), opacity 0.8s var(--ease_out);
  }
  .l-footer_sns__link:hover {
    opacity: 0.5;
    transform: scale(0.95);
  }
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 2.8rem;
  }
}
.l-footer_sns__link-icon {
  display: block;
  position: relative;
}

.l-footer_brand {
  display: block;
  position: relative;
}
.l-footer_brand__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 4rem;
}
.l-footer_brand__list-item {
  display: block;
  position: relative;
}
.l-footer_brand__icon {
  display: block;
  position: relative;
}
.l-footer_brand__icon.--sm {
  width: 10rem;
}
.l-footer_brand__icon.--epic {
  width: 5rem;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover {
    text-decoration: none;
  }
}

.p-more {
  width: 100%;
  display: block;
  position: relative;
  color: var(--color-white);
  transition: opacity 0.3s var(--ease_out);
}
.p-more.is-ended {
  opacity: 0;
  pointer-events: none;
}
.p-more__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem 2rem;
  margin: 0 auto;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-more__text {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
}
.p-more__text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0.2rem solid var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-more__text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-more:hover .p-more__text::before {
    width: calc(100% - 4rem);
  }
}

.p-marquee {
  display: block;
  position: relative;
  overflow: hidden;
  content-visibility: visible;
  margin-top: 1rem;
}
.p-marquee__text {
  width: 100%;
  height: 13rem;
  display: block;
  position: relative;
  background: url("../img/marquee.png") repeat-x 0 50%/1546.4rem auto;
}
@media screen and (max-width: 960px) {
  .p-marquee__text {
    height: 9.75rem;
    background-size: 1159.8rem auto;
  }
}
.is-load .p-marquee__text {
  animation: marquee 240s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-marquee__text {
    animation: marquee_sp 240s linear infinite;
  }
}
@keyframes marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position-x: -1546.4rem;
  }
}
@keyframes marquee_sp {
  0% {
    background-position: 0;
  }
  100% {
    background-position-x: -1159.8rem;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__content {
  width: 100%;
  max-width: 1800px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__title {
  width: min(57%, 1450px);
  max-width: calc(var(--svh) * 1);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: min(90%, 1450px);
  }
}
.p-hero__lead {
  width: 52rem;
  display: block;
  position: absolute;
  bottom: 2.8rem;
  left: 4rem;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    width: 39rem;
    bottom: 10.5rem;
    left: 2rem;
  }
}
.p-hero__brand {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  gap: 2.5rem;
  bottom: 1.6rem;
}
@media screen and (min-width: 961px) {
  .p-hero__brand {
    right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__brand {
    left: 2rem;
    bottom: 1rem;
  }
}
.p-hero__brand-icon {
  display: block;
  position: relative;
}
.p-hero__brand-icon.--epic {
  width: 7.8rem;
}
.p-hero__brand-icon.--sm {
  width: 8.8rem;
}

.p-about {
  display: block;
  position: relative;
  padding: 5rem 0 15rem;
}
@media screen and (max-width: 960px) {
  .p-about {
    padding: 10rem 0;
  }
}
.p-about::before {
  content: "";
  width: 98rem;
  height: 54.5rem;
  display: block;
  position: absolute;
  top: -3%;
  left: 3%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_logo.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-about::before {
    width: 49rem;
    height: 27.25rem;
  }
}
.p-about::after {
  content: "";
  width: 98rem;
  height: 54.5rem;
  display: block;
  position: absolute;
  top: 90%;
  left: 110%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_logo.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-about::after {
    width: 49rem;
    height: 27.25rem;
  }
}
.p-about__container {
  width: 87.5%;
  max-width: 1500px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    width: 91%;
    max-width: 600px;
  }
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 3rem;
  }
}
.p-about__title {
  width: 11rem;
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__title {
    width: 14.26rem;
    padding-bottom: 2.9rem;
    margin-left: 0;
  }
}
.p-about__title::before {
  content: "";
  width: 0;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color-red);
}
@media screen and (min-width: 961px) {
  .p-about__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-about__title::before {
    left: 0;
  }
}
.is-active .p-about__title::before {
  width: 10rem;
  transition: width 1s var(--ease_inout);
}
.p-about__title-text {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-about__title-text img {
  display: block;
  position: relative;
  transform: translateY(100%);
}
.is-active .p-about__title-text img {
  transform: translateY(0);
  transition: transform 0.4s var(--ease_out);
}
.p-about__inner {
  display: block;
  position: relative;
  transform: translateY(2rem);
}
.is-active .p-about__inner {
  transform: translateY(0);
  transition: transform 0.6s var(--ease_out);
}
.p-about__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about__text {
    font-size: 1.4rem;
    line-height: 2.3;
    text-align: left;
  }
  .p-about__text br {
    display: none;
  }
}

.p-news {
  display: block;
  position: relative;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    padding: 10rem 0;
  }
}
.p-news__container {
  width: 80%;
  max-width: 1500px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news__container {
    width: 91%;
    max-width: 600px;
  }
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 3rem;
  }
}
.p-news__title {
  width: 9rem;
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news__title {
    width: 11.78rem;
    padding-bottom: 2.9rem;
    margin-left: 0;
  }
}
.p-news__title::before {
  content: "";
  width: 0;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color-red);
}
@media screen and (min-width: 961px) {
  .p-news__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-news__title::before {
    left: 0;
  }
}
.is-active .p-news__title::before {
  width: 10rem;
  transition: width 1s var(--ease_inout);
}
.p-news__title-text {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-news__title-text img {
  display: block;
  position: relative;
  transform: translateY(100%);
}
.is-active .p-news__title-text img {
  transform: translateY(0);
  transition: transform 0.4s var(--ease_out);
}
.p-news__inner {
  display: block;
  position: relative;
  transform: translateY(2rem);
}
.is-active .p-news__inner {
  transform: translateY(0);
  transition: transform 0.6s var(--ease_out);
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-white);
  pointer-events: none;
}
.p-news__list-item:last-child::after {
  border-bottom: 1px solid var(--color-white);
}
.p-news__more {
  width: 25rem;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    left: -1rem;
    margin-top: 6.8rem;
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 5.3rem 6rem 5.2rem 2rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-news_article:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 4.4rem 0;
  }
}
.p-news_article__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_article__header {
    margin-right: 7.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__header {
    margin-bottom: 2.4rem;
  }
}
.p-news_article__date {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    font-size: 1.2rem;
  }
}
.p-news_article__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-news_article__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.4rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-news_article__icon {
  width: 1.5rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_article__icon {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__icon {
    width: 1rem;
    margin-top: 3.4rem;
  }
}
.p-news_article__icon-img {
  width: 100%;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article:hover .p-news_article__icon-img {
    animation: arrow_hov 1s linear;
  }
}
.p-news_article__icon-img img {
  width: 100%;
}

.p-top_release {
  display: block;
  position: relative;
  margin-top: 11.1rem;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-top_release {
    margin-top: 0.8rem;
    padding: 10rem 0;
  }
}
.p-top_release__container {
  width: 93.75%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_release__container {
    width: 91%;
    max-width: 600px;
  }
}
.p-top_release__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-top_release__header {
    margin-bottom: 3rem;
  }
}
.p-top_release__title {
  width: 13rem;
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_release__title {
    width: 17.36rem;
    padding-bottom: 2.9rem;
    margin-left: 0;
  }
}
.p-top_release__title::before {
  content: "";
  width: 0;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color-red);
}
@media screen and (min-width: 961px) {
  .p-top_release__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-top_release__title::before {
    left: 0;
  }
}
.is-active .p-top_release__title::before {
  width: 10rem;
  transition: width 1s var(--ease_inout);
}
.p-top_release__title-text {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top_release__title-text img {
  display: block;
  position: relative;
  transform: translateY(100%);
}
.is-active .p-top_release__title-text img {
  transform: translateY(0);
  transition: transform 0.4s var(--ease_out);
}
.p-top_release__inner {
  display: block;
  position: relative;
  transform: translateY(2rem);
}
.is-active .p-top_release__inner {
  transform: translateY(0);
  transition: transform 0.6s var(--ease_out);
}
.p-top_release__slide {
  display: block;
  position: relative;
}
.p-top_release__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-top_release__list-item {
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_release__pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
  padding: 0 15rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .p-top_release__pager {
    width: 100%;
    margin-top: 3rem;
    padding: 0 6rem;
    box-sizing: border-box;
  }
}
.p-top_release__pager-nav {
  display: block;
  position: absolute;
  top: 50%;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: var(--color-white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_release__pager-nav {
    padding: 0.5rem 1rem;
    font-size: 1.35rem;
    letter-spacing: 0.1rem;
  }
}
.p-top_release__pager-nav.--prev {
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-top_release__pager-nav.--prev {
    left: -1rem;
  }
}
.p-top_release__pager-nav.--next {
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-top_release__pager-nav.--next {
    right: -1rem;
  }
}
.p-top_release__pager-nav::before {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0.2rem solid var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_release__pager-nav::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-top_release__pager-nav:hover::before {
    width: calc(100% - 4rem);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .p-top_release__pager-nav:hover::before {
    width: calc(100% - 2rem);
  }
}
.p-top_release__pager-progress {
  width: 28.5rem;
  min-height: 2rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_release__pager-progress {
    width: 100%;
  }
}
.p-top_release__progress {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-line);
}
.p-top_release__progress.is-disable {
  display: block !important;
}
.p-top_release__progress-bar {
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  cursor: grab;
}
.is-disable .p-top_release__progress-bar {
  width: 100% !important;
}
.p-top_release__progress-bar:active {
  cursor: grabbing;
}
.p-top_release__progress-bar::after {
  content: "";
  width: calc(100% + 6rem);
  height: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top_release_article {
  display: block;
  position: relative;
}
.p-top_release_article__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 2.5rem;
  overflow: hidden;
  background: var(--color-red);
}
.p-top_release_article__thumb-base {
  width: 100%;
  display: block;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
  border: 1px solid var(--color-line);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_release_article__thumb-base {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: -webkit-clip-path 0.4s var(--ease_out);
    transition: clip-path 0.4s var(--ease_out);
    transition: clip-path 0.4s var(--ease_out), -webkit-clip-path 0.4s var(--ease_out);
  }
  .p-top_release_article:hover .p-top_release_article__thumb-base {
    -webkit-clip-path: polygon(0.5rem 0.5rem, calc(100% - 0.5rem) 0.5rem, calc(100% - 0.5rem) calc(100% - 0.5rem), 0.5rem calc(100% - 0.5rem));
    clip-path: polygon(0.5rem 0.5rem, calc(100% - 0.5rem) 0.5rem, calc(100% - 0.5rem) calc(100% - 0.5rem), 0.5rem calc(100% - 0.5rem));
  }
}
.p-top_release_article__thumb-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(1.1, 1.1, 1.1);
  filter: blur(0.5rem);
  opacity: 0.5;
}
.p-top_release_article__thumb-bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid var(--color-line);
}
.p-top_release_article__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scale3d(1.01, 1.01, 1.01);
  border: 1px solid var(color);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_release_article__thumb-img {
    transition: transform 0.4s var(--ease_out);
  }
  .p-top_release_article:hover .p-top_release_article__thumb-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-top_release_article__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top_release_article__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_release_article__title {
    font-size: 1.4rem;
  }
}
.p-top_release_article__title::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 0;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-top_release_article__title::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_release_article:hover .p-top_release_article__title::after {
    animation: arrow_hov 1s linear;
  }
}

.p-top_artist {
  display: block;
  position: relative;
  margin-top: 11.1rem;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-top_artist {
    margin-top: 0;
    padding: 10rem 0;
  }
}
.p-top_artist__container {
  width: 93.75%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_artist__container {
    width: 91%;
    max-width: 600px;
  }
}
.p-top_artist__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-top_artist__header {
    margin-bottom: 2.5rem;
  }
}
.p-top_artist__title {
  width: 10rem;
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_artist__title {
    width: 13.268rem;
    padding-bottom: 2.9rem;
    margin-left: 0;
  }
}
.p-top_artist__title::before {
  content: "";
  width: 0;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color-red);
}
@media screen and (min-width: 961px) {
  .p-top_artist__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-top_artist__title::before {
    left: 0;
  }
}
.is-active .p-top_artist__title::before {
  width: 10rem;
  transition: width 1s var(--ease_inout);
}
.p-top_artist__title-text {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top_artist__title-text img {
  display: block;
  position: relative;
  transform: translateY(100%);
}
.is-active .p-top_artist__title-text img {
  transform: translateY(0);
  transition: transform 0.4s var(--ease_out);
}
.p-top_artist__inner {
  display: block;
  position: relative;
  transform: translateY(2rem);
}
.is-active .p-top_artist__inner {
  transform: translateY(0);
  transition: transform 0.6s var(--ease_out);
}
.p-top_artist__slide {
  display: block;
  position: relative;
}
.p-top_artist__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-top_artist__list-item {
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_artist__pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
  padding: 0 15rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .p-top_artist__pager {
    width: 100%;
    margin-top: 5.4rem;
    padding: 0 6rem;
    box-sizing: border-box;
  }
}
.p-top_artist__pager-nav {
  display: block;
  position: absolute;
  top: 50%;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: var(--color-white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_artist__pager-nav {
    padding: 0.5rem 1rem;
    font-size: 1.35rem;
    letter-spacing: 0.1rem;
  }
}
.p-top_artist__pager-nav.--prev {
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-top_artist__pager-nav.--prev {
    left: -1rem;
  }
}
.p-top_artist__pager-nav.--next {
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-top_artist__pager-nav.--next {
    right: -1rem;
  }
}
.p-top_artist__pager-nav::before {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0.2rem solid var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_artist__pager-nav::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-top_artist__pager-nav:hover::before {
    width: calc(100% - 4rem);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .p-top_artist__pager-nav:hover::before {
    width: calc(100% - 2rem);
  }
}
.p-top_artist__pager-progress {
  width: 28.5rem;
  min-height: 2rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_artist__pager-progress {
    width: 100%;
  }
}
.p-top_artist__progress {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-line);
}
.p-top_artist__progress.is-disable {
  display: block !important;
}
.p-top_artist__progress-bar {
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  cursor: grab;
}
.is-disable .p-top_artist__progress-bar {
  width: 100% !important;
}
.p-top_artist__progress-bar:active {
  cursor: grabbing;
}
.p-top_artist__progress-bar::after {
  content: "";
  width: calc(100% + 6rem);
  height: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top_artist_article {
  display: block;
  position: relative;
}
.p-top_artist_article__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 2.5rem;
  overflow: hidden;
  background: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_artist_article__thumb {
    margin-bottom: 1.5rem;
  }
}
.p-top_artist_article__thumb-base {
  width: 100%;
  display: block;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_artist_article__thumb-base {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: -webkit-clip-path 0.4s var(--ease_out);
    transition: clip-path 0.4s var(--ease_out);
    transition: clip-path 0.4s var(--ease_out), -webkit-clip-path 0.4s var(--ease_out);
  }
  .p-top_artist_article:hover .p-top_artist_article__thumb-base {
    -webkit-clip-path: polygon(0.5rem 0.5rem, calc(100% - 0.5rem) 0.5rem, calc(100% - 0.5rem) calc(100% - 0.5rem), 0.5rem calc(100% - 0.5rem));
    clip-path: polygon(0.5rem 0.5rem, calc(100% - 0.5rem) 0.5rem, calc(100% - 0.5rem) calc(100% - 0.5rem), 0.5rem calc(100% - 0.5rem));
  }
}
.p-top_artist_article__thumb-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(1.1, 1.1, 1.1);
  filter: blur(1rem);
  opacity: 0.5;
}
.p-top_artist_article__thumb-bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top_artist_article__thumb-img {
  width: 100%;
  padding-top: 67%;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scale3d(1.01, 1.01, 1.01);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_artist_article__thumb-img {
    transition: transform 0.4s var(--ease_out);
  }
  .p-top_artist_article:hover .p-top_artist_article__thumb-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-top_artist_article__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top_artist_article__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_artist_article__title {
    font-size: 1.4rem;
  }
}
.p-top_artist_article__title::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 0;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-top_artist_article__title::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_artist_article:hover .p-top_artist_article__title::after {
    animation: arrow_hov 1s linear;
  }
}

.p-playlist {
  display: block;
  position: relative;
  padding: 15rem 0;
}
@media screen and (max-width: 960px) {
  .p-playlist {
    padding: 5.4rem 0 0;
  }
}
.p-playlist__container {
  width: 80%;
  max-width: 1500px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .p-playlist__container {
    width: 91%;
    max-width: 600px;
    padding: 10rem 0;
  }
}
.p-playlist__container::before {
  content: "";
  width: 100%;
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  background: var(--color-base);
}
@media screen and (max-width: 960px) {
  .p-playlist__container::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-playlist__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-playlist__header {
    margin-bottom: 2.5rem;
  }
}
.p-playlist__title {
  width: 14rem;
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-playlist__title {
    width: 15.872rem;
    padding-bottom: 2.9rem;
    margin-left: 0;
  }
}
.p-playlist__title::before {
  content: "";
  width: 0;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color-red);
}
@media screen and (min-width: 961px) {
  .p-playlist__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-playlist__title::before {
    left: 0;
  }
}
.is-active .p-playlist__title::before {
  width: 10rem;
  transition: width 1s var(--ease_inout);
}
.p-playlist__title-text {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-playlist__title-text img {
  display: block;
  position: relative;
  transform: translateY(100%);
}
.is-active .p-playlist__title-text img {
  transform: translateY(0);
  transition: transform 0.4s var(--ease_out);
}
.p-playlist__inner {
  display: block;
  position: relative;
  transform: translateY(2rem);
}
.is-active .p-playlist__inner {
  transform: translateY(0);
  transition: transform 0.6s var(--ease_out);
}
.p-playlist__slide {
  width: 98%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-playlist__slide {
    width: 100%;
  }
}
.p-playlist__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-playlist__list-item {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-playlist__player {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.p-playlist__player-iframe {
  width: 100%;
  height: 360px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-playlist__player-iframe {
    height: 440px;
    padding-top: 0;
  }
}
.p-playlist__player-iframe iframe {
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-playlist__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  margin: 4.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-playlist__pagination {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 2.8rem;
  }
}
.p-playlist__pagination-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-playlist__pagination-item {
    width: 50%;
  }
}
.p-playlist__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  transition: color 0.3s var(--ease_out);
}
.p-playlist__btn.is-current {
  color: var(--color-red);
  pointer-events: none;
}
.p-playlist__btn-text {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-playlist__btn-text {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
.p-playlist__btn-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0.4rem solid var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-playlist__btn-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-playlist__btn:hover .p-playlist__btn-text::before {
    width: calc(100% - 2rem);
  }
}

.p-top {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  display: block;
  position: relative;
  padding: 13.7rem 0 0;
  opacity: 0.1;
  transition: opacity 0s linear 1s;
}
@media screen and (max-width: 960px) {
  .p-top__inner {
    padding: 15.5rem 0 0;
  }
}
.is-page-load .p-top__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.p-news {
  display: block;
  position: relative;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    padding: 6rem 0;
  }
}
.p-news__container {
  width: 80%;
  max-width: 1500px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news__container {
    width: 91%;
    max-width: 600px;
  }
}
.p-news__inner {
  display: block;
  position: relative;
  transform: translateY(2rem);
}
.is-active .p-news__inner {
  transform: translateY(0);
  transition: transform 0.6s var(--ease_out);
}

.p-news_single {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 4.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 2.4rem;
    margin-bottom: 3rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-news_single__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__info {
    margin-bottom: 1.2rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: var(--color-main);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    font-size: 1.4rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.2rem;
    line-height: 2.1;
  }
}
.p-news_single__text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-news_single__text a {
  color: var(--color-white);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    aspect-ratio: 16/9;
  }
}

.p-release {
  display: block;
  position: relative;
  padding: 11rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-release {
    padding: 6.6rem 0 0;
  }
}
.p-release__container {
  width: 78.5%;
  max-width: 1500px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-release__container {
    width: 91%;
    max-width: 600px;
  }
}

.p-release_single {
  display: block;
  position: relative;
}
.p-release_single__header {
  display: block;
  position: relative;
  margin-bottom: 13.6rem;
}
@media screen and (max-width: 960px) {
  .p-release_single__header {
    margin-bottom: 5.4rem;
  }
}
.p-release_single__inner {
  display: block;
  position: relative;
}
.p-release_single__comment {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-release_single__comment {
    font-size: 1.2rem;
    line-height: 2.05;
  }
}
.p-release_single__footer {
  display: block;
  position: relative;
  margin-top: 13.6rem;
}
@media screen and (max-width: 960px) {
  .p-release_single__footer {
    margin-top: 5rem;
  }
}

.p-release_outline {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_outline {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 10rem;
  }
}
.p-release_outline__thumb {
  width: 50rem;
  display: block;
  position: relative;
  border: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-release_outline__thumb {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-release_outline__thumb {
    margin-bottom: 3.4rem;
  }
}
.p-release_outline__content {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_outline__content {
    padding-top: 3.4rem;
  }
}
.p-release_outline__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release_outline__title {
    letter-spacing: 0;
  }
}
.p-release_outline__artist {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-release_outline__artist {
    margin-top: 1.7rem;
  }
}
.p-release_outline__disc {
  display: block;
  position: relative;
  margin-top: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-release_outline__disc {
    margin-top: 5rem;
  }
}
.p-release_outline__buy {
  display: block;
  position: relative;
  margin-top: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-release_outline__buy {
    margin-top: 4.8rem;
  }
}
.p-release_outline__buy-text {
  display: block;
  position: relative;
  padding: 1rem 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-release_outline__buy-text {
    padding: 0.8rem 0.25rem;
  }
}

.p-release_disc {
  display: block;
  position: relative;
}
.p-release_disc + .p-release_disc {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc + .p-release_disc {
    margin-top: 3.5rem;
  }
}
.p-release_disc__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-release_disc__cap {
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-release_disc__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.2rem solid var(--color-red);
}
.p-release_disc__list {
  display: block;
  position: relative;
}
.p-release_disc__list-item {
  display: block;
  position: relative;
}
.p-release_disc__list-item + .p-release_disc__list-item {
  margin-top: 1.55rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc__list-item + .p-release_disc__list-item {
    margin-top: 1.4rem;
  }
}

.p-release_track {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-release_track__no {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release_track__no {
    font-size: 1.3rem;
  }
}
.p-release_track__title {
  display: block;
  position: relative;
}
.p-release_track__title-main {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-release_track__title-main {
    font-size: 1.3rem;
  }
}
.p-release_track__title-note {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-release_track__title-note {
    font-size: 1.1rem;
  }
}

.p-release_shop {
  display: block;
  position: relative;
}
.p-release_shop__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-release_shop__cap {
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-release_shop__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.2rem solid var(--color-red);
}
.p-release_shop__list {
  display: block;
  position: relative;
}
.p-release_shop__list-item {
  display: block;
  position: relative;
}
.p-release_shop__list-item + .p-release_shop__list-item {
  margin-top: 1.55rem;
}
.p-release_shop__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 0;
  color: var(--color-white);
  transition: color 0.3s var(--ease_out);
}
.p-release_shop__btn.is-current {
  color: var(--color-red);
  pointer-events: none;
}
.p-release_shop__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-release_shop__btn-text {
    font-size: 1.3rem;
  }
}
.p-release_shop__btn-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0.4rem solid var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-release_shop__btn-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-release_shop__btn:hover .p-release_shop__btn-text::before {
    width: calc(100% - 2rem);
  }
}

.p-artist {
  display: block;
  position: relative;
  padding: 6rem 0 0;
}
.p-artist__container {
  width: 100%;
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-artist__header {
  display: block;
  position: relative;
  margin: 0 auto 6.8rem;
}
@media screen and (min-width: 961px) {
  .p-artist__header {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 960px) {
  .p-artist__header {
    margin-bottom: 4rem;
  }
}
.p-artist__title {
  width: 93.5%;
  display: block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 961px) {
  .p-artist__title {
    margin: 0 auto 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-artist__title {
    width: 91%;
    margin: 3.2rem auto 0;
    font-size: 2.4rem;
  }
}
.p-artist__visual {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 961px) {
  .p-artist__visual img {
    max-height: 730px;
  }
}
@media screen and (max-width: 960px) {
  .p-artist__visual {
    width: 90%;
  }
}
.p-artist__inner {
  display: block;
  position: relative;
}
.p-artist__text {
  width: 78%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.4;
}
@media screen and (max-width: 960px) {
  .p-artist__text {
    width: 91%;
    font-size: 1.3rem;
    line-height: 2.9;
  }
}

.p-in {
  display: block;
  position: relative;
}
.p-in__container {
  display: block;
  position: relative;
  padding: 11rem 0 15rem;
  opacity: 0.1;
}
@media screen and (max-width: 960px) {
  .p-in__container {
    padding: 8rem 0 12rem;
  }
}
.is-page-load .p-in__container {
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}
.p-in__header {
  display: block;
  position: relative;
}
.p-in__inner {
  display: block;
  position: relative;
}
.p-in__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-in__footer {
    margin-top: 6.8rem;
  }
}
.p-in__back {
  width: 25rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-in__back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-white);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: all 0.4s var(--ease_inout);
}
.is-modal-show .m-modal {
  opacity: 1;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.--content {
  transition: all 0s linear 0.5s;
}
.is-modal-show .m-modal.--content {
  transition: all 0s linear;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--vh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.m-modal.--content .m-modal__container {
  display: block;
}
.m-modal__bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.m-modal.--content .m-modal__bg {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.is-modal-show .m-modal.--content .m-modal__bg {
  opacity: 1;
}
.m-modal__content {
  height: auto !important;
}
.m-modal.--content .m-modal__content {
  width: 100%;
  min-height: calc(var(--vh) - 6rem);
  display: block;
  position: relative;
  margin-top: 6rem;
  color: var(--color-white);
  background: var(--color-base);
  padding: 12rem 0;
  opacity: 0;
  transform: translateY(5rem);
  transition: transform 0.8s var(--ease_out), opacity 0.5s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .m-modal.--content .m-modal__content {
    min-height: calc(var(--vh) - 3rem);
    margin-top: 3rem;
    padding: 2rem 1rem 6rem;
  }
}
.is-modal-show .m-modal.--content .m-modal__content {
  opacity: 1;
  transform: translateY(0);
}
.m-modal__close {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 2.75rem;
  right: 3rem;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 2rem;
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: background-color 0.5s var(--ease_out);
  }
  .m-modal__close:hover {
    background: var(--color-sky);
  }
}
.m-modal__close::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.2rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .m-modal__close::before {
    height: 0.1rem;
    border-bottom-width: 0.1rem;
  }
}
.m-modal__close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.2rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .m-modal__close::after {
    height: 0.1rem;
    border-bottom-width: 0.1rem;
  }
}

.m-modal_content {
  display: block;
  position: relative;
  overflow: hidden;
}
.m-modal_content__container {
  width: 87.5%;
  max-width: 1500px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-modal_content__container {
    width: 91%;
    max-width: 600px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes arrow_hov {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -1rem);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 1rem);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 1rem);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}