@charset 'utf-8';

/* ------------------------------
 ブラウザリセット
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
/* strong, */
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption,
th {
	text-align: left;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #121212;
}

a:focus {
	outline: none;
}

img {
	vertical-align: bottom;
}

.cf:after {
	display: block;
	clear: both;
	content: '';
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
	position: relative;
	word-wrap: break-word;
	color: #333;
	background-color: #fff;
}

*::selection {
	color: #fff;
	background: #4eb2ca;
}

*::-moz-selection {
	color: #fff;
	background: #4eb2ca;
}

/* 共通部分打ち消し */
@media screen and (min-width: 0) and (max-width: 899px) {
	#header {
		margin-bottom: 60px;
	}
}

/* 言語指定 */
.lang_kr {
	font-family: 'Noto Sans KR', serif;
}

.lang_cn {
	font-family: 'Noto Sans SC', serif;
}

.lang_tw {
	font-family: 'Noto Sans TC', serif;
}

/* ------------------------------
 共通設定
------------------------------ */
/* ヘッダ */
#header {
	position: relative;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	body {
		padding-top: 60px;
	}

	#header_wrapper {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 60px;
		background-color: #fff;
	}

	#header {
		margin-top: -60px;
	}
}

@media screen and (min-width: 900px) {
	#header {
		height: 120px;
	}
}

/* ロゴ */
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 130px;
}

#logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 40px;
	background: url(../img/common/logo.png) no-repeat center center;
	background-size: 100% auto;
}

@media screen and (min-width: 900px) {
	#logo {
		top: 22px;
		left: 0;
		width: 355px;
	}

	#logo a {
		padding-top: 76px;
	}
}

/* シェアボタン */
#share li {
	float: left;
	width: 20%;
}

#share li a {
	display: block;
	overflow: hidden;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#share {
		width: 86.20689655172414%;
		margin: 3.125% auto;
	}

	#share li a {
		width: 80%;
		padding-top: 50%;
	}
}

@media screen and (min-width: 900px) {
	#share {
		width: 350px;
		margin: 10px auto 20px;
	}

	#share li a {
		width: 50px;
		padding-top: 34px;
		-webkit-transition: opacity 400ms false;
		-moz-transition: opacity 400ms false false;
		-o-transition: opacity 400ms false false;
		transition: opacity 400ms;
		opacity: 1;
	}

	#share li a:hover {
		opacity: .6;
	}
}

/* SNS告知 */
#follow p {
	font-family: 'Helvetica';
	line-height: 1.2;
	text-align: center;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#follow {
		margin-top: 6.25%;
		padding-top: 6.25%;
		border-top: 2px solid #1f1f1f;
	}
}

@media screen and (min-width: 900px) {
	#follow {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #1f1f1f;
	}
}

/* フッタバナー */
.footer_bnrs {
	width: 90.625%;
	max-width: 580px;
}

.footer_bnrs li {
	float: left;
	width: 50%;
}

.footer_bnrs li:nth-child(2n) {
	float: right;
}

@media screen and (min-width: 900px) {
	.footer_bnrs {
		width: 360px;
	}
}

/* フッタ */
#footer {
	margin-top: 6.25%;
	padding: 3.125% 4.6875% 3.125%;
	background-color: #1f1f1f;
}

@media screen and (min-width: 900px) {
	#footer {
		margin-top: 50px;
		padding: 40px 15px 10px;
	}
}

/* ページトップ */
#btn_pagetop {
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 10px;
}

#btn_pagetop a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 100%;
	-webkit-transition: top .2s ease-out;
	transition: top .2s ease-out;
	background-image: url(../img/common/pagetop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#btn_pagetop {
		width: 12.5%;
		bottom: 60px;
	}
}

@media screen and (min-width: 900px) {
	#btn_pagetop {
		width: 50px;
	}

	#btn_pagetop a:hover {
		opacity: .8;
	}
}

/* フッタロゴ */
#footer_logo a {
	display: block;
	overflow: hidden;
	height: 0;
	background: url(../img/common/footer_logo.png) no-repeat center center;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#footer_logo {
		margin-bottom: 5.172413793103448%;
	}

	#footer_logo a {
		width: 51.72413793103448%;
		padding-top: 11.03448275862069%;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 900px) {
	#footer_logo {
		margin-bottom: 30px;
	}

	#footer_logo a {
		width: 300px;
		padding-top: 64px;
		background-size: 300px auto;
	}
}

/* フッタリンク追加 */
#footer_link {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

#footer_link a {
	color: #fff;
}

/* コピーライト */
#copyright {
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

#copyright span {
	display: none;
}

@media screen and (min-width: 900px) {
	#copyright br {
		display: none;
	}

	#copyright span {
		display: inline;
	}
}

/* ボタン */
.btn a {
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #1f1f1f;
	background-repeat: no-repeat;
}

.btn-prev a {
	color: #999;
	background-color: #e7e7e7;
}

