@charset "UTF-8";

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#main .sticky-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	z-index: 3;
}

#main .sticky-wrap .sticky-float-area {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 640px;
	z-index: -1;
}

#main .sticky-wrap .sticky-move-area {
	position: relative;
	background-color: var(--secondary-color);
	z-index: 5;
}

@media only screen and (min-width: 768px) {
	#main .sticky-wrap .sticky-float-area {
		min-height: 820px;
		max-height: 980px;
	}
}

@media only screen and (min-width: 1280px) {
	#main .sticky-wrap {
		flex-direction: row;
		align-items: stretch;
	}

	#main .sticky-wrap .sticky-float-area {
		flex: 1.1;
		min-height: 1000px;
	}

	#main .sticky-float-area-inner {
		position: relative;
		height: 1000px;
		max-height: none;
		min-height: inherit;
	}

	#main .sticky-wrap .sticky-move-area {
		flex: 0.9;
		max-width: 560px;
	}
}

/*--------------------------*/
/* メインビジュアル */
/*--------------------------*/
.mv {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("../images/mv-bg.png");
	background-size: 115% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.mv .mv-bg-image {
	position: absolute;
	top: 0;
	left: -17.5%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mv .mv-bg-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom left;
}

.mv h1 {
	position: absolute;
	top: 90px;
	right: 2.5%;
	width: 47.5%;
	height: auto;
	z-index: 3;
}

.mv h2 {
	position: absolute;
	bottom: 50%;
	right: 2.5%;
	width: auto;
	width: 47.5%;
	height: auto;
	z-index: 2;
}

.mv .mv-text {
	position: absolute;
	top: 55%;
	right: 2.5%;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1.5vh;
	font-size: 5vw;
	font-family: var(--serif-jp);
	font-weight: 600;
	color: var(--gray-color);
	text-align: right;
	letter-spacing: -0.04em;
	z-index: 12;
}

.mv .mv-text .marker {
	background: linear-gradient(transparent 15%, var(--tertiary-color) 15%, var(--tertiary-color) 100%);
	white-space: nowrap;
}

.mv .mv-text small.mv-text1-1 {
	font-size: 0.85em;
}

.mv .mv-text em {
	text-align: right;
	font-size: 1.8em;
}

.mv .mv-text .note {
	display: none;
}

.mv .mv-text h3 {
	width: 60%;
	margin-left: 2.5%;
	margin-right: auto;
	margin-top: 1vh;
	margin-bottom: 1vh;
}

.mv .mv-text p.mv-text1-4 {
	font-size: 1.1em;
}

@media only screen and (min-width: 480px) {
	.mv .mv-bg-image {
		padding-top: 7.5vw;
		left: auto;
		right: 7.5%;
	}

	.mv h1 {
		top: 75px;
		right: 3.5%;
		width: 50%;
		max-width: 320px;
		height: auto;
	}

	.mv h2 {
		bottom: 0;
		top: 30%;
		right: 3.5%;
		width: 45%;
		max-width: 260px;
		height: auto;
	}

	.mv .mv-text {
		top: auto;
		bottom: 5vh;
		right: 3.5%;
		font-size: 3.8vw;
		width: 93%;
	}

	.mv .mv-text small.mv-text1-1 {
		font-size: 0.8em;
	}

	.mv .mv-text em {
		font-size: 2.2em;
	}

	.mv .mv-text .note {
		display: block;
		text-align: right;
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.mv .mv-text h3 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 25%;
		height: 50vh;
		margin: 0;
		background-image: url("../images/mv-aikotoba.png");
		background-size: contain;
		background-position: bottom left;
		background-repeat: no-repeat;
	}

	.mv .mv-text h3 img {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.mv {
		min-height: 900px;
		background-size: 105% auto;
	}

	.mv .mv-bg-image {
		left: 2.5%;
		right: auto;
		padding-top: 2.5vw;
	}

	.mv .mv-bg-image img {
		width: 65%;
		max-width: 620px;
		height: auto;
		object-fit: cover;
		object-position: bottom left;
	}

	.mv h1 {
		top: 50px;
		right: 5%;
	}

	.mv h2 {
		right: 5%;
	}

	.mv .mv-text {
		right: 5%;
		bottom: 5rem;
		gap: 1.25rem;
		font-size: 3rem;
		width: 90%;
	}

	.mv .mv-text small.mv-text1-1 {
		font-size: 0.75em;
	}

	.mv .mv-text em {
		font-size: 2.4em;
	}

	.mv .mv-text .note br:first-child {
		display: none;
	}

	.mv .mv-text p.mv-text1-4 {
		font-size: 1.2em;
	}

	.mv .mv-text h3 {
		width: 25%;
		max-height: 40vh;
	}

}

@media only screen and (min-width: 1280px) {
	.mv {
		background-size: 100% auto;
	}

	.mv .mv-bg-image {
		left: -5%;
		right: auto;
		padding-top: 2.5vw;
	}

	.mv .mv-bg-image img {
		width: 75%;
		max-width: 620px;
		height: auto;
		object-fit: cover;
		object-position: bottom left;
	}

	.mv .mv-text h3 {
		height: 430px;
		max-height: none;
	}
}


#main .sticky-wrap .sticky-move-area {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
}

#main .note-text {
	font-size: 1.3rem;
	margin-top: 2.5rem;
}

