@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
*,
::before,
::after {
  box-sizing: border-box; }

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

html {
  line-sizing: normal; }

body {
  margin: 0; }

pre {
  white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

img, svg, video, canvas {
  height: auto; }

audio {
  width: 100%; }

img {
  border-style: none;
  vertical-align: top;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  user-drag: none;
  pointer-events: none; }

svg {
  overflow: hidden; }

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

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

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

ol {
  margin: 0 0 10px 0.8em;
  padding: 0 0 0 0.8em; }

ol li {
  list-style-position: outside; }

table {
  font-size: inherit;
  border-collapse: collapse; }

textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

form,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none; }

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/*------ 画像のパスを設定 ------*/
/*------ サポートブラウザの定義 ------*/
/*------ カラー設定 ------*/
/*------ フォント設定 ------*/
:root {
  --key-color:#f3274f;
  --sub-color:#00AD78;
  --font-color:#f2f2f2;
  --border-color:#303030; }

.clear {
  clear: both; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pd5 {
  padding: 5px; }

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.red,
.error {
  color: red !important; }

.white {
  color: white !important; }

.fontXXS {
  font-size: 77%; }

.fontXS {
  font-size: 85%; }

.fontS {
  font-size: 93%; }

.fontM {
  font-size: 108%; }

.fontL {
  font-size: 116%; }

.fontXL {
  font-size: 123.1%; }

.fontXXL {
  font-size: 131%; }

.fontXXXL {
  font-size: 146.5%; }

.gray {
  color: #999 !important; }

.orenge {
  color: #ff6600; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.hidden {
  overflow: hidden; }

#drawer-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #000;
  transform: translate(0, -100%);
  transition: 600ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  overflow: auto;
  z-index: 9; }
  #drawer-nav.is-visible {
    transform: translate(0, 0); }
  #drawer-nav > div {
    width: calc(100% - 60px);
    max-width: 720px;
    margin: 0 auto;
    padding: 84px 0 54px; }
  #drawer-nav ul {
    width: 100%; }
    #drawer-nav ul li {
      opacity: 0;
      transform: translateY(15px);
      line-height: 1.5;
      border-bottom: 1px #222 solid; }
      #drawer-nav ul li:first-child, #drawer-nav ul li:nth-child(2), #drawer-nav ul li:nth-child(3), #drawer-nav ul li:nth-child(4), #drawer-nav ul li:nth-child(5), #drawer-nav ul li:nth-child(6), #drawer-nav ul li:nth-child(7) {
        font-size: 1.8rem;
        font-weight: bold; }
      #drawer-nav ul li:nth-child(7) {
        margin-bottom: 15px; }
      #drawer-nav ul li:nth-child(n + 8) {
        font-size: 1.3rem; }
      #drawer-nav ul li a {
        padding: 15px 0;
        color: var(--font-color); }

#dn-cnt-start {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px; }
  @media (675px <= width <= 1040px) {
    #dn-cnt-start {
      justify-content: space-evenly; }
      #dn-cnt-start > div {
        max-width: 100% !important;
        margin: auto !important; } }
  #dn-cnt-start > div {
    width: min(calc(50% - 7.5px), 330px);
    font-size: clamp(1.4rem, 0.31vi + 1.3rem, 1.6rem); }
    #dn-cnt-start > div + div {
      margin-left: 15px; }
    #dn-cnt-start > div a {
      text-align: center; }
  #dn-cnt-start .btn {
    margin: 0; }
  #dn-cnt-start .dn-signin {
    padding: 8px min(15px, 2.78vw);
    text-align: center;
    border-radius: 9999px;
    border: 1px #eee solid;
    cursor: pointer;
    transition: 300ms !important; }
    #dn-cnt-start .dn-signin:hover {
      background: #202020; }
    #dn-cnt-start .dn-signin a {
      display: inline-block;
      color: var(--font-color); }

.dn-gold {
  position: relative;
  padding: 15px;
  background: #252525;
  border-radius: 5px;
  border-bottom: none; }
  .dn-gold .h-buy-gold a {
    padding: 6px 12px !important; }

@media (width >= 1200px) {
  #drawer-nav {
    display: none; } }
#drawer-nav.is-visible li:nth-child(1) {
  animation: fadeIn 800ms ease 50ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(2) {
  animation: fadeIn 800ms ease 100ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(3) {
  animation: fadeIn 800ms ease 150ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(4) {
  animation: fadeIn 800ms ease 200ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(5) {
  animation: fadeIn 800ms ease 250ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(6) {
  animation: fadeIn 800ms ease 300ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(7) {
  animation: fadeIn 800ms ease 350ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(8) {
  animation: fadeIn 800ms ease 400ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(9) {
  animation: fadeIn 800ms ease 450ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(10) {
  animation: fadeIn 800ms ease 500ms 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
#hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: 300ms !important;
  z-index: 12; }
  #hamburger span, #hamburger:before, #hamburger:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--font-color);
    border-radius: 3px; }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px; }
  #hamburger:before, #hamburger:after {
    content: '';
    left: 12px;
    transition: 300ms !important; }
  #hamburger:before {
    top: 20px; }
  #hamburger:after {
    bottom: 20px; }
  #hamburger.is-touched span {
    transform: scale(0); }
  #hamburger.is-touched:before {
    margin-top: 6px;
    transform: rotate(-45deg); }
  #hamburger.is-touched:after {
    margin-bottom: 6px;
    transform: rotate(45deg); }
  @media (width >= 1200px) {
    #hamburger {
      display: none; } }

#gh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 11; }
  #gh.is-scroll {
    background: rgba(17, 17, 17, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: 600ms !important; }

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, #fff600, #66ff00, #00fcff);
  background-size: 200% 200%;
  animation: GradietionAnimation 1s ease infinite;
  z-index: 9999; }

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
#site-name, .footer-logo {
  width: 28px;
  height: 36px;
  margin: 0 30px 0 1.5rem; }
  #site-name g, .footer-logo g {
    fill: var(--font-color);
    stroke-width: 0px; }

#gn {
  height: 100%; }
  #gn ul {
    display: flex;
    height: 100%; }
    #gn ul li {
      position: relative;
      height: 100%; }
      #gn ul li:not(:first-child) {
        margin-left: 15px; }
      #gn ul li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: var(--key-color);
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      #gn ul li:hover:after {
        transform-origin: left top;
        transform: scale(1, 1); }
      #gn ul li a {
        display: flex;
        align-items: center;
        height: 100%;
        color: var(--font-color);
        font-weight: bold;
        font-size: 1.5rem;
        letter-spacing: 0.5px; }

#gn-sub {
  display: flex;
  margin-left: auto; }
  #gn-sub li:not(:first-child) {
    margin-left: 20px; }
  #gn-sub li.lang {
    display: flex; }
  #gn-sub a {
    font-size: 1.2rem;
    font-weight: normal;
    color: var(--font-color);
    letter-spacing: normal; }

#h-cnt-end {
  margin-right: min(30px, 2.78vw); }
  #h-cnt-end:has(.is-not-member) {
    margin: 0 30px 0 0; }
  #h-cnt-end ul {
    display: flex; }
  #h-cnt-end .btn a {
    padding: 5px 30px; }

.h-signin {
  position: relative;
  padding: 0.5rem 3rem;
  cursor: pointer; }
  .h-signin a {
    display: inline-block;
    color: var(--font-color); }

.icon_star a {
  display: flex !important; }
  .icon_star a svg {
    margin-right: 6px; }

.icon_users:before {
  content: url(../../images/icon_users.svg);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 6px; }

