@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 0;
	overflow: hidden;
}
#main .mainVisual {
	position: relative;
	z-index: 0;
}
#main .mainVisual .image {
	width: 100%;
	height: 100vh;
}
#main .mainVisual .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual h2 {
	padding: 2.3rem 1.6rem 2.3rem 6.6rem;
	width: fit-content;
	min-width: 40.4rem;
	position: absolute;
	left: calc((100vw - 128rem) / 2);
	bottom: 0;
	font-size: 5.1rem;
	line-height: 1.57;
	font-weight: 400;
	letter-spacing: 0.03em;
	background-color: #fff;
	font-family: "Shippori Mincho", serif;
}
@media (min-width: 897px) and (max-width: 1320px) {
	#main .mainVisual h2 {
		left: 2rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual .image {
		height: auto;
	}
	#main .mainVisual h2 {
		padding: 1.5rem 0.6rem 1.2rem 2.6rem;
		min-width: 19.3rem;
		font-size: 2.55rem;
		line-height: 1.568;
		left: 2rem;
	}
}
#main .roomBox {
	padding: 25.5rem 0 14rem;
}
#main .roomBox .imgBox {
	margin-right: calc((100vw - 117.4rem) / 2);
	display: flex;
	gap: 0.3rem;
}
#main .roomBox .imgBox .photo {
	width: calc(50vw + 1rem);
}
#main .roomBox .imgBox .photo img {
	width: 100%;
}
#main .roomBox .imgBox .headLine04 {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}
#main .roomBox .imgBox02 {
	margin: 10rem 0 0 calc((100vw - 112rem) / 2);
	align-items: center;
	gap: 16rem;
}
#main .roomBox .imgBox02 .textBox {
	flex: 1;
}
#main .roomBox .imgBox02 .textBox p {
	font-size: 1.7rem;
	line-height: 2.941;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .roomBox .imgBox02 .textBox .comBtn a {
	margin: 8.7rem 0 9rem;
	min-width: 22.1rem;
}
#main .roomBox .imgBox02 .photo {
	width: calc(50vw - 10.8rem);
}
#main .roomBox .imgBox02 .photo .image01 {
	margin: 0 -3rem -6rem 0;
	display: block;
	position: relative;
	width: 44.19%;
}
#main .roomBox .imgBox02 .photo .image02 {
	margin-left: auto;
	display: block;
	width: 85%;
}
@media all and (max-width: 896px) {
	#main .roomBox {
		padding: 10rem 0 20.2rem;
	}
	#main .roomBox .imgBox {
		margin: 0 3.4rem;
		flex-direction: column-reverse;
	}
	#main .roomBox .imgBox .photo {
		margin: 4.7rem auto 0 -3.5rem;
		width: 89.6vw;
	}
	#main .roomBox .imgBox02 {
		margin: 4.6rem 4rem 0;
		flex-direction: column;
		gap: 0;
	}
	#main .roomBox .imgBox02 .textBox p {
		font-size: 1.3rem;
		line-height: 2.692;
		text-align: justify;
	}
	#main .roomBox .imgBox02 .textBox .comBtn a {
		margin: 5rem auto 0;
		min-width: 20rem;
	}
	#main .comBtn a {
		font-size: 1.4rem;
	}
	#main .roomBox .imgBox02 .photo {
		margin: 6rem 0 0;
	}
	#main .roomBox .imgBox02 .photo .image02 {
		margin: 0 -3.5rem 0 auto;
		width: 73vw;
	}
	#main .roomBox .imgBox02 .photo .image01 {
		margin: 0 -5rem -3rem 2rem;
		display: block;
		position: relative;
		width: 36vw;
	}
}
/* bgBox */
#main .bgBox {
	padding: 1px;
	background-color: #F8F8F8;
}
/* eventBox */
#main .eventBox {
	margin-bottom: 21rem;
}
#main .eventBox .topBox {
	margin-bottom: 11.4rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14.6rem;
}
#main .eventBox .slick-list {
	overflow: visible !important;
}
#main .eventBox .headLine04 {
	margin: -12.3rem -0.3rem -2.2rem;
	gap: 2.6rem;
}
#main .eventBox .topBox p {
	flex: 1;
	letter-spacing: 0.1em;
}
#main .eventBox .comBtn a {
	margin-bottom: 0.7rem;
	min-width: 22.1rem;
}
#main .eventBox .comList {
	display: block;
}
#main .eventBox .comList div > li {
	margin-right: 4rem;
	width: 34.6rem !important;
}
#main .eventBox .comList dt img {
	display: inline !important;
}
#main .eventBox .photo {
	aspect-ratio: 346/249;
}
#main .slick-dots {
	bottom: -7.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