#main .note-text .text-indent {
	display: inline-block;
	font-size: inherit;
	padding-left: 1em;
	text-indent: -1em;
	line-height: inherit;
}

#main .note-text .text-indent br {
	display: none;
}

.logo-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 2rem;
	color: var(--black-color);
	font-size: 2.6vw;
	font-size: 2.6svw;
	font-weight: 400;
	font-family: var(--serif-jp);
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-left: auto;
	margin-right: auto;
}

.logo-date dt {
	font-size: 5.4em;
}

.logo-date dt small {
	display: block;
	font-size: 0.45em;
}

.logo-date dt span {
	display: block;
	font-size: 0.4em;
	line-height: 1.6;
}

.logo-date dd {
	font-size: 2.2em;
}

.logo-lead {
	position: relative;
	margin: 5rem auto 0;
	padding: 1.5rem 0 1rem;
	max-width: 450px;
	text-align: center;
	color: var(--black-color);
	font-size: 5.1vw;
	font-size: 5.1svw;
	font-weight: 700;
	font-family: var(--serif-jp);
	letter-spacing: -0.04em;
	--x-gradient: linear-gradient(90deg, #333 0 100%);
	--y-gradient: linear-gradient(#333 0 15px, transparent 0 calc(100% - 15px), #333 calc(100% - 15px));
	background-image:
		var(--x-gradient),
		var(--y-gradient),
		var(--x-gradient),
		var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
	background-position: top, right, bottom, left;
}

.logo-lead em {
	display: block;
	font-size: 2.2em;
}

.logo-lead strong {
	font-size: 1.3em;
	font-weight: inherit;
}

.logo-lead span {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 90%, transparent 50%);
	background: linear-gradient(transparent 50%, var(--tertiary-color) 50%, var(--tertiary-color) 90%, transparent 50%);
}

.logo-note {
	width: fit-content;
	margin: 2rem auto 0;
	text-align: left;
	color: var(--black-color);
	font-size: 3.5vw;
	font-size: 3.5svw;
	font-weight: 600;
	font-family: var(--serif-jp);
	letter-spacing: -0.04em;
}

.logo-copy {
	position: relative;
	margin: 0 auto;
	margin-top: 3rem;
	margin-bottom: 4.5rem;
	text-align: center;
	color: var(--black-color);
	font-size: 4.5vw;
	font-size: 4.5svw;
	font-weight: 700;
	font-family: var(--sans-jp);
	letter-spacing: -0.04em;
	width: fit-content;
	padding: 12px 16px;
	border: 2px solid #000;
	background-color: var(--secondary-color);
	z-index: 2;
}

.logo-copy::before {
	content: "";
	position: absolute;
	bottom: -7.5px;
	left: 50%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	background-color: var(--secondary-color);
	transform: rotate(135deg);
	z-index: 3;
}

.logo-copy::after {
	content: "";
	position: absolute;
	top: calc(100% + 5px);
	left: calc(50% - 4px);
	width: 30px;
	height: 2px;
	transform: rotate(50deg);
	background-color: #000;
	box-shadow: 0 2px 0 var(--secondary-color), 0 -2px 0 var(--secondary-color);
	z-index: 4;
}

@media only screen and (min-width: 480px) {
	.logo-date {
		max-width: 450px;
		font-size: 1.2rem;
	}

	.logo-lead {
		margin: 7.5rem auto 0;
		padding: 1.75rem 0 1.25rem;
		font-size: 2.6rem;
	}

	.logo-note {
		font-size: 1.6rem;
	}

	.logo-copy {
		font-size: 2.2rem;
		padding: 16px 32px;
	}
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1280px) {
	.logo-date {
		padding: 12.5rem 0 3.5rem;
		font-size: 1.3rem;
	}

	.logo-lead {
		font-size: 2.4rem;
	}

	.logo-note {
		font-size: 1.4rem;
	}

	.logo-copy {
		font-size: 2rem;
		padding: 22px 34px;
	}
}


#section02 .section-area-inner {
	padding: 5rem 5%;
}

