@charset "UTF-8";
.p-story .is-key {
	color: #deb478;
}
.p-story .secondary-heading {
	font-weight: normal;
	line-height: 1.65;
	font-size: clamp(1.7rem, 1.36rem + 1.0625vw, 3.4rem);
}
.p-story-intro .inner .note {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
}
@media screen and (max-width: 767px) {
	.p-story-intro .inner {
		padding-inline: 0;
	}
}
.p-story-scene {
	position: relative;
	z-index: 10;
}
.p-story-scene__sticky {
	display: flex;
	flex-direction: row;
	height: 100vh;
	justify-content: space-around;
}
.p-story-scene__box {
	width: 100%;
	height: 100svh;
	position: relative;
	position: absolute;
	background-color: #fff;
	overflow: hidden;
	top: 0;
	opacity: 0;
	position: absolute;
}
.p-story-scene__box p.-txt {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: clamp(1.6rem, 1.48rem + 0.375vw, 2.2rem);
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.p-story-scene__box figure {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box figure {
		height: 100dvh;
		display: flex;
		align-items: center;
	}
}
.p-story-scene__box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-story-scene__box dl.-txt3 {
	margin-block: auto;
	padding-inline-start: 10%;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box dl.-txt3 {
		padding: 0;
	}
}
.p-story-scene__box dl.-txt3 dt span {
	display: block;
	font-size: clamp(2.1rem, 1.68rem + 1.3125vw, 4.2rem);
}
.p-story-scene__box dl.-txt3 dt img {
	width: 317px;
	height: 116px;
	margin-block-end: clamp(0.5rem, 0.2rem + 0.9375vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-story-scene__box dl.-txt3 dt img {
		width: 162px;
		height: 60px;
	}
}
.p-story-scene__box dl.-txt3 dd {
	font-size: clamp(1.05rem, 0.94rem + 0.34375vw, 1.6rem);
	font-feature-settings: "palt";
	line-height: 2.2;
	margin-block-start: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-story-scene__box .animated-svg {
	position: absolute;
	width: 30px;
	height: 129px;
	right: 50px;
	bottom: 5%;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box .animated-svg {
		display: none;
	}
}
.p-story-scene__box .animated-svg svg {
	width: 30px;
	height: 129px;
}
.p-story-scene__box .animated-svg svg .cls-1 {
	fill: #fff;
}
.p-story-scene__box .animated-svg svg .cls-11 {
	fill: #fff;
	clip-path: url(#clip);
}
.p-story-scene__box .animated-svg svg .cls-21 {
	fill: #333;
}
.p-story-scene__box .animated-svg #clip {
	animation: clip 3s linear infinite;
}
@keyframes clip {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
.p-story-scene__box.-sc1 {
	opacity: 1;
}
.p-story-scene__box.-sc1 .-txt {
	left: 15%;
	top: 7%;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box.-sc1 .-txt {
		color: #333;
		top: 50%;
		left: 5%;
		margin-top: -55%;
	}
}
.p-story-scene__box.-sc2 {
	z-index: 2;
}
.p-story-scene__box.-sc2 .-txt {
	left: 8%;
	top: 53%;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box.-sc2 .-txt {
		color: #6B6B6B;
		top: 33%;
	}
}
.p-story-scene__box.-sc3 {
	z-index: 3;
}
.p-story-scene__box.-sc3 .-txt {
	left: 45%;
	top: 50%;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box.-sc3 .-txt {
		text-align: center;
		left: 0;
		width: 100%;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.7);
	}
}
.p-story-scene__box.-sc4 {
	z-index: 4;
}
.p-story-scene__box.-sc4 .-txt2 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	color: #231814;
	transform: translateY(-50%);
	font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
	letter-spacing: 0.3em;
	font-size: clamp(2.4rem, 1.92rem + 1.5vw, 4.8rem);
	line-height: 1.7;
}
.p-story-scene__box.-sc4 .-txt {
	font-size: clamp(1.5rem, 1.46rem + 0.125vw, 1.7rem);
	line-height: 1.85;
	color: #6B6B6B;
	left: 3%;
	top: 7%;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box.-sc4 .-txt {
		top: 50%;
		margin-top: -55%;
		left: 5%;
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8);
	}
}
.p-story-scene__box.-sc5 {
	background-color: #fff;
	z-index: 5;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box.-sc5 figure {
		height: auto;
		width: 70%;
		margin-inline: auto;
	}
}
.p-story-scene__box.-sc6 {
	background-color: #fff;
	height: 100vh;
	z-index: 6;
}
@media screen and (max-width: 767px) {
	.p-story-scene__box.-sc6 figure {
		height: auto;
		width: 70%;
		margin-inline: auto;
		flex-direction: column;
		align-items: flex-start;
	}
}
.p-story-scene__box.-sc7 {
	background-color: transparent;
}
.p-story-scene__inner {
	height: 100vh;
	position: relative;
}
.p-story-scene__inner.-grid {
	padding: 5%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
	.p-story-scene__inner.-grid {
		display: flex;
		padding: 70px 5%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.p-story-scene__inner.-grid dl.-txt3 {
		margin: 0;
	}
}
.p-story-continued {
	background-color: #F9F8F8;
	padding-block-start: clamp(8rem, 6.4rem + 5vw, 16rem);
	padding-block-end: clamp(8rem, 6.4rem + 5vw, 16rem);
}
.p-story-continued h3 {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 600;
	font-size: clamp(2.2rem, 1.78rem + 1.3125vw, 4.3rem);
	letter-spacing: 0.2em;
}
.p-story-continued .note {
	font-size: clamp(1.2rem, 1.1rem + 0.3125vw, 1.7rem);
	letter-spacing: 0.2em;
	margin-block: 0.5em;
}
.p-story-continued__box {
	margin-block-start: clamp(10rem, 7.2rem + 8.75vw, 24rem);
	background-color: #DEB478;
	position: relative;
}
.p-story-continued__box:before {
	content: "";
	background-color: #DEB478;
	mask-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201641.64%20100%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%235e83ae%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C100v-53s374.04-105.97%2C833.34.33c362.43%2C83.88%2C697.63%2C24.32%2C808.3-.33v53%22%2F%3E%3C%2Fsvg%3E");
	mask-size: auto 100%;
	aspect-ratio: 336/21;
	width: 100%;
	height: 100px;
	position: absolute;
	top: -100px;
}
@media screen and (max-width: 767px) {
	.p-story-continued__box:before {
		mask-size: cover;
		aspect-ratio: 75/90;
		height: 45px;
		top: -44px;
		mask-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20658.02%2069.19%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%235383b1%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M658.02%2C69.19H0v-27.92c13.8-6.8%2C174.85-82.46%2C371.4-10.32%2C104.63%2C38.4%2C212.86%2C27.4%2C286.61%2C10.83v27.41Z%22%2F%3E%3C%2Fsvg%3E");
	}
}
.p-story-continued__inner {
	width: 90%;
	max-width: 1000px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-block-start: clamp(2.5rem, 0rem + 7.8125vw, 15rem);
	padding-block-end: clamp(5rem, 3rem + 6.25vw, 15rem);
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner {
		display: block;
	}
}
.p-story-continued__inner dl {
	padding-inline-start: 13%;
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner dl {
		padding: 0;
		position: relative;
		text-align: center;
	}
}
.p-story-continued__inner dl:after {
	content: "";
	width: 75px;
	height: 75px;
	background-image: url(../img/story/story-book-icon.webp);
	background-size: contain;
	position: absolute;
	top: -30%;
	right: 0;
	display: none;
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner dl:after {
		display: block;
	}
}
.p-story-continued__inner dl dt {
	margin-block-end: clamp(1rem, 0.7rem + 0.9375vw, 2.5rem);
}
.p-story-continued__inner dl dt span {
	font-size: clamp(1.4rem, 1.2rem + 0.625vw, 2.4rem);
	letter-spacing: 0.15em;
	max-width: 400px;
	display: block;
}
.p-story-continued__inner dl dt img {
	display: block;
	margin-block-start: clamp(1.5rem, 0.9rem + 1.875vw, 4.5rem);
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner dl dt img {
		width: 65%;
		margin-inline: auto;
	}
}
.p-story-continued__inner dl dd {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	line-height: 1.75;
}
.p-story-continued__inner dl dd P {
	margin-block-start: clamp(1.8rem, 1.36rem + 1.375vw, 4rem);
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner dl dd P {
		margin-block-end: 30px;
	}
}
.p-story-continued__inner dl dd P a {
	font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
	max-width: 370px;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 30px;
	background-color: #fff;
	color: #DEB478;
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner dl dd P a {
		height: 30px;
		width: 190px;
		margin-inline: auto;
	}
}
.p-story-continued__inner dl dd P a:after {
	content: "";
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	width: 12px;
	height: 16px;
	background-color: #DEB478;
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner dl dd P a:after {
		width: 8px;
		height: 10px;
	}
}
.p-story-continued__inner figure {
	text-align: right;
	position: relative;
}
.p-story-continued__inner figure:after {
	content: "";
	width: 153px;
	height: 153px;
	background-image: url(../img/story/story-book-icon.webp);
	background-size: contain;
	position: absolute;
	top: -75px;
	left: -25px;
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner figure:after {
		display: none;
	}
}
.p-story-continued__inner figure img {
	margin: 0 0 0 auto;
	width: 82%;
	transform-origin: left top;
	transform: rotate(10deg);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
	.p-story-continued__inner figure img {
		display: block;
		transform: none;
		width: 70%;
		margin: 0 auto;
	}
}/*# sourceMappingURL=story.css.map */