@charset "utf-8";
/* --- topics --- */
[class^="post"] article .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
[class^="post"] article .meta span {
	margin-right: 1.25em;
	line-height: 1.25;
}
[class^="post"] article .meta .date {
	display: none;
	color: #757575;
}
[class^="post"] article .meta .category {
	width: 5em;
	padding: 0.125em 0;
	background: #ddd;
	font-size: 0.9375em;
	text-align: center;
	text-transform: uppercase;
}
[class^="post"] article.cat001 .meta .category {/*News*/
	background: #d9b97a;
	color: #fff;
}
[class^="post"] article.cat002 .meta .category {/*Fair*/
	background: #8bc63e;
	color: #fff;
}
[class^="post"] article.cat003 .meta .category {/*Plan*/
	background: #e3616c;
	color: #fff;
}

.postWrap {
	max-width: 960px;
	padding-top: 80px;
}

.postCat {
	padding-bottom: 32px;
}
.postCat a {
	display: inline-block;
	position: relative;
	padding: 0 0.5em 0.75em;
	color: #757575;
	font-size: 1.142857em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.25;
	transition: color 0.3s;
}
.postCat a::after {
	position: absolute;
	right: 0.5em;
	bottom: -1px;
	left: 0.5em;
	height: 2px;
	background: #d9b97a;
	content: '';
	opacity: 0;
}
.postCat ul {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
}
.postCat ul li {
	padding: 0 5px;
}
.postCat ul li a:hover,
.postCat ul li.current a {
	color: currentColor;
}
.postCat ul li a:hover::after,
.postCat ul li.current a::after {
	opacity: 1;
}

.postList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}
.postList article {
	width: calc((100% - 33px) /2);
}
.postList article:first-child {
	padding-top: 0;
}
.postList article a {
	color: currentColor;
	font-size: 1.142857em;
	text-decoration: none;
}
.postList article .meta {
	flex: 0 0 auto;
	margin-top: 1em;
}
.postList article h1 {
	margin-top: 0.25em;
	font-size: 1em;
	font-weight: normal;
}
.postList article a:hover h1 {
	text-decoration: underline;
}
.postList article .thumbnail {
	position: relative;
	background: #efefef;
}
.postList article .thumbnail::before {
	display: block;
	padding-top: 64%;
	background: url(../img/share/logo.svg) no-repeat center/50% auto;
	content: '';
}
.postList article .thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

.postBox .visualSlide:not(.total0),
.postBox .content,
.postBox .pdf {
	margin-top: 40px;
}
.postBox h1.postTtl {
	margin-top: 8px;
	font-size: 1.57142857em;
	font-weight: normal;
	line-height: 1.5;
}
.postBox .pdf {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
.postBox .pdf a {
	position: relative;
	width: auto;
	max-width: none;
	margin: 14px 7px 0 0;
	padding-right: 1em;
	padding-left: 2.25em;
	text-align: left;
}
.postBox .pdf a::before {
	position: absolute;
	top: 50%;
	left: 0.875em;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: url(../img/share/file.svg);
	mask-image: url(../img/share/file.svg);
	-webkit-mask-size: 1em 1em;
	mask-size: 1em 1em;
	content: '';
	transform: translateY(-50%);
}

.pagenavi {
	margin-top: 50px;
	text-align: center;
	line-height: 1;
}
.pagenavi > a {
	display: inline-block;
	position: relative;
	margin-top: 14px;
	padding: 0.5em 1.25em;
	border-radius: 0;
	border: 1px solid currentColor;
	color: #3d2b06;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}
.pagenavi > a:hover {
	color: #fff;
	border-color: #d4ae64;
	background: #3d2b06;
}
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager a,
.pager span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 2.5em;
	height: 2.5em;
	margin: 14px 7px 0;
	padding: 0 0.25em;
	border: 1px solid currentColor;
	color: #3d2b06;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
.pager a:hover {
	color: #fff;
	border-color: #d9b97a;
	background: #d9b97a;
}
.pager span.current {
	color: #fff;
	border-color: #3d2b06;
	background: #3d2b06;
	opacity: 1;
}


/* --- topicsArea --- */
.topicsArea {
	padding-top: 50px;
}
.topicsArea #pageTtl {
	margin-top: 70px;
	padding: 0 20px;
}
.topicsArea #pageTtl .inner {
	padding: 60px 0 0;
	background: #fff;
}
.topicsArea #pageTtl h1 {
	padding: 0 20px;
	font-size: 1.75em;
}
.topicsArea #pageTtl h1 .small {
	display: block;
	padding-bottom: 0.75em;
}
.topicsArea .contArea {
	margin-top: 0;
	padding: 0 20px;
}
.topicsArea .contArea .inner {
	padding: 50px 40px;
	background: #fff;
}
.topicsArea .contArea h1 {
	margin-top: 60px;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.topicsArea .contArea h1 .small {
	display: block;
	padding-bottom: 0.75em;
}
.topicsArea .contArea p:not(:first-of-type),
.topicsArea .contArea ul:not(:first-child) {
	margin-top: 1em;
}
.topicsArea .contArea p.center {
	text-align: center;
}
.topicsArea .contArea ul.num,
.topicsArea .contArea ul.num ul {
	counter-reset: number;
}
.topicsArea .contArea ul.num li {
	position: relative;
	padding-left: 2em;
}
.topicsArea .contArea ul.num li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	text-align: center;
	counter-increment: number;
	content: counter(number)'.';
}
.topicsArea .contArea ul.num li li {
	padding-left: 1em;
}
.topicsArea .contArea ul.num li li::before {
	width: 1em;
	content: '・';
}
.topicsArea .contArea ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.topicsArea .contArea ul.indent li:not(:first-child) {
	margin-top: 0.5em;
}
.topicsArea .contArea .postscript {
	margin-top: 2.25em;
	padding-top: 2.25em;
	border-top: 1px dashed currentColor;
}