#main .slick-dots li {
	margin: 0 !important;
	width: 4rem !important;
	height: 1px !important;
	background-color: #8C8C8C;
	transition: 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}
#main .slick-dots li::after {
	width: 100%;
	height: 0.3rem;
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
	background-color: #3E3A39;
	opacity: 0;
	transition: 0.3s;
}
#main .slick-dots .slick-active::after {
	opacity: 1;
}
#main .slick-dots li button {
	display: none;
}
@media all and (min-width: 897px) {
	#main .slick-dots li:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main .eventBox {
		margin-bottom: 9.4rem;
	}
	#main .eventBox .topBox {
		margin-bottom: 5.4rem;
		display: block;
	}
	#main .eventBox .headLine04 {
		margin: -10.3rem 1.7rem 5rem;
		gap: 2.3rem;
	}
	#main .eventBox .topBox p {
		font-size: 1.3rem;
		text-align: justify;
		letter-spacing: 0.07em;
	}
	#main .eventBox .comList div > li {
		margin-right: 1.5rem;
		width: 26.5rem !important;
	}
	#main .eventBox .comList {
		margin-bottom: 9.4rem;
	}
	#main .eventBox .comList .photo {
		margin-bottom: 2.2rem;
	}
	#main .slick-dots {
		bottom: -3.4rem;
	}
	#main .slick-dots li {
		width: 3rem !important;
	}
}
/* caseBox */
#main .caseBox .imgBox {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main .caseBox .imgBox::after {
	width: 999rem;
	height: 10rem;
	content: "";
	position: absolute;
	left: 56rem;
	bottom: 0;
	pointer-events: none;
	background: #fff;
}
#main .caseBox .photo {
	margin-top: 13rem;
	width: 85rem;
}
#main .caseBox .headLine04 {
	gap: 2.5rem;
}
#main .caseBox .textBox {
	margin-bottom: -1px;
	padding-top: 1px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#main .caseBox .textBox p {
	margin: -1rem 0 9.7rem auto;
	width: 46rem;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .caseBox .comBtn a {
	margin-right: 0;
	min-width: 19.1rem;
}
@media all and (max-width: 896px) {
	#main .caseBox .imgBox::after {
		height: 2.8rem;
		left: 2rem;
	}
	#main .caseBox .photo {
		margin: 5.4rem 0 0 -4.1rem;
		width: 63vw;
		aspect-ratio: 475/434;
	}
	#main .caseBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .caseBox .headLine04 {
		gap: 2rem;
	}
	#main .caseBox .textBox {
		padding: 2.6rem 0 0 6rem;
	}
	#main .caseBox .textBox p {
		margin-bottom: 4.3rem;
		width: auto;
		font-size: 1.3rem;
	}
	#main .caseBox .comBtn a {
		margin: 0 auto;
		min-width: 18.4rem;
	}
}
/* experience */
#main .experience {
	margin: 14rem 0 19rem;
}
#main .experience .imgBox {
	display: flex;
	position: relative;
	align-items: flex-start;
	gap: 2rem;
}
#main .experience .photo {
	width: 50.45vw;
	order: 3;
}
#main .experience img {
	width: 100%;
}
#main .experience .photo02 {
	margin-top: 22rem;
	width: 19.45vw;
}
#main .experience .headLine04 {
	line-height: 1.5;
	width: fit-content;
	margin: 0 auto;
}
#main .experience .textBox {
	margin: -10.2rem 0 15rem auto;
	width: 56.7rem;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .experience .houseBox {
	display: flex;
	border: 1px solid #3E3A39;
	border-left: none;
}
#main .experience .houseBox p {
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: justify;
}
#main .experience .houseBox .image {
	margin: -1rem 0 -1rem 0;
	width: 34.5rem;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
