:root {
	--color-black: #111111;
	--color-white: #ffffff;
	--color-cream: #fff8ec;
	--color-orange: #ff7a18;
	--color-red: #e63618;
	--color-aqua: #28d8d2;
	--color-green: #13d01f;
	--color-yellow: #ffd93d;
	--color-pink: #ff4fb8;
	--font-base: "Noto Sans JP", system-ui, sans-serif;
	--font-display: "Barlow Condensed", "Noto Sans JP", sans-serif;
	--shadow-card: 12px 14px 0 rgba(17, 17, 17, 0.12);
	--radius-lg: 32px;
	--radius-md: 20px;
	--container: 1120px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-white);
	color: var(--color-black);
	font-family: var(--font-base);
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

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

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

ul,
ol {
	margin: 0;
	padding: 0;
}

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

.skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--color-black);
	color: var(--color-white);
}

.container {
	width: min(100% - 48px, var(--container));
	margin-inline: auto;
}

.container--narrow {
	width: min(100% - 48px, 860px);
}

.section-pad {
	padding: clamp(32px, 5vw, 64px) 0;
}

.section-noise {
	position: relative;
	overflow: hidden;
}

.section-noise::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.22;
	background-image:
		radial-gradient(circle at 12% 20%, var(--color-green) 0 4px, transparent 5px),
		radial-gradient(circle at 82% 18%, var(--color-pink) 0 5px, transparent 6px),
		radial-gradient(circle at 74% 76%, var(--color-yellow) 0 6px, transparent 7px);
	background-size: 120px 120px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgb(255 219 0 / 94%);
	border-bottom: 3px solid var(--color-black);
	backdrop-filter: blur(10px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	width: min(100% - 40px, 1240px);
	min-height: 74px;
	margin-inline: auto;
}

.custom-logo {
	max-width: 220px;
	height: auto;
}

.global-nav .menu,
.footer-nav .menu {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
}

.global-nav a {
	display: block;
	padding: 9px 13px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-family: var(--font-display);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.global-nav a:hover,
.global-nav a:focus-visible {
	border-color: var(--color-black);
	background: var(--color-yellow);
}

.global-nav .menu-item-application a {
	border-color: var(--color-black);
	background: var(--color-orange);
	color: var(--color-white);
	box-shadow: 4px 4px 0 var(--color-black);
}

.global-nav .menu-item-application a:hover,
.global-nav .menu-item-application a:focus-visible {
	background: var(--color-green);
	color: var(--color-black);
	transform: translate(2px, 2px);
	box-shadow: 2px 2px 0 var(--color-black);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 2px solid var(--color-black);
	border-radius: 999px;
	background: var(--color-white);
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--color-black);
}

.hero {
	position: relative;
	overflow: hidden;
	background: #ff523b url("../images/image02.png") center / cover no-repeat;
}

.hero::before {
	content: none;
}

.hero__inner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	width: min(100% - 12px, 1280px);
	min-height: auto;
	margin-inline: auto;
	padding: 0 0 clamp(18px, 2.4vw, 34px);
}

.hero__content {
	display: grid;
	justify-items: center;
	text-align: center;
}

.hero__title {
	position: relative;
	width: min(90%, 1120px);
	margin: 0;
	overflow: hidden;
}

.hero__title::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		transparent 34%,
		rgba(255, 255, 255, 0) 42%,
		rgba(255, 255, 255, 0.95) 49%,
		rgba(255, 255, 255, 0) 57%,
		transparent 66%
	);
	background-position: 135% 0;
	background-size: 240% 100%;
	filter: blur(2px);
	opacity: 0;
	pointer-events: none;
	-webkit-mask-image: url("../images/logo-shine-mask.png");
	mask-image: url("../images/logo-shine-mask.png");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	animation: tmf-logo-shine 1.2s ease-out 1.05s 1 both;
}

.hero__title img {
	width: 80%;
	margin-inline: auto;
	transform-origin: center;
	animation: tmf-logo-pop 0.9s cubic-bezier(0.18, 0.9, 0.24, 1.24) both;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: -22px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 17px 34px;
	border: 3px solid var(--color-black);
	border-radius: 999px;
	font-size: clamp(17px, 1.6vw, 22px);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 6px 6px 0 var(--color-black);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
	transform: translate(3px, 3px);
	box-shadow: 3px 3px 0 var(--color-black);
}

