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

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  /* Icons */
}
body img {
  width: 100%;
}
body .fadeIn-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  body .fadeIn-obj.sp-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    animation: none !important;
  }
}
body .fadeIn-obj.active {
  animation: fadeIn 0.4s linear 0s forwards, slideUp 0.4s ease-out 0s forwards;
}
body .popUp-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}
body .popUp-obj.up {
  animation: fadeIn 0.1s linear 0s forwards, wobble 0.4s ease-out forwards;
}
body .audio-player-container {
  max-width: 390px;
  margin: 0 auto;
  padding: 68px 0 33px;
  background-image: url("/_assets/img/bg_base.webp");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.8s linear 0.5s forwards;
}
@media screen and (max-width: 767px) {
  body .audio-player-container {
    max-width: 100%;
  }
}
body .audio-player {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body .track-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
body .track-info .logo {
  position: absolute;
  top: 305px;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
}
body .track-artwork {
  width: 333px;
  height: 333px;
  margin: 0 0 92px;
}
body .track-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .track-details .day-count {
  width: 161px;
  margin: 0 auto 13px;
}
body .track-details .track-title {
  width: 196px;
  margin: 0 auto 18px;
}
body.fujitani .track-details .track-title.--1 {
  width: 206px;
}
body.fujitani .track-details .track-title.--2 {
  width: 222px;
}
body.fujitani .track-details .track-title.--3 {
  width: 207px;
}
body.fujitani .track-details .track-title.--4 {
  width: 204px;
}
body.fujitani .track-details .track-title.--5 {
  width: 256px;
}
body.fujitani .track-details .track-title.--6 {
  width: 268px;
}
body.fujitani .track-details .track-title.--7 {
  width: 236px;
}
body.akane .track-details .track-title.--1 {
  width: 318px;
}
body.akane .track-details .track-title.--2 {
  width: 294px;
}
body.akane .track-details .track-title.--3 {
  width: 209px;
}
body.akane .track-details .track-title.--4 {
  width: 223px;
}
body.akane .track-details .track-title.--5 {
  width: 226px;
}
body.akane .track-details .track-title.--6 {
  width: 238px;
}
body.akane .track-details .track-title.--7 {
  width: 252px;
}
body.sakamoto .track-details .track-title.--1 {
  width: 232px;
}
body.sakamoto .track-details .track-title.--2 {
  width: 222px;
}
body.sakamoto .track-details .track-title.--3 {
  width: 204px;
}
body.sakamoto .track-details .track-title.--4 {
  width: 294px;
}
body.sakamoto .track-details .track-title.--5 {
  width: 159px;
}
body.sakamoto .track-details .track-title.--6 {
  width: 268px;
}
body.sakamoto .track-details .track-title.--7 {
  width: 207px;
}
body.takaoka .track-details .track-title.--1 {
  width: 198px;
}
body.takaoka .track-details .track-title.--2 {
  width: 196px;
}
body.takaoka .track-details .track-title.--3 {
  width: 283px;
}
body.takaoka .track-details .track-title.--4 {
  width: 218px;
}
body.takaoka .track-details .track-title.--5 {
  width: 222px;
}
body.takaoka .track-details .track-title.--6 {
  width: 200px;
}
body.takaoka .track-details .track-title.--7 {
  width: 214px;
}
body .track-artist {
  width: 249px;
  margin: 0 auto;
}
body.fujitani .track-artist {
  width: 249px;
}
body.akane .track-artist {
  width: 229px;
}
body.sakamoto .track-artist {
  width: 258px;
}
body.takaoka .track-artist {
  width: 248px;
}
body .player-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
body .play-pause-btn {
  width: 31px;
  height: 35px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
body .play-pause-btn:hover {
  opacity: 0.7;
}
body .play-pause-btn:focus {
  outline: none;
}
body .skip-btn {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
body .skip-btn:hover {
  color: #333;
}
body .progress-container {
  position: relative;
  display: flex;
  width: 334px;
  margin: 0 0 30px;
  align-items: center;
}
body .current-time, body .duration {
  position: absolute;
  top: 10px;
  font-size: 12px;
  color: #4d4d4d;
  text-align: center;
}
body .current-time {
  left: 0;
}
body .duration {
  right: 0;
}
body .seek-bar {
  flex: 1;
  height: 2px;
  background-color: #4d4d4d;
  border-radius: 2px;
  width: 334px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
body .seek-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #4d4d4d;
  border-radius: 2px;
  width: 0;
}
body .seek-bar-handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #4d4d4d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body .seek-bar:hover .seek-bar-handle {
  display: block;
}
body .volume-container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
body .volume-icon {
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}
body .volume-slider {
  flex: 1;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
body .volume-slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #666;
  border-radius: 2px;
  width: 70%;
}
body .icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
body .icon.pause-icon {
  width: 24px;
}

.btn-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.btn-list li {
  padding: 8px 26px 8px 18px;
  box-sizing: border-box;
  border-top: 2px solid #c2bab7;
}
.btn-list li:last-child {
  border-bottom: 2px solid #c2bab7;
}

.txt-tomorrow {
  width: 211px;
  margin: 0 auto 27px;
}

.btn-view {
  width: 300px;
  margin: 0 auto 30px;
}

.logo-nf {
  width: 74px;
  margin: 0 auto;
}

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