@font-face {
	font-family: 'WhiteOleander Slanted';
	src: url('/common/font/WhiteOleanderSlanted.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

.breakfast-fv {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.breakfast-fv::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.breakfast-fv > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.breakfast-fv > .fv-caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 561px) {
	.breakfast-fv {
		height: 26vh;
	}
}

.breakfast-bg1 {
	position: relative;
}
.breakfast-bg1::before {
	content: "";
	position: absolute;
	top: 3rem;
	right: 0;
	bottom: -3rem;
	width: 30rem;
	background: url('/breakfast/img/bg/1.webp') center / cover no-repeat;
	filter: blur(5px);
}
.breakfast-bg1::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1rem;
	width: 31rem;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 79%, rgba(255, 255, 255, 1) 100%);
}
@media screen and (max-width: 561px) {
	.breakfast-bg1::before {
		width: 88%;
	}
	.breakfast-bg1::after {
		width: 98%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0.55) 79%, rgba(255, 255, 255, 1) 100%);
	}
}

.breakfast-bg2 {
	position: relative;
}
.breakfast-bg2::after {
	content: "";
	position: absolute;
	right: 30rem;
	bottom: -1rem;
	width: 27rem;
	height: 22rem;
	background: url('/breakfast/img/icon/women.svg') center / cover no-repeat;
}
@media screen and (max-width: 1690px) {
	.breakfast-bg2::after {
		right: 9rem;
		width: 22rem;
		height: 18rem;
	}
}
@media screen and (max-width: 1120px) {
	.breakfast-bg2::after {
		right: 0;
		width: 18rem;
		height: 15rem;
	}
}

.breakfast-bg3 {
	position: relative;
	overflow: hidden;
	padding: 5rem 0;
	color: #fff;
}
.breakfast-bg3::before {
	content: "";
	position: absolute;
	inset: -3px;
	background: url('/breakfast/img/bg/2.webp') center / cover no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	filter: blur(6px);
}
.breakfast-bg3::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.breakfast-bg4 {
	position: relative;
	overflow: hidden;
	padding: 5rem 0;
}
.breakfast-bg4::before {
	content: "";
	position: absolute;
	inset: -3px;
	background: url('/breakfast/img/bg/3.webp') center / cover no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	filter: blur(3px);
}
.breakfast-bg4::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.breakfast-lh {
	line-height: 2.33;
}

.breakfast-ttl1 {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2rem;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.breakfast-ttl1::before {
	display: inline-block;
	content: '';
	background: url("/breakfast/img/icon/flower.svg") center / cover no-repeat;
	width: 10rem;
	height: 8.4rem;
}
.breakfast-ttl1 > span {
	flex: 1;
}
@media screen and (max-width: 561px) {
	.breakfast-ttl1 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
		gap: 1rem;
	}
	.breakfast-ttl1::before {
		width: 6rem;
		height: 5rem;
	}
}

.breakfast-ttl2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 100%;
}
.breakfast-ttl2 > .ttl2-en {
	font-family: 'WhiteOleander Slanted', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 12rem;
	color: #ED7CD1;
	line-height: 0.5;
	transform: rotate(-5.3deg);
}
.breakfast-ttl2 > .ttl2-en > span {
	display: inline;
	transform: translateX(-3rem);
	opacity: 0;
	animation: textanimation 0.8s forwards ease;
}
.breakfast-ttl2 > .ttl2-ja {
	width: 100%;
	font-family: YuMincho, serif;
	font-size: 3.2rem;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: right;
	translate: 0 -1.5rem;
}
@media screen and (max-width: 1120px) {
	.breakfast-ttl2>.ttl2-en {
		font-size: 9rem;
	}
}
@media screen and (max-width: 561px) {
	.breakfast-ttl2>.ttl2-en {
		font-size: 4.3rem;
	}
	.breakfast-ttl2>.ttl2-ja {
		font-size: 2rem;
		translate: 0 -0.5rem;
	}
}

.breakfast-txt1 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.25;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 561px) {
	.breakfast-txt1 {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

.contents_inner {
	z-index: 2;
}

.breakfast-layout1 {
	display: flex;
	gap: 2rem;
}
.breakfast-layout1>.item {
	flex: 1;
	align-self: center;
}
.breakfast-layout1.-reverse {
	flex-direction: row-reverse;
}
.breakfast-layout1 + .breakfast-layout1 {
	margin-top: 6rem;
}
@media screen and (max-width: 561px) {
	.breakfast-layout1, .breakfast-layout1.-reverse {
		flex-direction: column;
	}
	.breakfast-layout1 + .breakfast-layout1 {
		margin-top: 3rem;
	}
}

.breakfast-video {
	position: relative;
	width: 100%;
	max-width: 800px;
	padding-top: 66.625%;
	overflow: hidden;
}
.breakfast-video > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
		
@keyframes textanimation {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}