@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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;}
.zen {
	font-family: "Zen Old Mincho", serif;
}
.serif {
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 123.7rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2.5rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList li {
	margin-bottom: 2.2rem;
}
.comPhotoList li:last-child {
	margin-bottom: 0;
}
.comPhotoList a {
	position: relative;
	display: block;
	height: inherit;
	overflow: hidden;
}
.comPhotoList a::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	transition: .3s;
}
.comPhotoList .bgPho {
	overflow: hidden;
}
.comPhotoList .bgPho img {
	width: 100%;
	transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.comPhotoList .title {
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: right;
	right: 1.5rem;
	bottom: 2.2rem;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
}
.comPhotoList .title .en {
	display: block;
	font-size: 5.25rem;
	line-height: 1.45;
	letter-spacing: 0.27em;
}
.comPhotoList .title .jp {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.47em;
}
.comPhotoList .title .en.thin {
	letter-spacing: 0.11em;
}
.comPhotoList .title .jp.thin {
	letter-spacing: 0.27em;
}
.comPhotoList li:nth-child(2n) .title {
	left: 3rem;
	right: auto;
	text-align: left;
}
@media all and (min-width: 1025px) {
	.comPhotoList a:hover::after {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.comPhotoList a:hover .bgPho img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.comPhotoList li {
		margin-bottom: 1rem;
	}
	.comPhotoList li:last-child {
		margin-bottom: 0;
	}
	.comPhotoList .title {
		right: 0.8rem;
		bottom: 0.9rem;
	}
	.comPhotoList .title .en {
		font-size: 1.6rem;
		line-height: 1.65;
	}
	.comPhotoList .title .jp {
		font-size: 1.2rem;
	}
	.comPhotoList li:nth-child(2n) .title {
		left: 1.2rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 19.2rem 0 0 auto;
	width: calc(50% + 47.8rem);
}
.pageTitle img {
	width: 100%;
}
.pageTitle.fit {
	aspect-ratio: 1597 / 514;
	overflow: hidden;
	clip-path: inset(0);
}
.pageTitle.fit .fixBg::before {
	display: none !important;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-top: 10rem;
		width: auto;
	}
	.pageTitle.fit {
		aspect-ratio: 375 / 260;
	}
}
/*------------------------------------------------------------
	bgColor
------------------------------------------------------------*/
.bgColor {
	background-color: #000;
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	padding-top: 3.9rem;
	margin: 0 auto 15.5rem;
	max-width: 96rem;
}
.comTextBox .text {
	font-size: 1.6rem;
	letter-spacing: 0.5em;
	line-height: 1.9;
}
@media all and (max-width: 896px) {
	.comTextBox {
		padding-top: 2rem;
		margin: 0 2rem 5rem;
		max-width: 100%;
	}
	.comTextBox .text {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comTextBox01
------------------------------------------------------------*/
.comTextBox01 {
	margin-bottom: 6.3rem;
	padding-top: 1.3rem;
	text-align: center;
}
.comTextBox01 .hTtl {
	margin-bottom: 3.5rem;
	font-family: "Noto Serif JP", serif;
	font-size: 6.7rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.19;
}
.comTextBox01 .text {
	font-size: 2.6rem;
	font-weight: 200;
	line-height: 1.65;
}
@media all and (max-width: 896px) {
	.comTextBox01 {
		margin-bottom: 3rem;
		padding-top: 0;
	}
	.comTextBox01 .hTtl {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	.comTextBox01 .text {
		font-size: 1.6rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.7rem;
}
.headLine01 .en {
	font-size: 5.3rem;
	letter-spacing: 0.3em;
}
.headLine01 .jp {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.5em;
	line-height: 1.4;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
	}
	.headLine01 .en {
		font-size: 3.5rem;
	}
	.headLine01 .jp {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding-bottom: 0.7rem;
	margin: 0 auto 7.5rem;
	width: fit-content;
	min-width: 59rem;
	position: relative;
	text-align: center;
	font-weight: 200;
	font-size: 6.75rem;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
	font-feature-settings: "palt";
}
.headLine02::after {
	position: absolute;
	z-index: 1;
	content: "";
	bottom: 0;
	left: 1.5rem;
	right: 1.5rem;
	border-bottom: 1px solid #fff;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 5rem;
		min-width: inherit;
		font-size: 3rem;
	}
	.headLine02::after {
		left: 0;
		right: 0;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding: 0 3rem;
	margin: 0 auto 3rem;
	width: fit-content;
	text-align: center;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	background: url(../img/common/icon06.png) no-repeat left center / 1.8rem, url(../img/common/icon07.png) no-repeat right center / 1.8rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 auto 3rem;
		font-size: 1.8rem;
		background-size: 0.8rem auto,0.8rem auto;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList li {
	margin: 0 1rem;
	width: 43.2rem;
}
.comBtnList a {
	position: relative;
	display: inline-block;
}
.comBtnList .pho {
	overflow: hidden;
}
.comBtnList .pho img {
	width: 100%;
	transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.comBtnList a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #413D3C;
	content: "";
	mix-blend-mode: multiply;
	transition: .3s;
}
.comBtnList a .txt {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 32.5%;
	color: #B5B5B6;
	text-align: center;
	font-size: 3.9rem;
	font-weight: 200;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	font-feature-settings: "palt";
}
.comBtnList .more {
	padding: 0.1rem 0.8rem 0.3rem;
	position: absolute;
	z-index: 2;
	left: 1.3rem;
	right: 1.3rem;
	bottom: 1rem;
	text-align: right;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.comBtnList .more span {
	padding-right: 1.6rem;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	background: url(../img/common/icon04.png) no-repeat right center / 1.3rem;
}
@media all and (min-width: 1025px) {
	.comBtnList a:hover::after {
		opacity: 0.8;
	} 
	.comBtnList a:hover img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.comBtnList {
		display: block;
	}
	.comBtnList li {
		margin: 0 0 3rem;
		width: auto;
	}
	.comBtnList li:last-child {
		margin-bottom: 0;
	}
	.comBtnList a .txt {
		top: 37%;
		font-size: 2.5rem !important;
	}
	.comBtnList .more {
		padding: 0.3rem 1.5rem !important;
		left: 1rem !important;
		right: 1rem !important;
		bottom: 1rem !important;
	}
	.comBtnList .more span {
		padding-right: 2.8rem !important;
		font-size: 1.6rem !important;
		background-size: 1.5rem auto !important;
	}
}
/*------------------------------------------------------------
	comBtnList01
------------------------------------------------------------*/
.comBtnList01 {
	margin-top: 18.2rem;
}
.comBtnList01 li {
	margin: 3.7rem auto 0; 
	width: 70rem;
}
.comBtnList01 a {
	min-height: 10.5rem;
	font-weight: 400;
	font-size: 4.9rem;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 0.3rem solid #fff;
	border-radius: 5rem;
	background: url(../img/common/icon08.png) no-repeat right 3.1rem center / 3rem;
}
.comBtnList01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtnList01 {
		margin-top: 8rem;
	}
	.comBtnList01 li {
		margin-top: 2rem;
		width: 30rem;
	}
	.comBtnList01 a {
		min-height: 5rem;
		font-size: 2rem;
		border-width: 0.2rem;
		background-size: 1.7rem auto;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -1.7rem 0 8.9rem;
}
.comLinkList li {
	margin-top: 1.7rem;
}
.comLinkList .li01 {
	width: 49.2%;
}
.comLinkList a {
	padding: 0 1rem 0.6rem;
	display: block;
	font-weight: 300;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #fff;
	background: url(../img/common/icon05.png) no-repeat right 1.8rem center / 2.6rem;
}
.comLinkList a.sml {
	font-size: 3.9rem;
}
.comLinkList a:hover {
	opacity: 0.7;
}
.comLinkList01 {
	margin-bottom: 1.7rem;
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin: -1rem 0 4rem;
		display: block;
	}
	.comLinkList li {
		margin-top: 1rem;
	}
	.comLinkList .li01 {
		width: auto;
	}
	.comLinkList a {
		padding: 0 1rem;
		font-size: 2rem !important;
		background-size: 1.5rem auto;
	}
	.comLinkList01 {
		margin-bottom: 2rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 12.8rem;
}
.comImgBox:last-of-type {
	margin-bottom: 0;
}
.comImgBox .title {
	padding: 0.1rem 1rem 0.7rem;
	text-align: center;
	font-weight: 600;
	font-size: 3.75rem;
	color: #4C4948;
	letter-spacing: 0.07em;
	font-family: "Noto Serif JP", serif;
	background-color: #fff;
}
.comImgBox .photo {
	margin-bottom: 0.6rem;
}
.comImgBox .photo img {
	width: 100%;
}
.comImgBox .text {
	text-align: justify;
	font-feature-settings: "palt";
	font-weight: 200;
	letter-spacing: 0.03em;
	font-size: 2.6rem;
}
.comImgBox.none {
	display: none;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 4rem;
	}
	.comImgBox .title {
		padding: 0.1rem 1rem 0.7rem;
		font-size: 1.8rem;
	}
	.comImgBox .text {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comImgBox01
------------------------------------------------------------*/
.comImgBox01 {
	margin: 0 auto 12rem;
	max-width: 116.5rem;
}
.comImgBox01.none {
	display: none;
}
.comImgBox01:last-of-type {
	margin-bottom: 0;
}
.comImgBox01 .photoBox {
	margin-bottom: 2.5rem;
}
.comImgBox01 .photoBox ul {
	margin-top: -1.5rem;
}
.comImgBox01 .photoBox li {
	margin-top: 1.5rem;
	width: 49.32%;
}
.comImgBox01 .photoBox img {
	width: 100%;
}
.comImgBox01 .textBox .txt {
	font-weight: 300;
	font-size: 2.2rem;
	text-align: justify;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	line-height: 1.66;
}
@media all and (max-width: 896px) {
	.comImgBox01 {
		margin-bottom: 4rem;
		max-width: 100%;
	}
	.comImgBox01 .photoBox {
		margin-bottom: 2.5rem;
	}
	.comImgBox01 .photoBox ul {
		margin-top: -1.5%;
	}
	.comImgBox01 .photoBox li {
		margin-top: 1.5%;
	}
	.comImgBox01 .textBox .txt {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	fixBg
------------------------------------------------------------*/
#main .fixBg {
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
#main .fixBg::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	content: "";
}
#main .fixBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .bgSec {
	clip-path: inset(0);
}
.pageTitle .fixBg {
	height: 46vw !important;
	max-height: 86rem;
}
@media all and (max-width: 896px) {
	.pageTitle .fixBg {
		height: 100vw !important;
		max-height: 100%;
	}
}
/*------------------------------------------------------------
	comSubLine
------------------------------------------------------------*/
.comSubLine {
	padding-bottom: 18.5rem;
	position: relative;
}
.comSubLine::after {
	height: 1px;
	position: absolute;
	left: 7rem;
	right: 7rem;
	bottom: 0;
	content: "";
	background-color: #fff;
}
@media all and (max-width: 896px) {
	.comSubLine {
		padding-bottom: 5rem;
	}
	.comSubLine::after {
		left: 2rem;
		right: 2rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}