.button--primary {
	background: var(--color-green);
}

.section-heading {
	max-width: 780px;
	margin-bottom: 26px;
}

.section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.section-heading__eyebrow {
	margin: 0 0 8px;
	color: var(--color-black);
	font-family: var(--font-display);
	font-size: clamp(26px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
}

.section-heading h2,
.page-article__header h1 {
	margin: 0;
	font-size: clamp(30px, 4.5vw, 58px);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.intro {
	background: #00b8ff url("../images/back2.jpg") center / cover no-repeat;
	background-attachment: fixed;
}

.intro__grid {
	display: grid;
	justify-items: center;
}

.intro__text {
	position: relative;
	z-index: 2;
	width: min(100%, 920px);
	margin-inline: auto;
	padding: clamp(24px, 4vw, 44px);
	border: 3px solid var(--color-black);
	border-radius: var(--radius-lg);
	background: var(--color-cream);
	box-shadow: var(--shadow-card);
}

.intro__text p {
	margin: 0;
	font-size: clamp(17px, 1.45vw, 20px);
	font-weight: 500;
	line-height: 1.95;
}

.intro__text p + p {
	margin-top: 1.4em;
}

.editor-content {
	margin-top: 48px;
	padding: clamp(24px, 4vw, 40px);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.8);
}

.editor-content > *:first-child {
	margin-top: 0;
}

.editor-content > *:last-child {
	margin-bottom: 0;
}

.page-id-8 .container--narrow {
	width: min(100% - 48px, 1040px);
}

.page-id-8 .page-article__header {
	text-align: center;
}

.page-id-8 .section-heading__eyebrow,
.page-id-13 .section-heading__eyebrow {
	display: none;
}

.page-id-8 .editor-content {
	margin-top: 0;
	padding: clamp(22px, 4vw, 44px);
	border: 3px solid var(--color-black);
	border-radius: var(--radius-lg);
	background:
		radial-gradient(circle at 6% 8%, rgba(255, 79, 184, 0.14) 0 72px, transparent 74px),
		radial-gradient(circle at 94% 2%, rgba(40, 216, 210, 0.22) 0 86px, transparent 88px),
		var(--color-white);
	box-shadow: var(--shadow-card);
}

.wpcf7 form {
	margin: 0;
}

.wpcf7 table.inquiry {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 14px;
}

.wpcf7 table.inquiry tr {
	border-radius: 18px;
}

.wpcf7 table.inquiry th,
.wpcf7 table.inquiry td {
	padding: 18px;
	border: 3px solid var(--color-black);
	vertical-align: middle;
}

.wpcf7 table.inquiry th {
	width: 34%;
	border-right: 0;
	border-radius: 18px 0 0 18px;
	background: var(--color-yellow);
	text-align: left;
}

.wpcf7 table.inquiry td {
	border-radius: 0 18px 18px 0;
	background: var(--color-cream);
}

.wpcf7 table.inquiry th p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
}

.wpcf7 table.inquiry td p {
	margin: 0;
}

.wpcf7 .haveto {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	padding: 3px 8px;
	border: 2px solid var(--color-black);
	border-radius: 999px;
	background: var(--color-orange);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 3px solid var(--color-black);
	border-radius: 14px;
	background: var(--color-white);
	color: var(--color-black);
	font: inherit;
	font-weight: 700;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.16);
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.wpcf7 textarea {
	min-height: 160px;
	resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	outline: none;
	border-color: var(--color-orange);
	box-shadow: 6px 6px 0 var(--color-aqua);
	transform: translate(-1px, -1px);
}

.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 3px solid var(--color-black);
	border-radius: 999px;
	background: var(--color-white);
	font-weight: 900;
	cursor: pointer;
}

.wpcf7-list-item input {
	accent-color: var(--color-orange);
}

.wpcf7 .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 320px);
	min-height: 62px;
	margin-top: 24px;
	padding: 16px 32px;
	border: 3px solid var(--color-black);
	border-radius: 999px;
	background: var(--color-green);
	color: var(--color-black);
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 7px 7px 0 var(--color-black);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus-visible {
	transform: translate(3px, 3px);
	box-shadow: 4px 4px 0 var(--color-black);
}

