@charset "utf-8";
/* CSS Document */

#logobox h1{
	color: #000;
}
#nav_pc ul li,
#nav_pc a{
	color: #000;
}
#nav_pc a::after {
	background-color: #000;
}
.menu-trigger span {
 background-color: #000;
}
/*______________________________composers____*/

#composers{
	padding: 0;
	margin-top: 100px !important;
}
@media screen and (min-width:768px){
#composers{
	padding: 40px 0;
}
}

.sec_ttl2{
	float: right;
	margin-right: -10px;
}
@media screen and (min-width:480px){
.sec_ttl2{
	margin-right: -5px;
}
}
a .sec_ttl2{
	color: #000;
}
a:hover .sec_ttl2{
	opacity: 0.6;
    filter: alpha(opacity=60);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
 	transition: all 0.7s;
}
#composers h3{
	color: #333333;
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
}

.composers_bigbox{
	width: 80%;
	float: left;
}
@media screen and (min-width:480px){
.composers_bigbox{
	width: 80%;
}
}
@media screen and (min-width:768px){
.composers_bigbox{
	width: 89%;
}
}
@media screen and (min-width:992px){
.composers_bigbox{
	width: 90%;
}
}
#composers p{
	text-align:left;
	margin-top: 10px;
}
#composers img{
	width:125%;
}
@media screen and (min-width:768px){
#composers img{
	width:100%;
}
}
li.article_box{

	width: 100%;
	height: auto;
	padding: 0 3.5% 40px 0;
}

@media screen and (min-width:768px){
li.article_box{
	width: 50%;
}
}
@media screen and (min-width:992px){
li.article_box{
	width: 33.3%;
}

}

#composers ul {
	display:flex;       
    flex-wrap: wrap;
	margin-top: 10px;
}
#composers ul li{
	width: 100%;
}
#composers ul li:nth-child(2){
	width: 100%;
}
@media screen and (min-width:992px){
#composers ul li{
	width: 50%;
}
#composers ul li:nth-child(2){
	width: 50%;
	padding: 0 2.5% 0 2.5%;
}
}
#composers ul li a{
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding:0 15px 0 0;
}
#composers ul li ul li{
	width: auto;
	margin-top: 15px;
}

#works{
	background: #eaeae7;
	padding: 70px 0 30px 0;
}

#works .news_bigbox{
	width: 100% !important;
}
#works h2{
	text-align: center;
	font-size: 30px;
	margin:0 0 40px 0;
	writing-mode: initial !important;
	letter-spacing: 5px;
	font-family: 'Barlow Condensed', sans-serif";
	-webkit-writing-mode: initial !important;
	-ms-writing-mode: lr-tb;
	border-right: none;
}

#composers h3{
	padding-top: 0;
}
#composers iframe{
	margin-top: 15px;
}

#playlist iframe{
	width:125%;
}
@media screen and (min-width:768px){
#playlist iframe{
	width:100%;
}
}

.btn a{
	color:#fff;
	background: #000;
	border: none;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 4px;
	padding-bottom: 7px;
}