.is-signed-in {
  position: relative;
  max-width: 290px;
  margin-left: calc(1.5rem * 2);
  cursor: pointer; }
  .is-signed-in span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.h-user-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 9px black; }
  .h-user-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 1.5em;
    translate: -50% 0;
    width: 12px;
    height: 12px;
    rotate: 45deg;
    background: #fff; }
  .h-user-menu > div {
    position: relative;
    padding: 15px;
    color: #111;
    transition: 300ms !important; }
    .h-user-menu > div:hover {
      background: #f2f2f2; }
    .h-user-menu > div:first-child {
      font-size: 1.3rem;
      border-radius: 10px 10px 0 0; }
      .h-user-menu > div:first-child b {
        font-size: 1.6rem; }
    .h-user-menu > div:last-child {
      border-radius: 0 0 10px 10px; }
    .h-user-menu > div:not(:last-child) {
      border-bottom: 1px #e2e2e2 solid; }
  .h-user-menu a {
    display: inline-block;
    color: #111; }
  .h-user-menu .icon_users:before {
    filter: brightness(0); }

.h-buy-gold {
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%; }
  .h-buy-gold a {
    padding: 4px 12px;
    background: var(--key-color);
    border-radius: 9999px;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--font-color);
    letter-spacing: normal;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3); }

@media (width <= 1220px) {
  #gh {
    height: 54px; }

  #site-name, .footer-logo {
    width: 27px;
    height: 34px;
    margin-left: 10px; }

  #gn,
  #gn-sub,
  #h-cnt-end {
    display: none; } }
.for-business {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(242, 242, 242, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #101010;
  font-size: 1.5rem;
  text-align: center;
  z-index: 9; }
  .for-business a {
    display: inline-block;
    vertical-align: text-top; }

.pr-business {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100%;
  max-width: clamp(200px, 21.24vw, 240px);
  border-radius: 10px;
  color: #fff;
  z-index: 9; }
  .pr-business .modal-close {
    width: 24px;
    height: 24px;
    padding: 4px;
    background: #333;
    border-radius: 12px;
    top: -8px;
    left: -8px; }
    .pr-business .modal-close svg {
      width: 16px;
      height: 16px;
      fill: #fff; }
  .pr-business a {
    display: block; }
  .pr-business img {
    border-radius: 10px; }

#global-footer {
  padding: 60px 0 30px; }
  #global-footer .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 60px);
    margin-bottom: 30px;
    padding: max(30px, 3.98vw);
    border-radius: 30px;
    background: #252525; }
    @media (width <= 640px) {
      #global-footer .inner {
        width: calc(100% - 30px); } }
  #global-footer small {
    display: block;
    text-align: center;
    font-size: 1.1rem; }

.footer-logo {
  margin: 0 30px 30px 0; }

.dir-nav {
  display: flex;
  flex-wrap: wrap; }
  @media (width >= 768px) {
    .dir-nav > div:not(:first-child) {
      margin-left: 30px; } }
  @media (width <= 768px) {
    .dir-nav {
      width: 100%;
      margin-bottom: 30px; }
      .dir-nav > div {
        width: 100%; }
        .dir-nav > div:first-child {
          margin-bottom: 10px; } }
  .dir-nav li {
    width: 100%;
    min-width: 215px; }
    .dir-nav li:not(:last-child) {
      margin-bottom: 10px; }
    .dir-nav li a {
      padding-right: 22px;
      font-size: 1.4rem;
      color: var(--font-color);
      letter-spacing: 1px; }
      .dir-nav li a:after {
        right: 0 !important;
        filter: invert(100%); }

.sns-list {
  display: flex;
  align-items: center; }
  @media (width >= 768px) {
    .sns-list {
      margin-left: auto; } }
  @media (width <= 768px) {
    .sns-list {
      width: 100%;
      justify-content: center; } }
  .sns-list a:not(:last-child) {
    margin-right: 15px; }

.footer-appeal {
  display: block;
  width: min(calc(100% - 30px), 780px);
  margin: 0 auto 30px;
  text-align: center; }

