@charset "utf-8";

/* ---------------------------------------------------------- */
/* 音楽 */
/* ---------------------------------------------------------- */
#music {
	padding: 80px 0;
	}

#music .tab {
	text-align: center;
	margin: 0 0 40px 0;
	}

#music .tab ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

#music .tab ul li {
	text-align: center;
	margin: 0 20px;
	}

#music .tab ul li a ,
#music .tab ul li span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5px 30px;
	}

#music .tab ul li a.current {
	background: #dc3e4a;
	border-radius: 50px;
	pointer-events: none;
	}

#music .tab ul li a:hover {
	background: #e6c37d;
	border-radius: 50px;
	}

#music .tab ul li span {
	opacity: 0.5;
	}

#music .box {
	max-width: 1040px;
	color: #fff;
	margin: auto;
	}

#music .box h3 {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	}

#music .box .artist {
	font-size: 2.4rem;
	font-weight: bold;
	color: #e6c37d;
	text-align: center;
	margin: 0 0 10px 0;
	}

#music .box.music_collection .artist {
	margin: 0 0 40px 0;
	}

#music .box .music {
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
	}

#music .box .release {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 50px 0;
	}

#music .box .release .image {
	width: 40%;
	padding: 0 50px 0 0;
	}

#music .box .release .image img {
	width: 100%;
	}

#music .box .release .text {
	width: 60%;
	}

#music .box .release .text .btn {
	color: #fff;
	background: #dc3e4a;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 10px 40px 10px 30px;
	display: inline-block;
	position: relative;
	}

#music .box .release .text .play {
	font-size: 1.1rem;
	color: #01a4a7;
	background: #fff;
	text-align: center;
	text-indent: 0;
	line-height: 12px;
	padding: 3px 10px;
	position: static;
	display: inline-block;
	}

#music .box .release .text .btn:hover ,
#music .box .release .text .play:hover {
	background: #e6c37d;
	}

#music .box .release .text .btn::before ,
#music .box .release .text .btn::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
	position: absolute;
	display: block;
	z-index: 4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#music .box .release .text .btn::after {
	right: 15px;
	}

#music .box .release .disc {
	border-bottom: 1px solid #fff;
	padding: 5px 35px 5px 0;
	position: relative;
	cursor: pointer;
	}

#music .box .release .disc:before {
	content: "";
	width: 15px;
	height: 1px;
	background: #fff;
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	right: 10px;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	}

#music .box .release .disc:after {
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right:10px;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 1px; 
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

#music .box .release .disc.close:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	}

#music .box .release .disc.close:after{
	background-color: transparent;
	}

#music .box .release .detail {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	display: none;
	}

#music .box .tokuten {
	margin: 0 0 50px 0;
	}

#music .box .tokuten.c4 {
	margin: 0;
	}

#music .box .tokuten h4 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #01a4a7;
	text-align: center;
	background: #fff;
	padding: 5px;
	}

#music .box .tokuten ul {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#music .box .tokuten ul li {
	width: calc(33.3333% - 10px);
	line-height: 1.3;
	border: 1px solid #fff;
	margin: 10px 5px 0 5px;
	padding: 20px;
	}

#music .box .tokuten.c4 ul li {
	width: calc(25% - 10px);
	}

#music .box .tokuten ul li img {
	width: 100%;
	}

#music .box .tokuten ul li .slider {
	text-align: center;
	}

#music .box .comment {
	color: #2b2b2b;
	background: #fff;
	border: 5px solid #e6c37d;
	padding: 40px;
	position: relative;
	}

#music .box .comment::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_02.png) top right no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../img/common/bg_contents_04.png) bottom left no-repeat;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

#music .box .comment .image {
	text-align: center;
	margin: 0 0 20px 0;
	}

#music .box .comment .image img {
	width: 60%;
	}

#music .box .comment .text h4 {
	font-size: 1.4rem;
	color: #fff;
	background: #dc3e4a;
	margin: 0 0 5px 0;
	padding: 3px 10px;
	display: inline-block;
	}

.slick-dots {
	width: auto !important;
	text-align: center;
	display: inline-flex!important;
	}

.slick-dots li {
	width: auto !important;
	line-height: 1 !important;
	border: 0 !important;
	margin: 5px 5px 0 5px !important;
	padding: 0 !important;
	}

.slick-dots li button {
	width: 10px;
	height: 10px;
	color: transparent;
	line-height: 1;
	background: #fff;
	border: 0;
	border-radius: 50px;
	padding: 0 !important;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.slick-dots li button:hover,
.slick-active button {
	background: #e6c37d !important;
	}

@media (max-width: 768px){
#music {
	padding: 120px 30px;
	}

#music .tab {
	margin: 0 0 30px 0;
	}

#music .tab ul li {
	margin: 0 10px;
	}

#music .tab ul li a ,
#music .tab ul li span {
	font-size: 1.5rem;
	}

#music .box h3 {
	font-size: 2.8rem;
	}

#music .box .artist {
	font-size: 2.2rem;
	}

#music .box.music_collection .artist ,
#music .box .music {
	margin: 0 0 30px 0;
	}

#music .box .release {
	display: block;
	}

#music .box .release .image {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	}

#music .box .release .image img {
	width: 70%;
	}

#music .box .release .text {
	width: 100%;
	}

#music .box .release .text .btn {
	width: 70%;
	margin: 0 auto 10px auto;
	display: block;
	}

#music .box .release .text .btn:last-child {
	margin: auto;
	}

#music .box .comment {
	padding: 30px;
	}

#music .box .comment .image img {
	width: 100%;
	}

#music .box .tokuten.c4 ul li {
	width: calc(33.3333% - 10px);
	}
}

@media (max-width: 640px){
#music {
	padding: 80px 20px;
	}

#music .tab ul li {
	margin: 0 5px;
	}

#music .tab ul li a ,
#music .tab ul li span {
	font-size: 1.2rem;
	padding: 5px;
	}

#music .box h3 {
	font-size: 2.4rem;
	line-height: 1.3;
	margin: 0 0 5px 0;
	}

#music .box h3 span {
	font-size: 1.8rem;
	}

#music .box .artist {
	font-size: 2.0rem;
	line-height: 1.3;
	}

#music .box.music_collection .artist {
	margin: 0 0 20px 0;
	}

#music .box .music {
	font-size: 1.2rem;
	margin: 0 0 20px 0;
	}

#music .box .release {
	margin: 0 0 40px 0;
	}

#music .box .release .image img {
	width: 80%;
	}

#music .box .tokuten {
	margin: 0 0 40px 0;
	}

#music .box .tokuten ul li ,
#music .box .tokuten.c4 ul li {
	width: calc(50% - 10px);
	padding: 15px;
	}

#music .box .comment {
	padding: 20px;
	}

#music .box .comment::before {
	background-size: 15px 15px;
	}
}