.wpcf7 .wpcf7-spinner {
	vertical-align: middle;
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
}

.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 14px 18px;
	border: 3px solid var(--color-black);
	border-radius: 16px;
	background: var(--color-white);
	font-weight: 700;
}

.application-guidelines {
	margin-top: 24px;
	padding: 14px 16px;
	border: 2px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.55;
}

.application-guidelines p {
	margin: 0;
	font-weight: 500;
}

.application-guidelines > p + p {
	margin-top: 0.5em;
}

.page-id-8 .application-guidelines__list-scroll,
.page-id-8 .application-guidelines > ul {
	display: block;
	max-height: calc(1.55em * 10);
	margin: 0.6em 0 0;
	padding: 12px 16px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
}

.page-id-8 .application-guidelines__list-scroll::-webkit-scrollbar,
.page-id-8 .application-guidelines > ul::-webkit-scrollbar {
	width: 6px;
}

.page-id-8 .application-guidelines__list-scroll::-webkit-scrollbar-thumb,
.page-id-8 .application-guidelines > ul::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.35);
}

.page-id-8 .application-guidelines > ul {
	padding-left: calc(16px + 1.15em);
}

.application-guidelines__list-scroll ul {
	margin: 0;
	padding: 0 0 0 1.15em;
}

.application-guidelines ul {
	margin: 0;
	padding-left: 1.15em;
}

.application-guidelines ul ul {
	margin-top: 0.35em;
	padding-left: 1.1em;
}

.application-guidelines li {
	margin-top: 0.35em;
	font-weight: 500;
	line-height: 1.45;
}

.application-guidelines h2 {
	margin: 12px 0 6px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
}

.application-guidelines a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 6px 14px;
	border: 2px solid var(--color-black);
	background: var(--color-white);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
}

.privacy-page .container--narrow {
	width: min(100% - 48px, 920px);
}

.privacy-page__header {
	text-align: center;
}

.privacy-content {
	margin-top: 0;
	border: 3px solid var(--color-black);
	background: var(--color-white);
	box-shadow: var(--shadow-card);
}

.privacy-content section {
	padding-top: 28px;
	margin-top: 28px;
	border-top: 2px dashed rgba(17, 17, 17, 0.22);
}

.privacy-content h2 {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 12px;
	border: 3px solid var(--color-black);
	border-radius: 999px;
	background: var(--color-yellow);
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.35;
}

.privacy-content p {
	margin: 0;
	font-weight: 500;
	line-height: 1.95;
}

.privacy-content ul {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding-left: 1.2em;
	font-weight: 700;
}

.privacy-content address {
	margin-top: 14px;
	padding: 18px;
	border: 3px solid var(--color-black);
	border-radius: 18px;
	background: var(--color-cream);
	font-style: normal;
	font-weight: 700;
	line-height: 1.9;
}

.entry-area {
	position: relative;
	overflow: hidden;
	background: var(--color-orange);
	isolation: isolate;
}

.entry-area::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url("../images/oto.png") center / cover no-repeat;
	background-attachment: fixed;
	opacity: 0.55;
	mix-blend-mode: screen;
}

.entry .container,
.movie-entry .container,
.news .container {
	position: relative;
	z-index: 1;
}

.entry-panel {
	display: grid;
	gap: 24px;
	padding: clamp(26px, 4.5vw, 48px);
	border: 3px solid var(--color-black);
	border-radius: var(--radius-md);
	background: var(--color-white);
	box-shadow: 9px 9px 0 var(--color-black);
}

.entry-panel__title {
	margin: 0;
	font-size: clamp(32px, 5.4vw, 64px);
	font-weight: 900;
	line-height: 1.15;
}

.entry-period {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	width: fit-content;
	padding: 0 0 8px;
	border-bottom: 3px solid var(--color-black);
	color: var(--color-orange);
}

.entry-period h3,
.entry-period p {
	margin: 0;
	font-weight: 900;
	line-height: 1.35;
}

.entry-period h3 {
	font-size: clamp(24px, 2.8vw, 34px);
}