.eisei {
	counter-reset: eisei;
}
.eisei h2 {
	padding-top: 40px;
	font-size: 1.5em;
	line-height: 1.25;
	text-align: center;
}
.eisei h2 span {
	display: inline-block;
	position: relative;
	padding: 0.75em 0.5em;
	border-bottom: 2px solid currentColor;
}
.eisei h2 span::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background: currentColor;
	content: '';
}
.eisei .boxItem {
	position: relative;
	margin-top: 32px;
	padding: 20px;
	border-radius: 5px;
	background: #f7f3eb;
}
.eisei .boxItem [class^="illust"] {
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 24px;
	border-radius: 50%;
	background: #fff;
}
.eisei .boxItem [class^="illust"]::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	background: #3d2b06;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2.5;
	text-align: center;
	counter-increment: eisei;
	content: counter(eisei, decimal-leading-zero);
	transform: translateX(-25%);
}
.eisei .boxItem [class^="illust"]::after {
	display: block;
	padding-top: 100%;
	background: url(../img/eisei/assets.png) no-repeat 0 0/500% 600%;
	content: '';
}
.eisei .boxItem .illust02::after {
	background-position: 25% 0;
}
.eisei .boxItem .illust03::after {
	background-position: 50% 0;
}
.eisei .boxItem .illust04::after {
	background-position: 75% 0;
}
.eisei .boxItem .illust05::after {
	background-position: 0 20%;
}
.eisei .boxItem .illust06::after {
	background-position: 25% 20%;
}
.eisei .boxItem .illust07::after {
	background-position: 50% 20%;
}
.eisei .boxItem .illust08::after {
	background-position: 75% 20%;
}
.eisei .boxItem .illust09::after {
	background-position: 100% 20%;
}
.eisei .boxItem .illust10::after {
	background-position: 0 40%;
}
.eisei .boxItem .illust11::after {
	background-position: 25% 40%;
}
.eisei .boxItem .illust12::after {
	background-position: 0 60%;
}
.eisei .boxItem .illust13::after {
	background-position: 25% 60%;
}
.eisei .boxItem .illust14::after {
	background-position: 50% 60%;
}
.eisei .boxItem .illust15::after {
	background-position: 0 80%;
}
.eisei .boxItem .illust16::after {
	background-position: 25% 80%;
}
.eisei .boxItem .illust17::after {
	background-position: 50% 80%;
}
.eisei .boxItem .illust18::after {
	background-position: 75% 80%;
}
.eisei .boxItem .illust19::after {
	background-position: 100% 80%;
}
.eisei .boxItem .illust20::after {
	background-position: 0 100%;
}
.eisei .boxItem .illust21::after {
	background-position: 25% 100%;
}
.eisei .boxItem .illust22::after {
	background-position: 50% 100%;
}
.eisei .boxItem .illust23::after {
	background-position: 75% 100%;
}
.eisei .boxItem .illust24::after {
	background-position: 100% 100%;
}
.eisei .boxItem p {
	padding-top: 20px;
}

