@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap');
/*.oswald-Light {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}
.oswald-Medium {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}
.eb-garamond-Regular {
	font-family: "EB Garamond", serif;
	font-weight: 400;
}
.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}
.zen-old-mincho-medium {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}
.zen-old-mincho-semibold {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
}*/
/* -------------------------------------------------- */
/* 10px @ 768px increasing to 16px @ 1440px */
@media (min-width: 768px) {
	:root {
		font-size: calc(0.625rem + ((1vw - 7.68px) * 0.8929));
		min-height: 0vw;
	}
}
@media (min-width: 1440px) {
	:root {
		font-size: 16px;
	}
}

/* -------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-family: "Yu Gothic Medium", "YuGothic", "游ゴシック Medium", "游ゴシック", sans-serif;
	line-height: 1.4;
	color: #231815;
	text-align: left;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body.nav_open {
	overflow-y: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
a:hover {
	color: #888;
}
a,
a img,
.easing {
	transition: .3s ease-in-out;
	border: none;
	outline: none;
	position: relative;
}
.pcSet {
	display: block !important;
}
.spSet {
	display: none !important;
}
/* ------------------------------ */
/* splashScreen */
/* ------------------------------ */
#splashScr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 1s ease, visibility 1s ease;
}
#splashScr .logo {
	width: 17.5%;
	opacity: 0;
	animation: fadeIn 1.5s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#splashScr.fade_out {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