#main .experience .houseBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2.8rem 0 0 2.8rem;
}
#main .experience .houseBox .image::before {
	content: "";
	position: absolute;
	left: 0.9rem;
	top: 0.9rem;
	bottom: 0.9rem;
	right: 0;
	border: 1px solid #fff;
	border-radius: 1.8rem 0 0 1.8rem;
}
#main .experience .houseBox .subBox {
	padding: 1.3rem 10rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 1;
}
#main .experience .houseBox .headLine02 {
	margin: 0;
	width: 56.5rem;
	padding: 0 0 0 3rem;
	position: absolute;
	left: 50%;
	top: -3.7rem;
	text-align: center;
	background: #fff;
	transform: translateX(-49%);
}
#main .experience .houseBox .comBtn {
	position: absolute;
	right: -1px;
	bottom: -2.8rem;
}
#main .experience .houseBox .comBtn a {
	min-width: 18.7rem;
}
@media all and (max-width: 896px) {
	#main .experience {
		margin: 10rem 0 11.2rem;
	}
	#main .experience .imgBox {
		gap: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .experience .photo02 {
		margin-top: 11.3rem;
		order: 0;
		width: 28vw;
		aspect-ratio: 209/400;
	}
	#main .experience .photo {
		width: 58.45vw;
		order: 1;
		aspect-ratio: 1/1;
	}
	#main .experience .photo02 img,
	#main .experience .photo img {
		height: 100%;
		object-fit: cover;
	}
	#main .experience .headLine04 {
		padding: 4.7rem 4rem 4.4rem;
		width: 100%;
		order: 3;
	}
	#main .experience .headLine04 .larTxt {
		writing-mode: inherit;
		word-break: break-all;
	}
	#main .experience .textBox {
		margin: 0;
		width: 100%;
	}
	#main .experience .textBox p {
		font-size: 1.3rem;
		text-align: justify;
	}
	#main .experience .houseBox .headLine02 {
		padding: 0 0 3.5rem;
		position: initial;
		transform: none;
		width: auto;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
	#main .experience .houseBox {
		margin: 8.4rem -1.4rem 0;
		display: block;
		border-radius: 0;
		border: 1px solid;
	}
	#main .experience .houseBox .image {
		margin: -2rem -0.6rem 3.2rem;
		width: auto;
		aspect-ratio: 669/446;
	}
	#main .experience .houseBox .image::before {
		left: 0.55rem;
		top: 0.6rem;
		bottom: 0;
		right: 0.55rem;
		border-bottom: none;
		border-radius: 1.4rem 1.4rem 0 0;
	}
	#main .experience .houseBox .image img {
		height: 100%;
		object-fit: cover;
		border-radius: 2.05rem 2.05rem 0 0;
	}
	#main .experience .houseBox .subBox {
		padding: 1rem 2.6rem 6.8rem;
		display: block;
	}
	#main .experience .houseBox .subBox p {
		font-size: 1.3rem;
	}
}
/* columnBox */
#main .columnBox {
	margin-bottom: 16.8rem;
}
#main .headLine01 {
	margin-bottom: 7.4rem;
	font-size: 6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#main .columnBox .titleBox {
	margin-bottom: 9.3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#main .columnBox .titleBox p {
	flex: 1;
	letter-spacing: 0.1em;
}
#main .columnBox .titleBox .comBtn a {
	margin-bottom: 0.5rem;
	min-width: 19.2rem;
}
#main .columnBox .photo {
	aspect-ratio: 347/345;
}
@media all and (max-width: 896px) {
	#main .columnBox {
		margin-bottom: 13.6rem;
	}
	#main .headLine01 {
		margin-bottom: 4.9rem;
		font-size: 3rem;
		text-align: left;
	}
	#main .columnBox .titleBox {
		margin-bottom: 5.4rem;
	}
	#main .columnBox .titleBox p {
		font-size: 1.3rem;
		text-align: justify;
	}
	#main .columnBox .comList {
		display: flex;
		gap: 2rem 0;
		justify-content: space-between;
	}
	#main .columnBox .comList li {
		margin: 0;
		width: calc(50% - 0.8rem) !important;
	}
	#main .columnBox .comList .photo {
		margin-bottom: 1.2rem;
	}
	#main .columnBox .comList .dateInfo {
		margin-bottom: 1.8rem;
		display: block;
	}
	#main .columnBox .comList .dateInfo span {
		width: fit-content;
		display: block;
	}
	#main .columnBox .comList .dateInfo .tag {
		margin-top: 0.3rem;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	#main .columnBox .comList.columns3 .title {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .comBtn a {
		margin: 4.6rem auto 0;
		min-width: 17.1rem;
	}
}
/* movieBox */
#main .movieBox {
	margin-bottom: 21rem;
}
#main .movieBox .headLine01 {
	margin-bottom: 7.1rem;
	text-align: center;
}
#main .movieBox .headLine04 {
	margin-bottom: 2.8rem;
	font-size: 2.667rem;
	line-height: 1.941;
	letter-spacing: 0.03em;
}
#main .movieBox .videoBox {
	display: flex;
	align-items: flex-start;
	gap: 10rem;
}
#main .movieBox .video {
	margin-top: 1.6rem;
	width: 51rem;
	height: 28.7rem;
	background-color: #ccc;
	transition: all 0.3s;
}
#main .movieBox .video iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .movieBox .textBox {
	flex: 1;
}
#main .movieBox .textBox p {
	margin-bottom: 8rem;
	letter-spacing: 0.1em;
}
#main .movieBox .textBox .comBtn a {
	margin-left: 0;
	min-width: 24.7rem;
}
@media all and (min-width: 897px) {
	#main .movieBox .video:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#main .movieBox {
		margin-bottom: 25.8rem;
	}
	#main .movieBox .videoBox {
		display: block;
	}
	#main .movieBox .video {
		margin: 0 0 5rem;
		width: 100%;
		height: auto;
		aspect-ratio: 670/376;
	}
	#main .movieBox .headLine01 {
		margin-bottom: 4.7rem;
	}
	#main .movieBox .headLine04 {
		margin-bottom: 4.3rem;
		font-size: 1.9rem;
		line-height: 2.2;
	}
	#main .movieBox .textBox p {
		margin-bottom: 5.5rem;
		font-size: 1.3rem;
		text-align: justify;
	}
	#main .movieBox .textBox .comBtn a {
		margin: 0 auto;
		min-width: 22.7rem;
	}
}
/* siteInfo */
#main .siteInfo {
	display: flex;
	position: relative;
	border-radius: 3.5rem;
	background: #F8F8F8;
}
#main .siteInfo::before {
	width: 5.4rem;
	height: 5.4rem;
	content: "";
	position: absolute;
	right: -1.9rem;
	top: -1.8rem;
	background: url(../img/index/icon01.png) no-repeat center top / 100%;
}
#main .siteInfo .photoBox {
	width: 73.2rem;
	border-radius: 3.5rem 0 0 3.5rem;
	overflow: hidden;
}
#main .siteInfo .headLine04 {
	padding: 1.7rem 3rem 1.7rem 2.7rem;
	width: fit-content;
	background-color: #fff;
	position: absolute;
	top: -11.4rem;
	left: 9.3rem;
	gap: 2.8rem;
}
#main .siteInfo .textBox {
	flex: 1;
	padding: 5.2rem 7.5rem 5rem 7.8rem;
}
#main .siteInfo p {
	margin-bottom: 5.9rem;
	letter-spacing: 0.1em;
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main .siteInfo {
		display: block;
		border-radius: 2.05rem;
	}
	#main .siteInfo .headLine04 {
		padding: 1.7rem 2rem 2.2rem 2.2rem;
		gap: 1.1rem;
		top: -17.8rem;
		left: 2rem;
	}
	#main .siteInfo .photoBox {
		width: auto;
		border-radius: 2.05rem 2.05rem 0 0;
		aspect-ratio: 670/446;
	}
	#main .siteInfo .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .siteInfo .textBox {
		padding: 5.2rem 2rem 6rem;
	}
	#main .siteInfo .textBox p {
		margin-bottom: 5.4rem;
		font-size: 1.3rem;
		text-align: justify;
	}
	#main .siteInfo .comBtn a {
		min-width: 22.7rem;
	}
	#main .siteInfo::before {
		width: 4.2rem;
		height: 4.2rem;
		right: 0;
		top: -2.1rem;
		background-image: url(../img/index/icon02.png);
	}
}