/*top:slider*/
.tp_slide_container {
	padding-top: 50px;
	padding-bottom: 50px;
	/*background-image: linear-gradient(rgba(200,200,200,0.5),rgba(200,200,200,0.5)),url(../img/top_bg.png);*/
	background-color: rgba(5,15,55,1);
	background-size: cover;
}
.tp_slide_box {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.tp_slide_box::before {
	content: '和楽器演奏集団 独楽(こま) オフィシャルサイト';
	color: white;
	font-size: 14px;
	top: -30px;
	left: 10px;
	position: absolute;
}
.hero::before {
	content: '';
	display: inline-block;
	padding-top: 43%;
}
.t_pro_p {
	text-align: center;
}
.t_pro_link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.t_pro_link h3 {
	flex: 0 0 100%;
	text-align: center;
}
.t_pro_link > div {
	flex: 0 0 220px;
	text-align: center;
}
.t_live_p {
	text-align: center;
}
.t_live_link {
	margin-top: 50px;
	text-align: center;
}
.t_m_yt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.t_m_yt > iframe {
	flex: 0 0 30%;
	min-height: 250px;
}
.t_m_fa {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.t_m_fa > iframe {
	margin-left: 30px;
	margin-right: 30px;
}
.t_m_link {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.tab > a.button.active {
	color: white;
}
.tab > a.button.active::after {
	background: var(--main-color);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ab_p {
	text-align: center;
	margin-bottom: 60px;
}
.ab_p_title{
    text-align: center;
	margin-bottom: 60px; 
    font-size: 24px;
    font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 1px 1px 5px #666;
}
.ab_mem_list > li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: 'Noto Serif JP', serif;
}
.proflink {
	margin-bottom: 30px;
}
.ab_mem_list > li > div:first-child {
	flex: 0 0 150px;
	text-align: center;
}
.ab_mem_list > li > div:last-child p {
	width: 100%;
}
.member_name,.instrument {
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Noto Serif JP', serif;
}
.instrument {
	margin-bottom: 0.5em;
}
.media_box {
	margin: 50px auto 80px;
	max-width: 1000px;
}
.media_box > li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.media_box > li > div:first-child {
	flex: 0 0 150px;
	line-height: 72px;
}
.media_box > li > div:nth-child(2) {
	flex: 0 0 250px;
	text-align: center;
	background: #165e83;
	height: 72px;
	padding-top: 16px;
	line-height: 1.5;
	color: white;
}
.media_box > li > div:nth-child(3) {
	padding: 0 15px 15px 15px;
}

.history_box {
	max-width: 800px;
	margin: 50px auto 40px;
	text-align: center;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.history_boxbase {
	cursor: pointer;
}
.history_box > div {
	flex: 0 0 100px;
	border-left: 1px solid var(--main-color);
	line-height: 2;
	text-align: center;
}
.history_box > div:last-child {
	border-right: 1px solid var(--main-color);
}
.history_box .history_boxbase {
	background-position: center;
	background-size: cover;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	color: #333;
}
.history_box div span {
	line-height: 40px;
	text-align: center;
}
.history h3 {
	font-size: 24px;
	background: var(--main-color);
	color: #fff;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h4 {
	font-size: 20px;
	margin: 1rem;
	border-bottom: 1px solid var(--main-color);
	padding-bottom: 0.5em;
}
.yearlist {
	line-height: 1.8;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.history_p_base {
	font-size: 16px;
	color: #333;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Serif JP', serif;
}
.tabBox {
	display: none;
}
.tabBox.current {
	display: block;
}
.monthlist {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 20px;
}
.monthlist p {
	font-size: 16px;
	text-align: center;
	color: #165e83;
	flex: 0 0 100px;
}
.monthlist ul {
	flex: 1;
}
.monthlist li {
	line-height: 1.5;
}
#live,#art,#event,#revive {
	padding-top: 60px;
}
.live_h3_base {
	font-size: 22px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}
.live_h3_base::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%);
	display: block;
	width: 50px;
	height: 2px;
	background: #165e83;
}
.history_box > div:not(.history_boxbase) > a {
	display: block;
}
.live_gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 90%;
	margin: 30px auto 30px;
	justify-content: space-between;
}
.live_gallery > div {
	flex: 0 0 32%;
}
.live_example h4 {
	text-align: center;
	font-size: 22px;
}
.live_order {
	margin-top: 20px;
}
.live_order >li {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
.china {
	text-align: right;
}