/*----------------------------------------------------
	メニューボタン
----------------------------------------------------*/
.menu-ani-button {
	position: relative;
	cursor: pointer;
	width: 100%;/*---線の長さ---*/
	height: 100%;/*---線の太さ長さによって調整---*/
	word-wrap: normal;
}
.bar,
.bar::before,
.bar::after {
	left: 50%;
	transform: translateX(-50%);
	height: 2px;/*---線の太さ---*/
	background-color: #1f7fb2;
	position: absolute;
}
.bar {
	width: 54px;
	top: 23px;
}
.bar::before {
	content: "";
	left: calc(50% - 9px);
	top: 12px;
	width: 36px;
}
.bar::after {
	content: "";
	left: calc(50% - 18px);
	top: 24px;
	width: 18px;
}
.menu-ani-button span {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: #1f7fb2;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	white-space: nowrap;
	font-weight: normal;
}
.menu-animated .bar {
	background-color: transparent;
}
.menu-animated .bar::before {
	width: 70%;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.menu-animated .bar::after {
	width: 70%;
	top: 12px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
	.bar,
	.bar::before,
	.bar::after {
		height: 1px;/*---線の太さ---*/
	}
	.bar {
		width: 27px;
		top: 15px;
	}
	.bar::before {
		content: "";
		left: calc(50% - 4px);
		top: 6px;
		width: 18px;
	}
	.bar::after {
		content: "";
		left: calc(50% - 9px);
		top: 12px;
		width: 9px;
	}
	.menu-ani-button span {
		bottom: 5px;
		font-size: 10px;
	}
	.menu-animated .bar::before {
		width: 70%;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
	.menu-animated .bar::after {
		width: 70%;
		top: 6px;
		left: 50%;
		transform: translateX(-50%) rotate(-45deg);
	}
}

/*----------------------------------------------------
	ヘッダーナビゲーション
----------------------------------------------------*/
.menu {
  background: rgba(31, 127, 178, .9);
  display: none;
  height: 100%;
  padding: 10px 5px 200px 5px;
  position: fixed;
  right: -85%;
  z-index: 990;
  top: 100px;
  overflow: hidden;
  overflow-y: scroll;
}
.menu ul {
	padding-bottom: 64px;
}
.menu ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
	padding-left: 10px;
	padding-right: 10px;
  color: #fff;
  border-radius: 0;
}
.menu ul li a:not([class])[href="/"],
.menu ul li a:not([class])[href*="/manga/"],
.menu ul li a:not([class])[href*="/kodawari/"],
.menu ul li a:not([class])[href*="/be-good/"],
.menu ul li a:not([class])[href*="/flow/"],
.menu ul li a:not([class])[href*="/experience/"],
.menu ul li a:not([class])[href*="/wp/"] {
	padding-left: 40px;
}
.menu ul li a:not([class])::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: center / contain no-repeat;
}
.menu ul li a:not([class])[href="/"]::before {
	background-image: url(/common/images/nav-home.png);
}
.menu ul li a:not([class])[href*="/manga/"]::before {
	background-image: url(/common/images/nav-manga.png);
}
.menu ul li a:not([class])[href*="/kodawari/"]::before {
	background-image: url(/common/images/nav-kodawari.png);
}
.menu ul li a:not([class])[href*="/be-good/"]::before {
	background-image: url(/common/images/nav-be-good.png);
}
.menu ul li a:not([class])[href*="/flow/"]::before{
	background-image: url(/common/images/nav-flow.png);
}
.menu ul li a:not([class])[href*="/experience/"]::before {
	background-image: url(/common/images/nav-experience.png);
}
.menu ul li a:not([class])[href*="/wp/"]::before {
	background-image: url(/common/images/nav-wp.png);
}
.menu ul li .banner {
	width: 300px;
	height: auto;
	margin-top: 10px;
	padding: 0;
}
.menu ul li a:hover {
  text-decoration: underline;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
.menu {
		top: 50px;
		padding: 10px 5px 200px 5px;
	}
	.menu ul li a {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}

/*----------------------------------------------------
	フッターナビゲーション
----------------------------------------------------*/
.foot-nav {
	text-align: center;
	border-bottom: 1px solid #cdcfcf;
}
.foot-nav ul {
	display: inline-block;
	padding: 17px 0 7px;
}
.foot-nav ul li {
	display: inline-block;
	border-left: 1px solid #676868;
	margin-bottom: 10px;
}
.foot-nav ul li: first-child {
	border-left: none;
}
.foot-nav ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 1em;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
	.foot-nav {
		border: none;
	}
	.foot-nav ul li {
		border-left: none;
	}
	.foot-nav ul li::before {
		content: "\f0da";
		font-family: "FontAwesome";
		color: #999;
		font-size: 10px;
	}
	.foot-nav ul li a {
		font-size: 12px;
		padding: 0 15px 0 5px;

	}
	.sp-foot-nav {
		border: none;
		text-align: left;
		margin-top: 20px;
	}
	.sp-foot-nav ul {
		display: block;
		margin: 0 -10px;
		padding: 0;
	}
	.sp-foot-nav ul li::before {
		display: none;
	}
	.sp-foot-nav ul li::after {

	}
	.sp-foot-nav ul  li  a {
		display: block;
		color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 32px;
	}
	.sp-foot-nav ul  li {
		margin: 0 -10px;
		display: block;
		border-left: none;
		border-bottom: 1px solid #fff;
		background: #114046;
	}
	/*.sp-foot-nav ul  li: first-child {
		border-top: 1px solid #999;
	}*/
	.foot-nav ul  li a: hover {
		opacity: 0.5;
	}
}