@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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;
}
/* font */
.gothic {
	font-family: "gothic-a1", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 116.6rem;
	position: relative;
	z-index: 1;
}
.content.small {
	width: 96rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 11.2rem;
	text-align: center;
}
.headLine01 img {
	width: auto;
	height: 6.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5.1rem;
	}
	.headLine01 img {
		height: 4.7rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.3rem;
}
.headLine02 img {
	width: auto;
	height: 5.3rem;
}
.headLine02.center {
	margin-bottom: 5.8rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine02 img {
		height: 3.1rem;
		object-fit: contain;
		object-position: left center;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.7rem;
	padding-bottom: 2.3rem;
	position: relative;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.467;
}
.headLine03::after {
	width: 10rem;
	height: 0.4rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../img/common/line02.png) repeat-x left bottom / auto 100%;
	transform: translateX(-50%);
	content: '';
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.9rem;
		padding-bottom: 0.7rem;
		font-size: 2rem;
	}
	.headLine03::after {
		height: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	font-weight: 500;
	font-size: 4.2rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2.8rem;
		line-height: 1.52;
		letter-spacing: 0.04em;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 28rem;
}
.comBtn a {
	padding: 1.2rem 5rem;
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	color: #180173;
	text-align: center;
	border: 0.1rem solid #fff;
	background: #FFF;
	border-radius: 5rem;
}
.comBtn a::after {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 1.9rem;
	top: 50%;
	background: url(../img/common/icon03.png) no-repeat center center / 100%, radial-gradient(circle at center, #180173 100%, transparent 100%);
	border-radius: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	will-change: transform;
	content: '';
	transition: 0.3s;
}
.comBtn.border a {
	border-color: #180173;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		border-color: #180173;
		background-color: #180173;
		opacity: 1 !important;
	}
	.comBtn a:hover::after {
		background: url(../img/common/icon14.png) no-repeat right -0.3rem center / 100%, radial-gradient(circle at center, #fff 100%, transparent 100%);
	}
}
/*------------------------------------------------------------
	fixedBar
------------------------------------------------------------*/
.fixedBar {
	width: 100%;
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.fixedBar li {
	width: 50%;
}
.fixedBar li a {
	padding: 1.2rem 1rem 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background: #FF681B;
}
.fixedBar li a span {
	padding-left: 3.1rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center / 2.1rem;
}
.fixedBar .entry a {
	background: #FF9A1A;
}
.fixedBar .entry a span {
	padding-left: 3.4rem;
	background-image: url(../img/common/icon02.png);
	background-size: 2.5rem;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 11.6rem;
}
.pageTitle .mainImg {
	position: relative;
}
.pageTitle .mainImg img {
	width: 100%;
	height: 34.7rem;
	border-radius: 3rem 3rem 0 0;
	object-fit: cover;
}
.pageTitle .mainImg .photo {
	width: 21.6rem;
	position: absolute;
	right: 2.9rem;
	bottom: 1.1rem;
}
.pageTitle .mainImg .photo img {
	height: auto;
	border-radius: 0;
}
.pageTitle .subBox {
	margin: -11.2rem auto 0;
	width: 124.8rem;
	position: relative;
	z-index: 5;
}
.pageTitle .subBox .headLine04 {
	padding: 3.7rem 11.3rem 1.2rem 0;
	width: fit-content;
	min-height: 11.2rem;
	text-wrap: pretty;
	position: relative;
	background: #F7F3EF;
	border-radius: 0 3rem 0 0;
	z-index: 5;
}
.pageTitle .subBox .headLine04::before {
	width: 100vw;
	min-width: 136.6rem;
	height: 100%;
	position: absolute;
	right: 100%;
	bottom: 0;
	background: #F7F3EF;
	content: '';
}
.pageTitle .subBox .headLine04::after {
	margin-left: -0.1rem;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	left: 100%;
	top: 8.7rem;
	background: url(../img/common/bg01.png) no-repeat left bottom / 100%;
	content: '';
}
.pageTitle #pagePath {
	padding: 1.9rem 0 0;
	max-width: 100%;
}
.pageTitle02 {
	position: relative;
}
.pageTitle02 > img {
	width: 100%;
	height: 32rem;
	border-radius: 0 0 3rem 3rem;
	object-fit: cover;
}
.pageTitle02 h1 {
	margin-top: -0.9rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.pageTitle02 h1 img {
	width: 83.2rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 3.8rem;
	}
	.pageTitle .mainImg img {
		height: 16.7rem;
		border-radius: 1rem 1rem 0 0;
	}
	.pageTitle .mainImg .photo {
		width: 10.4rem;
		right: 1rem;
		bottom: 0.9rem;
	}
	.pageTitle .mainImg .photo img {
		height: auto;
		border-radius: 0;
	}
	.pageTitle .subBox {
		margin: -4.3rem 0 0;
		width: auto;
		position: relative;
	}
	.pageTitle .subBox .headLine04 {
		margin-right: 7.5rem;
		padding: 1.8rem 1.5rem 0;
		min-height: 6.1rem;
		border-radius: 0 1rem 0 0;
	}
	.pageTitle .subBox .headLine04::before {
		display: none;
	}
	.pageTitle .subBox .headLine04::after {
		margin-left: 0;
		width: 1rem;
		height: 1rem;
		top: 3.3rem;
		background-image: url(../img/common/bg01_sp.png);
	}
	.pageTitle .subBox .image {
		width: 5.9rem;
		position: absolute;
		right: 2.8rem;
		top: 5.9rem;
		z-index: 5;
	}
	.pageTitle #pagePath {
		margin: 0;
		padding: 2.4rem 0 1rem;
		z-index: 6;
	}
	.pageTitle #pagePath li {
		text-shadow: 0.2rem 0.2rem 0.5rem #F7F3EF;
	}
	.pageTitle02 {
		margin-bottom: 1rem;
	}
	.pageTitle02 > img {
		height: 23.2rem;
		border-radius: 0 0 1rem 1rem;
	}
	.pageTitle02 h1 {
		margin-top: 0;
	}
	.pageTitle02 h1 img {
		width: 27.2rem;
	}
}
/*------------------------------------------------------------
	comBukkenList
------------------------------------------------------------*/
.comBukkenList {
	margin-bottom: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 2.1rem;
}
.comBukkenList li {
	width: calc((100% - 2.1rem) / 2);
	position: relative;
}
.comBukkenList a {
	padding: 2rem 2rem 1.8rem;
	height: 100%;
	display: block;
	position: relative;
	color: #B9E3C6;
	border-radius: 1rem;
	background-color: #FFF;
	overflow: hidden;
}
.comBukkenList a::after {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: currentColor;
	content: '';
	transition: 0.3s;
}
.comBukkenList .tips {
	width: 9rem;
	height: 2.7rem;
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	z-index: 1;
	background: #180173;
	color: #fff;
	border-radius: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
}
.comBukkenList .tips.tips-monthly {
	width: auto;
	height: auto;
	background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
	border-radius: 1em;
	padding: 0.5rem 1.2rem;
}
.comBukkenList .tips.tips-monthly span {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	line-height: 1.4;
}
.comBukkenList .imgBox {
	margin-bottom: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.comBukkenList .photo {
	position: relative;
	width: 26.3rem;
	overflow: hidden;
	aspect-ratio: 263 / 175;
	border-radius: 1rem;
}
.comBukkenList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.comBukkenList .textBox {
	padding: 0 2rem;
	color: #000;
	flex: 1;
}
.comBukkenList .tag {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comBukkenList .tag span {
	padding: 0.2rem 2rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border-radius: 2rem;
	background: #B9E3C6;
}
.comBukkenList .title {
	margin: 0 -0.5rem 1.3rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.1rem;
	font-size: 1.6rem;
	line-height: 1.2;
}
.comBukkenList .title:last-child {
	margin-bottom: 0;
}
.comBukkenList .title .sub {
	display: block;
	min-width: 4.8rem;
	flex-shrink: 0;
}
.comBukkenList .title .sub small {
	font-size: 1.2rem;
}
.comBukkenList .title .rSpan {
	padding-left: 1.1rem;
	display: block;
	font-weight: 700;
	position: relative;
}
.comBukkenList .title .color {
	color: #ED7954;
}
.comBukkenList .title .rSpan::before {
	margin-top: 0.1rem;
	width: 0;
	height: 79%;
	position: absolute;
	left: 0;
	top: 50%;
	box-sizing: border-box;
	border-right: 0.1rem solid #A7A7A7;
	transform: translateY(-50%);
	content: '';
}
.comBukkenList .text {
	color: #000;
	line-height: 1.6875;
}
.comBukkenList .emphasis {
	font-weight: bold;
	display: block;
	color: #000;
}
@media all and (min-width: 897px) {
	.comBukkenList a:hover {
		opacity: 1 !important;
	}
	.comBukkenList a:hover::after {
		height: 1.5rem;
	}
	.comBukkenList a:hover .photo img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comBukkenList {
		margin-bottom: 4rem;
		flex-direction: column;
		gap: 2rem 1rem;
	}
	.comBukkenList li {
		width: 100%;
	}
	.comBukkenList a {
		padding: 0 0 1.8rem;
	}
	.comBukkenList .imgBox {
		margin-bottom: 0.3rem;
		display: block;
	}
	.comBukkenList .photo {
		aspect-ratio: 167/112;
		width: auto;
		border-radius: 1rem 1rem 0 0;
	}
	.comBukkenList .textBox {
		padding: 2rem 2rem 0.8rem;
	}
	.comBukkenList .tips {
		width: 7rem;
		height: 2.2rem;
		left: 0.5rem;
		top: 0.5rem;
		font-size: 0.8em;
	}
	.comBukkenList .tips.tips-monthly {
		width: auto;
		height: auto;
		padding: 0.4rem 1rem;
	}
	.comBukkenList .tips.tips-monthly span {
		font-size: 1rem;
	}
	.comBukkenList .tag span {
		margin-left: 0.1rem;
		padding: 0.2rem 2rem 0.2rem;
		font-size: 1.4rem;
	}
	.comBukkenList .title {
		font-size: 1.8rem;
		margin-bottom: 1.0rem;
	}
	.comBukkenList .title .price {
		margin-left: 0;
		padding-left: 0;
	}
	.comBukkenList .title .price::before {
		display: none;
	}
	.comBukkenList .text {
		letter-spacing: 0;
		margin: 0 2rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.comBukkenList .emphasis {
		letter-spacing: 0;
		margin: 0 2rem;
		font-size: 1.6rem;
		line-height: 1.75;
		color: #000;
	}
	.comBukkenList .title .sub {
		min-width: 9.8rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin: 6rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem 0.2rem;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 0.6rem 0.5rem 0.4rem;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	color: #180173;
	line-height: 1;
	text-decoration: none;
	border-radius: 100%;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	overflow: hidden;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	padding: 1rem 0 0;
	font-weight: 400;
	height: auto;
	font-family: "Noto Sans JP", sans-serif;
	background: none;
	border: none;
	box-shadow: none !important;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0 2.3rem;
	padding-top: 0.4rem;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 0;
	line-height: 0;
	background-color: #180173;
	border-radius: 0.5rem;
}
.wp-pagenavi .first {
	margin-left: 0 !important;
}
.wp-pagenavi .last {
	margin-right: 0 !important;
}
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/next.png) no-repeat center center / 1.7rem;
	content: '';
	transition: 0.3s;
}
.wp-pagenavi .first::after {
	background-image: url(../img/common/prev.png);
}
.wp-pagenavi .first.disabled,
.wp-pagenavi .last.disabled {
	background-color: #CECECE;
	pointer-events: none;
}
.wp-pagenavi .first img,
.wp-pagenavi .last img {
	display: none;
}
.wp-pagenavi .current {
	background-color: #180173;
	color: #fff;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 1 !important;
		background-color: #180173;
		color: #fff;
	}
	.wp-pagenavi .last:hover::after {
		transform: translateX(0.5rem);
	}
	.wp-pagenavi .first:hover::after {
		transform: translateX(-0.5rem);
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 4rem -1.5rem 2rem;
		gap: 1rem 0.1rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		padding-top: 0.7rem;
		padding-bottom: 0;
	}
	.wp-pagenavi .extend {
		padding-top: 0;
		padding-bottom: 0.4rem;
		width: auto;
	}
	.wp-pagenavi .first,
	.wp-pagenavi .last {
		margin: 0 1.5rem;
	}
}
/*------------------------------------------------------------
	comBottom
------------------------------------------------------------*/
.comBottom {
	padding-bottom: 10rem;
	position: relative;
}
.comBottom:after {
	width: 100%;
	height: 69.9rem;
	position: absolute;
	left: 0;
	bottom: -13.9rem;
	background: url(../img/common/bg02.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	content: "";
}
.comBottom .bgImg {
	width: 59.6rem;
	position: absolute;
	top: -4rem;
	right: 3.5rem;
}
.comBottom .photo {
	width: 20rem;
	position: absolute;
	top: 4.8rem;
	right: 10.9rem;
}
.comBottom h3 {
	margin-bottom: 4.2rem;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5625;
}
.comBottom h3 img {
	width: 34.6rem;
}
.comBottom .linkList {
	max-width: 75.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6.1rem;
}
.comBottom .linkList li {
	width: calc((100% - 6.1rem) / 2);
}
.comBottom .linkList a {
	display: block;
	position: relative;
	border-radius: 1rem 1rem 1rem 0;
	overflow: hidden;
	opacity: 1 !important;
}
.comBottom .linkList a img {
	width: 100%;
	transition: 0.3s;
}
.comBottom .linkList .txtSpan {
	width: 21.4rem;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	border-radius: 0 1rem 0 0;
	background: #ECE0CA;
}
.comBottom .linkList .txtSpan::before {
	aspect-ratio: 1;
	width: 0.9rem;
	background: url(../img/common/bg03.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -0.9rem;
	left: 0;
	content: "";
}
.comBottom .linkList .txtSpan::after {
	aspect-ratio: 1;
	width: 0.9rem;
	background: url(../img/common/bg03.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0.1rem;
	right: -0.9rem;
	content: "";
}
.comBottom .linkList .txtInner {
	padding: 1.5rem 5rem 0.1rem 0;
	display: block;
	position: relative;
	border-radius: inherit;
}
.comBottom .linkList .txtInner::after {
	margin-top: 0.8rem;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 1.8rem;
	top: 50%;
	border-radius: 100%;
	background: #180173 url(../img/common/icon03.png) no-repeat right center / 100%;
	transform: translateY(-50%);
	content: '';
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.comBottom .linkList a:hover img {
		transform: scale(1.05);
	}
	.comBottom .linkList a:hover .txtInner::after {
		background-position: right -0.3rem center;
	}
}
@media all and (max-width: 896px) {
	.comBottom {
		padding-bottom: 4rem;
	}
	.comBottom::after {
		height: 95.6rem;
		min-height: calc(100% + 34.5rem);
		top: -7rem;
		bottom: auto;
		background-image: url(../img/common/bg02_sp.png);
		background-size: 100% 100%;
	}
	.comBottom .bgImg {
		width: 11.7rem;
		top: -6rem;
		right: 0.8rem;
	}
	.comBottom h3 {
		width: 26rem;
	}
	.comBottom .linkList {
		max-width: initial;
		gap: 2.1rem;
		flex-direction: column;
	}
	.comBottom .linkList li {
		width: 100%;
	}
	.comBottom .linkList .txtSpan {
		font-size: 1.6rem;
		width: 19.4rem;
		line-height: 1.3;
	}
	.comBottom .linkList .txtInner {
		padding: 2.2rem 1rem 0.1rem 0;
	}
	.comBottom .linkList .txtInner::after {
		right: 2rem;
		margin-top: 0.8rem;
	}
}
/*------------------------------------------------------------
	comCateList
------------------------------------------------------------*/
.comCateList {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comCateList li a {
	padding: 0.2rem 2rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	border-radius: 3rem;
	background: #180173;
}
.comCateList .current a {
	color: #180173;
	background: #fff;
}
@media all and (max-width: 896px) {
	.comCateList {
		gap: 1.5rem;
	}
}
/*------------------------------------------------------------
	comPostList
------------------------------------------------------------*/
.comPostList {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 3rem;
}
.comPostList li {
	width: calc((100% - 6rem) / 3);
}
.comPostList li a {
	display: block;
}
.comPostList li .photo {
	margin-bottom: 1.1rem;
}
.comPostList li .photo img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
	aspect-ratio: 275/156;
}
.comPostList li .photo img._portrait {
	aspect-ratio: 920/1302;
}
.comPostList li p,
.comPostList li h2 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.389;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.comPostList li p rt,
.comPostList li h2 rt {
	display: none !important;
}
.comPostList li .tag {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comPostList li .tag span {
	padding: 0.2rem 1rem;
	width: fit-content;
	min-width: 15.2rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 5rem;
	background: #180173;
}
.comPostList li .date {
	display: block;
	text-align: right;
	font-size: 1.2rem;
}
.comPostList.postNews li .photo {
	border-radius: 1rem;
	overflow: hidden;
}
.comPostList.postNews li .photo img {
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.comPostList.postNews li a:hover {
		opacity: 1 !important;
	}
	.comPostList.postNews li a:hover .photo img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comPostList {
		margin: 0 0 3rem;
		gap: 2.9rem;
	}
	.comPostList li {
		width: 100%;
	}
	.comPostList li a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: flex-start;
		gap: 1rem;
	}
	.comPostList li .photo {
		margin-bottom: 0;
		width: 100%;
	}
	.comPostList li p,
	.comPostList li h2 {
		margin-bottom: 0;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5625;
	}
	.comPostList li .tag {
		margin-bottom: 0;
	}
	.comPostList li .photo img {
		border-radius: 0.5rem;
		aspect-ratio: 275 / 157;
	}
	.comPostList li .date {
		text-align: left;
	}
}
/*------------------------------------------------------------
	contsCol
------------------------------------------------------------*/
.contsCol aside .headLine03 {
	margin-bottom: 0.3rem;
	padding: 0 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
}
.contsCol aside .headLine03::after {
	width: 0.4rem;
	height: 2.6rem;
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	border-radius: 5rem;
	background: #180173;
	transform: translateY(-50%);
}
.contsCol aside .comCateList {
	flex-direction: column;
	gap: 0;
}
.contsCol aside .comCateList li {
	border-bottom: 1px dashed #D1D1D1;
}
.contsCol aside .comCateList li a {
	padding: 1.5rem 0;
	text-align: left;
	color: #000000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 0;
	background: transparent;
}
.contsCol .headLine03 + .sidePostList {
	margin-top: 0.7rem;
}
.contsCol .sidePostList {
	display: flex;
	flex-direction: column;
}
.contsCol .sidePostList li {
	border-bottom: 1px dashed #D1D1D1;
}
.contsCol .sidePostList li a {
	padding: 1.4rem 0 1.5rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.contsCol .sidePostList li a .date {
	margin-bottom: 0.4rem;
	display: block;
	color: #180173;
	font-size: 1.4rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	.contsCol {
		width: 116.6rem !important;
		display: flex;
		justify-content: space-between;
		gap: 10rem;
	}
	.contsCol aside {
		margin-left: auto;
		width: 26.6rem;
		flex-shrink: 0;
	}
	.contsCol .sideBar {
		margin-bottom: 6rem;
	}
}
@media all and (max-width: 896px) {
	.contsCol aside {
		margin: 5rem 0 0;
	}
	.contsCol .sideBar {
		margin: 5rem 0;
	}
}





/*
new パンくず
*/
.breadcrumbs {
    color: #AAA;
    font-size: 1.2rem;
    font-weight: 700;
}
.breadcrumbs a{	
    color: #000;
}
.bc_separate {
	padding-left: 0.5em;
	padding-right: .5em;
}

.bc_homettl:before {
	content: "";
	background: url(../img/common/icon10.png) no-repeat center center /contain;
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: .3em;
}
@media all and (max-width: 896px) {
	.breadcrumbs {
	    padding: 0.3em 1em;
	    overflow: scroll;
	    white-space: nowrap;
	}
}