.breadcrumbs {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0 min(2.78vw, 30px) 15px; }
  .breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ol li {
      position: relative;
      font-size: 1.4rem; }
      .breadcrumbs ol li + li {
        padding-left: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .breadcrumbs ol li + li:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 10px;
          translate: 0 -50%;
          width: 6px;
          height: 6px;
          border-top: 1px #fff solid;
          border-right: 1px #fff solid;
          rotate: 45deg; }
        .breadcrumbs ol li + li a {
          color: #fff; }
      .breadcrumbs ol li:first-child a {
        width: 18px;
        height: 18px;
        background: url(../../images/icon_home.svg) center center;
        background-size: 18px 18px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap; }
      .breadcrumbs ol li:last-child {
        flex: 1;
        color: #aaa; }

.form {
  width: min(480px, 100%);
  margin: 0 auto 30px; }
  .form .intro {
    margin-bottom: 30px; }
    @media (width <= 640px) {
      .form .intro {
        margin: 30px 0;
        font-size: clamp(1.7rem, 0.62vi + 1.5rem, 2.2rem); } }
  .form dl {
    margin-bottom: 30px; }
  .form dt {
    margin-bottom: 5px; }
    .form dt span {
      margin-left: 5px;
      color: red; }
  .form dd:not(:last-child) {
    margin-bottom: 15px; }
  .form .error {
    margin-top: 5px;
    font-size: 1.3rem; }

.input-style {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px var(--border-color) solid; }
  .input-style input,
  .input-style textarea {
    display: block;
    width: 100%;
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .input-style:focus-within {
    background: #fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    border-width: 2px;
    border-color: #63bbff !important; }
  .input-style input,
  .input-style textarea {
    padding: 15px;
    font-size: 1.6rem; }
  .input-style textarea {
    height: 10em;
    line-height: 1.6; }

.select-style {
  position: relative;
  border: 1px var(--border-color) solid;
  border-radius: 5px;
  background: #fff;
  z-index: 1; }
  .select-style input,
  .select-style textarea {
    display: block;
    width: 100%;
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .select-style:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    width: 18px;
    height: 18px;
    background: url(../../images/icon_arrow.svg) no-repeat center center;
    background-size: 18px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: -1; }
  .select-style select {
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 1.6rem;
    cursor: pointer; }

.input-style:has(.error),
.select-style:has(.error) {
  border: 1px #F00 solid; }
.input-style .error,
.select-style .error {
  display: block;
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  font-size: 1.2rem !important; }
  .input-style .error + .error,
  .select-style .error + .error {
    top: calc(100% + 18px); }

.check-box label {
  display: block;
  cursor: pointer; }

input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: #000;
  border: 1px #555 solid;
  border-radius: 3px;
  vertical-align: middle; }
  input[type=checkbox]:checked {
    background: var(--key-color);
    border: none; }
    input[type=checkbox]:checked:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      rotate: 0deg;
      width: 14px;
      height: 14px;
      background: url(../../images/icon_check.svg) no-repeat center center;
      background-size: 100%;
      filter: brightness(0) invert(1); }

.is-track .page-header {
  margin-bottom: 0 !important; }

.track-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 24px 1.3fr 1fr 1fr 18px 18px min(13.27vw, 150px) 18px;
  grid-template-rows: 90px;
  gap: 0 15px;
  padding: 15px;
  align-items: center;
  transition: 300ms !important; }
  .track-item:hover {
    background: #191919; }
  .track-item:has(.pause) {
    background: #272727; }
  @media (width <= 1280px) {
    .track-item {
      grid-template-columns: 60px 24px 1fr 140px 18px 18px min(13.27vw, 150px) 18px; } }
  @media (width <= 680px) {
    .track-item {
      grid-template-columns: 45px 24px 1fr 18px 18px minmax(0, 80px);
      gap: 0 10px; } }
  @media (width <= 414px) {
    .track-item {
      width: calc(100% + min(60px, 5.56vw));
      margin-left: calc(min(30px, 2.78vw) * -1);
      grid-template-columns: 36px 24px 1fr 18px 18px minmax(0, 80px); } }
  .track-item:not(:last-child) {
    border-bottom: 1px var(--border-color) solid; }
  .track-item .art-work {
    position: relative;
    width: 100%;
    z-index: 1; }
    .track-item .art-work img {
      border-radius: 5px; }
    .track-item .art-work .tracks {
      position: absolute;
      bottom: -8px;
      width: 100%;
      font-size: 1.3rem;
      font-weight: bold;
      letter-spacing: normal;
      text-align: center; }
      .track-item .art-work .tracks span {
        display: inline-block;
        width: calc(100% - 20px);
        padding: 1px 0;
        border-radius: 5px;
        background: #3366ff;
        color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .track-item .btn-play {
    width: 24px;
    height: 24px;
    background: #333 url(../../images/icon_play.svg) no-repeat 9px center;
    background-size: 8px auto;
    border-radius: 12px;
    cursor: pointer; }
    .track-item .btn-play:hover {
      background-color: var(--key-color); }
    .track-item .btn-play.pause {
      border: none;
      background: var(--key-color) url(../../images/icon_pause.svg) no-repeat center center !important;
      background-size: 14px !important; }
  .track-item .track-meta {
    overflow: hidden; }
    .track-item .track-meta h2 a,
    .track-item .track-meta h3 a,
    .track-item .track-meta h4 a {
      font-size: clamp(1.3rem, 0.25vi + 1.22rem, 1.5rem);
      font-weight: bold;
      color: var(--font-color);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .track-item .track-meta .artist-name {
      font-size: 1.1rem; }
      .track-item .track-meta .artist-name a {
        color: var(--font-color);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
  .track-item .plays {
    display: none;
    margin-top: 5px;
    font-size: 1.2rem; }
  .track-item .genre {
    font-size: 1.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media (width <= 1280px) {
      .track-item .genre {
        display: none; } }
    .track-item .genre a {
      color: var(--font-color); }
      .track-item .genre a:not(:first-child) {
        margin-left: 10px; }
  .track-item .wave {
    position: relative;
    margin: 0 40px !important; }
    @media (width <= 680px) {
      .track-item .wave {
        display: none; } }
    .track-item .wave .time-current,
    .track-item .wave .time-total {
      position: absolute;
      top: 50%;
      font-size: 1.2rem;
      letter-spacing: normal;
      translate: 0 -50%;
      z-index: 1; }
    .track-item .wave .time-current {
      left: -40px; }
    .track-item .wave .time-total {
      right: -40px; }
    @media (width <= 414px) {
      .track-item .wave {
        margin: 0 30px !important; }
        .track-item .wave .time-current {
          left: -30px; }
        .track-item .wave .time-total {
          right: -30px; } }
  .track-item .tooltip {
    position: relative;
    cursor: pointer; }
    .track-item .tooltip:before {
      content: attr(data-tooltip);
      display: none;
      position: absolute;
      top: calc(-100% - 24px);
      left: 50%;
      padding: 6px 9px;
      transform: translate(-50%, 0);
      background: #252525;
      border-radius: 5px;
      white-space: nowrap;
      font-size: 1.2rem;
      z-index: 1; }
    .track-item .tooltip:after {
      content: '';
      display: none;
      position: absolute;
      top: -15px;
      left: 50%;
      translate: -50% 0;
      width: 10px;
      height: 10px;
      rotate: 45deg;
      background: #252525; }
    .track-item .tooltip:hover:before, .track-item .tooltip:hover:after {
      display: block; }
  .track-item .btn-favorite, .track-item .btn-copy-link {
    width: 18px;
    height: 18px;
    margin-left: auto; }
    .track-item .btn-favorite > div, .track-item .btn-copy-link > div {
      position: relative; }
      .track-item .btn-favorite > div:after, .track-item .btn-copy-link > div:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 18px;
        height: 18px;
        background: #f3274f;
        border-radius: 9999px;
        opacity: 0; }
      .track-item .btn-favorite > div svg, .track-item .btn-copy-link > div svg {
        line-height: 0; }
      .track-item .btn-favorite > div path, .track-item .btn-copy-link > div path {
        transition: 300ms !important; }
      .track-item .btn-favorite > div:hover path, .track-item .btn-copy-link > div:hover path {
        fill: var(--key-color);
        scale: 0.9;
        transform-origin: center center; }
      .track-item .btn-favorite > div.add-favorite path, .track-item .btn-copy-link > div.add-favorite path {
        fill: var(--key-color); }
  .track-item .btn-purchase, .track-item .btn-free {
    width: min(100%, 150px);
    min-width: 80px;
    margin: 0 !important;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    letter-spacing: normal; }
  .track-item .btn-free {
    background: var(--key-color);
    color: #fff;
    border: none; }
  .track-item .btn-external {
    position: relative;
    cursor: pointer; }
    @media (width <= 640px) {
      .track-item .btn-external {
        display: none; } }
  .track-item .link-external {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    translate: -50% 0;
    width: auto;
    padding: 0 36px 0 18px;
    background: #252525;
    border-radius: 5px;
    box-shadow: 0 3px 9px black;
    opacity: 0;
    z-index: 1; }
    .track-item .link-external:after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 50%;
      translate: -50% 0;
      width: 10px;
      height: 10px;
      rotate: 45deg;
      background: #252525; }
    .track-item .link-external a {
      width: 100%;
      padding: 6px 0;
      font-size: 1.2rem;
      white-space: nowrap;
      letter-spacing: normal;
      color: #fff; }
      .track-item .link-external a svg {
        display: inline-block;
        vertical-align: text-top;
        margin-right: 5px; }

.safe-youtube {
  margin-top: 5px;
  font-size: 1.1rem; }
  .safe-youtube a {
    display: flex;
    color: var(--font-color); }
  .safe-youtube svg {
    margin-right: 3px; }
  @media (width <= 374px) {
    .safe-youtube span {
      display: none; } }
  .safe-youtube .cls-1 {
    fill: none; }
  .safe-youtube .cls-2 {
    fill: #fff; }
  .safe-youtube .cls-2, .safe-youtube .cls-3 {
    fill-rule: evenodd; }
  .safe-youtube .cls-3 {
    fill: #FF0000; }

.equalizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }
  .equalizer > div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1; }
  .equalizer span {
    display: block;
    width: 5px;
    height: 50%;
    margin: 0 2px;
    background: #fff;
    border-radius: 2px;
    animation: equalizer 1.9s steps(20, end) infinite; }
    .equalizer span:nth-child(1) {
      animation-duration: 1.9s; }
    .equalizer span:nth-child(2) {
      animation-duration: 2.0s; }
    .equalizer span:nth-child(3) {
      animation-duration: 1.7s; }

@keyframes equalizer {
  0% {
    height: 60%; }
  4% {
    height: 50%; }
  8% {
    height: 40%; }
  12% {
    height: 30%; }
  16% {
    height: 20%; }
  20% {
    height: 30%; }
  24% {
    height: 40%; }
  28% {
    height: 10%; }
  32% {
    height: 40%; }
  36% {
    height: 60%; }
  40% {
    height: 20%; }
  44% {
    height: 40%; }
  48% {
    height: 70%; }
  52% {
    height: 30%; }
  56% {
    height: 10%; }
  60% {
    height: 30%; }
  64% {
    height: 50%; }
  68% {
    height: 60%; }
  72% {
    height: 70%; }
  76% {
    height: 80%; }
  80% {
    height: 70%; }
  84% {
    height: 60%; }
  88% {
    height: 50%; }
  92% {
    height: 60%; }
  96% {
    height: 70%; }
  100% {
    height: 80%; } }
.label-pd {
  padding-left: 20px;
  font-size: 1.3rem;
  color: #AAAAAA;
  background: url(../../images/icon_pd.svg) no-repeat center left;
  background-size: 14px 14px; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 9999; }

.modal-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(90%, 640px);
  padding: min(9.38vw, 60px);
  border-radius: 15px;
  background: #fff;
  color: #111;
  overflow: hidden; }
  .modal-cnt .btn-normal {
    border-color: #aab4ba; }
    .modal-cnt .btn-normal:hover {
      background: #ccc; }
    .modal-cnt .btn-normal a {
      color: #111; }

.modal-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

#purchase-action {
  display: none; }

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.welcome dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: clamp(1.5rem, 0.37vi + 1.38rem, 1.8rem);
  text-align: center; }
.welcome dd {
  margin-bottom: 30px; }

.already {
  text-align: center; }
  .already div {
    display: inline-block;
    text-decoration: underline;
    color: var(--key-color);
    cursor: pointer; }

#track-wrapper {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px #aab4ba solid; }
  #track-wrapper .art-work {
    width: min(15.63vw, 100px);
    min-width: 50px;
    margin-right: 15px;
    aspect-ratio: 1 / 1; }
    #track-wrapper .art-work img {
      border-radius: 5px; }
  #track-wrapper dl {
    overflow: hidden; }
  #track-wrapper #track-title {
    font-weight: bold;
    font-size: clamp(1.6rem, 0.99vi + 1.28rem, 2.4rem);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #track-wrapper #track-artist-name {
    font-size: 1.4rem; }
    #track-wrapper #track-artist-name a {
      color: var(--font-color); }

.file-type li {
  padding: 30px 0; }
  @media (width <= 640px) {
    .file-type li {
      padding: 15px 0; } }
  .file-type li:not(:last-child) {
    border-bottom: 1px #aab4ba solid; }
  .file-type li:last-child {
    padding-bottom: 0; }
  @media (width <= 500px) {
    .file-type li:last-child .count-gold {
      width: 100%;
      text-align: center; }
    .file-type li:last-child .btn {
      width: 100%;
      margin: 0 auto; } }
  .file-type li > .file {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
  .file-type li .btn {
    width: min(28.13vw, 180px);
    max-width: 180px;
    margin: 0; }
    .file-type li .btn a {
      padding: 5px min(15px, 2.78vw); }
  .file-type li .btn-download a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem; }
    .file-type li .btn-download a svg {
      margin-right: 5px; }
    .file-type li .btn-download a span {
      font-weight: normal !important; }
      .file-type li .btn-download a span span {
        font-size: 1.2rem; }
        @media (width <= 560px) {
          .file-type li .btn-download a span span {
            display: none; } }
  .file-type li .btn-cloud {
    border-color: var(--key-color);
    background: #fff; }
    .file-type li .btn-cloud a {
      height: 34px;
      font-size:  clamp(1.2rem, 3.64vi + 0.04rem, 1.4rem);
      letter-spacing: normal;
      color: var(--key-color); }
  .file-type li label {
    cursor: pointer;
    font-size: 1.4rem; }
    .file-type li label input {
      background: #fff;
      border-color: #aab4ba; }
  .file-type li .count-gold {
    margin-bottom: 15px; }
    .file-type li .count-gold span {
      color: #00A61D;
      font-weight: bold;
      font-size: 1.8rem; }

#hero {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  touch-action: auto !important;
  z-index: 1; }
  @media (width >= 768px) {
    #hero {
      min-height: 768px; } }
  #hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.4);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, #111111 70%);
    z-index: -1; }

.hero-slide-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }

@media (width >= 640px) {
  .hero-slide {
    background-image: url(../../images/hero.webp);
    background-size: contain; } }
@media (width <= 640px) {
  .hero-slide {
    background-image: url(../../images/hero_sp.webp);
    background-size: 100% auto; }
    .hero-slide:last-child {
      display: none; } }
.hero-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: repeat-y; }
  @media (width >= 640px) {
    .hero-slide {
      animation: verticalSlide 50000ms linear 0s infinite; } }

@keyframes verticalSlide {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-100%); } }
@media (width >= 980px) {
  #hero {
    margin-top: -66px; } }
