@charset "UTF-8";
.contents {
	width: 1920px;
	height: 1080px;
	position: relative;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%) scale(1);
	visibility: hidden;
}
.contents.isShow {
	visibility: visible;
}
.memorial {
	position: relative;
	box-shadow: 0 0 0 100vh var(--color-base-fushiki);
}
.memorial_cols {
	display: grid;
	height: 1080px;
	background-color: var(--color-base-fushiki);
	grid-template-columns: 458px 1fr;
}
.memorial_col {}
.memorial_col-nav {
	background-color: var(--color-text-fushiki);
	color: var(--color-base-fushiki);
	padding-top: 72px;
	box-shadow: 8px 8px 16px 8px rgba(31, 44, 92, 0.06);
}
.memorial_logo {
	max-width: 280px;
	margin: 0 auto 48px;
	color: var(--color-white);
}
.memorial_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 74.912%;
}
.memorial_logo_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.memorial_list {
	list-style: none;
	padding-left: 32px;
}
.memorial_list > li {}
.memorial_list > li:nth-child(n+2) {
	margin-top: 24px;
}
.memorial_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	height: 106px;
	border: 1px solid var(--color-line-blue);
	border-top-left-radius: 106px;
	border-bottom-left-radius: 106px;
	box-sizing: border-box;
	font-size: 36px;
	font-weight: 600;
	column-gap: 8px;
	padding-left: 40px;
	border-right: none;
	letter-spacing: 0.04em;
}
.memorial_list > li > a[aria-current="page"] {
	background-color: var(--color-base-fushiki);
	color: var(--color-text-blue);
}
.memorial_list_icon {
	display: block;
	fill: currentColor;
	width: 24px;
	height: 24px;
}
[aria-current="page"] > .memorial_list_icon {
	fill: var(--color-text-fushiki);
}
.memorial_col-main {
	padding-top: 64px;
	padding-bottom: 60px;
}
.homeLink {
	position: absolute;
	top: 48px;
	right: 48px;
	z-index: 100;
}
.homeLink > a {
	text-decoration: none;
	color: var(--color-line-blue);
	display: flex;
	width: 100px;
	height: 100px;
	border: 1px solid var(--color-line-blue);
	border-radius: 50%;
	box-sizing: border-box;
	background-color: var(--color-white);
	align-items: center;
	justify-content: center;
	box-shadow: 8px 8px 16px 8px rgba(31, 44, 92, 0.06);
}
.homeLink_icon {
	display: block;
	width: 40px;
	height: 40px;
	fill: currentColor;
}
.memorial_inner {
	max-width: 1302px;
	margin: 0 auto;
}
.memorial_inner-nav {
	min-height: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	row-gap: 10px;
}
.about {}
.about_title {}
.about_headline {
	margin-bottom: 38px;
}
.about_cols {
	display: flex;
}
.about_col {}
.about_col-txt {
	width: calc(100% - 400px);
	margin-right: auto;
}
.about_text {
	font-family: var(--font-gothic);
}
.about_col-img {
	width: 360px;
	padding-top: 18px;
}
.about_fig {}
.about_fig > img {
	display: block;
}
.about_fig > figcaption {
	font-family: var(--font-gothic);
	text-align: center;
	font-size: 24px;
	margin-top: 8px;
}
.pageNav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageNav_btn {
	display: flex;
	height: 86px;
	width: 186px;
	background-color: var(--color-captionBg);
	color: var(--color-white);
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-size: 32px;
	font-family: var(--font-gothic);
	border-radius: 86px;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.pageNav_btn[aria-disabled="true"] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.pageNav_btn_arrow {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.pageNav_num {
	width: 176px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-captionBg);
	font-family: var(--font-gothic);
	font-weight: 500;
}
.pageSlide {
	position: relative;
}
.pageSlide_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.pageSlide_item.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.about_subhead {
	margin-top: 26px;
}
.about_subhead:first-child {
	margin-top: 0;
}
.about_highlight {
	font-family: var(--font-gothic);
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	color: var(--color-text-blue);
	margin-bottom: 14px;
}
.about_col-txtWide {
	width: calc(100% - 290px);
	margin-right: auto;
}
.about_col-imgSlim {
	width: 225px;
}
.history {}
.history_title {
	margin-bottom: 19px;
}
.history_table {}
.history_table > tbody {}
.history_table > tbody > tr {
	border-bottom: 1px solid var(--color-line-blue);
	border-top: 1px solid var(--color-line-blue);
}
.history_table > tbody > tr > th {
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: var(--color-text-blue);
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 35px;
	padding-right: 1em;
	padding-bottom: 30px;
	box-sizing: border-box;
	text-align: left;
}
.history_table_month {
	display: block;
	text-align: right;
}
.history_table > tbody > tr > td {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 47px;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
}
.history_list {
	list-style: none;
	font-size: 28px;
	font-weight: 600;
	margin-top: 6px;
}
.history_list > li {}
.floor {
	max-width: 1382px;
	margin-left: auto;
	position: relative;
	top: 15px;
}
.floor_cols {
	display: flex;
	min-height: 920px;
}
.floor_col {}
.floor_col-main {
	width: 1120px;
	position: relative;
}
.floor_slide {
	position: relative;
	overflow: visible;
	opacity: 0;
}
.floor_slide.swiper-initialized {
	opacity: 1;
}
.floor_slide_btn {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-color: rgba(48, 67, 77, 0.95);
	color: var(--color-white);
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 16px rgba(31, 44, 92, 0.2));
	margin-top: 40px;
}
.floor_slide_btn-prev {
	left: -40px;
}
.floor_slide_btn_arrow {
	display: block;
	fill: currentColor;
	width: 40px;
	height: 40px;
}
.floor_slide_btn-next {
	right: -40px;
}
.floor_slide_item {}
.floor_sect {}
.floor_head {
	background-color: var(--color-captionBg);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	min-height: 80px;
	padding: 0 39px;
}
.floor_title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
}
.floor_num {
	font-family: var(--font-gothic);
	font-size: 36px;
	font-weight: 500;
}
.floor_box {
	position: relative;
}
.floor_image {}
.floor_image > img {
	display: block;
}
.floor_col-nav {
	width: 180px;
	margin-left: auto;
}
.floor_tabList {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	row-gap: 16px;
}
.floor_tabList > li {}
.floor_tabBtn {
	display: flex;
	height: 180px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1px solid var(--color-line-blue);
	background-color: var(--color-white);
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 8px 8px 16px 8px rgba(31, 44, 92, 0.06);
	font-size: 44px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.floor_tabBtn[aria-selected="true"] {
	background-color: var(--color-text-fushiki);
	color: var(--color-white);
	border-color: var(--color-text-fushiki);
}
.floor_slide_wrapper {}
.floor_panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
	transition-delay: .05s;
}
.floor_panel.isShow {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transition-delay: 0s;
}
.floor_marker {
	position: absolute;
	z-index: 2;
}
.floor_marker > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.floor_fukidashi {
	font-size: 20px;
	font-family: var(--font-gothic);
	line-height: 33px;
	background-color: var(--color-tooltip);
	color: var(--color-white);
	padding: 10px 14px;
	border-radius: 4px;
	position: absolute;
	white-space: nowrap;
}
.floor_fukidashi::after {
	content: "";
}
.floor_fukidashi > ruby {
	font-family: var(--font-mincho);
}
.floor_fukidashi-leftSide {
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	margin-top: -10px;
	margin-right: 23px;
}
.floor_fukidashi-rightSide {
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-top: -10px;
	margin-left: 5px;
}
.floor_fukidashi-bottom {
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	margin-top: -5px;
}
.floor_fukidashi-leftSide::after {
	border: 10px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 100%;
	border-left-color: var(--color-tooltip);
	border-left-width: 12px;
	border-right-width: 0;
	transform: translateY(-50%);
	margin-left: -0.5px;
}
.floor_fukidashi-rightSide::after {
	border: 10px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	right: 100%;
	border-right-color: var(--color-tooltip);
	border-right-width: 12px;
	border-left-width: 0;
	transform: translateY(-50%);
	margin-right: -0.5px;
}
.floor_fukidashi-bottom::after {
	border: 10px solid rgba(255, 255, 255, 0);
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-bottom-color: var(--color-tooltip);
	border-bottom-width: 12px;
	border-top-width: 0;
	transform: translateX(-50%);
	margin-bottom: -0.5px;
}
.floor_zoom {
	position: relative;
	filter: drop-shadow(0px 0px 16px rgba(31, 44, 92, 0.2));
	z-index: 2;
}
.floor_zoom > img {
	display: block;
	position: relative;
	z-index: 0;
}
.floor_zoom_text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 102px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 7px;
	padding-top: 5px;
	color: var(--color-text-blue);
	font-weight: normal;
	font-family: var(--font-oswald);
	font-size: 50px;
	line-height: 1;
}
.floor_marker-no1 {
	bottom: 19px;
	left: 490px;
}
.floor_marker-no2 {
	top: 474px;
	left: 210px;
}
.floor_marker-no3 {
	top: 330px;
	left: 447px;
}
.floor_marker-no4 {
	top: 24px;
	left: 474px;
}
.floor_marker-no5 {
	top: 334px;
	left: 568px;
}
.floor_marker-no6 {
	top: 590px;
	left: 624px;
}
.modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1000;
	background-color: rgba(76, 137, 181, 0.95);
	box-shadow: 0 0 0 100vh rgba(76, 137, 181, 0.95);
	padding-top: 57px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	overflow: hidden;
}
.modal.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.modal_inner {
	max-width: 968px;
}
.modal_title {
	line-height: 65px;
	color: var(--color-white);
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
	column-gap: 19px;
	margin-bottom: 32px;
}
.modal_title_num {
	display: flex;
	width: 65px;
	height: 65px;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	border-radius: 50%;
	color: var(--color-text-blue);
	font-size: 42px;
	font-family: var(--font-oswald);
	line-height: 1;
	font-weight: 500;
}
.modal_image {}
.modal_image > img {
	display: block;
}
.modal_btn {
	display: flex;
	width: 230px;
	height: 86px;
	background-color: var(--color-white);
	border-radius: 60px;
	margin: 32px auto 0;
	box-sizing: border-box;
	font-family: var(--font-gothic);
	color: var(--color-text-blue);
	align-items: center;
	justify-content: center;
	column-gap: 16px;
}
.modal_btn_icon {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
}
.modal_btn_icon::before {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal_btn_icon::after {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.floor_panorama {
	width: 800px;
	position: absolute;
	bottom: 42px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.floor_panorama > a {
	text-decoration: none;
	height: 120px;
	background: #2893DF;
	box-shadow: 0px 0px 16px rgba(31, 44, 92, 0.4);
	border-radius: 60px;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	font-weight: bold;
	column-gap: 30px;
}
.floor_panorama > a > img {
	display: block;
}
.modal_inner-panorama {
	max-width: 1294px;
}
.modal_iframe {
	padding-bottom: 800px;
	position: relative;
}
.modal_iframe > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.modal_iframe_logo {
	position: absolute;
	top: 30px;
	right: 46px;
	z-index: 2;
	width: 80px;
	opacity: .7;
	pointer-events: none;
}
.modal_iframe_logo > img {
	max-width: 100%;
	height: auto;
}
.floor_marker-f1 {
	top: 153px;
	right: 619px;
	width: 187px;
}
.floor_marker-f1 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-bottom: 24px;
}
.floor_thumbnail {}
.floor_thumbnail > img {}
.floor_thumbnail-f1 {
	margin-top: -70px;
	align-self: flex-start;
}
.floor_fukidashi-f1 {
	margin-right: 29px;
}
.floor_marker-f2 {
	right: 140px;
	top: 60px;
}
.floor_marker-f2 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 223px;
}
.floor_thumbnail-f2 {
	align-self: flex-start;
	margin-top: -158px;
}
.floor_fukidashi-f2 {
	margin-top: 13px;
	margin-right: 10px;
}
.floor_marker-f3 {
	right: 329px;
	top: 240px;
}
.floor_marker-f3 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 209px;
}
.floor_thumbnail-f3 {
	align-self: flex-start;
	margin-top: -190px;
}
.floor_fukidashi-f3 {
	margin-top: 25px;
	margin-left: -1px;
}
.floor_marker-f4 {
	right: 349px;
	top: 400px;
}
.floor_marker-f4 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 226px;
}
.floor_thumbnail-f4 {
	align-self: flex-start;
	margin-top: -97px;
}
.floor_fukidashi-f4 {
	margin-top: 56px;
	margin-left: -1px;
}
.modal_title-slide {
	margin-bottom: 0;
	line-height: 48px;
}
.modal_swiper {
	overflow: visible;
}
.modal_swiper_btn {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-color: rgba(48, 67, 77, 0.95);
	color: var(--color-white);
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 16px rgba(31, 44, 92, 0.2));
	margin-top: 40px;
}
.modal_swiper_btn-prev {
	left: -50px;
}
.modal_swiper_btn_arrow {
	display: block;
	fill: currentColor;
	width: 40px;
	height: 40px;
}
.modal_swiper_btn-next {
	right: -50px;
}
.modal_swiper_wrapper {}
.modal_swiper_slide {}
.modal_titleWrap {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	align-items: center;
	margin-bottom: 30px;
	min-height: 96px;
}
.modal_num {
	font-size: 32px;
	font-family: var(--font-gothic);
	color: var(--color-white);
	font-weight: 500;
}
.floor_marker-f5 {
	right: 509px;
	top: 304px;
}
.floor_marker-f5 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 226px;
}
.floor_thumbnail-f5 {
	align-self: flex-start;
	margin-top: -101px;
}
.floor_fukidashi-f5 {
	margin-top: 19px;
	margin-right: 16px;
}
.floor_marker-f6 {
	right: 329px;
	top: 514px;
}
.floor_marker-f6 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 232px;
}
.floor_thumbnail-f6 {
	align-self: flex-start;
	margin-top: -123px;
}
.floor_fukidashi-f6 {
	margin-top: 9px;
	margin-right: 18px;
}
.floor_marker-f7 {
	right: 258px;
	top: 104px;
}
.floor_marker-f7 > a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 222px;
}
.floor_thumbnail-f7 {
	align-self: flex-start;
	margin-top: -103px;
}
.floor_fukidashi-f7 {
	margin-top: 19px;
	margin-right: 17px;
}
.memTop {
	background-color: var(--color-base-fushiki);
	height: 1080px;
	box-sizing: border-box;
	padding-top: 80px;
	box-shadow: 0 0 0 100vh var(--color-base-fushiki);
}
.memTop_title {
	max-width: 582px;
	margin: 0 auto 117px;
}
.memTop_title > img {
	display: block;
}
.memTop_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 48px;
	row-gap: 46px;
	max-width: 1760px;
	margin: 0 auto 0;
}
.memTop_list > li {}
.memTop_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 270px;
	border-radius: 16px;
	overflow: hidden;
	align-items: center;
	box-shadow: 8px 8px 16px 8px rgba(31, 44, 92, 0.06);
	position: relative;
	background-color: var(--color-white);
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	color: var(--color-text-blue);
	padding-left: 60px;
	column-gap: 17px;
}
.memTop_list > li > a > img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
}
.memTop_list_icon {
	position: relative;
	width: 32px;
	height: 32px;
	z-index: 1;
	fill: var(--color-text-fushiki);
}
.memTop_list_text {
	display: block;
	position: relative;
	z-index: 1;
}
.top {
	padding-top: 90px;
}
.top_inner {
	max-width: 1760px;
}
.top_titleWrap {
	display: flex;
	justify-content: center;
	margin-bottom: 95px;
}
.top_title {
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	padding-right: 19px;
}
.top_title_sign {
	width: 96px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 12px;
	color: var(--color-white);
	font-family: var(--font-gothic);
	font-weight: 500;
	margin-top: 6px;
}
.top_title_sign > img {
	display: block;
}
.top_title_sign_text {
	display: block;
	margin-top: 4px;
}
.top_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 48px;
}
.top_list > li {}
.top_list > li > a {
	box-shadow: 0px 0px 16px rgba(31, 44, 92, 0.4);
	border-radius: 16px;
	display: block;
	overflow: hidden;
}
.top_list > li > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.greatTop {
	height: 1080px;
	background-color: var(--color-base-ijin);
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
	box-shadow: 0 0 0 100vh var(--color-base-ijin);
}
.greatTop_inner {
	max-width: 1758px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.greatTop_title {
	max-width: 725px;
	margin: 0 auto 45px;
}
.greatTop_title > img {
	display: block;
}
.greatTop_contents {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	flex-grow: 1;
}
.greatTop_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 24px;
	column-gap: 24px;
}
.greatTop_list > li {}
.greatTop_list > li > a {
	text-decoration: none;
	color: inherit;
}
.greatTop_item {
	background-color: var(--color-ijin-main);
	border-radius: 16px;
	overflow: hidden;
	color: var(--color-white);
	position: relative;
}
.greatTop_cols {
	display: flex;
}
.greatTop_col {}
.greatTop_col-img {
	width: 248px;
	position: relative;
}
.greatTop_pos {
	position: absolute;
	top: 32px;
	z-index: 2;
	left: 30px;
	font-size: 20px;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.2em;
}
.greatTop_image {}
.greatTop_image > img {
	display: block;
}
.greatTop_col-txt {
	width: calc(100% - 248px);
	box-sizing: border-box;
	padding-left: 32px;
	padding-top: 68px;
}
.greatTop_name {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}
.greatTop_kana {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	column-gap: 1.5em;
}
.greatTop_kana_last {}
.greatTop_kana_first {}
.greatTop_comment {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(88, 62, 59, 0.80);
	display: flex;
	min-height: 104px;
	align-items: center;
	justify-content: center;
}
.greatTop_comment_dot {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	margin-top: 2px;
}
.greatTop_comment_dot-up {
	left: 24px;
	margin-top: 4px;
}
.greatTop_comment_dot-up > img {
	display: block;
}
.greatTop_comment_dot-down {
	right: 21px;
}
.greatTop_comment_dot-down > img {
	display: block;
}
.greatTop_message {
	font-size: 24px;
	line-height: 1.4;
	min-height: 2.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.greatTop_name-sub {
	font-size: 24px;
	margin-top: 11px;
}
.greatTop_kana-sub {
	font-size: 16px;
}
.person {
	background-color: var(--color-base-ijin);
	height: 1080px;
	overflow: hidden;
	box-shadow: 0 0 0 100vh var(--color-base-ijin);
}
.person_cols {
	display: flex;
	height: 100%;
}
.person_col {}
.person_col-title {
	width: 312px;
	background-color: var(--color-ijin-main);
	color: var(--color-white);
	display: flex;
	flex-direction: column;
}
.person_areaImage {
	position: relative;
}
.person_pos {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	position: absolute;
	top: 39px;
	z-index: 2;
	left: 40px;
	font-size: 17px;
	letter-spacing: 0.3em;
}
.person_image {}
.person_image > img {
	display: block;
}
.person_areaText {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
	padding-top: 45px;
	padding-right: 83px;
}
.person_areaText-sub {
	padding-right: 57px;
}
.person_kana {
	font-size: 20px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
	letter-spacing: 0.8em;
	margin-left: 12px;
}
.person_kana_last {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.person_kana_first {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.person_title {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-left: 16px;
	text-indent: -0.05em;
}
.person_title-sm {
	font-size: 64px;
}
.person_headline {
	color: var(--color-text-red);
	margin-bottom: 33px;
	width: 100%;
}
.person_birth {
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	font-size: 21px;
	font-weight: 500;
	text-orientation: upright;
}
.person_birtd {}
.person_col-body {
	width: calc(100% - 312px);
	box-sizing: border-box;
	padding-top: 65px;
}
.person_inner {
	max-width: 1520px;
	margin-left: auto;
	padding-right: 80px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.person_bodyCols {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	flex-grow: 1;
}
.person_bodyCol {}
.person_bodyCol-txt {
	width: calc(100% - 480px);
	margin-right: auto;
}
.person_text {
	font-family: var(--font-gothic);
	font-weight: normal;
}
.person_bodyCol-img {
	width: 400px;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
}
.person_swiper {
	margin-bottom: 27px;
	overflow: visible;
	width: 100%;
}
.person_swiper_wrapper {}
.person_swiper_slide {}
.person_figWrap {
	position: relative;
}
.person_fig {}
.person_fig > img {
	display: block;
}
.person_num {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	font-family: var(--font-gothic);
	width: 50px;
	height: 40px;
	background-color: var(--color-captionBg);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
.person_caption {
	font-family: var(--font-gothic);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
}
.person_dList {
	list-style: none;
	font-size: 16px;
	font-family: var(--font-gothic);
	line-height: 1.7;
	margin-bottom: 14px;
	width: 100%;
}
.person_dList:last-child {
	margin-bottom: 0;
}
.person_dList > dt {}
.person_dList > dd {
	margin-right: -10px;
}
.person_swiper_btn {
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: rgba(181, 76, 85, 0.95);
	color: var(--color-white);
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	top: 150px;
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 16px rgba(31, 44, 92, 0.2));
}
.person_swiper_btn-prev {
	left: -30px;
}
.person_swiper_btn-next {
	right: -30px;
}
.person_swiper_btn_arrow {
	display: block;
	fill: currentColor;
	width: 24px;
	height: 24px;
}
.person_link {
	width: 186px;
	margin-left: auto;
	margin-top: auto;
}
.person_link > a {
	box-shadow: 8px 8px 16px 8px rgba(31, 44, 92, 0.06);
	font-size: 32px;
	display: flex;
	height: 86px;
	border-radius: 86px;
	align-items: center;
	justify-content: center;
	background-color: var(--color-captionBg);
	color: var(--color-white);
	font-family: var(--font-gothic);
	font-weight: normal;
	text-decoration: none;
	column-gap: 9px;
}
.person_link_arrow {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.person_sub {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-left: 16px;
	text-indent: -0.65em;
}
.person_sub_kana {
	font-size: 18px;
	font-weight: 500;
}
