body {
	font-family: "Noto Serif JP", serif;
}

body {
	color: #0F0F0F;
	font-weight: 500;
}

.u-mobile {
	display: none;
}

main {
	background-color: #F4F4F4;
	overflow: hidden;
}

html.is-fixed {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	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;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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: inline-block;
	height: auto;
	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: 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;
}

.c-btn {
	align-items: center;
	background-color: #FF0076;
	border-radius: 4.375rem;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 100%;
	height: 4.375rem;
	justify-content: center;
	letter-spacing: 0.1em;
	max-width: 20rem;
	transition: all 0.45s;
	width: 100%;
	color: #fff;
	font-family: source-han-sans-japanese, sans-serif;
}

.c-btn.--blue {
	background-color: #8F61EE;
}

.c-btn.--big {
	font-size: 1.875rem;
	height: 8.5rem;
	max-width: 36.125rem;
}

.c-btn.--small {
	max-width: 14.0625rem;
}

.c-hamburger {
	cursor: pointer;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #0F0F0F;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 1.875rem;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.5rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.5rem);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-title {
	text-align: center;
}

.c-title p {
	font-size: 4.625rem;
	letter-spacing: 0.1em;
	line-height: 1.4459459459;
	position: relative;
}

.c-title p span {
	padding-inline: 3.4375rem;
	position: relative;
	z-index: 1;
	color: #0F0F0F;
}

.c-title p::before {
	background-color: #0F0F0F;
	content: "";
	height: 1px;
	left: 0;
	margin-left: calc(50% - 50vw);
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 37.0833333333vw;
}

.c-title p::after {
	background-color: #0F0F0F;
	content: "";
	height: 1px;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 37.0833333333vw;
}