@media (width <= 980px) {
  #hero {
    margin-top: -54px; } }
@media (width <= 960px) {
  #hero:after {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, #111111 80%); }
  #hero .swiper-slide {
    background-size: auto 100% !important; } }
#hero-cnt-wrapper {
  width: calc(100% - 5.56vw);
  text-align: center; }

#catchphrase {
  margin-bottom: max(30px, 5.56vw); }
  #catchphrase h2 {
    font-weight: bold;
    font-size: clamp(2.4rem, 7.37vi + 0.04rem, 8rem);
    line-height: 1.15; }
    #catchphrase h2 span {
      background: linear-gradient(45deg, #63bbff, #bc3cff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

#search-field {
  position: relative;
  width: min(100%, 480px);
  height: 60px;
  margin: 0 auto;
  border-radius: 9999px;
  overflow: hidden; }
  #search-field form,
  #search-field select,
  #search-field input {
    height: 100%; }
  #search-field .select-style {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 120px;
    height: calc(100% - 12px);
    z-index: 1;
    background: #e1e1e1;
    border-radius: 9999px;
    border: none; }
  #search-field .input-style {
    height: 100%;
    padding: 0 54px 0 126px;
    border: none; }
  #search-field #btn-serch {
    position: absolute;
    top: 50%;
    right: 6px;
    translate: 0 -50%;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: var(--key-color) url(../../images/icon_search.svg) no-repeat center center;
    background-size: 24px 24px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    #search-field #btn-serch button {
      width: 100%;
      height: 100%;
      border: none;
      background: none;
      cursor: pointer; }
  @media (width >= 640px) {
    #search-field select {
      font-size: 1.3rem; } }
  @media (width <= 640px) {
    #search-field {
      height: 48px; }
      #search-field select {
        padding: 0 15px;
        font-size: 1.2rem; }
      #search-field #btn-serch {
        width: 36px;
        height: 36px;
        background-size: 20px 20px; } }
  @media (width <= 375px) {
    #search-field .select-style {
      width: 110px; }
    #search-field .input-style {
      padding: 0 0 0 116px; } }

#feature {
  position: absolute;
  bottom: 15px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 5.56vw);
  z-index: 1; }
  @media (width >= 1020px) {
    #feature {
      justify-content: center; }
      #feature li {
        margin: 0 15px 15px 0; }
        #feature li:last-child {
          margin-right: 0; } }
  @media (width <= 1020px) {
    #feature {
      justify-content: space-between; }
      #feature li {
        width: calc(50% - 7.5px);
        margin: 0 0 15px 0; } }
  #feature li {
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    font-size: clamp(1.2rem, 0.79vi + 0.95rem, 1.8rem);
    background: linear-gradient(45deg, rgba(99, 187, 255, 0.15), rgba(188, 60, 255, 0.15));
    text-align: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px); }
    @media (width <= 640px) {
      #feature li {
        padding: 7.5px; } }
    @media (width <= 374px) {
      #feature li:before {
        display: none; } }

.icon-check:before, .icon-alert:before, .icon-free:before {
  content: url(../../images/icon_check.svg);
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  margin-right: 9px; }

.icon-alert:before {
  content: url(../../images/icon_alert.svg); }

.icon-free:before {
  content: 'FREE';
  color: #2AC670;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: normal; }

#licenses-overview, #for-who {
  position: relative;
  padding: max(30px, 11.11vw) 0; }
  #licenses-overview .flex, #for-who .flex {
    justify-content: space-between;
    width: min(calc(100% - 11.11vw), 1130px);
    margin: 0 auto 60px;
    align-items: center; }
  #licenses-overview .cat-header, #for-who .cat-header {
    width: 45%;
    padding: 0; }
    @media (width >= 830px) {
      #licenses-overview .cat-header, #for-who .cat-header {
        padding-right: 60px; } }
  #licenses-overview .cat-title, #for-who .cat-title, #licenses-overview .page-title, #for-who .page-title {
    margin-bottom: 15px;
    font-size: clamp(4.2rem, 4.76vi + -0.18rem, 5.2rem);
    line-height: 1.2;
    text-align: left; }
    @media (width <= 920px) {
      #licenses-overview .cat-title, #for-who .cat-title, #licenses-overview .page-title, #for-who .page-title {
        font-size: clamp(3.6rem, 1vi + 3.28rem, 4.2rem); } }
    #licenses-overview .cat-title + div, #for-who .cat-title + div, #licenses-overview .page-title + div, #for-who .page-title + div {
      font-size: 1.4rem; }
  #licenses-overview .list, #for-who .list {
    display: flex;
    flex-wrap: wrap;
    width: 55%; }
    #licenses-overview .list li, #for-who .list li {
      width: calc(50% - 7.5px);
      padding: min(2.65vw, 30px) 0;
      border-bottom: 1px var(--border-color) solid;
      font-weight: bold;
      font-size: clamp(1.3rem, 0.62vi + 1.1rem, 1.8rem); }
      #licenses-overview .list li:nth-child(odd), #for-who .list li:nth-child(odd) {
        margin-right: 15px; }
      #licenses-overview .list li span, #for-who .list li span {
        display: block;
        font-size: 1.3rem;
        font-weight: normal; }
      @media (width >= 680px) {
        #licenses-overview .list li:nth-child(7), #for-who .list li:nth-child(7), #licenses-overview .list li:nth-child(8), #for-who .list li:nth-child(8) {
          border-bottom: none; } }
  @media (width <= 830px) {
    #licenses-overview .cat-header, #for-who .cat-header {
      margin-bottom: max(30px, 5.56vw); }
    #licenses-overview .cat-header, #for-who .cat-header,
    #licenses-overview .list,
    #for-who .list {
      width: 100%; } }

