@charset "UTF-8";
:root {
	--bp-sp: 767px;
}

:root {
	--bp-portrait: 1024px;
}

:root {
	--bp-pc: 1140px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/******************************************************************
foundation - base
******************************************************************/
html {
	scroll-behavior: smooth;
}

body {
	min-width: 375px;
	font-family: "Helvetica Neue", Arial, "M PLUS 1 Code", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	overflow-wrap: break-word;
	overflow-y: scroll;
	color: #2f2f2f;
	font-size: 1rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 0.9rem;
	}
}
@media print {
	body {
		width: 1080px;
		zoom: 0.8;
	}
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	border: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
	color: inherit;
	text-decoration: none;
	line-height: 1.4;
	outline-color: #999999;
}
@media (any-hover: hover) {
	button:hover {
		text-decoration: none;
	}
}
button:not(.js-dialog):focus {
	text-decoration: none;
}

input, select {
	line-height: 1.4;
	outline-color: #999999;
}

em {
	font-style: normal;
	font-weight: bold;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

address {
	font-style: normal;
}

a {
	color: #3865e0;
	text-decoration: underline;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.1em;
	outline-color: #999999;
}
@media (any-hover: hover) {
	a:hover {
		text-decoration: none;
	}
}
a:not(.js-dialog):focus {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

svg {
	vertical-align: middle;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
	width: 100%;
	overflow: clip;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}
.l-wrapper main {
	flex-grow: 1;
	background: url(/assets/img/bg-main.png);
}

/******************************************************************
layout - header-fixed
******************************************************************/
html:has(.l-header-fixed) {
	scroll-padding-top: var(--header-height);
}

@media screen and (max-width: 1024px) {
	html:has(.l-header-fixed--portrait-over) {
		scroll-padding-top: initial;
	}
}

@media print, screen and (min-width: 1025px) {
	html:has(.l-header-fixed--portrait) {
		scroll-padding-top: initial;
	}
}
body:has(.l-header-fixed) {
	padding-top: var(--header-height);
}
@media print {
	body:has(.l-header-fixed) {
		padding-top: initial;
	}
}

@media screen and (max-width: 1024px) {
	body:has(.l-header-fixed--portrait-over) {
		padding-top: initial;
	}
}

@media print, screen and (min-width: 1025px) {
	body:has(.l-header-fixed--portrait) {
		padding-top: initial;
	}
}
.l-header-fixed {
	position: relative;
	z-index: 100;
}
.l-header-fixed__inner[data-header-fixed=true] {
	position: fixed;
	top: 0;
	width: 100%;
}
@media print {
	.l-header-fixed__inner[data-header-fixed=true] {
		position: relative;
	}
}

/******************************************************************
layout - header
******************************************************************/
:root {
	--header-height: 0;
}

.l-header {
	background-color: #000;
}
.l-header__content-inner {
	max-width: 1080px;
	margin-inline: auto;
	padding-inline: 30px;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.l-header__content-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-header__content-inner, .l-main-3column .l-header__content-inner {
	padding-inline: 0 !important;
}

@media screen and (max-width: 1024px) {
	.l-header__content-inner {
		gap: 0.75rem;
	}
}
.l-header__head {
	flex-grow: 1;
	max-width: 30%;
	align-self: center;
	padding: 20px 10px 16px 0;
}
@media screen and (max-width: 1024px) {
	.l-header__head {
		padding: 16px 10px 12px 0;
	}
}
.l-header__logo {
	font-size: 1rem;
}
.l-header__logo svg,
.l-header__logo img {
	max-width: 100%;
	width: 54px;
}
@media screen and (max-width: 1024px) {
	.l-header__logo svg,
	.l-header__logo img {
		width: 34px;
	}
}
.l-header__body-landscape {
	display: flex;
	align-items: center;
	padding-inline: 0.5rem;
}
.l-header__body-landscape > *:not(:last-child) {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
	.l-header__body-landscape {
		display: none;
	}
}
.l-header__body-portrait {
	display: none;
}
@media screen and (max-width: 1024px) {
	.l-header__body-portrait {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 0.75rem;
	}
}

/******************************************************************
layout - header-dropdown
******************************************************************/
body:has(.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown > [aria-hidden=false]) {
	overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
	body:has(.l-header-fixed--portrait-over .l-header-dropdown > [aria-hidden=false]) {
		overflow: hidden;
	}
}
@media screen and (max-width: 1024px) {
	body:has(.l-header-fixed--portrait .l-header-dropdown > [aria-hidden=false]) {
		overflow: hidden;
	}
}
.l-header__head > *,
.l-header__body > *:not(.l-header-dropdown),
.l-header-dropdown__button {
	position: relative;
	z-index: 111;
}

.l-header-dropdown__button {
	width: 30px;
	height: 26px;
	padding: 4px;
}
.l-header-dropdown__button > span {
	display: inline-block;
	position: relative;
	width: 22px;
	height: 18px;
	transition-property: all;
	transition-duration: 0.3s;
}
.l-header-dropdown__button > span span {
	position: absolute;
	display: block;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.l-header-dropdown__button > span span:first-child {
	top: 0;
}
.l-header-dropdown__button > span span:nth-child(2) {
	top: 0;
	bottom: 0;
}
.l-header-dropdown__button > span span:last-child {
	bottom: 0;
}
.l-header-dropdown__button[aria-expanded=true] > span {
	transform: rotate(180deg);
}
.l-header-dropdown__button[aria-expanded=true] > span span:first-child {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.l-header-dropdown__button[aria-expanded=true] > span span:nth-child(2) {
	opacity: 0;
}
.l-header-dropdown__button[aria-expanded=true] > span span:last-child {
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}
.l-header-dropdown__close {
	display: block;
	width: fit-content;
	margin-inline: auto;
	padding-left: 16px;
	position: relative;
}
.l-header-dropdown__close::before, .l-header-dropdown__close::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.l-header-dropdown__close::before {
	background-color: #333333;
	width: 12.1421356237px;
	height: 2px;
	transform: translateX(-1.0710678119px) rotate(45deg);
	top: 0;
	bottom: 0;
	left: 0;
}
.l-header-dropdown__close::after {
	background-color: #333333;
	width: 12.1421356237px;
	height: 2px;
	transform: translateX(-1.0710678119px) rotate(-45deg);
	top: 0;
	bottom: 0;
	left: 0;
}
.l-header-dropdown__body {
	display: none;
	position: absolute;
	inset-inline: 0;
	top: var(--header-height);
	z-index: 110;
	max-height: calc(100dvh - var(--header-height));
	overflow-y: auto;
	scroll-behavior: smooth;
	overscroll-behavior: contain;
	box-sizing: border-box;
	top: 0;
	height: 100dvh;
	max-height: 100dvh;
	padding-top: var(--header-height);
	background-color: #ff2476;
}
.l-header-dropdown__body-inner {
	max-width: 500px;
	margin-inline: auto;
	padding: 3em;
	min-height: calc(100% - var(--header-height));
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.l-header-dropdown__body-inner {
		padding: 1em;
	}
}
.l-header-dropdown__body-inner > *:not(:last-child) {
	margin-bottom: 2rem;
}
.l-header-dropdown__body-inner nav > *:not(:last-child) {
	margin-bottom: 2rem;
}
.l-header-dropdown__body > * {
	transition-property: opacity, transform;
	transition-duration: 0.6s;
	opacity: 0;
	transform: translateY(-15px);
}
.l-header-dropdown__body[aria-hidden=false] > * {
	opacity: 1;
	transform: translateY(0);
}

.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	position: fixed;
	z-index: 109;
	inset-inline: 0;
	background-color: rgba(0, 0, 0, 0.7);
	top: var(--header-height);
	transition: opacity 0.4s, height 0s 0.4s;
	opacity: 0;
	height: 0;
}
.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown:has(> [aria-hidden=false])::after {
	transition: opacity 0.4s, height 0s 0s;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	opacity: 1;
	height: 100vh;
	height: 100dvh;
}

@media screen and (max-width: 1024px) {
	.l-header-fixed--portrait .l-header-dropdown::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		position: fixed;
		z-index: 109;
		inset-inline: 0;
		background-color: rgba(0, 0, 0, 0.7);
		top: var(--header-height);
		transition: opacity 0.4s, height 0s 0.4s;
		opacity: 0;
		height: 0;
	}
	.l-header-fixed--portrait .l-header-dropdown:has(> [aria-hidden=false])::after {
		transition: opacity 0.4s, height 0s 0s;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		opacity: 1;
		height: 100vh;
		height: 100dvh;
	}
}
/******************************************************************
layout - header-menu
******************************************************************/
.l-header-menu {
	color: #fff;
}
@media print, screen and (min-width: 1025px) {
	.l-header-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 0.25em 2em;
		justify-content: flex-end;
		font-size: 1.1rem;
	}
	.l-header-menu a {
		color: inherit;
		text-decoration: none;
		transition-property: opacity;
		transition-duration: 0.4s;
	}
}
@media print and (any-hover: hover), screen and (min-width: 1025px) and (any-hover: hover) {
	.l-header-menu a:hover {
		text-decoration: none;
	}
}
@media print, screen and (min-width: 1025px) {
	.l-header-menu a:not(.js-dialog):focus {
		text-decoration: none;
	}
}
@media print and (any-hover: hover), screen and (min-width: 1025px) and (any-hover: hover) {
	.l-header-menu a:hover {
		opacity: 0.6;
	}
}
@media print, screen and (min-width: 1025px) {
	.l-header-menu a:not(.js-dialog):focus {
		opacity: 0.6;
	}
}
@media screen and (max-width: 1024px) {
	.l-header-menu a {
		box-sizing: border-box;
		display: block;
		padding: 0.6em 0;
		font-weight: 600;
		font-size: 22px;
		color: inherit;
		text-decoration: none;
	}
}
@media screen and (max-width: 1024px) and (any-hover: hover) {
	.l-header-menu a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 1024px) {
	.l-header-menu a:not(.js-dialog):focus {
		text-decoration: none;
	}
}

/******************************************************************
layout - top-visual
******************************************************************/
.l-top-visual {
	position: relative;
}
.l-top-visual img {
	width: 100%;
}

/******************************************************************
layout - pagetop
******************************************************************/
.l-pagetop {
	position: relative;
	height: 60px;
}
@media print {
	.l-pagetop {
		display: none !important;
	}
}
.l-pagetop:not([data-pagetop]) .l-pagetop__btn {
	transform: translatey(0);
	position: fixed !important;
}
.l-pagetop[data-pagetop=top] .l-pagetop__btn {
	transform: translatey(120px);
	position: fixed;
}
.l-pagetop[data-pagetop=scroll] .l-pagetop__btn, .l-pagetop[data-pagetop=top] .l-pagetop__btn:focus {
	transform: translatey(0);
	position: fixed;
}
.l-pagetop[data-pagetop=bottom] .l-pagetop__btn {
	position: absolute;
}
.l-pagetop__btn {
	z-index: 90;
	transition-property: transform, background;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.3, 1.6, 0.8, 1);
	display: block;
	overflow: hidden;
	bottom: 30px;
	right: 30px;
}
@media screen and (max-width: 767px) {
	.l-pagetop__btn {
		bottom: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.l-pagetop {
		height: 45px;
	}
}
.l-pagetop__btn {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #ff2476;
}
.l-pagetop__btn::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-pagetop__btn::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: translateY(3.7279220614px) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.l-pagetop__btn {
		position: relative;
		width: 45px;
		height: 45px;
	}
	.l-pagetop__btn::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 12px;
		height: 12px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.l-pagetop__btn::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateY(2.4852813742px) rotate(45deg);
	}
}
/******************************************************************
layout - footer
******************************************************************/
.l-footer__content {
	background-color: #000;
	color: #fff;
}
.l-footer__content-inner {
	max-width: 1080px;
	margin-inline: auto;
	padding-inline: 30px;
	padding-block: 5rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-footer__content-inner, .l-main-3column .l-footer__content-inner {
	padding-inline: 0 !important;
}

@media screen and (max-width: 1024px) {
	.l-footer__content-inner {
		padding-block: 3rem;
	}
}
.l-footer__copy {
	display: block;
	padding: 30px;
	text-align: center;
	background-color: #fff;
	font-size: 0.8rem;
}
.l-footer__copy small {
	font-size: inherit;
}
.l-footer__copy span {
	display: inline-block;
}

/******************************************************************
layout - footer-sns-list
******************************************************************/
.l-footer-sns-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 45px;
}
@media screen and (max-width: 1024px) {
	.l-footer-sns-list {
		gap: 16px 25px;
	}
}
.l-footer-sns-list dt {
	width: 100%;
	text-align: center;
	font-size: 24px;
}
@media screen and (max-width: 1024px) {
	.l-footer-sns-list dt {
		font-size: 18px;
	}
}
.l-footer-sns-list img {
	width: auto;
	height: 80px;
}
@media screen and (max-width: 1024px) {
	.l-footer-sns-list img {
		height: 40px;
	}
}