.arrow-right:after,
.arrow-down:after,
.arrow-left:before,
.arrow-left-gray:before,
.pin:before,
.blank:after,
.blank-black:after,
.search_submit:before {
	display: inline-block;
	content: '\00a0';
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.arrow-right:after {
	background-image: url(../img/common/arrow_next.svg);
}

.arrow-down:after {
	background-image: url(../img/common/arrow_bottom.svg);
}

.arrow-left:before {
	background-image: url(../img/common/arrow_prev.svg);
}

.arrow-left-gray:before {
	background-image: url(../img/common/arrow_prev-gray.svg);
}

.pin:before {
	background-image: url(../img/common/pin.svg);
}

.btn_place_like.on .pin:before {
	background-image: url(../img/common/pin-pink.svg);
}

.blank:after {
	background-image: url(../img/common/blank.svg);
}

.blank-black:after {
	background-image: url(../img/common/blank-black.svg);
}

.search_submit:before {
	background-image: url(../img/common/search.svg);
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.btn-full {
		width: 100%;
	}

	.btn {
		clear: left;
		width: 59.375vw;
	}

	.btn a {
		padding: 3.125vw;
	}

	.arrow-right:after,
	.arrow-down:after,
	.blank:after {
		margin-left: 3.125vw;
	}

	.blank-black:after {
		margin-left: 1.5625vw;
	}

	.arrow-left:before,
	.arrow-left-gray:before,
	.pin:before {
		margin-right: 3.125vw;
	}

	.search_submit:before {
		margin-right: 1.5625vw;
	}

	.arrow-right:after,
	.arrow-left:before,
	.arrow-left-gray:before {
		width: 3vw;
	}

	.search_submit:before {
		width: 3.846153846153846vw;
	}

	.arrow-down:after {
		width: 2.96875vw;
	}

	.pin:before {
		width: 3.125vw;
		background-size: auto 78.94736842105263%;
	}

	.blank:after,
	.blank-black:after {
		width: 3.59375vw;
	}
}

@media screen and (min-width: 900px) {
	.btn {
		line-height: 0;
		width: 190px;
	}

	.btn-full {
		width: 900px;
	}

	.btn a {
		line-height: 20px;
		display: inline-block;
		width: 150px;
		padding: 10px 20px;
		-webkit-transition: background-color 400ms false;
		-moz-transition: background-color 400ms false false;
		-o-transition: background-color 400ms false false;
		transition: background-color 400ms;
	}

	.btn-auto,
	.btn-auto a {
		width: auto;
		min-width: 150px;
	}

	.btn-auto {
		overflow: hidden;
	}

	.btn-auto a {
		float: right;
	}

	.btn a:hover {
		background-color: #414141;
	}

	.btn-prev a:hover {
		color: #777;
		background-color: #f1f1f1;
	}

	.arrow-right:after {
		background-size: auto 10px;
	}

	.arrow-right:after,
	.arrow-down:after,
	.blank:after {
		margin-left: 10px;
	}

	.blank-black:after {
		margin-left: 5px;
	}

	.arrow-left:before,
	.arrow-left-gray:before,
	.pin:before {
		margin-right: 10px;
	}

	.search_submit:before {
		margin-right: 5px;
	}

	.arrow-right:after,
	.arrow-left:before,
	.arrow-left-gray:before {
		width: 6px;
	}

	.search_submit:before {
		width: 20px;
	}

	.arrow-down:after,
	.pin:before {
		width: 14px;
	}

	.blank:after,
	.blank-black:after {
		width: 11px;
	}

	.btn-large {
		width: 360px;
	}

	.btn-large a {
		width: 320px;
	}

	.btn-small {
		width: auto;
	}

	.btn-small a {
		width: auto;
		padding: 5px 10px;
		background-image: none;
	}

	.btn-small a:before,
	.btn-small a:after {
		content: none;
	}

	.arrow-down:after {
		background-size: 13px auto;
	}
}

/* 見出し */
.title {
	border-top: 2px solid #1f1f1f;
	background-color: #eee;
}

.title span {
	font-family: 'Calibri', sans-serif;
	vertical-align: text-bottom;
	color: #999;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.title {
		margin-bottom: 6.25vw;
		padding: 3.125% 4.6875%;
	}

	.title span {
		margin-left: 3.125vw;
	}
}

@media screen and (min-width: 900px) {
	.title {
		margin-bottom: 30px;
		padding: 10px 15px;
	}

	.title span {
		margin-left: 10px;
	}
}

/* ボックス */
@media screen and (min-width: 900px) {
	.box_s {
		float: left;
		width: 270px;
		margin-right: 45px;
		margin-bottom: 40px;
	}

	.box_s:nth-last-child(1),
	.box_s:nth-last-child(2),
	.box_s:nth-last-child(3) {
		margin-bottom: 0;
	}

	.box_s:nth-child(3n),
	.box_m .item:last-child {
		margin-right: 0;
	}

	.box_s:nth-child(3n+1) {
		clear: left;
	}

	.box_m {
		float: left;
		width: 585px;
	}
}

/* アイテム */
.item {
	position: relative;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.item {
		margin: 0 4.6875% 4.75%;
		padding-bottom: 4.6875%;
		border-bottom: 1px solid #d2d2d2;
	}

	.items .box_s:last-child .item {
		margin-bottom: 0;
	}

	#horoscope .item {
		padding-bottom: 0;
	}

	.item_noseparator {
		margin-bottom: 0;
		border-bottom: none;
	}
}

@media screen and (min-width: 900px) {
	.item {
		float: left;
		width: 268px;
		margin-right: 45px;
		border: 1px solid #dedede;
	}
}

