@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.liGothic {
    font-family: "Roboto Condensed", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 115rem;
	box-sizing: content-box;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.9rem;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.025em;
}
.headLine01 .en {
	margin-bottom: 1.8rem;
	padding-bottom: 1.1rem;
	position: relative;
	display: block;
	color: #f05922;
	font-size: 3.5rem;
	letter-spacing: 0.025em;
}
.headLine01 .en::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 5rem;
	height: 0.4rem;
	background: #f05922;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	.headLine01 .en {
		margin-bottom: 1rem;
		padding-bottom: 0.5rem;
		font-size: 3rem;
	}
	.headLine01 .en::before {
		height: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.9rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.headLine02 .en {
	margin-top: 0.4rem;
	display: block;
	color: #f05922;
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	.headLine02 .en {
		margin-top: 0.2rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto 1.1rem;
	width: 28rem;
}
.comLink a,
.comLink .sub {
	padding: 0.5rem 4rem 0.5rem 0;
	min-height: 4.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.05em;
	border: 0.2rem solid #f5ab10;
	border-radius: 2.1rem;
	background: #f5ab10 url(../img/common/icon03.png) no-repeat right 1.5rem center / 2.4rem;
}
.comLink.style01 a,
.comLink.style01 .sub {
	color: #f5ab10;
	background: #FFF url(../img/common/icon04.png) no-repeat right 1.5rem center / 2.4rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto 0.8rem;
		width: 22rem;
	}
	.comLink a,
	.comLink .sub {
		padding: 0.5rem 3rem 0.5rem 1rem;
		min-height: 3.6rem;
		font-size: 1.3rem;
		background: #f5ab10 url(../img/common/icon03.png) no-repeat right 1rem center / 1.6rem;
	}
	.comLink.style01 a,
	.comLink.style01 .sub {
		background: #FFF url(../img/common/icon04.png) no-repeat right 1rem center / 1.6rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 14.9rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 !important;
	padding: 0 !important;
	width: 5.8rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3.2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	border: 0.1rem solid #000 !important;
}
.wp-pagenavi a:hover {
	opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	font-size: 0;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/icon02.png) no-repeat center center / 2.1rem;
	content: '';
}
.wp-pagenavi .previouspostslink::after {
	transform: rotate(180deg);
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #000;
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 8rem;
		gap: 0.8rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 3.6rem;
		height: 3.6rem;
		font-size: 1.8rem;
	}
	.wp-pagenavi .previouspostslink::after,
	.wp-pagenavi .nextpostslink::after {
		background-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comArchiveList
------------------------------------------------------------*/
.comArchiveList {
	gap: 14.3rem 8rem;
}
.comArchiveList li {
	width: calc((100% - 16rem) / 3);
}
.comArchiveList li a {
	display: block;
}
.comArchiveList li a:hover {
	opacity: 0.7;
}
.comArchiveList li .photo {
	margin-bottom: 2.3rem;
}
.comArchiveList li .photo img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 658/440;
}
.comArchiveList li .cateBox {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.5rem;
}
.comArchiveList li .cateBox .date {
	margin-top: 0.1rem;
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: nowrap;
}
.comArchiveList li .cateBox .tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}
.comArchiveList li .cateBox .tag span {
	min-width: 8.2rem;
	padding: 0.1rem 0.5rem 0.1rem;
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 5rem;
	border: 0.1rem solid #f5ab10;
}
.comArchiveList li .ttl {
	margin-bottom: 0.6rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.comArchiveList li .text {
	font-size: 1.17rem;
	font-weight: bold;
	line-height: 1.8;
}
@media all and (max-width: 896px) {
	.comArchiveList {
		display: block;
	}
	.comArchiveList li {
		margin-bottom: 4rem;
		width: auto;
	}
	.comArchiveList li:last-child {
		margin-bottom: 0;
	}
	.comArchiveList li .cateBox {
		align-items: center;
	}
}
/*------------------------------------------------------------
	comDetail
------------------------------------------------------------*/
.comDetail .headLine01 {
	margin-bottom: 14.8rem;
}
.comDetail .ttlBox {
	margin-bottom: 2.7rem;
	padding: 0 0.8rem 1.2rem;
	position: relative;
	border-bottom: 0.2rem solid #f5ab10;
}
.comDetail .ttlBox::after {
	width: 12.7rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	background: #939393;
	z-index: 1;
	content: '';
}
.comDetail .ttlBox .tag {
	margin-bottom: 1.1rem;
	gap: 1rem;
}
.comDetail .ttlBox .tag span {
	padding: 0.2rem 0.5rem 0;
	min-width: 11.6rem;
	min-height: 2.9rem;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 5rem;
	border: 0.1rem solid #f5ab10;
}
.comDetail .ttlBox h3 {
	margin-right: 11rem;
	font-size: 3.4rem;
	letter-spacing: 0.025em;
	line-height: 1.3;
}
.comDetail .ttlBox .date {
	margin-top: -0.8rem;
	text-align: right;
	font-size: 2rem;
	font-weight: 600;
}
.comDetail .contsBox {
	margin-bottom: 10.4rem;
	font-weight: 600;
	word-break: break-all;
	word-wrap: break-word;
}
.comDetail .contsBox a:hover {
	opacity: 0.7;
}
.comDetail .contsBox figure {
	margin-bottom: 6.5rem;
}
.comDetail .contsBox figure img {
	width: 100%;
}
.comDetail .contsBox p {
	margin: 0 1rem;
	font-size: 1.75rem;
	line-height: 2;
	word-break: break-all;
}
.comDetail .contsBox p + figure {
	margin-top: 6.4rem;
}
.comDetail .pageNav {
	display: flex;
	justify-content: center;
	position: relative;
	gap: 3.7rem;
}
.comDetail .pageNav a {
	padding: 0.6rem 0 0;
	width: calc((100% - 7.4rem) / 3);
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.67rem;
	font-weight: bold;
	text-align: center;
	border: 0.1rem solid #000;
}
.comDetail .pageNav a:hover {
	opacity: 0.7;
}
.comDetail .pageNav a .txt {
	display: inline-block;
}
.comDetail .pageNav .prev {
	position: absolute;
	left: 1rem;
	top: 0;
}
.comDetail .pageNav .prev .txt {
	padding: 0 2.5rem 0 5.8rem;
	background: url(../img/common/icon05.png) no-repeat left center / 2.2rem;
}
.comDetail .pageNav .next {
	position: absolute;
	right: 1rem;
	top: 0;
}
.comDetail .pageNav .next .txt {
	padding: 0 7.5rem 0 0;
	background: url(../img/common/icon06.png) no-repeat right center /2.2rem;
}
@media all and (max-width: 896px) {
	.comDetail .headLine01 {
		margin-bottom: 4rem;
	}
	.comDetail .ttlBox {
		padding-bottom: 0.5rem;
	}
	.comDetail .ttlBox::after {
		width: 7.5rem;
	}
	.comDetail .ttlBox .tag {
		margin-bottom: 1rem;
	}
	.comDetail .ttlBox .tag span {
		padding: 0.1rem 0.5rem;
		min-width: 10rem;
		min-height: initial;
		font-size: 1.4rem;
	}
	.comDetail .ttlBox h3 {
		margin: 0 0 0.5rem;
		font-size: 2rem;
	}
	.comDetail .ttlBox .date {
		margin-top: 0;
		font-size: 1.5rem;
	}
	.comDetail .contsBox {
		margin-bottom: 7rem;
	}
	.comDetail .contsBox figure {
		margin-bottom: 3rem;
	}
	.comDetail .contsBox p {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.comDetail .contsBox p + p {
		margin-top: 1em;
	}
	.comDetail .pageNav {
		justify-content: space-between;
		gap: 1.5rem 0;
		flex-wrap: wrap;
	}
	.comDetail .pageNav a {
		width: 48%;
		height: 5.6rem;
	}
	.comDetail .pageNav .prev {
		position: relative;
		left: auto;
		top: auto;
		margin-right: auto;
	}
	.comDetail .pageNav .prev .txt {
		padding: 0 0 0 3rem;
		background-size: 1.5rem;
	}
	.comDetail .pageNav .next {
		position: relative;
		right: auto;
		top: auto;
		margin-left: auto;
	}
	.comDetail .pageNav .next .txt {
		padding: 0 3rem 0 0;
		background-size: 1.5rem;
	}
	.comDetail .pageNav .back {
		width: 100%;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 15.2rem;
}
.comBtn a {
	padding: 0.5rem 2.5rem 0.7rem 0;
	min-height: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 1.8rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	background: #f5ab10 url(../img/common/icon08.png) no-repeat right 2.3rem center / 1.3rem;
	box-sizing: border-box;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 13rem;
	}
	.comBtn a {
		min-height: 3rem;
	}
}