/* ------------------------------ */
/* common */
/* ------------------------------ */
section {
	width: 100%;
	max-width: 1440px;
	margin: 5rem auto;
	position: relative;
}
h2 {
	font-family: "EB Garamond", serif;
	font-size: 4.5rem;
	font-weight: 400;
	letter-spacing: .01em;
}
h2 span {
	display: block;
	width: 1em;
	border-bottom: .375rem solid #231815;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 32%;
	letter-spacing: 0;
	margin-bottom: 1.5rem;
}
h3 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .01em;
}
/* ------------------------------ */
/* header */
/* ------------------------------ */
header {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 10;
}
header #guide {
	display: none;
}
header ul#nav {
	position: fixed;
	top: 0;
	right: -100vh;
	width: 100vh;
	height: 5.25rem;
	transform-origin: 0 0;
	transform: rotate(90deg);
	background: #fff;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: flex-start;
	/*gap: 0 2.5rem;*/
	gap: 0 25px;
	align-items: center;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .02em;
	/*padding: 0 2.5rem;*/
	padding: 0 5.25rem 0 30px;
	z-index: 1000;
}
ul#nav li:nth-last-child(2) {
	/*padding-left: 4rem;*/
	padding-left: 30px;
}
ul#nav li:last-child {
	width: 3.75rem;
	position: relative;
	border-left: 1px solid #231815;
	/*padding-left: 1.5rem;
	margin-left: -1.5rem;*/
	padding-left: 15px;
	margin-left: -10px;
}
ul#nav li a {
	display: block;
}
ul#nav li:last-child a img {
	transform: rotate(-90deg);
}
header h1 {
	width: 17.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-45%) translateY(370%);
}
header h1>img {
	filter: brightness(2);
}
/* ------------------------------ */
/* #kv */
/* ------------------------------ */
#kv {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	position: relative;
}
#kv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ------------------------------ */
/* #sec01 */
/* ------------------------------ */
#sec01 {
	padding: 3rem 0 0;
}
#sec01 .flex {
	justify-content: center;
	align-items: flex-start;
}
#sec01 .flex>img {
	width: 55%;
}
#sec01 .flex>.setTxt {
	width: 45%;
	padding-left: 4%;
}
#sec01 .setTxt>h2 {
	margin-bottom: 3rem;
}
#sec01 .setTxt>h3 {
	margin: 1.5rem 0;
}
#sec01 .setTxt>p {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .25em;
	margin: 4rem 0 0;
}
/* ------------------------------ */
/* #sec02 */
/* ------------------------------ */
#sec02 {
	width: 86%;
	padding: 3rem 0 0;
}
#sec02 .flex {
	justify-content: space-between;
	align-items: flex-start;
	gap: 3rem 1.25rem;
}
#sec02 .flex>h2,
#sec02 .flex>a.btn_mdl {
	width: calc(25% - 1.25rem);
	display: block;
}
#sec02 a.btn_mdl>figure {
	cursor: pointer;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
}
#sec02 a.btn_mdl>span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	bottom: -2rem;
	pointer-events: none;
}
#sec02 a.btn_mdl:hover figure {
	filter: brightness(1.25);
	transition: .3s ease-in-out;
}
#sec02 figure.img_space01 {
	background-image: url(/assets/img/sec02_01.webp);
	background-size: cover;
	background-position: 40% 0;
}
#sec02 figure.img_space02 {
	background-image: url(/assets/img/sec02_02.webp);
	background-size: 154%;
	background-position: 93% 0;
}
#sec02 figure.img_space03 {
	background-image: url(/assets/img/sec02_03.webp);
	background-size: 154%;
	background-position: 96% 0;
}
#sec02 figure.img_space04 {
	background-image: url(/assets/img/sec02_04.webp);
	background-size: 140%;
	background-position: 50% 0;
}
#sec02 figure.img_space05 {
	background-image: url(/assets/img/sec02_05.webp);
	background-size: 150%;
	background-position: 60% 90%;
}
#sec02 figure.img_space06 {
	background-image: url(/assets/img/sec02_06.webp);
	background-size: 150%;
	background-position: 5% 40%;
}
#sec02 figure.img_space07 {
	background-image: url(/assets/img/sec02_07.webp);
	background-size: 148%;
	background-position: 3% 50%;
}
#sec02 figure.img_space08 {
	background-image: url(/assets/img/sec02_08.webp);
	background-size: 154%;
	background-position: 6% 0;
}
#sec02 figure.img_space09 {
	background-image: url(/assets/img/sec02_09.webp);
	background-size: 136%;
	background-position: 6% 10%;
}
#sec02 figure.img_space10 {
	background-image: url(/assets/img/sec02_10.webp);
	background-size: 144%;
	background-position: 50% 60%;
}
#sec02 figure.img_space11 {
	background-image: url(/assets/img/sec02_11.webp);
	background-size: 154%;
	background-position: 10% 0;
}
/* ------------------------------ */
/* #sec03 */
/* ------------------------------ */
#sec03 {
	width: 86%;
	padding: 3rem 0 0;
}
#sec03 h2 {
	text-align: center;
}
#sec03 h2 span {
	margin: 0 auto 1.5rem;
}
#sec03 .masonry_grid {
	position: relative;
	width: 100%;
	margin: 3rem auto 0;
}
#sec03 .grid_gap {
	width: 10%;
}
#sec03 .grid_item {
	width: calc((100% - 10%) / 2);
	margin-bottom: 4.5rem;
	border-top: 3px solid #231815;
}
#sec03 .grid_item h3 {
	font-family: "EB Garamond", serif;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	padding: .25rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid #231815;
}
#sec03 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.4rem;
}
#sec03 dl dt {
	width: 75%;
	padding-top: 1rem;
}
#sec03 dl dd {
	width: 25%;
	font-family: "EB Garamond", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .05em;
	text-align: right;
	padding-top: .875rem;
	position: relative;
}
#sec03 dl dd>span {
	display: block;
	width: 5rem;
	font-family: "EB Garamond", "Zen Old Mincho", serif;
	font-size: 1.4rem;
	letter-spacing: .025em;
	position: absolute;
	bottom: 0;
}
#sec03 dl dd>span.adjustA {
	right: 4.75em;
}
#sec03 dl dd>span.adjustB {
	right: 3.75em;
}
#sec03 .masonry_grid>.boxBD {
	padding: 1rem 1.5rem;
	border: 1px solid #231815;
	font-size: 1.4rem;
	top: auto !important;
	bottom: 0;
}
#sec03 .masonry_grid>.boxBD span {
	font-size: 88%;
	display: block;
	margin-top: .75rem;
}
/* ------------------------------ */
/* #sec04 */
/* ------------------------------ */
#sec04 {
	width: 86%;
	padding: 3rem 0;
}
#sec04 h2 {
	margin-bottom: 3rem;
}
#sec04 .flex {
	justify-content: space-between;
	align-items: flex-start;
	gap: 3rem;
}
#sec04 .flex>dl {
	width: calc(25% - 3rem);
}
#sec04 .flex>dl dt {
	position: relative;
	width: 100%;
	aspect-ratio: 5 / 7;
	overflow: hidden;
	margin-bottom: .75rem;
}
#sec04 .flex>dl dt>img {
	position: absolute;
	top: 50%;
	left: 50%;
}
#sec04 dl:nth-child(1) dt>img {
	transform: translate(-51%, -51%) scale(1.24);
}
#sec04 dl:nth-child(2) dt>img {
	transform: translate(-46%, -52%) scale(1.06);
}
#sec04 dl:nth-child(3) dt>img {
	transform: translate(-48%, -52%) scale(1.12);
}
#sec04 dl:nth-child(4) dt>img {
	transform: translate(-50%, -50%) scale(1.22);
}
#sec04 dl:nth-child(5) dt>img {
	transform: translate(-51%, -45%) scale(1.25);
}
#sec04 dl:nth-child(6) dt>img {
	transform: translate(-47%, -47%) scale(1.16);
}
#sec04 dl:nth-child(7) dt>img {
	transform: translate(-46%, -46%) scale(1.25);
}
#sec04 dl:nth-child(8) dt>img {
	transform: translate(-48%, -50%) scale(1.25);
}
#sec04 .flex>dl dd {
	font-size: 1.3rem;
}
#sec04 .flex>dl dd>span {
	font-family: "EB Garamond", serif;
	font-size: 108%;
	padding-right: .75rem;
}
#sec04 .flex>dl dd>span.f_zen {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 90%;
}
/* ------------------------------ */
/* #sec05 */
/* ------------------------------ */
#sec05 {
	width: calc(86% + .5rem);
	padding: 3rem 0;
}
#sec05 .flex {
	align-items: flex-start;
}
#sec05 .flex>h2,
#sec05 .flex>a.btn_mdl {
	width: calc(100% / 6 - .5rem);
}
#sec05 .flex>a.btn_mdl {
	margin: 0 .25rem .5rem;
}
#sec05 .flex>h2 {
	padding-left: 2rem;
}
#sec05 .flex>a:nth-of-type(1) {
	order: -5;
}
#sec05 .flex>a:nth-of-type(2) {
	order: -4;
}
#sec05 .flex>a:nth-of-type(3) {
	order: -3;
}
#sec05 .flex>a:nth-of-type(4) {
	order: -2;
}
#sec05 .flex>a:nth-of-type(5) {
	order: -1;
}
#sec05 .flex>a.btn_mdl:nth-of-type(n+12) {
	display: none;
}
#sec05 a#btn_viewMore {
	display: block;
	width: 5.5em;
	margin: 3rem auto 4.5rem;
	padding: .25rem;
	background: #fff;
	border: 1px solid #231815;
	font-family: "EB Garamond", serif;
	font-size: 2.75rem;
	font-weight: 400;
	letter-spacing: .01em;
	text-align: center;
	cursor: pointer;
	position: relative;
}
#sec05 a#btn_viewMore:after {
	content: '';
	width: 1px;
	height: 3.5rem;
	background: #231815;
	position: absolute;
	top: 90%;
	left: 50%;
}
#sec05 a.btn_mdl {
	cursor: pointer;
	position: relative;
	width: 100%;
}
#sec05 a.btn_mdl:hover img {
	filter: brightness(1.25);
}
/* ------------------------------ */
/* #sec06 */
/* ------------------------------ */
#sec06 {
	width: 86%;
	padding: 3rem 0 0;
}
#sec06 h2 {
	text-align: center;
}
#sec06 h2 span {
	margin: 0 auto 1.5rem;
}
#sec06 .flex {
	justify-content: space-between;
	gap: .5rem 0;
	margin-bottom: 4.5rem;
}
#sec06 .flex>.boxBD {
	width: calc(50% - .5rem);
	border: 1px solid #231815;
	padding: 4.5rem 8.5rem;
	margin-top: 3rem;
}
#sec06 h3 {
	font-family: "Oswald", sans-serif;
	font-size: 3rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
}
#sec06 .boxBD>h3 {
	margin-bottom: 3rem;
}
#sec06 h3>span {
	font-family: "Yu Gothic Medium", "YuGothic", "游ゴシック Medium", "游ゴシック", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0;
	padding-left: 1rem;
}
#sec06 .boxBD>h3>span {
	display: block;
	padding-left: 0;
}
#sec06 p {
	font-size: 1.2rem;
	line-height: 1.75;
	margin: 1.5rem 0;
}
#sec06 .boxBD>p {
	margin: 3rem 0 .5rem;
}
#sec06 .boxBD>a {
	font-size: 1.5rem;
	font-weight: bold;
	margin: .5rem 0;
	display: block;
}
#sec06 .boxBD:last-child>p {
	margin-bottom: 1.5rem;
}
#sec06 .boxBD:last-child>a {
	text-align: center;
}
#sec06 iframe {
	width: 100%;
	aspect-ratio: 5 / 2;
	border: 0;
	box-sizing: border-box;
}
/* ------------------------------ */
/* footer */
/* ------------------------------ */
footer {
	background: #231815;
	color: #fff;
	position: relative;
}
footer>.flex {
	width: 86%;
	max-width: 1440px;
	min-width: 660px;
	margin: auto;
	padding: 3rem 0 4.5rem;
	justify-content: center;
	align-items: stretch;
	position: relative;
}
footer #btnSet {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 2.5rem;
	margin-bottom: 4.5rem;
}
footer #btnSet>h6 {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
}
footer #btnSet>a {
	width: 25%;
	max-width: 280px;
}
footer #btnSet a>img {
	display: block;
	width: 100%;
	height: auto;
	transition: .3s ease-in-out;
}
footer #btnSet a:hover>img {
	filter: invert(1) grayscale(1);
}
footer #setZA {
	width: 45%;
	padding: .5rem;
	border-right: 1px solid #ccc;
}
footer #setZA img {
	filter: brightness(2);
	width: 50%;
	max-width: 200px;
	margin: 0 auto 3rem;
}
footer #setIZ {
	width: 45%;
	padding: .5rem;
	border-left: 1px solid #ccc;
}
footer #setIZ img {
	filter: brightness(2);
	width: 25%;
	max-width: 100px;
	margin: 0 auto 3rem;
}
footer .setTxt {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem 2rem;
	width: 26em;
	margin: auto;
}
footer .setTxt .pcSet {
	display: inline-block !important;
}
footer dl.flex>dt:after {
	content: '▶︎';
	padding: 0 .5rem;
	font-size: 75%;
	vertical-align: .1em;
}
footer .setTxt p {
	line-height: 2;
}
footer p.copy {
	font-size: .75rem;
	position: absolute;
	right: .5rem;
	bottom: .5rem;
}
a.pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 5.25rem;
	height: 5.25rem;
	background: #231815;
	cursor: pointer;
	opacity: 1;
	transition: transform .5s ease-out;
	will-change: transform;
	z-index: 1001;
}
a.pageTop.is_hidden {
	transform: translateY(150%);
}
a.pageTop:not(.is_hidden) {
	transform: translateY(0);
}
a.pageTop:after {
	content: '';
	position: absolute;
	width: .75rem;
	height: .75rem;
	top: .25rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
a.pageTop:hover {
	background: #888;
}
/* ------------------------------ */
/* fancybox */
/* ------------------------------ */
/*.fancybox-infobar,*/
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}
.fancybox-content {
	pointer-events: none;
}
.fancybox-toolbar,
.fancybox-navigation .fancybox-button {
	pointer-events: auto;
}

/* style ------- */
.flex {
	display: flex;
	flex-wrap: wrap;
}
.t_center {
	text-align: center !important;
}