.entry-period p {
	font-size: clamp(22px, 2.6vw, 32px);
}

.entry__layout {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 24px;
}

.prize-card,
.news-card {
	border: 3px solid var(--color-black);
	border-radius: var(--radius-md);
	background: var(--color-white);
	box-shadow: 9px 9px 0 var(--color-black);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.prize-card:hover,
.news-card:hover {
	transform: translateY(-8px) rotate(-0.4deg);
	box-shadow: 13px 15px 0 var(--color-black);
}

.entry-block {
	padding: 22px;
	border-radius: 18px;
	background: rgba(255, 82, 59, 0.08);
}

.entry-block h3,
.prize-card h3,
.news-card h3 {
	margin: 0;
	font-size: clamp(20px, 2.3vw, 30px);
	font-weight: 900;
	line-height: 1.35;
}

.entry-block p {
	margin: 16px 0 0;
	font-weight: 700;
}

.entry-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 22px;
	padding: 12px 24px;
	border: 3px solid var(--color-black);
	border-radius: 999px;
	background: var(--color-yellow);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 6px 6px 0 var(--color-black);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-card__button:hover,
.entry-card__button:focus-visible {
	transform: translate(3px, 3px);
	box-shadow: 3px 3px 0 var(--color-black);
}

.note-list {
	display: grid;
	gap: 8px;
	margin-top: 16px;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
}

.note-list li::before {
	content: "※";
	margin-right: 2px;
}

.entry-detail-grid {
	display: grid;
	grid-template-columns: 1fr 2px 1fr;
	column-gap: clamp(28px, 4vw, 58px);
	align-items: start;
}

.entry-detail-grid::before {
	content: "";
	grid-column: 2;
	grid-row: 1;
	align-self: stretch;
	width: 2px;
	background: rgba(0, 0, 0, 0.32);
}

.category-list {
	display: grid;
	grid-column: 1;
	gap: 10px;
	padding: 8px 0;
	text-align: left;
}

.category-list__title {
	margin: 0;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 900;
	line-height: 1.35;
}

.category-list__items {
	margin: 0;
	font-size: clamp(15px, 1.45vw, 18px);
	font-weight: 900;
	line-height: 1.35;
}

.point-grid {
	display: grid;
	grid-column: 3;
	gap: 10px;
	padding: 8px 0;
}

.point-grid__title {
	margin: 0;
	text-align: left;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 900;
	line-height: 1.35;
}

.point-grid__items {
	display: grid;
	gap: 6px;
	margin: 0;
	padding-left: 1.1em;
}

.point-grid__items li {
	font-size: clamp(13px, 1.25vw, 15px);
	font-weight: 700;
	line-height: 1.65;
}

.point-grid__items strong {
	font-weight: 900;
}

.movie-entry {
	padding-top: 0;
}

.movie-entry__panel {
	padding: clamp(26px, 4.5vw, 48px);
	border: 3px solid var(--color-black);
	border-radius: var(--radius-md);
	background: var(--color-white);
	box-shadow: 9px 9px 0 var(--color-black);
}

.movie-entry__panel .section-heading {
	margin-inline: auto;
	margin-bottom: 24px;
}

.movie-entry__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.movie-entry__step {
	position: relative;
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 24px 20px;
	border-radius: 18px;
	background: rgba(255, 82, 59, 0.08);
}

.movie-entry__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -17px;
	z-index: 1;
	width: 28px;
	height: 28px;
	border-top: 5px solid var(--color-black);
	border-right: 5px solid var(--color-black);
	transform: translateY(-50%) rotate(45deg);
}

.movie-entry__number {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--color-orange);
	color: var(--color-white);
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 900;
}

.movie-entry__step h3 {
	margin: 0;
	font-size: clamp(20px, 2.3vw, 30px);
	font-weight: 900;
	line-height: 1.35;
}

.movie-entry__step p {
	margin: 0;
	font-weight: 700;
	line-height: 1.85;
}

.movie-entry__note {
	font-size: 13px;
}

.section-dark {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 217, 61, 0.08), rgba(255, 217, 61, 0.08)),
		url("../images/img01.png") center / cover no-repeat;
	background-attachment: fixed;
	color: var(--color-white);
}

.section-dark .container {
	position: relative;
	z-index: 1;
}

