.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
}

@font-face {
	font-family: 'Noto Serif JP';
	src: url('/fonts/NotoSerifJP-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif JP';
	src: url('/fonts/NotoSerifJP-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('/fonts/PlayfairDisplay-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


.noto-serif-jp-500 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.noto-serif-jp-600 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.noto-sans-jp-400 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.playfair-display-400 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.roboto-400 {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.bg-Igloo {
	background: #fcfbf8;
}
.top-0 {
	top: 0;
}
.bottom-0 {
	bottom: 0;
}
.right-0 {
	right: 0;
}
.top-text {
	position: absolute;
	top: 59%;
	color: #ffffff;
	padding-left: 15%;
	font-size: clamp(40px, 8vw, 96px);
	line-height: clamp(54px, 10vw, 110px);
	text-shadow: 1px 1px 2px #000000;
}
.fs-14px-16px {
	font-size: clamp(14px, calc(13.09px + 0.24vw), 16px);
	line-height: 2;
}

.fs-24px-30px {
	font-size: clamp( 24px, calc( 21.27px + 0.72vw ), 30px );
}
.fs-24px-34px {
	font-size: clamp( 24px, calc( 19.45px + 1.21vw ), 34px );
	line-height: clamp(36px, 4.7vw, 46px);
}
.fs-24px-36px {
	font-size: clamp( 24px, calc( 18.54px + 1.45vw ), 36px );
}
.fs-24px-46px {
	font-size: clamp( 24px, calc( 14px + 2.667vw ), 46px );
	line-height: clamp(36px, 5.5vw, 60px);
}
.bg-none {
	background: none;
}
.slider .slick-slide {
	margin: 0 20px;
}
.slider {
	padding: 0 20px;
}
.memories-eng-text {
	position: absolute;
	right: 5%;
	bottom: 30px;
	font-size: 38px;
	line-height: 48px;
	color: #d0b398;
}
.half-right-strong-bg {
	width: 50vw;
	background-color: #3f6f55;
	z-index: 0;
}
.bg-service {
	background: #e1d9d1;
	padding-top: 20px;
}
.service-eng-text {
	position: absolute;
	top: -114px;
	font-size: 40px;
	color: #3f6f54;
}
.service-area {
	background: #ffffff;
	min-height: 300px;
	margin-top: 60px;
	padding-top: 48px;
	padding-bottom: 48px;
}
.service-content-area {
	padding: 16px;
	background: rgb(225 217 209 / 0.2);
}
.fs-14px {
	font-size: 14px;
}
.fs-18px {
	font-size: 18px;
}
.fs-24px {
	font-size: 24px;
}
.fs-28px {
	font-size: 28px;
}
.fs-34px {
	font-size: 34px;
}
.fs-36px {
	font-size: 36px;
}
.lh-28px {
	line-height: 28px;
}
.strong-main-area {
	padding-top: 38vw;
}
.strong-01-img {
	position: absolute;
	z-index: 2;
	top: -40vw;
	left: 0;
	padding-right: 1.5rem;
	width: 100%;
	height: auto;
}
.strong-sub-area {
	padding-top: 100px;
	padding-bottom: 120px;
}
.bg-contact-text {
	height: 180px;
	background: #3f6f54;
}
.bg-contact-link {
	height: 180px;
	background: #204c33;
}
.text-decoration-none {
	text-decoration: none !important;
}
.location-area {
	z-index: 1;
	background-color: #3f6f55;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-form-link {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-bottom: 16px;
}

.contact-form-link-text {
	display: block;
	position: relative;
}

.contact-form-link-text::after {
	position: absolute;
	content: '';
	width: 38px;
	height: 12px;
	top: clamp(10px, calc(9.45px + 0.6vw), 20px);
	margin-left: 6px;
	background-image: url(/service/memorial-photo-support/img/ico_arrow_contact.svg);
	transform: translateX(0);
	transition: transform 1s ease;
}

.contact-form-link:hover .contact-form-link-text::after {
	transform: translateX(10px);
}

.pt-12px {
	padding-top: 12px;
}
.use-flow-area {
	padding-top: 60px;
	padding-bottom: 60px;
}
.inawashiro-charm-eng-text {
	color: #ffffff;
	font-size: clamp(34px, calc(24px + 2.66vw), 56px);
	line-height: 0.9;
	padding-bottom: 60px;
}
.inawashiro-charm-text-area {
	background: #ffffff;
	padding: 48px 32px 48px 32px;
}
.bg-inawashiro-charm {
	background-image: url("/service/memorial-photo-support/img/bg_inawashiro.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 638px;
}
.campaign-ribbon {
	position: absolute;
	z-index: 2;
	display: inline-block;
	top: -22px;
	left: 24px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0 18px 0 18px;
	font-size: 22px;
	background: #d0b398;
	color: #ffffff;
	box-sizing: border-box;
}
.campaign-ribbon::after {
	position: absolute;
	content: '';
	height: 44px;
	width: 14px;
	right: -14px;
	background-image: url(/service/memorial-photo-support/img/img_flag.svg);
	background-size: cover;
	background-position: center;
}
.inawashiro-charm-area {
	padding-top: 90px;
	padding-bottom: 90px;
}
.eternity-eng-text {
	position: absolute;
	z-index: 1;
	top: -32px;
	font-size: 40px;
	color: #d0b398;
}
.blessing-eng-text {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: -22px;
	font-size: 40px;
	color: #d0b398;
}
.intimacy-eng-text {
	position: absolute;
	z-index: 1;
	bottom: -22px;
	font-size: 40px;
	color: #d0b398;
}
.object-fit-cover {
	object-fit: cover;
}
.object-position-left-center {
	object-position: left center;
}
.z-index-2 {
	z-index: 2;
}
.text-toad-king {
	color: #3f6f54;
}
.pointer-events-none {
	pointer-events: none !important;
}
.pointer-events-none a {
	color: #ffffff;
}

.fade-text span {
	opacity: 0;
	display: inline-block;
	animation: fadeIn 3s ease forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

@media (min-width: 576px) {
	.strong-01-img {
		top: -220px;
	}
	.strong-main-area {
		padding-top: 230px;
	}
}

@media (min-width: 768px) {
	.memories-eng-text {
		bottom: 0;
		right: 0;
		font-size: 70px;
		line-height: 106px;
		padding-right: 15%;
	}
	.strong-sub-area {
		padding-top: 360px;
		padding-bottom: 360px;
	}
	.strong-02-area {
		position: absolute;
		z-index: 2;
		top: -200px;
		left: -100px;
	}
	.strong-04-area {
		position: absolute;
		top: -320px;
	}
	.eternity-eng-text {
		right: 160px;
		top: -50px;
		font-size: 54px;
	}
	.blessing-eng-text {
		left: 11%;
		bottom: -30px;
		font-size: 54px;
	}
	.intimacy-eng-text {
		left: 7%;
		bottom: -30px;
		font-size: 54px;
	}
	.service-eng-text {
		top: -154px;
		left: 14px;
		font-size: 54px;
		color: #3f6f54;
	}
	.strong-01-img {
		position: absolute;
		top: -50px;
		width: 50%;
		height: 100%;
		object-fit: cover;
	}
	.campaign-ribbon {
		top: -30px;
		left: 50px;
		height: 60px;
		line-height: 60px;
		padding: 0 18px 0 18px;
		font-size: 30px;
	}
	.campaign-ribbon::after {
		height: 60px;
		width: 19px;
		right: -19px
	}
	.inawashiro-charm-text-area {
		background: #ffffff;
		padding: 30px 60px 30px 60px;
	}
	.bg-contact-text {
		height: 300px;
	}
	.bg-contact-link {
		height: 300px;
	}
	.use-flow-area {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.top-text {
		top: 32%;
	}
	.service-area {
		padding-right: 33px;
		padding-left: 33px;
	}
	.location-content {
		min-height: 500px;
	}
	.strong-main-area {
		padding-top: 140px;
	}
	.location-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bg-service {
		padding-top: 50px;
	}
	.w-lg-50 {
		width: 50%;
	}
	.w-lg-70 {
		width: 70%;
	}
	.w-lg-80 {
		width: 80%;
	}
}
@media (min-width: 992px) {
	.inawashiro-charm-text-area {
		background: #ffffff;
		padding: 40px 80px 40px 80px;
	}
	.inawashiro-charm-eng-text {
		padding-bottom: 0;
	}
	.memories-eng-text {
		font-size: 86px;
	}
}
@media (min-width: 1400px) {
	.strong-sub-area {
		max-width: 1320px;
	}
	.inawashiro-charm-area {
		max-width: 1320px;
	}
}