﻿/*** body */

body {
  background-color: #000000;
  font-family: 'Poiret One', monospace, sans-serif;
  color: #7a7a7a;
}
.title {
  display: flex;
  min-height: 595px;
  align-items: center;
  justify-content: center;
}
.cross {
  width: 40%;
}
.path-01 {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: dash 3s linear forwards;
}
.path-02 {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: dash 3s linear 1.5s forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.text-01 {
  opacity: 0;
  animation: fade 2s 3.5s ease forwards;
}
.text-02 {
  opacity: 0;
  animation: fade 2s 3s ease forwards;
}
.text-03 {
  opacity: 0;
  animation: fade 2s 4s ease forwards;
}
.text-04 {
  opacity: 0;
  animation: fade 2s 4.5s ease forwards;
}
@keyframes fade {
  100% {
    opacity: 1;
  }
}

/*** font */

@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url(../tff/tff_01.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url(../tff/tff_02.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url(../tff/tff_03.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url(../tff/tff_04.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*** audio */

.ap-unibody,
.ap-unibody * {
  display: block;
  cursor: default;
  border: none;
  overflow: visible;
  position: static;
  background: none;
  float: none;
  z-index: auto;
  list-style: none;
  line-height: 0;
  direction: ltr;
  text-align: center;
  opacity: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
}
.ap-unibody {
  overflow: hidden;
}
.ap-unibody li {
  float: left;
  height: 100%;
}
.ap-unibody .play-btn,
.ap-unibody .volume-btn,
.ap-unibody .volume-bar-container,
.ap-unibody .volume-bar,
.ap-unibody .seek-bar,
.ap-unibody .play-bar,
.ap-unibody .progress-bar-wrapper {
  cursor: pointer;
}
.ap-unibody .play-btn,
.ap-unibody .volume-btn {
  height: 100%;
}
.ap-unibody i {
  line-height: inherit;
  vertical-align: middle;
}
.ap-unibody .play-btn:hover {}

.ap-unibody .progress-bar-container,
.ap-unibody .volume-bar-container {}
.ap-unibody .volume-bar-container {}
.ap-unibody .progress-bar-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ap-unibody .seek-bar {
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: width 1s ease;
  -khtml-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  -webkit-transform: translateZ(0);
}
.ap-unibody .play-bar,
.ap-unibody .seek-bar {
  position: absolute;
  top: 0;
  left: 0;
}
.ap-unibody .volume-bar,
.ap-unibody .play-bar,
.ap-unibody .load-bar {
  width: 0;
  height: 100%;
  -webkit-transform: translateZ(0);
}
.ap-unibody .play-bar.transition {
  z-index: 1;
  -webkit-transition: width 0.5s ease;
  -khtml-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.ap-unibody .load-bar.transition {
  z-index: 0;
  -webkit-transition: width 0.5s ease;
  -khtml-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.ap-unibody .time-duration,
.ap-unibody .time-current {}
.ap-unibody .volume-btn:hover {}
.ap-unibody .sep {}
.ap-unibody.playing .play-btn {}
.ap-unibody.playing .play-btn:hover {}
.ap-unibody.mute .volume-btn {}
.ap-unibody.mute .volume-btn:hover {}
.ap-unibody.error .duration-txt,
.ap-unibody.error .sep,
.ap-unibody.error .volume-btn,
.ap-unibody.error .progress-bar-container,
.ap-unibody.error .volume-bar-container {
    display: none;
}
.ap-unibody.error .for-play {
    display: block;
}
.ap-unibody.error .play-btn {
    cursor: pointer;
}

/*** line */

.line {
  width: 80%;
  height: 1.5px;
  position: relative;
  overflow: hidden;
  background-color: #7a7a7a;
  margin: -80px auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: #7a7a7a;
  -webkit-animation: lineAnim 2s linear infinite;
  -moz-animation: lineAnim 2s linear infinite;
  animation: lineAnim 2s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@keyframes lineAnim {
0% {
left: -40%;
}
50% {
left: 20%;
width: 80%;
}
100% {
left: 100%;
width: 100%;
}
}

/*** popup */

.openper{
    background-color: #000000;
    color: #bfbfbf;
    font-size: 13px;
    position: relative;
    top: 90px;
    left: -365px;
}
.closeper{
    background-color: #000000;
    color: #bfbfbf;
    font-size: 13px;
    position: relative;
    top: 268px;
    left: 0;
}
.opencon{
    background-color: #000000;
    color: #bfbfbf;
    font-size: 13px;
    position: relative;
    top: 90px;
    left: 370px;
}
.closecon{
    background-color: #000000;
    color: #bfbfbf;
    font-size: 13px;
    position: relative;
    top: 268px;
    left: 0;
}
.popouterper {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    height: 200%;
}
.popinnerper {
    background-color: #000000;
    width: 500px;
    height: 588px;
    padding: 25px;
    margin: -25px auto;
}
.popoutercon {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    height: 200%;
}
.popinnercon {
    background-color: #000000;
    width: 500px;
    height: 588px;
     padding: 25px;
    margin: -25px auto;
}