@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common
------------------------------ */
html,
body {
  height: 100%;
  line-height: 1.4;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.svg-symbol {
  display: none !important;
}

.purple {
  color: #cb23f0;
}

.pink {
  color: #ff7bd9;
}

.red {
  color: #e93324;
}

.date {
  font-size: 12px;
  font-weight: 700;
}
.date .week {
  font-size: 0.7em;
}

.tit {
  font-weight: 700;
}

.tit-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5em;
  font-weight: 600;
}

.list__more a {
  position: relative;
  font-size: 14px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  border-radius: 30px;
  padding: 0.6em 2em 0.6em 1.5em;
  line-height: 1;
}
.list__more a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 1.2em;
  left: auto;
}

.no-data {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  width: 100% !important;
  text-align: center;
  font-size: clamp(15px, 3vw, 20px);
  padding: 2em 0;
  letter-spacing: 0.1em;
}

.content--main {
  padding-top: 100px;
}

.media-count {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 1em 2em;
}
.media-count p {
  font-size: 0.7em;
  line-height: 1;
}
.media-count p span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 2em;
}

.block--label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.block--label p {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  display: inline-block;
  text-align: center;
  min-width: 7em;
  color: white;
  font-size: 0.8em;
  border-radius: 20px;
  line-height: 1.1;
  padding: 3px 0.8em;
}
.block--label p.category {
  background: #fff;
  color: #899faa;
  box-shadow: inset 0 0 0 1px #899faa;
}

.form__select,
.select-sort,
.select-creator {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3em;
}
.form__select select,
.select-sort select,
.select-creator select {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  font-size: 15px;
  color: #cb23f0;
  border-color: #cb23f0;
  padding: 0.8em 2em 0.8em 0.8em;
}
.form__select::after,
.select-sort::after,
.select-creator::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 45%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #cb23f0;
  border-bottom: 2px solid #cb23f0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: 0.3s;
}

.select-creator {
  width: 14em;
  z-index: 10;
}
.select-creator #select-btn {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #000;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
.select-creator #select-options {
  background: linear-gradient(90deg, rgba(255, 123, 217, 0.95), rgba(203, 35, 240, 0.95));
  color: #fff;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  transition: 0.5s;
  padding-bottom: 5px;
  pointer-events: none;
}
.select-creator #select-options li {
  font-size: 0.95em;
  cursor: pointer;
  padding: 0.6em 1.5em;
  position: relative;
  opacity: 0;
  transition: 0.2s;
}
.select-creator #select-options li.selected {
  pointer-events: none;
}
.select-creator #select-options li.selected::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 1.1em;
  border-radius: 50%;
}
.select-creator #select-options li:hover {
  font-weight: 500;
  transform: translateX(5px);
}
.select-creator.open::after {
  transform: rotate(-135deg);
}
.select-creator.open #select-options {
  max-height: 50vh;
  overflow-y: auto;
  pointer-events: all;
  z-index: 1;
}
.select-creator.open #select-options li {
  opacity: 1;
}

.block--category {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
  margin-bottom: 2.5em;
}
.block--category li a {
  border: 1px solid #000;
  line-height: 1;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.block--category li a:hover {
  color: #cb23f0;
  border-color: #cb23f0;
}
.block--category li.current a {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  border-color: #cb23f0;
  color: #fff;
}

/* list
------------------------------ */
.list--contents {
  display: flex;
  flex-wrap: wrap;
}

.list--information li {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.list--information li a {
  padding: 1.4em 1em;
}
.list--information li a .block--head {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.list--information li a .block--head .date {
  position: relative;
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
}
.list--information li a .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list--information li.new .date::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 0.9em;
  color: #cb23f0;
  line-height: 1;
  margin-left: 5px;
}
.list--information li.new .date::after {
  position: absolute;
  top: -1.1em;
  left: -5px;
  pointer-events: none;
  margin-left: 0;
  transform: rotate(-8deg);
}

.list--schedule li a {
  background: #f29aff;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.list--schedule li a .block--txt {
  padding: 1em;
}
.list--schedule li a .block--txt .date {
  margin-bottom: 0.5em;
}
.list--schedule li a .block--txt .artist {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  display: inline-block;
  text-align: center;
  min-width: 7em;
  color: white;
  font-size: 0.8em;
  border-radius: 20px;
  line-height: 1.1;
  padding: 3px 0.8em;
  margin-top: 1em;
}
.list--schedule li a .block--txt .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list--schedule li a {
  font-size: 13px;
}
.list--schedule li a .thumb {
  aspect-ratio: 16/9;
}
.list--schedule li a .thumb img {
  width: 100%;
  height: 100%;
}
.list--schedule li a .block--txt .heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.list--schedule li a .block--txt .heading .category {
  font-size: 0.7em;
  padding: 3px 0.8em;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 1;
}
.list--schedule li a .block--txt .heading .dates {
  display: flex;
  margin-bottom: 0.5em;
}
.list--schedule li a .block--txt .heading .dates .date {
  font-size: inherit;
  margin-bottom: 0;
}
.list--schedule li a .block--txt .heading .dates .date.date_end::before {
  content: "ー";
  font-weight: normal;
  padding: 0.2em;
}
.list--schedule li.new a .date::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 0.9em;
  color: #cb23f0;
  line-height: 1;
  margin-left: 5px;
}
.list--schedule li.on-air a {
  border: 4px solid #f59833;
}
.list--schedule li.on-air::after {
  content: "NOW ON AIR";
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.06em;
  background: #f59833;
  position: absolute;
  top: -1em;
  left: 1em;
  line-height: 1;
  border-radius: 2px;
  padding: 0.7em 1.5em;
  z-index: 10;
}

.list--movie li a {
  background: #fff;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.list--movie li a .block--txt {
  padding: 1em;
}
.list--movie li a .block--txt .date {
  margin-bottom: 0.5em;
}
.list--movie li a .block--txt .artist {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  display: inline-block;
  text-align: center;
  min-width: 7em;
  color: white;
  font-size: 0.8em;
  border-radius: 20px;
  line-height: 1.1;
  padding: 3px 0.8em;
  margin-top: 1em;
}
.list--movie li a .block--txt .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list--movie li a {
  font-size: 13px;
}
.list--movie li.new a .date::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 0.9em;
  color: #cb23f0;
  line-height: 1;
  margin-left: 5px;
}

.list--music li a {
  background: #fff;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.list--music li a .block--txt {
  padding: 1em;
}
.list--music li a .block--txt .date {
  margin-bottom: 0.5em;
}
.list--music li a .block--txt .artist {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  display: inline-block;
  text-align: center;
  min-width: 7em;
  color: white;
  font-size: 0.8em;
  border-radius: 20px;
  line-height: 1.1;
  padding: 3px 0.8em;
  margin-top: 1em;
}
.list--music li a .block--txt .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list--music li a {
  font-size: 13px;
}
.list--music li .thumb {
  aspect-ratio: 1/1;
}
.list--music li .thumb img.no-image {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.list--event li a {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.list--event li a .thumb {
  aspect-ratio: 16/9;
  border-radius: 5px 5px 0 0;
}
.list--event li a .block--txt {
  font-weight: 500;
  padding: 1.5em;
}
.list--event li a .block--txt dl > div.dates {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.list--event li a .block--txt dl > div.dates dd {
  display: flex;
  flex-wrap: wrap;
}
.list--event li a .block--txt dl > div.dates dd .date {
  font-size: inherit;
}
.list--event li a .block--txt dl > div.dates dd .date.date_end::before {
  content: "ー";
  font-weight: normal;
  padding: 0.2em;
}
.list--event li a .block--txt dl > div.venue {
  padding-top: 1em;
  font-weight: 700;
}
.list--event li a .block--txt dl > div dt {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  width: 5em;
  background: rgba(245, 152, 51, 0.4);
  border-radius: 5px;
  padding: 0.5em;
  line-height: 1;
}

.list--creator.member li .thumb img:not(.no-image) {
  transform: scale(1.7);
  transform-origin: top;
}
.list--creator.member li#memberId_41 .thumb img {
  transform: scale(1.4);
}

.list--sns {
  display: flex;
  border-radius: 5px;
  gap: 10px;
}
.list--sns li {
  text-align: center;
}
.list--sns li a {
  background: #eef1f3;
  border-radius: 5px;
  height: 100%;
  line-height: 1;
  padding: 0.5em;
}
.list--sns li a i {
  font-size: 18px;
}
.list--sns li.youtube i {
  color: #FF0000;
}
.list--sns li.line svg {
  width: 18px;
  height: 18px;
  margin-inline: auto;
  color: #06C755;
}

body:not(.page--home) .list--schedule li,
body:not(.page--home) .list--movie li,
body:not(.page--home) .list--music li,
body:not(.page--home) .list--event li {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.5s;
}
body:not(.page--home) .list--schedule li.delighter.started,
body:not(.page--home) .list--movie li.delighter.started,
body:not(.page--home) .list--music li.delighter.started,
body:not(.page--home) .list--event li.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

/* section--list / section--detail
------------------------------ */
.section--list,
.section--detail {
  max-width: 1200px;
  margin-inline: auto;
  padding: 5vh 5vw 10vh;
  opacity: 0;
  transform: translateY(5%);
  transition: 0.8s;
}
.section--list .section-tit,
.section--detail .section-tit {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.4px;
  font-size: clamp(26px, 5vw, 40px);
  position: relative;
  white-space: nowrap;
  margin-bottom: 1em;
}
.section--list .section-tit::after,
.section--detail .section-tit::after {
  content: "";
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(1);
  transition: 0.5s;
  transition-delay: 0.5s;
  transform-origin: left;
}

body.loaded .section--list,
body.loaded .section--detail {
  opacity: 1;
  transform: translateY(0);
}
body.loaded .section--list .section-tit::after,
body.loaded .section--detail .section-tit::after {
  transform: scaleX(0);
}

.section--detail > .tit {
  font-size: 1.3em;
  margin-bottom: 1em;
}

/* typography
------------------------------ */
.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.txt--large {
  font-size: 1.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* img
------------------------------ */
.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.ph img,
.thumb img {
  width: 100%;
  height: auto;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.thumb_blur {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.thumb_blur img:first-child {
  position: relative;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
.thumb_blur img.blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.8);
  filter: blur(15px);
  z-index: 0;
}

/* video
------------------------------ */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* btn
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}

.btn--main {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  color: white;
  border: 1px solid #cb23f0;
  border-radius: 50px;
  padding: 1em 2em;
  width: 90%;
  line-height: 1.4;
  max-width: 350px;
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
}

.btn--sub {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  color: #cb23f0;
  border: 1px solid #cb23f0;
  border-radius: 50px;
  padding: 1em 2em;
  width: 90%;
  line-height: 1.4;
  max-width: 350px;
}

.detail__btn {
  font-size: 1.1em;
  margin: 3em 0;
}
.detail__btn a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 1em;
  line-height: 1;
}
.detail__btn a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: auto;
  left: 0.2em;
}
.detail__btn a::before {
  content: "";
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
  width: calc(100% - 12px);
  height: 50%;
  position: absolute;
  bottom: -0.1em;
  right: 0;
  opacity: 0.4;
  z-index: -1;
}

/* pager
------------------------------ */
.block--pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 3em;
}
.block--pager li {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #899faa;
  border: 1px solid #899faa;
  border-radius: 50%;
  position: relative;
}
.block--pager li a {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.block--pager li.pager__item--current {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  color: #fff;
  border-color: #cb23f0;
}
.block--pager li.pager__item--newer a::after, .block--pager li.pager__item--newer span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #899faa;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 11px;
  left: auto;
}
.block--pager li.pager__item--older a::after, .block--pager li.pager__item--older span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #899faa;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 14px;
  left: auto;
}
.block--pager li.pager__item--newer:not(:has(a)), .block--pager li.pager__item--older:not(:has(a)) {
  opacity: 0.3;
}

