@charset "UTF-8";
*,
*::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;
}

/* 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: 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;
}

/* リキッドレイアウト対応 */
html {
	font-size: 16px;
}
@media (max-width: 1439px) {
	html {
		font-size: 1.1651047619vw;
	}
}
@media (max-width: 1050px) {
	html {
		font-size: 1.1651047619vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 4.2666666667vw;
	}
}

/* pcの電話番号発信対応 */
a[href^='tel:'] {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	a[href^='tel:'] {
		pointer-events: initial;
	}
}

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

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
	a:hover {
		opacity: 0.7;
	}
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
	a:active {
		opacity: 0.7;
	}
}
html {
	scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
	html {
		scroll-padding-top: 3.75rem;
	}
}

body {
	color: #000000;
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.8;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

body.hidden {
	overflow: hidden;
}

main {
	flex: 1;
}

address {
	font-style: normal;
}

.l-drawer {
	display: none;
}
@media screen and (max-width: 767px) {
	.l-drawer {
		height: calc(100% - 3.75rem);
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 60px;
		top: 3.75rem;
		width: 100%;
		z-index: 100;
	}
}

.l-header {
	flex-shrink: 0;
	height: 100vh;
	left: 0;
	max-height: 733px;
	max-height: 45.8125rem;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 253px;
	width: 15.8125rem;
	z-index: 1000;
}
@media screen and (max-width: 767px) {
	.l-header {
		bottom: auto;
		height: 60px;
		height: 3.75rem;
		left: 0;
		max-height: 100%;
		right: 0;
		top: 0;
		width: 100%;
	}
}

.l-inner {
	margin-left: 23.54%;
	margin-right: 3.541%;
	max-width: 1050px;
	max-width: 65.625rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
}
@media (max-width: 1439px) {
	.l-inner {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.l-inner {
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
}

.c-bg {
	position: relative;
}

.c-bg::before {
	background: url(../images/common/bg.webp) no-repeat center/cover;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-button1 {
	align-items: center;
	background-color: #f44580;
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 6.25rem;
	box-shadow: 0.4375rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-grid;
	display: inline grid;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	gap: 16px;
	gap: 1rem;
	grid-template-columns: 1fr auto 1fr;
	letter-spacing: 0.05em;
	line-height: 1.2;
	max-width: 500px;
	max-width: 31.25rem;
	padding-bottom: 22.6px;
	padding-bottom: 1.4125rem;
	padding-left: 32px;
	padding-left: 2rem;
	padding-right: 32px;
	padding-right: 2rem;
	padding-top: 22.6px;
	padding-top: 1.4125rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.c-button1 {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		gap: 12px;
		gap: 0.75rem;
		padding-bottom: 18px;
		padding-bottom: 1.125rem;
		padding-left: 24px;
		padding-left: 1.5rem;
		padding-right: 24px;
		padding-right: 1.5rem;
		padding-top: 18px;
		padding-top: 1.125rem;
	}
}

.c-button1--end {
	background-color: #a9a9a9;
	border-color: #a9a9a9;
	box-shadow: none;
	color: #fff;
}

.c-button1 span {
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	height: 2.5rem;
	justify-self: end;
	position: relative;
	width: 40px;
	width: 2.5rem;
}
@media screen and (max-width: 767px) {
	.c-button1 span {
		height: 32px;
		height: 2rem;
		width: 32px;
		width: 2rem;
	}
}

.c-button1 span::after {
	-webkit-mask-image: url(../images/common/icon-arrow2.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: contain;
	background-color: #f44580;
	content: '';
	height: 17.33px;
	height: 1.083125rem;
	left: 52%;
	mask-image: url(../images/common/icon-arrow2.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10.67px;
	width: 0.666875rem;
}

.c-button1::before {
	content: '';
}

.c-button1--end span {
	display: none;
}

.c-menu-button {
	aspect-ratio: 1/1;
	background-color: #000000;
	height: auto;
	position: relative;
	width: 60px;
	width: 3.75rem;
}

.c-menu-button span {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	width: 24px;
	width: 1.5rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
	background-color: #fff;
	border-radius: 100vw;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.c-menu-button span::before {
	transform: translateY(-0.5rem);
}

.c-menu-button span::after {
	transform: translateY(0.5rem);
}

.c-menu-button.active span {
	background-color: transparent;
}

.c-menu-button.active span::before {
	transform: translateY(0) rotate(40deg);
}

.c-menu-button.active span::after {
	transform: translateY(0) rotate(-40deg);
}

.c-title {
	align-items: center;
	display: flex;
	height: 200px;
	height: 12.5rem;
	justify-content: center;
	position: relative;
}

.c-title__title {
	align-items: center;
	display: flex;
	font-size: max(32px, 10px);
	font-size: max(2rem, 10px);
	font-weight: 700;
	height: 200px;
	height: 12.5rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.c-title__title {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
	}
}

.c-title__image {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
}

.c-title__image img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.c-title--overview .c-title__image {
	width: 776px;
	width: 48.5rem;
}
@media screen and (max-width: 767px) {
	.c-title--overview .c-title__image {
		width: 100%;
	}
}
.c-title--overview .c-title__image img {
	aspect-ratio: 765/145;
}

.c-title--flow .c-title__image {
	width: 364px;
	width: 22.75rem;
}
@media screen and (max-width: 767px) {
	.c-title--flow .c-title__image {
		max-width: 180px;
		max-width: 11.25rem;
		width: 100%;
	}
}
.c-title--flow .c-title__image img {
	aspect-ratio: 356/147;
}

.c-title--schedule .c-title__image {
	width: 772px;
	width: 48.25rem;
}
@media screen and (max-width: 767px) {
	.c-title--schedule .c-title__image {
		width: 100%;
	}
}
.c-title--schedule .c-title__image img {
	aspect-ratio: 759/145;
}

.c-title--about .c-title__image {
	width: 510px;
	width: 31.875rem;
}
@media screen and (max-width: 767px) {
	.c-title--about .c-title__image {
		max-width: 300px;
		max-width: 18.75rem;
		width: 100%;
	}
}
.c-title--about .c-title__image img {
	aspect-ratio: 498/145;
}

@media screen and (max-width: 767px) {
	.c-title--about .c-title__title {
		line-height: 1.6;
		text-align: center;
	}
}

.p-about {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-about {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
}

.p-about__description {
	margin-top: 8px;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-about__description {
		margin-top: -10px;
		margin-top: -0.625rem;
	}
}

.p-about__description {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.78;
}
@media screen and (max-width: 767px) {
	.p-about__description {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
	}
}

.p-about__contact {
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-about__contact {
		margin-top: 60px;
		margin-top: 3.75rem;
	}
}

.p-about__contact-inner {
	-moz-column-gap: 5rem;
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.7);
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 1.875rem;
	column-gap: 5rem;
	display: flex;
	padding: 46px 62px;
	padding: 2.875rem 3.875rem;
}
@media screen and (max-width: 767px) {
	.p-about__contact-inner {
		-moz-column-gap: 0;
		border-radius: 1.25rem;
		border-width: 2px;
		border-width: 0.125rem;
		column-gap: 0;
		flex-direction: column;
		padding: 30px 20px;
		padding: 1.875rem 1.25rem;
		row-gap: 20px;
		row-gap: 1.25rem;
	}
}

.p-about__contact-title {
	flex-shrink: 0;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-about__contact-title {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

.p-about__contact-info p {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.77;
}
@media screen and (max-width: 767px) {
	.p-about__contact-info p {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
	}
}

.p-award {
	padding-bottom: 120.45px;
	padding-bottom: 7.528125rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-award {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 80px;
		padding-top: 5rem;
	}
}

.p-award__list {
	grid-gap: 84px 64px;
	display: grid;
	gap: 84px 64px;
	gap: 5.25rem 4rem;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
	.p-award__list {
		gap: 50px;
		gap: 3.125rem;
		grid-template-columns: repeat(1, 1fr);
	}
}

.p-award__card {
	background-color: #fff;
	border-radius: 1.25rem;
	height: 100%;
	padding: 40.22px 32px 40.78px;
	padding: 2.51375rem 2rem 2.54875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-award__card {
		border-radius: 0.9375rem;
		padding: 30px 20px 30px;
		padding: 1.875rem 1.25rem 1.875rem;
	}
}

.p-award__badge {
	left: 10px;
	left: 0.625rem;
	max-width: 100%;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 114px;
	width: 7.125rem;
}
@media screen and (max-width: 767px) {
	.p-award__badge {
		left: 8px;
		left: 0.5rem;
		top: -25px;
		top: -1.5625rem;
		width: 80px;
		width: 5rem;
	}
}

.p-award__badge img {
	-o-object-fit: contain;
	aspect-ratio: 114/112;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-award__image {
	width: 100%;
}

.p-award__image img {
	-o-object-fit: cover;
	aspect-ratio: 404/250;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-award__image img {
		border-radius: 0.9375rem;
	}
}

.p-award__title {
	color: #f44580;
	font-size: max(28px, 10px);
	font-size: max(1.75rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-award__title {
		font-size: max(22px, 10px);
		font-size: max(1.375rem, 10px);
		line-height: 1.6;
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-award__title span {
	font-size: max(14px, 10px);
	font-size: max(0.875rem, 10px);
}
@media screen and (max-width: 767px) {
	.p-award__title span {
		font-size: max(12px, 10px);
		font-size: max(0.75rem, 10px);
	}
}

.p-award__company {
	color: #8f8f8f;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-award__company {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		margin-top: 3px;
		margin-top: 0.1875rem;
	}
}

.p-award__description {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.78;
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-award__description {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-award__cta {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.p-ceremony {
	padding-bottom: 102px;
	padding-bottom: 6.375rem;
	padding-top: 78px;
	padding-top: 4.875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-ceremony {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 40px;
		padding-top: 2.5rem;
	}
}

.p-ceremony__description-title {
	font-size: max(30px, 10px);
	font-size: max(1.875rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (max-width: 767px) {
	.p-ceremony__description-title {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
		line-height: 1.4;
	}
}

.p-ceremony__description-title::after {
	background: url(../images/common/dot-line-white.svg) repeat-x left
		center/cover;
	bottom: -16px;
	bottom: -1rem;
	content: '';
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__description-title::after {
		bottom: -10px;
		bottom: -0.625rem;
		height: 3px;
		height: 0.1875rem;
	}
}

.p-ceremony__description-text {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	margin-top: 62px;
	margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__description-text {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
		margin-top: 40px;
		margin-top: 2.5rem;
	}
}

.p-ceremony__announcement {
	padding-top: 60px;
	padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement {
		padding-top: 40px;
		padding-top: 2.5rem;
	}
}

.p-ceremony__announcement-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	gap: 15px;
	gap: 0.9375rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
	margin-top: 3.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-title {
		flex-direction: column;
		font-size: 30px;
		font-size: 1.875rem;
		gap: 10px;
		gap: 0.625rem;
		letter-spacing: 0.05em;
		margin-top: 40px;
		margin-top: 2.5rem;
	}
}

.p-ceremony__announcement-title span {
	background-color: #000000;
	border-radius: 6.25rem;
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: 0.02em;
	padding: 10px 32px;
	padding: 0.625rem 2rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-title span {
		font-size: 20px;
		font-size: 1.25rem;
		padding: 8px 24px;
		padding: 0.5rem 1.5rem;
	}
}

.p-ceremony__announcement-title span::before {
	aspect-ratio: 45.59/37;
	background: url(../images/common/deco-crown.svg) no-repeat center/contain;
	content: '';
	display: inline-block;
	height: auto;
	left: 50%;
	position: absolute;
	top: -55px;
	top: -3.4375rem;
	transform: translateX(-50%);
	width: 45.59px;
	width: 2.849375rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-title span::before {
		top: -35px;
		top: -2.1875rem;
		width: 30px;
		width: 1.875rem;
	}
}

.p-ceremony__announcement-title::before,
.p-ceremony__announcement-title::after {
	aspect-ratio: 63.13/156.39;
	content: '';
	display: inline-block;
	height: auto;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 63.13px;
	width: 3.945625rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-title::before,
	.p-ceremony__announcement-title::after {
		width: 40px;
		width: 2.5rem;
	}
}

.p-ceremony__announcement-title::before {
	background: url(../images/common/deco-title-left.svg) no-repeat center/contain;
	left: -95px;
	left: -5.9375rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-title::before {
		left: -50px;
		left: -3.125rem;
	}
}

.p-ceremony__announcement-title::after {
	background: url(../images/common/deco-title-right.svg) no-repeat
		center/contain;
	right: -95px;
	right: -5.9375rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-title::after {
		right: -50px;
		right: -3.125rem;
	}
}

.p-ceremony__announcement-list {
	display: flex;
	flex-direction: column;
	margin-top: 120px;
	margin-top: 7.5rem;
	row-gap: 120px;
	row-gap: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-list {
		margin-top: 70px;
		margin-top: 4.375rem;
		row-gap: 50px;
		row-gap: 3.125rem;
	}
}

.p-ceremony__announcement-list-other {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	margin-top: 3.75rem;
	row-gap: 60px;
	row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-list-other {
		margin-top: 30px;
		margin-top: 1.875rem;
		row-gap: 10px;
		row-gap: 0.625rem;
	}
}

.p-ceremony__announcement-award {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 40px 110px 50px;
	padding: 2.5rem 6.875rem 3.125rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-award {
		border-radius: 1.25rem;
		margin-top: 30px;
		margin-top: 1.875rem;
		padding: 65px 20px 30px;
		padding: 4.0625rem 1.25rem 1.875rem;
	}
}

.p-ceremony__announcement-award--other {
	padding: 45px 40px 50px;
	padding: 2.8125rem 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-award--other {
		padding: 45px 30px 50px;
		padding: 2.8125rem 1.875rem 3.125rem;
	}
}

.p-ceremony__announcement-badge {
	left: 5%;
	max-width: 100%;
	position: absolute;
	top: -60px;
	top: -3.75rem;
	width: 200px;
	width: 12.5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-badge {
		width: 120px;
		width: 7.5rem;
	}
}

.p-ceremony__announcement-badge img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-ceremony__announcement-name {
	font-size: max(36px, 10px);
	font-size: max(2.25rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	padding-left: 180px;
	padding-left: 11.25rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-name {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
		padding-left: 0;
	}
}

.p-ceremony__announcement-company {
	color: #8f8f8f;
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	margin-top: 4px;
	margin-top: 0.25rem;
	padding-left: 180px;
	padding-left: 11.25rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-company {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		margin-top: 3px;
		margin-top: 0.1875rem;
		padding-left: 0;
	}
}

.p-ceremony__announcement-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-image {
		width: 100%;
	}
}

.p-ceremony__announcement-image img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-image img {
		border-radius: 0.9375rem;
	}
}

.p-ceremony__announcement-description {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.78;
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-description {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-ceremony__announcement-button-wrap {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-button-wrap {
		margin-top: 18px;
		margin-top: 1.125rem;
	}
}

.p-ceremony__announcement-button.c-button1 {
	max-width: 400px;
	max-width: 25rem;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-button.c-button1 {
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
}

.p-ceremony__announcement-list-title {
	-moz-column-gap: 1.5625rem;
	align-items: center;
	column-gap: 1.5625rem;
	display: flex;
	font-size: max(32px, 10px);
	font-size: max(2rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-list-title {
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
		letter-spacing: 0.02em;
	}
}

.p-ceremony__announcement-list-title::before,
.p-ceremony__announcement-list-title::after {
	background-color: #000000;
	content: '';
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-list-title::before,
	.p-ceremony__announcement-list-title::after {
		height: 1.5px;
		height: 0.09375rem;
	}
}

.p-ceremony__announcement__award-list {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-list {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 0;
	}
}

.p-ceremony__announcement__award-item,
.p-ceremony__announcement__award-card {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-item,
	.p-ceremony__announcement__award-card {
		display: block;
	}
}

.p-ceremony__announcement__award-card {
	background-color: #fff;
	border-radius: 1.25rem;
	height: 100%;
	padding: 40.22px 32px 40.78px;
	padding: 2.51375rem 2rem 2.54875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-card {
		border-radius: 0.9375rem;
		padding: 30px 0;
		padding: 1.875rem 0;
	}
}

.p-ceremony__announcement__award-card--2col {
	display: flex;
	gap: 20px;
	gap: 1.25rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-card--2col {
		flex-direction: column;
	}
}

.p-ceremony__announcement__award-image {
	width: 100%;
}

.p-ceremony__announcement__award-card--2col
	.p-ceremony__announcement__award-image {
	width: 45%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-card--2col
		.p-ceremony__announcement__award-image {
		width: 100%;
	}
}

.p-ceremony__announcement__award-image img {
	-o-object-fit: cover;
	aspect-ratio: 404/250;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-image img {
		border-radius: 0.9375rem;
	}
}

.p-ceremony__announcement__award-card--2col
	.p-ceremony__announcement__award-image
	img {
	height: auto;
}

.p-ceremony__announcement__award-card--2col
	.p-ceremony__announcement__award-content {
	flex: 1;
}

.p-ceremony__announcement__award-head {
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-head {
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-ceremony__announcement__award-title {
	font-size: max(28px, 10px);
	font-size: max(1.75rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-title {
		font-size: max(22px, 10px);
		font-size: max(1.375rem, 10px);
		line-height: 1.6;
	}
}

.p-ceremony__announcement__award-title span {
	font-size: max(14px, 10px);
	font-size: max(0.875rem, 10px);
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-title span {
		font-size: max(12px, 10px);
		font-size: max(0.75rem, 10px);
	}
}

.p-ceremony__announcement__award-company {
	color: #8f8f8f;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-company {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		margin-top: 3px;
		margin-top: 0.1875rem;
	}
}

.p-ceremony__announcement__award-description {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.78;
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement__award-description {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-ceremony__announcement-award-button-wrap {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-ceremony__announcement-award-button {
	max-width: 400px;
	max-width: 25rem;
	padding: 14px 24px 14px 18px;
	padding: 0.875rem 1.5rem 0.875rem 1.125rem;
	width: 80%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__announcement-award-button {
		padding: 10px 24px 10px 18px;
		padding: 0.625rem 1.5rem 0.625rem 1.125rem;
		width: 100%;
	}
}

.p-ceremony__programs-wrap {
	padding-top: 80px;
	padding-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs-wrap {
		padding-top: 60px;
		padding-top: 3.75rem;
	}
}

.p-ceremony__programs {
	background-color: rgba(255, 255, 255, 0.7);
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 1.875rem;
	padding: 43px 112.6px 43px 113.6px;
	padding: 2.6875rem 7.0375rem 2.6875rem 7.1rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs {
		border-radius: 1.25rem;
		border-width: 2px;
		border-width: 0.125rem;
		padding: 30px 20px 25px;
		padding: 1.875rem 1.25rem 1.5625rem;
	}
}

.p-ceremony__programs-title {
	-moz-column-gap: 1.5625rem;
	align-items: center;
	column-gap: 1.5625rem;
	display: flex;
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs-title {
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
		font-size: max(20px, 10px);
		font-size: max(1.25rem, 10px);
	}
}

.p-ceremony__programs-title::before,
.p-ceremony__programs-title::after {
	background-color: #000000;
	content: '';
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs-title::before,
	.p-ceremony__programs-title::after {
		height: 1.5px;
		height: 0.09375rem;
	}
}

.p-ceremony__programs-list {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 24px;
	row-gap: 1.5rem;
}

.p-ceremony__programs-item-title {
	background-color: #dcf8da;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 10px;
	padding: 0.625rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs-item-title {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		padding: 8px 10px;
		padding: 0.5rem 0.625rem;
	}
}

.p-ceremony__programs-item-text {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.78;
	margin-top: 14px;
	margin-top: 0.875rem;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs-item-text {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		margin-top: 10px;
		margin-top: 0.625rem;
	}
}

.p-ceremony__programs-list + .p-ceremony__programs-title {
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__programs-list + .p-ceremony__programs-title {
		margin-top: 60px;
		margin-top: 3.75rem;
	}
}

.p-ceremony__award-list {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 100%;
	width: 400px;
	width: 25rem;
}

.p-ceremony__award-item {
	display: flex;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	justify-content: space-between;
	line-height: 2;
	padding-left: 34px;
	padding-left: 2.125rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-ceremony__award-item {
		padding-left: 20px;
		padding-left: 1.25rem;
	}
}

.p-ceremony__award-item::before,
.p-ceremony__award-item::after {
	content: '';
	position: absolute;
}

.p-ceremony__award-item::before {
	background-color: #000000;
	border-radius: 50%;
	height: 20px;
	height: 1.25rem;
	left: 0;
	top: 12px;
	top: 0.75rem;
	width: 20px;
	width: 1.25rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__award-item::before {
		height: 12px;
		height: 0.75rem;
		width: 12px;
		width: 0.75rem;
	}
}

.p-ceremony__award-item:not(:last-child)::after {
	background-color: #000000;
	height: 100%;
	left: 8px;
	left: 0.5rem;
	top: 20px;
	top: 1.25rem;
	width: 3px;
	width: 0.1875rem;
}
@media screen and (max-width: 767px) {
	.p-ceremony__award-item:not(:last-child)::after {
		left: 5px;
		left: 0.3125rem;
		width: 2px;
		width: 0.125rem;
	}
}

.p-ceremony__award-item-time {
	color: #000000;
	width: 22%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__award-item-time {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

.p-ceremony__award-item-text {
	width: 78%;
}
@media screen and (max-width: 767px) {
	.p-ceremony__award-item-text {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		padding-top: 1.5px;
		padding-top: 0.09375rem;
	}
}

.p-cta-section {
	background-color: #fff;
	overflow: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-cta-section {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 80px;
		padding-top: 5rem;
	}
}

.p-cta-section::before,
.p-cta-section::after {
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	position: absolute;
	width: 351.47px;
	width: 21.966875rem;
}
@media screen and (max-width: 767px) {
	.p-cta-section::before,
	.p-cta-section::after {
		height: 194px;
		height: 12.125rem;
		width: 251px;
		width: 15.6875rem;
	}
}

.p-cta-section::before {
	background: url(../images/common/bg-dot01.webp) no-repeat center/contain;
	right: calc(50% - 29.0625rem);
	top: -22px;
	top: -1.375rem;
}
@media screen and (max-width: 767px) {
	.p-cta-section::before {
		right: calc(50% - 12.5rem);
	}
}

.p-cta-section::after {
	background: url(../images/common/bg-dot03.webp) no-repeat center/contain;
	bottom: 22px;
	bottom: 1.375rem;
	right: calc(50% - 45.625rem);
}
@media screen and (max-width: 767px) {
	.p-cta-section::after {
		bottom: 1%;
		right: calc(50% - 20rem);
	}
}

.p-cta-section__main {
	position: relative;
	z-index: 10;
}

.p-cta-section__main::before {
	background: url(../images/common/bg-dot02.webp) no-repeat center/contain;
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	left: calc(50% - 45rem);
	position: absolute;
	top: 34%;
	width: 351.47px;
	width: 21.966875rem;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.p-cta-section__main::before {
		height: 194px;
		height: 12.125rem;
		left: calc(50% - 20.25rem);
		width: 251px;
		width: 15.6875rem;
	}
}

.p-cta__before {
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-cta__before {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.8;
	}
}

.p-cta__before span {
	background-color: #000000;
	color: #fff;
	margin-left: -6px;
	margin-left: -0.375rem;
	padding: 0px 7px 3px;
	padding: 0rem 0.4375rem 0.1875rem;
}
@media screen and (max-width: 767px) {
	.p-cta__before span {
		margin-left: -4px;
		margin-left: -0.25rem;
		padding: 0px 5px 2px;
		padding: 0rem 0.3125rem 0.125rem;
	}
}

.p-cta__before + .p-cta__block {
	margin-top: 83px;
	margin-top: 5.1875rem;
}

.p-cta__block {
	background-color: #97eebb;
	border-radius: 1.875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-cta__block {
		border-radius: 1.25rem;
	}
}

.p-cta__label {
	left: 50%;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	transform: translateX(-50%);
	z-index: 5;
}
@media screen and (max-width: 767px) {
	.p-cta__label {
		top: -30px;
		top: -1.875rem;
	}
}

@media screen and (max-width: 767px) {
	.p-cta2 .p-cta__label {
		top: -20px;
		top: -1.25rem;
	}
}

.p-cta__label-text {
	background-color: #000000;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-block;
	font-size: max(22px, 10px);
	font-size: max(1.375rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 15.3px 16.2px 15.3px 17.2px;
	padding: 0.95625rem 1.0125rem 0.95625rem 1.075rem;
	position: relative;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-cta__label-text {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		padding: 12px 16px;
		padding: 0.75rem 1rem;
		text-align: center;
	}
}

.p-cta2 .p-cta__label-text {
	padding: 15.3px 31px 15.3px 32px;
	padding: 0.95625rem 1.9375rem 0.95625rem 2rem;
}
@media screen and (max-width: 767px) {
	.p-cta2 .p-cta__label-text {
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
		padding: 12px 14px;
		padding: 0.75rem 0.875rem;
	}
}

.p-cta__label-text span {
	display: inline-block;
	padding-left: 0.5px;
	padding-left: 0.03125rem;
}
@media screen and (max-width: 767px) {
	.p-cta__label-text span {
		padding-left: 0;
	}
}

.p-cta__label-text::after {
	border-left: 15px solid transparent;
	border-left: 0.9375rem solid transparent;
	border-right: 15px solid transparent;
	border-right: 0.9375rem solid transparent;
	border-top: 20px solid #000000;
	border-top: 1.25rem solid #000000;
	bottom: -14px;
	bottom: -0.875rem;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}
@media screen and (max-width: 767px) {
	.p-cta__label-text::after {
		border-left-width: 12px;
		border-left-width: 0.75rem;
		border-right-width: 12px;
		border-right-width: 0.75rem;
		border-top-width: 16px;
		border-top-width: 1rem;
		bottom: -12px;
		bottom: -0.75rem;
	}
}

.p-cta__main {
	border: 3px solid #97eebb;
	border: 0.1875rem solid #97eebb;
	border-radius: 1.875rem;
	overflow: hidden;
	padding: 94px 82px 60px;
	padding: 5.875rem 5.125rem 3.75rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-cta__main {
		border-radius: 1.25rem;
		border-width: 2px;
		border-width: 0.125rem;
		padding: 70px 20px 350px;
		padding: 4.375rem 1.25rem 21.875rem;
	}
}

.p-cta2 .p-cta__main {
	padding: 84px 82px 60px;
	padding: 5.25rem 5.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
	.p-cta2 .p-cta__main {
		padding: 40px 20px 380px;
		padding: 2.5rem 1.25rem 23.75rem;
	}
}

.p-cta__content {
	max-width: 500px;
	max-width: 31.25rem;
	width: 60.2%;
}
@media screen and (max-width: 767px) {
	.p-cta__content {
		max-width: none;
		text-align: center;
		width: 100%;
	}
}

.p-cta__text {
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-cta__text {
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
		letter-spacing: 0.02em;
	}
}

.p-cta__text::before,
.p-cta__text::after {
	background: #000000;
	content: '';
	display: inline-block;
	height: 25px;
	height: 1.5625rem;
	vertical-align: bottom;
	width: 2px;
	width: 0.125rem;
}
@media screen and (max-width: 767px) {
	.p-cta__text::before,
	.p-cta__text::after {
		height: 20px;
		height: 1.25rem;
		width: 1.5px;
		width: 0.09375rem;
	}
}

.p-cta__text::before {
	margin-right: 12.8px;
	margin-right: 0.8rem;
	transform: rotate(-31deg);
}
@media screen and (max-width: 767px) {
	.p-cta__text::before {
		margin-right: 10px;
		margin-right: 0.625rem;
	}
}

.p-cta__text::after {
	margin-left: 12.8px;
	margin-left: 0.8rem;
	transform: rotate(31deg);
}
@media screen and (max-width: 767px) {
	.p-cta__text::after {
		margin-left: 10px;
		margin-left: 0.625rem;
	}
}

.p-cta2 .p-cta__text {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-cta2 .p-cta__text {
		font-size: max(28px, 10px);
		font-size: max(1.75rem, 10px);
		line-height: 1.4;
	}
}

.p-cta2 .p-cta__text span {
	font-size: 24px;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-cta2 .p-cta__text span {
		display: inline-block;
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		margin-top: 16px;
		margin-top: 1rem;
	}
}

.p-cta2 .p-cta__text::before,
.p-cta2 .p-cta__text::after {
	content: none;
}

.p-cta__button-wrapper {
	margin-top: 14px;
	margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
	.p-cta__button-wrapper {
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-cta2 .p-cta__button-wrapper {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-cta__present {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 392px;
	height: 24.5rem;
	justify-content: center;
	position: absolute;
	right: -6%;
	top: 50%;
	transform: translateY(-50%);
	width: 392px;
	width: 24.5rem;
}
@media screen and (max-width: 767px) {
	.p-cta__present {
		height: 400px;
		height: 25rem;
		left: 50%;
		margin: 30px auto 0;
		margin: 1.875rem auto 0;
		right: auto;
		right: initial;
		top: 40%;
		transform: translateX(-50%);
		width: 400px;
		width: 25rem;
	}
}

.p-cta2 .p-cta__present {
	height: 450px;
	height: 28.125rem;
	right: -8%;
	width: 450px;
	width: 28.125rem;
}
@media screen and (max-width: 767px) {
	.p-cta2 .p-cta__present {
		top: 43%;
	}
}

.p-cta__image {
	margin-left: -34px;
	margin-left: -2.125rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	max-width: 100%;
	width: 245px;
	width: 15.3125rem;
}
@media screen and (max-width: 767px) {
	.p-cta__image {
		margin-left: 0;
		margin-top: -80px;
		margin-top: -5rem;
		width: 60%;
	}
}

.p-cta__image img {
	-o-object-fit: contain;
	aspect-ratio: 245/221;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-description {
	background-color: #fff;
	overflow: clip;
	padding-bottom: 79px;
	padding-bottom: 4.9375rem;
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-description {
		padding-bottom: 60px;
		padding-bottom: 3.75rem;
		padding-top: 60px;
		padding-top: 3.75rem;
	}
}

.p-description::before,
.p-description::after {
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	position: absolute;
	width: 351.47px;
	width: 21.966875rem;
}
@media screen and (max-width: 767px) {
	.p-description::before,
	.p-description::after {
		height: 194px;
		height: 12.125rem;
		width: 251px;
		width: 15.6875rem;
	}
}

.p-description::before {
	background: url(../images/common/bg-dot01.webp) no-repeat center/contain;
	right: calc(50% - 43.125rem);
	top: -32%;
}
@media screen and (max-width: 767px) {
	.p-description::before {
		right: calc(50% - 12.5rem);
		top: -15%;
	}
}

.p-description::after {
	background: url(../images/common/bg-dot02.webp) no-repeat center/contain;
	bottom: -16%;
	left: calc(50% - 32.1875rem);
}
@media screen and (max-width: 767px) {
	.p-description::after {
		left: calc(50% - 18.75rem);
	}
}

.p-description__main {
	position: relative;
	z-index: 10;
}

.p-description__text {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-description__text {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		letter-spacing: 0.02em;
	}
}

.p-drawer {
	background-color: #fff;
	padding: 0 0 44px;
	padding: 0 0 2.75rem;
}

.p-drawer__inner {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.p-drawer__nav-items {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-drawer__nav-item {
	border-top: 1px solid #e1e4e1;
	border-top: 0.0625rem solid #e1e4e1;
}

.p-drawer__nav-item:last-child {
	border-bottom: 1px solid #e1e4e1;
	border-bottom: 0.0625rem solid #e1e4e1;
}

.p-drawer__nav-item a {
	display: block;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.44;
	padding: 23.8px 16px;
	padding: 1.4875rem 1rem;
	position: relative;
}

.p-drawer__nav-item a::before {
	background-color: #000000;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 34px;
	top: 2.125rem;
	width: 8px;
	width: 0.5rem;
}

.p-drawer__bottom {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-drawer__deadline {
	background-color: #97eebb;
	border-radius: 1.25rem;
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
}

.p-drawer__deadline-heading {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.44;
}

.p-drawer__deadline-date {
	font-family: 'Inter', sans-serif;
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	font-weight: 700;
	line-height: 1.2;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-drawer__deadline-date span {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.22;
}

.p-drawer__award-info {
	background-color: #000000;
	border-radius: 1.25rem;
	color: #fff;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
}

.p-drawer__award-heading {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.44;
}

.p-drawer__award-list {
	grid-gap: 5px 24px;
	display: grid;
	gap: 5px 24px;
	gap: 0.3125rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 100%;
	width: 65.91%;
}

.p-drawer__award-item a {
	-webkit-text-decoration: underline;
	font-family: 'Inter', sans-serif;
	font-size: max(16px, 10px);
	font-size: max(1rem, 10px);
	font-weight: 800;
	line-height: 1.1875;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
}

.p-flow {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
}

.p-flow__content {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-flow__steps {
	counter-reset: flow-step;
	margin: 0 auto;
	max-width: 882px;
	max-width: 55.125rem;
	padding-left: 4px;
	padding-left: 0.25rem;
	position: relative;
}

.p-flow__steps::before {
	background: url('../images/top/dot-line.svg') repeat-y center/contain;
	content: '';
	height: calc(100% - 7.5rem);
	left: 28px;
	left: 1.75rem;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 3px;
	width: 0.1875rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-flow__steps::before {
		height: calc(100% - 10rem);
		left: 23px;
		left: 1.4375rem;
	}
}

.p-flow__step {
	-moz-column-gap: 1.9375rem;
	align-items: flex-start;
	column-gap: 1.9375rem;
	counter-increment: flow-step;
	display: flex;
	margin-top: 22px;
	margin-top: 1.375rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow__step {
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}
}

.p-flow__step:first-child {
	margin-top: 0;
}

.p-flow__step-number {
	align-items: center;
	background-color: #000000;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
	position: relative;
	width: 50px;
	width: 3.125rem;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.p-flow__step-number {
		height: 40px;
		height: 2.5rem;
		width: 40px;
		width: 2.5rem;
	}
}

.p-flow__step-number-text {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: max(30px, 10px);
	font-size: max(1.875rem, 10px);
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-flow__step-number-text {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
	}
}

.p-flow__step-number-text::before {
	content: counter(flow-step);
}

.p-flow__step-card {
	background-color: #fff;
	border-radius: 1.25rem;
	flex: 1;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
	.p-flow__step-card {
		padding: 24px 20px;
		padding: 1.5rem 1.25rem;
	}
}

.p-flow__step-title {
	color: #000000;
	font-size: max(22px, 10px);
	font-size: max(1.375rem, 10px);
	font-weight: 700;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.p-flow__step-title {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

.p-flow__step-description {
	color: #000000;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-flow__step-description {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		margin-top: 10px;
		margin-top: 0.625rem;
	}
}

.p-header {
	padding-top: 40px;
	padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-header {
		background-color: #fff;
		padding-top: 0;
	}
}

.p-header__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	gap: 1.875rem;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-header__inner {
		display: block;
		gap: 0;
		padding-left: 16px;
		padding-left: 1rem;
	}
}

.p-header__main {
	display: flex;
	flex-direction: column;
	gap: 21px;
	gap: 1.3125rem;
	padding-left: 38px;
	padding-left: 2.375rem;
}
@media screen and (max-width: 767px) {
	.p-header__main {
		align-items: center;
		flex-direction: row;
		gap: 30px;
		gap: 1.875rem;
		height: 100%;
		justify-content: space-between;
		padding-left: 0;
	}
}

.p-header__logo {
	max-width: 100%;
	width: 200px;
	width: 12.5rem;
}
@media screen and (max-width: 767px) {
	.p-header__logo {
		width: 140px;
		width: 8.75rem;
	}
}

.p-header__logo-link {
	display: block;
}

.p-header__logo-link img {
	-o-object-fit: contain;
	aspect-ratio: 200/51;
	height: auto;
	object-fit: contain;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-header__logo-link img {
		aspect-ratio: 140/36;
	}
}

.p-header__menu-button {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-header__menu-button {
		display: block;
		z-index: 101;
	}
}

.p-header__pc-nav {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-header__pc-nav {
		display: none;
	}
}

.p-header__pc-nav-items {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-header__pc-nav-item {
	width: 100%;
}

.p-header__pc-nav-item a {
	display: block;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.22;
	padding: 14px 16px;
	padding: 0.875rem 1rem;
	position: relative;
	width: 100%;
}

.p-header__pc-nav-item a::before {
	background-color: #000000;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 21px;
	top: 1.3125rem;
	width: 8px;
	width: 0.5rem;
}

@media screen and (max-width: 767px) {
	.p-header__bottom {
		display: none;
	}
}

.p-header__deadline {
	background-color: #fff;
	border-bottom: 3px solid #000000;
	border-bottom: 0.1875rem solid #000000;
	border-radius: 0 6.25rem 6.25rem 0;
	border-right: 3px solid #000000;
	border-right: 0.1875rem solid #000000;
	border-top: 3px solid #000000;
	border-top: 0.1875rem solid #000000;
	padding: 23px 37px 26px 26px;
	padding: 1.4375rem 2.3125rem 1.625rem 1.625rem;
	text-align: center;
	width: 100%;
}

.p-header__deadline-heading {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.448;
}

.p-header__deadline-date {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	font-weight: 700;
	line-height: 1.21;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-header__deadline-date span {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.22;
}

.p-header__award-info {
	background-color: #000000;
	border-radius: 0 6.25rem 6.25rem 0;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding: 21px 44px 23px 33px;
	padding: 1.3125rem 2.75rem 1.4375rem 2.0625rem;
	width: 100%;
}

.p-header__award-heading {
	color: #fff;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.448;
	text-align: center;
}

.p-header__award-list {
	grid-gap: 5px 24px;
	display: grid;
	gap: 5px 24px;
	gap: 0.3125rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 8.4px;
	margin-top: 0.525rem;
}

.p-header__award-item a {
	-webkit-text-decoration: underline;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: max(16px, 10px);
	font-size: max(1rem, 10px);
	font-weight: 800;
	line-height: 1.1875;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
}

.p-media {
	padding-bottom: 102px;
	padding-bottom: 6.375rem;
	padding-top: 78px;
	padding-top: 4.875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-media {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 40px;
		padding-top: 2.5rem;
	}
}

.p-media__head {
	-moz-column-gap: 0.5rem;
	align-items: flex-end;
	column-gap: 0.5rem;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-media__head {
		-moz-column-gap: 0;
		align-items: flex-start;
		column-gap: 0;
		flex-direction: column;
	}
}

.p-media__title {
	font-size: max(30px, 10px);
	font-size: max(1.875rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-media__title {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
		line-height: 1.4;
	}
}

.p-media__title span {
	color: #f44580;
}

.p-media__title::after {
	background: url(../images/common/dot-line-white.svg) repeat-x left
		center/cover;
	bottom: -16px;
	bottom: -1rem;
	content: '';
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-media__title::after {
		bottom: -10px;
		bottom: -0.625rem;
		height: 3px;
		height: 0.1875rem;
	}
}

.p-media__icon {
	flex-shrink: 0;
	max-width: 100%;
	position: relative;
	width: 148px;
	width: 9.25rem;
}
@media screen and (max-width: 767px) {
	.p-media__icon {
		margin-left: -10px;
		margin-left: -0.625rem;
		width: 100px;
		width: 6.25rem;
	}
}

.p-media__icon img {
	-o-object-fit: contain;
	aspect-ratio: 148/123;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-media__icon-text {
	color: #fff;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	left: 52%;
	letter-spacing: 0.05em;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-media__icon-text {
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
	}
}

.p-media__description {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	margin-top: 62px;
	margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
	.p-media__description {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
		margin-top: 40px;
		margin-top: 2.5rem;
	}
}

.p-media__description span {
	color: #f44580;
	font-weight: 700;
}

.p-media__programs {
	background-color: rgba(255, 255, 255, 0.7);
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 1.875rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 43px 112.6px 43px 113.6px;
	padding: 2.6875rem 7.0375rem 2.6875rem 7.1rem;
}
@media screen and (max-width: 767px) {
	.p-media__programs {
		border-radius: 1.25rem;
		border-width: 2px;
		border-width: 0.125rem;
		margin-top: 30px;
		margin-top: 1.875rem;
		padding: 30px 20px 25px;
		padding: 1.875rem 1.25rem 1.5625rem;
	}
}

.p-media__programs-title {
	-moz-column-gap: 1.5625rem;
	align-items: center;
	column-gap: 1.5625rem;
	display: flex;
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-media__programs-title {
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
		font-size: max(20px, 10px);
		font-size: max(1.25rem, 10px);
	}
}

.p-media__programs-title::before,
.p-media__programs-title::after {
	background-color: #000000;
	content: '';
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-media__programs-title::before,
	.p-media__programs-title::after {
		height: 1.5px;
		height: 0.09375rem;
	}
}

.p-media__programs-content {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: 42.65% 52.14%;
	margin-top: 25.5px;
	margin-top: 1.59375rem;
}
@media screen and (max-width: 767px) {
	.p-media__programs-content {
		-moz-column-gap: 0;
		column-gap: 0;
		grid-template-columns: 1fr;
		margin-top: 20px;
		margin-top: 1.25rem;
	}
}

.p-media__programs-item {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.79;
}
@media screen and (max-width: 767px) {
	.p-media__programs-item {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.6;
		padding-left: 1em;
		text-indent: -1em;
	}
}

.p-mv {
	background: url(../images/top/mv-bg.webp) no-repeat center center/cover;
	padding-bottom: 54px;
	padding-bottom: 3.375rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv {
		background: url(../images/top/mv-bg_sp.webp) no-repeat center center/cover;
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
		padding-top: 92px;
		padding-top: 5.75rem;
	}
}

.p-mv__head {
	align-items: center;
	background-color: #000000;
	border: 3px solid #000000;
	border: 0.1875rem solid #000000;
	border-radius: 6.25rem;
	display: flex;
	font-weight: 700;
	line-height: 1;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-mv__head {
		align-items: stretch;
		border-radius: 1.25rem;
		border-width: 1.26px;
		border-width: 0.07875rem;
		flex-direction: column;
		white-space: normal;
	}
}

.p-mv__head-left {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex: 1;
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.45;
	padding: 9.8px 14px;
	padding: 0.6125rem 0.875rem;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-mv__head-left {
		flex: none;
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
		line-height: 1.42;
		padding: 9.06px 15px;
		padding: 0.56625rem 0.9375rem;
	}
}

.p-mv__head-right {
	align-items: center;
	background-color: #000000;
	color: #fff;
	display: flex;
	font-size: max(25px, 10px);
	font-size: max(1.5625rem, 10px);
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.44;
	padding: 9.2px 14px;
	padding: 0.575rem 0.875rem;
	white-space: nowrap;
	width: 45.5%;
}
@media screen and (max-width: 767px) {
	.p-mv__head-right {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		line-height: 1.43;
		padding: 7.55px 15px;
		padding: 0.471875rem 0.9375rem;
		width: 100%;
	}
}

.p-mv__title {
	-moz-column-gap: 0.6125rem;
	align-items: center;
	column-gap: 0.6125rem;
	display: flex;
	justify-content: center;
	margin-left: -14px;
	margin-left: -0.875rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
	.p-mv__title {
		-moz-column-gap: 0;
		align-items: stretch;
		column-gap: 0;
		flex-direction: column;
		justify-content: initial;
		margin-left: 0;
		margin-top: 20px;
		margin-top: 1.25rem;
		row-gap: 19px;
		row-gap: 1.1875rem;
	}
}

.p-mv__title-main {
	flex-shrink: 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: max(65px, 10px);
	font-size: max(4.0625rem, 10px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.22;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-mv__title-main {
		font-size: max(32px, 10px);
		font-size: max(2rem, 10px);
		line-height: 1.1;
		text-align: center;
	}
}

.p-mv__title-year {
	font-size: max(76px, 10px);
	font-size: max(4.75rem, 10px);
	letter-spacing: 0;
	margin-left: 25px;
	margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
	.p-mv__title-year {
		font-size: max(36px, 10px);
		font-size: max(2.25rem, 10px);
		line-height: 1.44;
		margin-left: 14px;
		margin-left: 0.875rem;
	}
}

.p-mv__title-option {
	flex-shrink: 0;
	max-width: 100%;
	width: 320px;
	width: 20rem;
}
@media screen and (max-width: 767px) {
	.p-mv__title-option {
		margin-left: auto;
		margin-right: auto;
		width: 273px;
		width: 17.0625rem;
	}
}

.p-mv__title-option img {
	-o-object-fit: contain;
	aspect-ratio: 320/160;
	height: auto;
	object-fit: contain;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mv__title-option img {
		aspect-ratio: 273/113;
	}
}

.p-mv__ceremony {
	margin-top: 46px;
	margin-top: 2.875rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony {
		margin-top: 32px;
		margin-top: 2rem;
	}
}

.p-mv__ceremony-title {
	background-color: #f44580;
	border-radius: 6.25rem;
	color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: max(56px, 10px);
	font-size: max(3.5rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 0 8px;
	padding: 0.375rem 0 0.5rem;
	width: 80%;
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony-title {
		font-size: max(30px, 10px);
		font-size: max(1.875rem, 10px);
	}
}

.p-mv__ceremony-date {
	font-size: max(40px, 10px);
	font-size: max(2.5rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 16px;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony-date {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
		line-height: 1.4;
	}
}

.p-mv__ceremony-text {
	font-size: max(24px, 10px);
	font-size: max(1.5rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 36px;
	margin-top: 2.25rem;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony-text {
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
		letter-spacing: 0.02em;
		margin-top: 30px;
		margin-top: 1.875rem;
	}
}

.p-mv__ceremony-text::before,
.p-mv__ceremony-text::after {
	background: #000000;
	content: '';
	display: inline-block;
	height: 25px;
	height: 1.5625rem;
	vertical-align: bottom;
	width: 2px;
	width: 0.125rem;
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony-text::before,
	.p-mv__ceremony-text::after {
		height: 20px;
		height: 1.25rem;
		width: 1.5px;
		width: 0.09375rem;
	}
}

.p-mv__ceremony-text::before {
	margin-right: 12.8px;
	margin-right: 0.8rem;
	transform: rotate(-31deg);
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony-text::before {
		margin-right: 10px;
		margin-right: 0.625rem;
	}
}

.p-mv__ceremony-text::after {
	margin-left: 12.8px;
	margin-left: 0.8rem;
	transform: rotate(31deg);
}
@media screen and (max-width: 767px) {
	.p-mv__ceremony-text::after {
		margin-left: 10px;
		margin-left: 0.625rem;
	}
}

.p-mv__ceremony-button-wrap {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-mv__media {
	background-color: rgba(255, 255, 255, 0.7);
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 1.875rem;
	margin-top: 46px;
	margin-top: 2.875rem;
	padding: 30px 80px 28px 66px;
	padding: 1.875rem 5rem 1.75rem 4.125rem;
}
@media screen and (max-width: 767px) {
	.p-mv__media {
		margin-top: 24.75px;
		margin-top: 1.546875rem;
		padding: 20px 12px 28px;
		padding: 1.25rem 0.75rem 1.75rem;
	}
}

@media screen and (max-width: 767px) {
	.p-mv__ceremony + .p-mv__media {
		margin-top: 32px;
		margin-top: 2rem;
	}
}

.p-mv__media-text {
	font-size: max(28px, 10px);
	font-size: max(1.75rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 16px;
	padding-left: 1rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-mv__media-text {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		padding-left: 0;
	}
}

.p-mv__media-text span {
	color: #e2306c;
}

.p-mv__media-text small {
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
}
@media screen and (max-width: 767px) {
	.p-mv__media-text small {
		font-size: max(12px, 10px);
		font-size: max(0.75rem, 10px);
	}
}

@media screen and (max-width: 767px) {
	.p-mv__media-text small.pc-only {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

.p-mv__media-divider {
	margin-top: 13px;
	margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
	.p-mv__media-divider {
		margin-top: 16px;
		margin-top: 1rem;
	}
}

.p-mv__media-divider-line {
	background-color: #000000;
	height: 1.5px;
	height: 0.09375rem;
	width: 100%;
}

.p-mv__media-divider-line + .p-mv__media-divider-line {
	margin-top: 4.5px;
	margin-top: 0.28125rem;
}

.p-mv__media-programs {
	-moz-column-gap: 3.3125rem;
	align-items: center;
	column-gap: 3.3125rem;
	display: flex;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 842px;
	max-width: 52.625rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs {
		-moz-column-gap: 0.5rem;
		align-items: flex-start;
		column-gap: 0.5rem;
	}
}

.p-mv__media-programs-icon {
	flex-shrink: 0;
	max-width: 100%;
	position: relative;
	width: 135px;
	width: 8.4375rem;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs-icon {
		width: 71.5px;
		width: 4.46875rem;
	}
}

.p-mv__media-programs-icon img {
	-o-object-fit: contain;
	aspect-ratio: 135/124;
	height: auto;
	object-fit: contain;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs-icon img {
		aspect-ratio: 71.5/65;
	}
}

.p-mv__media-programs-text {
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	left: 45%;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	top: 48%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs-text {
		font-size: max(11px, 10px);
		font-size: max(0.6875rem, 10px);
	}
}

.p-mv__media-programs-list {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: flex;
	flex: 1;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs-list {
		-moz-column-gap: 0;
		column-gap: 0;
		flex-direction: column;
		justify-content: initial;
	}
}

.p-mv__media-programs-item {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 700;
	line-height: 1.6;
	padding-left: 18px;
	padding-left: 1.125rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs-item {
		font-size: max(13px, 10px);
		font-size: max(0.8125rem, 10px);
		padding-left: 14px;
		padding-left: 0.875rem;
	}
}

.p-mv__media-programs-item::before {
	background-color: #000000;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	width: 8px;
	width: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-mv__media-programs-item::before {
		height: 6px;
		height: 0.375rem;
		top: 8px;
		top: 0.5rem;
		width: 6px;
		width: 0.375rem;
	}
}

.p-mv__media-note {
	color: #000000;
	font-size: max(15px, 10px);
	font-size: max(0.9375rem, 10px);
	font-weight: 400;
	line-height: 1.2;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.p-mv__media-note {
		font-size: max(12px, 10px);
		font-size: max(0.75rem, 10px);
		line-height: 1.1666;
		margin-top: 16px;
		margin-top: 1rem;
		padding-right: 5px;
		padding-right: 0.3125rem;
	}
}

.p-overview {
	background-color: #fff;
	overflow: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 36px;
	padding-top: 2.25rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-overview {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
}

.p-overview::before,
.p-overview::after {
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	position: absolute;
	width: 351.47px;
	width: 21.966875rem;
}
@media screen and (max-width: 767px) {
	.p-overview::before,
	.p-overview::after {
		height: 194px;
		height: 12.125rem;
		width: 251px;
		width: 15.6875rem;
	}
}

.p-overview::before {
	background: url(../images/common/bg-dot03.webp) no-repeat center/contain;
	right: calc(50% - 55.5rem);
	top: 16.2%;
}
@media screen and (max-width: 767px) {
	.p-overview::before {
		right: calc(50% - 18.75rem);
		top: 10%;
	}
}

.p-overview::after {
	background: url(../images/common/bg-dot01.webp) no-repeat center/contain;
	bottom: -1%;
	left: calc(50% - 37.5rem);
}
@media screen and (max-width: 767px) {
	.p-overview::after {
		bottom: -1%;
		left: calc(50% - 16.25rem);
	}
}

.p-overview__main {
	position: relative;
	z-index: 10;
}

.p-overview__main::before,
.p-overview__main::after {
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	position: absolute;
	width: 351.47px;
	width: 21.966875rem;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.p-overview__main::before,
	.p-overview__main::after {
		height: 194px;
		height: 12.125rem;
		width: 251px;
		width: 15.6875rem;
	}
}

.p-overview__main::before {
	background: url(../images/common/bg-dot02.webp) no-repeat center/contain;
	left: calc(50% - 45.625rem);
	top: 27.8%;
}
@media screen and (max-width: 767px) {
	.p-overview__main::before {
		left: calc(50% - 21.875rem);
		top: 30%;
	}
}

.p-overview__main::after {
	background: url(../images/common/bg-dot02.webp) no-repeat center/contain;
	bottom: 21.8%;
	right: calc(50% - 50.625rem);
}
@media screen and (max-width: 767px) {
	.p-overview__main::after {
		bottom: 35%;
		right: calc(50% - 15.625rem);
	}
}

.p-overview__contents {
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-overview__contents {
		margin-top: 8px;
		margin-top: 0.5rem;
	}
}

.p-overview__section {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.p-overview__section:first-child {
	margin-top: 0;
}

.p-overview__section-title {
	border-left: 8px solid #97eebb;
	border-left: 0.5rem solid #97eebb;
	font-size: max(28px, 10px);
	font-size: max(1.75rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 8.5px 24px;
	padding: 0.53125rem 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-overview__section-title {
		border-left-width: 6px;
		border-left-width: 0.375rem;
		font-size: max(20px, 10px);
		font-size: max(1.25rem, 10px);
		padding: 8px 20px;
		padding: 0.5rem 1.25rem;
	}
}

.p-overview__section-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	gap: 1.875rem;
	margin-top: 64px;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-overview__section-content {
		gap: 20px;
		gap: 1.25rem;
		margin-top: 40px;
		margin-top: 2.5rem;
	}
}

.p-overview__row {
	display: flex;
	flex-direction: column;
	gap: 24px;
	gap: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-overview__row {
		gap: 16px;
		gap: 1rem;
	}
}

.p-overview__row-title {
	background-color: #dcf8da;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 16px;
	padding: 1rem;
}
@media screen and (max-width: 767px) {
	.p-overview__row-title {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
		padding: 12px 16px;
		padding: 0.75rem 1rem;
	}
}

.p-overview__row-body {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.78;
}
@media screen and (max-width: 767px) {
	.p-overview__row-body {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
	}
}

.p-overview__row-item {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
	.p-overview__row-item {
		padding-left: 1em;
		text-indent: -1em;
	}
}

.p-overview__row-item::before {
	content: '・';
}

.p-overview__awards {
	grid-gap: 24px;
	display: grid;
	gap: 24px;
	gap: 1.5rem;
	grid-template-areas: 'a a b c' 'd e f g';
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-overview__awards {
		gap: 16px;
		gap: 1rem;
		grid-template-areas: 'a a' 'b c' 'd e' 'f g';
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
	}
}

.p-overview__award:nth-child(1) {
	grid-area: a;
}

.p-overview__award:nth-child(2) {
	grid-area: b;
}

.p-overview__award:nth-child(3) {
	grid-area: c;
}

.p-overview__award:nth-child(4) {
	grid-area: d;
}

.p-overview__award:nth-child(5) {
	grid-area: e;
}

.p-overview__award:nth-child(6) {
	grid-area: f;
}

.p-overview__award:nth-child(7) {
	grid-area: g;
}

.p-overview__award-card {
	align-items: center;
	border-radius: 0.9375rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 12px 12.4px;
	padding: 0.625rem 0.75rem 0.775rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-overview__award-card {
		border-radius: 0.75rem;
		height: 100%;
		padding: 8px 12px 12px;
		padding: 0.5rem 0.75rem 0.75rem;
	}
}

.p-overview__award--grand .p-overview__award-card {
	background-color: #e6cb5f;
}
.p-overview__award--grand .p-overview__award-card::before {
	background-color: #fbe382;
}

.p-overview__award--silver .p-overview__award-card {
	background-color: #b2cfd2;
}
.p-overview__award--silver .p-overview__award-card::before {
	background-color: #d1e3e5;
}

.p-overview__award--bronze .p-overview__award-card {
	background-color: #dfae98;
}
.p-overview__award--bronze .p-overview__award-card::before {
	background-color: #fdd6c5;
}

.p-overview__award--grand .p-overview__award-card::before,
.p-overview__award--silver .p-overview__award-card::before,
.p-overview__award--bronze .p-overview__award-card::before {
	-webkit-mask-image: url(../images/top/award-bg.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	content: '';
	height: 192.45px;
	height: 12.028125rem;
	left: 50%;
	mask-image: url(../images/top/award-bg.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	max-width: 190.4px;
	max-width: 11.9rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-overview__award--grand .p-overview__award-card::before,
	.p-overview__award--silver .p-overview__award-card::before,
	.p-overview__award--bronze .p-overview__award-card::before {
		height: 150px;
		height: 9.375rem;
		max-width: 150px;
		max-width: 9.375rem;
	}
}

.p-overview__award--other .p-overview__award-card {
	background-color: #e1e4e1;
	height: 100%;
	padding: 8px 16px 27px;
	padding: 0.5rem 1rem 1.6875rem;
}
@media screen and (max-width: 767px) {
	.p-overview__award--other .p-overview__award-card {
		height: 100%;
		min-height: 120px;
		min-height: 7.5rem;
		padding: 8px 12px 20px;
		padding: 0.5rem 0.75rem 1.25rem;
	}
}

.p-overview__award-badge {
	background-color: #fff;
	border-radius: 6.25rem;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
	max-width: 200px;
	max-width: 12.5rem;
	padding: 7px 16px;
	padding: 0.4375rem 1rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-overview__award-badge {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		padding: 5px 10px;
		padding: 0.3125rem 0.625rem;
	}
}

.p-overview__award:nth-child(4) .p-overview__award-badge,
.p-overview__award:nth-child(6) .p-overview__award-badge {
	font-size: max(16px, 10px);
	font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
	.p-overview__award:nth-child(4) .p-overview__award-badge,
	.p-overview__award:nth-child(6) .p-overview__award-badge {
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
	}
}

.p-overview__award--other .p-overview__award-badge {
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.p-overview__award-detail {
	position: relative;
}

.p-overview__award--other .p-overview__award-detail {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-overview__award-detail-prize {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: max(91px, 10px);
	font-size: max(5.6875rem, 10px);
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-overview__award-detail-prize {
		font-size: max(60px, 10px);
		font-size: max(3.75rem, 10px);
	}
}

.p-overview__award-detail-prize span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: max(33.6px, 10px);
	font-size: max(2.1rem, 10px);
	margin-left: 4px;
	margin-left: 0.25rem;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.p-overview__award-detail-prize span {
		font-size: max(28px, 10px);
		font-size: max(1.75rem, 10px);
	}
}

.p-overview__award-detail-trophy {
	font-size: max(22px, 10px);
	font-size: max(1.375rem, 10px);
	font-weight: 700;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-overview__award-detail-trophy {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

@media screen and (max-width: 767px) {
	.p-overview__award--silver .p-overview__award-detail-trophy,
	.p-overview__award--bronze .p-overview__award-detail-trophy {
		font-size: max(14px, 10px);
		font-size: max(0.875rem, 10px);
	}
}

.p-overview__award--other .p-overview__award-detail-trophy {
	font-size: max(26px, 10px);
	font-size: max(1.625rem, 10px);
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-overview__award--other .p-overview__award-detail-trophy {
		font-size: max(20px, 10px);
		font-size: max(1.25rem, 10px);
	}
}

.p-overview__award--grand .p-overview__award-detail {
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.p-overview__organizers {
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	margin-top: 64px;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-overview__organizers {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
		margin-top: 40px;
		margin-top: 2.5rem;
	}
}

.p-schedule {
	background-color: #fff;
	overflow: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-schedule {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
}

.p-schedule::before,
.p-schedule::after {
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	position: absolute;
	width: 351.47px;
	width: 21.966875rem;
}
@media screen and (max-width: 767px) {
	.p-schedule::before,
	.p-schedule::after {
		height: 194px;
		height: 12.125rem;
		width: 251px;
		width: 15.6875rem;
	}
}

.p-schedule::before {
	background: url(../images/common/bg-dot01.webp) no-repeat center/contain;
	right: calc(50% - 53.75rem);
	top: 24%;
}
@media screen and (max-width: 767px) {
	.p-schedule::before {
		right: calc(50% - 16.25rem);
		top: 12%;
	}
}

.p-schedule::after {
	background: url(../images/common/bg-dot02.webp) no-repeat center/contain;
	bottom: 20%;
	left: calc(50% - 46.875rem);
}
@media screen and (max-width: 767px) {
	.p-schedule::after {
		bottom: 2%;
		left: calc(50% - 16.25rem);
	}
}

.p-schedule__main {
	position: relative;
	z-index: 10;
}

.p-schedule__content {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-schedule__cards {
	grid-gap: 38px;
	display: grid;
	gap: 38px;
	gap: 2.375rem;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
	.p-schedule__cards {
		gap: 30px;
		gap: 1.875rem;
		grid-template-columns: repeat(1, 1fr);
	}
}

.p-schedule__card {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	height: 100%;
	position: relative;
}

.p-schedule__card:not(:last-child)::before {
	background: url(../images/common/icon-arrow.svg) no-repeat center/contain;
	content: '';
	height: 30px;
	height: 1.875rem;
	position: absolute;
	right: -30px;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}
@media screen and (max-width: 767px) {
	.p-schedule__card:not(:last-child)::before {
		bottom: -11%;
		right: 48%;
		top: auto;
		top: initial;
		transform: rotate(90deg) translateX(50%);
	}
}

.p-schedule__card-header {
	background-color: #000000;
	border-left: 3px solid #000000;
	border-left: 0.1875rem solid #000000;
	border-radius: 1.25rem 1.25rem 0 0;
	border-right: 3px solid #000000;
	border-right: 0.1875rem solid #000000;
	border-top: 3px solid #000000;
	border-top: 0.1875rem solid #000000;
	padding: 22px 22px 14px;
	padding: 1.375rem 1.375rem 0.875rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-schedule__card-header {
		padding: 20px;
		padding: 1.25rem;
	}
}

.p-schedule__date {
	color: #fff;
	font-weight: 700;
}

.p-schedule__year {
	display: block;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-schedule__year {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
	}
}

.p-schedule__day {
	display: block;
	font-size: max(28px, 10px);
	font-size: max(1.75rem, 10px);
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-schedule__day {
		font-size: max(24px, 10px);
		font-size: max(1.5rem, 10px);
	}
}

.p-schedule__card-body {
	background-color: #fff;
	border-bottom: 3px solid #000000;
	border-bottom: 0.1875rem solid #000000;
	border-left: 3px solid #000000;
	border-left: 0.1875rem solid #000000;
	border-radius: 0 0 1.25rem 1.25rem;
	border-right: 3px solid #000000;
	border-right: 0.1875rem solid #000000;
	padding: 15px 19px 30px;
	padding: 0.9375rem 1.1875rem 1.875rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-schedule__card-body {
		padding: 20px;
		padding: 1.25rem;
	}
}

.p-schedule__title-text {
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-schedule__title-text {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

.p-schedule__cta {
	margin-top: 119px;
	margin-top: 7.4375rem;
}
@media screen and (max-width: 767px) {
	.p-schedule__cta {
		margin-top: 100px;
		margin-top: 6.25rem;
	}
}

.p-sponsor {
	background-color: #fff;
	overflow: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-sponsor {
		padding-bottom: 80px;
		padding-bottom: 5rem;
		padding-top: 60px;
		padding-top: 3.75rem;
	}
}

.p-sponsor::before,
.p-sponsor::after {
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	position: absolute;
	width: 351.47px;
	width: 21.966875rem;
}
@media screen and (max-width: 767px) {
	.p-sponsor::before,
	.p-sponsor::after {
		height: 194px;
		height: 12.125rem;
		width: 251px;
		width: 15.6875rem;
	}
}

.p-sponsor::before {
	background: url(../images/common/bg-dot01.webp) no-repeat center/contain;
	right: calc(50% - 29.0625rem);
	top: -22px;
	top: -1.375rem;
}
@media screen and (max-width: 767px) {
	.p-sponsor::before {
		right: calc(50% - 12.5rem);
	}
}

.p-sponsor::after {
	background: url(../images/common/bg-dot03.webp) no-repeat center/contain;
	bottom: 22px;
	bottom: 1.375rem;
	right: calc(50% - 45.625rem);
}
@media screen and (max-width: 767px) {
	.p-sponsor::after {
		bottom: 1%;
		right: calc(50% - 20rem);
	}
}

.p-sponsor__main {
	position: relative;
	z-index: 10;
}

.p-sponsor__main::before {
	background: url(../images/common/bg-dot02.webp) no-repeat center/contain;
	content: '';
	height: 294.49px;
	height: 18.405625rem;
	left: calc(50% - 45rem);
	position: absolute;
	top: 34%;
	width: 351.47px;
	width: 21.966875rem;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.p-sponsor__main::before {
		height: 194px;
		height: 12.125rem;
		left: calc(50% - 20.25rem);
		width: 251px;
		width: 15.6875rem;
	}
}

.p-sponsor__block {
	-moz-column-gap: 4rem;
	align-items: center;
	background-color: #fff;
	border: 2px solid #bbbbbb;
	border: 0.125rem solid #bbbbbb;
	border-radius: 1.875rem;
	column-gap: 4rem;
	display: flex;
	justify-content: space-between;
	margin-top: 64px;
	margin-top: 4rem;
	padding: 48px 44px 48px 43px;
	padding: 3rem 2.75rem 3rem 2.6875rem;
}
@media screen and (max-width: 767px) {
	.p-sponsor__block {
		flex-direction: column;
		margin-top: 40px;
		margin-top: 2.5rem;
		padding: 32px 24px;
		padding: 2rem 1.5rem;
		row-gap: 40px;
		row-gap: 2.5rem;
	}
}

.p-sponsor__title {
	flex-shrink: 0;
	font-size: max(20px, 10px);
	font-size: max(1.25rem, 10px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-sponsor__title {
		font-size: max(18px, 10px);
		font-size: max(1.125rem, 10px);
	}
}

.p-sponsor__list {
	grid-gap: 17.6px;
	align-items: center;
	display: grid;
	flex: 1;
	gap: 17.6px;
	gap: 1.1rem;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
	.p-sponsor__list {
		gap: 20px;
		gap: 1.25rem;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}
}

.p-sponsor__item img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-sponsor__item img {
		height: 100%;
	}
}

.p-sponsor__item:nth-child(2) img {
	aspect-ratio: 190/46;
}

.p-sponsor__item:nth-child(3) img {
	aspect-ratio: 162/64;
}

@media screen and (min-width: 768px) {
	.p-sponsor__item:nth-child(3) img {
		margin-left: -19px;
	}
}

.p-sponsor__item p {
	font-size: max(16px, 10px);
	font-size: max(1rem, 10px);
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-sponsor__item p {
		font-size: max(16px, 10px);
		font-size: max(1rem, 10px);
	}

	.p-sponsor__item:nth-child(2) img {
		aspect-ratio: 50 / 20;
	}
}

.u-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 90rem;
	width: 100%;
}

.u-pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
}

.u-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.u-sp {
		display: block;
	}
}
/*# sourceMappingURL=style.css.map */
