/* ------------------------------------- */
/* Footer:Menu */
/* ------------------------------------- */
footer#footer .menu_area {
	border-top: 1px solid #c7c7c7;
	padding: 20px 0px;
	background: #ffffff;
}
footer#footer .menu_area .inner {
	width: 800px;
	margin: 0 auto;
	letter-spacing: -.40em;
}
footer#footer .menu_area .inner .item {
	display: inline-block;
	padding: 5px 25px 12px;
	border-left: 1px solid #c7c7c7;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	position: relative;
}
footer#footer .menu_area .inner .item:last-child {
	border-right: 1px solid #c7c7c7;
}
footer#footer .menu_area .inner .item a {
	color: inherit;
}
footer#footer .menu_area .inner .item a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	footer#footer .menu_area {
		border-top: 1px solid #c7c7c7;
		padding: 0;
		background: #ffffff;
	}
	footer#footer .menu_area .inner {
		width: auto;
	}
	footer#footer .menu_area .inner .item {
		width: calc(50% - 1px - 6vw);
		padding: 0vw 3vw 2.5vw;
		border-left: none;
		border-bottom: 1px solid #c7c7c7;
		font-size:   4.5vw;
		line-height: 12vw;
		letter-spacing: normal;
	}
	footer#footer .menu_area .inner .item:last-child {
		border-right: none;
	}
	footer#footer .menu_area .inner .item:nth-child(2n-1) {
		border-right: 1px solid #c7c7c7;
	}
	footer#footer .menu_area .inner .item:nth-child(2n) {
		border-left: 1px solid transparent;
	}
	footer#footer .menu_area .inner .item a {
	}
	footer#footer .menu_area .inner .item a:hover {
	}
}
/* ------------------------------------- */
/* Footer:Menu:ルビ設定 */
/* ------------------------------------- */
footer#footer .menu_area .inner .item .ruby {
	display: block;
	width:   100%;
	text-align: center;
	font-size: 9px;
	position: absolute;
	bottom:  0;
	left: 0;
}
@media (max-width: 768px) {
	footer#footer .menu_area .inner .item .ruby {
		text-align: left;
		font-size: 3vw;
		position: absolute;
		bottom:  2vw;
		left:    4vw;
		line-height: 1;
	}
}
/* ------------------------------------- */
/* Footer:LOGO&CONTROL */
/* ------------------------------------- */
footer#footer .control_area {
	padding: 15px 0px 10px;
	border-top: 1px solid #c7c7c7;
}
footer#footer .control_area .inner {
	width: 980px;
	margin: 0 auto;
	letter-spacing: -.40em;
	position: relative;
}
footer#footer .control_area .inner .item {
	display: inline-block;
	letter-spacing: normal;
}
@media (max-width: 768px) {
	footer#footer .control_area {
		padding: 4.5vw 0vw 2vw;
		border-top: none;
	}
	footer#footer .control_area .inner {
		width: auto;
		margin: 0 auto;
		text-align: center;
		letter-spacing: -.40em;
		position: relative;
	}
	footer#footer .control_area .inner .item {
		display: inline-block;
		letter-spacing: normal;
	}
}
/* ------------------------------------- */
/* Footer:LOGO&CONTROL:ITEM詳細 */
/* ------------------------------------- */
footer#footer .control_area .inner .item.num02 {
	width: auto;
	text-align: right;
	color:      #a21f24;
	position: absolute;
	top:  0;
	right: 0;
}
@media (max-width: 768px) {
	footer#footer .control_area .inner .item.num02 {
		width: 40px;
		color:      #a21f24;
		position: absolute;
		top:   0;
		right: 2.5vw;
	}
	footer#footer .control_area .inner .item.num02 img {
		width: 7.5vw;
		vertical-align: middle;
	}
}
/* ------------------------------------- */
/* Footer:COPYRIGHT */
/* ------------------------------------- */
footer#footer .copyright {
	height: 42px;
	background: #020118;
	text-align: center;
	line-height: 42px;
}
footer#footer .copyright small {
	font-family: 'Roboto', sans-serif;
	color:       #ffffff;
	font-size:   10px;
}
@media (max-width: 768px) {
	footer#footer .copyright {
		height:      7.5vw;
		line-height: 7.5vw;
	}
	footer#footer .copyright small {
		font-size:   2.5vw;
	}
}

