@charset "UTF-8";

/* ここからアーカイブ一覧 PC用 */
.section_in {
	margin-top: -50px;
}
#archivepg {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #f4fafb;
}

#archivepg .sec_ttl{
	text-align: center;
	font-size: 30px;
	padding: 50px 0px;
	margin: 0px;
}

#archivepg .archivepg_box {
	display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
	align-content: space-around;
	padding-bottom: 120px;
	padding-left: 3%;
	max-width:1200px;
	margin: 0 auto;
	
}

#archivepg .schedule_i {
	width: 18%;
	background-color: #fff;
	margin: 0px 8px 18px 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#archivepg .txtarea {
	padding: 0px 6px;
}
#archivepg .date {
	margin: 6px 0px 3px 0px;
	font-weight: 500;
	color: #3e3a39;
	font-size: 1.3rem;
}

#archivepg h3 {
	font-weight: 500;
	color: #95757;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
/* アーカイブ一覧 PC用 ここまで　*/

/* ここからアーティストごとの特集ページ PC用 */

.feature_pc{
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-bottom: 60px;
}
.feature_sp{
	display: none;
}

/* アーティストごとの特集ページ PC用 ここまで　*/



/* ここから「＆L&とは」ページ PC用 */

.section {
	margin-top: 0px !important;
	padding: 0px;
}

#top__movie {
	background-color: #f4fafb;
	margin-bottom: 60px;
}

#top__movie h2 {
	text-align: center;
	color: #3d3a39;
	font-size: 3.1rem;
	font-weight: 500;
	margin-bottom: 60px;
	padding-top: 60px;
}

video {
	width: 900px !important;
	
}

#top__movie h3 {
	color: #6280a9;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	margin: 60px 0px 40px 0px;
	
}

.explain_text {
	text-align: center;
	color: #3f3a39;
	font-size: 1.6rem;
	padding-bottom: 80px;
	line-height: 2.8rem;
	font-weight: 500;
	
}



/* 「＆L&とは」ページ PC用 ここまで　*/




/* ここからアーカイブ一覧 SP用 */
@media screen and (max-width:1200px) {
	#archivepg {
	padding: 0px;
	}
	
}

@media screen and (max-width:1024px) {
	#archivepg {
	width: 100%;
	}
	#archivepg .txtarea {
	padding: 0px 10px;
}
	#archivepg .schedule_i {
	width: 30%;
}
}


@media screen and (max-width:768px) {

	
#archivepg {
	width: 97%;
	margin: 0 auto;
	}
#archivepg .sec_ttl{
	font-size: 2.6rem;
}
#archivepg .schedule_i {
	width: 46%;
}
#archivepg .txtarea {
	padding: 0px 10px;
}
	
/* ここから「＆L&とは」ページ 用 */	
.explain_text {
	text-align: left;
}
/* 「＆L&とは」ページ ここまで用 */

}

@media screen and (max-width:647px) {
	#archivepg .schedule_i {
	width: 45%;
}
}


@media screen and (max-width:480px) {
#archivepg {
	padding: 0px;
	}
#archivepg .archivepg_box {
	width: 100%;
	margin: 0 auto;
	padding-left: 2%;
	}
	
#archivepg .schedule_i {
	width: 43%;
}
	
#archivepg .txtarea {
	padding: 0px 10px;
}

	
/* アーカイブ一覧 SP用 ここまで　*/
	
/* ここからアーティストごとの特集ページ SP用 */
.feature_pc{
	display: none;
}
.feature_sp{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
/* アーティストごとの特集ページ SP用 ここまで　*/

	
/* ここから「＆L&とは」ページ SP用 */

#top__movie {
	margin-bottom: 20px;
}
	
#top__movie h2 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 40px;
	padding-top: 40px;
}
	
#top__movie h3 {
	font-size: 1.8rem;
	
}
	
.explain_text {
	text-align: left;
	font-size: 1.4rem;
	
}
	
/* 「＆L&とは」ページ ここまでSC用 */
}



