@charset "utf-8";

/*============================
mv
============================*/
#mv {
	background: #FFFCF7;
	height: 2.50rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#mv {
		height: 2.00rem;
		background-image: url(../img/lower_common/sp_mv_bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

#mv::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2.5rem;
	background: url(../img/lower_common/mv_bg_left.svg) no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#mv::before {
		content: none;
	}
}

#mv::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2.5rem;
	background: url(../img/lower_common/mv_bg_right.svg) no-repeat;
	background-position: right top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#mv::after {
		content: none;
	}
}

#mv .in {
	height: 2.50rem;
}
@media screen and (max-width: 640px) {
	#mv .in {
		height: 100%;
	}
}

#mv .title_wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#mv .title_wrap .title_jp {
	font-size: 0.28rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	#mv .title_wrap .title_jp {
		font-size: 0.20rem;
	}
}

#mv .title_wrap .title_en {
	font-size: 0.12rem;
	font-weight: bold;
	color: #CBBB00;
	margin-top: 0.12rem;
}

#mv .ph_wrap {
	position: absolute;
	right: 0.60rem;
	bottom: -0.30rem;
	z-index: 3;
}

@media screen and (max-width: 640px) {
	#mv .ph_wrap {
		position: absolute;
		right: 0.10rem;
		bottom: -0.10rem;
		z-index: 3;
		width: 1.34rem;
	}
}

/*============================
パンくずリスト
============================*/
#pankuz {
	margin-top: 0.20rem;
}

#pankuz .list {
	display: flex;
}

#pankuz .list .item {
	font-size: 0.12rem;
	padding-right: 0.25rem;
}

@media screen and (max-width: 640px) {
	#pankuz .list .item {
		font-size: 0.10rem;
		white-space: nowrap;
		padding-right: 0.20rem;
	}
	#pankuz .list .item.current {
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 0;
	}
}

#pankuz .list .item a {
	color: #000;
	position: relative;
	text-decoration: underline;
}

#pankuz .list .item a:hover {
	text-decoration: none;
}

#pankuz .list .item a::after {
	content: '';
	display: block;
	width: 0.06rem;
	height: 0.09rem;
	background: url(../img/lower_common/pakuz_arrow.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	#pankuz .list .item a::after {
		width: 0.06rem;
		height: 0.07rem;
		right: -0.13rem;
	}
}

/*=======================
CMSページャー
=======================*/
.list_navi_wrap {
	text-align: center;
	font-size: 0.16rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	padding:0.50rem 0;
}
@media screen and (max-width: 640px) {
	.list_navi_wrap {
		font-size: 0.14rem;
		padding:0.20rem 0 0.50rem;
	}
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
}

/* 現在のページ*/
.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #FA7D91;
	border: 1px solid #FA7D91;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.30rem;
		padding: 0.15rem 0 0.17rem;
	}
}

/* 数字リンク*/
/*.list_navi_wrap .wp-pagenavi .page.larger {*/
.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.16rem;
	color: #FA7D91;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #FFF;
	border: 1px solid #FA7D91;
	text-decoration: none;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.30rem;
		padding: 0.15rem 0 0.17rem;
	}

	.list_navi_wrap .wp-pagenavi .page.larger {
		/* display: none; */
	}
}

.list_navi_wrap .wp-pagenavi .page.larger:hover {
	background-color: #FA7D91;
	border: 1px solid #FA7D91;
	color: #FFF;
}

/* 前のページ */
.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.16rem;
	color: #333;
	line-height: 0;
	padding: 0.24rem 0.20rem 0.26rem 0.30rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.15rem 0 0.17rem 0.25rem;
		margin-right: 0.15rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../common/img/pager_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
	color: #F1859F;
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover::before {
	left: -0.06rem;
}

/* 次のページ */
.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.16rem;
	color: #333;
	line-height: 0;
	padding: 0.24rem 0.30rem 0.26rem 0.20rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.15rem 0.25rem 0.17rem 0;
		margin-left: 0.15rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../common/img/pager_next_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
	color: #FA7D91;
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover::after {
	right: -0.06rem;
}
