@charset "utf-8";
#story {
	min-width: 1200px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
#story img {
	max-width: none;
	border: none;
	vertical-align: top;
}
#story a {
	color: #000;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#story .rollover {
	transition: 0.3s;
}
#story .rollover:hover, #story .rollover:active {
	opacity: 0.7;
}
#story .inner {
	width: 1200px;
	margin: 0 auto;
}
#story .navi {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #e6e2e3;
	background: #fff;
	z-index: 1;
}
#story .navi .inner ul {
	display: flex;
	height: 60px;
}
#story .navi .inner ul li {
	position: relative;
}
#story .navi .inner ul li:nth-child(n + 2) {
	background: url(../img/common/navi_sp.png) no-repeat left center;
}
#story .navi .inner ul li.etc {
	display: none;
}
#story .navi .inner ul li.on::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 70px;
	height: 5px;
	margin: auto;
	background: #306fb9;
}
#story .navi .inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	font-size: 16px;
	line-height: 24px;
}
#story .contents {
	margin-bottom: 60px;
}
#story .contents .inner {
	display: flex;
	flex-wrap: wrap;
}
#story .contents .left {
	width: 830px;
}
#story .contents .right {
	width: 320px;
	margin-left: 50px;
}
#story .contents .right .ranking .ttl {
	box-sizing: border-box;
	height: 50px;
	border: solid 1px #0b6fbf;
}
#story .contents .right .ranking .ttl h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: solid 1px #fff;
	background: #0b6fbf;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#story .contents .right .ranking ul li {
	margin-top: 30px;
}
#story .contents .right .ranking ul li a {
	display: flex;
	position: relative;
	transition: 0.3s;
}
#story .contents .right .ranking ul li a:hover, #story .contents .right .ranking ul li a:active {
	background: #dde9ee;
}
#story .contents .right .ranking ul li .rank {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 30px;
	height: 20px;
	padding: 4px 0 0 8px;
	background: url(../img/common/bg_rank.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#story .contents .right .ranking ul li:nth-child(n + 10) .rank {
	padding-left: 4px;
}
#story .contents .right .ranking ul li .img img {
	width: 120px;
	height: 90px;
}
#story .contents .right .ranking ul li h3 {
	margin-left: 10px;
	font-size: 14px;
	line-height: 24px;
}
#story .contents .right .magazine-info {
	padding: 20px 0 30px;
	border: solid 8px #e6e2e3;
	border-width: 8px 0;
}
#story .contents .right .magazine-info h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#story .contents .right .magazine-info .txt {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}
#story .contents .right .magazine-info .ban {
	margin-top: 30px;
}
#story .contents .right .magazine-info .ban .sp {
	display: none;
}
#story .contents .btn-btm {
	margin: 0 auto;
}
#story .contents .btn-btm .btn {
	width: 420px;
	height: 70px;
	margin-top: 40px;
	margin: 40px auto 0;
}
#story .contents .btn-btm .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	border: solid 3px #0b6fbf;
	border-radius: 35px;
	background: #fff url(../img/common/icon_arrow_black_right.png) no-repeat 35px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	transition: 0.3s;
}
#story .contents .btn-btm .btn a:hover, #story .contents .btn-btm .btn a:active {
	background-color: #0b6fbf;
	background-image: url(../img/common/icon_arrow_white_right.png);
	color: #fff;
}
#story .pankuzu {
	background: #ebebeb;
}
#story .pankuzu .inner {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 2px;
}
#story .pankuzu .inner ul {
	display: flex;
	flex-wrap: wrap;
}
#story .pankuzu .inner ul li {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
#story .pankuzu .inner ul li::after {
	content: "＞";
	margin: 0 10px;
	font-size: 10px;
}
#story .pankuzu .inner ul li:last-child::after {
	display: none;
}
#story .pankuzu .inner ul li a {
	color: #000;
}
#story .pankuzu .inner ul li a:hover, #story .pankuzu .inner ul li a:active {
	text-decoration: underline;
}
/*
.footer-search-menu-contents .i-col:nth-child(2) {
	display: none;
}
*/
@media only screen and (max-width: 1220px) {
	#story {
		min-width: auto;
	}
	#story .inner {
		width: 100%;
	}
	#story .navi .inner ul li.on::after {
		width: calc(100vw / (1220 / 70));
		height: calc(100vw / (1220 / 5));
	}
	#story .navi .inner ul li a {
		padding: 0 calc(100vw / (1220 / 25));
		font-size: calc(100vw / (1220 / 16));
		line-height: calc(100vw / (1220 / 24));
	}
	#story .contents {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	#story .contents .left {
		width: calc(100% - 370px);
	}
}
@media only screen and (max-width: 980px) {
	#story .contents .inner {
		display: block;
	}
	#story .contents .left {
		width: 98%;
		margin: 0 auto;
	}
	#story .contents .right {
		width: 98%;
		margin: 0 auto;
	}
	#story .contents .right .ranking ul {
		display: flex;
		flex-wrap: wrap;
	}
	#story .contents .right .ranking ul li {
		width: 50%;
	}
	#story .contents .right .ranking ul li:nth-child(odd) {
		padding-right: 10px;
	}
	#story .contents .right .ranking ul li:nth-child(even) {
		padding-left: 10px;
	}
	#story .contents .right .magazine-info .ban .pc {
		display: none;
	}
	#story .contents .right .magazine-info .ban .sp {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	#story .navi {
		height: 100px;
		border-bottom: none;
	}
	#story .navi .inner ul {
		height: 100px;
		border-bottom: solid 1px #e6e2e3;
	}
	#story .navi .inner ul li {
		width: 25%;
	}
	#story .navi .inner ul li:nth-child(n + 2) {
		border-left: solid 1px #e6e2e3;
		background: none;
	}
	#story .navi .inner ul li:nth-child(n + 4) {
		display: none;
	}
	#story .navi .inner ul li:nth-child(9) {
		min-width: 150px;
	}
	#story .navi .inner ul li.on::after {
		width: 100%;
		height: 15px;
	}
	#story .navi .inner ul li a {
		padding: 0 5px;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}
	#story .navi .inner ul li.etc {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#story .navi .inner ul li.etc select {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 25px 0 5px;
		border: none;
		background: #fff url(../img/common/icon_pulldown.png) no-repeat right 10px center;
		background-size: 9px 5px;
		font-size: 16px;
		font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
		text-align-last: center;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		opacity: 0;
	}
	#story .contents .right .ranking .ttl {
		height: auto;
		padding-bottom: 10px;
		border-width: 0;
		border-bottom: solid 5px #e6e2e3;
	}
	#story .contents .right .ranking .ttl h2 {
		display: block;
		border: 0;
		background: none;
		font-size: 36px;
		color: #000;
		text-align: center;
	}
	#story .contents .right .ranking ul {
		display: block;
	}
	#story .contents .right .ranking ul li {
		width: auto;
		padding-bottom: 30px;
		border-bottom: solid 1px #e6e2e3;
	}
	#story .contents .right .ranking ul li:nth-child(odd) {
		padding-right: 0;
	}
	#story .contents .right .ranking ul li:nth-child(even) {
		padding-left: 0;
	}
	#story .contents .right .ranking ul li .img img {
		width: 160px;
		height: 120px;
	}
	#story .contents .right .ranking ul li h3 {
		margin-left: 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 26px;
	}
	#story .contents .btn-btm .btn {
		width: 90%;
		margin-top: 60px;
	}
	#story .contents .btn-btm .btn a {
		padding-left: 50px;
		padding-right: 50px;
	}
	#story .pankuzu .inner {
		width: 90%;
		padding: 10px 0;
	}
	#story .pankuzu .inner ul li {
		font-size: 14px;
		line-height: 20px;
	}
	#story .pankuzu .inner ul li::after {
		font-size: 12px;
	}
}
@media only screen and (max-width: 375px) {
	#story .navi {
		height: 60px;
	}
	#story .navi .inner ul {
		height: 60px;
	}
	#story .navi .inner ul li:nth-child(9) {
		min-width: 130px;
	}
	#story .navi .inner ul li.on::after {
		height: 8px;
	}
	#story .navi .inner ul li a {
		font-size: 14px;
		line-height: 18px;
	}
	#story .navi .inner ul li.etc select {
		font-size: 14px;
	}
	#story .contents .right .ranking .ttl h2 {
		font-size: 24px;
	}
	#story .contents .right .ranking ul li .img img {
		width: 120px;
		height: 90px;
	}
	#story .contents .right .ranking ul li h3 {
		font-size: 16px;
		line-height: 18px;
	}
	#story .contents .btn-btm .btn {
		height: 50px;
	}
	#story .contents .btn-btm .btn a {
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 25px;
		background-position: 15px center;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
	}
}