/* アイテムなし */
.item_none {
	display: none;
}

@media screen and (min-width: 900px) {
	.item_none {
		display: block;
		height: 268px;
		background: #f5f5f5 url(../img/common/bg_item_none.png) no-repeat center center;
	}
}

/* サムネイル */
@media screen and (min-width: 0) and (max-width: 899px) {
	.thumbnail {
		display: inline-block;
		width: 46.55%;
		margin-right: 3.49%;
		vertical-align: top;
	}
}

/* LIKE & SHARE */
.thumbnail_ctrl {
	position: absolute;
	right: 0;
}

.thumbnail_ctrl li {
	float: right;
	overflow: hidden;
}

.thumbnail_ctrl li:last-child {
	margin-right: 0;
}

.thumbnail_ctrl li a {
	display: block;
	overflow: hidden;
	height: 0;
	background-color: #1f1f1f;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_like {
	background-image: url(../img/common/like.svg);
}

.btn_like.on {
	animation-name: heartbeat;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 3;
	background-image: url(../img/common/like-pink.svg);
}

.btn_share {
	background-image: url(../img/common/share.svg);
}

@-webkit-keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.share_overlay {
	z-index: 200;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.shares {
	position: relative;
	width: 100%;
	height: 100%;
}

.shares li {
	float: left;
	width: 75px;
}

.shares li a {
	display: block;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
}

.btn_share_twitter a {
	background-color: #55acee;
	background-image: url(../img/common/twitter.svg);
}

.btn_share_facebook a {
	background-color: #0e3280;
	background-image: url(../img/common/facebook.svg);
}

.btn_share_pinterest a {
	background-color: #bd081c;
	background-image: url(../img/common/pinterest.svg);
}

.btn_share_mail a {
	background-color: #f3cd1b;
	background-image: url(../img/common/mail.svg);
}

.btn_share_line a {
	background-color: #2cbf13;
	background-image: url(../img/common/line.svg);
}

.icon-facebook {
	background-image: url(../img/common/facebook-black.svg);
}

.icon-twitter {
	background-image: url(../img/common/twitter-black.svg);
}

.icon-instagram {
	background-image: url(../img/common/instagram-black.svg);
}

.icon-pinterest {
	background-image: url(../img/common/pinterest-black.svg);
}

.icon-rss {
	background-image: url(../img/common/rss-black.svg);
}

.shares p {
	position: absolute;
	top: 0;
	right: 0;
}

.btn_share_close {
	display: block;
	overflow: hidden;
	height: 0;
	background-image: url(../img/common/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.thumbnail_ctrl {
		bottom: 10.25641025641026%;
		width: 28.27586206896552%;
	}

	.thumbnail_ctrl li {
		width: 48.78048780487805%;
		margin-right: 2.439024390243902%;
	}

	.thumbnail_ctrl li a {
		width: 100%;
		padding-top: 100%;
		background-size: 50% auto;
	}

	.share_overlay {
		position: fixed;
	}

	.shares ul {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		width: 65.625%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.shares li {
		width: 46.42857142857143%;
	}

	.shares li a {
		font-size: 4.0625vw;
		line-height: 1;
		width: 100%;
		padding: 70% 0 17%;
		text-decoration: none;
		background-position: center 30%;
		background-size: auto 40%;
	}

	.shares .btn_share_twitter,
	.shares .btn_share_pinterest {
		margin-right: 7.142857142857143%;
	}

	.shares .btn_share_twitter,
	.shares .btn_share_facebook {
		margin-bottom: 7.142857142857143%;
	}

	.shares p {
		width: 12.5%;
	}

	.btn_share_close {
		width: 100%;
		padding-top: 100%;
		background-size: 27.5% auto;
	}
}

@media screen and (min-width: 900px) {
	.thumbnail {
		position: relative;
	}

	.thumbnail_ctrl {
		bottom: 0;
	}

	.thumbnail_ctrl li {
		margin-right: 1px;
	}

	.thumbnail_ctrl li a {
		width: 40px;
		padding-top: 40px;
		-webkit-transition: opacity 400ms false;
		-moz-transition: opacity 400ms false false;
		-o-transition: opacity 400ms false false;
		transition: opacity 400ms;
		opacity: .8;
		background-size: 50% auto;
	}

	.thumbnail_ctrl li a.btn_like {
		background-position: center center;
		background-size: 22px auto;
	}

	.thumbnail_ctrl li a.btn_share {
		background-position: center 6px background-size: auto 23px;
	}

	.thumbnail_ctrl li a:hover {
		opacity: 1;
	}

	.share_overlay {
		position: absolute;
	}

	.shares ul {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 160px;
		height: 160px;
		margin: auto;
	}

	.shares li {
		width: 75px;
	}

	.shares li a {
		font-size: 10px;
		line-height: 20px;
		width: 75px;
		height: 35px;
		padding-top: 40px;
		-webkit-transition: background 400ms false;
		-moz-transition: background 400ms false false;
		-o-transition: background 400ms false false;
		transition: background 400ms;
		background-position: center 18px;
		background-size: auto 22px;
	}

	.shares .btn_share_twitter,
	.shares .btn_share_pinterest {
		margin-right: 10px;
	}

	.shares .btn_share_twitter,
	.shares .btn_share_facebook {
		margin-bottom: 10px;
	}

	.shares .btn_share_twitter a:hover {
		background-color: #7ac2f3;
	}

	.shares .btn_share_facebook a:hover {
		background-color: #2258a0;
	}

	.shares .btn_share_pinterest a:hover {
		background-color: #d0153c;
	}

	.shares .btn_share_mail a:hover {
		background-color: #f7db3a;
	}

	.shares .btn_share_line a:hover {
		background-color: #51d12c;
	}

	.btn_share_close {
		width: 46px;
		padding-top: 46px;
		-webkit-transition: opacity 400ms false;
		-moz-transition: opacity 400ms false false;
		-o-transition: opacity 400ms false false;
		transition: opacity 400ms;
		opacity: .8;
		background-size: 10px auto;
	}

	.btn_share_close:hover {
		opacity: 1;
	}
}

/* 投稿日＋本文 */
@media screen and (min-width: 0) and (max-width: 899px) {
	.posted {
		line-height: 1.3;
		display: inline-block;
		width: 46.55%;
		vertical-align: top;
	}
}

@media screen and (min-width: 900px) {
	.posted {
		padding: 15px 15px 30px;
		background-color: #fff;
	}
}

/* 特集バナー */
.bnr_feature li {
	margin-bottom: 6.896551724137932%;
}

.bnr_feature li:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 900px) {
	.bnr_feature li {
		float: left;
		width: 430px;
		margin: 0 40px 40px 0;
	}

	.bnr_feature li:nth-child(2n) {
		margin-right: 0;
	}

	.bnr_feature li:nth-child(2n+1) {
		clear: left;
	}

	.bnr_feature li p {
		display: block;
		margin-top: 7px;
	}
}

/* パンくずリスト */
@media screen and (min-width: 900px) {
	.topicpath {
		background-color: #f5f5f5;
	}

	.topicpath li {
		font-size: 12px;
		float: left;
		color: #333;
	}

	.topicpath li a,
	.topicpath li span.nolink {
		line-height: 30px;
		display: block;
		margin-right: 10px;
		padding-right: 16px;
		text-decoration: underline;
		color: #333;
		background: url(../img/common/arrow_next-black.svg) no-repeat right center;
		background-size: auto 10px;
	}

	.topicpath li:last-child a {
		background-image: none;
	}

	.topicpath li span.nolink {
		text-decoration: none;
	}

	.topicpath li a:hover {
		text-decoration: none;
		color: #121212;
	}

	.topicpath li span {
		line-height: 30px;
		display: block;
		color: #333;
	}
}

/* トピックス */
.topics li {
	border-bottom: 1px dotted #999;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.topics li {
		margin-bottom: 3.448275862068966%;
		padding-bottom: 3.448275862068966%;
	}

	.topics:last-child li:last-child {
		margin-bottom: 0;
	}

	.topics-thumbnail {
		float: left;
		width: 24.13793103448276%;
		margin-right: 3.448275862068966%;
	}

	.topics-posted {
		float: left;
		width: 72.41379310344828%;
	}
}

@media screen and (min-width: 900px) {
	.topics li {
		float: left;
		width: 430px;
		margin-right: 40px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.topics li:nth-child(2n) {
		margin-right: 0;
	}

	.topics li:nth-child(2n+1) {
		clear: left;
	}

	.topics-thumbnail {
		display: table-cell;
		width: 120px;
		padding-right: 30px;
		vertical-align: middle;
	}

	.topics-posted {
		display: table-cell;
		width: 275px;
		vertical-align: middle;
	}
}

/* ------------------------------
 フォント設定（スマホ用のclassは幅640pxの場合のpx数とする）
------------------------------ */
/* 下線 */
.all-underline {
	text-decoration: underline;
}

.all-underline:hover {
	text-decoration: none;
}

/* 太字 */
.all-bold {
	font-weight: bold;
}

/* 赤字 */
.notice {
	color: #1b5db4;
}

.notice-red {
	color: #d00;
}

/* 行揃え */
.all-ta-right {
	text-align: right;
}

.all-ta-center {
	text-align: center;
}

/* 行間 */
.all-lh12 {
	line-height: 1.2;
}

/* 文字サイズ */
@media screen and (min-width: 0) and (max-width: 899px) {
	a {
		text-decoration: underline;
	}

	.sp-ta-right {
		text-align: right;
	}

	.sp-ta-center {
		text-align: center;
	}

	.sp-fsa16 {
		font-size: 16px;
	}

	.sp-fs16 {
		font-size: 2.5vw;
	}

	.sp-fs18 {
		font-size: 2.8125vw;
	}

	.sp-fs20 {
		font-size: 3.125vw;
	}

	.sp-fs24 {
		font-size: 3.75vw;
	}

	.sp-fs26 {
		font-size: 4.0625vw;
	}

	.sp-fs28 {
		font-size: 4.375vw;
	}

	.sp-fs30 {
		font-size: 4.6875vw;
	}

	.sp-fs32 {
		font-size: 5vw;
	}

	.sp-fs40 {
		font-size: 6.25vw;
	}

	.sp-fs50 {
		font-size: 7.8125vw;
	}
}

@media screen and (min-width: 900px) {
	a {
		text-decoration: none;
	}

	.pc-ta-right {
		text-align: right;
	}

	.pc-ta-center {
		text-align: center;
	}

	.pc-fs10 {
		font-size: 10px;
	}

	.pc-fs11 {
		font-size: 11px;
	}

	.pc-fs12 {
		font-size: 12px;
	}

	.pc-fs14 {
		font-size: 14px;
	}

	.pc-fs15 {
		font-size: 15px;
	}

	.pc-fs16 {
		font-size: 16px;
	}

	.pc-fs18 {
		font-size: 18px;
	}

	.pc-fs20 {
		font-size: 20px;
	}

	.pc-fs24 {
		font-size: 24px;
	}

	.pc-fs26 {
		font-size: 26px;
	}

	.pc-fs30 {
		font-size: 30px;
	}

	.pc-fs32 {
		font-size: 32px;
	}

	.pc-fs40 {
		font-size: 40px;
	}
}

/* ------------------------------
 レイアウト設定（マージンセット・パディングセット・幅セット）
------------------------------ */
.all-none {
	display: none;
}

.all-hidden {
	visibility: hidden;
}

/* 幅セット */
.box-center {
	margin-right: auto;
	margin-left: auto;
}

.all-w100p {
	width: 100%;
}

/* マージンセット */
.all-mt05em {
	margin-top: .5em;
}

.all-mt1em {
	margin-top: 1em;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.sp-inline {
		display: inline;
	}

	.sp-block {
		display: block;
	}

	.pc-inline,
	.pc-block {
		display: none;
	}

	.sbox-center {
		margin-right: auto;
		margin-left: auto;
	}

	.sp-w100p {
		width: 100%;
	}

	.sp-mt10 {
		margin-top: 1.5625%;
	}

	.sp-mt20 {
		margin-top: 3.125%;
	}

	.sp-mt40 {
		margin-top: 6.25%;
	}

	.sp-mt80 {
		margin-top: 12.5%;
	}

	.sp-mb10 {
		margin-bottom: 1.5625%;
	}

	.sp-mb20 {
		margin-bottom: 3.125%;
	}

	.sp-mb30 {
		margin-bottom: 4.6875%;
	}

	.sp-mb40 {
		margin-bottom: 6.25%;
	}

	.sp-mb60 {
		margin-bottom: 9.375%;
	}

	.sp-mb80 {
		margin-bottom: 12.5%;
	}

	.sp-mr30 {
		margin-right: 4.6875%;
	}

	.sp-mr60 {
		margin-right: 9.375%;
	}

	.sp-mr90 {
		margin-right: 14.0625%;
	}

	.sp-ml30 {
		margin-left: 4.6875%;
	}

	.sp-ml60 {
		margin-left: 9.375%;
	}

	.sp-ml90 {
		margin-left: 14.0625%;
	}
}

@media screen and (min-width: 900px) {

	.sp-inline,
	.sp-block {
		display: none;
	}

	.pc-inline {
		display: inline;
	}

	.pc-block {
		display: block;
	}

	.dbox-center {
		margin-right: auto;
		margin-left: auto;
	}

	.pc-w680 {
		width: 680px;
	}

	.pc-w700 {
		width: 700px;
	}

	.pc-w800 {
		width: 800px;
	}

	.pc-w860 {
		width: 860px;
	}

	.pc-w900 {
		width: 900px;
	}

	.pc-mt10 {
		margin-top: 10px;
	}

	.pc-mt20 {
		margin-top: 20px;
	}

	.pc-mt30 {
		margin-top: 30px;
	}

	.pc-mt40 {
		margin-top: 40px;
	}

	.pc-mt80 {
		margin-top: 80px;
	}

	.pc-mr20 {
		margin-right: 20px;
	}

	.pc-mb5 {
		margin-bottom: 5px;
	}

	.pc-mb10 {
		margin-bottom: 10px;
	}

	.pc-mb20 {
		margin-bottom: 20px;
	}

	.pc-mb30 {
		margin-bottom: 30px;
	}

	.pc-mb40 {
		margin-bottom: 40px;
	}

	.pc-mb60 {
		margin-bottom: 60px;
	}

	.pc-mb80 {
		margin-bottom: 80px;
	}

	.pc-mb100 {
		margin-bottom: 100px;
	}

	.pc-mr20 {
		margin-right: 20px;
	}

	.pc-ml10 {
		margin-left: 10px;
	}

	.pc-ml20 {
		margin-left: 20px;
	}

	.pc-box-right {
		margin-left: auto;
	}

	.pc-vertical {
		position: relative;
		top: 50.49%;
		-webkit-transform: translateY(-50.49%);
		-ms-transform: translateY(-50.49%);
		transform: translateY(-50.49%);
	}
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
/* ------------------------------
 他言語ページ・ジャンル設定
------------------------------ */
/* ------------------------------
 一覧ページ
------------------------------ */
.column li {
	margin-bottom: 6.896551724137932%;
}

.column li:last-child {
	margin-bottom: 0;
}

.writer {
	float: right;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.pager-item {
		float: left;
		clear: none;
		width: 34.48%;
	}

	.pager-num {
		line-height: 12.5vw;
		float: left;
		width: 31.04%;
	}

	.writer {
		width: 16.55172413793103%;
		margin-left: 3.448275862068966%;
	}

	.writer_info p {
		padding-top: 1.724137931034483%;
	}
}

@media screen and (min-width: 900px) {
	.pager-item {
		float: left;
		clear: none;
		width: 190px;
	}

	.pager-num {
		line-height: 40px;
		float: left;
		width: 520px;
	}

	.column {
		overflow: hidden;
	}

	.column li {
		float: left;
		width: 430px;
		margin: 0 40px 40px 0;
	}

	.column li:nth-child(2n) {
		margin-right: 0;
	}

	.column li:nth-child(2n+1) {
		clear: left;
	}

	.bnr_column {
		margin-bottom: 7px;
	}

	.writer {
		width: 48px;
		margin-left: 10px;
	}

	.writer_info p {
		padding-top: 12px;
	}
}

/* 広告 */
.ads li {
	width: 320px;
	margin-right: auto;
	margin-bottom: 6.896551724137932%;
	margin-left: auto;
	text-align: center;
}

.ads li:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#bnr_fixed {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background-color: #fff;
	}

	.ads li {
		width: 320px;
		margin: 0 auto 10px;
	}

	.ads li:nth-child(2) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.ads li {
		float: left;
		width: 430px;
		margin-right: 40px;
		margin-bottom: 0;
	}

	.ads li:nth-child(2n) {
		margin-right: 0;
	}

	.ads li:nth-child(2n+1) {
		clear: left;
	}
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
/* 言語切り替えボタン */
#translate {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 158px;
}

#translate li {
	line-height: 0;
	float: left;
	width: 30px;
	margin-right: 2px;
}

