@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: 5.6rem 0 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;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto 1.1rem;
	min-width: 28rem;
}
.comLink a,
.comLink .sub {
	padding: 0.5rem 4.3rem 0.5rem 1.5rem;
	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;
	padding: 0;
	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;
	border: 0.1rem solid #000;
}
.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;
	}
}

/*------------------------------------------------------------
	comDetail
------------------------------------------------------------*/
.comDetail {
	margin-bottom: 12.4rem;
	max-width: 114.2rem;
}
.comDetail .headLine01 {
	margin-bottom: 7.8rem;
}
.comDetail .ttlBox {
	margin: 0 0.5rem 2.7rem;
	padding: 0 0.4rem 1.3rem;
	position: relative;
	border-bottom: 0.2rem solid #f5ab10;
}
.comDetail .ttlBox::after {
	width: 11.3rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	background: #939393;
	z-index: 1;
	content: '';
}
.comDetail .ttlBox .tag {
	margin-bottom: 1.1rem;
}
.comDetail .ttlBox .tag span {
	padding: 0 0.5rem 0.2rem;
	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.2rem solid #f5ab10;
}
.comDetail .ttlBox h3 {
	margin-right: 11rem;
	font-size: 3.398rem;
	letter-spacing: 0.025em;
	line-height: 1.3;
}
.comDetail .ttlBox .date {
	margin-top: -1rem;
	text-align: right;
	font-size: 2.039rem;
	font-weight: 600;
}
.comDetail .contsBox {
	margin-bottom: 10.5rem;
	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 6.5rem;;
	font-size: 1.75rem;
	line-height: 2;
	letter-spacing: -0.08rem;
}
.comDetail .contsBox p + p {
	margin-top: 1em;
}
.comDetail .pageNav {
	display: flex;
	justify-content: center;
	position: relative;
}
.comDetail .pageNav a {
	width: calc((100% - 6.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 .txt {
	display: inline-block;
}
.comDetail .pageNav .prev {
	position: absolute;
	left: 0.5rem;
	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: 0.5rem;
	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 (min-width: 897px) {
	.comDetail .pageNav a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comDetail {
		margin-bottom: 7rem;
	}
	.comDetail .headLine01 {
		margin-bottom: 4rem;
	}
	.comDetail .ttlBox {
		padding-bottom: 0.5rem;
	}
	.comDetail .ttlBox::after {
		width: 7.5rem;
	}
	.comDetail .ttlBox .tag {
		margin-bottom: 0.5rem;
	}
	.comDetail .ttlBox .tag span {
		padding: 0.1rem 0.5rem;
		min-width: 10rem;
		min-height: initial;
	}
	.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.2rem 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 a {
	width: 15.2rem;
	padding-right: 2.5rem;
	height: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	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.big a {
	padding-right: 3.5rem;
	width: 22rem;
	height: 4.1rem;
	font-size: 1.44rem;
	background-image: url(../img/common/icon03.png);
	background-size: 2.4rem;
	background-position: right 1.4rem center;
}
.comBtn.center a {
	margin: 0 auto;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn.big a {
		height: 3.6rem;
		font-size: 1.3rem;
		background-size: 2rem;
		background-position: right 1rem center;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 4rem;
	line-height: 1;
}
.headLine02 .en {
	margin: 0 0 0 -3rem;
  	letter-spacing: 0.085em;
	font-size: 18rem;
	font-weight: normal;
	color: #fff;
  	opacity : 0.68;
	display: block;
}
.headLine02 .jp {
	color: #fff;
	background-color: #f5ab10;
	border-radius: 5rem;
	display: inline-block;
	vertical-align: top;
	padding: 0.9rem 2.8rem 1rem;
	margin-top: 1.7rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine02 .en {
		margin: 0;
		font-size: 7rem;
		letter-spacing: 0.05em;
	}
	.headLine02 .jp {
		padding: 0.6rem 2rem 0.8rem;
  		margin-top: 0.5rem;
		font-size: 1.5rem;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 3.3rem;
	 font-family: "Noto Serif JP", serif;
	 font-size: 2.4rem;
	 line-height: 2.12;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 1.8;
	}
}

/* headLine04 */
.headLine04 {
	margin-bottom: 3.2rem;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	z-index: 10;
	line-height: 1;
}
.headLine04 .en {
	font-size: 8.4rem;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	opacity: 0.6;
	position: absolute;
	bottom: 1.5rem;
	left: -1rem;
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine04 .en {
		font-size: 4rem;
		bottom: 2rem;
		left: 0;
	}
	.headLine04 {
		font-size: 2.2rem;
	}
}

/* headLine05 */
.headLine05 {
	margin-bottom: 2.9rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.headLine05 .en {
	margin-top: 0.4rem;
	display: block;
	color: #f05922;
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	.headLine05 .en {
		margin-top: 0.2rem;
		font-size: 1.4rem;
	}
}

.grecaptcha-badge {
	z-index: 100;
}