@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

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;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  word-break: break-word;
  background-color: #FFD900;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 900px) {
  body {
    background-color: #000;
  }
}

.wrapper {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .wrapper {
    max-width: 500px;
    background-color: #FFD900;
  }
}

header {
  text-align: center;
}
@media (min-width: 600px) {
  header img {
    max-width: 600px;
  }
}
@media (min-width: 900px) {
  header img {
    max-width: initial;
    width: 100%;
  }
}

.panel {
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  line-height: 1;
}
.panel_song {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
}
.panel_song_artist {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
}
.panel_song_artist.is-ellipsis {
  overflow: visible;
  width: fit-content;
  animation: marquee 10s linear infinite;
}
.panel_song_txt {
  overflow: hidden;
}
.panel_song_title {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.panel_song_title.is-ellipsis {
  overflow: visible;
  width: fit-content;
  animation: marquee 10s linear infinite;
}
.panel_song_title::before {
  content: "“";
}
.panel_song_title::after {
  content: "”";
}
.panel_song_play {
  display: none;
}
.panel_desc {
  display: none;
}
.panel_dj {
  padding: 10px 0 0 0;
}
.panel_dj_face, .panel_dj_announce {
  display: none;
}
.panel_dj_name {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
.panel_dj_name small {
  font-size: 10px;
  font-weight: 400;
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: -100%;
  }
}
.main_slider {
  margin: 10px 0;
}

.music .all .panel,
.main_slider .panel {
  display: flex;
  flex-direction: column;
  width: 315px;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.music .all .panel_song,
.main_slider .panel_song {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.music .all .panel_song_txt,
.main_slider .panel_song_txt {
  max-width: calc(100% - 50px);
}
.music .all .panel_song_artist,
.main_slider .panel_song_artist {
  font-size: 12px;
}
.music .all .panel_song_title,
.main_slider .panel_song_title {
  font-size: 24px;
}
.music .all .panel_song_play,
.main_slider .panel_song_play {
  flex-shrink: 0;
  display: block;
  width: 40px;
  padding-bottom: 10px;
}
.music .all .panel_desc,
.main_slider .panel_desc {
  display: block;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 12px;
}
.music .all .panel_dj,
.main_slider .panel_dj {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin: auto 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.music .all .panel_dj_face,
.main_slider .panel_dj_face {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.music .all .panel_dj_name,
.main_slider .panel_dj_name {
  white-space: nowrap;
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.music .all .panel_dj_name small,
.main_slider .panel_dj_name small {
  font-size: 10px;
  font-weight: 400;
}
.music .all .panel_dj_announce,
.main_slider .panel_dj_announce {
  position: relative;
  display: block;
}
.music .all .panel_dj_announce div,
.main_slider .panel_dj_announce div {
  max-height: 110px;
  overflow: hidden;
}
.music .all .panel_dj_announce div.is-cut::after,
.main_slider .panel_dj_announce div.is-cut::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.music .all .panel_dj_announce div.is-expanded,
.main_slider .panel_dj_announce div.is-expanded {
  max-height: none;
}
.music .all .panel_dj_announce b,
.main_slider .panel_dj_announce b {
  display: inline-block;
  padding: 2px 5px 4px calc(5px + 0.3em);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}
.music .all .panel_dj_announce p,
.main_slider .panel_dj_announce p {
  margin: 5px 0;
  font-size: 10px;
  line-height: 1.5;
}
.music .all .panel_dj_announce p a,
.main_slider .panel_dj_announce p a {
  text-decoration: underline;
}
.music .all .panel_dj_announce > a,
.main_slider .panel_dj_announce > a {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: fit-content;
  margin: 0 0 0 auto;
  color: #fff;
  text-decoration: underline;
  font-size: 10px;
}
.music .all .panel_dj_announce.is-cut > a,
.main_slider .panel_dj_announce.is-cut > a {
  display: block;
}

.music .all {
  margin: 0 20px;
}
.music .all li + li {
  margin-top: 20px;
}
.music .all .panel {
  width: 100%;
}

.lead h2 {
  margin: -25px 20px 15px 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .lead h2 img {
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  .lead h2 img {
    max-width: initial;
    width: 100%;
  }
}

.txt {
  margin: 40px auto 0;
  padding: 0 20px 50px;
  border-bottom: 1px solid #1A1600;
}
.txt p {
  font-size: 16px;
  line-height: 2;
}
.txt p + p {
  margin-top: 2em;
}
.txt .akta {
  margin: 40px 0;
  text-align: center;
}
.txt .akta img {
  width: 120px;
}
@media (min-width: 600px) {
  .txt .banner {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 900px) {
  .txt .banner {
    flex-direction: column;
  }
}
.txt .banner a {
  display: block;
}
@media (min-width: 600px) {
  .txt .banner a {
    max-width: 45%;
  }
}
@media (min-width: 900px) {
  .txt .banner a {
    max-width: initial;
  }
}
.txt .banner a + a {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .txt .banner a + a {
    margin: 0;
  }
}

.music,
.playlist {
  padding: 50px 0;
  border-bottom: 1px solid #000;
}
.music h2,
.playlist h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.music h2 {
  margin-bottom: 40px;
}
.music .btn {
  position: relative;
  display: block;
  margin: 40px 20px 0;
  padding: 20px;
  border-radius: 100px;
  background: #E5127E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.music .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../images/btn.svg) no-repeat;
  background-size: contain;
}

.playlist p {
  margin: 20px;
}

.commingsoon {
  margin: 0 20px;
}

footer {
  margin: 15px 0 0 0;
  padding-bottom: 255px;
  text-align: center;
  font-size: 12px;
}

.player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 217, 0, 0), #ffd900);
  z-index: 10;
  transition: 0.4s ease;
  transform: translateY(100%);
}
@media (min-width: 600px) {
  .player {
    padding-left: calc((100% - 390px) / 2);
    padding-right: calc((100% - 390px) / 2);
  }
}
@media (min-width: 900px) {
  .player {
    padding: 0;
    width: 390px;
    background: none;
  }
}
.player.--open {
  transform: translateY(0);
}
.player.--close {
  transform: translateY(calc(100% - 40px));
}
.player_toggle {
  padding: 10px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 900px) {
  .player_toggle {
    color: #fff;
  }
  .player_toggle img {
    filter: brightness(0) invert(1);
  }
}
.player_toggle img {
  margin: 0 5px 0 0;
}
.player_content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #D9D9D9;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
}
.player_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
