@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Philosopher:wght@400;700&display=swap');
/* リセット
/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}
button {
	font-family: inherit;
	color: inherit;
	outline: none;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #333;
	font-family: "Noto Serif JP", serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.is-page-leaving::before {
	content: '';
	display: block;
	position: fixed;
	inset: 0;
	background: #f8f8f4 url(../img/common/bg_01.jpg) no-repeat center center / cover;
	z-index: 10000;
	pointer-events: none;
}
body.open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a,
button {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(160, 137, 98, .18);
}
a::before,
a::after,
button::before,
button::after {
	pointer-events: none;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover:hover) {
	a:hover,
	button:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1280px) {
	html {
		font-size: .7813vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	body.is-page-leaving::before {
		background-image: url(../img/common/bg_01-sp.jpg);
	}
	main a.js-inview,
	main button.js-inview {
		opacity: 1;
		transform: none;
		transition: none;
		will-change: auto;
	}
	img {
		width: 100%;
	}
	html {
		font-size: 2.5641vw;
	}
}

/* font
----------------------------------------*/
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}
.en {
	font-family: "Philosopher", sans-serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header_logo {
	width: 18.6rem;
	position: fixed;
	top: 4.5rem;
	left: 4.3rem;
	z-index: 2000;
}
.header_logo img {
	width: 100%;
}
.header.black .header_logo {
	filter: brightness(.1);
}
.header.scroll .header_logo {
	filter: none;
	mix-blend-mode: difference;
}
@property --color-start {
	syntax: '<color>';
	initial-value: #6C7260;
	inherits: false;
}
@property --color-end {
	syntax: '<color>';
	initial-value: #A4AF95;
	inherits: false;
}
.header_fair {
	width: 19rem;
	height: 6rem;
	position: fixed;
	top: 3.1rem;
	right: 11.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	--color-start: #6C7260;
	--color-end: #A4AF95;
	background: linear-gradient(to right, var(--color-start), var(--color-end));
	transition: --color-start .3s, --color-end .3s;
	-webkit-mask-image: url(../img/common/header_fair_btn_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% auto;
	mask-image: url(../img/common/header_fair_btn_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% auto;
}
.header_fair img {
	width: 10.6rem;
	filter: brightness(0) invert(1);
	transition: filter .3s;
}
.header_btn {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	border: 0;
	background: none;
	width: 5rem;
	height: 4.7rem;
	position: fixed;
	top: 3.4rem;
	right: 4.2rem;
	z-index: 4000;
	cursor: pointer;
	transition: opacity .3s, filter .3s;
}
body:not(.open) .scroll.header .header_btn,
body:not(.open) .black.header .header_btn {
	filter: brightness(.1);
}
.header_btn::before {
	content: '';
	display: block;
	background: url(../img/common/icon_01.svg) no-repeat left top / 100% auto;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	filter: brightness(0) invert(1);
}
.header_btn::after {
	content: '';
	display: block;
	background: url(../img/common/header_menu_txt_01.svg) no-repeat left top / 100% auto;
	width: 4.604rem;
	height: 1.3rem;
	position: relative;
	left: .1rem;
}
.open .header_btn::after {
	background-image: url(../img/common/header_menu_txt_02.svg);
	width: 4.853rem;
	height: 1.312rem;
	left: 0;
	top: -.1rem;
}
@media (hover:hover) {
	.header_fair:hover {
		opacity: 1;
		--color-start: #EEEFEE;
		--color-end: #E6EDDD;
	}
	.header_fair:hover img {
		filter: none;
	}
}
@media only screen and (max-width: 768px) {
	.header::before {
		content: '';
		display: block;
		height: 11rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
		opacity: 0;
		transition: opacity .3s;
		pointer-events: none;
		z-index: 1;
	}
	.header.scroll::before {
		opacity: 1;
	}
	.header_logo {
		width: 15rem;
		top: 3.1rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header.scroll .header_logo {
		filter: brightness(0);
		mix-blend-mode: normal;
	}
	body.open .header_logo {
		opacity: 0;
		visibility: hidden;
	}
	.header_fair {
		width: 6rem;
		top: 1.5rem;
		right: auto;
		left: 1.3rem;
		padding: .2rem 0 0 .1rem;
		background: #6C7260;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		z-index: 4000;
	}
	.header_fair img {
		width: 4.7rem;
	}
	.header_btn {
		height: 3.5rem;
		top: 1.9rem;
		right: 1.6rem;
	}
	.header_btn::before {
		width: 1.4rem;
		height: 1.4rem;
	}
	body.open .header_btn {
		filter: brightness(.1);
	}
}

/* gnav
----------------------------------------*/
.gnav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(255, 255, 255, .9) url(../img/common/gnav_bg_01.svg) no-repeat right top / calc(50% - 14rem) 100%;
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
	z-index: 3000;
	padding: 4.1rem 0 3rem;
}
.gnav_logo a {
	width: 17rem;
	display: block;
	mix-blend-mode: difference;
}
.open .gnav {
	opacity: 1;
	pointer-events: all;
}
.open main,
.open footer {
	filter: blur(1rem);
}
.gnav_inner {
	max-width: 122rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gnav_main {
	width: 72.4rem;
}
.gnav_btn {
	display: flex;
	gap: 1rem;
	margin-top: 2.8rem;
}
.gnav_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32rem;
	height: 6rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	font-weight: 600;
	border-radius: 3rem 0;
	padding-top: .1rem;
	box-shadow: .4rem .4rem 1rem rgba(0, 0, 0, .1);
}
.gnav_btn a::before {
	content: '';
	display: block;
	background: url(../img/common/icon_01.svg) no-repeat left top / 100% auto;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto 0;
}
.gnav_btn_fair {
	background: linear-gradient(to right, #636859, #9CAF85);
	color: #fff;
}
.gnav_btn_fair::before {
	filter: brightness(0) invert(1);
}
.gnav_btn_reserve {
	background: linear-gradient(to right, #CAC8B6, #FFF);
	color: #6C7260;
}
.gnav_list {
	margin-top: 4rem;
	width: 72.4rem;
	display: grid;
	grid-template-columns: 23.5rem 25.5rem auto;
}
.gnav_list li {
	border-bottom: .1rem solid #CEBC9C;
	border-left: .1rem solid #CEBC9C;
}
.gnav_list li:nth-last-child(-n+3) {
	border-bottom: 0;
}
.gnav_list li:nth-child(3n+1) {
	border-left: 0;
}
.gnav_list a {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: .1em;
	font-weight: 600;
	gap: 2rem;
	padding: 1rem 0 .9rem 1.9rem;
}
.gnav_list li:nth-child(-n+3) a {
	padding-top: 0;
}
.gnav_list li:nth-child(3n+1) a {
	padding-left: 0;
}
.gnav_list a::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_01.svg) no-repeat center center / .5rem auto;
	width: 1.9rem;
	height: 1.9rem;
	border: .1rem solid #BCBAB4;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	box-sizing: border-box;
}
.gnav_list li:nth-child(3n) a::after {
	right: 0;
}
.gnav_list figure {
	width: 5rem;
}
.gnav_list p {
	flex: 1;
}
.gnav_contact {
	margin-top: 4rem;
	display: flex;
	gap: 5.3rem;
}
.gnav_contact_ttl {
	font-size: 1.8rem;
	letter-spacing: .1em;
	font-weight: 600;
	margin-bottom: .7rem;
}
.gnav_contact_tel {
	font-size: 3rem;
	color: #A08962;
	font-weight: 600;
	letter-spacing: .1em;
	padding-left: 3.5rem;
}
.gnav_contact_tel::before {
	content: '';
	display: block;
	background: url(../img/common/icon_tel_01.svg) no-repeat left top / 100% auto;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 1.3rem;
	left: .2rem;
}
.gnav_contact_time {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 2;
	margin: 1.3rem 0 0 .2rem;
}
.gnav_contact_btn {
	width: 30rem;
}
.gnav_contact_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	font-size: 1.4rem;
	letter-spacing: .1em;
	color: #fff;
	font-weight: 600;
	border-radius: 3rem 0;
	padding-bottom: .1rem;
	box-shadow: .4rem .4rem 1rem rgba(0, 0, 0, .1);
	background: linear-gradient(to right, #A08962, #CDBDA0);
	margin-top: .6rem;
}
.gnav_contact_btn a + a {
	margin-top: 1rem;
}
.gnav_sub {
	width: 34.4rem;
	padding-top: 6.9rem;
}
.gnav_bnr {
	display: block;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .25);
}
.gnav_wedding a {
	display: block;
}
.gnav_wedding a figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav_wedding {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem 2.4rem;
	margin: 1.8rem 0 2rem;
}
.gnav_scroll_hint {
	display: none;
}
@media only screen and (max-width: 768px) {
	.gnav {
		background: rgba(255, 255, 255, .9);
		padding: 3.1rem 0 0;
	}
	.gnav::before {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 12rem;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 72%, #fff);
		opacity: 0;
		pointer-events: none;
		transition: opacity .65s ease;
		z-index: 1;
	}
	.open .gnav.is-scroll-hint:not(.is-scroll-hint-hiding)::before {
		opacity: 1;
	}
	.gnav_logo {
		width: 15rem;
		margin: 0 auto;
	}
	.gnav_logo a {
		width: 15rem;
		mix-blend-mode: normal;
		filter: brightness(0);
	}
	.gnav_inner {
		display: block;
	}
	.gnav_main {
		width: auto;
	}
	.gnav_btn {
		display: block;
		margin: 3.8rem 3rem 0;
	}
	.gnav_btn a {
		width: 100%;
		font-size: 1.4rem;
	}
	.gnav_btn a + a {
		margin-top: 1rem;
	}
	.gnav_btn a::before {
		right: 2rem;
	}
	.gnav_list {
		margin: 2rem auto 0;
		width: 35rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.gnav_list li {
		border-left: .1rem solid #CEBC9C !important;
	}
	.gnav_list li:nth-child(2n+1) {
		border-left: 0 !important;
	}
	.gnav_list a {
		font-size: 1.1rem;
		gap: 0;
		padding: 1rem 0 .9rem 1.2rem !important;
	}
	.gnav_list li:nth-child(2n+1) a {
		padding-left: 0 !important;
	}
	.gnav_list a::after {
		display: none;
	}
	.gnav_list figure {
		width: 4rem;
	}
	.gnav_list p {
		text-align: center;
		padding-right: 1.4rem;
	}
	.gnav_list li:nth-child(1) p {
		padding-right: .8rem;
	}
	.gnav_list li:nth-child(2n) p {
		padding-right: 0;
		padding-left: .5rem;
	}
	.gnav_contact {
		border-top: .1rem solid rgba(255, 255, 255, .5);
		margin-top: 2.9rem;
		padding-top: 4rem;
		display: block;
	}
	.gnav_contact_ttl {
		color: #fff;
		text-align: center;
		font-size: 1.4rem;
	}
	.gnav_contact_ttl.en {
		font-size: 1.6rem;
		font-weight: 400;
	}
	.gnav_contact_tel {
		font-size: 2rem;
		color: #fff;
		font-weight: 500;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2.3rem;
		width: 33rem;
		height: 6rem;
		margin: 2.1rem auto 0;
		border: .1rem solid #fff;
		border-radius: 3rem 0;
		text-align: center;
		letter-spacing: .09em;
		padding: 0 2.6rem 0 0;
	}
	.gnav_contact_tel::before {
		width: 2rem;
		height: 2rem;
		position: relative;
		top: .1rem;
		left: auto;
		filter: brightness(0) invert(1);
	}
	.gnav_contact_time {
		color: #fff;
		text-align: center;
		font-weight: 400;
		margin: 2rem 0 0 .2rem;
	}
	.gnav_contact_btn {
		width: 33rem;
		margin: 1.8rem auto 3.2rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: .6rem;
	}
	.gnav_contact_btn a {
		height: 5.5rem;
		color: #6C7260;
		box-shadow: none;
		background: #fff;
		margin-top: 0;
	}
	.gnav_contact_btn a + a {
		margin-top: 0;
	}
	.gnav_sub {
		width: auto;
		padding: 0 1.8rem calc(10rem + env(safe-area-inset-bottom));
		margin-top: 3rem;
		background: url(../img/common/gnav_bg_01-sp.svg) no-repeat left .9rem / 100% calc(100% - .9rem);
	}
	.gnav_scroll_hint {
		position: fixed;
		left: 50%;
		bottom: calc(1.6rem + env(safe-area-inset-bottom));
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: .6rem;
		color: #A08962;
		font-family: "Cormorant Garamond", serif;
		font-size: 1.2rem;
		letter-spacing: .12em;
		line-height: 1;
		text-transform: uppercase;
		opacity: 0;
		pointer-events: none;
		transform: translate(-50%, .8rem);
		transition: opacity .65s ease, transform .65s ease;
		z-index: 2;
	}
	.gnav_scroll_hint::after {
		content: '';
		display: block;
		width: .9rem;
		height: .9rem;
		border-right: .1rem solid #A08962;
		border-bottom: .1rem solid #A08962;
		transform: rotate(45deg);
		animation: gnavScrollHint 1.4s ease-in-out infinite;
	}
	.open .gnav.is-scroll-hint:not(.is-scroll-hint-hiding) .gnav_scroll_hint {
		opacity: 1;
		transform: translate(-50%, 0);
	}
	@keyframes gnavScrollHint {
		0%, 100% {
			transform: translateY(0) rotate(45deg);
		}
		50% {
			transform: translateY(.5rem) rotate(45deg);
		}
	}
	.gnav_ttl {
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: .1em;
		width: fit-content;
		margin: 0 auto 6.6rem;
		color: #A08962;
		background: linear-gradient(90deg, #BEB4A4, #A08962);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.gnav_bnr {
		margin: 0 .5rem 3rem;
	}
	.gnav_wedding + .gnav_bnr {
		margin: 0;
	}
	.gnav_wedding {
		margin: 1.8rem 0 3rem;
		padding: 0 .5rem 3.4rem;
		gap: 2rem 2.4rem;
		border-bottom: .1rem solid rgba(255, 255, 255, .5);
	}
	.gnav_contact_sns {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 3.9rem;
		margin-top: 3rem;
	}
	.gnav_contact_sns img {
		height: 2.6rem;
		width: auto;
	}
	.gnav_contact_sns img[src$="youtube.svg"] {
		height: 2.026rem;
	}
}

/*btn
----------------------------------------*/
.btn {
	display: block;
	width: 26rem;
	color: #A08962;
	line-height: 1.5;
	text-align: left;
}
.btn > span:nth-child(1) {
	display: block;
	border-bottom: .1rem solid #A08962;
	font-size: 1.8rem;
	letter-spacing: .16em;
	padding-bottom: .8rem;
}
.btn > span:nth-child(2) {
	display: block;
	font-size: 1.6rem;
	letter-spacing: .08em;
	padding-top: 1.1rem;
}
.btn::after {
	content: '';
	display: block;
	width: 2.1rem;
	height: 2.1rem;
	background: #A08962;
	-webkit-mask-image: url(../img/common/icon_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% auto;
	mask-image: url(../img/common/icon_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.8rem;
	margin: auto 0;
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
}
.btn.white {
	color: #fff;
}
.btn.white > span:nth-child(1) {
	border-bottom-color: #fff;
}
.btn.white::after {
	background: #fff;
}
.btn_small {
	display: block;
	width: fit-content;
	font-size: 1.6rem;
	letter-spacing: .08em;
	padding: 0 3.9rem .8rem 0;
	color: #A08962;
	border-bottom: .1rem solid #A08962;
}
.btn_small::before {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: .3rem;
	right: 0;
	border: .1rem solid #A08962;
	transition: background .3s;
}
.btn_small::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_01.svg) no-repeat center center / .56rem auto;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: .3rem;
	right: 0;
	transition: filter .3s;
}
.btn_large {
	width: 32rem;
	height: 7rem;
	border-radius: 4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	background: linear-gradient(to right, #636859, #9CAF85);
	color: #fff;
}
.btn_large::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	background: #fff;
	-webkit-mask-image: url(../img/common/icon_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% auto;
	mask-image: url(../img/common/icon_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto 0;
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
}
.btn_large.white {
	background: linear-gradient(to right, #CAC8B6, #FFF);
	color: #6C7260;
}
.btn_large.white::after {
	background: #6C7260;
}
.btn_large.brown {
	background: linear-gradient(to right, #A08962, #CDBDA0);
}
.btn_large.brown::after {
	display: none;
}
@media (hover:hover) {
	.btn:hover {
		opacity: 1;
	}
	.btn:hover::after {
		opacity: 0;
		transform: translateX(2.8rem) scale(.5);
	}
	.btn_small:hover {
		opacity: 1;
	}
	.btn_small:hover::before {
		background: #A08962;
	}
	.btn_small:hover::after {
		filter: brightness(0) invert(2);
	}
}
@media only screen and (max-width: 768px) {
	.btn {
		width: 25rem;
	}
	.btn::after {
		right: 1.8rem;
	}
	.btn_large {
		border-radius: 3rem 0;
	}
}

/*p_fair
----------------------------------------*/
.p_fair {
	padding: 24rem 0 15rem;
	background: linear-gradient(to bottom, rgba(175, 184, 164, 0) 0%, rgba(162, 170, 151, .23) 5%, rgba(151, 159, 139, 0.43) 12%, #404930ab 25%);
}
.p_fair_head {
	max-width: 116rem;
	padding-right: 5rem;
	margin: 0 auto 5.5rem;
	display: flex;
	align-items: center;
}
.p_fair_head::before {
	content: '';
	display: block;
	background: url(../img/common/fair_txt_01.svg) no-repeat left top / 100% auto;
	width: 81.1rem;
	height: 54.6rem;
	position: absolute;
	top: 2.4rem;
	left: -10.4rem;
}
.p_fair_head_ttl {
	flex: 1;
	color: #fff;
	padding-bottom: .6rem;
}
.p_fair_head_ttl h2 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .08em;
	margin-bottom: 4.7rem;
}
.p_fair_head_ttl h2 img {
	width: 42.3rem;
	margin-top: 2rem;
	filter: brightness(0) invert(1);
}
.p_fair_head_ttl p {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .18em;
}
.p_fair_head_ttl p span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: .16em;
	margin-bottom: 1.35rem;
}
.p_fair_head_pickup {
	width: 41rem;
	margin: 0 2.3rem 0 0;
	filter: drop-shadow(.4rem .4rem 1rem rgba(0,0,0,.25));
}
.p_fair_head_pickup img {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	contain: none;
}
.p_fair_contents {
	max-width: 116rem;
	padding-right: 5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.p_fair_list {
	width: 50.7rem;
}
.p_fair_list_item {
	background: #fff;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .15);
}
.p_fair_list_item + .p_fair_list_item {
	margin-top: 2rem;
}
.p_fair_list_item a {
	padding: 1rem;
	display: flex;
}
.p_fair_list_item a::before {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background: url(../img/common/fair_bg_01.svg) no-repeat right bottom / 100% auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
.p_fair_list_item a figure {
	width: 14rem;
}
.p_fair_list_box {
	padding-left: 3rem;
	flex: 1;
}
.p_fair_list_box time {
	background: rgba(242, 242, 242, .9);
	font-size: 1.3rem;
	letter-spacing: .04em;
	width: fit-content;
	padding: 1.2rem 1.3rem 1.2rem 1.4rem;
	display: flex;
	line-height: 1;
}
.p_fair_list_box time > span:last-child {
	margin-left: .9rem;
	padding-left: 1rem;
	border-left: .1rem solid #CBC7B8;
	color: #A08962;
	padding-bottom: .2rem;
	font-weight: 600;
}
.p_fair_list_box time span.sat {
	color: #163F9B !important;
}
.p_fair_list_box time span.sun {
	color: #C65325 !important;
}
.p_fair_list_box h3 {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.6667;
	color: #6C7260;
	margin-top: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.p_fair_bnr {
	width: 42rem;
	margin: 4rem auto 0;
	display: grid;
	gap: 1.6rem;
	list-style: none;
	padding: 0;
}
.p_fair_bnr li {
	margin: 0;
}
.p_fair_bnr a,
.p_fair_bnr img {
	display: block;
}
.p_fair_bnr a {
	filter: drop-shadow(.4rem .4rem 1rem rgba(0,0,0,.25));
}
.p_fair_bnr img {
	width: 100%;
	height: auto;
}
.p_fair_calendar {
	width: 45.7rem;
	padding-top: 1.1rem;
}
.calendar_slide {
	overflow: hidden;
}
.calendar_month_unit {
	float: left;
}
.calendar_body {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: .3rem;
	margin-top: 2.5rem;
	text-align: center;
}
.calendar_body .cell {
	width: 100%;
	height: 7.85rem;
	min-height: 0;
	background: #DFDFDF;
}
.calendar_body .cell time {
	font-size: 1.8rem;
	display: block;
	padding-top: 1.6rem;
	font-weight: 600;
}
.calendar_body .cell time .fair_calendar_status_mark.is-close {
    display: block;
    margin-top: .2rem;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    color: #6C7260;
}
.calendar_body .cell .inner {
	width: 100%;
	height: 100%;
}
.calendar_body .cell a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.calendar_body .cell a span {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: .06em;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: .5rem;
}
.calendar_body .cell a span:empty::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border: .1rem solid #6C7260;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: .3rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.calendar_body .cell a.has-any-icon {
	color: #fff;
}
.calendar_body .out_of_month {
	opacity: 0;
	pointer-events: none;
}
.month_title {
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
}
.month_title span {
	display: block;
	font-size: 6rem;
	line-height: .95;
	font-weight: 600;
}
.calendar_nav {
	border-bottom: .1rem solid #B9B4A4;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .06em;
	padding-bottom: 2.4rem;
	font-weight: 700;
	margin-top: -3.2rem;
	z-index: 2;
}
.calendar_nav .btn_next {
	margin-left: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 1;
    margin-right: 1px;
}
.calendar_nav .btn_prev {
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 1;
    margin-left: 1px;
}
.calendar_nav .btn_prev::before,
.calendar_nav .btn_next::after {
	content: '';
	display: block;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background: url(../img/common/icon_arrow_02.svg) no-repeat center center / 1rem auto;
	border: .1rem solid #fff;
	box-sizing: border-box;
	margin: 0 0 0 1rem;
	filter: brightness(0) invert(1);
}
.calendar_nav .btn_prev::before {
	margin: 0 1rem 0 0;
	transform: scale(-1, 1);
}
.calendar_nav span {
	font-size: 3rem;
	line-height: 1;
	font-weight: 600;
	margin: 0 .2rem;
	top: -.2rem;
}
.calendar_container {
	margin-top: 3.3rem;
}
.calendar_container table {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .06em;
	color: #fff;
}
.calendar_container table td {
	width: calc(100% / 7);
}
.calendar_container table td.sun {
	color: #F78059;
}
.calendar_container table td.sat {
	color: #89B7F5;
}
.p_fair_btn {
	width: 40rem;
	margin: 2.2rem auto;
}
.p_fair_btn .btn_large {
	width: 100%;
	height: 8rem;
	margin-bottom: 2rem;
	padding-left: .5rem;
	background: linear-gradient(to right, #8A907D, #A4AF95);
}
.p_fair_btn .btn_large::after {
	right: 4.4rem;
}
.p_fair_btn .btn_large.white {
	background: linear-gradient(to right, #F1EEE3, #D4D4D4);
}
.p_fair_btn .btn_large.white::after {
	background: linear-gradient(to right, #6C7260, #A4AF95);
}

.p_fair.p_fair_white {
	padding: .1rem 0 12rem;
	background: none;
}
.p_fair.p_fair_white::before {
	content: '';
	display: block;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/common/bg_01.jpg) no-repeat center center / cover;
	margin-bottom: calc(-100vh - 9.5rem);
}
.p_fair.p_fair_white .p_fair_head {
	margin-top: -9.5rem;
}
.p_fair.p_fair_white .p_fair_head_ttl {
	padding: 17rem 0 0;
}
.p_fair.p_fair_white .p_fair_head_ttl p {
	display: none;
}
.p_fair.p_fair_white .p_fair_head_ttl h2 {
	color: #6C7260;
}
.p_fair.p_fair_white .p_fair_head_ttl h2 img {
	filter: none;
}
.p_fair.p_fair_white .calendar_body .cell {
	background: rgba(232, 232, 232, 0.3);
}
.p_fair.p_fair_white .month_title,
.p_fair.p_fair_white .calendar_nav,
.p_fair.p_fair_white .calendar_container table {
	color: #6C7260;
}
.p_fair.p_fair_white .calendar_nav .btn_prev::before,
.p_fair.p_fair_white .calendar_nav .btn_next::after {
	border-color: #6C7260;
	filter: none;
}
@media only screen and (max-width: 768px) {
	.p_fair {
		padding: 7.1rem 0 15.6rem;
		background: linear-gradient(to bottom, rgba(175, 184, 164, 0) 0%, rgba(162, 170, 151, .23) 5%, rgba(151, 159, 139, 0.43) 12%, #404930ab 25%);
	}
	.p_fair_head {
		padding-right: 0;
		margin: 0 auto 4.5rem;
		flex-wrap: wrap;
		align-items: center;
	}
	.p_fair_head::before {
		width: 50.5rem;
		height: 31.2rem;
		background-size: auto 100%;
		top: 18.5rem;
		left: 0;
	}
	.p_fair_head_ttl {
		text-align: center;
		margin-top: 8rem;
	}
	.p_fair_head_ttl h2 {
		font-size: 1.4rem;
		margin-bottom: 5rem;
	}
	.p_fair_head_ttl h2 img {
		width: 23.5rem;
		margin: 1.7rem auto 0;
	}
	.p_fair_head_ttl p {
		line-height: 1.5833;
	}
	.p_fair_head_ttl p span {
		margin-bottom: 1rem;
	}
	.p_fair_head_pickup {
		order: -1;
		width: 33rem;
		margin: 0 auto;
		z-index: 2;
	}
	.p_fair_head_pickup img {
		height: auto;
		aspect-ratio: auto;
	}
	.p_fair_contents {
		padding-right: 0;
		display: block;
		position: static;
	}
	.p_fair_list {
		width: 34.5rem;
		margin: 0 auto;
		position: static;
	}
	.p_fair_list_ul .slick-track::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		clear: both;
	}
	.p_fair_list_ul .slick-dots {
		display: flex;
		justify-content: center;
		margin: 2rem 0 0;
		gap: 1.35rem;
	}
	.p_fair_list_ul .slick-dots button {
		width: .7rem;
		height: .7rem;
		appearance: none;
		padding: 0;
		border: 0;
		background: #fff;
		opacity: .5;
		overflow: hidden;
		text-indent: -99rem;
		transform: rotate(45deg);
	}
	.p_fair_list_ul .slick-dots .slick-active button {
		opacity: 1;
	}
	.p_fair_list_item {
		width: 33rem;
		margin: 0 .75rem;
	}
	.p_fair_list_item.slick-slide {
		float: left;
	}
	.p_fair_list_item + .p_fair_list_item {
		margin-top: 0;
	}
	.p_fair_list_item a {
		display: block;
		padding-bottom: 1.3rem;
	}
	.p_fair_list_item a figure {
		width: auto;
	}
	.p_fair_list_box {
		padding: 1.5rem 0 0;
		display: flex;
		align-items: center;
	}
	.p_fair_list_box time {
		width: 7rem;
		padding: 1.5rem 1.2rem;
		text-align: center;
		display: block;
		box-sizing: border-box;
	}
	.p_fair_list_box time > span.sp {
		display: block;
		font-size: 1.1rem;
		letter-spacing: .05em;
	}
	.p_fair_list_box time > span.sp span {
		display: block;
		font-size: 3rem;
		font-weight: 500;
		text-align: center;
		color: #A08962;
		margin-top: .3rem;
	}
	.p_fair_list_box time > span:last-child {
		margin-left: 0;
		padding-left: 0;
		border-top: .1rem solid #CBC7B8;
		border-left: 0;
		margin-top: .7rem;
		display: block;
		font-size: 1.1rem;
		padding: .7rem 0 0;
	}
	.p_fair_list_box h3 {
		flex: 1;
		font-size: 1.3rem;
		line-height: 1.8571;
		margin-top: 0;
		padding-left: 1.7rem;
	}
	.p_fair_bnr {
		position: absolute;
		bottom: -10.2rem;
		left: 0;
		right: 0;
		width: 35rem;
		margin: 0 auto;
		z-index: 20;
	}
	.p_fair_calendar {
		width: 33rem;
		margin: 0 auto;
		padding-top: 5.7rem;
	}
	.calendar_body {
		gap: .2rem;
		margin-top: 1.6rem;
	}
	.calendar_body .cell {
		height: 5.7rem;
		min-height: 0;
	}
	.calendar_body .cell time {
		font-size: 1.6rem;
		padding-top: 1.2rem;
	}
	.calendar_body .cell a span {
		font-size: .65rem;
		margin-top: 0;
	}
	.calendar_body .cell a span:empty::before {
		width: 1.1rem;
		height: 1.1rem;
		top: .1rem;
	}
	.month_title {
		font-size: 1.8rem;
	}
	.month_title span {
		font-size: 4.6rem;
	}
	.calendar_nav {
		font-size: 1.3rem;
		padding-bottom: 1.9rem;
		margin-top: -3.1rem;
	}
	.calendar_nav .btn_prev::before,
	.calendar_nav .btn_next::after {
		width: 2.5rem;
		height: 2.5rem;
		background-size: .7rem auto;
		margin: 0 0 0 .8rem;
	}
	.calendar_nav .btn_prev::before {
		margin: 0 .8rem 0 0;
	}
	.calendar_nav span {
		font-size: 2rem;
	}
	.calendar_container {
		margin-top: 2.5rem;
	}
	.calendar_container table {
		font-size: 1.1rem;
	}
	.p_fair_btn {
		width: 33rem;
		margin: 2.6rem auto;
	}
	.p_fair_btn .btn_large {
		height: 7rem;
		margin-bottom: 1.5rem;
		padding-left: 0;
	}
	.p_fair_btn .btn_large::after {
		right: 2rem;
	}

	.p_fair.p_fair_white {
		padding-bottom: 33.8rem;
	}
	.p_fair.p_fair_white::before {
		background-image: url(../img/common/bg_01-sp.jpg);
	}
	.p_fair.p_fair_white .p_fair_head {
		margin-top: 1.5rem;
	}
	.p_fair.p_fair_white .p_fair_head_ttl {
		padding: .1rem 3.1rem 0;
		text-align: left;
	}
	.p_fair.p_fair_white .p_fair_head_ttl h2 {
		text-align: left;
		margin-bottom: .4rem;
	}
	.p_fair.p_fair_white .p_fair_head_ttl h2 img {
		margin: 1.6rem 0 0;
	}
	.p_fair.p_fair_white .p_fair_bnr {
		bottom: 10rem;
		filter: drop-shadow(.4rem .4rem 1rem rgba(0, 0, 0, .25));
	}
	.p_fair.p_fair_white .p_fair_list_ul .slick-dots {
		gap: 1.7rem;
	}
	.p_fair.p_fair_white .p_fair_list_ul .slick-dots button {
		background: #6C7260;
	}
}

/*p_contact
----------------------------------------*/
.p_contact {
	background: url(../img/common/contact_bg_01.jpg) no-repeat center center / cover;
	color: #fff;
	padding: 9rem 0 15.8rem;
}
.p_contact::before {
	content: '';
	display: block;
	width: 93.1rem;
	height: 74.3rem;
	background: url(../img/common/contact_txt_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -5.6rem;
	margin: 0 auto;
}
.p_contact h2 {
	width: 41.9rem;
	margin: 0 auto 6.9rem;
}
.p_contact_inner {
	max-width: 105.8rem;
	margin: 0 auto;
	display: flex;
}
.p_contact_tel {
	width: 34.6rem;
	border-right: .1rem solid #fff;
}
.p_contact_tel h3 {
	font-size: 1.8rem;
	letter-spacing: .1em;
	margin: -.1rem 0 1.9rem;
}
.p_contact_tel a {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .09em;
	line-height: 1;
	display: block;
	width: fit-content;
	padding-left: 3.4rem;
}
.p_contact_tel a::before {
	content: '';
	display: block;
	background: url(../img/common/icon_tel_01.svg) no-repeat left top / 100% auto;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: .6rem;
	left: .1rem;
	filter: brightness(0) invert(1);
}
.p_contact_tel_time {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2;
	font-weight: 500;
	margin: 2.6rem 0 0 .1rem;
	letter-spacing: .06em;
}
.p_contact_btn {
	flex: 1;
	padding-left: 6.2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.3rem 1rem;
}
@media only screen and (max-width: 768px) {
	.p_contact {
		background-image: url(../img/common/contact_bg_01-sp.jpg);
		padding: 9.9rem 0 9.2rem;
	}
	.p_contact::before {
		width: 64.3rem;
		height: 40.8rem;
		background-size: auto 100%;
		left: -3.7rem;
		right: auto;
		top: -8.2rem;
		margin: 0;
	}
	.p_contact h2 {
		width: 27.4rem;
		left: -.2rem;
		margin: 0 auto 4.9rem;
	}
	.p_contact_inner {
		max-width: 33rem;
		margin: 0 auto;
		flex-direction: column;
	}
	.p_contact_tel {
		width: auto;
		border-right: 0;
		margin-top: 2.7rem;
	}
	.p_contact_tel h3 {
		font-size: 1.4rem;
		text-align: center;
		font-weight: 600;
		margin: 0 0 2.1rem;
	}
	.p_contact_tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2.1rem;
		width: 33rem;
		height: 6rem;
		border: .1rem solid #fff;
		border-radius: 3rem 0;
		font-size: 2rem;
		padding-left: 0;
		padding-right: 2.5rem;
	}
	.p_contact_tel a::before {
		width: 2rem;
		height: 2rem;
		position: relative;
		top: auto;
		left: auto;
	}
	.p_contact_tel_time {
		text-align: center;
		margin: 1.3rem 0 0;
	}
	.p_contact_btn {
		order: -1;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1.5rem 0;
	}
	.p_contact_btn .btn_large {
		width: 100%;
		height: 6rem;
		padding-right: 1rem;
	}
	.p_contact_btn .btn_large::after {
		right: 2.7rem;
	}
	.p_contact_btn .btn_large.brown {
		width: 16.2rem;
		height: 5.5rem;
		padding-right: 0;
	}
}

/*topicpath
----------------------------------------*/
.topicpath {
	border-bottom: .1rem solid rgba(217, 215, 212, 0.5);
	position: absolute;
	z-index: 20;
	width: 100%;
	font-size: 1.2rem;
	letter-spacing: .06em;
	overflow: hidden;
}
.topicpath ol {
	max-width: calc(50% + 51.7rem);
	margin: 0 0 0 auto;
	padding: 1.6rem 0 1.7rem 2rem;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	overflow: visible;
}
.topicpath ol li {
	position: relative;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}
.topicpath ol li br {
	display: none;
}
.topicpath ol li + li::before {
	content: '>';
	position: absolute;
	left: -1.1rem;
	top: 0;
}
.topicpath ol li:last-child {
	padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
	.topicpath {
		overflow: visible;
		font-size: 1.1rem;
		line-height: 1.7;
	}
	.topicpath ol {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 1.3rem 1.6rem 1.4rem;
		box-sizing: border-box;
		gap: .35rem 1.1rem;
		overflow: visible;
	}
	.topicpath ol li {
		flex: 0 1 auto;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}
	.topicpath ol li + li {
		padding-left: 1.1rem;
	}
	.topicpath ol li + li::before {
		left: 0;
	}
	.topicpath ol li:last-child {
		padding-right: 0;
	}
}

/*footer
----------------------------------------*/
.footer {
	color: #fff;
	overflow: clip;
	padding-top: .1rem;
}
.footer::before {
	content: '';
	display: block;
	background: url(../img/common/footer_bg_01.jpg) no-repeat center center / cover;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-top: -100vh;
}
.footer::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(74, 74, 74, .8);
}
.footer_inner {
	max-width: 120rem;
	margin: 0 auto;
	z-index: 2;
	padding: 14.3rem 0 9.8rem;
}
.footer_box {
	display: flex;
	gap: 4rem;
}
.footer_info {
	width: 23.8rem;
	border-right: .1rem solid #fff;
}
.footer_logo {
	width: 14rem;
	margin-bottom: 2.3rem;
}
.footer_info_address {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .16em;
}
.footer_info_map {
	width: fit-content;
	display: block;
	font-size: 1.2rem;
	letter-spacing: .1em;
	font-weight: 600;
	padding-right: 2.2rem;
	border-bottom: .1rem solid rgba(255, 255, 255, .5);
	margin-top: 1.5rem;
	padding-bottom: .7rem;
}
.footer_info_map::after {
	content: '';
	display: block;
	background: url(../img/common/icon_map.svg) no-repeat left top / 100% auto;
	width: 1.2rem;
	height: 1.6rem;
	position: absolute;
	top: .2rem;
	right: 0;
}
.footer_sns {
	display: flex;
	align-items: center;
	margin-top: 3rem;
	gap: 3rem;
}
.footer_sns a {
	display: block;
}
.footer_sns a img {
	height: 1.95rem;
}
.footer_sns a img[src$="youtube.svg"] {
	height: 1.6rem;
}
.footer_ttl {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin: -.5rem 0 .8rem;
}
.footer_contents {
	border-right: .1rem solid rgba(255, 255, 255, .5);
	padding-right: 1.8rem;
}
.footer_contents ul {
	width: 62.6rem;
	columns: 3;
}
.footer_contents ul li {
	padding-top: 1.44rem;
}
.footer_contents ul a {
	display: flex;
	gap: 2rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	font-weight: 600;
	align-items: center;
}
.footer_contents ul a figure {
	width: 5rem;
}
.footer_style ul {
	width: 23.7rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem 3.7rem;
	padding-top: 1.5rem;
	font-size: 1.2rem;
	letter-spacing: .1em;
	line-height: 1.6667;
	margin-bottom: -.5rem;
	text-align: center;
}
.footer_style ul p {
	margin-top: .4rem;
}
.footer_bnr {
	max-width: 96.2rem;
	margin: 6rem 0 8rem auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.2rem;
}
.footer_bnr a {
	display: block;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .25);
}
.footer_bottom {
	border-top: .1rem solid rgba(255, 255, 255, .5);
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	letter-spacing: .1em;
	font-weight: 600;
	padding-top: 4.8rem;
}
.footer .copyright {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .06em;
	display: block;
	margin-top: .1rem;
}
@media only screen and (max-width: 768px) {
.footer::before {
	content: '';
	display: block;
	background: url(../img/common/footer_bg_01.jpg) no-repeat center center / cover;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-top: -100vh;
}
.footer::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(74, 74, 74, .8);
}
	.footer_inner {
		padding: 11.5rem 2rem 5.6rem;
	}
	.footer_box {
		display: block;
	}
	.footer_info {
		width: auto;
		border-right: 0;
		text-align: center;
	}
	.footer_logo {
		width: 11.7rem;
		margin: 0 auto 2.8rem;
	}
	.footer_info_address {
		font-size: 1.4rem;
	}
	.footer_info_map {
		padding-right: 2.1rem;
		margin: 1rem auto 0;
	}
	.footer_sns {
		justify-content: center;
		margin-top: 6.6rem;
		gap: 4rem;
	}
	.footer_sns a img {
		height: 2.6rem;
	}
	.footer_sns a img[src$="youtube.svg"] {
		height: 2.1rem;
	}
	.footer_contents,
	.footer_style,
	.footer_bnr {
		display: none;
	}
	.footer_bottom {
		border: 0;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 4rem;
		font-size: 1.3rem;
		padding-top: 6.4rem;
	}
	.footer_bottom p + p::before {
		content: '';
		display: block;
		width: .1rem;
		height: 1.5rem;
		background: #C9C6C6;
		position: absolute;
		left: -2rem;
		top: .3rem;
	}
	.footer .copyright {
		width: 100%;
		border-top: .1rem solid rgba(255, 255, 255, .5);
		text-align: center;
		margin-top: 3.8rem;
		padding-top: 4rem;
	}
}

/*inview
----------------------------------------*/
.js-inview {
	opacity: 0;
	transform: translateY(4.8rem);
	transition: opacity 1.05s ease, transform 1.05s ease;
	will-change: opacity, transform;
}
.js-inview.show {
	opacity: 1;
	transform: none;
	will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
	.js-inview {
		opacity: 1;
		transform: none;
		transition: none;
		will-change: auto;
	}
}


/* pagination
----------------------------------------*/
.pagination {
	margin-top: 9.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5rem;
}
.pagination_prev,
.pagination_next {
	display: flex;
	align-items: center;
	gap: .6rem;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: #A08962;
	flex-shrink: 0;
	line-height: 1;
}
.pagination_prev.is-disabled,
.pagination_next.is-disabled {
	opacity: .5;
	pointer-events: none;
}
.pagination_prev img,
.pagination_next img {
	width: .84rem;
	height: .84rem;
	padding: 0;
	box-sizing: border-box;
	display: block;
}
.pagination .pagination_prev img {
	transform: scaleX(-1);
}
.pagination ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 0 1.4rem;
	font-weight: 600;
}
.pagination ul li a,
.pagination ul li > span {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	color: #A08962;
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.pagination ul li a span,
.pagination ul li > span span {
	position: static;
}
.pagination ul li.current > span {
	color: #fff;
	font-size: 1.3rem;
	background: linear-gradient(to top, #CDBDA0, #A08962);
	pointer-events: none;
}
@media only screen and (max-width: 768px) {
	.pagination {
		margin-top: 5.5rem;
		justify-content: space-between;
		gap: 0;
	}
	.pagination_prev,
	.pagination_next {
		font-size: 1.2rem;
	}
	.pagination ul {
		gap: 0 1rem;
	}
	.pagination ul li a,
	.pagination ul li > span {
		font-size: 1.1rem;
		width: 2.4rem;
		height: 2.4rem;
	}
	.pagination ul li.current > span {
		font-size: 1.1rem;
	}
	.pagination ul li a span,
	.pagination ul li > span span {
		top: .1rem;
	}
	.report_grid {
		grid-template-columns: repeat(2, 16.5rem);
		gap: 5rem 2rem;
	}
	.report_item_img {
		width: 16.5rem;
		height: 16.5rem;
	}
	.report_item_tags {
		gap: .6rem 1.5rem;
	}
}

/* topics_list
----------------------------------------*/
.topics_list figure img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 18 / 13;
}