.prize__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.prize-card {
	padding: 30px 24px;
	color: var(--color-black);
}

.prize-card p {
	display: inline-block;
	margin: 0 0 14px;
	padding: 4px 10px;
	background: var(--color-orange);
	color: var(--color-white);
	font-family: var(--font-display);
	font-weight: 900;
	line-height: 1;
}

.prize-card span {
	display: block;
	margin-top: 12px;
	font-weight: 800;
}

.section-note {
	margin: 28px 0 0;
	color: var(--color-black);
	text-align: center;
	font-weight: 700;
}

.final {
	position: relative;
	overflow: hidden;
	background: url("../images/img002.png") center / cover no-repeat;
}

.final::after {
	content: "♫";
	position: absolute;
	right: 8vw;
	top: 54px;
	color: rgba(255, 79, 184, 0.32);
	font-size: clamp(70px, 11vw, 150px);
	font-weight: 900;
	line-height: 1;
}

.final__container {
	position: relative;
	z-index: 1;
}

.final__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
	align-items: center;
	gap: clamp(30px, 6vw, 72px);
}

.final__content {
	min-width: 0;
}

.final-title {
	display: block;
	width: min(100%, 620px);
	margin: 0 auto clamp(24px, 4vw, 42px);
	text-align: center;
}

.final-title img {
	width: 100%;
	margin-inline: auto;
}

.info-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.info-list div {
	display: grid;
	grid-template-columns: 104px 1fr;
	gap: 16px;
	padding: 16px 18px;
	border: 3px solid var(--color-black);
	background: var(--color-white);
}

.info-list dt {
	font-weight: 900;
}

.info-list dd {
	margin: 0;
	font-weight: 800;
}

.mc-card {
	position: relative;
	justify-self: center;
	width: min(100%, 460px);
	margin: 0;
}

.mc-card img {
	width: 100%;
	max-height: none;
	object-fit: contain;
}

.section-aqua {
	position: relative;
	overflow: hidden;
	background: var(--color-aqua);
}

.news__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.news-card {
	overflow: hidden;
}

.news-card img {
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
	border-bottom: 3px solid var(--color-black);
}

.news-card div {
	padding: 22px;
}

.news-card time {
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 900;
}

.news-card p {
	margin: 10px 0 0;
	font-weight: 700;
}

.site-footer {
	padding: 54px 0 34px;
	background: #1b48a9;
	color: var(--color-white);
}

.site-footer__inner {
	width: min(100% - 48px, var(--container));
	margin-inline: auto;
	text-align: center;
}

.site-footer__logo {
	display: block;
	margin-bottom: 12px;
	color: var(--color-white);
	font-family: var(--font-display);
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.25;
}

.site-footer p {
	margin: 0;
	font-size: 13px;
}

.footer-nav {
	margin-top: 24px;
}