h1 + .faqList {
	margin-top: 32px;
}
.faqList dt {
	position: relative;
	padding: 20px 2em 20px calc(20px + 1em);
	border-radius: 5px;
	background: #f7f3eb;
	font-size: 1.142857em;
	text-indent: -1em;
	cursor: pointer;
}
.faqList dt::before,
.faqList dt::after {
	position: absolute;
	top: 50%;
	background: currentColor;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
.faqList dt.active::before,
.faqList dt.active::after {
	transform: translateY(-50%) rotate(45deg);
}
.faqList dt::before {
	width: 1em;
	height: 1px;
	right: 1em;
	content: '';
}
.faqList dt::after {
	width: 1px;
	height: 1em;
	right: 1.5em;
	content: '';
}
.faqList dd + dt {
	margin-top: 20px;
}
.faqList dd p:first-child {
	padding-left: 1em;
	font-size: 1.142857em;
	text-decoration: underline;
	text-decoration-color: #787878;
	text-indent: -1em;
}
.faqList dd {
	padding: 20px;
}

.grad-wrap {
	position: relative;
}
.grad-trigger {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 16em;
	margin: 0 auto;
	padding: 0.75em 0 0.5em 0.5em;
	background: #fff;
	border: 1px solid currentColor;
	text-align: center;
	cursor: pointer;
}
.grad-trigger:hover {
	background: #231815;
	color: #fff;
	border-color: #231815;
}
.grad-trigger::before {
	position: absolute;
	top: 50%;
	left: 1.5em;
	border: 1px solid currentColor;
	border-top: none;
	border-left: none;
	width: 0.5em;
	height: 0.5em;
	content: '';
	transform: translateY(-60%) rotate(45deg);
}
.grad-item {
	display: none;
	position: relative;
	overflow: hidden;
}
.grad-item.is-hide {
	height: 80px;
}
.grad-item p + p {
	margin-top: 1em;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
	content: '';
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}

.photo {
	margin-top: 32px;
}
.photo img {
	width: 100%;
}
.photo .photoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.photo .photoList .img {
	width: calc((100% - 30px) / 4);
}

@media (min-width:641px) {
	.eisei .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.eisei .boxItem {
		width: calc(50% - 16px);
	}

	.photo .photoList .img:nth-child(n+9) {
		display: none;
	}
	.photo .photoList .img:nth-child(n+5) {
		margin-top: 10px;
	}
	.photo .photoList .img:nth-child(4n+2):last-child {
		margin-right: auto;
		margin-left: 10px;
	}
	.photo .photoList .img:nth-child(4n+2):nth-last-child(2) {
		margin-left: 10px;
	}
	.photo .photoList .img:nth-child(4n+3):last-child {
		margin-right: auto;
		margin-left: 10px;
	}
}
@media (min-width:811px) {
	.eisei .boxItem {
		width: calc((100% - 64px) / 3);
	}
	.eisei .boxItem:nth-child(3n+2):last-child {
		margin-right: auto;
		margin-left: 32px;
	}
}
@media (max-width: 640px) {
	.postCat a {
		font-size: 1.0909091em;
	}

	.postList {
		gap: 48px;
	}
	.postList article {
		width: 100%;
	}
	.postList article a {
		display: block;
		font-size: 1.0909091em;
	}

	.postBox h1.postTtl {
		font-size: 1.454545em;
	}

	.topics #foote,
	.topicsArea #pageTtl {
		margin-top: 120px;
	}
	.topicsArea .contArea .inner {
		padding: 40px 30px;
	}

	.eisei .boxItem {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.eisei .boxItem [class^="illust"] {
		width: 140px;
		margin: 0;
	}
	.eisei .boxItem [class^="illust"]::before {
		font-size: 0.875em;
	}
	.eisei .boxItem p {
		width: calc(100% - 160px);
		padding-top: 0;
	}

	.faqList dd p {
		letter-spacing: 0.1em;
	}

	.photo .photoList .img:nth-child(n+10) {
		display: none;
	}
	.photo .photoList .img {
		width: calc((100% - 20px) / 3);
	}
	.photo .photoList .img:nth-child(n+4) {
		margin-top: 10px;
	}
	.photo .photoList .img:nth-child(3n+2):last-child {
		margin-right: auto;
		margin-left: 10px;
	}
}