@charset "UTF-8";


/*=====================================================================

    playlist

======================================================================= */

#playlist {
	overflow: hidden;
}

#playlist .contents__inner {
	position: relative;
	background: linear-gradient(90deg, #09112c, #002e6b, #09112c);
}

.contents__wrapper {
	position: relative;
}

.playlist-block__wrapper .bg-box img {
	position: absolute;
}

.contents__wrapper .bg-image {
	position: absolute;
	width: 120%;
	left: -10%;
    opacity: 0.4;
    z-index: 1;
	transition: all .6s;
}

.contents__wrapper .bg-image02 {
    top: 22%;
}
.contents__wrapper .bg-image03 {
    top: 70%;
}

#playlist .main-area .bg-box .bg-image01 {
	position: absolute;
    width: 115%;
    top: 10%;
    left: -15%;
}

#playlist .close .main-area .bg-box .bg-image01 {
	position: absolute;
    width: 108%;
    top: 0%;
    left: -8%;
}

#playlist .main-area {
	position: relative;
	padding: 220px 0 0;
	z-index: 1;
}

#playlist .main-area h1 {
	width: 40vw;
	margin: 0 auto;
}

.anchor-nav {
	position: fixed;
	width: calc(100% - 250px);
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 -3px 10px #333;
	box-sizing: border-box;
	z-index: 10;
	transition: all .8s;
	transition-delay: .4s
}

.close .anchor-nav {
	width: 100%;
	padding-left: 100px;
	transition-delay: 0s;
}

.anchor-list {
	width: auto;
	min-width: 710px;
}

.anchor-list__item {
	position: relative;
	padding-right: 20px;
    margin-right: 40px;
}
.anchor-list__item:last-child {
	margin-right: 0px;
}

.anchor-list__item::before {
	content: " ";
    position: absolute;
    width: 1px;
    height: 30px;
    top: calc(50% - 15px);
    left: -30px;
    transform: skewX(-20deg);
    background: #002e6b;
}
.anchor-list__item:first-child::before {
	display: none;
}

.anchor-list__item a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #002e6b;
	letter-spacing: 1px;
	padding: 15px 0;
	white-space: nowrap;
	transition: all .4s;
}
.anchor-list__item a:hover {
	opacity: .75;
}

.playlist-block__wrapper {
	position: relative;
    padding-bottom: 200px;
    z-index: 1;
}

.playlist-block {
	position: relative;
	padding-top: 120px;
	z-index: 2;
}

.playlist-title {
	width: 85%;
	font-size: 40px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 45px 0 40px;
	margin: 0 auto;
	border-top: double 3px #fff;
	border-bottom: double 3px #fff;
}

.playlist-title .sub {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	opacity: .7;
}

.playlist-block .new {
	display: block;
	font-size: 2.5vw;
    letter-spacing: 2px;
    color: #ff407c;
}

.playlist-description {
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}

.playlist-content {
	margin-top: 60px;
}

.playlist-content .skew-btn {
	display: table;
    color: #002e6b;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 25px 55px;
    margin: 30px auto 0;
    background: #fcfc3a;
}

.playlist-content iframe {
	display: table;
	margin: 30px auto 0;
}

#kkbox .iPhone {
	overflow: scroll;
}

@media all and (-ms-high-contrast: none) {
	#kkbox iframe {
		overflow-x: hidden!important;
	}
	#spotify iframe {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#playlist .main-area {
		padding: 100px 0 60px;
	}
	#playlist .main-area h1 {
		width: 85%;
	}
	#playlist .main-area .bg-box .bg-image01 {
		width: 270%;
	    top: 0%;
	    left: -110%;
	}
	#playlist .close .main-area .bg-box .bg-image01 {
		width: 270%;
	    top: 0%;
	    left: -110%;
	}
	.playlist-block__wrapper {
		padding-bottom: 100px;
		margin-top: 0;
		z-index: 2;
	}
	.contents__wrapper .bg-image {
		width: 180%;
    	left: -50%;
	}
	.contents__wrapper .bg-image02 {
	    top: 14%;
	}
	.contents__wrapper .bg-image03 {
	    top: 75%;
	}
	.playlist-block__wrapper .bg-box img {
		display: none;
	}
	.playlist-block {
		width: 90%;
		padding-top: 75px;
		margin: 0 auto;
	}
	.playlist-block .new {
		font-size: 26px;
	}
	.playlist-title {
		width: 100%;
		font-size: 24px;
    	letter-spacing: 2px;
		padding: 25px 0 25px;
		box-sizing: border-box;
	}
	.playlist-description {
		font-size: 16px;
		line-height: 2;
		text-align: left;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	.playlist-content .skew-btn {
		width: 78%;
	    font-size: 16px;
	    text-align: center;
	    letter-spacing: 0px;
	    padding: 25px 25px;
	}
	.playlist-content iframe {
		width: 100%;
	}
}