.footer-nav .menu {
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.footer-nav a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-footer__copy {
	margin-top: 28px !important;
	opacity: 0.7;
}

.page-main {
	background: var(--color-cream);
}

.page-article__header {
	margin-bottom: 32px;
}

.js .hero__title,
.js .hero__actions,
.js .section-heading,
.js .intro__text,
.js .entry-panel,
.js .movie-entry__panel,
.js .prize-card,
.js .info-list > div,
.js .mc-card {
	opacity: 0;
	transform: translateY(46px) rotate(-1.5deg) scale(0.96);
}

.tmf-reveal {
	opacity: 0;
	transform: translateY(46px) rotate(-1.5deg) scale(0.96);
	transition:
		opacity 0.78s ease var(--reveal-delay, 0ms),
		transform 0.78s cubic-bezier(0.18, 0.9, 0.24, 1.18) var(--reveal-delay, 0ms);
}

.mc-card.tmf-reveal {
	transform: translateY(46px) scale(0.96);
}

.hero__actions.tmf-reveal {
	transition-delay: 0.55s;
}

.tmf-reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.js .tmf-reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.tmf-reveal:nth-child(even) {
	transform: translateX(34px) translateY(28px) rotate(1.5deg) scale(0.96);
}

.tmf-reveal:nth-child(even).is-visible {
	transform: translateX(0) translateY(0) rotate(0) scale(1);
}

.mc-card.tmf-reveal.is-visible,
.mc-card.tmf-reveal:nth-child(even).is-visible {
	transform: translateY(0) scale(1);
}

@keyframes tmf-logo-pop {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(0.9) rotate(-1deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(0);
	}
}

@keyframes tmf-logo-shine {
	0% {
		background-position: 135% 0;
		opacity: 0;
	}
	18% {
		opacity: 0.95;
	}
	100% {
		background-position: -45% 0;
		opacity: 0;
	}
}

@media (max-width: 1023px) {
	.site-header__inner {
		min-height: 66px;
	}

	.menu-toggle {
		display: block;
	}

	.global-nav {
		position: absolute;
		left: 20px;
		right: 20px;
		top: calc(100% + 10px);
		display: none;
		padding: 16px;
		border: 3px solid var(--color-black);
		border-radius: 20px;
		background: var(--color-white);
		box-shadow: 8px 8px 0 var(--color-black);
	}

	.global-nav.is-open {
		display: block;
	}

	.global-nav .menu {
		display: grid;
		gap: 6px;
	}

	.global-nav .menu-item-application a {
		text-align: center;
	}

	.hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.final__body {
		grid-template-columns: 1fr;
	}

	.mc-card {
		width: min(100%, 420px);
		margin-inline: auto;
	}

	.movie-entry__steps {
		grid-template-columns: 1fr;
	}

	.movie-entry__step:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: -18px;
		transform: translateX(50%) rotate(135deg);
	}
}

@media (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.75;
	}

	.section-dark {
		background-attachment: scroll;
	}

	.container,
	.container--narrow,
	.site-footer__inner {
		width: min(100% - 32px, var(--container));
	}

	.site-header__inner {
		width: min(100% - 28px, 1240px);
	}

	.hero::before {
		height: 62.5vw;
		opacity: 1;
	}

	.hero__inner {
		width: min(100% - 8px, 1280px);
		padding: 0 0 22px;
	}

	.hero__title {
		width: 90%;
	}

	.hero__title img {
		width: 80%;
	}

	.hero__actions {
		display: grid;
		margin-top: -16px;
	}

	.button {
		width: 100%;
		min-height: 62px;
	}

	.entry__layout,
	.movie-entry__steps,
	.prize__grid,
	.news__grid {
		grid-template-columns: 1fr;
	}

	.entry-detail-grid {
		grid-template-columns: 1fr;
		row-gap: 20px;
		column-gap: 0;
	}

	.entry-detail-grid::before {
		content: none;
	}

	.entry-detail-grid .category-list,
	.entry-detail-grid .point-grid {
		grid-column: 1;
		width: 100%;
	}

	.entry-detail-grid .category-list {
		padding-bottom: 16px;
		border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	}

	.entry-detail-grid .point-grid {
		padding: 0;
	}

	.entry-panel,
	.movie-entry__panel,
	.prize-card,
	.news-card {
		box-shadow: 6px 6px 0 var(--color-black);
	}

	.info-list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.page-id-8 .container--narrow {
		width: min(100% - 28px, 1040px);
	}

	.page-id-8 .editor-content {
		padding: 18px;
	}

	.wpcf7 table.inquiry,
	.wpcf7 table.inquiry tbody,
	.wpcf7 table.inquiry tr,
	.wpcf7 table.inquiry th,
	.wpcf7 table.inquiry td {
		display: block;
		width: 100%;
	}

	.wpcf7 table.inquiry {
		border-spacing: 0;
	}

	.wpcf7 table.inquiry tr {
		margin-bottom: 16px;
		border: 3px solid var(--color-black);
		border-radius: 18px;
		background: var(--color-cream);
		overflow: hidden;
	}

	.wpcf7 table.inquiry th,
	.wpcf7 table.inquiry td {
		border: 0;
		border-radius: 0;
	}

	.wpcf7 table.inquiry th {
		padding: 14px 16px;
	}

	.wpcf7 table.inquiry td {
		padding: 16px;
	}

	.wpcf7-checkbox {
		display: grid;
	}

	.wpcf7-list-item label {
		width: 100%;
	}

	.wpcf7 .wpcf7-submit {
		width: 100%;
	}
}