/* swiper
------------------------------ */
.block--swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 33px;
  height: 33px;
  background: #eef1f3;
  border-radius: 50%;
  position: absolute;
}

.swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 12px;
  left: auto;
}
.swiper-button-prev {
  left: -15px;
}

.swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 15px;
  left: auto;
}
.swiper-button-next {
  right: -15px;
}

.no-carousel .swiper-button-wrap {
  display: none !important;
}
.no-carousel ul {
  display: flex;
  gap: 15px;
}

#listMovie .swiper,
#listMusic .swiper {
  padding: 0 5px 10px;
}
#listMovie .swiper .swiper-slide,
#listMusic .swiper .swiper-slide {
  display: flex;
  height: auto;
}
#listMovie .swiper .swiper-slide a,
#listMusic .swiper .swiper-slide a {
  width: 100%;
}

#listHero .swiper,
#listSchedule .swiper,
#listCreator-group .swiper,
#listCreator-solo .swiper,
#listEvent .swiper,
#listBanner .swiper {
  overflow: visible;
}

/* loading
------------------------------ */
#wrap {
  pointer-events: none;
}
#wrap #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
#wrap #loading .logo {
  width: 60%;
  max-width: 500px;
  margin-inline: auto;
}

body.loaded #wrap {
  pointer-events: all;
}
body.loaded #wrap #loading {
  opacity: 0;
  pointer-events: none;
}