.c-title h2 {
	font-size: 1.4375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4782608696;
	color: #0F0F0F;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 91.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}

.p-block__title {
	text-align: center;
}

.p-block__title p {
	color: #FF5C22;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
}

.p-block__title h3 {
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	margin-top: 1.0625rem;
}

.p-block__member {
	margin-top: 5.8125rem;
}

.p-block__cards {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	justify-content: center;
}

.p-block__cards + .p-block__cards {
	margin-top: 3.3125rem;
}

.p-block__card {
	position: relative;
	width: calc(20% - 0.5rem);
	z-index: 1;
}

.p-block__cards.--big {
	gap: 1rem;
}

.p-block__card.--big {
	width: calc(33.3333333333% - 0.6666666667rem);
}

.p-block__img {
	border-radius: 1.1875rem;
	box-shadow: inset 0 0 1.875rem black;
	display: block;
	overflow: hidden;
}

.p-block__img img {
	-o-object-fit: cover;
	-o-object-position: top;
	aspect-ratio: 220/219;
	height: 100%;
	object-fit: cover;
	object-position: top;
	position: relative;
	z-index: -1;
}

.p-block__card.--big .p-block__img img {
	aspect-ratio: 398/489;
}

.p-block__prof {
	margin-top: 1.6875rem;
	text-align: center;
}

.p-block__position {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-family: sans-serif;
}

.p-block__name {
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.4444444444;
	margin-top: 0.4375rem;
	font-family: sans-serif;
}

.p-block__btn {
	margin-top: 1.25rem;
	text-align: center;
}

.l-concept {
	/* padding-top: 19.0625vw; */
	position: relative;
	margin-bottom: 21.6979vw;
}

.l-concept::after {
	position: absolute;
	content: "";
	background: url(../images/bg_concept.webp) center center/cover no-repeat;
	width: 100%;
	height: 194%;
    top: -296px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.p-concept {
	padding-bottom: 19.0625rem;
	/* padding-top: 9.6875rem; */
	position: relative;
	z-index: 3;
}

/* .p-concept::before {
	background: url(../images/border-box.svg) center center/100% 100% no-repeat;
	content: "";
	height: calc(100% - 13rem - 9.5rem);
	left: 50%;
	max-width: 103.75rem;
	pointer-events: none;
	position: absolute;
	top: 13rem;
	transform: translateX(-50%);
	width: calc(100% - 16.25rem);
} */

.p-concept__title .c-title p::before,
.p-concept__title .c-title p::after {
	/* display: none; */
}

.p-concept__title .c-title h2{
	font-size: 2rem;
}

.p-concept__title {
	text-shadow: 0px 3px 15px #FFFFC7;
}

.p-concept__lead {
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	margin-inline: auto;
	margin-top: 3.5rem;
	max-width: 57.1875rem;
	text-align: center;
	text-shadow: 0px 3px 15px #FFFFC7;
}

.p-concept__text {
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4;
	margin-inline: auto;
	margin-top: 3rem;
	max-width: 57.1875rem;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-contact {
	/* background-color: #000; */
	padding-bottom: 19.5rem;
	padding-top: 13rem;
	position: relative;
	z-index: 3;
}

.p-contact__title .c-title p::before {
	width: 32vw;
}

.p-contact__title .c-title p::after {
	width: 32vw;
}

.p-contact__main {
	text-align: center;
	margin-top: 6rem;
}

.p-contact__main iframe {
	min-height: 31.25rem;
	width: 100%;
}

.p-contact__box {
	background-color: #fff;
	height: 28.5rem;
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 83.125rem;
	padding: 1.4375rem 1.25rem 1.4375rem 2.375rem;
}

.p-contact__privacy {
	height: 100%;
	overflow-y: scroll;
	padding-right: 4.375rem;
}

.p-contact__privacyText {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
}

.p-contact__privacyText p + p {
	margin-top: 1.625rem;
}

.p-contact__privacy::-webkit-scrollbar {
	width: 0.875rem;
}

.p-contact__privacy::-webkit-scrollbar {
	width: 0.875rem;
}

.p-contact__privacy::-webkit-scrollbar-track {
	background-color: transparent;
}

.p-contact__privacy::-webkit-scrollbar-thumb {
	background-color: #D3D3D3;
	border-radius: 0.625rem;
}

.p-drawer {
	background-color: #ffffff;
	height: 100dvh;
	overflow-y: scroll;
	padding-block: 6.25rem 3.125rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: all 0.6s;
	width: 100%;
}

.p-drawer.is-active {
	transform: translateX(0);
}

.p-drawer__inner {
	height: -moz-fit-content;
	height: fit-content;
	padding-inline: 1rem;
}

.p-globalNav {
	align-items: center;
	display: flex;
	gap: 2.9375rem;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 3.3125rem;
}

.p-globalNav__link a {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 0.125rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	transition: all 0.45s;
	color: #0F0F0F;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-globalNav__link a span {
	color: #919191;
	font-size: 1.0625rem;
	line-height: 1.4705882353;
	font-weight: 400;
}

.p-globalNav__btns {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-globalNav__btn .c-btn {
	max-width: 100%;
	color: #fff;
	height: 4rem;
}

.p-globalNav__btn:nth-child(1) {
	width: 16.25rem;
}

.p-globalNav__btn:nth-child(2) {
	width: 14.0625rem;
}

.p-header {
	background-color: #fff;
	height: 7.0625rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: unset;
}

.p-header__logo {
	max-width: 18.375rem;
	position: relative;
	z-index: 1;
}

.p-header__logo a {
	display: block;
	/* filter: brightness(0) invert(1); */
}

.p-header__nav {
	margin-left: auto;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	position: relative;
	width: 1.875rem;
	z-index: 1;
}

.p-modal {
	color: #000;
	height: 100dvh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__close {
	align-items: center;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 2.1875rem;
	font-weight: bold;
	height: 3.5rem;
	justify-content: center;
	position: fixed;
	right: calc(50% - 43.75rem + 4.0625rem);
	top: 4.6875rem;
	transition: all 0.45s;
	width: 3.5rem;
	z-index: 2;
}

.p-modal__main {
	background-color: #fff;
	border-radius: 2.25rem;
	bottom: 0;
	box-shadow: inset 0 0 1.875rem rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	margin: auto;
	max-height: calc(100dvh - 6.25rem);
	padding-right: 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: min(100% - 6.25rem, 87.5rem);
	z-index: 1;
}

.p-modal__contents {
	height: inherit;
	overflow-y: scroll;
}

.p-modal__contents::-webkit-scrollbar {
	width: 0.875rem;
}

.p-modal__contents::-webkit-scrollbar-track {
	background-color: transparent;
}

.p-modal__contents::-webkit-scrollbar-thumb {
	background-color: #D3D3D3;
	border-radius: 0.625rem;
}

.p-modal__content {
	display: none;
	padding: 2.8125rem 2.8125rem 2.8125rem 3.75rem;
}

.p-modal__head {
	border-bottom: 0.1875rem solid #D6D6D6;
	padding-bottom: 2.25rem;
}

.p-modal__time {
	color: #15D9D9;
	font-size: 1.4375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4782608696;
}

.p-modal__title {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.45;
	margin-top: 0.4375rem;
}

.p-modal__title span {
	font-size: 2.1875rem;
}

.p-modal__lead {
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8095238095;
	margin-top: 2rem;
}

.p-modal__memberLists {
	margin-top: 3.5rem;
}

.p-modal__memberList {
	align-items: flex-start;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 20.6875rem 1fr;
	position: relative;
	z-index: 1;
}

.p-modal__memberList + .p-modal__memberList {
	margin-top: 4.0625rem;
}

.p-modal__img {
	border-radius: 1.1875rem;
	box-shadow: inset 0 0 1.875rem black;
	overflow: hidden;
}

.p-modal__img img {
	-o-object-fit: cover;
	-o-object-position: top;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	object-position: top;
	position: relative;
	z-index: -1;
}

.p-modal__name {
	padding-left: 1.25rem;
	position: relative;
}

.p-modal__name::before {
	background-color: #000;
	border-radius: 0.125rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.1875rem;
}

.p-modal__name p:nth-child(1) {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4583333333;
}

.p-modal__name p:nth-child(2) {
	font-size: 1.625rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.4230769231;
	margin-top: 0.3125rem;
}

.p-modal__text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.9;
	margin-top: 3.1875rem;
}

.p-modal__bg {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.35;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv {
	background-color: #F4F4F4;
	padding-bottom: 2.5rem;
	padding-top: 7.0625rem;
	position: relative;
	z-index: 1;
}

.p-mv__btn {
	margin-top: 1.3125rem;
	text-align: center;
}

.p-mv__btn .c-btn {
	font-size: 1.4375rem;
	height: 5rem;
	max-width: 23.375rem;
}

.p-overview {
	background: url(../images/bg_overview.png) center center/100% no-repeat;
	padding-bottom: 14.375rem;
	padding-top: 10rem;
	position: relative;
}

.p-overview__inner {
	max-width: 76rem;
}

.p-overview__info {
	margin-top: 5rem;
}

.p-overview__row {
	align-items: center;
	border-bottom: 1px solid #0F0F0F;
	display: grid;
	grid-template-columns: 16.875rem 1fr;
	padding-block: 2.5rem;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-overview__row dt {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.44;
	padding-left: 50px;
}

.p-overview__row dd {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.44;
}

.p-partner {
	/* background-color: #1C1C1C; */
	padding-bottom: 12rem;
	padding-top: 16rem;
	position: relative;
	z-index: 1;
}

.p-partner__title .c-title p::before {
	width: 30vw;
}

.p-partner__title .c-title p::after {
	width: 30vw;
}

.p-partner__wrap {
	margin-top: 8.75rem;
}

.p-partner__wrap picture {
	display: block;
	margin-inline: auto;
	max-width: 20.25rem;
	width: 100%;
}

.p-partner__row {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: grid;
	grid-template-columns: calc(5em + 4.375rem) 1fr;
	padding-block: 1.875rem;
}

.p-partner__row dt {
	font-size: 1.25rem;
	line-height: 2.5;
}

.p-partner__row dd {
	font-size: 1.25rem;
	line-height: 2.5;
}

.l-pickup {
	padding-top: 104px;
}

.l-pickup .c-btn {
	background-color: #000;
}

.p-pickup {
	padding-bottom: 20rem;
	position: relative;
}

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

.p-pickup__slider {
	margin-inline: auto;
	margin-top: 4.5rem;
	max-width: 62.1875rem;
}

.p-pickup__slider .slide-arrow {
	background: url(../images/slide-arrow.svg) center center/0.9375rem no-repeat;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
	height: 4.4375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 4.4375rem;
	z-index: 1;
}

.p-pickup__slider .prev-arrow {
	left: -7.5rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-pickup__slider .next-arrow {
	right: -7.5rem;
}

.p-pickup__slider .slider-dots {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: 3.125rem;
}

.p-pickup__slider .slider-dots li {
	background-color: #fff;
	border-radius: 50%;
	height: 0.5rem;
	list-style: none;
	width: 0.5rem;
}

.p-pickup__slider .slider-dots li.slick-active {
	background-color: #999;
}

.p-pickup__slider .slider-dots button {
	display: none;
}

.p-pickup__sliderItem {
	margin-inline: 0.1875rem;
}

.p-pickup__bg {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-pickup__bg video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.p-privacy {
	/* background-color: #000; */
	background: url(../images/bg_privacy.webp)center center / cover no-repeat;
	padding-bottom: 6rem;
	padding-top: 6rem;
	position: relative;
	z-index: 1;
}
.p-privacy::after {
	position: absolute;
	content: "";
	background: url(../images/bg_privacy-top.webp)center center / cover no-repeat;
	width: 100%;
	height: 11.5536458333vw;
	left: 0;
	right: 0;
	top: -11.5536458333vw;
}

.p-privacy__title .c-title h2 {
	/* opacity: 0; */
}

.p-privacy__title .c-title p::before {
	width: 30vw;
}

.p-privacy__title .c-title p::after {
	width: 30vw;
}

.p-privacy__lists {
	display: grid;
	gap: 2.9375rem 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4rem;
}

.p-privacy__list a {
	/* color: #fff; */
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	padding-right: 2.8125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-privacy__list a::before {
	background: url(../images/round-arrow.webp) center center/contain no-repeat;
	content: "";
	height: 2.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.125rem;
}

.p-privacy__list:last-child {
	grid-column: span 2;
}

.p-session {
	/* background-color: #000; */
	background: url(../images/bg_session.webp)center center / cover no-repeat;
	padding-block: 13.125rem;
	position: relative;
}

.p-session::before {
	position: absolute;
	content: "";
	background: url(../images/bg_session-top.png)center center / cover no-repeat;
	width: 100%;
	height: 4.36927vw;
	top: -4.36927vw;
	left: 50%;
	transform: translateX(-50%);
}

.p-session::after {
	position: absolute;
	content: "";
	background: url(../images/bg_session-bottom.png)center center / cover no-repeat;
	width: 100%;
	height: 4.36927vw;
	bottom: -4.36927vw;
	left: 50%;
	transform: translateX(-50%);
}

.p-session__title .c-title p::before,
.p-session__title .c-title p::after {
	width: 39.0625vw;
}

.p-session__blocks {
	margin-top: 5.9375rem;
}

.p-session__blocks .c-btn {
	background-color: #000000;
}

.p-session__block + .p-session__block {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 8.125rem;
	padding-top: 6.25rem;
}

.p-session br.pickup {
	display: none;
}

.p-sponsor {
	/* background-color: #1C1C1C; */
	padding-bottom: 6.25rem;
	padding-top: 21.25rem;
	position: relative;
}

.p-sponsor__logo {
	margin-left: calc(50% - 50vw);
	margin-top: 7.5rem;
	width: calc(100% + 50vw - 46.75rem);
}

.p-sponsor__text {
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	margin-top: 10.75rem;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-sponsor__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.p-footer {
	background-color: #fff;
	padding-bottom: 1.875rem;
	padding-top: 2.875rem;
	position: relative;
}

.p-footer__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	max-width: unset;
}

.p-footer__logo {
	max-width: 26.625rem;
}

.p-footer__btn {
	height: 4.25rem;
	width: 24.5625rem;
}

.p-footer__btn a {
	display: block;
	height: 100%;
	position: relative;
	transition: all 0.45s;
	width: 100%;
	color: #fff;
	font-family: source-han-sans-japanese, sans-serif;
}

.p-footer__btn a::before {
	background-color: #D9D9D9;
	clip-path: polygon(1.875rem 0%, 100% 0%, calc(100% - 1.875rem) 100%, 0% 100%);
	content: "";
	height: 100%;
	left: 0.5rem;
	position: absolute;
	top: 0.625rem;
	transition: all 0.45s;
	width: 100%;
}

.p-footer__btn a span {
	align-items: center;
	background-color: #000;
	clip-path: polygon(1.875rem 0%, 100% 0%, calc(100% - 1.875rem) 100%, 0% 100%);
	display: inline-flex;
	font-size: 1.25rem;
	gap: 0.875rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	position: relative;
	width: 100%;
}

.p-footer__btn a span::after {
	background: url(../images/arrow.webp) center center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 1.875rem;
	width: 1.25rem;
}

.p-footer__copy {
	color: #000;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-right: 3.25rem;
	margin-top: 1.5rem;
	text-align: right;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
}

@media (hover: hover) {

.c-btn:hover {
	opacity: 0.6;
}

.p-globalNav__link a:hover {
	opacity: 0.6;
}

.p-modal__close:hover {
	opacity: 0.6;
}

.slide-arrow:hover {
	opacity: 0.6;
}

.p-footer__btn a:hover {
	transform: translate(0.5rem, 0.625rem);
}

.p-footer__btn a:hover::before {
	left: 0;
	top: 0;
}

}

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

html {
	font-size: 0.8333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-btn {
	font-size: 1rem;
	height: 3.125rem;
	max-width: 15.625rem;
}

.c-btn.--big {
	font-size: 1.125rem;
	height: 4.375rem;
	max-width: 18.75rem;
}

.c-title p {
	font-size: 2rem;
}

.c-title p::before {
	width: 21.3333333333vw;
}

.c-title p::after {
	width: 21.3333333333vw;
}

.c-title h2 {
	font-size: 1rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

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

.p-block__title h3 {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.p-block__member {
	margin-top: 2.625rem;
}

.p-block__cards {
	gap: 1.5rem 0.625rem;
}

.p-block__cards + .p-block__cards {
	margin-top: 2rem;
}

.p-block__card {
	width: calc(33.3333333333% - 0.4166666667rem);
}

.p-block__card.--big {
	flex-wrap: wrap;
	width: calc(50% - 0.5rem);
}

.p-block__prof {
	margin-top: 0.75rem;
}

.p-block__position {
	font-size: 0.75rem;
}

.p-block__name {
	font-size: 0.9375rem;
	margin-top: 0.25rem;
}

.l-concept::after {
    position: absolute;
    content: "";
    background: url(../images/bg_concept.webp) center center / cover no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.p-concept {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-concept::before {
	display: none;
}

.p-concept__lead {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-concept__text {
	font-size: 1rem;
	margin-top: 1.875rem;
	text-align: left;
}

.p-contact {
	padding-top: 7rem;
}

.p-contact__title .c-title p::before {
	width: 6vw;
}

.p-contact__title .c-title p::after {
	width: 6vw;
}

.p-contact__title .c-title p span {
	padding-inline: 0;
}

.p-contact__main iframe {
	min-height: 25rem;
}

.p-contact__box {
	padding: 1.25rem;
	padding-right: 0;
}

.p-contact__privacy {
	padding-right: 0.625rem;
}

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

.p-contact__privacyText p + p {
	margin-top: 1.5em;
}

.p-contact__privacy::-webkit-scrollbar {
	width: 0.625rem;
}

.p-contact__privacy::-webkit-scrollbar {
	width: 0.625rem;
}

.p-globalNav {
	flex-direction: column;
}

.p-globalNav__links {
	flex-direction: column;
	gap: 2rem;
}

.p-globalNav__link a {
	font-size: 1rem;
}

.p-globalNav__link a span {
	font-size: 0.875rem;
}

.p-globalNav__btns {
	flex-direction: column;
}

.p-globalNav__btn:nth-child(2) {
	width: 16.25rem;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	padding-left: 0;
}

.p-header__logo {
	max-width: 12rem;
}

.p-modal__close {
	font-size: 1.25rem;
	height: 2.5rem;
	right: calc(50% - 50vw + 2rem);
	top: 3.125rem;
	width: 2.5rem;
}

.p-modal__main {
	border-radius: 1.25rem;
	max-height: calc(100dvh - 5rem);
	padding-right: 0rem;
	width: calc(100% - 3.125rem);
}

.p-modal__contents::-webkit-scrollbar {
	width: 0.625rem;
}

.p-modal__content {
	padding: 3.125rem 0.625rem 1.875rem 1.25rem;
}

_::-webkit-full-page-media,
_:future,
:root .p-modal__content {
	padding: 3.125rem 1.25rem 1.875rem 1.25rem;
}

.p-modal__head {
	border-width: 2px;
	padding-bottom: 1.25rem;
}

.p-modal__time {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-modal__title {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
}

.p-modal__title span {
	font-size: 1.125rem;
}

.p-modal__lead {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-modal__memberLists {
	margin-top: 2.625rem;
}

.p-modal__memberList {
	gap: 1.25rem;
	grid-template-columns: 100%;
}

.p-modal__memberList + .p-modal__memberList {
	margin-top: 3.125rem;
}

.p-modal__name {
	padding-left: 0.875rem;
}

.p-modal__name::before {
	width: 0.125rem;
}

.p-modal__name p:nth-child(1) {
	font-size: 0.875rem;
}

.p-modal__name p:nth-child(2) {
	font-size: 1.125rem;
}

.p-modal__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.p-mv {
	padding-top: 5rem;
}

.p-mv__btn {
	margin-top: 2rem;
}

.p-mv__btn .c-btn {
	font-size: 1rem;
	height: 3.125rem;
	max-width: 15.625rem;
}

.p-overview {
	padding-block: 5rem;
	background: url(../images/bg_overview.png) center center/cover no-repeat;
}

.p-overview__info {
	margin-top: 2.5rem;
}

.p-overview__row {
	gap: 0.75rem;
	grid-template-columns: 100%;
	padding-block: 1.25rem;
}

.p-overview__row dt {
	font-size: 1rem;
	padding-left: 0;
}

.p-overview__row dd {
	font-size: 1rem;
	font-weight: 500;
}

.p-partner {
	padding-block: 5rem;
}

.p-partner__title .c-title p::before {
	width: 5vw;
}

.p-partner__title .c-title p::after {
	width: 5vw;
}

.p-partner__title .c-title p span {
	padding-inline: 0;
}

.p-partner__wrap {
	display: contents;
}

.p-partner__wrap picture {
	margin-top: 3.125rem;
	max-width: 9.5rem;
}

.p-partner__info {
	margin-top: 1.875rem;
}

.p-partner__row {
	display: block;
	padding-block: 1.25rem;
}

.p-partner__row dt {
	font-size: 1rem;
}

.p-partner__row dd {
	font-size: 1rem;
}

.l-pickup {
	padding-top: 40px;
}

.p-pickup {
	padding-top: 3.125rem;
	padding-bottom: 10rem;
}

.p-pickup__slider .slide-arrow {
	background-size: 0.625rem;
	height: 2.5rem;
	top: 12rem;
	transform: translateY(0);
	width: 2.5rem;
}

.p-pickup__slider .prev-arrow {
	left: -0.5rem;
	transform: rotate(180deg);
}

.p-pickup__slider .next-arrow {
	right: -0.5rem;
}

.p-privacy {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-privacy__title .c-title p::before {
	width: 5vw;
}

.p-privacy__title .c-title p::after {
	width: 5vw;
}

.p-privacy__title .c-title p span {
	padding-inline: 0;
}

.p-privacy__lists {
	gap: 1.875rem;
	grid-template-columns: 100%;
}

.p-privacy__list a {
	font-size: 1rem;
	padding-right: 2.1875rem;
}

.p-privacy__list a::before {
	height: 1.25rem;
	width: 1.25rem;
}

.p-privacy__list:last-child {
	grid-column: initial;
}

.p-session {
	padding-block: 5rem;
}

.p-session__title .c-title p::before,
.p-session__title .c-title p::after {
	width: 21.3333333333vw;
}

.p-session__block + .p-session__block {
	margin-top: 5rem;
	padding-top: 3.75rem;
}

.p-sponsor {
	padding-block: 5rem;
}

.p-sponsor__logo {
	margin-left: -1rem;
	margin-top: 3.75rem;
	width: calc(100% + 1rem);
}

.p-sponsor__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-top: 3.75rem;
}

.p-sponsor__btn {
	margin-top: 1.5rem;
}

.p-footer {
	padding-bottom: 3.125rem;
}

.p-footer__inner {
	display: block;
}

.p-footer__logo {
	margin-inline: auto;
	max-width: 15.625rem;
}

.p-footer__btn {
	height: 2.875rem;
	margin-inline: auto;
	margin-top: 1.25rem;
	width: 18.75rem;
}

.p-footer__btn a::before {
	clip-path: polygon(1.25rem 0%, 100% 0%, calc(100% - 1.25rem) 100%, 0% 100%);
	left: 0.25rem;
	top: 0.3125rem;
}

.p-footer__btn a span {
	clip-path: polygon(1.25rem 0%, 100% 0%, calc(100% - 1.25rem) 100%, 0% 100%);
	font-size: 0.875rem;
	gap: 0.375rem;
}

.p-footer__copy {
	font-size: 0.75rem;
	margin-right: 0;
	margin-top: 3.125rem;
	text-align: center;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.comingsoon {
	padding: 15.46875vw 0 13.02vw;
	text-align: center;
	color: #4f4f4f;
	font-size: 6.302vw;
	letter-spacing: .1em;
}


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