/*フッターボトム*/
.bottomFooter__copyright{
text-align:center;
color:#ffffff;
letter-spacing: 0.5px;
line-height:1.75;
}
.bottomFooter__producer{
text-align:center;
color:#ffffff;
letter-spacing: 0.5px;
line-height:1.75;
}
/*iPad以上の端末から見た時（2カラムの時）*/
@media only screen and (min-width: 768px){
.l-footer .bottomFooter {
padding: 15px 0; /*フッターエリアの余白*/
}
.l-footer .bottomFooter__navi {
margin-bottom: 10px; /*フッターメニューとコピーライトの間のマージン*/
}
}/*iPad未満の端末から見た時（フッター固定メニュー表示時）*/
@media only screen and (max-width: 767px){
.l-footer .bottomFooter {
padding: 15px 0 10px; /*フッターエリアの余白*/
}
.l-footer .bottomFooter__navi {
margin-bottom: 10px; /*フッターメニューとコピーライトの間のマージン*/
}
}
.l-footer .bottomFooter {
	background:	#ffffff;
}
.bottomFooter__list li {
	color:	#000000;
}
/************************************
** ■フッターナビ 文字サイズ設定
************************************/
.bottomFooter__navi .bottomFooter__list .menu-item {
	font-size:13px !important; /*文字サイズ*/
}
/* 記事2-3カラムの位置調整 */
.wp-block-column {
	margin-top: 20px!important;
}
.tiled-gallery__col {
margin-top: 0px !important;
}

.bottomFooter__topBtn{
	display:none!important;
}