@font-face {
	font-display: block;
	font-family: "xy-v3-font";
	src:
		url("/images/icons/v3/xy-v3-font.woff") format("woff"),
		url("/images/icons/v3/xy-v3-font.ttf") format("truetype");
}
.c-icon,
.c-icon-before::before,
.c-icon-after::after {
	font-family: "xy-v3-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.c-button-filled-large-high {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	padding: 8px 16px;
	max-width: 302px;
	min-width: 216px;
	width: -moz-fit-content;
	width: fit-content;
	max-height: 48px;
	min-height: 44px;
	height: 44px;
	border-radius: 999px;
	cursor: pointer;
	color: var(--Text-Inverse-Medium, #ffffff);
	background-color: var(--Surface-Brand-Medium, #ea6077);
}
.c-button-filled-large-high:active {
	background-color: var(--Surface-Brand-Medium-Pressed, #b41832);
}
.c-button-filled-large-high {
	-webkit-tap-highlight-color: transparent;
}
.c-button-filled-large-high[href]:active {
	opacity: unset;
}
.c-button-filled-large-high__label {
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.c-button-filled-large-high:link,
.c-button-filled-large-high:visited {
	color: var(--Text-Inverse-Medium, #ffffff);
	text-decoration: none;
}

.c-button-filled-large-high-multiline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	padding: 8px 16px;
	max-width: 302px;
	min-width: 216px;
	width: -moz-fit-content;
	width: fit-content;
	max-height: 48px;
	min-height: 44px;
	height: 44px;
	border-radius: 999px;
	cursor: pointer;
	color: var(--Text-Inverse-Medium, #ffffff);
	background-color: var(--Surface-Brand-Medium, #ea6077);
}
.c-button-filled-large-high-multiline:active {
	background-color: var(--Surface-Brand-Medium-Pressed, #b41832);
}
.c-button-filled-large-high-multiline {
	-webkit-tap-highlight-color: transparent;
}
.c-button-filled-large-high-multiline[href]:active {
	opacity: unset;
}
.c-button-filled-large-high-multiline__caption {
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-xxxsmall, 8px);
	line-height: 1.3;
}
.c-button-filled-large-high-multiline__label {
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.c-button-filled-large-high-multiline:link,
.c-button-filled-large-high-multiline:visited {
	color: var(--Text-Inverse-Medium, #ffffff);
	text-decoration: none;
}

.c-button-filled-large-lowest {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	padding: 8px 16px;
	max-width: 302px;
	min-width: 216px;
	width: -moz-fit-content;
	width: fit-content;
	max-height: 48px;
	min-height: 44px;
	height: 44px;
	border-radius: 999px;
	cursor: pointer;
	color: var(--Text-Basic-Low, #8d8d8d);
	border: 1px solid var(--Border-Basic-Low, #d8d8d8);
	background-color: var(--Surface-Inverse-Medium, #ffffff);
}
.c-button-filled-large-lowest:active {
	background-color: var(--Surface-Inverse-Medium-Pressed, #f0f0f0);
}
.c-button-filled-large-lowest {
	-webkit-tap-highlight-color: transparent;
}
.c-button-filled-large-lowest[href]:active {
	opacity: unset;
}
.c-button-filled-large-lowest__label {
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.c-button-filled-large-lowest:link,
.c-button-filled-large-lowest:visited {
	color: var(--Text-Basic-Low, #8d8d8d);
	text-decoration: none;
}

.c-button-text-small-lowest-bold {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	color: var(--Text-Basic-Low, #8d8d8d);
}
.c-button-text-small-lowest-bold:active {
	color: var(--Text-Basic-Low-Pressed, #595959);
}
.c-button-text-small-lowest-bold {
	-webkit-tap-highlight-color: transparent;
}
.c-button-text-small-lowest-bold[href]:active {
	opacity: unset;
}
.c-button-text-small-lowest-bold__label {
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.5;
}

.naviPhotoWedding-sectionHeader {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.naviPhotoWedding-sectionHeader__headerTop {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.naviPhotoWedding-sectionHeader__headerTop::after {
	content: "";
	display: block;
	width: 132px;
	height: 6px;
	background-image: url("/navi/photo_wedding/images/photo/img_divider.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.naviPhotoWedding-sectionHeader__headerEn {
	color: #9f752d;
	text-align: center;
	font-family:
		ui-sans-serif,
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		Roboto,
		Arial,
		sans-serif;
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.15;
}
.naviPhotoWedding-sectionHeader__heading {
	color: #9f752d;
	text-align: center;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-xlarge, 20px);
	line-height: 1.4;
}

.naviPhotoWedding {
	position: relative;
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
}
.naviPhotoWedding::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: #fcfaf8;
}
.naviPhotoWedding__bg {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image: url("/navi/photo_wedding/images/photo/bg_photowedding.png");
	background-size: 1580px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.naviPhotoWedding__frame {
	position: relative;
	z-index: 1;
	width: 390px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.naviPhotoWedding-mv {
	background-color: #f4ede1;
}
.naviPhotoWedding-mv__photo {
	display: block;
	width: 100%;
	height: 100%;
}
.naviPhotoWedding-mv__body {
	padding: 0 20px 44px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.naviPhotoWedding-mv__detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.naviPhotoWedding-mv__title {
	display: block;
	width: 286px;
	height: 96px;
}
.naviPhotoWedding-mv__titleImg {
	display: block;
	width: 100%;
	height: auto;
}
.naviPhotoWedding-mv__pointList {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 23px;
}
.naviPhotoWedding-mv__pointItem {
	display: flex;
	gap: 8px;
}
.naviPhotoWedding-mv__pointItem::before {
	content: "";
	margin-top: 3px;
	background-image: url("/navi/photo_wedding/images/photo/icon_check.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
}
.naviPhotoWedding-mv__pointText {
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-mv__pointEmphasis {
	text-decoration: underline;
	text-decoration-color: #edd4a7;
	text-decoration-thickness: 4px;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-mv__infoBox {
	background-color: #fcfaf8;
	border-radius: 24px;
	padding: 24px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
}
.naviPhotoWedding-mv__infoLead {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.naviPhotoWedding-mv__infoLeadText {
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.5;
}
.naviPhotoWedding-mv__infoHeading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.naviPhotoWedding-mv__infoHeading::before,
.naviPhotoWedding-mv__infoHeading::after {
	content: "";
	width: 17px;
	height: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.naviPhotoWedding-mv__infoHeading::before {
	background-image: url("/navi/photo_wedding/images/photo/img_line_l.png");
}
.naviPhotoWedding-mv__infoHeading::after {
	background-image: url("/navi/photo_wedding/images/photo/img_line_r.png");
}
.naviPhotoWedding-mv__infoTitle {
	color: var(--Text-Basic-High, #202020);
	text-align: center;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-large, 18px);
	line-height: 1.4;
}
.naviPhotoWedding-mv__buttonGroup {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.naviPhotoWedding-mv__buttonPrimary,
.naviPhotoWedding-mv__buttonSecondary {
	box-sizing: border-box;
	text-decoration: none;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-mv__note {
	color: var(--Text-Basic-Low, #8d8d8d);
	text-align: center;
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xxsmall, 10px);
	line-height: 1.5;
}

.naviPhotoWedding-points {
	padding: 44px 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
	background-color: #fcfaf8;
}
.naviPhotoWedding-points__list {
	display: flex;
	flex-direction: column;
	gap: 72px;
}
.naviPhotoWedding-points__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.naviPhotoWedding-points__itemHead {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 20px;
}
.naviPhotoWedding-points__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: var(--Surface-Accent-Lowest, #f6f1e8);
	border-radius: 12px;
	color: var(--Text-Accent-Gold-High, #c09c5e);
	font-family:
		ui-sans-serif,
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		Roboto,
		Arial,
		sans-serif;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-xxlarge, 24px);
	line-height: 1.4;
}
.naviPhotoWedding-points__itemTitle {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.naviPhotoWedding-points__itemSub {
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.5;
}
.naviPhotoWedding-points__itemSub.-sup {
	font-size: 8px;
	vertical-align: top;
}
.naviPhotoWedding-points__itemHeading {
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-large, 18px);
	line-height: 1.4;
}
.naviPhotoWedding-points__photo {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.naviPhotoWedding-points__photo.-tl {
	border-radius: 72px 0 0;
}
.naviPhotoWedding-points__photo.-tr {
	border-radius: 0 72px 0 0;
}
.naviPhotoWedding-points__photoImg {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.naviPhotoWedding-points__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 20px;
}
.naviPhotoWedding-points__checkList {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.naviPhotoWedding-points__checkItem {
	display: flex;
	align-items: center;
	padding: 2px 0;
	gap: 8px;
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-points__checkItem::before {
	content: "";
	width: 16px;
	height: 14px;
	background-image: url("/navi/photo_wedding/images/photo/icon_check.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.naviPhotoWedding-points__infoCheckList {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.naviPhotoWedding-points__infoCheckItem {
	display: flex;
	gap: 4px;
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.5;
}
.naviPhotoWedding-points__infoCheckItem::before {
	content: "";
	width: 16px;
	height: 14px;
	margin-top: 2px;
	background-image: url("/navi/photo_wedding/images/photo/icon_check.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.naviPhotoWedding-points__text {
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-points__text.-sup {
	font-size: 8px;
	vertical-align: top;
}
.naviPhotoWedding-points__infoBox {
	background-color: var(--Surface-Accent-Lowest, #f6f1e8);
	border-radius: 24px;
	padding: 20px 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.naviPhotoWedding-points__infoBoxTitle {
	color: var(--Text-Accent-Gold-High, #c09c5e);
	text-align: center;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.5;
}
.naviPhotoWedding-points__infoBoxText {
	color: var(--Text-Basic-High, #202020);
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xsmall, 12px);
	line-height: 1.5;
}
.naviPhotoWedding-points__ctaWrap {
	padding: 0 20px;
}
.naviPhotoWedding-points__cta {
	background-color: var(--Surface-Accent-Lowest, #f6f1e8);
}

.naviPhotoWedding-knowledge {
	padding: 44px 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
	background-color: #f4ede1;
}
.naviPhotoWedding-knowledge__contents {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 20px;
}
.naviPhotoWedding-knowledge__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 8px 17px;
	text-decoration: none;
	color: var(--Text-Basic-High, #202020);
	-webkit-tap-highlight-color: transparent;
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-knowledge__link:link,
.naviPhotoWedding-knowledge__link:visited {
	color: var(--Text-Basic-High, #202020);
	text-decoration: none;
}
.naviPhotoWedding-knowledge__link:hover {
	background-color: var(--Surface-Basic-Hovered, rgba(0, 0, 0, 0.05));
}
.naviPhotoWedding-knowledge__link:active {
	background-color: var(--Surface-Basic-Pressed, rgba(0, 0, 0, 0.1));
}
.naviPhotoWedding-knowledge__link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--Border-Basic-Low, #d8d8d8);
}
.naviPhotoWedding-knowledge__link::after {
	display: block;
	font-size: 16px;
	color: var(--Text-Basic-Low, #8d8d8d);
	content: "\e00a";
	line-height: 1;
}
.naviPhotoWedding-knowledge__cta {
	background-color: #fcfaf8;
}

.naviPhotoWedding-articles {
	padding: 44px 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
	background-color: #fcfaf8;
}
.naviPhotoWedding-articles__contents {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
.naviPhotoWedding-articles__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 8px 17px;
	text-decoration: none;
	color: var(--Text-Basic-High, #202020);
	-webkit-tap-highlight-color: transparent;
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-articles__link:link,
.naviPhotoWedding-articles__link:visited {
	color: var(--Text-Basic-High, #202020);
	text-decoration: none;
}
.naviPhotoWedding-articles__link:hover {
	background-color: var(--Surface-Basic-Hovered, rgba(0, 0, 0, 0.05));
}
.naviPhotoWedding-articles__link:active {
	background-color: var(--Surface-Basic-Pressed, rgba(0, 0, 0, 0.1));
}
.naviPhotoWedding-articles__link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--Border-Basic-Low, #d8d8d8);
}
.naviPhotoWedding-articles__link::after {
	display: block;
	font-size: 16px;
	color: var(--Text-Basic-Low, #8d8d8d);
	content: "\e00a";
	line-height: 1;
}
.naviPhotoWedding-articles__accordion {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.naviPhotoWedding-articles__accordionList {
	display: none;
	width: 100%;
}
.naviPhotoWedding-articles__moreButton {
	display: flex;
	justify-content: center;
	width: 100%;
	background: none;
	border: none;
	min-height: 44px;
}
.naviPhotoWedding-articles__moreButton::after {
	content: "\e008";
	line-height: 1;
	font-size: 12px;
	display: block;
}
.naviPhotoWedding-articles__moreButton.is-opened::after {
	content: "\e00b";
	line-height: 1;
}

.naviPhotoWedding-cta {
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.naviPhotoWedding-cta__buttonPrimary,
.naviPhotoWedding-cta__buttonSecondary {
	box-sizing: border-box;
	text-decoration: none;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-cta__buttonPrimary {
	height: unset;
}
.naviPhotoWedding-cta__note {
	color: var(--Text-Basic-Low, #8d8d8d);
	text-align: center;
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xxsmall, 10px);
	line-height: 1.5;
}

body:has(.naviPhotoWedding-fixedButton.is-shown) {
	padding-bottom: 120px;
}

.naviPhotoWedding-fixedButton {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: var(--Surface-Inverse-Medium, #ffffff);
	border-radius: 12px 12px 0 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease;
}
.naviPhotoWedding-fixedButton.is-shown {
	opacity: 1;
	visibility: visible;
}
.naviPhotoWedding-fixedButton__label {
	color: var(--Text-Brand-Medium, #ea6077);
	text-align: center;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-fixedButton__buttonGroup {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}
.naviPhotoWedding-fixedButton__buttonSecondary,
.naviPhotoWedding-fixedButton__buttonPrimary {
	text-decoration: none;
	box-sizing: border-box;
	font-weight: var(--font-weight-bold, 700);
	font-size: var(--font-size-small, 14px);
	line-height: 1.5;
}
.naviPhotoWedding-fixedButton__buttonSecondary {
	min-width: 132px;
}
.naviPhotoWedding-fixedButton__note {
	color: var(--Text-Basic-Low, #8d8d8d);
	text-align: center;
	font-weight: var(--font-weight-normal, 300);
	font-size: var(--font-size-xxsmall, 10px);
	line-height: 1.5;
}

.naviPhotoWedding__annotationContainer {
	padding-top: 40px;
	background-color: #ffffff;
}

#footer {
	background-color: #ffffff;
}

@media (any-hover: hover) {
	.c-button-filled-large-high:hover {
		background-color: var(--Surface-Brand-Medium-Hovered, #db1a3a);
	}
	.c-button-filled-large-high-multiline:hover {
		background-color: var(--Surface-Brand-Medium-Hovered, #db1a3a);
	}
	.c-button-filled-large-lowest:hover {
		background-color: var(--Surface-Inverse-Medium-Hovered, #f8f8f8);
	}
	.c-button-text-small-lowest-bold:hover {
		color: var(--Text-Basic-Low-Hovered, #737373);
	}
}
