.after-report {
	background: #fff;
	color: #222;
	font-family: "Noto Serif JP", serif;
	line-height: 1.9;
	min-height: 100vh;

}

.after-report__content {
    font-weight: 100;
border:0;
    background-image: url(../../../guests/images/invitation/bg_me1.jpg);
    background-size: contain;
	background-position: right top;
	
max-width: 480px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
	z-index: 1;
	    padding: 56px 56px 64px;
    height: 100%;
    box-sizing: border-box;
    line-height: 1.6;
	
}

.after-report__text {
    font-size: 24px;

    text-align: center;
    white-space: pre-line;
}

.after-report__mourner {
	font-size: 22px;
	margin: 36px 0 42px;
	text-align: center;
}

.after-report__images {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.after-report__figure {
	aspect-ratio: 1 / 1;
	background: transparent;
	margin: 0;
	overflow: hidden;
}

.after-report__figure img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.after-report__lower {
	.after-report__lower
background-color: #E0E0EC;
	margin-top: 40px;
	margin-right: -56px;
	margin-bottom: -64px;
	margin-left: -56px;
	padding: 40px 56px 64px;
}

.after-report__funeral {
	margin-top: 0;
}

.after-report__funeral-company {
    font-size: 24px;
	margin-bottom: 18px;
	text-align: center;
}

.after-report__funeral-slider {
	margin: 0 auto;
	max-width: 520px;
	position: relative;
}

.after-report__funeral-slide {
	aspect-ratio: 1 / 1;
	background: transparent;
	display: none;
	margin: 0;
	overflow: hidden;
}

.after-report__funeral-slide.is-active {
	display: block;
}

.after-report__funeral-slide img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.after-report__slider-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #543122;
	cursor: pointer;
	display: flex;
	height: 60px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	z-index: 2;
}

.after-report__slider-button:hover {
	background: transparent;
	opacity: .8;
}

.after-report__slider-button span {
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

.after-report__slider-button--prev {
	left: -46px;
}

.after-report__slider-button--prev span {
	border-top: 30px solid transparent;
	border-right: 24px solid #543122;
	border-bottom: 30px solid transparent;
}

.after-report__slider-button--next {
	right: -46px;
}

.after-report__slider-button--next span {
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 24px solid #543122;
}

.after-report__funeral-message {
	font-size: 22px;
	margin-top: 32px;
	text-align: center;

}

.after-report__gift {
	margin-top: 40px;
	text-align: center;
}

.after-report__gift-button {
	background: #543122;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 36px;
	text-decoration: none;
}


.after-report__funeral-company span{
font-size: 20px;
}
@media screen and (max-width: 640px) {
	.after-report__funeral-company span {
    font-size: 16px;
	}
	
}