/* header
------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  z-index: 100;
}
header .header-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-inner .g-nav .nav--official .list--nav {
  display: flex;
  align-items: center;
  gap: 1.2em;
}
header .header-inner .g-nav .nav--official .list--nav li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
}
header .header-inner .header-logo {
  width: 150px;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
header .header-inner .header-logo .logo {
  color: #000;
}
header .header-inner .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
}
header .header-inner .header-right .nav--login {
  display: flex;
  align-items: center;
  gap: 1.2em;
}
header .header-inner .header-right .nav--login li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
}
header .header-inner .header-right .nav--login li.login {
  position: relative;
}
header .header-inner .header-right .nav--login li.login::before {
  content: "";
  width: 1.2em;
  height: 1px;
  background: #000;
  position: absolute;
  left: -1.2em;
  top: 45%;
  transform: rotate(-50deg);
}
header .header-inner .header-right .drawer__btn {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
header .header-inner .header-right .drawer__btn span {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
header .header-inner .header-right .drawer__btn span.top {
  top: 24%;
}
header .header-inner .header-right .drawer__btn span.middle {
  top: calc(50% - 1.5px);
}
header .header-inner .header-right .drawer__btn span.bottom {
  width: 35px;
  bottom: 24%;
}

.drawer-visible {
  overflow: hidden;
}
.drawer-visible header .header-inner .nav--login {
  display: none;
}
.drawer-visible header .header-inner .drawer__btn span.top {
  top: 45%;
  transform: rotate(45deg);
}
.drawer-visible header .header-inner .drawer__btn span.middle {
  top: 45%;
  transform: rotate(-45deg);
}
.drawer-visible header .header-inner .drawer__btn span.bottom {
  opacity: 0;
}

/* drawer
------------------------------ */
.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.drawer .drawer-inner {
  width: 100%;
  height: 100%;
}
.drawer .drawer-inner .g-nav .drawer-logo {
  max-width: 180px;
}
.drawer .drawer-inner .g-nav .drawer-logo .logo {
  color: #fff;
  height: auto;
}
.drawer .drawer-inner .g-nav {
  background: linear-gradient(-65deg, #ff7bd9, #cb23f0);
  padding: 30px;
}
.drawer .drawer-inner .g-nav .list--nav li a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 36px);
}
.drawer .drawer-inner .g-nav .list--nav li + li {
  margin-top: 0.5em;
}
.drawer .drawer-inner .g-nav .list--nav li.limited a {
  position: relative;
  z-index: 1;
}
.drawer .drawer-inner .g-nav .list--nav li.limited a::after {
  content: "";
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
  height: 0.7em;
  width: 105%;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  transform: skewX(-20deg);
  filter: drop-shadow(3px 2px 2px #fff);
  z-index: -1;
}
.drawer .drawer-inner .g-nav .nav--login {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 3em 0 2em;
}
.drawer .drawer-inner .g-nav .nav--login li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  width: 6em;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 26px);
  text-align: center;
  line-height: 1;
  border: 1px solid;
  padding: 0.5em;
  position: relative;
  box-shadow: 0 0 7px #fff;
  transition: 0.3s;
}
.drawer .drawer-inner .g-nav .nav--login li a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 0.6em;
  left: auto;
}
.drawer .drawer-inner .g-nav .nav--login li a::after {
  transition: 0.3s;
}
.drawer .drawer-inner .g-nav .nav--login li a:hover {
  background: #cb23f0;
}
.drawer .drawer-inner .g-nav .nav--login li a:hover::after {
  right: 0.4em;
}
.drawer .drawer-inner .g-nav .nav--login li.mypage a {
  width: 7.5em;
}
.drawer .drawer-inner .g-nav .media-count {
  border-radius: 5px;
  padding: 1em;
  margin-top: 3em;
}
.drawer .drawer-inner .g-nav .media-count p {
  text-align: left;
}
.drawer .drawer-inner .g-nav .media-count p span {
  display: block;
  text-align: right;
  margin-top: 0.5em;
}
.drawer .drawer-inner .creator-container {
  overflow-y: auto;
  padding: 4vw;
}
.drawer .drawer-inner .creator-container .tit {
  font-weight: bold;
  margin-bottom: 1em;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group {
  background: linear-gradient(-90deg, #ff7bd9, #cb23f0);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  line-height: 1.2;
  padding: 1em 2em 1em 0.8em;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 1.2em;
  left: auto;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group.not-group {
  background: #eef1f3;
  color: #000;
  cursor: auto;
  margin-bottom: 1em;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group.not-group::after {
  content: none;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__sns.list--sns li {
  width: calc((100% - 20px) / 3);
  margin: 1em 0 0.5em;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator li {
  border-bottom: 1px dotted #000;
  position: relative;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator li a {
  display: block;
  padding: 0.5em;
}
.drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator li a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 0.8em;
  left: auto;
}

.drawer-visible .drawer {
  opacity: 1;
  pointer-events: all;
}

/* page--home
------------------------------ */
.page--home .wrap {
  overflow-x: hidden;
}
.page--home section .section-inner {
  max-width: 1600px;
  margin: 0 auto;
}
.page--home section .section-inner .block--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 2.5em;
}
.page--home section .section-inner .block--title .section-tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.4px;
  font-size: clamp(20px, 5vw, 30px);
}
.page--home .section--hero .section-inner #listHero .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section--hero .section-inner #listHero .swiper-button-wrap .swiper-pagination {
  width: auto;
  position: static;
}
.page--home .section--hero .section-inner #listHero .swiper-button-wrap .swiper-button-prev,
.page--home .section--hero .section-inner #listHero .swiper-button-wrap .swiper-button-next {
  position: relative;
  background: none;
  margin-top: 0;
}
.page--home .section--hero .section-inner #listHero .swiper-button-wrap .swiper-button-prev::after,
.page--home .section--hero .section-inner #listHero .swiper-button-wrap .swiper-button-next::after {
  border-color: #000;
}
.page--home .section--hero .section-inner #listHero.no-carousel .list--hero li {
  width: 100%;
}
.page--home .section--hero .section-inner #listHero .list--hero li .thumb {
  /*aspect-ratio: 16 / 9;*/
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.page--home .section--hero .section-inner #listHero .list--hero li .tit {
  margin-top: 1em;
  font-weight: bold;
}
.page--home .section--news .section-inner .block--title {
  margin-bottom: 1.5em;
}
.page--home .section--news .section-inner .list--information li {
  border-bottom: 1px solid #ccc;
}
.page--home .section--news .section-inner .list--information li a .block--head {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.page--home .section--news .section-inner .list--information li a .block--head .date {
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
}
.page--home .section--schedule {
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
}
.page--home .section--schedule .section-inner .block--title {
  color: #fff;
}
.page--home .section--schedule .section-inner .tit {
  height: 2.8em;
}
.page--home .section--movie .list--movie .block--txt .txt-inner .tit {
  height: 2.8em;
}
.page--home .section--creator {
  background: linear-gradient(90deg, #cb23f0, #f59833);
}
.page--home .section--creator .block--title {
  color: #fff;
}
.page--home .section--creator .media-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  border-radius: 50px;
}
.page--home .section--creator .media-count p {
  display: flex;
  align-items: center;
}
.page--home .section--creator .media-count p:last-child {
  position: relative;
}
.page--home .section--creator .media-count p:last-child::before {
  content: "";
  width: 1em;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -1.2em;
  font-size: 2em;
  transform: rotate(-60deg);
}
.page--home .section--creator #listCreator-group {
  margin-top: 3em;
  margin-bottom: 2em;
}
.page--home .section--creator .list--creator li {
  text-align: center;
}
.page--home .section--creator .list--creator li .thumb {
  border-radius: 50%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.page--home .section--creator .list--creator li .thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page--home .section--creator .list--creator li .artist {
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  margin-top: 1em;
}
.page--home .section--music .list--music .tit {
  height: 2.8em;
}
.page--home .section--event {
  background: linear-gradient(90deg, #f59833, #ff7bd9);
}
.page--home .section--event .section-inner .block--title {
  color: #fff;
}
.page--home .section--store .section-inner .list--store li a .thumb {
  border-radius: 5px;
}
.page--home .section--banner {
  background: #eef1f3;
}
.page--home .section--banner .section-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page--home .section--banner .section-inner #listBanner.no-carousel .list--banner {
  justify-content: center;
}
.page--home .delighter {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(5%);
}
.page--home .delighter.started {
  opacity: 1;
  transform: translateY(0);
}

/* 下層
------------------------------ */
body:not(.page--home) footer {
  background: #eef1f3;
}

/* page--info
------------------------------ */
.page--info .section--detail .block--head {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.page--info .section--detail .block--head .date {
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
  white-space: nowrap;
}
.page--info .section--detail .thumb {
  margin-bottom: 20px;
}
.page--info .section--detail .txt {
  color: #000;
  border-top: 1px solid #ccc;
  padding-top: 2em;
}
.page--info .section--detail .txt a {
  display: inline-block;
  text-decoration: underline;
}
.page--info .section--detail .txt font {
  color: #000;
}
.page--info .section--detail .txt .ph {
  margin: 1em 0;
}
.page--info .section--detail .txt .ph img {
  width: 100% !important;
}
.page--info .section--detail .block--share {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 3em;
}
.page--info .section--detail .block--share .tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1;
  margin-right: 0.7em;
}
.page--info .section--detail .block--share .list--share {
  gap: 0.5em;
}
.page--info .section--detail .block--share .list--share li a {
  width: 30px;
  height: 30px;
}

/* page--news
------------------------------ */
.page--news .section--list .list--information li {
  position: relative;
}
.page--news .section--list .list--information li:nth-of-type(1)::after {
  transition: transform 0.5s ease-in 0.3s;
}
.page--news .section--list .list--information li:nth-of-type(2)::after {
  transition: transform 0.5s ease-in 0.35s;
}
.page--news .section--list .list--information li:nth-of-type(3)::after {
  transition: transform 0.5s ease-in 0.4s;
}
.page--news .section--list .list--information li:nth-of-type(4)::after {
  transition: transform 0.5s ease-in 0.45s;
}
.page--news .section--list .list--information li:nth-of-type(5)::after {
  transition: transform 0.5s ease-in 0.5s;
}
.page--news .section--list .list--information li:nth-of-type(6)::after {
  transition: transform 0.5s ease-in 0.55s;
}
.page--news .section--list .list--information li:nth-of-type(7)::after {
  transition: transform 0.5s ease-in 0.6s;
}
.page--news .section--list .list--information li:nth-of-type(8)::after {
  transition: transform 0.5s ease-in 0.65s;
}
.page--news .section--list .list--information li:nth-of-type(9)::after {
  transition: transform 0.5s ease-in 0.7s;
}
.page--news .section--list .list--information li:nth-of-type(10)::after {
  transition: transform 0.5s ease-in 0.75s;
}
.page--news .section--list .list--information li:nth-of-type(11)::after {
  transition: transform 0.5s ease-in 0.8s;
}
.page--news .section--list .list--information li:nth-of-type(12)::after {
  transition: transform 0.5s ease-in 0.85s;
}
.page--news .section--list .list--information li:nth-of-type(13)::after {
  transition: transform 0.5s ease-in 0.9s;
}
.page--news .section--list .list--information li:nth-of-type(14)::after {
  transition: transform 0.5s ease-in 0.95s;
}
.page--news .section--list .list--information li:nth-of-type(15)::after {
  transition: transform 0.5s ease-in 1s;
}
.page--news .section--list .list--information li:nth-of-type(16)::after {
  transition: transform 0.5s ease-in 1.05s;
}
.page--news .section--list .list--information li:nth-of-type(17)::after {
  transition: transform 0.5s ease-in 1.1s;
}
.page--news .section--list .list--information li:nth-of-type(18)::after {
  transition: transform 0.5s ease-in 1.15s;
}
.page--news .section--list .list--information li:nth-of-type(19)::after {
  transition: transform 0.5s ease-in 1.2s;
}
.page--news .section--list .list--information li:nth-of-type(20)::after {
  transition: transform 0.5s ease-in 1.25s;
}
.page--news .section--list .list--information li::after {
  content: "";
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.3s;
  transform-origin: left;
  opacity: 1;
}
.page--news .section--list .list--information.delighter.started li::after {
  transform: scaleX(0);
}

/* page--schedule
------------------------------ */
.page--schedule .list--schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}

.page--schedule .section--detail .date_end,
.page--event .section--detail .date_end {
  padding-top: 1em;
  position: relative;
}
.page--schedule .section--detail .date_end::before,
.page--event .section--detail .date_end::before {
  content: "";
  width: 1px;
  height: 0.9em;
  background: #000;
  position: absolute;
  left: 45%;
  top: 0.1em;
}

