@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --baseDeviceWidth: 835;
  --videoHeight: 0px;
  --screenHeight: 0px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body.-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  height: 0;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

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

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

nav li:before {
  content: "";
  display: none;
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-dlmodal.c-modal {
  background: #000;
  padding-left: 50%;
}
@media (max-width: 834px) {
  .l-dlmodal.c-modal {
    align-items: flex-start;
    padding-left: 0;
  }
}

.l-dlmodal__ttl {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 835px) {
  .l-dlmodal__ttl {
    font-size: 1.75rem;
  }
}

.l-dlmodal__ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: url(../../assets/img/common/dlmodal/ph_artistmain.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 835px) {
  .l-dlmodal__ph {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: 50% 50%;
  }
}
.l-dlmodal__ph:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform 0.4s 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}
.-active .l-dlmodal__ph:after {
  transform-origin: 100% 0;
  transform: scaleX(0);
}

.l-dlmodal__ph__logo {
  position: absolute;
  top: 7.5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20%;
  filter: drop-shadow(0px 0px 100px black);
}
@media (min-width: 835px) {
  .l-dlmodal__ph__logo {
    width: 160px;
  }
}

.l-dlmodal__inner {
  position: relative;
  margin: 0 auto;
  transform: translate(-20px, 0);
  opacity: 0;
  transition: opacity 0.4s 0.6s ease, transform 0.4s 0.6s ease;
}
@media (max-width: 834px) {
  .l-dlmodal__inner {
    margin-top: 80vw;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px;
  }
}
.-active .l-dlmodal__inner {
  opacity: 1;
  transform: translate(0, 0);
}

.l-dlmodal__list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px -5px;
}
@media (min-width: 835px) {
  .l-dlmodal__list {
    margin-top: 15px;
    max-width: 600px;
  }
}

