/* -----------------------------------------------
= skip
----------------------------------------------- */
.skip {
	position: fixed;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip:focus,
.skip:active {
	display: block;
	width: 260px;
	height: auto;
	top: 5px;
	left: 5px;
	clip: auto;
	z-index: 1000;
	font-size: var(--r20);
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title h1 {
	padding: 10px 18px 17px;
	background: #fbf8f4;
}
.page_title h1 > span {
	display: block;
	position: relative;
	padding-bottom: 16px;
	color: var(--red);
	font-size: calc(2.3rem / 1.6);
	font-family: var(--fontB);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.page_title h1 > span::after {
	content: "";
	position: absolute;
	left: calc(50% - 75px);
	bottom: 0;
	width: 151px;
	height: 8px;
	background: url(../img/shared/title_bg.png) no-repeat 0 0 / 100% auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title {
	overflow: hidden;
}
.page_title .inner {
	max-width: 1100px;
	margin: -300px auto 60px;
	padding: 0 40px;
}
.page_title.__bgHide .inner {
	margin: 0 auto 40px;
}
.page_title h1 {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 200px;
	padding: 20px calc(50% + 20px) 20px 0;
}
.page_title.__bgHide h1 {
	min-height: 140px;
}
.page_title h1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	width: 100vw;
	height: 100%;
	background: #fbf8f4;
}
.page_title.__bgHide h1::after {
	content: "";
	position: absolute;
	top: 0;
    left: 50%;
	width: 100vw;
	height: 100%;
	background: #fbf8f4;
	z-index: -1;
}
.page_title h1 > span {
	margin-bottom: 14px;
	padding-bottom: 28px;
	font-size: calc(4.2rem / 1.6);
	text-align: left;
}
.page_title h1 > span::after {
	left: 0;
	width: 258px;
	height: 10px;
}
.page_title img {
	position: relative;
	display: block;
	z-index: 1;
	/* margin-left: 50%; */
	/* width: 50vw; */
	width: 650px;
	height: 300px;
	margin: 0 0 0 auto;
	border-radius: 0 0 0 20px;
	object-fit: cover;
	object-position: 50% 0;
}
}/* @media */
@media print, screen and (max-width: 1000px) and (min-width: 768px) {/* PC */
.page_title img {
	width: 50%;
}	
}
/* -----------------------------------------------
= blog_title
----------------------------------------------- */
.blog_title {
	position: relative;
	background: #fbf8f4;
	overflow: hidden;
}
.blog_title::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 345px;
	height: 173px;
	background: url(../img/shared/title_blog_sp.png) no-repeat center/100%;
	transform: translate(-50%,-50%);
}
.blog_title h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	padding: 10px 18px 17px;
    box-sizing: border-box;
}
.blog_title h1 span {
    display: block;
    position: relative;
    padding-bottom: 16px;
    color: var(--red);
    font-size: calc(2.3rem / 1.6);
    font-family: var(--fontB);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.blog_title h1 span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 150px;
	height: 6px;
	background: url(../img/shared/title_blog_bg.png) no-repeat 0 0 / 100% auto;
	transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {/* PC */
.blog_title::before {
	left: calc(50% - 50px);
	width: 1158px;
	height: 192px;
	background: url(../img/shared/title_blog_pc.png) no-repeat center/100%;
}
.blog_title h1 {
	position: relative;
	min-height: 240px;
	padding: 20px;
	box-sizing: border-box;
}
.blog_title h1 span {
	margin-bottom: 14px;
	padding-bottom: 28px;
	font-size: calc(4.2rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= interview_title
----------------------------------------------- */
.interview_title h1 {
	padding: 10px 18px 17px;
	background: #fbf8f4;
}
.interview_title h1 span {
	display: block;
	position: relative;
	padding-bottom: 16px;
	color: var(--red);
	font-size: calc(2.3rem / 1.6);
	font-family: var(--fontB);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.interview_title h1 span::after {
	content: "";
	position: absolute;
	left: calc(50% - 75px);
	bottom: 0;
	width: 151px;
	height: 8px;
	background: url(../img/shared/title_bg.png) no-repeat 0 0 / 100% auto;
}
.interview_title_imgWpr {
	width: 250px;
	margin: 0 auto 20px;
	text-align: center;
}
.interview_title img {
	border-radius: 25px;
}
.interview_title_cat span {
	display: inline-block;
    color: #fff;
    border-radius: 3em;
    font-family: var(--fontB);
    font-weight: bold;
	min-width: 90px;
	margin: 20px 5px 10px;
	padding: 2px 5px;
	font-size: calc(1.3rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.interview_title {
	position: relative;
}
.interview_title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 64px);
	background: #fbf8f4;
}
.interview_title .inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto 30px;
	padding: 0 40px;
}
.interview_title h1 {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 240px;
	padding: 20px calc(50% + 20px) 20px 0;
}
.interview_title h1 span {
	margin-bottom: 14px;
	padding-bottom: 28px;
	font-size: calc(4.2rem / 1.6);
	text-align: left;
}
.interview_title h1 span::after {
	left: 0;
	width: 258px;
	height: 10px;
}
.interview_title_imgWpr {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 400px;
	margin: auto;
	z-index: 1;
}
.interview_title img {
	border-radius: 20px;
}
.interview_title_cat span {
	min-width: 90px;
	margin: 20px 5px 10px;
	padding: 2px 5px;
	font-size: calc(1.5rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	padding: 8px 18px 28px;
}
.breadcrumbs.__wide {
	padding: 8px 0 28px;
}
.breadcrumbs li {
	position: relative;
	margin-left: 12px;
	font-size: calc(1rem / 1.6);
}
.breadcrumbs li .pt_splitter {
	display: inline;
}
.breadcrumbs li + li {
	padding-left: 16px;
}
.breadcrumbs li + li::before,
.breadcrumbs li + li::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	width: 4px;
	height: 7px;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
}
.breadcrumbs li + li::before {
	left: 0;
	filter: var(--filterRed);
	opacity: .5;
}
.breadcrumbs li + li::after {
	left: 3px;
	filter: var(--filterRed);
}
.breadcrumbs li a {
	color: var(--red);
}
@media print, screen and (min-width: 768px) {/* PC */
.breadcrumbs {
	justify-content: start;
	padding: 20px 50% 20px 0;
}
.breadcrumbs.__wide {
	margin-bottom: 40px;
	padding: 20px 0;
}
.breadcrumbs li {
	margin-left: 0;
	margin-right: 18px;
	font-size: var(--r15);
}
.breadcrumbs li + li {
	padding-left: 30px;
}
.breadcrumbs li + li::before,
.breadcrumbs li + li::after {
	top: 7px;
	width: 7px;
	height: 10px;
}
.breadcrumbs li + li::after {
	left: 6px;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	margin: 0 18px 74px;
}
.contents .block {
	padding: 18px;
	background: #e5e5e5;
}
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	max-width: 1100px;
	margin: 0 auto 145px;
	padding: 0 20px;
}
.page .contents {
	margin-bottom: 105px;
}
.contents .block {
	padding: 20px;
}
}/* @media */
/*--------------------------------------------------
  = ly_ctr
--------------------------------------------------*/
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.ly_ctr__col {
		display: flex;
	}
	.ly_ctr_side {
		position: relative;
        width: 270px;
		margin-left: 50px;
	}
	.ly_ctr_main {
		flex: 1;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.ly_ctr_side {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
  = bl_newsPost
--------------------------------------------------*/
.bl_newsPostUnits {
	background-image: linear-gradient(to right, #dddddd, #dddddd 3px, transparent 3px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: bottom left;
}
.bl_newsPost {
	background-image: linear-gradient(to right, #dddddd, #dddddd 3px, transparent 3px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: top left;
	display: block;
	position: relative;
	color: #0d0d0d;
}
.bl_newsPost_ttl {
	position: relative;
	color: #d73e4f;
	font-family: var(--fontB);
	transition: .3s ease-in-out;
}
.bl_newsPost_imgWpr {
	overflow: hidden;
}
.bl_newsPost_imgWpr img {
	width: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
}
.bl_newsPost_data {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
}
.bl_newsPost_cat {
	border-radius: 3em;
    color: #fff;
    text-align: center;
	box-sizing: border-box;
}
.bl_newsPost_time {
	color: #666666;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsPostUnits {
		padding-bottom: 70px;
	}
	.bl_newsPost + .bl_newsPost {
		margin-top: 40px;
	}
	.bl_newsPost_ttl {
		margin-bottom: 5px;
		padding: 23px 10px 22px;
		line-height: 1.5;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_newsPost_body {
		display: flex;
		justify-content: space-between;
	}
	.bl_newsPost_imgWpr {
		width: 340px;
		margin-right: 38px;
		border-radius: 20px;
	}
	.bl_newsPost_imgWpr img {
		height: 220px;
	}
	.bl_newsPost_txtWpr {
		flex: 1;
	}
	.bl_newsPost_data {
		margin-bottom: 17px;
	}
	.bl_newsPost_txt {
  		line-height: 1.867;
		font-size: var(--r15);
	}
	.bl_newsPost_time {
		font-size: calc(1.6rem / 1.6);
	}
	.bl_newsPost_cat {
		display: inline-block;
		min-width: 100px;
		margin-left: 21px;
		padding: 2px 10px;
		line-height: 1.5;
		font-size: calc(1.4rem / 1.6);
	}
	/* hover */
	.bl_newsPost:hover .bl_newsPost_ttl {
		text-decoration: underline;
	}
	.bl_newsPost:hover .bl_newsPost_imgWpr img {
		transform: scale(1.1);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsPostUnits {
		padding-bottom: 30px;
	}
	.bl_newsPost + .bl_newsPost {
		margin-top: 25px;
	}
	.bl_newsPost_ttl {
		padding: 12px 0;
		line-height: 1.471;
		font-size: calc(1.7rem / 1.6);
	}
	.bl_newsPost_imgWpr {
		width: 100%;
		margin-bottom: 15px;
		border-radius: 7px;
	}
	.bl_newsPost_imgWpr img {
		height: 220px;
	}
	.bl_newsPost_data {
		margin-bottom: 10px;
	}
	.bl_newsPost_txt {
		line-height: 1.923;
		font-size: calc(1.3rem / 1.6);
	}
	.bl_newsPost_time {
		font-size: calc(1.3rem / 1.6);
	}
	.bl_newsPost_cat {
		display: inline-block;
        min-width: 80px;
        margin-left: 9px;
        padding: 2px 7px;
        line-height: 1.5;
		font-size: calc(1.1rem / 1.6);
	}
}
/*--------------------------------------------------
  = bl_noticePost
--------------------------------------------------*/
.bl_noticePost {
	display: block;
	background-image: linear-gradient(to right, #dddddd, #dddddd 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.bl_noticePost_data {
	display: flex;
	align-items: center;
}
.bl_noticePost_time {
	display: block;
	color: #666666;
    line-height: 1.6;
	font-family: var(--fontEn);
}
.bl_noticePost_cat {
	border-radius: 3em;
    color: #fff;
    text-align: center;
	box-sizing: border-box;
}
.bl_noticePost_ttl {
	color: #0d0d0d;
}
.bl_noticePostUnits {
	background-image: linear-gradient(to right, #dddddd, #dddddd 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_noticePost {
		padding: 22px 15px;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_noticePost_body {
		display: flex;
		align-items: flex-start;
	}
	.bl_noticePost_data {
		margin-right: 21px;
	}
	.bl_noticePost_time {
		min-width: 90px;
	}
	.bl_noticePost_cat {
		display: inline-block;
		min-width: 80px;
		margin-left: 20px;
		padding: 2px 10px;
		line-height: 1.5;
		font-size: calc(1.4rem / 1.6);
	}
	.bl_noticePost_ttl {
		flex: 1;
		line-height: 1.6;
	}
	/* hover */
	.bl_noticePost:hover .bl_noticePost_ttl {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_noticePost {
		padding: 15px 4px;
	}
	.bl_noticePost_time {
		font-size: calc(1.3rem / 1.6);
	}
	.bl_noticePost_cat {
        display: inline-flex;
        justify-content: center;
		min-width: 65px;
		margin-left: 10px;
		padding: 1.8px 7px;
		line-height: 1.5;
		font-size: calc(1.1rem / 1.6);
	}
	.bl_noticePost_ttl {
		margin-top: 10px;
  		line-height: 1.538;
		font-size: calc(1.3rem / 1.6);
	}
}
/*--------------------------------------------------
  = bl_interview
--------------------------------------------------*/
.bl_interviewUnits.__row {
	display: flex;
	flex-wrap: wrap;
}
.bl_interview {
	display: block;
	text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.bl_interview_imgWpr {
	overflow: hidden;
}
.bl_interview_cat span {
	display: inline-block;
	color: #fff;
	border-radius: 3em;
	font-family: var(--fontB);
	font-weight: bold;
}
.bl_interview_text {
	font-family: var(--fontB);
	font-weight: bold;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_interview_imgWpr {
        border-radius: 20px;
    }
	.bl_interview_imgWpr img {
		transition: transform .3s;
	}
	.bl_interview:hover .bl_interview_imgWpr img {
		transform: scale(1.05);
	}
	.bl_interview_cat span {
		min-width: 90px;
		margin: 12px 5px 10px;
		padding: 2px 5px;
		font-size: calc(1.5rem / 1.6);
	}
	.bl_interview_text {
		font-size: calc(1.6rem / 1.6);
	}
	.bl_interview:hover .bl_interview_text {
		color: var(--red);
	}
	/* __4col */
	.bl_interviewUnits.__4col .bl_interview {
		width: calc(100% / 4 - 25px);
	}
	.bl_interviewUnits.__4col .bl_interview:not(:nth-child(4n)) {
		margin-right: 33px;
	}
	.bl_interviewUnits.__4col .bl_interview:nth-child(n+5) {
		margin-top: 60px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_interview_imgWpr {
        border-radius: 10px;
    }
	.bl_interview_cat span {
		min-width: 80px;
		margin: 12px 5px 10px;
		padding: 2px 5px;
		font-size: calc(1.3rem / 1.6);
	}
	.bl_interview_text {
		font-size: calc(1.3rem / 1.6);
	}
	/* __4col */
	.bl_interviewUnits.__4col {
		justify-content: space-between;
	}
	.bl_interviewUnits.__4col .bl_interview {
		width: calc(100% / 2 - 9.5px);
	}
	.bl_interviewUnits.__4col .bl_interview:nth-child(n+3) {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
  = bl_newsDetail
--------------------------------------------------*/
.bl_newsDetail {
	display: block;
	position: relative;
}
.bl_newsDetail_ttl {
	position: relative;
	background-image: linear-gradient(to right, #dddddd, #dddddd 3px, transparent 3px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: bottom left;
	font-family: var(--fontB);
	transition: .3s ease-in-out;
}
.bl_newsDetail_data {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsDetail_ttl {
		margin-bottom: 25px;
		padding: 0 4px 15px;
		line-height: 1.5;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_newsDetail_cont {
		min-height: 360px;
		margin-top: 34px;
		padding-bottom: 34px;
	}
	.bl_newsDetail .bl_newsPost_cat {
		margin-left: 21px;
		min-width: 80px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsDetail_ttl {
		margin-bottom: 15px;
		padding: 0 5px 11px;
		line-height: 1.471;
		font-size: calc(1.7rem / 1.6);
	}
	.bl_newsDetail .bl_newsPost_time {
		font-size: calc(1.3rem / 1.6);
	}
	.bl_newsDetail .bl_newsPost_cat {
		margin: 0 0 0 9px;
		min-width: 65px;
	}
	.bl_newsDetail_cont {
		margin-top: 25px;
	}
}
/*--------------------------------------------------
  = bl_interviewDetail
--------------------------------------------------*/
.bl_interviewDetail {
	display: block;
	position: relative;
}
.bl_interviewDetail_copy {
	background-image: linear-gradient(to right, #d73e4f, #d73e4f 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	color: rgb(215, 62, 79);
    font-family: var(--fontB);
}
.bl_interviewDetail_cont {
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
.bl_interviewDetail_date {
	line-height: 1;
	text-align: right;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_interviewDetail_frame {
		margin-right: 440px;
	}
	.bl_interviewDetail_copy {
		margin-bottom: 30px;
		padding-bottom: 15px;
		line-height: 1.467;
		font-size: calc(3.6rem / 1.6);
	}
	.bl_interviewDetail_text {
		line-height: 2;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_interviewDetail_cont {
		margin-top: 50px;
	}
	.bl_interviewDetail_date {
		margin-bottom: 40px;
		padding-top: 15px;
		font-size: calc(1.6rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_interviewDetail_copy {
		margin-bottom: 20px;
		padding-bottom: 10px;
		line-height: 1.467;
		font-size: calc(2.1rem / 1.6);
	}
	.bl_interviewDetail_text {
		line-height: 1.923;
		font-size: calc(1.3rem / 1.6);
	}
	.bl_interviewDetail_cont {
		margin-top: 25px;
	}
	.bl_interviewDetail_date {
		margin-bottom: 30px;
		padding-top: 10px;
		font-size: calc(1.3rem / 1.6);
	}
}
/*--------------------------------------------------
  = bl_sideNavPost
--------------------------------------------------*/
.bl_sideNavPost_ttl {
	position: relative;
    background: #fbf7f3;
	color: #0d0d0d;
	font-family: var(--fontB);
	overflow: hidden;
}
.bl_sideNavPost_ttl::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #f5b0b8 0%, #f5b0b8 50%, #d73e4f 50%, #d73e4f 100%);
}
.bl_sideNavPost_link {
	position: relative;
	display: block;
    background-image: linear-gradient(to right, #dddddd, #dddddd 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	color: #d73e4f;
	font-family: var(--fontB);
}
.bl_sideNavPost_link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/shared/icon_nav_arrow.svg) no-repeat 50% / cover;
    filter: var(--filterRed);
    transition: .3s ease-out;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_sideNavPost_archive + .bl_sideNavPost_archive {
		margin-top: 60px;
	}
	.bl_sideNavPost_ttl {
		padding: 11px 32px;
		border-radius: 5px;
		line-height: 1.5;
		font-size: calc(2.2rem / 1.6);
	}
	.bl_sideNavPost_ttl::before {
		width: 8px;
	}
	.bl_sideNavPost_link {
		padding: 16.5px 40px 16.5px 11px;
		line-height: 1.5;
		font-size: calc(1.8rem / 1.6);
	}
    .bl_sideNavPost_link::after {
        right: 14px;
        width: 17px;
        height: 17px;
    }
	/* hover */
	.bl_sideNavPost_link:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_sideNavPost_archive + .bl_sideNavPost_archive {
		margin-top: 40px;
	}
	.bl_sideNavPost_ttl {
		padding: 7.5px 16px;
		border-radius: 2.5px;
		line-height: 1.5;
		font-size: calc(1.7rem / 1.6);
	}
	.bl_sideNavPost_ttl::before {
		width: 5px;
	}
	.bl_sideNavPost_link {
		padding: 15px 35px 15px 10px;
		line-height: 1.5;
		font-size: calc(1.4rem / 1.6);
	}
    .bl_sideNavPost_link::after {
		right: 12px;
		width: 15px;
		height: 15px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_archive
--------------------------------------------------*/
.bl_pagenavi_archive ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bl_pagenavi_archive ul .page-numbers:not(.prev, .next) {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #d47c81;
	color: #d73e4f;
	line-height: 1;
	font-family: var(--fontB);
	border-radius: 50%;
	box-sizing: border-box;
}
.bl_pagenavi_archive ul a.page-numbers {
	transition: .3s ease-in-out;
}
.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next), .bl_pagenavi_archive ul .page-numbers.dots {
	color: #d73e4f;
}
.bl_pagenavi_archive ul .page-numbers.current {
	background-color: #d73e4f;
	border-color: #d73e4f;
	color: #fff;
}
.bl_pagenavi_archive ul .page-numbers.prev, .bl_pagenavi_archive ul .page-numbers.next {
	position: relative;
	display: block;
	color: #d73e4f;
	font-family: var(--fontB);
	line-height: 1;
}
.bl_pagenavi_archive ul .page-numbers.prev::after, .bl_pagenavi_archive ul .page-numbers.next::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/shared/icon_nav_arrow.svg) no-repeat 50% / cover;
    filter: var(--filterRed);
}
.bl_pagenavi_archive ul .page-numbers.prev::after {
	left: 0;
	transform: scale(-1, 1) translateY(-50%);
}
.bl_pagenavi_archive ul .page-numbers.next::after {
	right: 0;
	transform: translateY(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_archive {
		margin-top: 40px;
	}
	.bl_pagenavi_archive ul .page-numbers:not(.prev, .next) {
		width: 40px;
		height: 40px;
		margin: 0 5px;
		box-shadow: 0 3px 0 #e3e3e3;
		font-size: calc(1.8rem / 1.6);
	}
	.bl_pagenavi_archive ul .page-numbers.prev,
	.bl_pagenavi_archive ul .page-numbers.next {
		font-size: calc(1.8rem / 1.6);
	}
	.bl_pagenavi_archive ul .page-numbers.prev {
		margin-right: 16px;
		padding-left: 40px;
	}
	.bl_pagenavi_archive ul .page-numbers.next {
		margin-left: 16px;
		padding-right: 40px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev::after, .bl_pagenavi_archive ul .page-numbers.next::after {
        width: 24px;
        height: 24px;
	}
	/* hover */
	.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next):hover {
		background-color: #d73e4f;
		border-color: #d73e4f;
		color: #fff;
	}
	.bl_pagenavi_archive ul .page-numbers.prev:hover, .bl_pagenavi_archive ul .page-numbers.next:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_archive {
		margin-top: 30px;
	}
	.bl_pagenavi_archive ul .page-numbers:not(.prev, .next) {
		width: 25px;
		height: 25px;
		margin: 0 2.5px;
		box-shadow: 0 1px 0 #e3e3e3;
		font-size: calc(1.15rem / 1.6);
	}
	.bl_pagenavi_archive ul .page-numbers.prev,
	.bl_pagenavi_archive ul .page-numbers.next {
		font-size: calc(1.15rem / 1.6);
	}
	.bl_pagenavi_archive ul .page-numbers.prev {
		margin-right: 12px;
		padding-left: 23px;
	}
	.bl_pagenavi_archive ul .page-numbers.next {
		margin-left: 12px;
		padding-right: 23px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev::after, .bl_pagenavi_archive ul .page-numbers.next::after {
        width: 15px;
        height: 15px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_single
--------------------------------------------------*/
.bl_pagenavi_single {
    background-image: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: top left;
}
.bl_pagenavi_list {
	position: relative;
	width: 100%;
}
.bl_pagenavi_single_prev,
.bl_pagenavi_single_return,
.bl_pagenavi_single_next {
	position: absolute;
	top: 0;
}
.bl_pagenavi_single_prev a,
.bl_pagenavi_single_return a,
.bl_pagenavi_single_next a {
	position: relative;
	display: block;
	color: #d73e4f;
	line-height: 1;
	font-family: var(--fontB);
	transition: .3s ease-in-out;
}
.bl_pagenavi_single_prev a::before,
.bl_pagenavi_single_next a::before {
    content: "";
    display: block;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
    background: url(../img/shared/icon_nav_arrow.svg) no-repeat 50% / cover;
    filter: var(--filterRed);
    transition: .3s ease-out;
}
.bl_pagenavi_single_prev a::before {
	left: 0;
	transform: scale(-1,1) translateY(-50%);
}
.bl_pagenavi_single_next a::before {
	right: 0;
	transform: translateY(-50%);
}
.bl_pagenavi_single_return {
	left: 50%;
	transform: translateX(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_single {
		padding-top: 30px;
	}
	.bl_pagenavi_list {
		min-height: 25px;
	}
	.bl_pagenavi_single_prev,
	.bl_pagenavi_single_return,
	.bl_pagenavi_single_next {
		font-size: calc(1.8rem / 1.6);
	}
	.bl_pagenavi_single_prev {
		left: 38px;
	}
	.bl_pagenavi_single_next {
		right: 38px;
	}
	.bl_pagenavi_single_prev a {
		padding-left: 38px;
	}
	.bl_pagenavi_single_next a {
		padding-right: 38px;
	}
	.bl_pagenavi_single_prev a::before,
	.bl_pagenavi_single_next a::before {
        width: 24px;
        height: 24px;
	}
	/* hover */
	.bl_pagenavi_single a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_single {
		padding-top: 35px;
	}
	.bl_pagenavi_list {
        min-height: 15px;
	}
	.bl_pagenavi_single_prev,
	.bl_pagenavi_single_return,
	.bl_pagenavi_single_next {
		font-size: calc(1.15rem / 1.6);
	}
	.bl_pagenavi_single_prev {
		left: 0;
	}
	.bl_pagenavi_single_next {
		right: 0;
	}
	.bl_pagenavi_single_prev a {
		padding-left: 23px;
	}
	.bl_pagenavi_single_next a {
		padding-right: 23px;
	}
	.bl_pagenavi_single_prev a::before,
	.bl_pagenavi_single_next a::before {
		width: 15px;
		height: 15px;
	}
}
/*--------------------------------------------------
  = bl_404
--------------------------------------------------*/
.bl_404 {
	text-align: center;
}
.bl_404_ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--red);
	line-height: 1;
	font-family: var(--fontB);
    font-weight: bold;
}
.bl_404_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url(../img/shared/title_bg.png) no-repeat 0 0 / 100% auto;
	transform: translateX(-50%);
}
.bl_404_txt {
  	color: #1b1b1b;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_404 {
		padding-top: 50px;
	}
	.bl_404_ttl {
		padding-bottom: 35px;
		margin-bottom: 40px;
		font-size: calc(6rem / 1.6);
	}
	.bl_404_ttl::after {
		width: 258px;
		height: 10px;
	}
	.bl_404_txt {
		margin-bottom: 40px;
		line-height: 2.125;
		font-size: calc(1.6rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_404 {
		padding-top: 30px;
	}
	.bl_404_ttl {
		padding-bottom: 25px;
		margin-bottom: 25px;
		font-size: calc(3.5rem / 1.6);
	}
	.bl_404_ttl::after {
		width: 150px;
		height: 6px;
	}
	.bl_404_txt {
		margin-bottom: 25px;
		line-height: 1.923;
		font-size: calc(1.3rem / 1.6);
	}
}
/*--------------------------------------------------
  = bl_search
--------------------------------------------------*/
.bl_search_list {
	border-top: 1px #dddddd dotted;
}
.bl_search_list li {
	border-bottom: 1px #dddddd dotted;
}
.bl_search_list a {
	display: block;
}
.bl_search_ttl {
	position: relative;
	display: block;
	color: #d73e4f;
	font-weight: bold;
}
.bl_search_ttl::before {
	content: '';
	position: absolute;
	left: 0;
	background: #e8b5bb;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.bl_search_txt {
	display: block;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_search_lead {
        font-size: calc(1.6rem / 1.6);
		margin-bottom: 25px;
	}
	.bl_search_message {
        font-size: calc(1.6rem / 1.6);
	}
	.bl_search_list a {
		padding: 21px 13px;
	}
	.bl_search_list a:hover .bl_search_ttl {
		text-decoration: underline;
	}
	.bl_search_ttl {
		padding-left: 20px;
		line-height: 1.6;
        font-size: calc(1.8rem / 1.6);
	}
	.bl_search_ttl::before {
        top: 9px;
		width: 9px;
		height: 10px;
	}
	.bl_search_txt {
		margin-top: 8px;
		padding-left: 4px;
		line-height: 1.7;
        font-size: calc(1.6rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_search_lead {
		font-size: calc(1.3rem / 1.6);
		margin-bottom: 18px;
	}
	.bl_search_message {
		font-size: calc(1.3rem / 1.6);
	}
	.bl_search_list a {
		padding: 17px 10px;
	}
	.bl_search_ttl {
		padding-left: 16px;
		line-height: 1.5;
		font-size: calc(1.5rem / 1.6);
	}
	.bl_search_ttl::before {
		top: 5px;
		width: 9px;
		height: 10px;
	}
	.bl_search_txt {
		margin-top: 11px;
		padding-left: 6px;
		line-height: 1.75;
		font-size: calc(1.3rem / 1.6);
	}
}