/**
 *
 * page-kiyasuto.scss
 *
 */
.kiyasuto-main {
	--border-color: var( --color-txt2 );
	background-image: url("../img/kiyasuto/texture_bg.webp");
	background-size: 40rem 40rem ;
	background-position: 50% 0;
	background-repeat: repeat;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-main {
		--border-dashed-size: 30;
		--border-dasharray: 15 15;
		--stitch: 15;
		--gap: 15;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-main {
		--border-dashed-size: 16;
		--border-dasharray: 8 8;
		--stitch: 8;
		--gap: 8;
	}
}

/* ------------------------------------------------------------
 kiyasuto-kv
------------------------------------------------------------ */
.kiyasuto-kv {
	position: relative;
}

.kiyasuto-kv::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-bg);
	-webkit-filter: var(--shadow3);
	filter: var(--shadow3);
}

.kiyasuto-kv__inner {
	position: relative;
	width: 100%;
	height: 200vh;
	clip-path: inset(0 0 0 0);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__inner {
		height: calc( var(--txt-top) + var(--next-height) - 17.2rem);
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__inner {
		height: calc( var(--txt-top) + var(--next-height) - 6.1rem);
	}
}

/* ----------------------------------------
 kiyasuto-kv__main
---------------------------------------- */
.kiyasuto-kv__main {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__main {
		padding: 14.2rem 0 10rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__main {
		padding: 10rem 0 10rem ;
	}
}

.kiyasuto-kv__contents {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__contents {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		padding: 0 13.46667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__contents {
		padding: 0 9.5%;
	}
}

/* ---------- kiyasuto-kv__heading ---------- */
.kiyasuto-kv__heading {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__title {
		width: 4.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__title {
		width: 3rem ;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__catch {
		width: 2rem ;
		margin-right: 4.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__catch {
		width: 1.4rem ;
		margin-right: 3.1rem ;
	}
}

/* ---------- kiyasuto-kv__txt ---------- */
.kiyasuto-kv__txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__txt {
		font-size: var(--font-size17);
		--line-height: 2.58824;
		letter-spacing: 0.06em;
		margin-right: 10.5rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__txt {
		font-size: var(--font-size12);
		--line-height: 2.33333;
		letter-spacing: 0.04em;
		margin-top: 8.2rem ;
		margin-left: auto;
		margin-right: 0px;
	}
}

/* ---------- kiyasuto-kv__dashed ---------- */
.kiyasuto-kv__dashed {
	position: absolute;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__dashed {
		height: 32.5rem ;
		right: 24.2rem ;
		bottom: -5.7rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__dashed {
		height: 27rem ;
		right: 17.6rem ;
		bottom: -9rem ;
	}
}

/* ----------------------------------------
 kiyasuto-kv__bg
---------------------------------------- */
.kiyasuto-kv__bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

/* ----------------------------------------
 kiyasuto-kv__main
---------------------------------------- */
.kiyasuto-kv__next {
	position: absolute;
	z-index: 10;
	top: var(--txt-top);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__next {
		left: 13.46667%;
		margin-top: -1.7rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__next {
		left: 10.75%;
		margin-top: -1.5rem ;
	}
}

.kiyasuto-kv__next__txt {
	display: flex;
	flex-direction: column;
}

.kiyasuto-kv__next__txt span {
	display: block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 500;
	letter-spacing: 0.18em;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__next__txt span {
		font-size: var(--font-size31);
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__next__txt span {
		font-size: var(--font-size21);
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__next__txt span + span {
		margin-top: 6.6rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__next__txt span + span {
		margin-top: 1.8rem ;
	}
}

.kiyasuto-kv__next__dashed {
	display: block;
	width: 0;
	margin-inline: auto;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-kv__next__dashed {
		height: 66.6rem ;
		margin-top: 5rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-kv__next__dashed {
		height: 49.2rem ;
		margin-top: 2.6rem ;
	}
}

/* ------------------------------------------------------------
 kiyasuto-story
------------------------------------------------------------ */
.kiyasuto-story {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story {
		padding-bottom: 28rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story {
		padding-bottom: 21rem ;
	}
}

.kiyasuto-story__rel {
	position: relative;
}

/* ----------------------------------------
 kiyasuto-story__figure
---------------------------------------- */
[class*="kiyasuto-story__figure-"] {
	position: relative;
	z-index: auto;
}

[class*="kiyasuto-story__figure-"] figure {
	position: relative;
	z-index: 1;
	-webkit-filter: var(--shadow2);
	filter: var(--shadow2);
}

.kiyasuto-story__figure-1 {
	margin-left: auto;
	margin-right: 0;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-1 {
		width: 51.66667%;
		margin-top: -11.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-1 {
		max-width: 61.6rem ;
		width: 77%;
		margin-top: -5rem ;
	}
}

.kiyasuto-story__figure-1 figure {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 561px) {
	.kiyasuto-story__figure-1 figure {
		border-top-left-radius: 38.70968% 59.05512%;
	}
}

@media screen and (max-width: 560px) {
	.kiyasuto-story__figure-1 figure {
		border-top-left-radius: 42.20779% 61.03286%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-2 {
		width: 27.33333%;
		margin-top: 0.6rem ;
		margin-left: 12.8%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-2 {
		max-width: 38.8rem ;
		width: 48.5%;
		margin-top: 13rem ;
		margin-left: 9%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-3 {
		width: 18%;
		margin-top: -15.4rem ;
		margin-left: auto;
		margin-right: 20.13333%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-3 {
		max-width: 25.6rem ;
		width: 32%;
		margin-top: 8.6rem ;
		margin-left: auto;
		margin-right: 22%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-4 {
		width: 37.46667%;
		margin-top: 23.3rem ;
		margin-left: auto;
		margin-right: 10.46667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-4 {
		max-width: 50.6rem ;
		width: 63.25%;
		margin-top: 7.5rem ;
		margin-left: auto;
		margin-right: 10%;
	}
}

.kiyasuto-story__figure-4 figure {
	border-top-left-radius: var(--radius-max);
	border-top-right-radius: var(--radius-max);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-5 {
		width: 22%;
		margin-top: 11.4rem ;
		margin-left: 15.53333%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-5 {
		max-width: 32rem ;
		width: 40%;
		margin-top: 10.6rem ;
		margin-left: 10%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-6 {
		position: absolute;
		width: 13.33333%;
		bottom: 17.8rem ;
		left: 23.66667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-6 {
		max-width: 22.4rem ;
		width: 28%;
		margin-top: 8.3rem ;
		margin-inline: auto;
	}
}

.kiyasuto-story__figure-7 {
	position: relative;
}

.kiyasuto-story__figure-7 figure {
	-webkit-filter: var(--shadow3);
	filter: var(--shadow3);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-7 figure {
		height: 83.4rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-7 figure {
		max-height: 60rem ;
	}
	.kiyasuto-story__figure-7 figure::after {
		content: '';
		display: block;
		padding-top: 117.75%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-8 {
		width: 45.6%;
		margin-top: 26.3rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-8 {
		max-width: 60.4rem ;
		width: 75.5%;
		margin-top: 14rem ;
	}
}

.kiyasuto-story__figure-8 figure {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media screen and (min-width: 561px) {
	.kiyasuto-story__figure-8 figure {
		border-top-right-radius: 40.93567% 61.26915%;
	}
}

@media screen and (max-width: 560px) {
	.kiyasuto-story__figure-8 figure {
		border-top-right-radius: 43.04636% 61.03286%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-9 {
		width: 13.33333%;
		margin-top: 30.9rem ;
		margin-left: 16.66667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-9 {
		max-width: 22.4rem ;
		width: 28%;
		margin-top: 11.2rem ;
		margin-left: auto;
		margin-right: 26.5%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-10 {
		width: 24.26667%;
		margin-top: 32.8rem ;
		margin-left: 11.33333%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-10 {
		max-width: 38.8rem ;
		width: 48.5%;
		margin-top: 8.2rem ;
		margin-left: auto;
		margin-right: -1.75%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-11 {
		position: absolute;
		width: 37.46667%;
		top: -0.2rem ;
		right: 10.33333%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-11 {
		max-width: 50.4rem ;
		width: 63%;
		margin-top: 6.2rem ;
		margin-inline: auto;
	}
}

.kiyasuto-story__figure-11 img {
	border-radius: var(--radius-max) var(--radius-max) var(--radius-xs3) var(--radius-xs3);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-12 {
		width: 79.73333%;
		margin-top: 21.1rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-12 {
		max-width: 80.8rem ;
		width: 101%;
		margin-top: 16.4rem ;
		margin-left: 0;
	}
}

.kiyasuto-story__figure-12 figure {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media screen and (min-width: 561px) {
	.kiyasuto-story__figure-12 figure {
		border-top-right-radius: 33.44482% 50%;
	}
}

@media screen and (max-width: 560px) {
	.kiyasuto-story__figure-12 figure {
		border-top-right-radius: 44.55446% 54.54545%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-13 {
		width: 13.33333%;
		margin-top: 2.4rem ;
		margin-left: auto;
		margin-right: 12.6%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-13 {
		max-width: 22.4rem ;
		width: 28%;
		margin-top: 8.2rem ;
		margin-left: auto;
		margin-right: 10%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-14 {
		width: 32.53333%;
		margin-top: 8.1rem ;
		margin-left: 8.8%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-14 {
		max-width: 42.4rem ;
		width: 53%;
		margin-top: 8.4rem ;
		margin-left: 9%;
	}
}

.kiyasuto-story__figure-15 {
	margin-left: auto;
	margin-right: 0;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__figure-15 {
		width: 38.66667%;
		margin-top: 20.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__figure-15 {
		max-width: 48rem ;
		width: 60%;
		margin-top: 10.2rem ;
	}
}

.kiyasuto-story__figure-15 figure {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 561px) {
	.kiyasuto-story__figure-15 figure {
		border-top-left-radius: 27.58621% 39.801%;
	}
}

@media screen and (max-width: 560px) {
	.kiyasuto-story__figure-15 figure {
		border-top-left-radius: 33.33333% 45.71429%;
	}
}

/* ----------------------------------------
 kiyasuto-story__dashed
---------------------------------------- */
[class*="kiyasuto-story__dashed-"] {
	position: absolute;
	z-index: -2;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-1-pc {
		width: 43.22581%;
		top: 2.8rem ;
		right: -4.12903%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-1-sp {
		width: 75.32468%;
		top: -4.8rem ;
		right: -30.51948%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-2-pc {
		width: 119.53333%;
		top: -63.1rem ;
		left: -6.2%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-2-sp {
		width: 175.25%;
		top: -26.2rem ;
		left: -30.5%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-3-pc {
		width: 30.13333%;
		top: -101.3rem ;
		left: -10.4%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-3-sp {
		width: 84%;
		top: -64.6rem ;
		left: -25%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-4-pc {
		width: 90.33333%;
		top: 100%;
		margin-top: -1.7rem ;
		right: 21%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-4-sp {
		width: 175.25%;
		top: 100%;
		margin-top: -12.6rem ;
		right: -45%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-5-pc {
		width: 113.879%;
		top: 33.1rem ;
		right: -31.85053%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-5-sp {
		width: 152.96443%;
		top: 6.1rem ;
		right: -92.49012%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-6-pc {
		width: 103.42809%;
		top: 30.2rem ;
		left: -8.02676%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-6-sp {
		width: 118.06931%;
		top: 100%;
		margin-top: 3.4rem ;
		left: -35.89109%;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__dashed-7-pc {
		width: 25.46667%;
		bottom: -4.8rem ;
		left: 21.66667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__dashed-7-sp {
		width: 37%;
		bottom: -0.2rem ;
		left: 28.25%;
	}
}

/* ----------------------------------------
 kiyasuto-story__catch
---------------------------------------- */
[class*="kiyasuto-story__catch-"] {
	color: var(--color-txt2);
	font-weight: 500;
	letter-spacing: 0.18em;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	[class*="kiyasuto-story__catch-"] {
		font-size: var(--font-size31);
	}
}

@media screen and (max-width: 1023px) {
	[class*="kiyasuto-story__catch-"] {
		font-size: var(--font-size22);
	}
}

[class*="kiyasuto-story__catch-"].c-crop-v {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.kiyasuto-story__catch-1 {
	position: absolute;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__catch-1 {
		top: 9.4rem ;
		left: 10.93333%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__catch-1 {
		top: 100%;
		right: 13.5%;
		margin-top: 10.7rem ;
	}
}

.kiyasuto-story__catch-2 {
	position: absolute;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__catch-2 {
		top: 0.1rem ;
		left: 40.13333%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__catch-2 {
		top: 0;
		left: 17.75%;
	}
}

.kiyasuto-story__catch-3 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__catch-3 {
		margin-top: -19.8rem ;
		margin-right: 6.26667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__catch-3 {
		font-size: var(--font-size20);
		margin-top: 10.7rem ;
		margin-right: 11.25%;
	}
}

/* ----------------------------------------
 kiyasuto-story__txt
---------------------------------------- */
[class*="kiyasuto-story__txt-"] {
	color: var(--color-txt2);
}

@media screen and (max-width: 1023px) {
	[class*="kiyasuto-story__txt-"] {
		width: var(--contents-sm);
		margin-inline: auto;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__txt-1 {
		width: 32.13333%;
		margin-top: -33.6rem ;
		margin-left: auto;
		margin-right: 12.8%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__txt-1 {
		margin-top: 8.2rem ;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__txt-2 {
		width: 32.13333%;
		margin-top: -40.1rem ;
		margin-left: auto;
		margin-right: 10.4%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__txt-2 {
		margin-top: 8.4rem ;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__txt-3 {
		width: 37.33333%;
		margin-top: 16.2rem ;
		margin-left: 10.06667%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__txt-3 {
		margin-top: 8rem ;
	}
}

/* ----------------------------------------
 kiyasuto-story__1
---------------------------------------- */
.kiyasuto-story__1 {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__1 {
		padding-bottom: 24.5rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__1 {
		padding-bottom: 16rem ;
	}
}

/* ----------------------------------------
 kiyasuto-story__2
---------------------------------------- */
.kiyasuto-story__2 {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__2 {
		padding-bottom: 10rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__2 {
		padding-bottom: 5.2rem ;
	}
}

/* ----------------------------------------
 kiyasuto-story__introduce
---------------------------------------- */
@media screen and (min-width: 1024px) {
	.kiyasuto-story__introduce {
		margin-top: -13.1rem ;
		margin-left: 9.8%;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__introduce {
		margin-top: 14rem ;
	}
}

.kiyasuto-story__introduce__title {
	display: flex;
	align-items: baseline;
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__introduce__title {
		justify-content: center;
	}
}

.kiyasuto-story__introduce__title span {
	display: block;
	font-family: var(--font-sans-serif);
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	letter-spacing: 0.02em;
}

.kiyasuto-story__introduce__title span::before, .kiyasuto-story__introduce__title span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	font-size: inherit;
}

.kiyasuto-story__introduce__title span::before {
	margin-top: var(--font-sans-serif-top);
}

.kiyasuto-story__introduce__title span::after {
	margin-bottom: var(--font-sans-serif-bottom);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__introduce__title span {
		font-size: var(--font-size18);
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__introduce__title span {
		font-size: var(--font-size13);
	}
}

.kiyasuto-story__introduce__title::after {
	content: '';
	display: block;
	background-image: url("../img/common/icon/needle5.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__introduce__title::after {
		width: 3rem ;
		height: 3rem ;
		margin-left: 0.6rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__introduce__title::after {
		width: 2.2rem ;
		height: 2.2rem ;
		margin-left: 0.4rem ;
		margin-bottom: 0.1rem ;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__introduce__txt {
		margin-top: 5.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__introduce__txt {
		text-align: center;
		margin-top: 4.2rem ;
	}
}

/* ----------------------------------------
 kiyasuto-story__movie
---------------------------------------- */
.kiyasuto-story__movie {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-filter: var(--shadow3);
	filter: var(--shadow3);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie {
		height: 104.5rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie {
		flex-direction: column;
		height: 73.5rem ;
		padding-top: 2.8rem ;
	}
}

/* ---------- kiyasuto-story__movie__heading ---------- */
.kiyasuto-story__movie__heading {
	--border-dashed-size: 10;
	--border-dasharray: 5 5;
	--stitch: 5;
	--gap: 5;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie__heading {
		width: 38rem ;
		height: 18.6rem ;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie__heading .c-dashed__svg {
		display: none;
	}
}

.kiyasuto-story__movie__title {
	font-family: var(--font-sans-serif);
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	letter-spacing: 0.08em;
}

.kiyasuto-story__movie__title::before, .kiyasuto-story__movie__title::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	font-size: inherit;
}

.kiyasuto-story__movie__title::before {
	margin-top: var(--font-sans-serif-top);
}

.kiyasuto-story__movie__title::after {
	margin-bottom: var(--font-sans-serif-bottom);
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie__title {
		font-size: var(--font-size14);
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie__title {
		text-align: center;
		font-size: var(--font-size13);
	}
}

.kiyasuto-story__movie__catch {
	font-weight: 500;
	letter-spacing: 0.18em;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie__catch {
		font-size: var(--font-size24);
		margin-top: 3.4rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie__catch {
		text-align: center;
		font-size: var(--font-size20);
		padding-left: 0.5em;
		margin-top: 2.6rem ;
	}
}

/* ---------- kiyasuto-story__movie__button ---------- */
.kiyasuto-story__movie__button {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie__button {
		width: 38rem ;
		height: 18.6rem ;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 9.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie__button {
		margin-top: 7.6rem ;
	}
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie__button li + li {
		margin-top: 4.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie__button li + li {
		margin-top: 3.3rem ;
	}
}

.kiyasuto-story__movie__button button {
	display: flex;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.kiyasuto-story__movie__button__info {
	display: flex;
	align-items: baseline;
}

@media screen and (min-width: 1024px) {
	.kiyasuto-story__movie__button__info {
		margin-left: 2.8rem ;
	}
}

@media screen and (max-width: 1023px) {
	.kiyasuto-story__movie__button__info {
		margin-left: 2rem ;
	}
}

.kiyasuto-story__movie__button__title {
	display: block;
	font-family: var(--font-sans-serif);
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	font-size: var(--font-size22);
	letter-spacing: 0.02em;
}

.kiyasuto-story__movie__button__title::before, .kiyasuto-story__movie__button__title::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	font-size: inherit;
}

.kiyasuto-story__movie__button__title::before {
	margin-top: var(--font-sans-serif-top);
}

.kiyasuto-story__movie__button__title::after {
	margin-bottom: var(--font-sans-serif-bottom);
}

.kiyasuto-story__movie__button__time {
	display: block;
	font-family: var(--font-sans-serif);
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	font-size: var(--font-size14);
	letter-spacing: 0.02em;
	margin-left: 1.4rem ;
}

.kiyasuto-story__movie__button__time::before, .kiyasuto-story__movie__button__time::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	font-size: inherit;
}

.kiyasuto-story__movie__button__time::before {
	margin-top: var(--font-sans-serif-top);
}

.kiyasuto-story__movie__button__time::after {
	margin-bottom: var(--font-sans-serif-bottom);
}
/*# sourceMappingURL=sourcemaps/page-kiyasuto.css.map */