/* page--movie
------------------------------ */
.page--movie .list--movie {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
.page--movie .section--detail .txt {
  border: none;
}

/* page--event
------------------------------ */
.page--event .list--event {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* page--creator
------------------------------ */
.page--creator .list--creator {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.page--creator .list--creator li {
  text-align: center;
}
.page--creator .list--creator a .name {
  margin-top: 1em;
}
.page--creator .list--creator.delighter.started {
  opacity: 1;
}
.page--creator .list--creator.delighter.started li {
  animation: icon-anime 0.7s ease-in-out both;
  animation-delay: 0.3s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(1) {
  animation-delay: 0.3s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(2) {
  animation-delay: 0.45s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(4) {
  animation-delay: 0.75s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(5) {
  animation-delay: 0.9s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(6) {
  animation-delay: 1.05s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(7) {
  animation-delay: 1.2s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(8) {
  animation-delay: 1.35s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(9) {
  animation-delay: 1.5s;
}
.page--creator .list--creator.delighter.started li:nth-of-type(10) {
  animation-delay: 1.65s;
}
@keyframes icon-anime {
  0% {
    transform: translateY(12px) scale(0.96);
  }
  45% {
    transform: translateY(-14px) scale(1.15);
  }
  70% {
    transform: translateY(3px) scale(0.98);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.page--creator .thumb {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.page--creator .thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page--creator .group-name {
  display: inline-block;
  color: transparent;
  font-size: clamp(26px, 5vw, 34px);
  font-weight: bold;
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.3;
  margin-bottom: 20px;
}
.page--creator .section--list .group .group__head {
  text-align: center;
  transform: scale(0.9);
  opacity: 0;
  transition: ease 0.4s;
}
.page--creator .section--list .group .group__head.delighter.started {
  opacity: 1;
  transform: none;
}
.page--creator .section--list .group + .group {
  border-top: 1px solid #ccc;
  margin-top: 6vh;
  padding-top: 6vh;
}
.page--creator .section--detail .block--title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.page--creator .section--detail .block--title .section-tit {
  font-size: clamp(18px, 4vw, 28px);
  white-space: pre-wrap;
  font-weight: bold;
}
.page--creator .section--detail .block--title .section-tit .name-en {
  display: block;
  font-size: 0.6em;
  margin-top: 0.3em;
}
.page--creator .section--detail .block--title .list--sns {
  margin-left: auto;
}
.page--creator .section--detail .block--title .list--sns li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--creator .section--detail .link-official {
  margin-top: 4em;
}
.page--creator .section--detail .link-official a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.page--creator .section--detail .link-official a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 1.5em;
  left: auto;
}
.page--creator .section--detail .link-official a {
  position: relative;
  max-width: 250px;
}
.page--creator .section--detail .txt {
  line-height: 1.5;
}
.page--creator .section--detail .heading-tit {
  color: transparent;
  font-size: clamp(16px, 3vw, 24px);
  background: linear-gradient(90deg, #ff7bd9, #cb23f0 10%);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  margin-bottom: 2em;
}
.page--creator .section--detail .heading-tit::after {
  content: "";
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.3em;
  left: 0;
}
.page--creator .section--detail .block--member,
.page--creator .section--detail .block--group {
  margin-top: 4em;
}
.page--creator .section--detail .block--group a {
  position: relative;
}
.page--creator .section--detail .block--group a .thumb {
  width: 40%;
}
.page--creator .section--detail .block--group a .block--txt {
  width: 60%;
  position: absolute;
  left: 30%;
  bottom: 10%;
  z-index: -1;
}
.page--creator .section--detail .block--group a .block--txt .tit {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9, transparent 80%);
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  padding: 5px 15px 5px 20.5%;
}
.page--creator .section--detail .block--group a .block--txt .name {
  padding: 15px;
  padding: 15px 15px 15px 20%;
}

/* page--music
------------------------------ */
.page--music .section--list .list--music {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page--music .section--list .list--music li .block--text {
  margin-top: 1em;
}
.page--music .section--list .list--music li .block--text .category {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  display: inline-block;
  text-align: center;
  min-width: 7em;
  color: white;
  font-size: 0.8em;
  border-radius: 20px;
  line-height: 1.1;
  padding: 3px 0.8em;
  background: #fff;
  color: #899faa;
  border: 1px solid #899faa;
  box-sizing: border-box;
  margin-bottom: 0.8em;
}
.page--music .section--list .list--music li .block--text .date {
  font-size: inherit;
  line-height: 1;
  margin-bottom: 0.8em;
}
.page--music .section--list .list--music li .block--text .tit {
  font-size: 1.1em;
}
.page--music .section--detail .block--jacket .thumb + .thumb {
  margin-top: 1em;
}
.page--music .section--detail .block--jacket .tit-img {
  font-size: 0.85em;
  margin-top: 0.3em;
  margin-bottom: 1.5em;
}
.page--music .section--detail .block--detail .title {
  font-size: clamp(16px, 3vw, 24px);
  margin-bottom: 0.5em;
}
.page--music .section--detail .block--detail .block--label {
  margin-bottom: 1em;
}
.page--music .section--detail .block--detail .date {
  font-size: 1em;
  margin-bottom: 1em;
}
.page--music .section--detail .block--detail .date .release {
  font-size: 0.8em;
}
.page--music .section--detail .block--detail .list--comment {
  margin: 2em 0;
}
.page--music .section--detail .block--detail .block--track .track-inner {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 123, 217, 0.2), rgba(203, 35, 240, 0.2));
  border-radius: 5px;
  margin-top: 2em;
  padding: 1em;
}
.page--music .section--detail .block--detail .block--track .track-inner .disc-name {
  font-weight: 600;
  padding: 0.5em 0.5em 0.2em 0.5em;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li {
  display: flex;
  padding: 1em 0;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .num {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  width: 1.8em;
  text-align: right;
  margin-right: 0.5em;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .tit {
  font-weight: normal;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .track-title {
  width: calc(100% - 1.8em);
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .track-title .title-inner {
  display: flex;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .track-title .title-inner .list--link {
  display: flex;
  align-items: center;
  margin-left: 0.5em;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .track-title .title-inner .list--link .youtube {
  color: #FF0000;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li .tie-up {
  margin-top: 0.5em;
  font-size: 0.85em;
  opacity: 0.7;
}
.page--music .section--detail .block--detail .block--track .track-inner .list--track > li + li {
  border-top: 1px solid #ccc;
}
.page--music .section--detail .block--detail .review {
  margin-top: 2em;
}

/* page--bbs
------------------------------ */
.page--bbs .section-tit .version {
  color: #cb23f0;
}
.page--bbs .section-tit .version small {
  font-size: 0.7em;
}
.page--bbs.page--list .section--list .sub-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page--bbs.page--list .section--list .list--bbs li a .block--head {
  margin-bottom: 0.6em;
}
.page--bbs.page--list .section--list .current {
  margin-bottom: 4em;
}
.page--bbs.page--list .section--list .current .list--bbs li {
  border: none;
}
.page--bbs.page--list .section--list .current .list--bbs li a {
  background: linear-gradient(90deg, rgba(203, 35, 240, 0.2), rgba(255, 123, 217, 0.2));
  padding: 1em 2.2em 1em 1em;
  position: relative;
  font-size: 1.15em;
  border-radius: 3px;
}
.page--bbs.page--list .section--list .current .list--bbs li + li {
  margin-top: 1em;
}
.page--bbs.page--list .section--list .archive .list--bbs {
  border-top: 1px solid #ccc;
}
.page--bbs.page--list .section--list .archive .list--bbs li a {
  padding: 1em 0.5em;
}
.page--bbs.page--thread .section--list .switching_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  font-weight: 600;
  font-size: 17px;
  position: sticky;
  top: 150px;
  margin-top: 15px;
  z-index: 2;
}
.page--bbs.page--thread .section--list .switching_btn li {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  border-radius: 40px;
  color: #fff;
  padding: 0.25em 1.5em;
}
.page--bbs.page--thread .section--list .switching_btn li a {
  display: block;
  padding: 0.25em 1.5em;
  margin: -0.25em -1.5em;
  opacity: 0.6;
}
.page--bbs.page--thread .section--list .switching_btn li + li {
  margin-left: 0.5em;
}
.page--bbs.page--thread .section--list .inner {
  background: linear-gradient(90deg, rgba(255, 123, 217, 0.2), rgba(203, 35, 240, 0.2));
  overflow-x: hidden;
}
.page--bbs.page--thread .section--list .inner .sub-title {
  width: 90%;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  margin: 1em auto 0;
  padding: 1em 0;
}
.page--bbs.page--thread .section--list .inner .list--comment {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 3em;
  padding-bottom: 3em;
}
.page--bbs.page--thread .section--list .inner .list--comment li {
  display: flex;
  margin-bottom: 2em;
  position: relative;
}
.page--bbs.page--thread .section--list .inner .list--comment li .ph, .page--bbs.page--thread .section--list .inner .list--comment li .block--player {
  margin-top: 1em;
}
.page--bbs.page--thread .section--list .inner .list--comment li a {
  display: block;
  padding: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li a:last-child {
  margin-bottom: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li a.ph.photo-image {
  line-height: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li a.ph.photo-image img {
  max-height: 120vw;
  width: auto;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .comment--box--inner {
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0.5em;
  padding: 1.2em;
  filter: drop-shadow(0 0 3px #fff);
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .comment--box--inner .block--player {
  width: 65vw;
  height: auto;
  min-height: 30vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 56.25%;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .comment--box--inner .block--player .vjs-progress-control.vjs-control {
  display: none;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .comment--box--inner .block--player .vjs-fullscreen-control {
  position: absolute;
  right: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .comment--box--inner .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: "Material Symbols Outlined";
  font-size: 14px;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .block--user .name {
  margin: 0 4px 8px 0;
  display: block;
  font-size: 12px;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .date {
  position: absolute;
  font-weight: normal;
  right: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 6em 0 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .do-comment,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .icon--like.comment_heart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1em;
  cursor: pointer;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .do-comment i,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .icon--like.comment_heart i,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .icon--like.comment_heart span {
  color: #222;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .icon--like .fa-heart.clicked {
  animation: heart-anime 1s forwards;
}
@keyframes heart-anime {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.8);
  }
  60% {
    color: #ff7bd9;
    transform: scale(1.15);
  }
  80% {
    color: #ff7bd9;
    transform: scale(0.95);
  }
  100% {
    color: #ff7bd9;
    transform: scale(1);
  }
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form {
  display: none;
  width: 90vw;
  max-width: 700px;
  position: absolute;
  top: -2em;
  right: 0;
  z-index: 10;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea {
  background: #899faa;
  padding: 20px 20px 15px;
  border-radius: 8px;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea .reply_val {
  padding: 5px 15px;
  min-height: 2.5em;
  max-height: 90px;
  height: auto;
  border-radius: 30px;
  width: calc(100% - 40px);
  border: none;
  resize: none;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea .comment_reply_confirm_popup {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  padding: 5px 0 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea .input_close {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 30px;
  height: 30px;
  padding: 1em;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea .input_close span {
  position: absolute;
  display: block;
  background: #fff;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea .input_close span:nth-child(1) {
  transform: rotate(45deg);
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .wrap--action .reply-form .form--inputarea .input_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .deleteBox {
  display: flex;
  flex-direction: row-reverse;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .deleteBox .btn--delete {
  display: inline-block;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .deleteBox .btn--delete input {
  color: #cb23f0;
  font-size: 11px;
  background: none;
  border: 1px solid;
  line-height: 1;
  margin-top: 0.5em;
  padding: 3px;
  cursor: pointer;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply {
  margin-bottom: 0.8em;
  opacity: 0.8;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .comment--box--inner {
  padding: 1em !important;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .block--user,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .txt,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .video-js,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .ph {
  opacity: 0.4;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .video-js,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .ph {
  filter: grayscale(0.5);
  transition: 0.3s;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .ph:hover,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .video-js:hover,
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .video-js.vjs-playing {
  filter: none;
  opacity: 1;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .txt {
  font-size: 0.85em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box.reply .txt.open {
  display: block;
  opacity: 1;
}
.page--bbs.page--thread .section--list .inner .list--comment li .comment--box .reply-text {
  font-size: 0.85em;
  opacity: 0.4;
  margin-bottom: 0.5em;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .icon img {
  height: 100%;
  object-fit: cover;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .icon.member img {
  transform: scale(1.5);
  transform-origin: top;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box {
  max-width: calc(100% - 80px);
  min-width: 55%;
  position: relative;
  margin-left: 20px;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner .txt a {
  transition: 0.3s;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner .txt a:hover {
  opacity: 0.5;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner .txt .player {
  width: 700px;
  max-width: 100%;
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner .txt .player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px;
  border: 8px solid transparent;
  border-right: 20px solid #fff;
  transform: rotate(30deg);
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner .ph .memberimage {
  width: 100% !important;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner iframe {
  width: 100%;
  position: relative !important;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .comment--box--inner iframe.iframe_v {
  aspect-ratio: 9/16;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box.reply {
  max-width: 90%;
  margin-left: 0;
}
.page--bbs.page--thread .section--list .inner .list--comment li.member .comment--box .wrap--action .reply-form {
  right: auto;
  left: -70px;
}
.page--bbs.page--thread .section--list .inner .list--comment li.not-member {
  justify-content: right;
}
.page--bbs.page--thread .section--list .inner .list--comment li.not-member .comment--box {
  max-width: 90%;
  min-width: 40%;
  margin-left: 10%;
}
.page--bbs.page--thread .section--list .inner .list--comment li.not-member .comment--box .block--user .name {
  text-align: right;
}
.page--bbs.page--thread .section--list .inner .list--comment li.not-member .comment--box .reply-text {
  text-align: right;
}
.page--bbs.page--thread .section--list .inner .list--comment li.not-member .comment--box .comment--box--inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -20px;
  border: 8px solid transparent;
  border-right: 20px solid #fff;
  transform: rotate(150deg);
}
.page--bbs.page--thread .section--list .inner .list--comment .txt:last-child {
  margin-bottom: 0;
}
.page--bbs.page--thread .section--list .block--form {
  background: #000;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.page--bbs.page--thread .section--list .block--form .bbs-textarea {
  margin-left: 20px;
}
.page--bbs.page--thread .section--list .block--form textarea {
  width: calc(100% - 60px);
  min-height: 2.5em;
  max-height: 120px;
  resize: none;
  padding: 8px 16px;
  margin: 20px auto;
  border-radius: 30px;
  border: 0;
}
.page--bbs.page--thread .section--list .block--form .form--post {
  margin: 0;
}
.page--bbs.page--thread .section--list .block--form label {
  left: 40px;
  top: 30px;
}
.page--bbs.page--thread .section--list .block--form .btn {
  position: absolute;
  top: 25px;
  right: 15px;
  margin: 0;
}
.page--bbs.page--thread .section--list .block--form.not-member .input-file {
  display: none;
}
.page--bbs.page--thread .section--list .block--form.member textarea {
  width: calc(100% - 100px);
  margin-left: 40px;
}
.page--bbs.page--thread .section--list .block--form.member .input-file label {
  display: inline-block;
  background: url(/static/stpr/contents/bbs/icon-photo.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page--bbs.page--thread .section--list .block--form.member .input-file label input {
  display: none;
}
.page--bbs.page--thread .section--list .file_desc {
  position: absolute;
  bottom: 12px;
  left: 8px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
}
.page--bbs.page--thread .section--list .block--pager .logo {
  width: 50px;
  animation: 2s bbs-pager linear infinite;
  perspective: 1000px;
  padding-bottom: 50px;
}
@keyframes bbs-pager {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.page--bbs.page--thread #attention {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.5s, opacity 1s;
}
.page--bbs.page--thread #attention .inner {
  width: 90%;
  max-width: 550px;
  background: #eef1f3;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
}
.page--bbs.page--thread #attention .inner .attention__tit {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.8em;
}
.page--bbs.page--thread #attention .inner .attention__list {
  background: #fff;
  border-radius: 5px;
  padding: 1.5em;
  margin: 1em 0;
}
.page--bbs.page--thread #attention .inner .attention__list li .tit {
  color: #cb23f0;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.page--bbs.page--thread #attention .inner .attention__list li + li {
  margin-top: 1.5em;
}
.page--bbs.page--thread #attention .inner #agree {
  margin-top: 2em;
  cursor: pointer;
}
.page--bbs.page--thread #attention.is-close {
  pointer-events: none;
  transform: scaleY(0);
  opacity: 0;
}
.page--bbs.page--confirm .section--detail .form--confirm,
.page--bbs.page--confirm .section--detail .form--post {
  background: linear-gradient(90deg, rgba(255, 123, 217, 0.2), rgba(203, 35, 240, 0.2));
  padding: 2em;
  margin-top: 1.5em;
}
.page--bbs.page--confirm .section--detail .form--confirm dl dt,
.page--bbs.page--confirm .section--detail .form--post dl dt {
  font-weight: 600;
}
.page--bbs.page--confirm .section--detail .form--confirm dl dd,
.page--bbs.page--confirm .section--detail .form--post dl dd {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0 1em;
  margin-bottom: 1em;
}
.page--bbs.page--confirm .section--detail .form--confirm .btn,
.page--bbs.page--confirm .section--detail .form--post .btn {
  margin-top: 2em;
}
.page--bbs.page--confirm .section--detail .form--post textarea {
  width: 100%;
  padding: 0.5em;
}
.page--bbs.page--confirm .section--detail .block--error {
  color: #e93324;
}
.page--bbs.page--complete .section--detail .btn {
  margin-top: 3em;
}
.page--bbs.page--complete .section--detail .btn a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

/* page--faq
------------------------------ */
.page--faq .searchBox {
  max-width: 550px;
  border: 1px solid #cb23f0;
  position: relative;
  margin-bottom: 2em;
}
.page--faq .searchBox input {
  border: none;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  padding: 0.8em 2.5em 0.8em 1em;
}
.page--faq .searchBox input[type=text]::-moz-placeholder {
  color: #cb23f0;
}
.page--faq .searchBox input[type=text]::placeholder {
  color: #cb23f0;
}
.page--faq .searchBox input[type=submit] {
  font-family: FontAwesome;
  font-size: 18px;
  color: #cb23f0;
  border: none;
  background: none;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.page--faq .tit--category {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}
.page--faq .icon--q,
.page--faq .icon--a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 1.2em;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page--faq .icon--q {
  background: #cb23f0;
  border: 1px solid #cb23f0;
  color: #fff;
}
.page--faq .icon--a {
  background: #fff;
  border: 1px solid #cb23f0;
  color: #cb23f0;
}
.page--faq .no-data {
  font-size: inherit;
}
.page--faq .list--faq li a {
  padding: 1.2em 0.5em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.page--faq .list--faq li a .tit {
  font-weight: normal;
  padding-left: 2.2em;
}
.page--faq .list--faq li.delighter {
  opacity: 0;
  transform: translateY(8%);
  transition: 0.4s;
}
.page--faq .list--faq li.delighter.started {
  opacity: 1;
  transform: translateY(0);
}
.page--faq .section--list .tit--category {
  font-size: 1.2em;
  margin-top: 2.5em;
}
.page--faq .section--detail .block--faq {
  background: linear-gradient(90deg, rgba(255, 123, 217, 0.2), rgba(203, 35, 240, 0.2));
  border-radius: 5px;
  padding: 1.5em;
  margin-bottom: 3em;
}
.page--faq .section--detail .block--faq .tit--category {
  display: inline-block;
  font-size: 0.8em;
}
.page--faq .section--detail .block--faq .block--faq-detail {
  margin-top: 1em;
}
.page--faq .section--detail .block--faq .block--faq-detail dt, .page--faq .section--detail .block--faq .block--faq-detail dd {
  position: relative;
}
.page--faq .section--detail .block--faq .block--faq-detail dt .txt, .page--faq .section--detail .block--faq .block--faq-detail dd .txt {
  padding-left: 38px;
}
.page--faq .section--detail .block--faq .block--faq-detail dt {
  font-size: 1.2em;
  border-bottom: 1px solid #cb23f0;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.page--faq .section--detail .block--faq .block--faq-detail dd {
  font-size: 1.05em;
}
.page--faq .section--detail .block--faq .block--faq-detail dd .txt a {
  text-decoration: underline;
}
.page--faq .section--detail .block--faq .block--faq-detail .icon--q,
.page--faq .section--detail .block--faq .block--faq-detail .icon--a {
  width: 30px;
  height: 30px;
  font-size: 1.3em;
  top: 0.5em;
}
.page--faq .section--detail .block--faq .block--faq-detail .txt a {
  display: inline-block;
}
.page--faq .section--detail .block--contact {
  text-align: center;
  margin-top: 3em;
}
.page--faq #contact-modal {
  display: flex;
  text-align: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
  z-index: 100;
  opacity: 0;
  transform: translateY(100%);
}
.page--faq #contact-modal .list--contact {
  width: 100%;
  padding: 10vh 5vw;
}
.page--faq #contact-modal .list--contact li + li {
  margin-top: 1.5em;
}
.page--faq #contact-modal .close-btn {
  width: 40px;
  height: 40px;
  background: #cb23f0;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
}
.page--faq #contact-modal .close-btn::before, .page--faq #contact-modal .close-btn::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 25%;
}
.page--faq #contact-modal .close-btn::before {
  transform: rotate(45deg);
}
.page--faq #contact-modal .close-btn::after {
  transform: rotate(-45deg);
}
.page--faq #contact-modal.active {
  opacity: 1;
  transform: translateY(0);
}

/* page--privacy
------------------------------ */
.page--privacy .section--list .list--privacy li a {
  background: linear-gradient(90deg, rgba(203, 35, 240, 0.2), rgba(255, 123, 217, 0.2));
  padding: 1em 2em 1em 1em;
  position: relative;
}
.page--privacy .section--list .list--privacy li a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: calc(0.5em + 9px);
  left: auto;
}
.page--privacy .section--list .list--privacy li a {
  border-radius: 3px;
}
.page--privacy .section--list .list--privacy li a .tit {
  margin-bottom: 0.5em;
}
.page--privacy .section--list .list--privacy li + li {
  margin-top: 2em;
}

/* page--entry
------------------------------ */
.page--entry .section--detail {
  max-width: 850px;
}
.page--entry .section--detail .heading .logo {
  width: 20%;
  height: auto;
  max-width: 100px;
  margin-inline: auto;
}
.page--entry .section--detail .heading .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  margin: 1.2em 0 1.5em;
}
.page--entry .section--detail .about {
  text-align: center;
}
.page--entry .section--detail .about .title {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  margin-bottom: 1em;
}
.page--entry .section--detail .about .title::before {
  content: "";
  background: linear-gradient(90deg, #ff7bd9, #cb23f0);
  width: 110%;
  height: 50%;
  position: absolute;
  bottom: -0.1em;
  left: -5%;
  opacity: 0.4;
  z-index: -1;
}
.page--entry .section--detail .about .notice {
  margin-top: 1.5rem;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail .about .notice::before {
  content: "※";
}
.page--entry .section--detail .info {
  background: #eef1f3;
  padding: 2em;
}
.page--entry .section--detail .info .title {
  text-align: center;
  font-size: 1.15em;
  margin-bottom: 1.5em;
}
.page--entry .section--detail .info .label-step {
  background: linear-gradient(90deg, #cb23f0, #ff7bd9);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  padding: 3px 1em;
}
.page--entry .section--detail .info.member {
  margin-bottom: 2rem;
}
.page--entry .section--detail .info.member .list--fc {
  margin-top: 1em;
}
.page--entry .section--detail .info.member .list--fc li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.page--entry .section--detail .info.member .list--fc li::before {
  content: "◆";
  margin-right: 0.2em;
}
.page--entry .section--detail .info.member .list--fc li + li {
  margin-top: 0.5em;
}
.page--entry .section--detail .info.no-member .flow {
  margin: 1em 0;
}
.page--entry .section--detail .info.no-member .flow-detail {
  background: #fff;
  border-radius: 5px;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  top: calc(50% - 3.5px);
  right: 1.2em;
  left: auto;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-btn {
  position: relative;
  padding: 1em;
  cursor: pointer;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-btn::after {
  top: calc(50% - 4px);
  transition: 0.3s;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-inner .list--flow li {
  border-top: 1px solid #ccc;
  padding: 2em 0;
  margin: 0 1em;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-inner .list--flow li .label-step {
  margin-bottom: 1.5em;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-inner .list--flow li p small {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-inner .list--flow li .ph {
  overflow: visible;
}
.page--entry .section--detail .info.no-member .flow-detail .accordion-inner .list--flow li .ph img {
  display: block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.page--entry .section--detail .info.no-member .flow-detail.open .accordion-btn::after {
  transform: rotate(135deg);
  top: calc(50% - 2px);
}
.page--entry .section--detail .info.no-member .flow-detail.open .accordion-inner {
  max-height: 5000px;
  opacity: 1;
  overflow: visible;
}
.page--entry .section--detail .btn {
  margin: 3rem 0;
}

/* page--fc
------------------------------ */
.page--fc .section--detail .list--fc {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 30px 20px;
}
.page--fc .section--detail .list--fc .name {
  font-weight: 500;
  margin-bottom: 1em;
}
.page--fc .section--detail .list--fc a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px #ccc;
  border-radius: 5px;
  padding: 1em;
}
.page--fc .section--detail .list--fc a .logo img {
  height: 120px;
  object-fit: contain;
}

/* page--error
------------------------------ */
.page--error .section--detail .tit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.4px;
  font-size: clamp(22px, 5vw, 35px);
  margin-bottom: 1.5em;
}
.page--error .section--detail .btn {
  margin-top: 4em;
}

/* page--logout
	------------------------------ */
.page--logout .section--detail .tit {
  text-align: center;
  margin-bottom: 2em;
}
.page--logout .section--detail .txt--basic {
  line-height: 1.6;
  margin-bottom: 3em;
}
.page--logout .section--detail .txt--basic span {
  background: linear-gradient(90deg, rgba(255, 123, 217, 0.2), rgba(203, 35, 240, 0.2));
  display: inline-block;
  font-weight: 500;
  font-size: 1.05em;
  padding: 1em;
}

/* footer
------------------------------ */
footer {
  padding: 4vw 2vw;
}
footer .footer-inner {
  text-align: center;
}
footer .footer-inner .footer-logo .logo {
  color: #000;
}
footer .footer-inner .block--support .nav--support {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
footer .footer-inner .block--support .nav--support li a {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
}
footer .footer-inner .block--sns .list--sns {
  gap: 1em;
}
footer .footer-inner .block--sns .list--sns li a {
  background: none;
  padding: 0;
}
footer .footer-inner .block--sns .list--sns li a i {
  font-size: 20px;
}
footer .footer-inner .block--sns .copyright {
  font-size: 10px;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  .content--main {
    min-height: calc(100vh - 200px);
  }
  .list__more a {
    background: #eef1f3;
    transition: 0.3s;
  }
  .list__more a:hover {
    transform: translateX(5px);
  }
  /* btn
  ------------------------------ */
  .btn--main {
    background-size: 100% 100%;
    transition: 0.3s;
  }
  .btn--main:hover {
    background-size: 300% 200%;
    border-color: #ff7bd9;
  }
  .btn--sub {
    transition: 0.3s;
  }
  .btn--sub:hover {
    color: #ff7bd9;
    border-color: #ff7bd9;
  }
  .detail__btn a {
    transition: 0.3s;
  }
  .detail__btn a::before {
    transition: 0.3s;
    transform-origin: left;
  }
  .detail__btn a:hover {
    transform: translateX(-5px);
  }
  .detail__btn a:hover::before {
    transform: scaleX(0);
  }
  /* list
  ------------------------------ */
  .list--information li {
    position: relative;
  }
  .list--information li a {
    position: relative;
    padding: 1.4em 2.6em 1.4em 0.5em;
  }
  .list--information li a:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #eef1f3;
    border-radius: 50%;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .list--information li a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    border: 1px solid #000;
    border-top: none;
    border-right: none;
    transform: rotate(-135deg);
    vertical-align: middle;
    top: calc(50% - 3.5px);
    right: calc(0.5em + 9px);
    left: auto;
  }
  .list--information li a::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
  .list--information li a:hover::before {
    background: linear-gradient(90deg, #ff7bd9, #cb23f0);
    transform: translateY(-50%) scale(1.3);
  }
  .list--information li a:hover::after {
    border-color: #fff;
  }
  .list--information li::before {
    content: "";
    background: linear-gradient(90deg, #ff7bd9, #cb23f0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: right;
    opacity: 0.3;
  }
  .list--information li:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .list--contents {
    gap: 20px;
  }
  .list--contents li {
    width: calc((100% - 60px) / 3);
  }
  .list--creator a .thumb,
  .page--creator .section--list .group__head a .thumb {
    transition: 0.5s;
  }
  .list--creator a:hover .thumb,
  .page--creator .section--list .group__head a:hover .thumb {
    transform: scale(1.05);
  }
  .list--music li a .thumb,
  .list--creator a .thumb,
  .page--creator .section--list .group__head a .thumb {
    transition: 0.5s;
  }
  .list--music li a .thumb::after,
  .list--creator a .thumb::after,
  .page--creator .section--list .group__head a .thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff);
    transform: skewX(-40deg);
    opacity: 0.3;
    z-index: 10;
  }
  .list--music li a:hover .thumb::after,
  .list--creator a:hover .thumb::after,
  .page--creator .section--list .group__head a:hover .thumb::after {
    animation: shine 0.8s ease;
  }
  @keyframes shine {
    100% {
      left: 130%;
    }
  }
  .list--music li {
    height: 100%;
  }
  .list--event .block--txt dl {
    position: relative;
  }
  .list--event .block--txt dl > div {
    display: flex;
    align-items: center;
  }
  .list--event .block--txt dl > div dt {
    position: absolute;
  }
  .list--event .block--txt dl > div dd {
    padding-left: 6em;
  }
  .list--schedule li a,
  .list--movie li a,
  .list--event li a {
    position: relative;
    height: 100%;
  }
  .list--schedule li a::before,
  .list--movie li a::before,
  .list--event li a::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.3s;
    pointer-events: none;
  }
  .list--schedule li a:hover::before,
  .list--movie li a:hover::before,
  .list--event li a:hover::before {
    transform: scaleY(1);
  }
  .list--schedule li .block--txt .tit {
    height: 2.8em;
  }
  .list--sns li a {
    transition: 0.3s;
  }
  .list--sns li a:hover {
    transform: scale(1.1);
  }
  /* pager
  ------------------------------ */
  .block--pager li:has(a) {
    transition: 0.3s;
  }
  .block--pager li:has(a):hover {
    transform: scale(1.2);
  }
  /* swiper
  ------------------------------ */
  .no-carousel .list li {
    width: calc((100% - 45px) / 4);
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: 0.3s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    transform: scale(1.3);
  }
  .swiper-button-prev {
    left: -5%;
  }
  .swiper-button-next {
    right: -5%;
  }
  #listSchedule,
  #listMovie,
  #listMusic,
  #listEvent,
  #listStore {
    width: 95%;
    margin: 0 auto;
  }
  /* drawer
  ------------------------------ */
  .drawer .drawer-inner {
    display: flex;
  }
  .drawer .drawer-inner .g-nav {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }
  .drawer .drawer-inner .g-nav .drawer-logo {
    margin-bottom: 30px;
  }
  .drawer .drawer-inner .g-nav .list--nav li a {
    transition: 0.3s;
    will-change: transform;
  }
  .drawer .drawer-inner .g-nav .list--nav li a::after {
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .list--nav li a:hover {
    transform: skewX(-7deg);
    padding-left: 0.2em;
  }
  .drawer .drawer-inner .g-nav .list--nav li a:hover::after {
    left: 1%;
    width: 103%;
  }
  .drawer .drawer-inner .g-nav .media-count p:last-child {
    border-top: 1px solid;
    margin-top: 1em;
    padding-top: 1em;
  }
  .drawer .drawer-inner .creator-container {
    width: 75%;
  }
  .drawer .drawer-inner .creator-container .creator-inner {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: 2em;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group {
    background-size: 100% 100%;
    transition: 0.3s;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group::after {
    transition: 0.3s;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group:hover {
    background-size: 300% 200%;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .name-group:hover::after {
    right: 0.8em;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator li a {
    transition: 0.3s;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator li a:hover {
    transform: translateX(0.5em);
  }
  /* header
  ------------------------------ */
  header .header-inner .g-nav {
    max-width: 61%;
  }
  header .header-inner .g-nav .nav--official .list--nav {
    flex-wrap: wrap;
    gap: 0.5em 1.6em;
  }
  header .header-inner .g-nav .nav--official .list--nav li.current a {
    background: linear-gradient(90deg, #cb23f0, #ff7bd9);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
  }
  header .header-inner .g-nav .nav--official .list--nav li a {
    background: linear-gradient(90deg, #cb23f0, #ff7bd9);
    background-size: 0% 100%;
    background-position: center center;
    -webkit-background-clip: text;
            background-clip: text;
    transition: 0.3s;
  }
  header .header-inner .g-nav .nav--official .list--nav li a:hover {
    color: transparent;
    background-size: 100% 100%;
  }
  header .header-inner .g-nav .nav--official .list--nav li.limited a {
    position: relative;
    z-index: 1;
  }
  header .header-inner .g-nav .nav--official .list--nav li.limited a::after {
    content: "";
    background: linear-gradient(90deg, #cb23f0, #ff7bd9);
    width: 105%;
    height: 0.6em;
    position: absolute;
    bottom: -0.3em;
    left: -2.5%;
    transform: skewX(-20deg);
    z-index: -1;
    opacity: 0.4;
  }
  header .header-inner .header-right .nav--login li a {
    position: relative;
    line-height: 1;
    padding: 3px;
    transition: 0.3s;
    z-index: 1;
  }
  header .header-inner .header-right .nav--login li a::before {
    content: "";
    background: linear-gradient(90deg, #ff7bd9, #cb23f0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: right;
    z-index: -1;
  }
  header .header-inner .header-right .nav--login li a:hover {
    color: #fff;
  }
  header .header-inner .header-right .nav--login li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  header .header-inner .drawer__btn span {
    transition: 0.3s;
  }
  header .header-inner .drawer__btn:hover span {
    background: #cb23f0;
  }
  /* page--home
  ------------------------------ */
  .page--home .section-inner {
    padding: 5vw 5vw 6vw;
  }
  .page--home .section--hero .section-inner {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .page--home .section--hero #listHero .swiper {
    overflow: visible;
  }
  .page--home .section--news .list--information {
    width: 95%;
    margin: 0 auto;
  }
  .page--home .section--schedule .list--schedule .block--txt {
    min-height: 8.8em;
  }
  .page--home .section--creator #listCreator-solo {
    transform: translateX(3%);
  }
  .page--home .section--music .btn__play {
    transition: 0.3s;
  }
  .page--home .section--music .btn__play:hover {
    opacity: 0.7;
  }
  .page--home .section--event #listEvent.no-carousel .list--event li {
    width: calc((100% - 15px) / 2);
  }
  .page--home .section--store #listStore.no-carousel .list--store li {
    width: calc((100% - 45px) / 3);
  }
  .page--home .section--banner .section-inner #listBanner .swiper {
    width: 80%;
  }
  .page--home .section--banner .section-inner #listBanner.no-carousel .list--banner li {
    width: calc((100% - 45px) / 3);
  }
  .page--home .section--banner .section-inner #listBanner .list--banner li {
    width: calc(50% - 20px);
  }
  .page--home .list--hero a .thumb img,
  .page--home .list--store a .thumb img,
  .page--home .list--banner a .thumb img {
    transition: 0.3s;
  }
  .page--home .list--hero a:hover .thumb img,
  .page--home .list--store a:hover .thumb img,
  .page--home .list--banner a:hover .thumb img {
    transform: scale(1.15);
  }
  /* 下層
  ------------------------------ */
  body:not(.page--home) .block--title.flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  /* page--info
  ------------------------------ */
  .page--info .section--detail .txt a {
    transition: 0.3s;
  }
  .page--info .section--detail .txt a:hover {
    opacity: 0.7;
  }
  /* page--schedule
  ------------------------------ */
  .page--schedule .list--schedule li {
    width: calc((100% - 40px) / 3);
  }
  /* page--movie
  ------------------------------ */
  .page--movie .list--movie li {
    width: calc((100% - 40px) / 3);
  }
  /* page--event
  ------------------------------ */
  .page--event .list--event li {
    width: calc((100% - 30px) / 2);
  }
  /* page--creator
  ------------------------------ */
  .page--creator .list--creator {
    gap: 30px;
  }
  .page--creator .list--creator li {
    width: calc((100% - 150px) / 6);
  }
  .page--creator .section--list .group {
    display: flex;
    align-items: center;
  }
  .page--creator .section--list .group__head {
    width: 48%;
    padding-right: 3vw;
    padding-bottom: 5em;
  }
  .page--creator .section--list .list--creator {
    width: 52%;
  }
  .page--creator .section--list .list--creator li {
    width: calc((100% - 60px) / 3);
  }
  .page--creator .section--detail .section-inner {
    display: flex;
  }
  .page--creator .section--detail .section-inner .block--detail {
    width: 50%;
    padding-right: 2vw;
  }
  .page--creator .section--detail .section-inner .ph {
    width: 50%;
  }
  .page--creator .section--detail .section-inner .block--group a .thumb img {
    transition: 0.3s;
  }
  .page--creator .section--detail .section-inner .block--group a:hover .thumb img {
    transform: scale(1.15);
  }
  /* page--music
  ------------------------------ */
  .page--music .section--list .list--music li {
    width: calc((100% - 60px) / 3);
  }
  .page--music .section--detail .section-inner {
    display: flex;
  }
  .page--music .section--detail .section-inner .block--jacket {
    width: 50%;
    padding-right: 5vw;
  }
  .page--music .section--detail .section-inner .block--detail {
    width: 50%;
  }
  /* page--bbs
  ------------------------------ */
  .page--bbs.page--list .list--bbs li a {
    transition: 0.3s;
  }
  .page--bbs.page--list .list--bbs li a:hover {
    transform: translateX(10px);
  }
  .page--bbs.page--list .list--bbs li::before {
    content: none;
  }
  .page--bbs.page--thread .section--list .switching_btn {
    margin-top: -80px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  /* page--privacy
  ------------------------------ */
  .page--privacy .section--list .list--privacy li a {
    transition: 0.3s;
  }
  .page--privacy .section--list .list--privacy li a:hover {
    transform: translateX(10px);
  }
  /* page--entry
  ------------------------------ */
  .page--entry .section--detail .info.no-member .flow {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
  }
  .page--entry .section--detail .info.no-member .flow-detail .list--flow li .flow-inner {
    display: flex;
  }
  .page--entry .section--detail .info.no-member .flow-detail .list--flow li .flow-inner .ph {
    width: 40%;
    padding-right: 1.5em;
  }
  .page--entry .section--detail .info.no-member .flow-detail .list--flow li .flow-inner p {
    width: 60%;
  }
  /* page--fc
  ------------------------------ */
  .page--fc .section--detail .list--fc li {
    width: calc((100% - 40px) / 3);
  }
  .page--fc .section--detail .list--fc li a {
    transition: 0.3s;
  }
  .page--fc .section--detail .list--fc li a:hover {
    transform: scale(1.08);
  }
  /* page--error
  ------------------------------ */
  .page--error .section--detail {
    text-align: center;
  }
  /* page--logout
  ------------------------------ */
  .page--logout .section--detail {
    text-align: center;
  }
  /* footer
  ------------------------------ */
  footer .footer-inner {
    position: relative;
  }
  footer .footer-inner .footer-logo {
    width: 50px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  footer .footer-inner .g-nav {
    margin-bottom: 1em;
  }
  footer .footer-inner .g-nav .nav--official .list--nav {
    display: flex;
    gap: 0.8em;
  }
  footer .footer-inner .g-nav .nav--official .list--nav li a {
    font-weight: bold;
  }
  footer .footer-inner .block--sns {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  footer .footer-inner .block--sns a {
    transition: 0.2s;
  }
  footer .footer-inner .block--sns a:hover {
    color: #cb23f0;
    transform: scale(1.3);
  }
  footer .footer-inner .g-nav a,
  footer .footer-inner .block--support .nav--support li a,
  footer .footer-inner .footer-logo a {
    transition: 0.3s;
  }
  footer .footer-inner .g-nav a:hover,
  footer .footer-inner .block--support .nav--support li a:hover,
  footer .footer-inner .footer-logo a:hover {
    color: #cb23f0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 13px;
  }
  .content--main {
    padding-top: 130px;
    min-height: calc(100vh - 360px);
  }
  .list__more a {
    background: none !important;
    font-size: 13px;
    padding-right: 0.8em;
  }
  .list__more a::after {
    right: 0;
  }
  /* list
  ------------------------------ */
  .list--contents {
    gap: 20px 0;
  }
  .list--contents li {
    width: 100%;
  }
  .list--event li .block--txt {
    padding: 1em;
  }
  .list--event li .block--txt dt {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  /* swiper
  ------------------------------ */
  .no-carousel .list li {
    width: calc((100% - 15px) / 2);
  }
  /* header
  ------------------------------ */
  header {
    height: 130px;
  }
  header .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  header .header-inner .header-logo {
    width: 150px;
    position: static;
    transform: none;
    padding-left: 5vw;
  }
  header .header-inner .header-right {
    position: relative;
    top: auto;
    right: 5vw;
    transform: none;
  }
  header .header-inner .header-right .drawer__btn {
    width: 40px;
  }
  header .header-inner .g-nav {
    width: 100%;
    order: 3;
  }
  header .header-inner .g-nav .nav--official {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .header-inner .g-nav .nav--official .list--nav {
    justify-content: start;
    gap: 0.6em;
    padding-left: 5vw;
  }
  header .header-inner .g-nav .nav--official .list--nav li {
    white-space: nowrap;
  }
  header .header-inner .g-nav .nav--official .list--nav li a {
    font-weight: bold;
    background: #eef1f3;
    border-radius: 30px;
    line-height: 1;
    padding: 0.7em 1.3em;
  }
  header .header-inner .g-nav .nav--official .list--nav li:last-child {
    padding-right: 5vw;
  }
  header .header-inner .g-nav .nav--official .list--nav li.limited a {
    background: rgba(255, 123, 217, 0.2);
  }
  header .header-inner .g-nav .nav--official .list--nav li.current a {
    background: linear-gradient(90deg, #cb23f0, #ff7bd9);
    color: #fff;
  }
  .drawer-visible header .header-inner .drawer__btn span {
    background: #fff;
  }
  /* drawer
  ------------------------------ */
  .drawer .drawer-inner {
    overflow-y: auto;
  }
  .drawer .drawer-inner .g-nav .drawer-logo {
    width: 40%;
    margin-bottom: 20px;
  }
  .drawer .drawer-inner .g-nav .nav--login li a {
    font-size: clamp(18px, 4vw, 20px);
  }
  .drawer .drawer-inner .g-nav .media-count {
    background: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid;
    position: relative;
  }
  .drawer .drawer-inner .g-nav .media-count p {
    flex: 1;
  }
  .drawer .drawer-inner .g-nav .media-count p:first-child {
    padding-right: 2em;
  }
  .drawer .drawer-inner .g-nav .media-count p:last-child {
    border-left: 1px solid;
    padding-left: 2em;
  }
  .drawer .drawer-inner .creator-container {
    padding: 8vw;
  }
  .drawer .drawer-inner .creator-container .creator-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
  .drawer .drawer-inner .creator-container .creator-inner .creator-grid .list--menu__creator li a {
    padding: 0.8em 1.6em 0.8em 0.5em;
  }
  /* page--home
  ------------------------------ */
  .page--home section .section-inner {
    padding: 40px 5vw 50px;
  }
  .page--home section .section-inner .block--title {
    margin-bottom: 2em;
  }
  .page--home section:nth-child(even) .list__more a {
    color: #fff;
  }
  .page--home section:nth-child(even) .list__more a::after {
    border-color: #fff;
  }
  .page--home .section--hero .section-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .page--home .section--news .section-inner .block--title {
    margin-bottom: 1em;
  }
  .page--home .section--news .section-inner .list--information {
    height: 24.5em;
    overflow-y: scroll;
  }
  .page--home .section--schedule .list--schedule li {
    transition: 0.2s;
  }
  .page--home .section--schedule .list--schedule li.swiper-slide-prev, .page--home .section--schedule .list--schedule li.swiper-slide-next {
    transform: scale(0.9);
  }
  .page--home .section--movie .section-inner .swiper,
  .page--home .section--music .section-inner .swiper {
    overflow: visible;
  }
  .page--home .section--movie .section-inner .swiper-button-wrap,
  .page--home .section--music .section-inner .swiper-button-wrap {
    display: none;
  }
  .page--home .section--creator .block--title {
    flex-wrap: wrap;
  }
  .page--home .section--creator .media-count {
    width: 100%;
    order: 2;
    margin-top: 1.5em;
    padding: 1em;
  }
  .page--home .section--creator .media-count p {
    font-size: 0.6em;
  }
  .page--home .section--creator #listCreator-group {
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
  .page--home .section--creator #listCreator-solo {
    transform: translateX(8%);
  }
  .page--home .section--creator .list--creator li .artist {
    font-size: 0.8em;
  }
  .page--home .section--event .section-inner #listEvent.no-carousel .list--event li {
    width: 100%;
  }
  .page--home .section--event .section-inner .list--event li {
    transition: 0.2s;
  }
  .page--home .section--event .section-inner .list--event li.swiper-slide-prev, .page--home .section--event .section-inner .list--event li.swiper-slide-next {
    transform: scale(0.9);
  }
  .page--home .section--store #listStore .swiper {
    overflow: visible;
  }
  .page--home .section--banner #listBanner.no-carousel .list--banner li {
    width: 100%;
  }
  /* 下層
  ------------------------------ */
  body:not(.page--home) .block--title.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 0 2em;
  }
  body:not(.page--home) .block--title.flex .section-tit {
    width: auto;
    margin-bottom: 0.5em;
  }
  body:not(.page--home) .block--title.flex .select-creator {
    margin-left: auto;
  }
  /* page--info
  ------------------------------ */
  .page--info .section--list .list--schedule li a .block--title .dates {
    width: 8em;
  }
  .page--info .section--list .list--schedule li a .block--title .tit {
    width: calc(100% - 8em);
  }
  /* page--schedule
  ------------------------------ */
  .page--schedule .list--schedule li {
    width: 100%;
  }
  /* page--movie
  ------------------------------ */
  .page--movie .list--movie li {
    width: 100%;
  }
  /* page--event
  ------------------------------ */
  .page--event .list--event li {
    width: 100%;
  }
  /* page--creator
  ------------------------------ */
  .page--creator .list--creator {
    gap: 20px;
  }
  .page--creator .list--creator li {
    width: calc((100% - 40px) / 3);
  }
  .page--creator .section--list .group .group__head {
    margin-bottom: 3em;
  }
  .page--creator .section--list .group .group__head .thumb {
    width: 80%;
    margin-inline: auto;
  }
  .page--creator .section--detail .block--title {
    margin-bottom: 1em;
  }
  .page--creator .section--detail .block--detail .txt {
    margin-top: 1.5em;
  }
  /* page--music
  ------------------------------ */
  .page--music .section--list .list--music li {
    width: 100%;
  }
  .page--music .section--detail .block--jacket {
    margin-bottom: 2em;
  }
  /* page--bbs
  ------------------------------ */
  .page--bbs.page--thread .section--list {
    background: linear-gradient(90deg, rgba(255, 123, 217, 0.2), rgba(203, 35, 240, 0.2));
    padding-bottom: 0;
  }
  .page--bbs.page--thread .section--list .inner {
    background: none;
    width: calc(100% + 10vw);
    transform: translateX(-5vw);
  }
  .page--bbs.page--thread .section--list .inner .switching_btn {
    top: 120px;
    padding-right: 0;
  }
  .page--bbs.page--thread .section--list .block--form {
    width: calc(100% + 10vw);
    transform: translateX(-5vw);
  }
  /* page--entry
  ------------------------------ */
  .page--entry .section--detail .about p {
    text-align: left;
  }
  .page--entry .section--detail .info {
    padding: 2em 1em;
  }
  .page--entry .section--detail .info.no-member .flow dt {
    margin-bottom: 0.5em;
  }
  .page--entry .section--detail .info.no-member .flow dd {
    margin-bottom: 1.5em;
  }
  .page--entry .section--detail .info.no-member .flow-detail .list--flow li .flow-inner .ph {
    margin-bottom: 1.5em;
  }
  /* page--fc
  ------------------------------ */
  .page--fc .section--detail .list--fc li {
    width: calc((100% - 20px) / 2);
  }
  /* footer
  ------------------------------ */
  footer {
    padding: 15vw 5vw;
  }
  footer .footer-inner {
    text-align: center;
  }
  footer .footer-inner .footer-logo {
    display: inline-block;
    width: 30%;
    max-width: 80px;
    margin-bottom: 30px;
  }
  footer .footer-inner .block--support {
    margin-bottom: 2em;
  }
  footer .footer-inner .block--support .nav--support {
    justify-content: center;
  }
  footer .footer-inner .block--sns .list--sns {
    justify-content: center;
    margin-bottom: 30px;
  }
}
/* ----------------------------
tablet
------------------------------ */