#translate li a {
	display: block;
	border: 1px solid #ccc;
}

#translate li img {
	width: 100%;
	vertical-align: top;
}

#translate li:last-child {
	margin-right: 0;
}

@media screen and (min-width: 900px) {
	#translate {
		top: 40px;
		width: 330px;
	}

	#translate li {
		float: left;
		width: 62px;
		margin-right: 5px;
	}

	#translate li a {
		-webkit-transition: opacity 400ms false;
		-moz-transition: opacity 400ms false false;
		-o-transition: opacity 400ms false false;
		transition: opacity 400ms;
		opacity: 1;
		border: 1px solid #ccc;
	}

	#translate li a:hover {
		opacity: .6;
	}
}

/* シェア等ボタン */
.share_detail li {
	float: left;
	overflow: hidden;
}

.share_detail li a {
	display: block;
	overflow: hidden;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_share_twitter a {
	background-color: #55acee;
	background-image: url(../img/common/twitter.svg);
}

.btn_share_facebook a {
	background-color: #0e3280;
	background-image: url(../img/common/facebook.svg);
}

.btn_share_pinterest a {
	background-color: #bd081c;
	background-image: url(../img/common/pinterest.svg);
}

.btn_share_mail a {
	background-color: #f3cd1b;
	background-image: url(../img/common/mail.svg);
}

.btn_share_line a {
	background-color: #2cbf13;
	background-image: url(../img/common/line.svg);
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.share_detail li {
		width: 33.33%;
	}

	.share_detail li a {
		margin: 1px;
		padding-top: 50%;
		background-size: auto 50%;
	}
}

@media screen and (min-width: 900px) {
	.detail_box {
		position: relative;
		width: 898px;
		margin-right: auto;
		margin-left: auto;
		padding: 24px 50px 0;
		background-color: #fff;
	}

	.share_detail li {
		width: 223px;
		margin-right: 2px;
	}

	.share_detail li:last-child {
		margin-right: 0;
	}

	.share_detail li a {
		padding-top: 48px;
		-webkit-transition: background-color 400ms false;
		-moz-transition: background-color 400ms false false;
		-o-transition: background-color 400ms false false;
		transition: background-color 400ms;
		background-size: auto 20px;
	}

	.btn_share_twitter a:hover {
		background-color: #7ac2f3;
	}

	.btn_share_facebook a:hover {
		background-color: #2258a0;
	}

	.btn_share_pinterest a:hover {
		background-color: #d0153c;
	}

	.btn_share_mail a:hover {
		background-color: #f7db3a;
	}

	.btn_share_line a:hover {
		background-color: #51d12c;
	}
}

.minict_wrapper {
	font-family: 'Segoe UI', Segoe, 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: 35px;
	height: 2.2rem;
	color: #333;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
}

.minict_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.minict_wrapper.disabled {
	background: #f5f5f5;
	text-shadow: 0 1px 0 #fff;
}

.minict_wrapper.disabled span {
	color: #bbb !important;
}

.minict_wrapper:after {
	font-size: 10px;
	font-size: .6rem;
	line-height: 32px;
	line-height: 1.9rem;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 33px;
	width: 2.1rem;
	height: 33px;
	height: 2.1rem;
	content: '\25BC';
	text-align: center;
	color: #555;
}

.minict_wrapper.active:after {
	content: '\25B2';
}

.minict_wrapper.disabled:after {
	color: #bbb;
}

.minict_wrapper span {
	font-family: 'Segoe UI', Segoe, 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 23px;
	line-height: 1.5rem;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 32px;
	height: 2.0rem;
	padding: 4px 53px 0 6px;
	padding: 4px 3.4rem 0 .4rem;
	cursor: default;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	border: 0;
	outline: none;
	background: none;
}

.minict_wrapper span:empty:before {
	line-height: 23px;
	line-height: 1.5rem;
	content: attr(data-placeholder);
	color: #ccc;
}

.minict_wrapper ul {
	position: absolute;
	z-index: 999999;
	top: 33px;
	top: 2.0rem;
	left: 0;
	display: none;
	overflow-y: auto;
	width: 100%;
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
	max-height: 350px;
	max-height: 22rem;
	margin: 0 -1px;
	padding: 0;
	list-style: none;
	border: 1px solid #e5e5e5;
	border-top: 1px solid #f9f9f9;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.minict_wrapper ul li {
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
	height: 35px;
	height: 2.2rem;
	padding: 0 10px;
	padding: 0 .7rem;
	list-style: none;
	cursor: pointer;
	background: #fff;
}

.minict_wrapper ul li:hover {
	color: #111;
	background: #fcfcfc;
}

.minict_wrapper ul li.minict_group {
	font-weight: bold;
	cursor: default;
	color: #444;
	background: #f6f6f6;
}

.minict_wrapper ul li.minict_empty {
	font-size: 14px;
	font-size: .9rem;
	line-height: 50px;
	line-height: 3.3rem;
	display: none;
	height: 55px;
	height: 3.5rem;
	text-align: center;
	color: #bbb;
	background: #fff !important;
}

.minict_wrapper ul li.disabled {
	cursor: default;
	color: #bbb;
	background: #fff !important;
}

.minict_wrapper ul li.selected {
	color: #819a9a;
	background: #f8f9f9;
}

.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #819a9a;
}

