/*--------------------------------------------------------------
PLAYLIST
--------------------------------------------------------------*/
#playlist_specs {
  
}
#playlist_specs .bako {
  border: 5px solid #000;
  border-radius: 25px;
  overflow: hidden;
}
.playlist_header {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 0;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}
.playlist_header .album_cover {
    
}
.playlist_header .cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#playlist_specs .story_hako-header {
  
}
#playlist_specs .story_hako-video {
  z-index: 1;
  background: #ff0000;
  border-radius: 25px;
}
#playlist_specs .story_hako-header .first {
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: left;
}
#playlist_specs .story_hako-header .first:after {
  content: "";
  display: table;
  clear: both;
}
#playlist_specs .story_hako-header .second {
  width: 100%;
  padding: 0;

  margin: 0 auto;
  position: absolute;
  max-height: 33vh;
}
#playlist_specs .story_hako-header .second:after {
  content: "";
  display: table;
  clear: both;
}
#playlist_specs .story_hako-header .image {
  float: left;
  width: 30%;
  margin-left: -30px;
-moz-transform: rotate(350deg);
-webkit-transform: rotate(350deg);
-o-transform: rotate(350deg);
-ms-transform: rotate(350deg);
transform: rotate(-350deg);
}
#playlist_specs .story_hako-header .image img {
  border: 1px solid #000;
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.33);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.33);
}
#playlist_specs .story_hako-header .story_hako-title {
  padding: 1% 1% 10%;
  width: auto;
  float: left;
  max-width: 70%;
}
.artiste_cover {
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    overflow: hidden;
  max-height: 100vh;
       object-fit: cover;     
   clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.artiste_cover img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;


}

#playlist_specs .story_hako-video .padder {

}
#playlist_specs .story_hako-video {
  clear: left;
  
}
#playlist_specs .story_hako-video iframe {
  border-radius: 25px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #ff0000;
  background-color: #ff0000;
}
#playlist_specs .story_hako-content {
    padding: 5%;
}
#playlist_specs .story_hako-content iframe {
  border-radius: 15px;
}

#playlist_specs .playlist_hako-lyrics {
    padding: 5%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 125%;
    font-weight: 400;
    letter-spacing: 1px;
}
#playlist_specs .playlist_hako-lyrics .line {

}

/*--------------------------------------------------------------
PLAYLIST
--------------------------------------------------------------*/


.playlist_hako-lyrics .accordion {
  margin: auto;
  width: 100%;
}
.playlist_hako-lyrics .accordion input {
  display: none;
}
.playlist_hako-lyrics .box {
  position: relative;
  background: #fff;
  height: 50px;
  transition: all .15s ease-in-out;
}
.playlist_hako-lyrics .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.playlist_hako-lyrics header.box {
  background: #fff;
  z-index: 100;
  cursor: initial;
}
.playlist_hako-lyrics header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  cursor: initial;
  border-bottom: 1px solid #000;
  width: 100%;
}
.playlist_hako-lyrics .box-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.playlist_hako-lyrics .box-content {
  width: 100%;
  padding: 5%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 125%;
  font-weight: 400;
  color: #000;
  display: none;
}
.playlist_hako-lyrics .box-close {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.playlist_hako-lyrics input:checked + .box {
  height: auto;
  margin: 16px 0;
}
.playlist_hako-lyrics input:checked + .box .box-title {
  border-bottom: 1px solid #000;
}
.playlist_hako-lyrics input:checked + .box .box-content,
.playlist_hako-lyrics input:checked + .box .box-close {
  display: inline-block;
}
.playlist_hako-lyrics .arrows section .box-title {
  padding-left: 44px;
  width: 100%;
}
.playlist_hako-lyrics .arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 20px;
  font-size: 2rem;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: #000;
}
.playlist_hako-lyrics input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
#super_big
--------------------------------------------------------------*/
#super_big {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100 !important;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
  background: #fff;
  overflow: hidden;
	margin-top: 50px;
  position: relative;

}
#super_big .menu_outer {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
#super_big .menu_outer:before,
#super_big .menu_outer:after {
  content: "";
  display: block;
}
#super_big .menu_outer:after {
  clear: both;
}

#super_big .menu_inner {
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0 auto;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}

#super_big .logo {
  width: 100%;
  	padding: 2%;
}
#super_big .logo img {
  width: 100%;
}

#super_big .tagline {
    padding: 5px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 100;
    letter-spacing: -1px;
    width: 100%;
    color: #000;
    max-width: 1200px;
    text-transform: uppercase;
		text-align: left;
}
#super_big .tagline {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}