/******************************************************************
component - section
******************************************************************/
.c-section {
	position: relative;
}
.c-section--offset-cut {
	padding-top: 0.1px;
	padding-bottom: 0.1px;
}
.c-section--italic {
	clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
	padding-block: 10vw;
}
.c-section__fit {
	max-width: 1080px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__fit {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__fit, .l-main-3column .c-section__fit {
	padding-inline: 0 !important;
}

.c-section__fit--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__fit--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__fit--slim, .l-main-3column .c-section__fit--slim {
	padding-inline: 0 !important;
}

.c-section__fit--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__top {
	max-width: 1080px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.c-section__top {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__top, .l-main-3column .c-section__top {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section__top {
		margin-top: 3rem;
	}
}
.c-section__top--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__top--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__top--slim, .l-main-3column .c-section__top--slim {
	padding-inline: 0 !important;
}

.c-section__top--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__bottom {
	max-width: 1080px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.c-section__bottom {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__bottom, .l-main-3column .c-section__bottom {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section__bottom {
		margin-bottom: 3rem;
	}
}
.c-section__bottom--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__bottom--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__bottom--slim, .l-main-3column .c-section__bottom--slim {
	padding-inline: 0 !important;
}

.c-section__bottom--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__vertical {
	max-width: 1080px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-block: 5rem;
}
@media screen and (max-width: 767px) {
	.c-section__vertical {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__vertical, .l-main-3column .c-section__vertical {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section__vertical {
		margin-block: 3rem;
	}
}
.c-section__vertical--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__vertical--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__vertical--slim, .l-main-3column .c-section__vertical--slim {
	padding-inline: 0 !important;
}

.c-section__vertical--full {
	max-width: none;
	padding-inline: 0;
}

/******************************************************************
component - heading
******************************************************************/
.c-heading2 {
	text-align: center;
	color: #ff2476;
	font-family: "Comfortaa", "M PLUS 1 Code", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 90px;
}
.c-heading2:not(:first-child) {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.c-heading2:not(:first-child) {
		margin-top: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.c-heading2 {
		font-size: 45px;
	}
}
.c-heading2__ja {
	display: block;
	color: #000;
	margin-top: 0.4em;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.c-heading2__ja {
		font-size: 16px;
	}
}

/******************************************************************
project - outline
******************************************************************/
.p-outline {
	position: relative;
	background-color: #fff;
	z-index: 1;
	text-align: center;
	padding: 50px;
}
.p-outline > * {
	position: relative;
	z-index: 1;
}
.p-outline::after {
	background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #ffebf5 0, #ffebf5 20px); /* ストライプの色 */
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.p-outline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #f3cbd0; /* 線の太さ・種類・色 */
}
@media screen and (max-width: 767px) {
	.p-outline {
		padding: 30px 20px;
	}
}
.p-outline__copy {
	padding-bottom: 5px;
	display: inline;
	background-image: linear-gradient(180deg, transparent 55%, #fff66a 55%, #fff66a 90%, transparent 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ff2476;
	font-weight: 600;
	font-size: 28px;
}
.p-outline__copy small {
	display: inline;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.p-outline__copy {
		font-size: 23px;
	}
	.p-outline__copy small {
		font-size: 15px;
	}
}
.p-outline__date {
	margin-top: 30px;
	font-feature-settings: "palt";
	color: #ff2476;
	font-size: 80px;
	line-height: 1.1;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.p-outline__date small {
	font-size: 40px;
}
@media screen and (max-width: 767px) {
	.p-outline__date {
		font-size: 35px;
	}
	.p-outline__date small {
		font-size: 20px;
	}
}
.p-outline__summary {
	margin-top: 10px;
	font-weight: 600;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.p-outline__summary {
		font-size: 16px;
	}
}
.p-outline__summary a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 0.24em 1em;
	font-size: 16px;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-outline__summary a:hover {
		text-decoration: none;
	}
}
.p-outline__summary a:not(.js-dialog):focus {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-outline__summary a {
		font-size: 14px;
	}
}
@media (any-hover: hover) {
	.p-outline__summary a:hover {
		opacity: 0.6;
	}
}
.p-outline__summary a:not(.js-dialog):focus {
	opacity: 0.6;
}
.p-outline__btn {
	margin-top: 30px;
}
.p-outline__btn a {
	color: #fff;
	text-decoration: none;
	background-color: #ff2476;
	border-radius: 100vw;
	font-size: 28px;
	font-weight: 500;
	display: inline-block;
	padding: 0.5em 2em;
}
@media (any-hover: hover) {
	.p-outline__btn a:hover {
		text-decoration: none;
	}
}
.p-outline__btn a:not(.js-dialog):focus {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-outline__btn a {
		font-size: 18px;
	}
}

/******************************************************************
project - group
******************************************************************/
.p-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.p-group {
		gap: 18px;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.p-group li {
		max-width: 30vw;
	}
	.p-group li:last-child {
		max-width: 45vw;
	}
}

/******************************************************************
project - stage
******************************************************************/
.p-stage {
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 50px;
}
.p-stage > * {
	position: relative;
	z-index: 1;
}
.p-stage::after {
	background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #ffebf5 0, #ffebf5 20px); /* ストライプの色 */
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.p-stage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #f3cbd0; /* 線の太さ・種類・色 */
}
@media screen and (max-width: 767px) {
	.p-stage {
		padding: 30px 20px;
	}
}
.p-stage__head {
	display: flex;
}
@media screen and (max-width: 1024px) {
	.p-stage__head {
		display: block;
	}
}
.p-stage__img {
	flex-shrink: 0;
	max-width: 40%;
	padding-inline: 30px;
}
@media screen and (max-width: 1024px) {
	.p-stage__img {
		max-width: 100%;
		padding-inline: 0;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-stage__img img {
		max-width: 80%;
	}
}
.p-stage__summary-title {
	padding-bottom: 5px;
	display: inline;
	background-image: linear-gradient(180deg, transparent 55%, #fff66a 55%, #fff66a 90%, transparent 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ff2476;
	font-weight: bold;
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	.p-stage__summary-title {
		font-size: 23px;
	}
}
.p-stage__summary-text {
	margin-top: 15px;
	line-height: 2;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.p-stage__summary-text {
		font-size: 16px;
	}
}
.p-stage__summary-text small {
	display: block;
}
.p-stage__body {
	margin-top: 30px;
	border: 1px solid #ff2476;
	background-color: #fff;
	padding: 28px;
}
@media screen and (max-width: 767px) {
	.p-stage__body {
		margin-top: 20px;
		padding: 16px;
	}
}
.p-stage__body h3 {
	color: #ff2476;
	font-weight: bold;
	margin-bottom: 0.8em;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.p-stage__body h3 {
		font-size: 18px;
	}
}
.p-stage__body dl {
	font-size: 18px;
	line-height: 1.5;
}
.p-stage__body dl > *:not(:last-child) {
	margin-bottom: 1em;
}
.p-stage__body dl div {
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-stage__body dl div {
		display: block;
	}
}
.p-stage__body dl dt {
	box-sizing: border-box;
	width: 10em;
	color: #ff2476;
	border-right: 5px solid #ff2476;
}
@media screen and (max-width: 767px) {
	.p-stage__body dl dt {
		width: auto;
		border: 0;
	}
}
.p-stage__body dl dd {
	box-sizing: border-box;
	width: calc(100% - 10em);
	padding-left: 1em;
}
@media screen and (max-width: 767px) {
	.p-stage__body dl dd {
		width: auto;
		padding-left: 0;
		font-size: 15px;
	}
}
.p-stage__body dl dd small {
	display: block;
}

/******************************************************************
utility - mediaquery
******************************************************************/
.u-portrait-media {
	display: none;
}

@media screen and (max-width: 1024px) {
	.u-landscape-media {
		display: none;
	}
	.u-portrait-media {
		display: block;
	}
	img.u-portrait-media {
		display: inline-block;
	}
	br.u-portrait-media {
		display: inline-block;
	}
	table.u-portrait-media {
		display: table;
	}
}
.u-sp-media {
	display: none;
}

@media screen and (max-width: 767px) {
	.u-pc-media {
		display: none;
	}
	.u-sp-media {
		display: block;
	}
	img.u-sp-media {
		display: inline-block;
	}
	br.u-sp-media {
		display: inline-block;
	}
	table.u-sp-media {
		display: table;
	}
}
/******************************************************************
utility - u-gutter
******************************************************************/
.u-gutter > *:not(:last-child) {
	margin-bottom: 1rem;
}

.u-gutter-s > *:not(:last-child) {
	margin-bottom: 0.75rem;
}

.u-gutter-2x > *:not(:last-child) {
	margin-bottom: 2rem;
}

.u-gutter-10px > *:not(:last-child) {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.u-gutter > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.u-gutter-s > *:not(:last-child) {
		margin-bottom: 0.5625rem;
	}
	.u-gutter-2x > *:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.u-sp-gutter > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.u-sp-gutter-s > *:not(:last-child) {
		margin-bottom: 0.5625rem;
	}
	.u-sp-gutter-2x > *:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.u-sp-gutter-10px > *:not(:last-child) {
		margin-bottom: 10px;
	}
}
/******************************************************************
utility - display
******************************************************************/
.u-block {
	display: block;
}

.u-none {
	display: none;
}

.u-inline {
	display: inline;
}

.u-inline-block {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.u-sp-block {
		display: block;
	}
	.u-sp-none {
		display: none;
	}
	.u-sp-inline {
		display: inline;
	}
	.u-sp-inline-block {
		display: inline-block;
	}
}
/******************************************************************
utility - display-off
******************************************************************/
.u-display-off {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

/******************************************************************
utility - text-align
******************************************************************/
.u-center {
	text-align: center !important;
}

.u-right {
	text-align: right !important;
}

.u-left {
	text-align: left !important;
}

/******************************************************************
utility - hover-expand
******************************************************************/
.u-hover-expand-2x, .u-hover-expand-2l, .u-hover-expand-l, .u-hover-expand, .u-hover-expand-s, .u-hover-expand-2s {
	display: inline-block;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 1.8, 0.6, 1);
}

@media (any-hover: hover) {
	.u-hover-expand-2s:hover {
		transform: scale(1.01);
	}
}
.u-hover-expand-2s:not(.js-dialog):focus {
	transform: scale(1.01);
}

@media (any-hover: hover) {
	.u-hover-expand-s:hover {
		transform: scale(1.02);
	}
}
.u-hover-expand-s:not(.js-dialog):focus {
	transform: scale(1.02);
}

@media (any-hover: hover) {
	.u-hover-expand:hover {
		transform: scale(1.03);
	}
}
.u-hover-expand:not(.js-dialog):focus {
	transform: scale(1.03);
}

@media (any-hover: hover) {
	.u-hover-expand-l:hover {
		transform: scale(1.04);
	}
}
.u-hover-expand-l:not(.js-dialog):focus {
	transform: scale(1.04);
}

@media (any-hover: hover) {
	.u-hover-expand-2l:hover {
		transform: scale(1.05);
	}
}
.u-hover-expand-2l:not(.js-dialog):focus {
	transform: scale(1.05);
}

@media (any-hover: hover) {
	.u-hover-expand-2x:hover {
		transform: scale(1.06);
	}
}
.u-hover-expand-2x:not(.js-dialog):focus {
	transform: scale(1.06);
}

/******************************************************************
utility - hover-press
******************************************************************/
.u-hover-press-w, .u-hover-press-2l, .u-hover-press-l, .u-hover-press, .u-hover-press-s, .u-hover-press-2s {
	display: inline-block;
	transition-property: transform, box-shadow;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 1.8, 0.6, 1);
}
@media (any-hover: hover) {
	.u-hover-press-w:hover, .u-hover-press-2l:hover, .u-hover-press-l:hover, .u-hover-press:hover, .u-hover-press-s:hover, .u-hover-press-2s:hover {
		box-shadow: unset;
		transform: translate(0, 0);
	}
}
.u-hover-press-w:not(.js-dialog):focus, .u-hover-press-2l:not(.js-dialog):focus, .u-hover-press-l:not(.js-dialog):focus, .u-hover-press:not(.js-dialog):focus, .u-hover-press-s:not(.js-dialog):focus, .u-hover-press-2s:not(.js-dialog):focus {
	box-shadow: unset;
	transform: translate(0, 0);
}

.u-hover-press-2s {
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
	transform: translate(-2px, -2px);
}

.u-hover-press-s {
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.9);
	transform: translate(-4px, -4px);
}

.u-hover-press {
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.9);
	transform: translate(-6px, -6px);
}

.u-hover-press-l {
	box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.9);
	transform: translate(-8px, -8px);
}

.u-hover-press-2l {
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.9);
	transform: translate(-10px, -10px);
}

.u-hover-press-w {
	box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.4);
	transform: translate(-4px, -4px);
}