.minict_wrapper ul li.hidden {
	display: none;
}

.minict_wrapper .minict_reset {
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 30px;
	line-height: 1.9rem;
	position: absolute;
	top: 0;
	right: 35px;
	right: 2.2rem;
	bottom: 0;
	display: none;
	width: 20px;
	width: 1.2rem;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #a9a9a9;
}

.minict_wrapper .minict_reset:hover {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	color: #e0e0e0;
}

.minict_wrapper .minict_reset:active {
	color: #636363;
}

.minict_wrapper.disabled .minict_reset {
	display: none;
}

.minict_wrapper.bubble {
	background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
}

.minict_wrapper.bubble:hover {
	border-color: #dcdcdc;
}

.minict_wrapper.bubble:after {
	height: 2.05rem;
	border-left: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff;
}

.minict_wrapper.bubble ul {
	top: 2.7rem;
	overflow: visible;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
}

.minict_wrapper.bubble ul:before {
	position: absolute;
	top: -11px;
	left: 19px;
	width: 0;
	height: 0;
	content: '.';
	color: transparent;
	border-width: 0 11px 11px 11px;
	border-style: solid;
	border-color: transparent transparent #e5e5e5 transparent;
}

.minict_wrapper.bubble ul:after {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	content: '.';
	color: transparent;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.minict_wrapper.bubble ul li.minict_first {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.minict_wrapper.bubble ul li.minict_last {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.minict_wrapper.bubble .minict_reset {
	width: 30px;
}

/* 言語切り替えボタン */
.minict_wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35%;
}

@media screen and (min-width: 900px) {
	.minict_wrapper {
		top: 40px;
		right: 0;
		width: 230px;
	}
}

/*ナビゲーション*/
#gnav {
	margin-bottom: 20px;
}

#gnav ul {
	width: 900px;
}