#section02 .anc-text {
	position: relative;
	display: block;
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--white-color);
	text-align: center;
	z-index: 10;
}

#section02 .anc-text span {
	position: relative;
	display: block;
	width: 2px;
	height: 70px;
	margin: 1rem auto 0;
	border-radius: 9999px;
	background-color: var(--white-color)
}

#section02 .anc-text span::before,
#section02 .anc-text span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 1px);
	width: 2px;
	height: 50px;
	border-radius: 9999px;
	background-color: var(--white-color);
	transform-origin: 50% calc(100% - 1px);
}

#section02 .anc-text span::before {
	transform: rotate(45deg);
}

#section02 .anc-text span::after {
	transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1080px) {
	#section02 {
		padding: 0;
	}

	#section02 .section-area-inner {
		padding: 7.5rem 2.5rem 7.5rem;
	}

	#section02 .anc-text {
		font-size: 2.2rem;
	}

	#section02 .anc-text span {
		height: 90px;
	}

	#section02 .anc-text span::before,
	#section02 .anc-text span::after {
		height: 60px;
	}
}


#banners {
	padding: 5rem 5% 5rem;
}

#banners h1 {
	text-align: center;
	font-size: 5vw;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	font-family: var(--sans-jp);
	font-weight: 700;
	margin: 0 auto 3.5rem;
	color: var(--primary-color);
	white-space: nowrap;
}

#banners h1 span {
	position: relative;
	display: inline-block;
	padding: 0 2em;
}

#banners h1 span::before,
#banners h1 span::after {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: 1em;
	width: 44px;
	height: 1px;
	background-color: var(--primary-color);
	transform: rotate(-60deg);
}

#banners h1 span::before {
	left: 0;
}

#banners h1 span::after {
	right: 0;
}

#banners .sub-banner-flex {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 480px) {
	#banners {
		padding: 2.5rem 5% 7.5rem;
	}
}

@media only screen and (min-width: 768px) {
	#banners h1 {
		font-size: 2.6rem;
		letter-spacing: 1.25rem;
		text-indent: 1.25rem;
	}
}

@media only screen and (min-width: 1080px) {
	#banners {
		padding: 0 2.5rem 7.5rem 2.5rem;
		background-color: inherit;
	}

	#banners h1 {
		font-size: 2.4rem;
		letter-spacing: 1.0rem;
		text-indent: 1.0rem;
	}
}




.backPageBtn {
	margin-top: 3.5rem;
	width: 100%;
	max-width: 420px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.backPageBtn a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 24px;
	padding: 1.5rem 1.5rem;
	text-decoration: none;
	color: #fff;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	opacity: 1;
}

@media only screen and (min-width: 480px) {
	.backPageBtn {
		margin-top: 4.5rem;
	}

	.backPageBtn a {
		font-size: 1.8rem;
		line-height: 32px;
	}
}

@media only screen and (min-width: 1025px) {
	.backPageBtn {
		margin-top: 5rem;
	}

	.backPageBtn a {
		line-height: 36px;
	}
}