@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@font-face {
	font-family: "icomoon";
	src: url("/font/icomoon.eot?h7ng9c");
	src: url("/font/icomoon.eot?h7ng9c#iefix") format("embedded-opentype"),
		url("/font/icomoon.ttf?h7ng9c") format("truetype"),
		url("/font/icomoon.woff?h7ng9c") format("woff"),
		url("/font/icomoon.svg?h7ng9c#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e900";
}
.icon-ig:before {
	content: "\e901";
}
.page-loading {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6666;
	visibility: visible;
}
.-load .page-loading {
	transition: all 1000ms;
	opacity: 0;
	visibility: hidden;
}
body {
	/* min-width: 1240px; */
	color: #333333;
	background-color: #f6f6f6;
	font-size: 16px;
	line-height: 1.75;
	font-family: "Zen Old Mincho", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 240px;
}
.hovact {
	transition: all 0.4s;
}
.hovact:hover {
	opacity: 0.5;
}
.f_rl {
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	line-height: 1.9;
}
.cmnhd {
}
.cmnhd.hide-hd {
}
.cmnhd_wrap {
}
.cmnhd_logo {
	position: fixed;
	font-size: 40px;
	top: 45px;
	left: 50px;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	line-height: 1.2;
	mix-blend-mode: exclusion;
	transition: all 0.4s;
}
.cmnhd.hide-hd .cmnhd_logo {
	opacity: 0;
	visibility: hidden;
}
.cmnhd_logo p {
	color: #ffffff;
}
.cmnhd_logo p span {
	font-size: 0.6em;
	letter-spacing: 0.2em;
}
.cmnhd_nav {
	position: fixed;
	bottom: 50px;
	left: 50px;
	transition: opacity 0.4s;
	z-index: 4000;
}
.cmnhd.hide-hd .cmnhd_nav {
	opacity: 0;
	visibility: hidden;
}
.cmnhd_nav_wrap {
	display: flex;
	flex-flow: column;
	gap: 8px;
}
.cmnhd_reserve {
	position: fixed;
	width: 97px;
	height: auto;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	right: 40px;
	bottom: 50px;
	mix-blend-mode: exclusion;
	background: #000000;
	z-index: 5555;
	color: #ffffff;
}
.pagehd {
	padding-top: 145px;
}
.pagehd_wrap {
	position: relative;
}
.pagehd_ttl {
	font-size: 18px;
	position: absolute;
	top: 20px;
	right: 0;
}
.pagehd_catch {
	font-size: 30px;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 90px;
}
.pagehd_img {
	max-width: 860px;
	margin: 0 auto 135px;
	padding: 0 50px;
}
.pageintro {
}
.pageintro_cnt {
	display: flex;
	align-items: center;
	width: 100%;
}
.btmpic {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 550px;
}
.btmpic_img {
	width: 100%;
	height: inherit;
}
.btmpic_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cmnft {
	width: 100%;
	height: 100dvh;
	min-height: 600px;
}
.cmnft .inner {
	height: 100%;
}
.cmnft_wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	gap: 65px;
}
.cmnft_logo {
	font-size: 40px;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.cmnft_logo p span {
	font-size: 0.6em;
	letter-spacing: 0.2em;
}
.cmnft_info {
	text-align: center;
}
.cmnft_info a {
	font-size: 22px;
	display: flex;
	margin: 20px auto 0;
	width: fit-content;
}
.cmnft_nav {
	display: flex;
	justify-content: center;
}
.cmnft_nav_cnt {
	padding: 0 15px;
	position: relative;
}
.cmnft_nav_cnt::before {
	content: "";
	width: 1px;
	height: 14px;
	display: block;
	background: #d3d3d3;
	position: absolute;
	right: -0.5px;
	bottom: 50%;
	transform: translateY(50%);
}
.cmnft_nav_cnt:last-child:before {
	display: none;
}
.pnkz {
	padding-top: 90px;
}
.pnkz_list {
	display: flex;
	justify-content: center;
}
.pnkz_list_cnt {
	display: flex;
}
.pnkz_list_cnt.pnkz_link {
}
.pnkz_list_cnt.pnkz_link::after {
	content: " - ";
	display: inline-block;
}
.pnkz_list_cnt.pnkz_now {
}

.vis-sp,
.vis-tb {
	display: none;
}

@media screen and (max-width: 1240px) {
	/* .vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	} */
}
@media screen and (max-width: 1000px) {
	.inner {
		padding: 0 205px;
	}
	.cmnhd_logo {
		left: 30px;
	}
	.cmnhd_nav {
		left: 30px;
	}
	.pagehd {
		padding-top: 90px;
	}
	.pagehd_wrap {
	}
	.pagehd_ttl {
	}
	.pagehd_catch {
	}
	.pagehd_img {
		padding: 0;
	}
	.pageintro {
	}
	.pageintro_cnt {
		writing-mode: unset;
		font-size: 14px;
		line-height: 1.8;
	}
	.btmpic {
	}
	.btmpic_img {
	}
	.btmpic_img img {
	}
	.pnkz {
	}
	.pnkz_list {
	}
	.pnkz_list_cnt {
	}
	.pnkz_list_cnt.pnkz_link {
	}
	.pnkz_list_cnt.pnkz_now {
	}
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 0;
		font-size: 14px;
	}

	.inner {
		padding: 0 24px;
	}
	.f_rl {
	}
	.cmnhd {
	}
	.cmnhd_wrap {
	}
	.cmnhd_logo {
		font-size: 22px;
		top: 15px;
		left: 21px;
		z-index: 4001;
	}
	.cmnhd_logo p {
	}
	.cmnhd_logo p span {
		font-size: 11px;
	}
	.cmnhd_nav {
		display: none;
		width: 100%;
		height: 100dvh;
		bottom: unset;
		left: unset;
		top: 0;
		z-index: 4000;
		background: #ffffff;
	}
	.cmnhd_nav_wrap {
		display: flex;
		flex-flow: column;
		gap: 13px;
		padding: 0 40px;
		height: 100%;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.cmnhd_nav_wrap a .icon-ig {
		font-size: 21px;
	}
	.cmnhd_reserve {
		width: 72px;
		font-size: 12px;
		right: 15px;
		bottom: 15px;
	}
	.cmnhd_menu {
		width: 33px;
		height: 10px;
		position: fixed;
		top: 27px;
		right: 20.5px;
		z-index: 4001;
		mix-blend-mode: exclusion;
		transition: all 0.4s;
	}
	.cmnhd.hide-hd .cmnhd_menu {
		opacity: 0;
		visibility: hidden;
	}
	.cmnhd_menu span {
		display: block;
		width: 100%;
		height: 1px;
		background: #ffffff;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translate(50%, 50%);
		transition: all 0.3s;
	}
	.cmnhd_menu span:last-child {
		top: 100%;
		transform: translate(50%, 50%);
	}
	.cmnhd_menu.-open span {
		display: block;
		width: 100%;
		height: 1px;
		background: #333333;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, 50%) rotate(25deg);
	}
	.cmnhd_menu.-open span:last-child {
		top: 50%;
		transform: translate(50%, 50%) rotate(-25deg);
	}
	.pagehd {
	}
	.pagehd_wrap {
	}
	.pagehd_ttl {
		font-size: 13px;
		top: 0;
		right: 20px;
	}
	.pagehd_catch {
		font-size: 18px;
		margin-bottom: 60px;
	}
	.pagehd_img {
	}
	.pageintro {
	}
	.pageintro_cnt {
	}
	.btmpic {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		height: auto;
	}
	.btmpic_img {
	}
	.btmpic_img img {
	}
	.cmnft {
		height: 650px;
	}
	.cmnft .inner {
	}
	.cmnft_wrap {
		gap: 50px;
	}
	.cmnft_logo {
		font-size: 31px;
	}
	.cmnft_logo p span {
		font-size: 15px;
	}
	.cmnft_info {
	}
	.cmnft_info a {
	}
	.cmnft_nav {
		flex-flow: wrap;
		gap: 10px 3px;
	}
	.cmnft_nav_cnt {
	}
	.cmnft_nav_cnt::before {
	}
	.cmnft_nav_cnt:last-child:before {
	}
	.cmnft_nav_cnt:nth-child(3):before {
		display: none;
	}
	.pnkz {
		padding-top: 50px;
		font-size: 14px;
	}
	.pnkz_list {
	}
	.pnkz_list_cnt {
	}
	.pnkz_list_cnt.pnkz_link {
	}
	.pnkz_list_cnt.pnkz_now {
	}
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