#gnav ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 8px 0 7px;
	text-align: center;
	vertical-align: top;
	letter-spacing: normal;
}

#gnav ul li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 210px;
	padding: 20px 0;
	border-bottom: 2px solid #333;
}

#gnav ul li a::after {
	position: absolute;
	top: 20px;
	right: -8px;
	display: block;
	width: 2px;
	height: 50px;
	content: '';
	background: #333;
}

#gnav ul li:nth-child(4n) a::after {
	display: none;
}

#gnav ul:last-child li a {
	border-bottom: none;
}

#gnav ul li:hover,
#gnav ul li.on {
	margin-left: -2px;
	padding-left: 9px;
	background: #1f1f1f;
}

#gnav ul li:first-child a {
	margin-left: 0;
}

#gnav ul li:last-child a {
	margin-right: 0;
}

#gnav ul li:hover a,
#gnav ul li.on a {
	text-decoration: none;
	color: #fff;
}

.lang_ja #gnav ul li p,
.lang_en #gnav ul li p {
	font-weight: 700 !important;
}

.lang_cn #gnav ul li p,
.lang_tw #gnav ul li p,
.lang_kr #gnav ul li p {
	font-weight: 500 !important;
}

#gnav ul li:last-child p {
	border-right: 0;
}

#gnav ul li span.pc_block {
	display: block;
	min-height: 25px;
	text-align: center;
}

