@media screen and (max-width: 768px) {
	/***************
	TOP
	***************/
	.t_pro_link > div {
		flex: 0 0 210px;
	}
	.t_m_fa > iframe {
		margin-left: 10px;
		margin-right: 10px;
	}
	/***************
	about
	***************/
	/*menber*/
	.ab_mem_list > li > div:last-child p {
		width: 90%;
	}
	
	/*media*/
	.media_box > li {
		align-items: flex-start;
	}
	.media_box > li > div:nth-child(3) {
		line-height: 1.3;
	}
	
	/*history*/
	.history_box {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.media_box > li {
		flex-wrap: wrap;
		justify-content: center;
	}
	.media_box > li > div:nth-child(3) {
		margin-top: 20px;
	}
	.footer_container {
		display: block;
	}
	.footer_link > div {
		margin-top: 20px;
	}
	small {
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	.tp_slide_container {
		padding-bottom: 0;
	}
	article {
		background-size: 60%;
		background-position: left center;
	}
/*
	header {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}
*/
	.g_nav {
		position: relative;
		min-height: 50px;
		height: auto;
	}
	.g_nav .bar {
		position: absolute;
		top: 15px;
		right: 10px;
		font-size: 24px;
		display: block;
	}
	.g_nav .g_navbox {
		display: none;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.g_navbox li {
		margin-bottom: 1em;
		text-align: center;
	}
	.g_nav span {
		display: inline-block;
	}
	p {
		width: 90%;
		text-align: justify;
	}
	.g_navjp {
		font-size: 16px;
		margin-right: 0.5em;
	}
	.g_naven {
		font-size: 12px;
		line-height: 1;
	}
	.g_nav .sns_link {
		text-align: center;
		display: block;
	}
	.t_pro_link {
		display: block;
	}
	.t_pro_link > div {
		margin-bottom: 20px;
	}
	.pc_br {
		display: none;
	}
	.t_pro_p {
		text-align: justify;
		text-indent: 1em;
		margin-bottom: 0.5em;
	}
	.t_live_p {
		text-align: justify;
		text-indent: 1em;
		margin-bottom: 0.5em;
	}
	.t_m_fa {
		display: block;
		text-align: center;
	}
	.t_m_fa > iframe {
		margin-bottom: 30px;
	}
	.ab_mem_list > li {
		display: block;
	}
	.ab_mem_list > li > div:last-child > p.member_name, .ab_mem_list > li > div:last-child > p.instrument {
		text-align: right;
	}
	.ab_mem_list > li > div:last-child > p:last-child {
		margin-top: 1rem;
		margin-bottom: 80px;
	}
	.history_box > div {
		flex: 1;
	}
	.live_gallery {
		display: block;
	}
	.live_gallery > div:not(:last-child) {
		margin-bottom: 20px;
	}
	footer {
		padding-bottom: 80px;
	}
	.history_p_base p {
		width: 250px;
	}
}