.l-dlmodal__list__item {
  width: calc(50% - 10px);
  height: 40px;
  border: 1px solid #333;
  margin-top: 20px;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 5px;
}
@media (min-width: 835px) {
  .l-dlmodal__list__item {
    height: 60px;
  }
}
.l-dlmodal__list__item a {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-dlmodal__list__item img {
  height: 80%;
  max-width: initial;
  width: auto;
}
@media (min-width: 835px) {
  .l-dlmodal__list__item img {
    height: 80%;
  }
}

.l-pagehead {
  position: relative;
  margin: 105px auto 30px;
  text-align: center;
  line-height: 1;
  height: 5vw;
  z-index: 1;
}
@media (min-width: 835px) {
  .l-pagehead {
    height: 30px;
  }
}
@media (min-width: 835px) {
  .l-pagehead {
    max-width: 524px;
    margin: 230px auto 40px;
  }
}
@media (min-width: 835px) {
  .discography .l-pagehead, .biography .l-pagehead {
    max-width: 720px;
  }
}
@media (max-width: 834px) {
  .live .l-pagehead {
    text-align: left;
    padding-left: 40px;
  }
}

@-webkit-keyframes pagehead_txt {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pagehead_txt {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-pagehead__txt {
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-animation: pagehead_txt 1s 0.75s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_txt 1s 0.75s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.l-pagehead__txt img {
  width: auto;
  max-width: initial;
  height: 100%;
}

.l-pagehead__linewrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 195px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  z-index: 1;
}
@media (max-width: 834px) {
  .l-pagehead__linewrap {
    position: absolute;
    left: auto;
    bottom: 20px;
    right: 0;
    transform-origin: 100% 100%;
    width: 100px;
  }
}

.l-pagehead__line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
  transform: scaleX(0);
  -webkit-animation: pagehead_line 1s 0.25s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_line 1s 0.25s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.l-pagehead__tri1 {
  position: absolute;
  top: -44px;
  left: 103px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #00bcff transparent;
  opacity: 0;
  -webkit-animation: pagehead_tri1 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_tri1 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (max-width: 834px) {
  .l-pagehead__tri1 {
    display: none;
  }
}

.l-pagehead__tri2 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -70px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #00bcff transparent transparent transparent;
  opacity: 0;
  -webkit-animation: pagehead_tri2 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_tri2 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (max-width: 834px) {
  .l-pagehead__tri2 {
    position: absolute;
    top: 40px;
    left: 14px;
    bottom: auto;
    right: auto;
    border-width: 50px 50px 0 0;
  }
}

@-webkit-keyframes pagehead_line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes pagehead_line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes pagehead_tri1 {
  0% {
    opacity: 0;
    transform: translate(0, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes pagehead_tri1 {
  0% {
    opacity: 0;
    transform: translate(0, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes pagehead_tri2 {
  0% {
    opacity: 0;
    transform: translate(0, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes pagehead_tri2 {
  0% {
    opacity: 0;
    transform: translate(0, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.l-subpagemain {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media (min-width: 835px) {
  .l-subpagemain {
    padding: 135px 0;
  }
}
@media (max-width: 834px) {
  .l-subpagemain.-noovh_nrw {
    overflow: visible;
  }
}
.l-subpagemain:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #000;
}
@media (min-width: 835px) {
  .l-subpagemain:before {
    width: calc(100% - 10.41666666vw);
  }
}
.l-subpagemain:after {
  position: absolute;
  bottom: 0;
  right: 40px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 835px) {
  .l-subpagemain:after {
    position: absolute;
    bottom: 0;
    right: 10.41666666vw;
  }
}

.l-subpagemain__bgtxt {
  position: absolute;
  top: 0;
  left: 11.7vw;
  height: 153px;
  transform: translate(153px, 0) rotate(90deg);
  transform-origin: 0 0;
  opacity: 0.12;
}
.l-subpagemain__bgtxt img {
  max-width: initial;
  width: auto;
  height: 100%;
}
@media (max-width: 834px) {
  .l-subpagemain__bgtxt {
    display: none;
  }
}

/* ======================================
Animation
====================================== */
@-webkit-keyframes subpagecont {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes subpagecont {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes subpagemain {
  0% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
}
@keyframes subpagemain {
  0% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
}
.l-subpagemain:before {
  transform: scaleX(0);
  -webkit-animation: subpagemain 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagemain 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.l-subpagecont {
  opacity: 0;
  -webkit-animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.l-footer__bottomsites {
  display: flex;
}

.l-footer__bottomsites__item {
  position: relative;
  font-size: 0.8125rem;
  display: flex;
  height: 100%;
  align-items: center;
  width: 50%;
  justify-content: center;
  line-height: 1;
  color: #fff;
}
.l-footer__bottomsites__item .logo {
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background: url(../../assets/img/common/ico/ico_funclub_w.png) no-repeat 50% 50%/100%;
}
.l-footer__bottomsites__item .dl {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  background: url(../../assets/img/common/sidebnr/ico_dl.png) no-repeat 50% 50%/100%;
}
.l-footer__bottomsites__item:first-child:after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  top: 10px;
  right: 0;
}

.l-footer__sns__list {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 835px) {
  .l-footer__sns__list {
    margin: 0 -15px;
  }
}

.l-footer__sns__list__item {
  position: relative;
  width: 26px;
  height: 26px;
  background: #000;
  margin: 20px 15px;
  cursor: pointer;
}
@media (max-width: 834px) {
  .l-footer__sns__list__item {
    width: 20px;
    height: 20px;
    margin: 20px 12px;
  }
}
.l-footer__sns__list__item a {
  display: block;
  height: 100%;
}
.l-footer__sns__list__item.js-snswindow_trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}
@media (min-width: 835px) {
  .l-footer__sns__list__item.js-snswindow_trigger:after {
    position: absolute;
    top: 50%;
    right: -14px;
    border-width: 6px 4px 0 4px;
  }
}
.l-footer__sns__list__item.js-snswindow_trigger.-active:after {
  transform: translate(0, -50%) rotate(180deg);
}
.l-footer__sns__list__item.-twitter {
  background: url(../../assets/img/common/ico/sns/ico_twitter.svg) no-repeat 50% 50%/100%;
}
.l-footer__sns__list__item.-instagram {
  background: url(../../assets/img/common/ico/sns/ico_instagram.svg) no-repeat 50% 50%/100%;
}
.l-footer__sns__list__item.-line {
  background: url(../../assets/img/common/ico/sns/ico_line.svg) no-repeat 50% 50%/100%;
}
.l-footer__sns__list__item.-facebook {
  background: url(../../assets/img/common/ico/sns/ico_facebook.svg) no-repeat 50% 50%/100%;
}
.l-footer__sns__list__item.-tiktok {
  background: url(../../assets/img/common/ico/sns/ico_tiktok.svg) no-repeat 50% 50%/100%;
}
.l-footer__sns__list__item.-weibo {
  background: url(../../assets/img/common/ico/sns/ico_weibo.svg) no-repeat 50% 50%/100%;
}
.l-footer__sns__list__item.-youtube {
  margin-left: 10px;
  margin-right: 0;
  background: url(../../assets/img/common/ico/sns/ico_youtube.svg) no-repeat 50% 50%/100%;
}

.l-footer__inner {
  margin: 45px 40px 0;
}
@media (min-width: 835px) {
  .l-footer__inner {
    width: 940px;
    margin: 120px auto 60px;
  }
}

@media (min-width: 835px) {
  .l-footer__row {
    display: flex;
  }
}

@media (min-width: 835px) {
  .l-footer__sns {
    width: 560px;
  }
}

.l-footer__ttl {
  text-align: center;
  padding: 10px;
  line-height: 1;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  letter-spacing: 0.15em;
}
@media (min-width: 835px) {
  .l-footer__ttl {
    font-size: 1.125rem;
  }
}

.l-footer__sites {
  margin-top: 32px;
}
@media (min-width: 835px) {
  .l-footer__sites {
    width: 348px;
    margin-top: 0;
    margin-left: 34px;
  }
}

.l-footer__sites__item {
  position: relative;
  height: 40px;
}
@media (min-width: 835px) {
  .l-footer__sites__item {
    height: 48px;
  }
}
.l-footer__sites__item + .l-footer__sites__item {
  margin-top: 10px;
}
.l-footer__sites__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-footer__sites__item.-funclub {
  background: #00bcff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.l-footer__sites__item.-funclub .ico {
  width: 38px;
  height: 38px;
  background: url(../../assets/img/common/ico/ico_funclub.png) no-repeat 0 0/100%;
}
@media (min-width: 835px) {
  .l-footer__sites__item.-funclub .ico {
    width: 46px;
    height: 46px;
  }
}
.l-footer__sites__item.-shop {
  background: #ff1eb3;
}
.l-footer__sites__item.-shop .asmart {
  width: 110px;
}
@media (min-width: 835px) {
  .l-footer__sites__item.-shop .asmart {
    width: 130px;
  }
}
.l-footer__sites__item .c-arwbtn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.l-footer__logo {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 834px) {
  .l-footer__logo {
    border-top: 1px solid #959595;
    padding-top: 26px;
    margin-top: 26px;
  }
}
.l-footer__logo img {
  width: 21.7vw;
}
@media (min-width: 835px) {
  .l-footer__logo img {
    width: 107px;
  }
}

.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 0.05em;
}
@media (min-width: 835px) {
  .l-footer__copyright {
    font-size: 0.875rem;
  }
}

.l-footer__bottomsites {
  height: 41px;
  background: #000;
  margin-top: 42px;
}

.l-sidebnr {
  position: fixed;
  top: 85px;
  right: 0;
  width: 507px;
  z-index: 2;
  display: flex;
  transform: translate(100%, 0) rotate(90deg);
  transform-origin: 0% 0%;
}
@media (max-width: 834px) {
  .l-sidebnr {
    display: none;
  }
}

.l-sidebnr__item {
  position: relative;
  display: block;
  width: 246px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.l-sidebnr__item.-funclub {
  background: #00bcff;
  margin-right: 15px;
}
.l-sidebnr__item.-funclub .ico {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../../assets/img/common/ico/ico_funclub.png) 0 0/100%;
  transform: rotate(-90deg);
}
.l-sidebnr__item.-dl {
  background: #000;
  font-size: 0.9375rem;
}
.l-sidebnr__item.-dl .ico {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../assets/img/common/sidebnr/ico_dl.png) 0 0/100%;
  margin-left: 10px;
}
.l-sidebnr__item.-dl .txt {
  color: #fff;
}

.l-sidesns {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  mix-blend-mode: difference;
  transition: all 0.3s 0s ease;
}
@media (max-width: 834px) {
  .l-sidesns {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
    right: auto;
    margin-left: -40px;
    transform: translate(0, -100%);
    mix-blend-mode: initial;
    display: none;
  }
}
.l-sidesns.-disable {
  opacity: 0;
  visibility: hidden;
}
.-ie .l-sidesns {
  background: #000;
}

.top .l-sidesns {
  display: block;
  opacity: 0;
  transition: opacity 0.3s 1.5s ease;
}

.top.-ready .l-sidesns {
  opacity: 1;
}

@media (min-width: 835px) {
  .l-sidesns__list {
    display: flex;
    margin: 0 25px;
  }
}

.l-sidesns__list__item {
  position: relative;
  width: 17px;
  height: 17px;
  background: #fff;
  margin: 20px 11.5px;
  cursor: pointer;
}
@media (min-width: 835px) {
  .l-sidesns__list__item {
    margin: 20px 15px;
    width: 24px;
    height: 24px;
  }
}
.l-sidesns__list__item a {
  display: block;
  height: 100%;
}
.l-sidesns__list__item.js-snswindow_trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 834px) {
  .l-sidesns .l-sidesns__list__item.js-snswindow_trigger:after {
    position: absolute;
    top: auto;
    left: 5px;
    bottom: -13px;
    right: auto;
  }
}
.l-sidesns__list__item.js-snswindow_trigger.-active:after {
  transform: translate(0, -50%) rotate(180deg);
}
.l-sidesns__list__item.-twitter {
  background: url(../../assets/img/common/ico/sns/ico_twitter_w.svg) no-repeat 50% 50%/100%;
}
.l-sidesns__list__item.-instagram {
  background: url(../../assets/img/common/ico/sns/ico_instagram_w.svg) no-repeat 50% 50%/100%;
}
.l-sidesns__list__item.-line {
  background: url(../../assets/img/common/ico/sns/ico_line_w.svg) no-repeat 50% 50%/100%;
}
.l-sidesns__list__item.-facebook {
  background: url(../../assets/img/common/ico/sns/ico_facebook_w.svg) no-repeat 50% 50%/100%;
}
.l-sidesns__list__item.-tiktok {
  background: url(../../assets/img/common/ico/sns/ico_tiktok_w.svg) no-repeat 50% 50%/100%;
}
.l-sidesns__list__item.-weibo {
  background: url(../../assets/img/common/ico/sns/ico_weibo_w.svg) no-repeat 50% 50%/100%;
}
.l-sidesns__list__item.-youtube {
  background: url(../../assets/img/common/ico/sns/ico_youtube_w.svg) no-repeat 50% 50%/100%;
}
@media (min-width: 835px) {
  .l-sidesns__list__item.-youtube {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (max-width: 834px) {
  .l-sidesns__list__item.-youtube {
    margin-top: -5px;
  }
}

.l-snswindow {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(calc(-50% + 5px), calc(-100% - 16px));
  padding: 16px;
  background: #00bcff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s ease, visibility 0.3s 0s ease;
}
.l-snswindow:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #00bcff transparent transparent;
}
.l-snswindow.-instagram {
  background: #ff1eb3;
}
.l-snswindow.-instagram:after {
  border-color: transparent #ff1eb3 transparent transparent;
}
.l-snswindow.-active {
  opacity: 1;
  visibility: visible;
}

.l-snswindow__accounts__item {
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-snswindow__accounts__item:hover {
  color: #fff;
}
.l-snswindow__accounts__item + .l-snswindow__accounts__item {
  margin-top: 16px;
}
@media (min-width: 835px) {
  .l-snswindow__accounts__item {
    font-size: 0.875rem;
  }
}

.l-gnav {
  display: flex;
}
@media (max-width: 834px) {
  .l-gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 100;
    color: #fff;
    display: none;
    padding: 20px 20px 40px;
  }
}
@media (max-width: 834px) {
  .-gnav_active .l-gnav {
    display: block;
  }
}

.l-gnav__item {
  position: relative;
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 835px) {
  .l-gnav__item {
    letter-spacing: 0.1em;
    text-wrap: nowrap;
    margin-top: 27px;
    margin-right: 16px;
  }
}
@media (max-width: 834px) {
  .l-gnav__item {
    margin-top: 1em;
  }
}
.l-gnav__item:after {
  position: absolute;
  top: 22px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.3s 0s cubic-bezier(0.85, 0, 0.15, 1);
}
.l-gnav__item:hover:after, .l-gnav__item.-active:after {
  transform: scaleX(1);
}

.l-gnav__closebtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin: 15px 10px;
}
.l-gnav__closebtn:before, .l-gnav__closebtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.l-gnav__closebtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gnav__closebtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header__translate {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 15px 10px;
}
@media (min-width: 835px) {
  .l-header__translate {
    width: 34px;
    height: 34px;
    margin: 19px 0;
  }
}
.l-header__translate svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__translate .path {
  fill: #ffffff;
}
.-ie .l-header__translate .path {
  fill: #000000;
}
.l-header__translate:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 18px);
  content: "LANGUAGE";
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  width: 100px;
  color: #fff;
}
@media (max-width: 834px) {
  .l-header__translate:after {
    transform: translate(-50%, 16px) scale(0.8);
  }
}
.-ie .l-header__translate:after {
  color: #000;
}

.l-header__translate_window {
  position: fixed;
  top: 70px;
  right: 10px;
  transform: translate(0, 0);
  padding: 5px 16px;
  background: #fff;
  z-index: 30;
  border: 2px solid #000;
  transition: all 0.2s 0s ease;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1221px) {
  .l-header__translate_window {
    position: fixed;
    top: 110px;
    left: calc(50% + 503px);
    right: auto;
    transform: translate(-50%, -5px);
  }
}
@media (max-width: 1220px) {
  .l-header__translate_window {
    position: fixed;
    top: 110px;
    right: 11px;
    transform: translate(0, -5px);
  }
}
@media (max-width: 834px) {
  .l-header__translate_window {
    position: fixed;
    top: 70px;
    right: 10px;
  }
}
@media (min-width: 835px) {
  .l-header__translate_window {
    padding: 10px 32px;
  }
}
.l-header__translate_window:before {
  position: absolute;
  top: 0;
  left: 63%;
  transform: translate(-50%, -100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000 transparent;
}
@media (min-width: 1221px) {
  .l-header__translate_window:before {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media (max-width: 1220px) {
  .l-header__translate_window:before {
    left: 80%;
  }
}
@media (max-width: 834px) {
  .l-header__translate_window:before {
    left: 63%;
  }
}
.l-header__translate_window.-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1220px) {
  .l-header__translate_window.-active {
    transform: translate(0, 0);
  }
}
@media (min-width: 1221px) {
  .l-header__translate_window.-active {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 834px) {
  .goog-te-banner-frame {
    top: auto !important;
    bottom: 0px !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 20;
  mix-blend-mode: difference;
  color: #fff;
  transition: all 1s 1s ease;
}
.top .l-header {
  opacity: 0;
  transform: translate(0, -20px);
}
.top.-ready .l-header {
  opacity: 1;
  transform: translate(0, 0);
}
.-ie .l-header {
  color: #000;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 835px) {
  .l-header__inner {
    max-width: 1040px;
    margin: 26px auto;
  }
}

@media (min-width: 835px) {
  .l-header__logowrap {
    display: flex;
    align-items: flex-end;
    height: 46px;
  }
}

.l-header__logo {
  position: relative;
  width: 27.2vw;
  height: 9.3vw;
  margin: 11px;
}
@media (min-width: 835px) {
  .l-header__logo {
    width: 134px;
    height: 46px;
    margin: 0 16px 0 0;
  }
}
.l-header__logo a {
  display: block;
  height: 100%;
}
.l-header__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__logo .logo_color {
  fill: #ffffff;
}
.-ie .l-header__logo .logo_color {
  fill: #000000;
}

.l-header__sitetxt {
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 1rem;
  z-index: 1;
}
@media (max-width: 834px) {
  .l-header__sitetxt {
    display: none;
  }
}

.l-header__sidetxt {
  position: absolute;
  top: 16vw;
  left: 15px;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.15em;
  transform-origin: 0 0;
  transform: translate(12px, 0) rotate(90deg);
}

.l-header__menus {
  display: flex;
}

.l-header__navbtn {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 15px 10px;
}
.l-header__navbtn:before, .l-header__navbtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.l-header__navbtn:before {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
}
.l-header__navbtn:after {
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
}

.js-acc {
  overflow: hidden;
  height: 0px;
  transition: height 0.4s 0s ease;
}

@-webkit-keyframes slashin {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes slashin {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.c-bgslash {
  position: relative;
  width: 100%;
  height: 101.7vw;
  transform: skewY(315deg);
  transform-origin: 100% 100%;
  z-index: -1;
}
@media (min-width: 835px) {
  .c-bgslash {
    height: 824px;
  }
}
.c-bgslash.-mainvisual {
  position: absolute;
  top: -20vw;
  left: 0;
}
@media (min-width: 835px) {
  .c-bgslash.-mainvisual {
    position: absolute;
    top: -96.4vw;
    left: 0;
  }
}
.c-bgslash.-top_movie {
  position: absolute;
  top: -30vw;
  left: 0;
}
@media (min-width: 835px) {
  .c-bgslash.-top_movie {
    position: absolute;
    top: -46.9vw;
    left: 0;
  }
}
.c-bgslash.-top_disco {
  position: absolute;
  top: -30vw;
  left: 0;
}
@media (min-width: 835px) {
  .c-bgslash.-top_disco {
    position: absolute;
    top: -26.1vw;
    left: 0;
  }
}
.c-bgslash.-subpage {
  position: absolute;
  top: -25.9vw;
  left: 0;
}
@media (min-width: 835px) {
  .c-bgslash.-subpage {
    position: absolute;
    top: -568px;
    left: 0;
  }
}
.c-bgslash.-subpage_2 {
  position: absolute;
  top: -26.7vw;
  left: 0;
}
@media (min-width: 835px) {
  .c-bgslash.-subpage_2 {
    position: absolute;
    top: -88.6vw;
    left: 0;
  }
}
.c-bgslash .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1eb3;
  transform: scaleY(0);
}
.c-bgslash.-subpage .obj {
  -webkit-animation: slashin 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: slashin 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-ready .c-bgslash.-mainvisual .obj {
  -webkit-animation: slashin 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: slashin 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.c-bgslash.js-scrollreveal .obj {
  transform: scaleY(0);
}
.c-bgslash.js-scrollreveal.-reveal .obj {
  -webkit-animation: slashin 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: slashin 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.c-sans {
  font-family: "Oswald", sans-serif;
}

.c-inner {
  position: relative;
  max-width: 940px;
  margin: 0 40px;
  color: #fff;
}
@media (min-width: 835px) {
  .c-inner {
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .c-inner.-reverse {
    margin: 0 0 0 40px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.js-more_trigger.-active {
  display: none;
}

.js-morecont {
  display: none;
}
.js-morecont.-active {
  display: block;
  -webkit-animation: fadeIn 0.3s 0s ease;
          animation: fadeIn 0.3s 0s ease;
}

.c-newicon {
  font-size: 0.75rem;
  background: #ff1eb3;
  padding: 3px 5px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 835px) {
  .c-newicon {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0px 15px;
    height: 28px;
    line-height: 27px;
    color: #000;
  }
}

.c-cmnreveal {
  opacity: 0;
}
.-reveal .c-cmnreveal {
  -webkit-animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.c-arwbtn {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.4s 0s ease;
}
@media (min-width: 835px) {
  .c-arwbtn {
    width: 27px;
    height: 27px;
  }
}
.c-arwbtn:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, 0) rotate(45deg);
  transform-origin: 100% 0;
  content: "";
  width: 50%;
  height: 1px;
  background: #ccc;
}
.c-arwbtn:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-arwbtn.-reverse:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, 0) rotate(-45deg);
  transform-origin: 0 0;
}
.c-arwbtn.-bk:after, .c-arwbtn.-bk:before {
  background: #000;
}

.c-arwbtnwrap .c-arwbtn {
  transform: translate(0, -35%);
  transition: transform 0.2s 0s ease;
}
.c-arwbtnwrap:hover .c-arwbtn {
  transform: translate(5px, -35%);
}

.c-boxbtn {
  position: relative;
}
.c-boxbtn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transform: scaleX(0);
  transition: transform 0.3s 0s cubic-bezier(0.85, 0, 0.15, 1);
}
.-bk .c-boxbtn:before, .l-footer .c-boxbtn:before, .l-sidebnr .c-boxbtn:before, .discography_subpage .c-boxbtn:before {
  background: rgba(255, 255, 255, 0.25);
}
.c-boxbtn:hover:before {
  transform: scaleX(1);
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}
.c-hover_op:hover {
  opacity: 0.7;
}

.c-imgzoombtn .thumb {
  position: relative;
}
.c-imgzoombtn .thumb img {
  transition: transform 0.2s 0s ease;
}
.c-imgzoombtn:hover .thumb img {
  transform: translate(-50%, -50%) scale(1.06);
}
.c-imgzoombtn.-noabs:hover .thumb img {
  transform: scale(1.06);
}
.c-imgzoombtn:hover .thumb:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.c-imgzoombtn:hover .thumb:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.c-imgzoombtn .thumb:after {
  content: "MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10px), -50%);
  padding: 0.5em 1em;
  line-height: 1;
  display: flex;
  align-items: center;
  border: 2px solid;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 500;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s 0s ease;
  color: #fff;
}
.c-imgzoombtn .thumb:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: transform 0.2s 0s cubic-bezier(0.85, 0, 0.15, 1);
  transform: scaleX(0);
  transform-origin: 100% 0;
}

.c-listbtn {
  position: relative;
}
.c-listbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.3s 0s cubic-bezier(0.85, 0, 0.15, 1);
}
.c-listbtn:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}

.c-morebtn {
  font-size: 0.9375rem;
  position: relative;
  display: block;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border: 1px solid;
  letter-spacing: 0.5em;
  margin: 40px auto 0;
  transition: all 0.4s 0s ease;
}
@media (min-width: 835px) {
  .c-morebtn {
    width: 350px;
    height: 48px;
    line-height: 45px;
    font-size: 1.25rem;
    margin: 56px auto 0;
    max-width: initial;
  }
}
@media (max-width: 834px) {
  .top__section.-bk .c-morebtn {
    margin-right: 30px;
  }
}
@media (max-width: 834px) {
  .l-subpagemain .c-morebtn {
    margin-left: 0;
    width: calc(100% - 30px);
  }
}
.c-morebtn .c-arwbtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -35%);
}
@media (min-width: 835px) {
  .c-morebtn .c-arwbtn {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -35%);
    width: 22px;
    height: 22px;
  }
}

.c-prev,
.c-next {
  border-bottom: 2px solid #959595;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}

.c-prev {
  border-left: 2px solid #959595;
  transform: rotate(45deg);
}

.c-next {
  border-right: 2px solid #959595;
  transform: rotate(-45deg);
}

.c-txtbtn {
  transition: color 0.2s 0s ease;
}
.c-txtbtn:hover {
  color: #ff1eb3;
}

.c-categorylist {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (min-width: 835px) {
  .c-categorylist {
    margin: 0 -20px 0;
  }
}

.c-categorylist__item {
  font-size: 0.8125rem;
  line-height: 1;
  opacity: 0.6;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 10px;
}
@media (min-width: 835px) {
  .c-categorylist__item {
    margin: 0 20px;
    font-size: 1.125rem;
  }
}
.c-categorylist__item.-active, .c-categorylist__item:hover {
  opacity: 1;
  color: #ff1eb3;
}

.c-ui_head {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
}
@media (max-width: 834px) {
  .c-ui_head {
    padding-right: 16px;
  }
}
.c-ui_head.-df {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-ui_head.-df_wide {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 835px) {
  .c-ui_head.-df_wide {
    justify-content: space-between;
  }
}

.c-years {
  background-color: #323232;
  display: inline-block;
  position: relative;
}
.c-years::before, .c-years::after {
  content: "";
  display: block;
}
.c-years::before {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  height: 100%;
  width: 20px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 835px) {
  .c-years::before {
    width: 30px;
  }
}
.c-years::after {
  position: absolute;
  top: 6px;
  right: 6px;
  border-left: 2px solid #959595;
  border-bottom: 2px solid #959595;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
}
@media (min-width: 835px) {
  .c-years::after {
    right: 10px;
    top: 8px;
    height: 8px;
    width: 8px;
  }
}
.c-years select {
  font-size: 0.8125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #959595;
  display: block;
  padding: 0 30px 0 10px;
  outline: none;
}
@media (min-width: 835px) {
  .c-years select {
    font-size: 1.125rem;
    height: 30px;
    padding-right: 40px;
  }
}
.c-years option {
  display: block;
  text-align: center;
}

.c-discography__listwrap {
  border-top: 1px solid #959595;
}

.c-discography__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .c-discography__list {
    margin: -30px -15px 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-discography__list__item {
  position: relative;
  margin: 20px 0;
  width: 100%;
}
.c-discography__list__item a {
  display: block;
}
@media (min-width: 835px) {
  .c-discography__list__item {
    width: calc(25% - 30px);
    margin: 80px 15px;
  }
}
.c-discography__list__item .thumb {
  position: relative;
  background: #222;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 835px) {
  .c-discography__list__item .thumb {
    min-height: 213px;
  }
}
.c-discography__list__item .thumb img {
  display: block;
  max-width: initial;
  width: 100%;
}
.c-discography__list__item .ttl {
  font-size: 0.8125rem;
  margin-top: 10px;
  font-weight: 700;
}
@media (min-width: 835px) {
  .c-discography__list__item .ttl {
    font-size: 1rem;
  }
}
.c-discography__list__item .info {
  font-size: 0.6875rem;
  margin-top: 4px;
  color: #959595;
  font-weight: 700;
}
@media (min-width: 835px) {
  .c-discography__list__item .info {
    font-size: 1rem;
    margin-top: 7px;
  }
}
.c-discography__list__item .category {
  font-size: 0.6875rem;
  margin-top: 3px;
  color: #959595;
  font-weight: 700;
}
@media (min-width: 835px) {
  .c-discography__list__item .category {
    font-size: 1rem;
    margin-top: 7px;
  }
}

.c-discography__morebtn {
  color: #fff;
  margin: 0 auto;
}
.-load_disable .c-discography__morebtn {
  display: none;
}

html.-inmodal,
body.-inmodal {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  overflow: auto;
  display: flex;
  align-items: center;
}
.c-modal.-nocenter {
  align-items: flex-start;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  transition: all 0.3s 0s ease;
}
@media (min-width: 835px) {
  .c-modal__close {
    position: fixed;
    top: 32px;
    right: 32px;
    width: 80px;
    height: 80px;
  }
}
.c-modal__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__close.-bk:before, .c-modal__close.-bk:after {
  background: #000;
}
.c-modal__close:hover {
  transform: scale(1.25);
  opacity: 0.5;
}

.moviemodal__iframe {
  position: relative;
}
.moviemodal__iframe:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.moviemodal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --videoHeight: 0px;
}

.c-newsdetail {
  color: #fff;
}
.c-newsdetail__header, .c-newsdetail__main {
  border-bottom: 1px solid #959595;
}
.c-newsdetail__header {
  padding: 0 25px 20px 0;
}
@media (min-width: 835px) {
  .c-newsdetail__header {
    padding: 0 0 35px 0;
  }
}
.c-newsdetail__date {
  font-size: 0.9375rem;
  color: #ff1eb3;
  font-weight: 700;
}
@media (min-width: 835px) {
  .c-newsdetail__date {
    font-size: 1.125rem;
  }
}
.c-newsdetail__ttl {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 0.5em;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .c-newsdetail__ttl {
    font-size: 1.125rem;
  }
}
.c-newsdetail__category {
  color: #959595;
  display: inline-block;
  padding-left: 5px;
}
.c-newsdetail__content {
  font-size: 0.8125rem;
  margin-top: 15px;
  padding: 0 25px 20px 0;
  line-height: 1.8;
}
@media (min-width: 835px) {
  .c-newsdetail__content {
    font-size: 0.9375rem;
    margin-top: 50px;
    padding: 0 0 65px 0;
  }
}
.c-newsdetail__content a {
  text-decoration: underline;
  color: #ff1eb3;
}
.c-newsdetail__content a:hover {
  text-decoration: none;
}
.c-newsdetail__content img {
  display: block;
  max-width: 100%;
}
@media (max-width: 834px) {
  .c-newsdetail__content iframe {
    width: 100%;
    height: var(--videoHeight);
  }
}
.c-newsdetail__paginate {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (min-width: 835px) {
  .c-newsdetail__paginate {
    margin-top: 30px;
  }
}
.c-newsdetail__paginate__item.-back {
  font-size: 0.75rem;
  color: #959595;
  font-weight: 700;
  margin: 0 40px;
}
@media (min-width: 835px) {
  .c-newsdetail__paginate__item.-back {
    font-size: 1rem;
    margin: 0 60px;
  }
}

.top .c-news__list {
  border-top: 1px solid #959595;
}

.c-news__list__item {
  position: relative;
  border-bottom: 1px solid #959595;
  color: #fff;
}
.c-news__list__item a {
  display: block;
  padding: 20px 0;
  line-height: 1;
}
@media (min-width: 835px) {
  .c-news__list__item a {
    min-height: 100px;
  }
}

.c-newsitem__info {
  position: relative;
  padding-right: 16px;
  padding-left: 60px;
}
@media (min-width: 835px) {
  .c-newsitem__info {
    padding-left: 0;
    padding-right: 70px;
  }
}
.c-newsitem__date {
  font-size: 0.78125rem;
  color: #ff1eb3;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 835px) {
  .c-newsitem__date {
    font-size: 0.9375rem;
  }
}
.c-newsitem__ttl {
  font-size: 0.78125rem;
  font-weight: 500;
  line-height: 1.7307692308;
  margin-top: 0.5em;
}
@media (min-width: 835px) {
  .c-newsitem__ttl {
    font-size: 0.9375rem;
  }
}
.c-newsitem__arwbtn {
  position: absolute;
  top: 50%;
  right: 18px;
}
@media (max-width: 834px) {
  .c-newsitem__arwbtn {
    display: none;
  }
}

.c-news__new {
  color: #000;
}
@media (max-width: 834px) {
  .c-news__new {
    position: absolute;
    top: 25px;
    left: 0;
  }
}
@media (min-width: 835px) {
  .c-news__new {
    margin-left: 5px;
  }
}

.c-news__category {
  color: #959595;
}
@media (max-width: 834px) {
  .c-news__category {
    font-size: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    padding: 3px 5px;
    line-height: 1;
  }
}

.c-news__more {
  color: #fff;
  margin: 60px auto 0;
  border-color: #959595;
}
@media (max-width: 834px) {
  .c-news__more {
    margin: 43px 0 0 0;
  }
}

.c-news__footui {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 835px) {
  .c-news__footui {
    margin-top: 40px;
    justify-content: space-between;
  }
}

.c-news__paginate {
  align-items: center;
  display: flex;
}
@media (max-width: 834px) {
  .c-news__paginate {
    width: 100%;
  }
}
.c-news__paginate__item {
  margin: 10px;
}
@media (min-width: 835px) {
  .c-news__paginate__item {
    margin: 12px;
  }
}
.c-news__paginate__item.-number {
  font-size: 0.8125rem;
  color: #959595;
  white-space: nowrap;
}
@media (min-width: 835px) {
  .c-news__paginate__item.-number {
    font-size: 1.125rem;
  }
}
.c-news__paginate__item.-active {
  color: #fff;
}

.c-news__paginate__btn {
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .c-news__paginate__btn {
    display: none;
  }
}

@-webkit-keyframes live__phbg__slidein {
  0% {
    transform: translate(30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes live__phbg__slidein {
  0% {
    transform: translate(30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes live__phbg__slideout {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
}
@keyframes live__phbg__slideout {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
}
.c-bgslide {
  z-index: 0;
  overflow: hidden;
}
.c-bgslide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.c-bgslide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-animation: live__phbg__slideout 2s 0s cubic-bezier(0.55, 0, 1, 0.45) forwards;
          animation: live__phbg__slideout 2s 0s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}
.c-bgslide__item img {
  width: auto;
  max-width: initial;
  height: 100%;
}
.c-bgslide__item img.-centerize {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-bgslide__item.-active {
  -webkit-animation: live__phbg__slidein 2s 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: live__phbg__slidein 2s 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

.c-schedule__current {
  position: relative;
  display: flex;
  color: #ff1eb3;
  line-height: 1;
  align-items: flex-end;
}

.c-schedule__current__year {
  position: absolute;
  top: -0.9em;
  left: 0.2em;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  font-weight: 500;
}
@media (min-width: 835px) {
  .c-schedule__current__year {
    font-size: 1.1875rem;
  }
}

.c-schedule__current__month {
  position: relative;
  font-size: 3.125rem;
  margin-right: 10px;
}
@media (min-width: 835px) {
  .c-schedule__current__month {
    font-size: 4.375rem;
    margin-right: 20px;
  }
}
.c-schedule__current__month::after {
  position: absolute;
  left: 35px;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #000 transparent;
}
@media (min-width: 835px) {
  .c-schedule__current__month::after {
    border-width: 0 0 25px 25px;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.c-schedule__current__en {
  font-size: 0.875rem;
  letter-spacing: 0.4em;
  color: #ff1eb3;
}
@media (min-width: 835px) {
  .c-schedule__current__en {
    font-size: 1.1875rem;
  }
}

.c-schedule__current__btns {
  display: flex;
  justify-content: space-between;
  width: 50px;
  margin-top: 5px;
}
@media (min-width: 835px) {
  .c-schedule__current__btns {
    margin-top: 10px;
    width: 60px;
  }
}

.c-schedule__current__prev,
.c-schedule__current__next {
  cursor: pointer;
  width: 20px;
}
@media (min-width: 835px) {
  .c-schedule__current__prev,
.c-schedule__current__next {
    width: 25px;
  }
}

.c-schedule__years {
  margin-left: 10px;
}

.c-schedule__daytime {
  line-height: 1;
  font-feature-settings: "palt";
  width: 60px;
  position: relative;
}
@media (min-width: 835px) {
  .c-schedule__daytime {
    width: 85px;
  }
}
.c-schedule__daytime__month {
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media (min-width: 835px) {
  .c-schedule__daytime__month {
    font-size: 1.25rem;
  }
}
.c-schedule__daytime__date {
  font-size: 1.6875rem;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  font-weight: 700;
  margin-left: -4px;
  margin-top: 8px;
}
@media (min-width: 835px) {
  .c-schedule__daytime__date {
    font-size: 2.375rem;
    margin-left: 0px;
    margin-top: 13px;
  }
}
.c-schedule__daytime::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 835px) {
  .c-schedule__daytime::before {
    position: absolute;
    top: 50%;
    left: calc(50% - 20px);
  }
}

.c-schedule__item {
  border-bottom: 1px solid #959595;
  position: relative;
}
.c-schedule__item a {
  align-items: center;
  color: #fff;
  display: flex;
  padding: 20px 0;
}

.c-schedule__ttl {
  font-size: 0.78125rem;
  width: calc(100% - 60px);
  font-weight: 500;
  line-height: 1.7307692308;
  padding-right: 40px;
}
@media (min-width: 835px) {
  .c-schedule__ttl {
    font-size: 0.9375rem;
    padding-right: 50px;
    width: calc(100% - 85px);
  }
}

.c-schedule__arwbtn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -25%);
}
@media (min-width: 835px) {
  .c-schedule__arwbtn {
    position: absolute;
    top: 50%;
    right: 16px;
  }
}

.c-schedule__new {
  color: #000;
}
@media (max-width: 834px) {
  .c-schedule__new {
    line-height: 1;
    display: inline-block;
  }
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}