/* coming soon */
#gnav ul li.coming {
	background: #eee;
}

#gnav ul li.coming:hover {
	margin-left: 0;
	padding-left: 7px;
}

#gnav ul li.coming:hover a {
	cursor: default;
	color: #333;
}

#gnav .coming_text {
	display: none;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	nav.pushy {
		padding-bottom: 20px;
	}

	.gnav_sp_btn {
		box-sizing: border-box;
		padding: 20px 10%;
		text-align: center;
		background: #000;
	}

	.gnav_sp_btn .toggle {
		display: inline-block;
		margin: 0 auto;
		margin: 0 10px 0 0;
		text-align: center;
		vertical-align: middle;
	}

	.gnav_sp_btn p {
		display: inline-block;
		vertical-align: middle;
	}

	.gnav_sp_btn p span {
		font-weight: 700;
		color: #fff;
	}

	.gnav_sp_btn p .pushy-open {
		display: none;
	}

	.gnav_sp_btn.pushy-open p .pushy-open {
		display: block;
	}

	.gnav_sp_btn.pushy-open p .open {
		display: none;
	}

	.gnav_sp_btn .toggle div {
		width: 20px;
		height: 4px;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #979797;
	}

	.gnav_sp_btn.pushy-open .toggle div.toggle_1 {
		-webkit-transform: translate(0, 8px) rotate(45deg);
		transform: translate(0, 8px) rotate(45deg);
	}

	.gnav_sp_btn.pushy-open .toggle div.toggle_2 {
		opacity: 0;
	}

	.gnav_sp_btn.pushy-open .toggle div.toggle_3 {
		-webkit-transform: translate(0, -8px) rotate(-45deg);
		transform: translate(0, -8px) rotate(-45deg);
	}

	.gnav_sp_btn .toggle div.toggle_2 {
		margin: 4px 0;
	}

	#gnav {
		display: none;
		overflow: auto;
		overflow-x: hidden;
		margin-top: 0;
		letter-spacing: normal;
	}

	#gnav ul {
		width: 100%;
	}

	#gnav ul:last-child {
		margin-top: 0;
	}

	#gnav ul li {
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
		border-bottom: 2px solid #fff;
		background: #f5f5f5;
	}

	#gnav ul li.on {
		margin-left: 0;
		padding-left: 0;
	}

	#gnav ul li a {
		font-size: 175%;
		width: 100%;
		padding: 20px 10% 20px 5%;
		text-decoration: none;
		border-bottom: none;
		background: url(../img/genre/icon_arrow01.png) no-repeat 96% 50%;
	}

	#gnav ul li.on a {
		background: url(../img/genre/icon_arrow02.png) no-repeat 96% 50%;
	}

	#gnav ul li p {
		font-size: 4.0625vw;
		display: inline;
		height: auto;
		margin: 0;
		border-right: none;
	}

	#gnav ul li span.pc-block {
		display: none;
	}

	#gnav ul li span.sp-block {
		display: inline-block;
		min-width: 30px;
		min-height: 25px;
		margin-right: 10px;
		text-align: left;
		text-align: center;
	}

	#gnav ul li span.sp-block img {
		vertical-align: middle;
	}

	#gnav ul li:hover {
		margin-left: 0;
		padding-left: 0;
		background: #f5f5f5;
	}

	#gnav ul li:hover a {
		color: #fff;
		background: #1f1f1f url(../img/genre/icon_arrow02.png) no-repeat 96% 50%;
	}

	#gnav ul li.coming:hover {
		padding: 0;
	}

	#gnav ul li.coming a:hover {
		color: #333;
		background: #eee url(../img/genre/icon_arrow01.png) no-repeat 96% 50%;
	}

	#gnav .coming_text {
		font-size: 3.5vmin;
		display: inline-block;
		margin-left: 5%;
	}
}