#discover-music {
  padding: min(5.31vw, 60px) 0; }

.tab-menu {
  position: sticky;
  margin-bottom: min(5.31vw, 60px);
  border-radius: 9999px;
  background: linear-gradient(45deg, #63bbff, #bc3cff);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  z-index: 9; }
  @media (width <= 1040px) {
    .tab-menu {
      top: 69px; } }
  @media (width >= 1040px) {
    .tab-menu {
      top: 81px; } }
  .tab-menu ul {
    display: flex;
    justify-content: space-evenly; }
    .tab-menu ul li {
      position: relative;
      width: 24%;
      padding: max(10px, 1.17vw) max(10px, 2.34vw);
      text-align: center;
      font-size: clamp(1rem, 0.74vi + 0.76rem, 1.6rem);
      font-weight: bold;
      cursor: pointer;
      line-height: normal;
      letter-spacing: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      z-index: 1; }
      @media (width <= 414px) {
        .tab-menu ul li {
          letter-spacing: -0.5px; } }
      .tab-menu ul li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        translate: -50% -50%;
        background: transparent;
        border-radius: 9999px;
        z-index: -1; }
      .tab-menu ul li:hover:after {
        background: rgba(255, 255, 255, 0.2); }
      .tab-menu ul li svg {
        display: inline-block; }
        @media (width >= 640px) {
          .tab-menu ul li svg {
            display: inline-block;
            vertical-align: text-top;
            margin-right: 5px; } }
        @media (width <= 640px) {
          .tab-menu ul li svg {
            display: block;
            margin: 0 auto 5px; } }
      .tab-menu ul li:nth-child(3) {
        width: 28%; }
        @media (width <= 374px) {
          .tab-menu ul li:nth-child(3) {
            letter-spacing: -1.5px; } }
      .tab-menu ul li.current {
        color: var(--key-color); }
        .tab-menu ul li.current path {
          fill: var(--key-color) !important; }
        .tab-menu ul li.current:after {
          background: #eee;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.tab-item {
  display: none; }

.item-list, .play-list {
  display: flex;
  flex-wrap: wrap; }
  .item-list li, .play-list li {
    width: calc(min(20%,226px) - 20px);
    margin: 0 10px 20px;
    border: 1px var(--border-color) solid;
    border-radius: 10px;
    overflow: hidden;
    transition: 300ms !important; }
    .item-list li:hover, .play-list li:hover {
      transform: scale(0.95); }
    .item-list li a, .play-list li a {
      color: var(--font-color);
      text-align: center; }
    @media (width <= 960px) {
      .item-list li, .play-list li {
        width: calc(25% - 20px); } }
    @media (width <= 768px) {
      .item-list li, .play-list li {
        width: calc(33.3333% - 20px); } }
    @media (width <= 560px) {
      .item-list li, .play-list li {
        width: calc(50% - 10px);
        margin: 0 5px 20px; }
        .item-list li a, .play-list li a {
          padding: 10px 5px; } }

.genre-list li {
  position: relative;
  z-index: 1; }
  .genre-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1; }
  .genre-list li.genre-rock {
    background: url(../../images/genre_rock.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-ambient {
    background: url(../../images/genre_ambient.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-cinematic {
    background: url(../../images/genre_cinematic.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-chillout {
    background: url(../../images/genre_chillout.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-pops {
    background: url(../../images/genre_pops.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-electronic {
    background: url(../../images/genre_electronic.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-lofi {
    background: url(../../images/genre_lofi.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-game {
    background: url(../../images/genre_game.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-dance {
    background: url(../../images/genre_dance.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-hiphop {
    background: url(../../images/genre_hiphop.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-rb-soul {
    background: url(../../images/genre_rb_soul.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-reggae {
    background: url(../../images/genre_reggae.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-jazz {
    background: url(../../images/genre_jazz.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-blues {
    background: url(../../images/genre_blues.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-fusion {
    background: url(../../images/genre_fusion.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-classic {
    background: url(../../images/genre_classic.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-folk {
    background: url(../../images/genre_folk.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-funk {
    background: url(../../images/genre_funk.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-country {
    background: url(../../images/genre_country.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-soundtrack {
    background: url(../../images/genre_soundtrack.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-kids {
    background: url(../../images/genre_kids.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-world {
    background: url(../../images/genre_world.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-corporate {
    background: url(../../images/genre_corporate.webp) no-repeat;
    background-size: 100%; }
  .genre-list li.genre-holiday {
    background: url(../../images/genre_holiday.webp) no-repeat;
    background-size: 100%; }
  .genre-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-color);
    font-size: clamp(1.4rem, 0.25vi + 1.32rem, 1.6rem);
    font-weight: bold;
    aspect-ratio: 1 / 1; }

.play-list {
  margin-bottom: 60px; }
  .play-list li {
    border: none;
    overflow: hidden;
    border-radius: 0; }
    @media (width <= 560px) {
      .play-list li {
        margin: 0 0 20px; }
        .play-list li:nth-child(odd) {
          margin-right: 15px; } }
    .play-list li a {
      padding: 0; }
      .play-list li a img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        border-radius: 10px; }
      .play-list li a .play-list-title {
        font-weight: bold;
        font-size: 1.5rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }

.playlist-overview {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: max(15px, 2.78vw) 0; }
  .playlist-overview .art-work img {
    margin: 0 auto;
    border-radius: 10px; }
  .playlist-overview .page-header {
    flex: 1;
    margin-bottom: 0 !important;
    padding-left: max(15px, 2.78vw); }
  .playlist-overview .art-work-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(30px);
    z-index: -1; }
    .playlist-overview .art-work-blur:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-image: fill 0 linear-gradient(#0003, #111); }
  @media (width <= 640px) {
    .playlist-overview .art-work {
      width: 100%; }
    .playlist-overview .page-header {
      width: 100%;
      padding-left: 0; }
      .playlist-overview .page-header .page-title {
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }

.ext-service {
  margin-top: 15px; }
  .ext-service dd a {
    display: inline-flex;
    color: #fff;
    text-decoration: underline; }
    .ext-service dd a svg {
      margin-right: 5px; }

#join-250music {
  position: relative;
  padding: calc(max(15px, 2.78vw) * 2) 0 calc(max(30px, 5.56vw) * 2);
  background: url(../../images/join_250music.webp) no-repeat center center;
  background-size: cover;
  z-index: 1; }
  #join-250music:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.4);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(17, 17, 17, 0.9) 50%);
    z-index: -1; }
  #join-250music .cat-title, #join-250music .page-title {
    text-align: center; }
    @media (width <= 640px) {
      #join-250music .cat-title br, #join-250music .page-title br {
        display: none; } }
  #join-250music .royalty-free {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16rem;
    font-weight: bold;
    color: #333;
    z-index: -1; }

/* --------------------------------------------------

	楽曲一覧

-------------------------------------------------- */
.is-archive {
  align-items: flex-start; }
  .is-archive .cat-title, .is-archive .page-title {
    display: inline-block;
    background: linear-gradient(45deg, #63bbff, #bc3cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

#sidebar {
  max-height: 100%;
  background: #111;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11; }
  @media (width >= 1080px) {
    #sidebar {
      position: sticky;
      top: 66px;
      width: 300px;
      font-size: 1.5rem;
      -ms-overflow-style: none;
      scrollbar-width: none;
      z-index: 1; }
      #sidebar .btn-close {
        display: none; } }
  #sidebar #filter {
    min-height: 100%; }
  @media (width >= 980px) {
    #sidebar {
      height: calc(100vh - 66px);
      height: calc(100dvh - 66px); } }
  @media (width <= 1080px) {
    #sidebar {
      position: fixed;
      top: 0;
      left: -100%;
      width: calc(100% - 12.24vw);
      height: 100%;
      transition: 600ms cubic-bezier(0.22, 1, 0.36, 1) !important; }
      #sidebar.is-visible {
        left: 0px; }
      #sidebar .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        cursor: pointer; }
      #sidebar #filter {
        margin-top: 44px; } }
  @media (width <= 980px) {
    #sidebar {
      height: calc(100vh);
      height: calc(100dvh); } }

#sidebar::-webkit-scrollbar {
  display: none; }

.filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  font-weight: bold; }
  .filter-head > div {
    display: flex;
    align-items: center; }
    .filter-head > div svg {
      margin-right: 5px; }
  .filter-head .clear-all {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    cursor: pointer; }

.filter-section {
  display: flex;
  position: sticky !important;
  top: 0;
  margin: 0 10px 10px 10px;
  padding: 15px;
  background: #202020;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1; }
  .filter-section:after {
    rotate: 90deg;
    filter: invert(100%);
    transition: 300ms !important; }
  .filter-section.open:after {
    rotate: -90deg; }
  .filter-section svg {
    margin-right: 8px; }

.filter-section-item {
  display: none;
  padding-bottom: 10px; }
  .filter-section-item:last-of-type {
    padding-bottom: calc(80px); }
  .filter-section-item .check-box {
    padding: 7.5px 15px; }

#sidebar-footer {
  position: sticky;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 10px;
  background: var(--key-color);
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  z-index: 1; }
  #sidebar-footer:after {
    filter: invert(100%); }
  @media (width >= 1080px) {
    #sidebar-footer {
      display: none; } }

@media (width >= 980px) {
  .flex .main-list, .flex .is-single {
    width: calc(100% - 300px);
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1; } }

.main-list, .is-single {
  padding: 0 min(30px, 2.78vw) min(30px, 2.78vw) min(30px, 2.78vw); }
  @media (width <= 980px) {
    .main-list, .is-single {
      width: 100%; } }
  .main-list .cat-header, .is-single .cat-header {
    position: relative;
    padding: max(15px, 2.78vw) 0;
    background: url(../../images/bg.webp) no-repeat center left;
    background-size: cover;
    z-index: 1; }
    .main-list .cat-header:after, .is-single .cat-header:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(17, 17, 17, 0.4);
      background-image: radial-gradient(circle, rgba(17, 17, 17, 0.8) 0%, #111111 90%);
      z-index: -1; }
  .main-list .sub-head, .is-single .sub-head {
    position: relative;
    margin-bottom: min(30px, 2.78vw);
    padding: min(30px, 2.78vw);
    background: #252525;
    border-radius: 10px; }
  .main-list #search-field, .is-single #search-field {
    margin: 0; }
  .main-list #result-stats, .is-single #result-stats {
    position: relative;
    padding-left: 20px;
    overflow: hidden; }
    .main-list #result-stats:before, .is-single #result-stats:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 100%;
      background: linear-gradient(270deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
      z-index: 2; }
    .main-list #result-stats:after, .is-single #result-stats:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 100%;
      background: linear-gradient(100deg, rgba(34, 34, 34, 0) 0%, #222222 90%);
      z-index: 1; }
    .main-list #result-stats .swiper-wrapper, .is-single #result-stats .swiper-wrapper {
      position: relative;
      display: flex; }
      .main-list #result-stats .swiper-wrapper > div, .is-single #result-stats .swiper-wrapper > div {
        position: relative;
        width: auto !important;
        margin-top: 15px;
        padding: 5px 30px 5px 12px;
        background: rgba(99, 187, 255, 0.1);
        border-radius: 5px;
        font-size: 1.3rem;
        border: 1px rgba(99, 187, 255, 0.3) solid;
        white-space: nowrap; }
        .main-list #result-stats .swiper-wrapper > div:not(:last-child), .is-single #result-stats .swiper-wrapper > div:not(:last-child) {
          margin-right: 10px; }
        .main-list #result-stats .swiper-wrapper > div .btn-reset, .is-single #result-stats .swiper-wrapper > div .btn-reset {
          position: absolute;
          top: 50%;
          right: 6px;
          translate: 0 -50%;
          cursor: pointer; }
  .main-list .content-none, .is-single .content-none {
    margin: 30px 0 60px; }
    .main-list .content-none dt, .is-single .content-none dt {
      margin-bottom: 30px;
      font-weight: bold; }
    .main-list .content-none dd:not(:last-child), .is-single .content-none dd:not(:last-child) {
      margin-bottom: 30px; }
    .main-list .content-none dd .arrow, .is-single .content-none dd .arrow, .main-list .content-none dd .dir-nav li a, .dir-nav li .main-list .content-none dd a, .is-single .content-none dd .dir-nav li a, .dir-nav li .is-single .content-none dd a {
      display: inline-block; }
  .main-list .track-roof, .is-single .track-roof {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px var(--border-color) solid;
    font-size: 1.3rem; }
    @media (width <= 414px) {
      .main-list .track-roof, .is-single .track-roof {
        width: calc(100% + min(60px, 5.56vw));
        margin-left: calc(min(30px, 2.78vw) * -1);
        padding: 0 15px 15px; } }
  @media (width <= 1080px) {
    .main-list .count, .is-single .count {
      margin: 0 auto 0 15px; } }
  .main-list .other-count .arrow, .is-single .other-count .arrow, .main-list .other-count .dir-nav li a, .dir-nav li .main-list .other-count a, .is-single .other-count .dir-nav li a, .dir-nav li .is-single .other-count a {
    padding-right: 22px;
    color: #fff;
    letter-spacing: 1.1; }
    .main-list .other-count .arrow b, .is-single .other-count .arrow b, .main-list .other-count .dir-nav li a b, .dir-nav li .main-list .other-count a b, .is-single .other-count .dir-nav li a b, .dir-nav li .is-single .other-count a b {
      font-size: 1.5rem; }
    .main-list .other-count .arrow:after, .is-single .other-count .arrow:after, .main-list .other-count .dir-nav li a:after, .dir-nav li .main-list .other-count a:after, .is-single .other-count .dir-nav li a:after, .dir-nav li .is-single .other-count a:after {
      right: 0;
      background-size: 16px 16px;
      filter: brightness(0) invert(1); }
  .main-list #sort, .is-single #sort {
    display: inline-block;
    margin-left: auto;
    background: #393939;
    border-radius: 5px;
    z-index: 1; }
    .main-list #sort:after, .is-single #sort:after {
      right: 5px;
      rotate: 90deg;
      filter: invert(100%);
      background-size: 16px;
      z-index: -1; }
    .main-list #sort select, .is-single #sort select {
      width: 100%;
      padding: 8px 30px 8px 15px;
      font-size: 1.2rem;
      color: #fff;
      border: none;
      cursor: pointer; }
  .main-list #btn-filter, .is-single #btn-filter {
    padding: 6px;
    background: none;
    border: 1px #f2f2f2 solid;
    border-radius: 5px;
    cursor: pointer; }
    @media (width >= 1080px) {
      .main-list #btn-filter, .is-single #btn-filter {
        display: none; } }

.is-single .page-header {
  margin-bottom: 60px; }
.is-single h3 span {
  background: linear-gradient(45deg, #63bbff, #bc3cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.is-single .track-list {
  margin-bottom: 60px; }
.is-single .track-original {
  margin-bottom: 15px; }
  .is-single .track-original .track-item {
    grid-template-columns: 60px 24px 1fr 18px 18px min(13.27vw, 150px) 18px;
    grid-template-rows: 90px; }
    @media (width <= 680px) {
      .is-single .track-original .track-item {
        grid-template-columns: 45px 24px 1fr 18px 18px min(13.27vw, 150px) 18px;
        gap: 0 10px; } }
    .is-single .track-original .track-item .wave {
      display: block; }
    .is-single .track-original .track-item:has(.pause) {
      background: none; }

.track-deta-detail {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px var(--border-color) solid; }
  .track-deta-detail .track-deta-item:not(:last-child) {
    margin-bottom: 15px; }
  .track-deta-detail .track-deta-item .track-deta-item-head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.3rem; }
  @media (width >= 640px) {
    .track-deta-detail .track-deta-item {
      display: flex; }
      .track-deta-detail .track-deta-item .track-deta-item-head {
        min-width: 120px;
        margin-bottom: 0; } }
  .track-deta-detail .track-deta-item > ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem; }
    .track-deta-detail .track-deta-item > ul li:not(:last-child) {
      margin-right: 10px; }
    .track-deta-detail .track-deta-item > ul li a {
      display: block;
      margin-bottom: 10px;
      padding: 3px 12px;
      border-radius: 5px;
      border: 1px #505050 solid;
      background: #333;
      color: #fff; }
      .track-deta-detail .track-deta-item > ul li a:hover {
        background: #404040; }
  .track-deta-detail .track-comment {
    font-size: 1.4rem; }
    .track-deta-detail .track-comment + .track-deta-item {
      padding-top: 30px;
      border-top: 1px var(--border-color) solid; }

.license-head {
  margin-bottom: 30px;
  font-weight: bold; }

.license-table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-top: 1px var(--border-color) solid;
  border-left: 1px var(--border-color) solid; }
  .license-table > div {
    width: 33.33333%;
    padding: 15px;
    border-right: 1px var(--border-color) solid;
    border-bottom: 1px var(--border-color) solid;
    background: #191919; }
    @media (width <= 960px) {
      .license-table > div {
        width: 50%; } }
    @media (width <= 640px) {
      .license-table > div {
        width: 100%; } }
    .license-table > div a {
      display: inline-block;
      color: #fff;
      text-decoration: underline; }
    .license-table > div span {
      font-size: 1.2rem; }

@media (width >= 640px) {
  .cm-table > div {
    width: 50%; } }

.txt a {
  display: inline-block;
  color: #f2f2f2;
  text-decoration: underline; }

/* --------------------------------------------------

	よくあるご質問

-------------------------------------------------- */
.page-faq h2 {
  margin-bottom: 45px !important;
  padding-left: min(30px, 2.65vw) !important;
  font-weight: bold;
  font-size: 2.2rem; }

.dl-style dt {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #adadad; }
.dl-style dd {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px var(--border-color) solid; }
  .dl-style dd a {
    display: inline-block; }

/* --------------------------------------------------

	利用規約

-------------------------------------------------- */
.page-license .intro {
  text-align: center; }
.page-license h3 {
  margin-bottom: 30px !important;
  font-size: 2rem; }
.page-license h4 {
  margin-bottom: 30px; }
.page-license h3,
.page-license h4 {
  font-weight: bold; }
@media (width >= 640px) {
  .page-license .license-table > div {
    width: 50%; } }

.intro {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 2.2rem; }

.platform-coverage {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .platform-coverage li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 10px);
    margin: 0 5px 10px;
    padding: min(30px, 2.65vw);
    text-align: center;
    border-radius: 5px;
    background: #252525; }
    @media (width <= 880px) {
      .platform-coverage li {
        width: calc(25% - 10px); } }
    @media (width <= 640px) {
      .platform-coverage li {
        width: calc(33.33333% - 10px); } }
    .platform-coverage li div:before {
      display: block;
      margin-right: 0; }
    .platform-coverage li div span {
      display: block;
      font-size: 1.1rem; }
    .platform-coverage li div sup {
      vertical-align: top;
      font-size: 1rem; }

.note {
  margin-bottom: 60px;
  font-size: 1.4rem; }
  .note p {
    padding-left: 1em;
    text-indent: -1em; }
  .note a {
    display: inline-block; }

/* --------------------------------------------------

	プライバシーポリシー

-------------------------------------------------- */
.page-privacy ol li {
  margin-bottom: 30px; }

/* --------------------------------------------------

	サインイン

-------------------------------------------------- */
#signin {
  display: none; }
  #signin .form .input-style {
    border-color: #ccc; }

/* --------------------------------------------------

	新規会員登録

-------------------------------------------------- */
#pwdIndicator {
  position: relative;
  color: var(--font-color);
  font-size: 1.1rem;
  text-align: center;
  z-index: 1; }
  #pwdIndicator:before, #pwdIndicator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    z-index: -1; }
  #pwdIndicator:before {
    background: #252525; }
  #pwdIndicator:after {
    transition: width 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  #pwdIndicator.weak:after {
    width: 25%;
    background: #F00; }
  #pwdIndicator.average:after {
    width: 50%;
    background: #eab832; }
  #pwdIndicator.strong:after {
    width: 75%;
    background: #20bf42; }
  #pwdIndicator.very-strong:after {
    width: 100%;
    background: #0099ff; }
  #pwdIndicator.not-match {
    color: #F00; }

/* --------------------------------------------------

	マイページ

-------------------------------------------------- */
.page-mypage .inner {
  max-width: 640px; }

.credit-card {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  max-width: 320px;
  padding: 30px;
  background: #303030;
  background: linear-gradient(120deg, #393939 25%, #333333 25%);
  border-radius: 10px;
  aspect-ratio: 1.618 / 1; }
  .credit-card > div {
    width: 100%; }
    .credit-card > div:not(:first-child) {
      font-size: 1.4rem; }

.card-num {
  margin-bottom: 30px;
  font-size: 2.4rem; }

.list-view > div {
  padding: 30px 0; }
  .list-view > div:not(:last-of-type) {
    border-bottom: 1px var(--border-color) solid; }
  .list-view > div a {
    color: var(--font-color); }
    .list-view > div a:after {
      filter: invert(100%); }

/* --------------------------------------------------

	お問い合わせ

-------------------------------------------------- */
@media (width <= 640px) {
  .page-contact .intro {
    text-align: left; }
    .page-contact .intro br {
      display: none; } }

/* --------------------------------------------------

	ゴールドを購入する

-------------------------------------------------- */
.page-gold h2 {
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: normal; }
.page-gold .note {
  padding: 15px;
  background: #252525;
  border-radius: 15px;
  font-size: 1.3rem; }

.choose-amount ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px; }
  .choose-amount ul li {
    position: relative;
    width: calc(25% - 15px); }
    .choose-amount ul li:nth-child(2):before {
      content: 'おすすめ';
      position: absolute;
      top: -24px;
      left: 50%;
      translate: -50% 0;
      width: 80%;
      height: 24px;
      background: #b6995d;
      color: #fff;
      font-weight: bold;
      font-size: 1.3rem;
      text-align: center;
      line-height: 24px;
      border-radius: 10px 10px 0 0; }
    @media (width <= 640px) {
      .choose-amount ul li {
        width: calc(50% - 15px); }
        .choose-amount ul li:nth-child(-n + 2) {
          margin-bottom: 30px; } }
    .choose-amount ul li input[type=radio] {
      display: none; }
      .choose-amount ul li input[type=radio]:checked + label {
        border-color: #b6995d;
        background: #252525;
        color: #f2f2f2; }
    .choose-amount ul li label {
      display: block;
      padding: 30px 15px;
      border: 3px #f2f2f2 solid;
      background: #f2f2f2;
      background: linear-gradient(150deg, #f2f2f2 50%, #eaeaea 50%);
      color: #111;
      border-radius: 15px;
      text-align: center;
      cursor: pointer; }
      .choose-amount ul li label .gold {
        font-size: 4.2rem; }
        .choose-amount ul li label .gold span {
          font-size: 2.4rem; }
      .choose-amount ul li label .price {
        font-weight: bold;
        letter-spacing: normal; }
        .choose-amount ul li label .price del {
          margin-left: 5px;
          font-size: 1.2rem;
          font-weight: normal; }
          @media (width >= 640px) and (width <= 740px) {
            .choose-amount ul li label .price del {
              display: block; } }
          @media (width <= 414px) {
            .choose-amount ul li label .price del {
              display: block; } }
        .choose-amount ul li label .price span {
          display: block;
          font-size: 1.3rem;
          font-weight: normal; }
.choose-amount > div {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
.choose-amount .payment-specified {
  width: calc(4em + 30px);
  margin-right: 10px; }
  .choose-amount .payment-specified input {
    font-size: 1.8rem;
    text-align: center; }
.choose-amount .receipt-name {
  flex: 1;
  max-width: 320px;
  margin-right: 15px; }
  .choose-amount .receipt-name + .select-style {
    width: 90px; }

.go-to-payment {
  margin-bottom: 60px;
  background: #fff;
  border-radius: 15px; }
  .go-to-payment > div {
    padding: 25px 0 25px;
    color: #151515;
    cursor: pointer; }
    @media (width <= 374px) {
      .go-to-payment > div {
        font-size: 1.3rem; } }
    .go-to-payment > div:first-child {
      border-bottom: 1px #dddbdb solid; }
  .go-to-payment .icon-card {
    padding-left: 50px;
    background: url(../../images/icon_card.svg) no-repeat 15px center;
    background-size: 30px 30px; }
  .go-to-payment .paypay {
    padding-left: 50px;
    background: url(../../images/logo_paypay.jpg) no-repeat 15px center;
    background-size: 32px 30px; }

.gold {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  color: #b6995d; }

.page-gold-confirm h2 {
  margin-bottom: 15px; }
.page-gold-confirm .form {
  padding: min(6.25vw, 30px);
  background: #252525;
  border-radius: 10px; }

.purchase-amount {
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  background: #f2f2f2;
  background: linear-gradient(150deg, #f2f2f2 50%, #eaeaea 50%);
  border-radius: 15px; }
  .purchase-amount .gold {
    font-size: 4.2rem; }
    .purchase-amount .gold span {
      font-size: 2.4rem; }
  .purchase-amount .jp-yen {
    font-weight: bold; }
  .purchase-amount .jp-yen,
  .purchase-amount .show-receipt {
    color: #111;
    letter-spacing: normal; }
  .purchase-amount .show-receipt:empty {
    display: none; }

.select-payment-method .tab-menu {
  display: none;
  background: #353535;
  margin-bottom: min(6.25vw, 30px); }
  .select-payment-method .tab-menu:has(.last-time-credit) {
    display: block; }
  .select-payment-method .tab-menu li {
    width: 100%;
    padding: 15px; }
    .select-payment-method .tab-menu li:has(.last-time-credit) {
      width: 50%; }

.payment-method h2 {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px !important;
  padding: 15px;
  background: #252525;
  border-radius: 5px;
  z-index: 1; }
  .payment-method h2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    width: 18px;
    height: 18px;
    background: url(../../images/icon_arrow.svg) no-repeat center center;
    background-size: 18px;
    transform: translate(0, -50%) rotate(-90deg);
    filter: brightness(100);
    z-index: -1; }
  .payment-method h2 + div {
    display: none; }
.payment-method .credit-card {
  margin: 0 auto min(12.5vw, 60px); }
  .payment-method .credit-card span {
    font-size: 1.0rem; }

.komoju-fields {
  margin-bottom: min(12.5vw, 60px);
  padding: min(6.25vw, 30px) min(6.25vw, 30px) calc(min(6.25vw,30px) - 16px) min(6.25vw, 30px);
  background: #f2f2f2;
  border-radius: 15px; }

/* --------------------------------------------------

	アーティスト一覧

-------------------------------------------------- */
.artist-list {
  display: flex;
  flex-wrap: wrap; }
  .artist-list li {
    border: 1px var(--border-color) solid;
    border-radius: 10px;
    background: #050505; }
    .artist-list li h3 {
      font-weight: bold;
      font-size: 1.5rem; }
    .artist-list li a {
      margin-top: 10px;
      color: var(--font-color);
      font-size: 1.2rem;
      letter-spacing: normal; }
      .artist-list li a:after {
        filter: invert(100%); }
  @media (width >= 768px) {
    .artist-list li {
      width: calc(33.33333% - 30px);
      margin: 0 15px 30px;
      padding: 30px 15px;
      text-align: center; } }
  @media (width <= 768px) {
    .artist-list li {
      width: 100%;
      margin: 0 15px 15px;
      padding: 15px; } }

/* --------------------------------------------------

	YouTubeでのご利用について

-------------------------------------------------- */
.flow-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flow-image img {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    border-radius: 5px; }
    @media (width <= 640px) {
      .flow-image img {
        width: 100%;
        margin-bottom: 15px; } }

.license-message {
  padding: 15px;
  background: #fff;
  color: #222;
  font-size: 1.3rem;
  border: 1px var(--border-color) solid; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--font-color);
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  background: #111;
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }
  body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    transition: 300ms !important; }
  body.is-admin-logged-in .plays {
    display: block !important; }
  body.is-shadow {
    overflow: hidden; }
    body.is-shadow:after {
      z-index: 10;
      opacity: 1; }

a {
  display: block;
  color: #f3274f;
  text-decoration: none;
  -webkit-touch-callout: none;
  transition: 300ms !important; }

a:hover,
a:active {
  text-decoration: none; }

img {
  pointer-events: none; }

#page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1;
  padding-top: 66px; }
  @media (width <= 980px) {
    main {
      padding-top: 54px; } }

section {
  position: relative; }

#content {
  flex: 1; }

.inner {
  position: relative;
  width: min(calc(100% - 30px), 1130px);
  margin: 0 auto; }

/* ----------------------------------------

カラムレイアウト

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

/* ----------------------------------------

背景

---------------------------------------- */
.bg {
  position: relative; }
  .bg:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/bg.webp) no-repeat center center;
    background-size: cover;
    z-index: -1; }

/* ----------------------------------------

見出し

---------------------------------------- */
.cat-header {
  padding: max(30px, 5.56vw) 0 max(15px, 2.78vw); }

.cat-title, .page-title {
  font-weight: bold;
  font-size: clamp(2.4rem, 2.37vi + 1.64rem, 4.2rem); }
  .cat-title span, .page-title span {
    background: linear-gradient(45deg, #63bbff, #bc3cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.page-header {
  padding: max(15px, 2.78vw) 0; }

/* ----------------------------------------

ボタン

---------------------------------------- */
.btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 9999px; }
  .btn:hover {
    filter: brightness(1.2); }
  .btn a,
  .btn input {
    padding: 15px 30px;
    color: var(--font-color);
    font-weight: bold;
    text-align: center; }
    @media (width <= 960px) {
      .btn a,
      .btn input {
        padding: 10px min(15px, 2.78vw); } }
  .btn input {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer; }

.btn-normal {
  border: 1px #fff solid;
  transition: 300ms !important; }
  .btn-normal:hover {
    background: #202020; }
  .btn-normal .arrow:after, .btn-normal .dir-nav li a:after, .dir-nav li .btn-normal a:after {
    filter: invert(100%); }

.arrow, .dir-nav li a {
  position: relative; }
  .arrow:after, .dir-nav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    background: url(../../images/icon_arrow.svg) no-repeat center center;
    background-size: 22px; }

/* ----------------------------------------

色

---------------------------------------- */
.key {
  background: var(--key-color); }

/* ----------------------------------------

アニメーション

---------------------------------------- */
.fade-in {
  display: block !important;
  animation: fadeIn 300ms ease-out 0s forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-out {
  display: block !important;
  animation: fadeOut 300ms ease-out 0s forwards; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.pop-up {
  display: block !important;
  animation: popup 300ms cubic-bezier(0.34, 1.56, 0.64, 1) 0s forwards; }

@keyframes popup {
  0% {
    opacity: 0;
    scale: 0.9; }
  100% {
    opacity: 1;
    scale: 1; } }
.popup-fade-out, .track-item .btn-favorite > div.add-favorite:after, .track-item .btn-copy-link > div.add-favorite:after, .track-item .btn-copy-link > div.copyed:after {
  display: block !important;
  animation: popup-fadeOut 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 0s forwards; }

@keyframes popup-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    scale: 2; } }
/* ----------------------------------------

ページネーション

---------------------------------------- */
#pagination {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 30px;
  border-radius: 9999px; }
  @media (width <= 448px) {
    #pagination {
      width: 100%; } }
  #pagination li {
    position: relative;
    margin: 0 5px; }
    @media (width >= 448px) {
      #pagination li {
        width: 44px; } }
    @media (width <= 448px) {
      #pagination li {
        width: calc(14.28% - 10px); } }
    #pagination li.prev a:after, #pagination li.next a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      translate: -50% -50%;
      background: url(../../images/icon_arrow.svg) no-repeat center center;
      background-size: 20px;
      filter: invert(100%); }
    #pagination li.next a:after {
      rotate: 180deg; }
    #pagination li.current a {
      background: none; }
    #pagination li a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #303030;
      border-radius: 9999px;
      text-align: center;
      color: var(--font-color);
      aspect-ratio: 1 / 1; }

/* ----------------------------------------

Cookie同意バナー

---------------------------------------- */
.cc-window {
  border-radius: 10px; }

.cc-btn {
  border-radius: 9999px; }

.box {
  display: inline-block;
  padding: 15px;
  background: #f2f2f2;
  color: #151515; }

/*# sourceMappingURL=main.css.map */
