@charset "UTF-8";
.hnm-clientPhoto-photoGalleryArea {
	position: relative;
	display: flex;
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin: 30px 0 60px;
	padding-bottom: 60px;
}
.hnm-clientPhoto-photoGalleryArea::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	border-bottom: solid 1px var(--xy-color-Base-VeryPale, #ececec);
}
.hnm-clientPhoto-photoGalleryArea__cassette {
	overflow: hidden;
	flex-grow: 728;
	flex-basis: 0;
}
.hnm-clientPhoto-photoGalleryArea:has(+ .hnm-appealButton.-clientPhoto) {
	padding-bottom: 0;
}
.hnm-clientPhoto-photoGalleryArea:has(+ .hnm-appealButton.-clientPhoto)::after {
	content: unset;
}
.hnm-clientPhoto-section {
	color: var(--xy-color-Base-Deep, #595959);
}
.hnm-clientPhoto-section__movie {
	margin-top: 24px;
}
.hnm-clientPhoto-section__movie iframe {
	aspect-ratio: 4/3;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.hnm-clientPhoto-section__hallInfo {
	display: flex;
	flex-direction: column;
}
.hnm-clientPhoto-section__hallInfo + .hnm-clientPhoto-photoArea {
	margin-top: 24px;
}
.hnm-clientPhoto-section__mainCatch {
	font-size: var(--xy-font-size-heading2, 23px);
	line-height: 39px;
	font-weight: var(--xy-font-weight-bold, 600);
	color: var(--xy-color-Base, #202020);
	order: 1;
}
.hnm-clientPhoto-section__subCatch {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-body-small, 14px);
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 12px;
	color: var(--xy-color-Base-Light_PC, #828282);
	order: 0;
}
.hnm-clientPhoto-section__category {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-secondary, 14px);
	line-height: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	color: var(--xy-color-Base-Light_PC, #828282);
	order: 0;
}
.hnm-clientPhoto-section__hallAnotherName {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-secondary, 14px);
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top: 12px;
	order: 2;
}
.hnm-clientPhoto-section__summaryArea {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-secondary, 14px);
	line-height: 25px;
	letter-spacing: 0.5px;
	order: 3;
}
.hnm-clientPhoto-section__summaryText {
	display: flex;
	vertical-align: middle;
}
.hnm-clientPhoto-section__listIcon {
	margin-right: 4px;
	font-size: 8px;
}
.hnm-clientPhoto-section__descriptionArea {
	margin-top: 12px;
}
.hnm-clientPhoto-section__descriptionArea + .hnm-clientPhoto-photoArea {
	margin-top: 24px;
}
.hnm-clientPhoto-section__mainDescription {
	font-size: var(--xy-font-size-heading4, 18px);
	line-height: 31px;
	font-weight: var(--xy-font-weight-bold, 600);
}
.hnm-clientPhoto-section__subDescription {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-body-small, 14px);
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 8px;
}
.hnm-clientPhoto-section + .hnm-clientPhoto-section {
	margin-top: 36px;
	padding-top: 54px;
}
.hnm-clientPhoto-photoArea__photoCardWrapper {
	display: grid;
	vertical-align: middle;
	grid-gap: 1px;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type1 {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type2 {
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type3 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type3 .hnm-clientPhoto-photoArea__photoList:nth-of-type(1) {
	grid-row: 1/3;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type4 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type5 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type5 .hnm-clientPhoto-photoArea__photoList:nth-of-type(1) {
	grid-column: 1/3;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type6 {
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type6 .hnm-clientPhoto-photoArea__photoList {
	grid-column: span 3;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type6 .hnm-clientPhoto-photoArea__photoList:nth-of-type(n + 3) {
	grid-column: span 2;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type7 {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type8 {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type8 .hnm-clientPhoto-photoArea__photoList:first-of-type {
	grid-column: 1/3;
	grid-row: 1/3;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type9 {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type9 .hnm-clientPhoto-photoArea__photoList:first-of-type {
	grid-column: 1/4;
}
.hnm-clientPhoto-photoArea__photoCardWrapper.-type10 {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
}
.hnm-clientPhoto-photoArea__photoList {
	position: relative;
	overflow: hidden;
}
.hnm-clientPhoto-photoArea__photoList__photo {
	width: 100%;
	height: 100%;
}
.hnm-clientPhoto-photoArea__photoList__photo.is-firstImgType3 {
	position: absolute;
	top: 50%;
	left: 0;
	height: auto;
	transform: translateY(-50%);
}
.hnm-clientPhoto-photoArea__photoList__caption {
	position: absolute;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 98px;
	bottom: 0;
	transition: opacity 0.3s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.48) 100%);
	opacity: 0;
}
.hnm-clientPhoto-photoArea__photoList__caption__text {
	font-size: var(--xy-font-size-caption, 12px);
	line-height: 22px;
	font-weight: var(--xy-font-weight-bold, 600);
	overflow: hidden;
	margin-bottom: 12px;
	padding: 20px 12px 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: var(--xy-color-Base-Bright, #ffffff);
}
.hnm-clientPhoto-photoArea__photoList:hover {
	cursor: pointer;
	transition: opacity 0.3s;
}
.hnm-clientPhoto-photoArea__photoList:hover .hnm-clientPhoto-photoArea__photoList__caption {
	opacity: 1;
	transition-duration: 0.8s;
}
.hnm-clientPhoto-photoArea + .hnm-clientPhoto-photoArea {
	margin-top: 1px;
}
.hnm-clientPhoto__sideMenu {
	overflow: hidden;
	position: sticky;
	top: 84px;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 84px);
	flex-grow: 492;
	flex-basis: 0;
	color: var(--xy-color-Base-Deep, #595959);
	background-color: var(--xy-color-Base-Bright, #ffffff);
}
.hnm-clientPhoto__sideMenu__title {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-secondary, 14px);
	line-height: 16px;
	letter-spacing: 0.5px;
	display: block;
	padding-bottom: 30px;
	border-bottom: solid 1px var(--xy-color-Base-VeryPale, #ececec);
}
.hnm-clientPhoto__sideMenu__title__bold {
	display: block;
	margin-top: 8px;
	color: var(--xy-color-Base, #202020);
	font-size: var(--xy-font-size-primary, 16px);
	line-height: 18px;
	font-weight: var(--xy-font-weight-bold, 600);
	letter-spacing: 0.5px;
}
.hnm-clientPhoto__sideMenu__accordionWrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
	padding-bottom: 102px;
	overflow: hidden auto;
}
.hnm-clientPhoto__sideMenu__accordionArea {
	text-align: left;
	border-radius: 6px;
	background-color: var(--xy-color-Base-Bg, #f8f8f8);
}
.hnm-clientPhoto__sideMenu__accordionArea__category {
	font-size: var(--xy-font-size-primary, 16px);
	line-height: 18px;
	font-weight: var(--xy-font-weight-bold, 600);
	letter-spacing: 0.5px;
	position: relative;
	padding: 17px 32px;
}
.hnm-clientPhoto__sideMenu__accordionArea__category::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	font-size: 20px;
	transform: translateY(-50%);
	color: var(--xy-color-Base-Light_PC, #828282);
}
.hnm-clientPhoto__sideMenu__accordionArea__category.is-opened::after {
	content: "";
}
.hnm-clientPhoto__sideMenu__accordionArea__category:hover {
	background: rgba(216, 216, 216, 0.2);
	border-radius: 6px;
}
.hnm-clientPhoto__sideMenu__accordionArea__category.is-opened:hover {
	border-radius: 6px 6px 0 0;
}
.hnm-clientPhoto__sideMenu__accordionArea__itemList {
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-secondary, 14px);
	line-height: 25px;
	letter-spacing: 0.5px;
	display: none;
	padding-bottom: 17px;
	color: var(--xy-color-Base-Light_PC, #828282);
}
.hnm-clientPhoto__sideMenu__accordionArea__itemList.is-opened {
	display: block;
}
.hnm-clientPhoto__sideMenu__accordionArea__sectionTitle__link {
	display: block;
	padding: 8px 32px;
	transition: color 0.3s;
}
.hnm-clientPhoto__sideMenu__accordionArea__sectionTitle__link.is-selected {
	color: var(--xy-color-ZexyPink, #ea6077);
	transition-duration: 0.8s;
}
.hnm-clientPhoto__sideMenu__accordionArea__sectionTitle__link:hover {
	background: rgba(216, 216, 216, 0.2);
}
.hnm-clientPhoto-reservableFair {
	padding-top: 60px;
	position: relative;
}
.hnm-clientPhoto-reservableFair::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	border-bottom: solid 1px var(--xy-color-Base-VeryPale, #ececec);
}
.hnm-clientPhoto-checkButton {
	display: flex;
	justify-content: center;
	margin: 40px;
}
.hnm-clientPhoto-appealButton {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	padding: 60px 0;
	position: relative;
}
.hnm-clientPhoto-appealButton::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	border-bottom: solid 1px var(--xy-color-Base-VeryPale, #ececec);
}
.hnm-clientPhoto-appealButton::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	border-bottom: solid 1px var(--xy-color-Base-VeryPale, #ececec);
}
.hnm-clientPhoto-accordion {
	margin: 60px 0;
	background-color: var(--xy-color-Base-Bg, #f8f8f8);
	border-radius: 6px;
}
.hnm-clientPhoto-accordion__title {
	position: relative;
	padding: 16px 16px 16px 32px;
	width: 100%;
	color: var(--xy-color-Base-Deep, #595959);
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-caption, 12px);
	line-height: 22px;
}
.hnm-clientPhoto-accordion__title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	font-size: 12px;
	transform: translateY(-50%);
}
.hnm-clientPhoto-accordion__title.is-opened::before {
	content: "";
}
.hnm-clientPhoto-accordion__detailArea {
	display: none;
	padding: 0 16px 16px 32px;
	color: var(--xy-color-Base-Light, #8d8d8d);
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-caption, 12px);
	line-height: 22px;
}
.hnm-clientPhoto-accordion__detailArea__list {
	letter-spacing: -0.4em;
}
.hnm-clientPhoto-accordion__detailArea__list.-expReport {
	margin-left: -10.5px;
}
.hnm-clientPhoto-accordion__detailArea__heading {
	margin-top: 24px;
	color: var(--xy-color-Base-Deep, #595959);
}
.hnm-clientPhoto-accordion__detailArea__expReportWrapper {
	margin-top: 4px;
	overflow: hidden;
}
.hnm-clientPhoto-accordion__detailArea__li {
	display: inline;
	letter-spacing: 0;
}
.hnm-clientPhoto-accordion__detailArea__li:not(:first-of-type)::before {
	content: "|";
	margin-left: 3px;
	margin-right: 3px;
}
.hnm-clientPhoto-accordion__detailArea__li.-expReport {
	display: inline-block;
	max-width: calc((1 / 3) * 100%);
}
.hnm-clientPhoto-accordion__detailArea__li.-expReport:first-of-type::before {
	content: "|";
	margin-left: 3px;
	margin-right: 3px;
}
.hnm-clientPhoto-reportCassette {
	position: relative;
	margin-top: 60px;
	padding-top: 60px;
	--xy-clientPhoto-reportPhotoSize: clamp(70px, calc((100 / 1440) * 100vw), calc((100 / 1440) * 1920px));
}
.hnm-clientPhoto-reportCassette::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	border-bottom: solid 1px var(--xy-color-Base-VeryPale, #ececec);
}
:is(.hnm-appealButton.-clientPhoto, .hnm-clientPhoto-photoGalleryArea) + .hnm-clientPhoto-reportCassette {
	padding-top: 0;
}
:is(.hnm-appealButton.-clientPhoto, .hnm-clientPhoto-photoGalleryArea) + .hnm-clientPhoto-reportCassette::before {
	content: unset;
}
.hnm-clientPhoto-reportCassette__title {
	font-size: var(--xy-font-size-heading2, 23px);
	line-height: 28px;
	font-weight: var(--xy-font-weight-bold, 600);
	color: var(--xy-color-Base, #202020);
}
.hnm-clientPhoto-reportCassette__overflow {
	margin-top: 24px;
}
.hnm-clientPhoto-reportCassette__overflowList__li {
	display: block;
	width: max(calc((100vw - calc((40px * 2) + 40px)) / 3), calc((1080px - calc((40px * 2) + 40px)) / 3));
	height: min(max(calc((164 / 1440) * 100vw), 148px), (164 / 1440) * 1920px);
}
.hnm-clientPhoto-reportCassette__overflowList__li__link {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 32px;
	border: solid 1px var(--xy-color-Base-Pale, #d8d8d8);
	border-radius: 24px;
	box-sizing: border-box;
}
.hnm-clientPhoto-reportCassette__photo {
	width: var(--xy-clientPhoto-reportPhotoSize);
	height: var(--xy-clientPhoto-reportPhotoSize);
	min-width: var(--xy-clientPhoto-reportPhotoSize);
	min-height: var(--xy-clientPhoto-reportPhotoSize);
	border-radius: 16px;
}
.hnm-clientPhoto-reportCassette__text {
	margin-left: 20px;
	word-break: break-all;
	width: calc(100% - 20px - var(--xy-clientPhoto-reportPhotoSize));
}
.hnm-clientPhoto-reportCassette__text__schedule {
	font-size: var(--xy-font-size-caption, 12px);
	line-height: 14px;
	font-weight: var(--xy-font-weight-bold, 600);
	color: var(--xy-color-Base-Light_PC, #828282);
}
.hnm-clientPhoto-reportCassette__text__reportTitle {
	font-size: var(--xy-font-size-heading4, 18px);
	line-height: 31px;
	font-weight: var(--xy-font-weight-bold, 600);
	min-height: 62px;
	margin-top: 8px;
	color: var(--xy-color-Base, #202020);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.hnm-clientPhoto-photoModal {
	display: flex;
	align-items: center;
}
.hnm-clientPhoto-photoModal .c-modal__overlay.-photo {
	padding-right: 0;
	padding-left: 0;
}
.hnm-clientPhoto-photoModal.is-hidden {
	display: none;
}
.hnm-clientPhoto-photoModal__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1080px;
	width: 100%;
	height: 100%;
}
.hnm-clientPhoto-photoModal__item.is-wide {
	height: auto;
	max-height: calc(100vh - (48px * 2));
}
.hnm-clientPhoto-photoModal__item.is-higher {
	height: calc(100vh - (48px * 2));
	min-height: 484px;
}
.hnm-clientPhoto-photoModal__item__img {
	border-radius: 6px;
}
.hnm-clientPhoto-photoModal__item.is-wide .hnm-clientPhoto-photoModal__item__img,
.hnm-clientPhoto-photoModal__item.is-higher .hnm-clientPhoto-photoModal__item__img {
	width: auto;
	height: 100%;
}
.hnm-clientPhoto-photoModal__carouselNum {
	position: absolute;
	top: 16px;
	left: 12px;
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-date8, 14px);
	line-height: 16px;
	font-family: var(--xy-font-family-en, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif);
	color: var(--xy-color-Base-Bright, #ffffff);
}
.hnm-clientPhoto-photoModal__description {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1080px;
	width: 100vw;
	min-height: 48px;
}
.hnm-clientPhoto-photoModal__description__text {
	display: none;
	padding: 0 158px;
	color: var(--xy-color-Base-Bright, #ffffff);
	font-weight: var(--xy-font-weight-normal, 300);
	font-size: var(--xy-font-size-caption, 12px);
	line-height: 14px;
}
.hnm-clientPhoto-photoModal__description__text.is-showed {
	display: block;
}

.c-modal__photoPrevButton.is-hidden,
.c-modal__photoNextButton.is-hidden {
	display: none;
}

@media screen and (max-width: 1080px) {
	.hnm-clientPhoto-reportCassette__photo {
		width: 70px;
		height: 70px;
	}
}