/* 言語TOPのみ */
@media screen and (min-width: 0) and (max-width: 899px) {
	body#top_index {
		padding-bottom: 40px;
	}

	#top_index #btn_pagetop {
		bottom: 50px;
	}
}

/* マンガで見る天神 */
#header_help {
	line-height: 30px;
	text-align: center;
	background-color: #d4d9dc;
}

#header_help li {
	font-size: 13px;
	display: inline-block;
	color: #1f1f1f;
}

#header_help li:not(:last-child):after {
	content: '｜';
}

#header_help li a {
	text-decoration: none;
	color: #1f1f1f;
}

@media screen and (min-width: 900px) {
	#header_help {
		position: absolute;
		top: 0;
		right: 0;
		width: 360px;
		background-color: #1f1f1f;
	}

	#header_help li {
		font-size: 14px;
		color: #fff;
	}

	#header_help li a {
		color: #fff;
	}

	#header_help li a:hover {
		text-decoration: underline;
	}
}

/* シェア等ボタン（言語TOPのみ） */
#share_detail {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
}

#share_detail li {
	width: 20%;
	margin-right: 0;
}

#share_detail li a {
	margin: 0;
	padding-top: 40px;
}

@media screen and (min-width: 900px) {
	#share_detail {
		position: absolute;
		top: 30px;
		width: 360px;
		height: 30px;
	}

	#share_detail li {
		width: 90px;
		margin-right: 0;
	}

	#share_detail li a {
		padding-top: 30px;
	}
}

/* ヘッダへのバナー設置 */
#discover_bnr_hd,
#discover_bnr_hd_in {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	width: 130px;
}

@media screen and (min-width: 900px) {
	#header.bnr {
		height: 150px;
	}

	#header.bnr #logo {
		top: 37px;
	}

	#discover_bnr_hd,
	#discover_bnr_hd_in {
		position: absolute;
		top: 60px;
		width: 360px;
		text-align: center;
		background-color: #000;
	}

	#discover_bnr_hd_in {
		top: 30px;
	}

	#discover_bnr_hd .pc-block,
	#discover_bnr_hd_in .pc-block {
		display: inline-block;
	}
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
