.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #000;
	color: #231F1E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(10px, 16px);
	font-size: max(10px, 1rem);
}

html {
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
}

body.is-fixed {
	overflow: hidden;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

img {
	height: auto;
	width: 100%;
}

/* ==========================================================================
   共通
   ========================================================================== */

.p-top {
	overflow: hidden;
}

.p-top__bg-black {
	margin-inline: auto;
	background: #000;
	max-width: 1490px;
	max-width: 93.125rem;
	padding: 100px 85px 111px;
	padding: 6.25rem 5.3125rem 6.9375rem;
}

.p-more__inner,
.p-story__inner,
.p-features__inner,
.p-year4__inner {
	margin-inline: auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	width: 100%;
}

.p-more__card-sub-icon,
.p-more__check,
.p-story__label-en,
.p-story__coming,
.p-story__check,
.p-features__num,
.p-year4__num {
	display: inline-block;
	line-height: 0;
}

.p-more__card-sub-icon img,
.p-more__check img,
.p-story__label-en img,
.p-story__coming img,
.p-story__check img,
.p-features__num img,
.p-year4__num img {
	display: block;
	height: auto;
	width: 100%;
}

/* ==========================================================================
   MV（Hero） 背景はPC/SP出し分けの1枚画像 + SVG手書きコピー
   ========================================================================== */

.p-mv {
	aspect-ratio: 1440/910;
	background: #231F1E;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.p-mv__bg {
	inset: 0;
	display: block;
	position: absolute;
}

.p-mv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* 手書きコピー：Figma原本からインクのbboxを実測した値
   PC 1440x910 中 x371-1411 / y354-877 ／ SP 375x800 中 x13-362 / y405-576 */

.p-mv__copy {
	-webkit-filter: drop-shadow(0 0 clamp(2px, 0.56vw, 11px) rgba(0, 0, 0, .6)) drop-shadow(0 0 clamp(5px, 1.39vw, 28px) rgba(0, 0, 0, .45));
	filter: drop-shadow(0 0 clamp(2px, 0.56vw, 11px) rgba(0, 0, 0, .6)) drop-shadow(0 0 clamp(5px, 1.39vw, 28px) rgba(0, 0, 0, .45));
	height: 57.58%;
	left: 25.7%;
	overflow: visible;
	position: absolute;
	top: 38.9%;
	width: 71.74%;
	z-index: 4;
}

.p-mv__copy-part {
	position: absolute;
}

.p-mv__copy-part img {
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   Lead — サイズ・配置はCodex準拠（画像・テキストは既存のまま）
   ========================================================================== */

.p-lead {
	padding-block: 86px 80px;
	padding-block: 5.375rem 5rem;
	background: #000;
	color: #FFFFFF;
	min-height: 760px;
	min-height: 47.5rem;
	overflow: hidden;
	position: relative;
}

.p-lead__inner {
	margin: 0 auto;
	min-height: 760px;
	min-height: 47.5rem;
	position: relative;
	width: min(100% - 8vw, 1270px);
}

.p-lead__text {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 2.8;
	margin: 0;
	position: absolute;
	top: 20%;
	width: 53%;
	z-index: 2;
}

.p-lead__text p {
	margin: 0;
}

.p-lead__photos {
	inset: 0 0 0 46%;
	position: absolute;
}

.p-lead__photo {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	position: absolute;
	width: auto;
}

.p-lead__photo--corridor {
	height: 42%;
	left: 0;
	top: 2%;
	width: 42%;
}

.p-lead__photo--people {
	height: 42%;
	right: -11%;
	top: 21%;
	width: 52%;
}

.p-lead__photo--gate {
	bottom: 5%;
	height: 31%;
	left: 13%;
	width: 41%;
}

/* ==========================================================================
   駒澤大学での4年間
   ========================================================================== */

.p-year4 {
	background: #EFEEEB;
	padding: 100px 0;
	padding: 6.25rem 0;
}

.p-year4__inner {
	max-width: 1140px;
	max-width: 71.25rem;
}

.p-year4__head {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
	text-align: center;
}

.p-year4__kicker {
	color: #231F1E;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-year4__title {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #231F1E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 53px;
	font-size: 3.3125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

.p-year4__num {
	margin: 0 10px;
	margin: 0 0.625rem;
	width: 57px;
	width: 3.5625rem;
}

.p-year4__diagram {
	line-height: 0;
	margin: 0 auto 60px;
	margin: 0 auto 3.75rem;
	max-width: 920px;
	max-width: 57.5rem;
}

.p-year4__diagram img {
	height: auto;
	width: 100%;
}

.p-year4__zoom {
	display: none;
}

.p-year4__zoom-label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-year4__zoom-icon {
	height: 18px;
	height: 1.125rem;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.125rem;
}

.p-year4__zoom-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.p-year4__body {
	margin: 0 auto;
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-year4__subtitle {
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-year4__text {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
}

.p-year4__text p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

.p-year4__text p:last-child {
	margin-bottom: 0;
}

.p-year4__cta {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(35, 31, 30, .8);
	color: #231F1E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.p-year4__cta-label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-year4__cta-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	width: 2.5rem;
}

.p-year4__cta-icon img {
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   3つの特長
   ========================================================================== */

.p-features {
	background: #F3F0E5;
	overflow: hidden;
	padding: 100px 0 92px;
	padding: 6.25rem 0 5.75rem;
}

.p-features__inner {
	max-width: 100%;
	padding-left: 95px;
	padding-left: 5.9375rem;
	padding-right: 95px;
	padding-right: 5.9375rem;
}

.p-features__head {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	text-align: center;
}

.p-features__kicker {
	color: #231F1E;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-features__title {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 53px;
	font-size: 3.3125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

.p-features__num {
	margin: 0 10px;
	margin: 0 0.625rem;
	position: relative;
	top: 4px;
	top: 0.25rem;
	width: 59px;
	width: 3.6875rem;
}

/* --- feature (1つずつ) --- */

.p-feature {
	gap: 12%;
	margin-inline: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	grid-template-columns: 38% 50%;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-feature:last-child {
	margin-bottom: 0;
}

.p-feature--reverse {
	grid-template-columns: 50% 38%;
}

.p-feature--reverse .p-feature__photos {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-feature--reverse .p-feature__body {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-feature--reverse .p-feature__number {
	left: -105px;
	left: -6.5625rem;
	right: auto;
}

.p-feature__number {
	bottom: -30px;
	bottom: -1.875rem;
	line-height: 0;
	opacity: 0.6;
	pointer-events: none;
	position: absolute;
	right: -105px;
	right: -6.5625rem;
	z-index: 0;
}

.p-feature__number img {
	display: block;
	height: auto;
	width: 100%;
}

/* 01/02/03 は字幅が違うのでSVG固有サイズを個別指定（SPは61%） */

.p-feature__number--01 {
	width: 299px;
	width: 18.6875rem;
}

.p-feature__number--02 {
	width: 359px;
	width: 22.4375rem;
}

.p-feature__number--03 {
	width: 330px;
	width: 20.625rem;
}

.p-feature__photos {
	gap: 16px;
	gap: 1rem;
	display: grid;
	position: relative;
}

.p-feature__photo {
	line-height: 0;
	overflow: hidden;
}

.p-feature__photo img {
	display: block;
	height: auto;
	width: 100%;
}

.p-feature__body {
	position: relative;
	z-index: 1;
}

.p-feature__heading {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-feature__lead {
	background: #EFEEEB;
	border: 1px solid #857E7D;
	color: #492D65;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.9;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
}

.p-feature__text {
	color: #231F1E;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
}

.p-feature__text p {
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}

/* ==========================================================================
   Story（Coming soon）
   ========================================================================== */

.p-story {
	margin-top: 92px;
	margin-top: 5.75rem;
}

.p-story__bar {
	color: #FFFFFF;
	padding: 28px clamp(16px, 2.7777777778vw, 40px);
	padding: 1.75rem clamp(1rem, 2.7777777778vw, 2.5rem);
}

.p-story__bar-inner {
	margin: 0 auto;
	max-width: 1240px;
	max-width: 77.5rem;
	text-align: center;
}

.p-story__bar-text {
	font-size: clamp(18px, 2.5vw, 36px);
	font-size: clamp(1.125rem, 2.5vw, 2.25rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.p-story__check {
	margin-left: clamp(8px, 0.9722222222vw, 14px);
	margin-left: clamp(0.5rem, 0.9722222222vw, 0.875rem);
	vertical-align: -0.28em;
	width: clamp(117px, 16.25vw, 234px);
	width: clamp(7.3125rem, 16.25vw, 14.625rem);
}

.p-story__body {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: #FFFFFF;
	background: url("../images/story/pc_bg.webp") no-repeat center center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 394px;
	min-height: 24.625rem;
	overflow: hidden;
	padding: 150px 0 80px;
	padding: 9.375rem 0 5rem;
	position: relative;
}

.p-story__inner {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 1240px;
	max-width: 77.5rem;
	padding-right: 80px;
	padding-right: 5rem;
	position: relative;
	z-index: 2;
}

.p-story__coming {
	translate: 0 -50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 411px;
	width: 25.6875rem;
	z-index: 2;
}

.p-story__coming::after {
	background: #FFFFFF;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.p-story__label {
	position: relative;
}

.p-story__label-jp {
	border-bottom: 1px solid #231F1E;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.p-story__label-en {
	width: 602px;
	width: 37.625rem;
}

/* ==========================================================================
   More (もっと知りたいあなたは)
   ========================================================================== */

.p-more {
	background: #6C6B67;
	border: 5px solid rgba(223, 221, 211, .5);
	border: 0.3125rem solid rgba(223, 221, 211, .5);
	color: #FFFFFF;
	margin-top: 100px;
	margin-top: 6.25rem;
	padding: 60px 0 80px;
	padding: 3.75rem 0 5rem;
}

.p-more__inner {
	max-width: 1270px;
	max-width: 79.375rem;
	padding-left: 95px;
	padding-left: 5.9375rem;
	padding-right: 95px;
	padding-right: 5.9375rem;
}

.p-more__head {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
}

.p-more__title {
	color: #FFFFFF;
	font-size: clamp(18px, 2.5vw, 36px);
	font-size: clamp(1.125rem, 2.5vw, 2.25rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.p-more__check {
	margin-left: clamp(8px, 0.9722222222vw, 14px);
	margin-left: clamp(0.5rem, 0.9722222222vw, 0.875rem);
	vertical-align: -0.28em;
	width: clamp(117px, 16.25vw, 234px);
	width: clamp(7.3125rem, 16.25vw, 14.625rem);
}

.p-more__block {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-more__block:last-child {
	margin-bottom: 0;
}

.p-more__block-title {
	color: #FFFFFF;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-more__bracket {
	color: #FFFFFF;
	font-weight: 700;
	margin: 0 4px;
	margin: 0 0.25rem;
}

.p-more__list {
	gap: 22px 28px;
	gap: 1.375rem 1.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-more__list--single {
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-more__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFFFFF;
	color: #231F1E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 94px;
	min-height: 5.875rem;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-more__card--stacked {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	padding-top: 16px;
	padding-top: 1rem;
}

.p-more__card--center {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-more__card--center .p-more__card-arrow {
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-more__card-inner {
	gap: 6px;
	gap: 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-more__card-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.p-more__card-sub {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666666;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.p-more__card-sub-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6px;
	margin-right: 0.375rem;
	-webkit-transform: translateY(0.125rem);
	transform: translateY(0.125rem);
	width: 18px;
	width: 1.125rem;
}

.p-more__card-arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
}

.p-more__card-arrow img {
	height: 100%;
	width: 100%;
}

.c-modal {
	inset: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	padding: 56px 16px;
	padding: 3.5rem 1rem;
	position: fixed;
	-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	visibility: hidden;
	z-index: 200;
}

.c-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.c-modal__overlay {
	inset: 0;
	background: rgba(0, 0, 0, .85);
	position: absolute;
}

.c-modal__dialog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	max-width: 1100px;
	max-width: 68.75rem;
	position: relative;
	width: 100%;
}

.c-modal__close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -44px;
	top: -2.75rem;
	width: 32px;
	width: 2rem;
}

.c-modal__close-bar {
	background: #FFFFFF;
	height: 1.5px;
	position: absolute;
	width: 30px;
	width: 1.875rem;
}

.c-modal__close-bar:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-modal__close-bar:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-modal__body {
	-webkit-overflow-scrolling: touch;
	background: #EFEEEB;
	overflow: auto;
}

.c-modal__body img {
	display: block;
	height: auto;
	width: 100%;
}

.l-bottombar {
	display: none;
}

.l-bottombar__item {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-bottombar__item:first-child {
	border-right: 1px solid #DFDDD3;
}

.l-bottombar__item:hover {
	opacity: 0.7;
}

.l-bottombar__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 20px;
	height: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	width: 1.25rem;
}

.l-bottombar__icon img {
	height: 100%;
	width: 100%;
}

.l-bottombar__text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.l-footer {
	background: #000;
	padding: 56px 20px 72px;
	padding: 3.5rem 1.25rem 4.5rem;
	text-align: center;
}

.l-footer__logo {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 200px;
	width: 12.5rem;
}

.l-footer__logo:hover {
	opacity: 0.7;
}

.l-footer__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.l-sidebar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	right: 0;
	top: 66.7%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 63px;
	width: 3.9375rem;
	z-index: 90;
}

.l-sidebar__link {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px 16px;
	padding: 1.5rem 1rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.l-sidebar__link:hover {
	opacity: 0.7;
}

.l-sidebar__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 26px;
	height: 1.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	width: 1.625rem;
}

.l-sidebar__icon img {
	height: 100%;
	width: 100%;
}

.l-sidebar__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.6;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.l-sidebar__divider {
	background: rgba(255, 255, 255, .5);
	display: block;
	height: 1px;
	height: 0.0625rem;
	width: 24px;
	width: 1.5rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.u-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

a.u-anime.is-show:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

}

@media (prefers-reduced-motion: reduce) {

.u-anime.u-anime {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: visible;
}

}

@media (max-width: 1440px) {

.p-top__bg-black {
	padding-inline: 5.9027777778%;
}

}

@media screen and (max-width: 1279px) {

.u-xl {
	display: none;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 1023px) {

.u-lg {
	display: none;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.p-top__bg-black {
	padding: 3.75rem 1.25rem 3.125rem;
}

.p-more__inner,
.p-story__inner,
.p-features__inner,
.p-year4__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-mv {
	aspect-ratio: 375/800;
}

.p-mv__copy {
	height: 21.5%;
	left: 3.47%;
	top: 50.62%;
	width: 93.33%;
}

.p-lead {
	padding-block: 5.9375rem 6.75rem;
}

.p-lead__inner {
	min-height: 43.75rem;
	width: 100%;
}

.p-lead__text {
	font-size: 0.875rem;
	left: 1.25rem;
	line-height: 3;
	top: 0.625rem;
	width: calc(100% - 40px);
}

.p-lead__photos {
	inset: auto 0 20px 0;
	height: 24.375rem;
}

.p-lead__photo--corridor {
	height: 150px;
	left: 1.25rem;
	top: 11.875rem;
	width: 31%;
}

.p-lead__photo--people {
	height: 131px;
	right: 0;
	top: 7.5rem;
	width: 48%;
}

.p-lead__photo--gate {
	bottom: -1.25rem;
	height: 94px;
	left: 42%;
	width: 40%;
}

.p-year4__kicker {
	font-size: 1.0625rem;
	margin-bottom: 0.625rem;
}

.p-year4__title {
	gap: 0.125rem;
	font-size: 1.5rem;
}

.p-year4__num {
	margin: 0 0.3125rem;
	position: relative;
	top: 0.125rem;
	width: 1.625rem;
}

.p-year4__diagram {
	margin-bottom: 2.0625rem;
}

.p-year4__zoom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #231F1E;
	border-radius: 999px;
	color: #FFFFFF;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 7.1875rem;
	padding-right: 2.5rem;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 16.5625rem;
}

.p-year4__zoom:hover {
	opacity: 0.8;
}

.p-year4__subtitle {
	font-size: 1.375rem;
	line-height: 2;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-year4__text {
	font-size: 0.875rem;
	line-height: 1.9;
}

.p-year4__cta {
	gap: 0.875rem;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.5rem;
	width: 17.5rem;
}

.p-year4__cta-label {
	font-size: 0.875rem;
}

.p-year4__cta-icon {
	height: 2rem;
	width: 2rem;
}

.p-features {
	padding: 5rem 0 5rem;
}

.p-features__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-features__head {
	margin-bottom: 3.75rem;
}

.p-features__kicker {
	font-size: 1.0625rem;
	margin-bottom: 1.875rem;
}

.p-features__title {
	display: inline;
	font-size: 1.9375rem;
	line-height: 1.6;
}

.p-features__title-min {
	font-size: 1.5rem;
}

.p-features__num {
	margin: 0 0.4375rem;
	width: 2.6875rem;
}

.p-feature {
	gap: 4rem;
	grid-template-columns: 1fr;
	margin-bottom: 5.625rem;
}

.p-feature--reverse {
	grid-template-columns: 1fr;
}

.p-feature--reverse .p-feature__number {
	left: auto;
	right: -1.25rem;
}

.p-feature__number {
	bottom: -1.875rem;
	right: -1.25rem;
	top: auto;
}

.p-feature__number--01 {
	width: 11.375rem;
}

.p-feature__number--02 {
	width: 13.6875rem;
}

.p-feature__number--03 {
	width: 12.5625rem;
}

.p-feature__photos {
	gap: 0.75rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-feature__heading {
	font-size: 1.375rem;
	letter-spacing: 0.03em;
	margin-bottom: 1.25rem;
}

.p-feature__lead {
	font-size: 0.9375rem;
	margin-bottom: 2.5rem;
	padding: 0.875rem 1rem;
}

.p-feature__text {
	font-size: 0.875rem;
}

.p-story {
	margin-top: 7.5rem;
}

.p-story__bar {
	padding: 1.25rem 0;
}

.p-story__bar-text {
	font-size: 1.125rem;
	line-height: 1.9;
}

.p-story__check {
	margin-left: 0.5rem;
	position: relative;
	top: 0.375rem;
	width: 7.3125rem;
}

.p-story__body {
	background-image: url("../images/story/sp_bg.webp");
	margin-top: 3.125rem;
	min-height: 15.625rem;
	padding: 2.25rem 0 0.75rem;
}

.p-story__inner {
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-story__coming {
	top: 41%;
	width: 17.5rem;
}

.p-story__label-jp {
	font-size: 0.9375rem;
}

.p-story__label-en {
	width: 15.75rem;
}

.p-more {
	margin-top: 7.5rem;
	padding: 5rem 0 5rem;
}

.p-more__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-more__head {
	margin-bottom: 4rem;
}

.p-more__title {
	font-size: 1.125rem;
}

.p-more__check {
	margin-left: 0.5rem;
	position: relative;
	top: 0.375rem;
	width: 7.3125rem;
}

.p-more__block {
	margin-bottom: 4rem;
}

.p-more__block-title {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.p-more__list {
	gap: 1rem;
	grid-template-columns: 1fr;
}

.p-more__card {
	min-height: 4.25rem;
	padding: 1.125rem 1.25rem;
}

.p-more__card--stacked {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-more__card--center {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.p-more__card--center .p-more__card-arrow {
	right: 1.25rem;
}

.p-more__card-title {
	font-size: 1rem;
}

.p-more__card-sub {
	gap: 0.125rem;
	font-size: 0.6875rem;
}

.p-more__card-sub-icon {
	width: 1rem;
}

.p-more__card-arrow {
	height: 1.75rem;
	width: 1.75rem;
}

.c-modal {
	padding: 3.5rem 1rem 1rem;
}

.c-modal__dialog {
	height: 100%;
}

.c-modal__body {
	height: 100%;
}

.c-modal__body img {
	margin-inline: auto;
	height: 100%;
	max-width: none;
	width: auto;
}

.l-bottombar {
	background: #000;
	border-top: 1px solid #DFDDD3;
	bottom: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.75rem;
	left: 0;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	right: 0;
	z-index: 90;
}

body {
	padding-bottom: calc(3.75rem + env(safe-area-inset-bottom));
}

.l-footer {
	padding: 2.5rem 1.25rem 3rem;
}

.l-footer__logo {
	width: 9.375rem;
}

.l-sidebar {
	display: none;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
