/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

:root {
	--font-noto-sans-jp: "Noto Sans JP", sans-serif;
	--font-m-plus-rounded-1c: "M PLUS Rounded 1c", sans-serif;
	--font-kozuka-gothic-pr6n: "kozuka-gothic-pr6n", sans-serif;
	--font-hiragino-kaku-gothic-pron: "hiragino-kaku-gothic-pron", sans-serif;
	--font-hina-mincho: "Hina Mincho", serif;
}

/********************************
* カラー
********************************/

:root {
	--color-base: #333;
	--color-black02: #0E2E46;
	--color-black03: #102F48;
	--color-background: #fff;
	--color-white: #fff;
	--color-yellow: #f7e060;
	--color-red: #d5333b;
	--color-sky-blue: #2f9ed0;
	--color-sky-blue02: #29a9e0;
	--color-sky-blue03: #daeef7;
	--color-sky-blue04: #2F76B0;
	--color-visited: #800080;
}

/********************************
* イージング
********************************/

:root {
	--ease-cubic-main: cubic-bezier(0.45, 0.05, 0.5, 1);
}

html {
	font-size: 16px;
	scroll-padding-top: 5.625rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	word-break: break-all;
}

a:hover {
	opacity: 0.8;
}

/* img */

/* ============================================ */

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.l-404 {
	margin-block: 5rem 7.5rem;
}

.l-about {
	margin-top: 6.5625rem;
}

.l-breadcrumb {
	margin-top: 10.125rem;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 50;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(1200px + 6.6666%);
	padding-left: 3.3333%;
	padding-right: 3.3333%;
	width: 100%;
}

.l-scroll-top {
	bottom: 0.625rem;
	position: fixed;
	right: 0.625rem;
}

.l-section {
	margin-block: 2.8125rem;
}

.l-top-access01 {
	padding-block: 4.375rem 18.125rem;
}

.l-top-access02 {
	padding-block: 11.25rem 10rem;
}

.c-accordion {
	border: 0.125rem solid #333;
}

.c-accordion summary::-webkit-details-marker {
	display: none;
}

.c-accordion__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #333;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.c-accordion__icon i {
	font-size: 1rem;
	position: relative;
	right: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-accordion.is-open .c-accordion__icon i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.c-accordion__content {
	background: #fff;
	color: #333;
	font-size: 1.125rem;
	overflow: hidden;
	text-decoration: none;
}

.c-accordion__content-inner {
	padding: 1.25rem 2.5rem;
}

/* .c-accordion--type1 */

.c-accordion--type1 .c-accordion__title {
	background: #fff;
	color: #333;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.c-accordion--type1 .c-accordion__icon i {
	font-size: 1.25rem;
}

/* .c-accordion--type2 */

.c-accordion--type2 .c-accordion__title {
	position: relative;
}

.c-accordion--type2 .c-accordion__icon::before,
.c-accordion--type2 .c-accordion__icon::after {
	background: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 0.9375rem;
}

.c-accordion--type2 .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.c-accordion--type2.is-open .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

.c-breadcrumb {
	padding-block: 0.625rem;
}

.c-breadcrumb__inner {
	max-width: calc(73.75rem + 6.6666%);
}

.c-breadcrumb__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-breadcrumb__item a {
	text-transform: capitalize;
}

.c-breadcrumb__item {
	display: inline-block;
	font-size: 1.375rem;
	line-height: normal;
	margin-right: 1.875rem;
	position: relative;
}

.c-breadcrumb__item:not(:last-child)::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: #0E2E46;
	background-color: var(--color-black02);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1.25rem;
	position: absolute;
	right: -1.1875rem;
	top: 58%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.625rem;
}

.c-button {
	background: #333;
	border: 0.0625rem solid #333;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	max-width: 100%;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-button:hover {
	background: #fff;
	color: #333;
}

.c-button--arrow {
	padding-right: 3.125rem;
	position: relative;
}

.c-button--arrow::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-button01 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	background-color: var(--color-white);
	border: 0.0625rem solid #333;
	border: 0.0625rem solid var(--color-base);
	border-radius: 100vmax;
	color: #333;
	color: var(--color-base);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.375rem;
	height: 4.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.2;
	max-width: 24.5625rem;
	-webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	width: 100%;
}

.c-button01._yellow {
	background-color: #f7e060;
	background-color: var(--color-yellow);
	border-color: transparent;
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
}

.c-button01._header {
	font-size: 1.125rem;
	font-weight: 900;
	height: 3rem;
	width: 9.25rem;
}

.c-button02 {
	border-bottom: 0.0625rem solid #333;
	border-bottom: 0.0625rem solid var(--color-base);
	color: #333;
	color: var(--color-base);
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}

.c-button02._white {
	border-bottom: 0.0625rem solid #fff;
	border-bottom: 0.0625rem solid var(--color-white);
	color: #fff;
	color: var(--color-white);
}

.c-card__body {
	padding: 0.9375rem;
}

.c-card__time {
	font-size: 0.875rem;
}

.c-card__title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.c-card__text {
	margin-top: 0.625rem;
}

.c-card--shadow {
	-webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
}

.c-card--horizon {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 80%;
	grid-template-columns: 20% 80%;
}

.c-card--horizon .c-card__body {
	padding: 0.625rem 0.9375rem;
}

.c-card01 {
	background: rgba(226, 241, 248, 0.8);
	border-radius: 2.5rem;
	height: 24.875rem;
	overflow: visible;
	padding-block: 1rem 3.75rem;
	position: relative;
	width: 100%;
}

.c-card01:before {
	background-image: url(../images/about/card-border@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: -0.75rem;
	pointer-events: none;
	position: absolute;
	top: -0.75rem;
	width: 100%;
}

.c-card01__imageBlock {
	padding-inline: 2.125rem 2.625rem;
}

.c-card01__heading {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.c-card01__overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url(../images/about/eventcard-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	inset: -0.375rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	opacity: 0;
	padding: 0.5rem 1.25rem;
	position: absolute;
	-webkit-transition: opacity 0.4s cubic-bezier(0.45, 0.05, 0.5, 1), visibility 0.4s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.4s cubic-bezier(0.45, 0.05, 0.5, 1), visibility 0.4s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.4s var(--ease-cubic-main), visibility 0.4s var(--ease-cubic-main);
	transition: opacity 0.4s var(--ease-cubic-main), visibility 0.4s var(--ease-cubic-main);
	visibility: hidden;
	z-index: 1;
}

.c-card01__overlay::before {
	content: "";
	inset: 0.25rem;
	pointer-events: none;
	position: absolute;
}

.c-card01__overlayTitle {
	color: #102F48;
	color: var(--color-black03);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.c-card01__overlayText {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.75rem;
	text-align: left;
	width: 100%;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2rem transparent;
	        box-shadow: 0 0 2rem transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 3.125rem;
	z-index: 200;
}

.c-drawer__line {
	font-size: 0;
}

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
	background-color: #fff;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.5625rem;
}

.c-drawer__line::before {
	bottom: 0.5rem;
}

.c-drawer__line::after {
	top: 0.5rem;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line {
	background-color: transparent;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-drawer__modal {
	background: #2f9ed0;
	background: var(--color-sky-blue);
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

.c-drawer__modal.is-open {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.c-drawer__dialog {
	-ms-overflow-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100dvh;
	left: 50%;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	position: absolute;
	scrollbar-width: none;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100vw;
}

.c-drawer__lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	padding-block: 1.25rem 7.5rem;
}

.c-drawer__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-drawer__link {
	color: #333;
	color: #fff;
	color: var(--color-white);
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	padding-block: 1.25rem;
	text-align: center;
	text-transform: capitalize;
}

.c-drawer__linkText {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
}

/* c-drawer--open-right */

.c-drawer--open-right .c-drawer__modal {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transform: translateY(3.875rem);
	        transform: translateY(3.875rem);
}

.c-drawer--open-right .c-drawer__modal.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transform: translateY(3.875rem);
	        transform: translateY(3.875rem);
}

/* c-drawer--open-left */

.c-drawer--open-left .c-drawer__modal {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.c-drawer--open-left .c-drawer__modal.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* c-drawer--open-top */

.c-drawer--open-top .c-drawer__modal {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.c-drawer--open-top .c-drawer__modal.is-open {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.c-food {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	gap: 1.25rem;
	height: 19.8125rem;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.c-food__wrapper {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 100%;
}

.c-food__wrapperImage {
	display: block;
	overflow: hidden;
}

.c-food__wrapperImage._large {
	aspect-ratio: 459/317;
	height: 100%;
	width: auto;
}

.c-food__wrapperImage._medium {
	aspect-ratio: 316/316;
	height: 100%;
	width: auto;
}

.c-food__wrapperImage._small {
	aspect-ratio: 146/146;
	height: 100%;
	width: auto;
}

.c-food__wrapperImage img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-food__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	gap: 1.625rem;
	height: 100%;
	width: 9.125rem;
}

.c-food__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-height: 0;
}

.c-food__contentImage {
	display: block;
	overflow: hidden;
}

.c-food__contentImage._large {
	aspect-ratio: 459/317;
	height: 100%;
	width: auto;
}

.c-food__contentImage._medium {
	aspect-ratio: 316/316;
	height: 100%;
	width: auto;
}

.c-food__contentImage._small {
	aspect-ratio: 146/146;
	height: 100%;
	width: auto;
}

.c-food__contentImage img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-heading {
	font-weight: bold;
}

.c-heading--2 {
	border-bottom: 0.1875rem solid #333;
	font-size: 1.5rem;
	padding-block: 0.625rem;
}

.c-heading--3 {
	border-left: 0.3125rem solid #333;
	font-size: 1.25rem;
	padding: 0.3125rem 0 0.3125rem 0.625rem;
}

.c-heading01 {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-heading01._end {
	text-align: end;
}

.c-heading01._uppercase {
	text-transform: uppercase;
}

.c-heading01._center {
	text-align: center;
}

.c-heading01._accent .c-heading01__lead {
	position: relative;
}

.c-heading01__lead {
	-webkit-text-stroke: 0.375rem #daeef7;
	-webkit-text-stroke: 0.375rem var(--color-sky-blue03);
	color: #102F48;
	color: var(--color-black03);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 4.3125rem;
	font-weight: 700;
	gap: 2.5rem;
	line-height: normal;
	paint-order: stroke fill;
	text-transform: capitalize;
}

.c-heading01._accent .c-heading01__lead::after {
	background-color: #102F48;
	background-color: var(--color-black03);
	content: "";
	display: block;
	height: 70%;
	left: 48.4%;
	position: absolute;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.5rem;
	z-index: 1;
}

.c-heading01._accent .c-heading01__lead::before {
	background-color: #daeef7;
	background-color: var(--color-sky-blue03);
	content: "";
	display: block;
	height: 75%;
	left: 48.4%;
	position: absolute;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.875rem;
	z-index: 1;
}

.c-heading01__text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#0075BC), color-stop(36%, #006AAC), color-stop(64%, #005B95), color-stop(99%, #003974));
	background: linear-gradient(90deg, #0075BC 0%, #006AAC 36%, #005B95 64%, #003974 99%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-family: var(--font-kozuka-gothic-pr6n);
	font-size: 2rem;
	font-weight: 600;
}

.c-heading02 {
	-webkit-text-stroke: 0.375rem #daeef7;
	-webkit-text-stroke: 0.375rem var(--color-sky-blue03);
	color: #102F48;
	color: var(--color-black03);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 4.3125rem;
	font-weight: 700;
	gap: 2.5rem;
	line-height: normal;
	paint-order: stroke fill;
	text-transform: capitalize;
}

.c-list,
.c-list li ul {
	list-style-type: disc;
	padding-left: 1.875rem;
	padding-right: 0.625rem;
}

.c-list li {
	margin-bottom: 0.9375rem;
}

.c-list li ul li {
	margin-top: 0.9375rem;
}

.c-list--decimal,
.c-list--decimal li ul {
	list-style-type: decimal;
}

.c-list--arrow-start,
.c-list--arrow-start li ul {
	list-style-type: none;
}

.c-list--arrow-start li {
	position: relative;
}

.c-list--arrow-start li::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.75rem;
	font-weight: 900;
	left: -1rem;
	position: absolute;
	top: 0.125rem;
}

.c-lower-head {
	height: 28.75rem;
	position: relative;
}

.c-lower-head::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(90, 90, 90)));
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(90, 90, 90));
	content: "";
	height: 9.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-lower-head__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-lower-head__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	left: 50%;
	margin-inline: auto;
	max-width: 48.75rem;
	padding-inline: 3.3333%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-lower-head__title {
	-ms-writing-mode: tb-rl;
	background: #333;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.0625rem;
	height: 19.375rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	letter-spacing: 0.3125rem;
	padding-block: 0.3125rem;
	padding-top: 1.25rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.c-modal {
	padding: 6.25rem 0;
}

.c-modal__inner {
	margin: 0 auto;
	padding: 0 1.25rem;
	width: min(100%, 70rem);
}

.c-modal__cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-modal__card {
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	width: calc((100% - 4rem) / 3);
}

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

.c-modal__trigger {
	cursor: pointer;
}

.c-modal__card:nth-child(3n-1),
.c-modal__card:nth-child(3n) {
	margin-left: 2rem;
}

.c-modal-card__image {
	position: relative;
}

.c-modal-card__image:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.c-modal-card__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-modal-card__content {
	margin-top: 1.875rem;
}

.c-modal-card__title {
	text-align: center;
}

/* モーダル本体 */

.c-modal__wrapper {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.c-modal__layer {
	background: rgba(50, 50, 50, 0.85);
	cursor: pointer;
	height: 100%;
}

.c-modal__container {
	background: #fff;
	height: calc(100% - 2.5rem);
	left: 50%;
	padding: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: min(100% - 2.5rem, 62.5rem);
}

.c-modal__inner-content {
	height: 100%;
	padding: 5rem 1.25rem 1.25rem;
	position: relative;
}

.c-modal__close {
	background: rgb(50, 50, 50);
	cursor: pointer;
	height: 2.75rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	width: 2.75rem;
}

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

.c-modal__close:before,
.c-modal__close:after {
	background: #fff;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.25rem;
}

.c-modal__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */

.c-profile__group {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-profile__image {
	position: relative;
	width: 25rem;
}

.c-profile__image:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.c-profile__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-profile__content {
	padding-left: 2.5rem;
	width: calc(100% - 25rem);
}

.c-profile__title {
	font-size: 1.125rem;
}

.c-profile__text {
	line-height: 2;
	margin-top: 1.875rem;
}

.c-mv {
	height: 38.9375rem;
	overflow-x: clip;
	position: relative;
}

.c-mv::before {
	background-image: url(../images/top/mv-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 3.75rem;
	content: "";
	height: 100%;
	left: 0rem;
	position: absolute;
	width: 100%;
}

.c-mv::after {
	background-image: url(../images/top/mv-backgeound-bottom@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 4.625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-mv__inner {
	height: 29.4375rem;
	padding-top: 10.4375rem;
	position: relative;
	z-index: 1;
}

.c-mv__inner::before {
	background-image: url(../images/top/mv-lerft@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: min(27.3125rem, 30.3472222222vw);
	left: calc(50% - min(46.125rem, 58%));
	position: absolute;
	top: 72%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: min(22.6875rem, 25.2083333333vw);
	z-index: -1;
}

.c-mv__inner::after {
	background-image: url(../images/top/mv-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: min(29.125rem, 32.3611111111vw);
	position: absolute;
	right: calc(50% - min(43.125rem, 53%));
	top: 72%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: min(20.1875rem, 22.4305555556vw);
	z-index: -1;
}

.c-mv__contents {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: auto;
	max-width: 61.9375rem;
	width: 100%;
}

.c-mv__logo {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 16.5rem;
}

.c-mv__logoImg {
	height: auto;
	width: 100%;
}

.c-mv__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.c-mv__infoRow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.c-mv__infoRow--bottom {
	gap: 1.25rem;
}

.c-mv__date {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.c-mv__dateItem {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25rem;
}

.c-mv__dateNum {
	color: #d5333b;
	color: var(--color-red);
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 4.3125rem;
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 1;
}

.c-mv__dateDay {
	color: #d5333b;
	color: var(--color-red);
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 2.4375rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.c-mv__place {
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 3.5625rem;
	font-weight: 700;
	line-height: 1;
}

.c-mv__time {
	color: #d5333b;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 3.875rem;
	font-weight: 700;
	line-height: 1;
}

.c-mv__badge {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #f7e060;
	background: var(--color-yellow);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1.5625rem;
	height: 3.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	max-width: 18.75rem;
	padding: 0.5rem 1rem;
	width: 100%;
}

.c-scroll-top {
	display: inline-block;
}

.c-tab__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	margin: 0 auto;
	max-width: 37.5rem;
}

.c-tab__menuItem {
	background-color: #BEBEBE;
	border: none;
	color: #888888;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.125rem;
	padding: 1.25rem 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/* 追加: 各言語/ツールのテーマカラーの線 */

.c-tab__menuItem::before {
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-tab__menuItem:nth-of-type(1)::before {
	background-color: #e34f26;
}

.c-tab__menuItem:nth-of-type(2)::before {
	background-color: #264de4;
}

.c-tab__menuItem:nth-of-type(3)::before {
	background-color: #f7df1e;
}

.c-tab__menuItem:nth-of-type(4)::before {
	background-color: #88ce02;
}

/* 選択されたタブの表示 */

.js-tab-active {
	background-color: #fff;
	color: #333;
}

/* 選択されたタブの線を表示 */

.js-tab-active::before {
	opacity: 1;
}

.c-tab__content {
	font-size: 1.125rem;
	margin: 0 auto;
	max-width: 37.5rem;
	position: relative;
}

.c-tab__contentItem {
	background-color: #f9f9f9;
	border: 0.0625rem solid #ddd;
	border-top: none;
	display: none;
	padding: 1.25rem;
}

.c-tab__contentItem:nth-of-type(1) {
	display: block;
}

.c-tab__contentItem img {
	height: auto;
	margin-right: 0.625rem;
	width: 6.25rem;
}

.c-tab__contentItem p {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.c-text {
	font-size: 1.0625rem;
	letter-spacing: -0.0625rem;
	line-height: 2.4705882353;
	text-align: justify;
}

.c-text__name {
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-weight: bold;
}

.c-vertical-line {
	background: #333;
	height: 6.25rem;
	margin-inline: auto;
	width: 0.0625rem;
}

.c-wave__image {
	aspect-ratio: 513/47;
	display: block;
	margin-inline: auto;
	max-width: 32.0625rem;
	overflow: hidden;
	width: 100%;
}

.c-wave__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #FAFAFA;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(192, 44, 44, 0.5) inset;
	        box-shadow: 0px 0px 5px 0px rgba(192, 44, 44, 0.5) inset; /*↓リセットCSS */
	font-family: inherit;
	font-size: 1.125rem;
	padding: 0.9375rem 0.75rem;
	resize: vertical; /*↓カスタム */
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	width: 100%;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

[type=tel] {
	width: 100%;
}

[type=radio] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=radio]:focus + span::before {
	border-color: #391E88;
	-webkit-box-shadow: 0 0 0 2px rgba(57, 30, 136, 0.3);
	        box-shadow: 0 0 0 2px rgba(57, 30, 136, 0.3);
}

[type=radio]:checked + span::after {
	background: #391E88;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	border: 1px solid #58330D;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox]:focus + span::before {
	border-color: #58330D;
	-webkit-box-shadow: 0 0 0 2px rgba(88, 51, 13, 0.3);
	        box-shadow: 0 0 0 2px rgba(88, 51, 13, 0.3);
}

[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #f00;
	border-left: 2px solid #f00;
	content: "";
	display: block;
	height: 0.375rem;
	left: 2px;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1; /*チェックマークじゃない場合は以下を変更する*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.875rem;
}

select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-color: #FAFAFA;
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0; /*↓リセットCSS */
	border-radius: 0.25rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding: 0.9375rem 0.75rem;
	width: 100%; /*↓カスタム */
}

select:focus {
	border: 1px solid #391E88;
}

[type=date] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	position: relative; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 15.9375rem;
	width: 100%;
}

/* フォーム7　ボタンの余白削除 */

.wpcf7-spinner {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: orange;
	border: 0.0625rem solid orange;
	border-radius: 3.125rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	height: 2.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	margin-inline: 0.5rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.75rem;
}

.wp-pagenavi span.current {
	background: orange;
	border: none;
	color: #fff;
}

.wp-pagenavi .previouspostslink {
	background: transparent;
	border: 0.125rem solid orange;
	margin-right: 0.5rem;
	position: relative;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/arrow-icon-left.svg);
	background: orange;
	content: "";
	height: 0.6875rem;
	left: 50%;
	mask-image: url(../images/common/arrow-icon-left.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.625rem;
}

.wp-pagenavi .previouspostslink::before {
	left: 48%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.wp-pagenavi .nextpostslink::before {
	left: 52%;
}

.wp-pagenavi .nextpostslink {
	background: transparent;
	border: 0.125rem solid orange;
	margin-left: 0.5rem;
	position: relative;
}

.p-404 {
	text-align: center;
	word-break: auto-phrase;
}

.p-404__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 150%;
}

.p-404__text {
	font-size: 1.125rem;
	line-height: 150%;
	margin-top: 2rem;
}

.p-404__button {
	margin-top: 3.75rem;
}

.p-about {
	padding-block: 5rem 7.5rem;
}

.p-about__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
}

.p-about__heading {
	-webkit-text-stroke: 0.4375rem #daeef7;
	-webkit-text-stroke: 0.4375rem var(--color-sky-blue03);
	color: #102F48;
	color: var(--color-black03);
	font-size: 4.3125rem;
	font-weight: 900;
	gap: 2.5rem;
	line-height: normal;
	paint-order: stroke fill;
	text-align: center;
}

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

.p-about__list {
	background-color: #fff;
	background-color: var(--color-white);
	border: 0.75rem solid #29a9e0;
	border: 0.75rem solid var(--color-sky-blue02);
	border-radius: 2.5rem;
	overflow: hidden;
	padding: 1.25rem;
}

.p-about__item {
	grid-gap: 1.25rem;
	background-image: repeating-linear-gradient(90deg, #000000, #000000 3px, transparent 3px, transparent 6px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 0.125rem;
	display: -ms-grid;
	display: grid;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-family: var(--font-hiragino-kaku-gothic-pron);
	gap: 1.25rem;
	-ms-grid-columns: 10.625rem 1fr;
	grid-template-columns: 10.625rem 1fr;
	padding-block: 1.5rem;
}

.p-about__item:last-child {
	background-image: none;
}

.p-about__term {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-about__description {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-cards {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

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

.p-component__preview {
	margin-top: 1.25rem;
}

.p-contest {
	padding-top: 7.5rem;
}

.p-contest__inner.l-inner {
	max-width: calc(75rem + 6.6666%);
}

.p-contest__heading {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contest__heading::before {
	background-color: #fff;
	background-color: var(--color-white);
	content: "";
	height: 3.625rem;
	left: -1.625rem;
	position: absolute;
	rotate: -33deg;
	top: 54%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.1875rem;
}

.p-contest__heading::after {
	background-color: #fff;
	background-color: var(--color-white);
	content: "";
	height: 3.625rem;
	position: absolute;
	right: -1.625rem;
	rotate: 33deg;
	top: 54%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.1875rem;
}

.p-contest__items {
	grid-gap: 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3rem;
}

.p-contest__imageBlock {
	background-color: #daeef7;
	background-color: var(--color-sky-blue03);
	border-radius: 2.5rem;
	margin-inline: auto;
	padding: 0.3125rem 1.875rem 1.875rem 1.1875rem;
	position: relative;
	position: relative;
	width: 100%;
}

.p-contest__imageBlock::before {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='2' y='2' width='calc(100%25 - 4px)' height='calc(100%25 - 4px)' fill='none' rx='40' ry='40' stroke='%230073BB' stroke-width='3' stroke-dasharray='8%2c 15' stroke-linecap='round'/%3e%3c/svg%3e");
	content: "";
	height: 100%;
	left: -0.625rem;
	position: absolute;
	top: -0.625rem;
	width: 100%;
}

.p-contest__itemButton {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.75rem;
}

.p-entry-background {
	background-color: #29a9e0;
	background-color: var(--color-sky-blue02);
}

.p-eventContents {
	overflow-x: clip;
	position: relative;
}

.p-eventContents:before {
	background-image: url(../images/about/ebentContent-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 141.875rem;
	left: 50%;
	position: absolute;
	top: 7.5rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 101%;
	z-index: -1;
}

.p-eventContents__inner.l-inner {
	max-width: calc(82.5rem + 6.6666%);
}

.p-eventContents__heading {
	margin-inline: auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-eventContents__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6.25rem;
	margin-top: 7.5rem;
	padding-bottom: 5.75rem;
	position: relative;
}

.p-eventContents__container::before {
	background-image: url(../images/about/eventContents-left@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 120.375rem;
	left: -2.625rem;
	left: calc(50% - min(43.75rem, 53%));
	position: absolute;
	top: 4.625rem;
	width: 7.1875rem;
}

.p-eventContents__container::after {
	background-image: url(../images/about/eventContents-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 128rem;
	position: absolute;
	right: -2.125rem;
	right: calc(50% - min(43.75rem, 53%));
	top: 0;
	width: 0.875rem;
}

.p-eventContents__contentsTitle {
	color: #fff;
	color: var(--color-white);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-eventContents__contentsTitle::before {
	background-image: url(../images/about/arrow01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -3.75rem;
	content: "";
	height: 3.5rem;
	position: absolute;
	right: -7.125rem;
	width: 4.4375rem;
}

.p-eventContents__item {
	overflow: visible;
}

.p-eventContents__lists {
	grid-gap: 2.5rem 2.375rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem 2.375rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.25rem;
	overflow: visible;
	padding-left: 0.75rem;
	padding-top: 0.75rem;
}

.p-eventContents__contents._reverse .p-eventContents__contentsTitle {
	margin-left: auto;
}

.p-eventContents__contents._reverse .p-eventContents__contentsTitle::before {
	background-image: url(../images/about/arrow02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 4.8125rem;
	left: -12.5rem;
	right: auto;
	right: initial;
	width: 7.125rem;
}

.p-eventContents__contents._reverse .p-eventContents__lists {
	position: relative;
}

.p-eventContents__contents._reverse .p-eventContents__lists::before {
	background-image: url(../images/about/star-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 4.6875rem;
	position: absolute;
	right: -1.3125rem;
	top: -3.125rem;
	width: 6.875rem;
}

.p-eventContents__contents._reverse .p-eventContents__lists .p-eventContents__item:nth-child(1) {
	-ms-grid-column: 2;
	grid-column: 2;
}

.p-eventContents__contents._reverse .p-eventContents__lists .p-eventContents__item:nth-child(2) {
	-ms-grid-column: 3;
	grid-column: 3;
}

.p-eventHighlight__inner.l-iner {
	max-width: calc(75rem + 6.6666%);
}

.p-eventHighlight__heading {
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-eventHighlight__heading::before {
	background-image: url(../images/about/eventHighlight-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 6.5625rem;
	left: -10rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8rem;
}

.p-eventHighlight__slide {
	margin-top: 4.25rem;
	position: relative;
}

.p-eventHighlight__slide::before {
	background-image: url(../images/about/event-highlight-star-left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.4375rem;
	content: "";
	height: 6.5625rem;
	left: -4.375rem;
	pointer-events: none;
	position: absolute;
	width: 7.0625rem;
	z-index: 1;
}

.p-eventHighlight__slide::after {
	background-image: url(../images/about/event-highlight-star-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 6.9375rem;
	pointer-events: none;
	position: absolute;
	right: -2.5rem;
	top: -3.75rem;
	width: 6.1875rem;
	z-index: 1;
}

.p-mockup {
	margin-block: 6.25rem;
}

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

.p-mockup__title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: normal;
}

.p-mockup__items {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
}

.p-mockup__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgb(222, 222, 222);
	border: 0.0625rem solid #e0e0e0;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-mockup__link._is-active {
	background-color: #f7f7f7;
	pointer-events: none;
}

.p-footer {
	background: #fff;
	background: var(--color-white);
}

.p-footer__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-block: 3.75rem 10.3125rem;
}

.p-footer__nav {
	width: 100%;
}

.p-footer__lists {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 3.3125rem;
	row-gap: 0.75rem;
}

.p-footer__list {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__link {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#086eae), color-stop(36%, #0b65a0), color-stop(64%, #00578c), color-stop(99%, #0c386c));
	background: linear-gradient(90deg, #086eae 0%, #0b65a0 36%, #00578c 64%, #0c386c 99%);
	background-clip: text;
	color: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 1.5rem;
	text-align: center;
	white-space: nowrap;
}

.p-footer__link--stage {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	white-space: normal;
}

.p-footer__link-row--sub {
	margin-top: 0.5rem;
}

.p-footer__divider {
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
	background: -webkit-gradient(linear, left top, left bottom, from(#086eae), color-stop(36%, #0b65a0), color-stop(64%, #00578c), color-stop(99%, #0c386c));
	background: linear-gradient(180deg, #086eae 0%, #0b65a0 36%, #00578c 64%, #0c386c 99%);
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 1.375rem;
	margin-top: 0.0625rem;
	width: 0.0625rem;
}

.p-footer__sns {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
}

.p-footer__sns-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
	width: 3.125rem;
}

.p-footer__info {
	color: #0e2e46;
	margin-top: 1.875rem;
	text-align: center;
}

.p-footer__organizer {
	font-size: 1.125rem;
	line-height: 1.6;
}

.p-footer__contact {
	margin-top: 1.25rem;
}

.p-footer__contact-title {
	font-size: 1.125rem;
	line-height: 1.6;
}

.p-footer__contact-lists {
	margin-top: 0.625rem;
}

.p-footer__contact-list {
	font-size: 1.125rem;
	line-height: 1.8;
}

.p-footer__mail {
	color: #0E2E46;
	color: var(--color-black02);
}

.p-footer__copy {
	background: #2f9ed0;
	background: var(--color-sky-blue);
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-footer__copy-text {
	color: #fff;
	color: var(--color-white);
	font-size: 0.9375rem;
	line-height: 1;
	text-align: center;
}

.p-header {
	width: 100%;
}

.p-header::before {
	background-image: url(../images/top/header-bakcground-top@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 6.5625rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.p-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0.3125rem;
	position: relative;
	z-index: 1;
}

.p-header__logo {
	font-size: 0;
	width: 5.8125rem;
}

.p-header__nav {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-header__lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.25rem;
}

.p-header__link {
	color: #fff;
	color: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.625rem;
	text-transform: capitalize;
}

.p-header__link .c-button01 {
	width: 9.25rem;
}

.p-header__drawer {
	display: none;
}

.p-main {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-food {
	padding-block: 6.75rem 17rem;
	position: relative;
}

.p-food::before {
	background-image: url(../images/about/food-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: min(3.75rem, 4.1666666667vw);
	content: "";
	height: min(20.0625rem, 22.2916666667vw);
	left: calc(50% - min(43.75rem, 51%));
	position: absolute;
	width: min(20.375rem, 22.6388888889vw);
}

.p-food__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
}

.p-food__slide {
	margin-top: 3.25rem;
}

.p-mv-lower {
	background-image: url(../images/entry/mv@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.625rem 4.6875rem;
	position: relative;
	z-index: 1;
}

.p-mv-lower::before {
	background-color: #717071;
	content: "";
	inset: 0;
	mix-blend-mode: multiply;
	opacity: 0.59;
	position: absolute;
	z-index: -1;
}

.p-mv-lower__breadcrumb._white .c-breadcrumb__item {
	color: #fff;
	color: var(--color-white);
}

.p-mv-lower__breadcrumb._white .c-breadcrumb__item:not(:last-child)::after {
	background-color: #fff;
	background-color: var(--color-white);
}

.p-mv-lower__heading {
	color: #fff;
	color: var(--color-white);
	font-size: 5rem;
	font-weight: 700;
	line-height: 150%;
	margin-top: 8.9375rem;
	text-align: center;
}

.p-mv-lower__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 4.25rem;
}

.p-mv-lower__button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 18.4375rem;
}

.p-mv-lower__buttonLink {
	display: block;
	position: relative;
}

.p-mv-lower__buttonLink:hover {
	opacity: 1;
}

.p-mv-lower__buttonPicture {
	display: block;
}

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

.p-mv-lower__buttonPicture--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
	-webkit-transition: opacity 0.3s var(--ease-cubic-main);
	transition: opacity 0.3s var(--ease-cubic-main);
}

.p-pickUp {
	padding-top: 11.25rem;
}

.p-pickUp__inner.l-inner {
	max-width: calc(52.125rem + 6.6666%);
}

.p-pickUp__wave .c-wave__image {
	aspect-ratio: 646/61;
	display: block;
	max-width: 40.375rem;
	overflow: hidden;
	width: 100%;
}

.p-pickUp__heading {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	margin-top: 3.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-pickUp__heading::before {
	background-image: url(../images/about/pickup-left@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 8.9375rem;
	left: -6.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 4.6875rem;
}

.p-pickUp__heading::after {
	background-image: url(../images/about/pickup-right@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9.5625rem;
	position: absolute;
	right: -7.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 5.8125rem;
}

.p-pickUp__headingText {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-pickUp__headingTextLead {
	color: #2F76B0;
	color: var(--color-sky-blue04);
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-family: var(--font-m-plus-rounded-1c);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-pickUp__headingTextLead._first {
	position: relative;
}

.p-pickUp__headingTextLead._first::before {
	background-color: #2F76B0;
	background-color: var(--color-sky-blue04);
	border-radius: 0.1875rem;
	content: "";
	height: 60%;
	position: absolute;
	right: -1.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.1875rem;
}

.p-pickUp__slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.375rem;
}

.p-pickUp__picture {
	display: block;
	overflow: hidden;
}

.p-pickUp__picture img {
	-o-object-fit: cover;
	aspect-ratio: 2269/1391;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.splide-pickUp-main .splide__slide {
	overflow: hidden;
}

.splide-pickUp-thumbs .splide__track {
	overflow: visible;
}

.splide-pickUp-thumbs .splide__list {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.splide-pickUp-thumbs .splide__slide {
	cursor: pointer;
	opacity: 0.5;
	overflow: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.splide-pickUp-thumbs .splide__slide.is-active {
	opacity: 1;
}

.p-pickUp__thumbPicture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-pickUp__thumbPicture img {
	-o-object-fit: cover;
	aspect-ratio: 2269/1391;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 0.1875rem solid #29a9e0;
	border: 0.1875rem solid var(--color-sky-blue02);
}

.p-store__inner.l-inner {
	max-width: calc(75rem + 6.6666%);
}

.p-store__heading {
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-store__heading::before {
	background-color: #fff;
	background-color: var(--color-white);
	content: "";
	height: 3.625rem;
	left: -1.625rem;
	position: absolute;
	rotate: -33deg;
	top: 54%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.1875rem;
}

.p-store__heading::after {
	background-color: #fff;
	background-color: var(--color-white);
	content: "";
	height: 3.625rem;
	position: absolute;
	right: -1.625rem;
	rotate: 33deg;
	top: 54%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.1875rem;
}

.p-store__text {
	color: #fff;
	color: var(--color-white);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.p-store__imageBlock {
	margin-top: 4.25rem;
}

.p-store__image {
	aspect-ratio: 1200/334;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-store__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 14.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.6875rem;
}

.p-store__button {
	max-width: 24.5625rem;
	width: 100%;
}

.p-top-about {
	padding-block: 0 12.5rem;
	position: relative;
	z-index: 1;
}

.p-top-about::before {
	background-image: -webkit-image-set(url(../images/top/about-left-background@2x.webp) type("image/webp"), url(../images/top/about-left-background@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/about-left-background@2x.webp) type("image/webp"), url(../images/top/about-left-background@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 18.625rem;
	height: min(18.625rem, 20.6944444444vw);
	left: 0;
	left: calc(50% - min(45rem, 50%));
	position: absolute;
	top: 69%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 40.75rem;
	width: min(40.75rem, 45.2777777778vw);
	z-index: -1;
}

.p-top-about::after {
	background-image: -webkit-image-set(url(../images/top/about-right-background@2x.webp) type("image/webp"), url(../images/top/about-right-background@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/about-right-background@2x.webp) type("image/webp"), url(../images/top/about-right-background@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 47.5625rem;
	height: min(47.5625rem, 52.8472222222vw);
	position: absolute;
	right: 0;
	right: calc(50% - min(45rem, 50%));
	top: 46%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 19.1875rem;
	width: min(19.1875rem, 21.3194444444vw);
	z-index: -1;
}

.p-top-about__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
}

.p-top-about .p-top-fes__head {
	margin-top: 0.625rem;
}

.p-top-about .p-top-fes__headingImage {
	width: 18.9375rem;
}

.p-top-fes__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

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

.p-top-about__catch {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
}

.p-top-about__catchLead {
	color: #29a9e0;
	color: var(--color-sky-blue02);
	display: inline-block;
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-family: "Hina Mincho", serif;
	font-family: var(--font-hina-mincho);
	font-size: 13.625rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.p-top-about__catchLead::before {
	-webkit-text-stroke: 0;
	color: #fff;
	color: var(--color-white);
	content: "水";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate(0.1875rem, 0.4375rem);
	        transform: translate(0.1875rem, 0.4375rem);
	z-index: -1;
}

.p-top-about__catchText {
	color: #333;
	color: var(--color-base);
	font-size: 2.9375rem;
	font-weight: 400;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1.25rem;
}

.p-top-about__body {
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 633fr 438fr;
	grid-template-columns: 633fr 438fr;
	margin-top: -2.5rem;
}

.p-top-about__image {
	width: 100%;
}

.p-top-about__imageInner {
	aspect-ratio: 633/454;
	border-radius: 3.125rem;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-top-about__texts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	padding-top: 0.875rem;
}

.p-top-about__text {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2;
}

.p-top-about__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 6rem;
}

.p-top-access__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
}

.p-top-access__heading {
	margin-inline: auto;
}

.p-top-access__heading .c-heading01 {
	margin-inline: auto;
}

.p-top-access__contents {
	grid-gap: 3.75rem;
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 41.5rem 1fr;
	grid-template-columns: 41.5rem 1fr;
	margin-top: 3.75rem;
}

.p-top-access__map {
	aspect-ratio: 665/454;
	display: block;
	max-width: 41.5625rem;
	overflow: hidden;
	width: 100%;
}

.p-top-access__map iframe {
	height: 100%;
	width: 100%;
}

.p-top-access__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	padding-top: 0.625rem;
}

.p-top-access__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-top-access__wrapperBlock {
	margin-top: 0.5rem;
}

.p-top-access__itemHeading {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #29a9e0;
	color: var(--color-sky-blue02);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.0625rem;
	font-weight: 400;
	gap: 0.75rem;
	line-height: 1.2;
}

.p-top-access__itemHeading::before {
	background-color: #29a9e0;
	background-color: var(--color-sky-blue02);
	content: "";
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 1em;
	width: 0.1875rem;
}

.p-top-access__address {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-top-access__button {
	margin-top: 1.25rem;
}

.p-top-access__button .c-button01 {
	max-width: 24.5625rem;
}

.p-top-access__wave {
	margin-top: 7rem;
}

.p-top-background {
	background-image: -webkit-image-set(url(../images/top/fes-abour-background@2x.webp) type("image/webp"), url(../images/top/fes-abour-background@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/fes-abour-background@2x.webp) type("image/webp"), url(../images/top/fes-abour-background@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.p-top-banner {
	background: #29a9e0;
	background: var(--color-sky-blue02);
	padding-block: 3.75rem;
	padding-inline: 1.25rem;
	position: relative;
}

.p-top-banner::before {
	background-image: -webkit-image-set(url(../images/top/wave-icon-top@2x.webp) type("image/webp"), url(../images/top/wave-icon-top@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/wave-icon-top@2x.webp) type("image/webp"), url(../images/top/wave-icon-top@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 2.1875rem;
	left: 50%;
	position: absolute;
	top: -0.25rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-top-banner::after {
	background-image: -webkit-image-set(url(../images/top/wave-icon-bottom@2x.webp) type("image/webp"), url(../images/top/wave-icon-bottom@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/wave-icon-bottom@2x.webp) type("image/webp"), url(../images/top/wave-icon-bottom@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -0.25rem;
	content: "";
	height: 2.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-top-banner__items {
	grid-gap: 1.625rem 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.625rem 1.875rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	max-width: 112.5rem;
	width: 100%;
}

.p-top-banner__image {
	aspect-ratio: 447/237;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-top-fes {
	overflow-x: clip;
	padding-block: 2.375rem 18.75rem;
	position: relative;
}

.p-top-fes::before {
	background-image: -webkit-image-set(url(../images/top/fes-background01@2x.webp) type("image/webp"), url(../images/top/fes-background01@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/fes-background01@2x.webp) type("image/webp"), url(../images/top/fes-background01@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(40rem, 44.4444444444vw);
	left: calc(50% - min(50.625rem, 57%));
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: min(68.4375rem, 76.0416666667vw);
}

.p-top-fes::after {
	background-image: -webkit-image-set(url(../images/top/fes-background02@2x.webp) type("image/webp"), url(../images/top/fes-background02@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/fes-background02@2x.webp) type("image/webp"), url(../images/top/fes-background02@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(51.0625rem, 56.7361111111vw);
	left: calc(50% - min(-2.5rem, 57%));
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: min(38.625rem, 42.9166666667vw);
	z-index: -1;
}

.p-top-fes__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
}

.p-top-fes__heading {
	color: #0E2E46;
	color: var(--color-black02);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: normal;
}

.p-top-fes__heading .c-heading01__lead {
	margin-bottom: -2.125rem;
}

.p-top-fes__contents {
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 552fr 488fr;
	grid-template-columns: 552fr 488fr;
	margin-top: 2.875rem;
	position: relative;
}

.p-top-fes__content {
	grid-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-fes__image {
	aspect-ratio: 552/292;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-top-fes__texts {
	background-color: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3.75rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 3.125rem 2.5rem;
}

.p-top-fes__text {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2.2;
}

.p-top-fes__textBreak {
	display: inline-block;
	margin-inline: -0.25rem;
}

.p-top-fes__textAccent {
	color: #2f9ed0;
	color: var(--color-sky-blue);
	font-size: 1.5625rem;
	font-weight: 800;
	line-height: 2;
}

.p-top-food {
	padding-block: 4.6875rem 6.25rem;
}

.p-top-food__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
}

.p-top-food__slide {
	margin-top: 2.5rem;
	overflow: hidden;
}

.p-top-food__slide .splide__slide {
	width: auto;
}

.p-top-news {
	padding-block: 6.125rem 13.5625rem;
	padding-block: 6.125rem 9.1875rem;
}

.p-top-news__heading {
	margin-inline: auto;
	position: relative;
}

.p-top-news__heading::before {
	background-image: -webkit-image-set(url(../images/top/news-icon-left@2x.webp) type("image/webp"), url(../images/top/news-icon-left@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/news-icon-left@2x.webp) type("image/webp"), url(../images/top/news-icon-left@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 21.25rem;
	left: calc(50% - min(31.25rem, 50%));
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 20.9375rem;
}

.p-top-news__heading::after {
	background-image: -webkit-image-set(url(../images/top/news-icon-right@2x.webp) type("image/webp"), url(../images/top/news-icon-right@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/news-icon-right@2x.webp) type("image/webp"), url(../images/top/news-icon-right@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 21.625rem;
	position: absolute;
	right: calc(50% - min(31.25rem, 50%));
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 21.3125rem;
}

.p-top-news__heading .c-heading01 {
	margin-inline: auto;
}

.p-top-sponsor {
	padding-top: 4.375rem;
	position: relative;
}

.p-top-sponsor::before {
	background-image: -webkit-image-set(url(../images/top/sponsor-background@2x.webp) type("image/webp"), url(../images/top/sponsor-background@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/sponsor-background@2x.webp) type("image/webp"), url(../images/top/sponsor-background@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -2.1875rem;
	content: "";
	height: calc(100% + 2.1875rem);
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-top-sponsor__inner {
	position: relative;
	z-index: 2;
}

.p-top-sponsor__heading {
	position: relative;
}

.p-top-sponsor__heading::before {
	background-image: url(../images/top/sponsor-icon-left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 5.4375rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 16.5rem;
}

.p-top-sponsor__heading::after {
	background-image: url(../images/top/sponsor-icon-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 5.4375rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 16.5rem;
}

.p-top-sponsor__heading .c-heading01 {
	margin-inline: auto;
}

.p-top-sponsor__text {
	color: #0E2E46;
	color: var(--color-black02);
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-noto-sans-jp);
	font-size: 1.375rem;
	font-weight: 400;
	line-height: normal;
	line-height: 2;
	margin-top: 0.75rem;
	text-align: center;
}

.p-top-sponsor__lists {
	margin-top: 5.125rem;
}

.p-top-sponsor__listHeading {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #0E2E46;
	color: var(--color-black02);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 400;
	height: 3.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding-bottom: 0.25rem;
	position: relative;
	width: 12.375rem;
	z-index: 1;
}

.p-top-sponsor__listHeading::before {
	background-image: url(../images/top/sponsor-icon01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 12.375rem;
	z-index: -1;
}

.p-top-sponsor__listLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-inline: auto;
}

.p-top-sponsor__listWrapper {
	grid-gap: 2.75rem 5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.75rem 5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-sponsor__list._01 .p-top-sponsor__listLink {
	margin-bottom: 6.9375rem;
	margin-top: 2.125rem;
	max-width: 36.0625rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listHeading {
	width: 12rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listHeading::before {
	width: 12rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listContent {
	padding-bottom: 8.75rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 7.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-sponsor__list._02 .p-top-sponsor__listContent {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 7.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	max-width: 43.25rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listHeading {
	height: 2.875rem;
	width: 17.875rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listHeading::before {
	background-image: url(../images/top/sponsor-icon03.svg);
	height: 2.875rem;
	width: 17.875rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listContent {
	padding-bottom: 8.75rem;
	padding-top: 3rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 17.9375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-sponsor__list._03 .p-top-sponsor__listLink {
	max-width: 17.9375rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listHeading {
	margin-left: 1.5rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listHeading {
	width: 12rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listHeading::before {
	width: 12rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listContent {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 1.375rem;
	padding-bottom: 8.75rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 7.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-sponsor__list._04 .p-top-sponsor__listContent {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	max-width: 30rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listHeading {
	height: 2.875rem;
	width: 17.875rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listHeading::before {
	background-image: url(../images/top/sponsor-icon03.svg);
	height: 2.875rem;
	width: 17.875rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listContent {
	margin-top: 2.1875rem;
	padding-bottom: 11.6875rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 7.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-sponsor__list._05 .p-top-sponsor__listContent {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	max-width: 28.25rem;
}

.p-top-stage {
	background: #29a9e0;
	background: var(--color-sky-blue02);
	position: relative;
}

.p-top-stage::after {
	background-image: -webkit-image-set(url(../images/top/stage-ship-image@2x.webp) type("image/webp"), url(../images/top/stage-ship-image@2x.png) type("image/png"));
	background-image: image-set(url(../images/top/stage-ship-image@2x.webp) type("image/webp"), url(../images/top/stage-ship-image@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 18.9375rem;
	position: absolute;
	right: calc(50% - min(34.8125rem, 39%));
	width: 33.375rem;
	z-index: 2;
}

.p-top-stage::before {
	background-image: url(../images/common/wave-bottom@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 15.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.p-top-stage__background {
	display: block;
	padding-block: 5rem 7.5rem;
	position: relative;
}

.p-top-stage__background::before {
	background-image: url(../images/top/stage-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 88rem;
	height: 100%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.p-top-stage__inner.l-inner {
	max-width: calc(68.75rem + 6.6666%);
	position: relative;
	z-index: 3;
}

.p-top-stage__head {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top-stage__headButton {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	padding-bottom: 0.625rem;
}

.p-top-stage__heading {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-top-stage__headingImage {
	display: block;
	width: 38.5rem;
}

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

.p-top-stage__headingSub {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#0075BC), color-stop(36%, #006AAC), color-stop(64%, #005B95), color-stop(99%, #003974));
	background: linear-gradient(90deg, #0075BC 0%, #006AAC 36%, #005B95 64%, #003974 99%);
	background-clip: text;
	color: transparent;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-family: var(--font-kozuka-gothic-pr6n);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	padding-right: 0.25rem;
}

.p-top-stage__contents {
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 554fr 490fr;
	grid-template-columns: 554fr 490fr;
	margin-top: 2.5rem;
}

.p-top-stage__images {
	grid-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-stage__image {
	aspect-ratio: 554/454;
	border-radius: 3.125rem;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-top-stage__button {
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-top-stage__button .c-button01 {
	max-width: 24.5625rem;
}

.p-top-stage__texts {
	background: #fff;
	background: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4rem;
	padding: 4.6875rem 2.125rem;
}

.p-top-stage__text {
	color: #102F48;
	color: var(--color-black03);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2.2;
}

.p-top-stage__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-stage__iconInner {
	aspect-ratio: 83/149;
	display: block;
	display: block;
	overflow: hidden;
	width: 5.1875rem;
}

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

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

/* フェード設定 */

/* ============================================ */

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

@media (any-hover: hover) {

.c-button01:hover {
	background-color: #f7e060;
	background-color: var(--color-yellow);
	border-color: transparent;
	opacity: 1;
}

.c-button01._yellow:hover {
	opacity: 0.7;
}

.c-card01:hover .c-card01__overlay {
	opacity: 1;
	visibility: visible;
}

.p-footer__sns-link:hover {
	opacity: 0.7;
}

.p-mv-lower__buttonLink:hover .p-mv-lower__buttonPicture--hover {
	opacity: 1;
}

}

@media (hover: hover) {

.p-mockup__link:hover {
	background-color: #333;
	color: #fff;
}

}

@media screen and (-ms-high-contrast: none) {

.splide__slide:focus-visible {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__slide:focus {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
	border-color: #0bf;
}

}

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

html {
	font-size: 1.3333333333vw;
}

}

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

html {
	font-size: 16px;
}

html {
	scroll-padding-top: 3.75rem;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-404 {
	margin-block: 2.5rem 3.75rem;
}

.l-about {
	margin-top: 4.75rem;
}

.l-breadcrumb {
	margin-top: 6.25rem;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 6.4%;
	padding-right: 6.4%;
}

.l-top-access01 {
	padding-block: 3.125rem 5rem;
}

.l-top-access02 {
	padding-block: 3.125rem 5rem;
}

.c-breadcrumb__inner {
	max-width: 37.5rem;
}

.c-breadcrumb__item {
	font-size: 1.125rem;
}

.c-breadcrumb__item:not(:last-child)::after {
	height: 1rem;
	top: 58%;
	width: 0.5rem;
}

.c-button01 {
	font-size: 1rem;
	height: 3.5rem;
	padding: 1rem 0rem;
}

.c-card01 {
	cursor: pointer;
	height: 19.6875rem;
	margin-inline: auto;
	width: 19.375rem;
}

.c-card01:before {
	left: -0.5rem;
	top: -0.5rem;
}

.c-card01__heading {
	font-size: 1.25rem;
}

.c-card01__overlay {
	border-radius: 2rem;
	inset: -0.25rem;
	padding: 1.5rem 1.25rem;
}

.c-card01.is-active .c-card01__overlay {
	opacity: 1;
	visibility: visible;
}

.c-card01__overlayTitle {
	font-size: 1.25rem;
}

.c-card01__overlayText {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.c-food {
	gap: 0.75rem;
	height: 12.5rem;
	padding-bottom: 0.5rem;
}

.c-food__contents {
	gap: 0.75rem;
	width: 5.875rem;
}

.c-heading01__lead {
	-webkit-text-stroke: 0.1875rem #daeef7;
	-webkit-text-stroke: 0.1875rem var(--color-sky-blue03);
	font-size: 2.375rem;
}

.c-heading01__text {
	font-size: 1.25rem;
}

.c-heading02 {
	-webkit-text-stroke: 0.1875rem #daeef7;
	-webkit-text-stroke: 0.1875rem var(--color-sky-blue03);
	font-size: 2.375rem;
}

.c-lower-head {
	height: 14.375rem;
}

.c-lower-head__title {
	font-size: 1.375rem;
	height: 13.125rem;
	padding-top: 0.625rem;
	position: relative;
	right: 1.25rem;
	top: -2.5rem;
}

.c-mv {
	height: 40.625rem;
}

.c-mv::after {
	background-size: 170% 100%;
}

.c-mv__inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: 6.4%;
	padding-top: 6.25rem;
}

.c-mv__inner::before {
	height: min(12.0625rem, 51.4666666667vw);
	left: calc(50% - min(18.75rem, 65%));
	top: 83%;
	width: min(10.0625rem, 42.9333333333vw);
}

.c-mv__inner::after {
	background-image: url(../images/top/mv-right-sp@2x.png);
	height: min(12.6875rem, 54.1333333333vw);
	right: calc(50% - min(21.5625rem, 53%));
	top: 79%;
	width: min(9.375rem, 40vw);
}

.c-mv__contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
	margin-left: 0;
	margin-left: initial;
}

.c-mv__logo {
	width: 13.75rem;
}

.c-mv__info {
	gap: 0.5rem;
}

.c-mv__infoRow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.25rem;
}

.c-mv__infoRow--bottom {
	gap: 0.75rem;
}

.c-mv__date {
	gap: 0.25rem;
}

.c-mv__dateItem {
	gap: 0;
}

.c-mv__dateNum {
	font-size: 2.25rem;
}

.c-mv__dateDay {
	font-size: 1.25rem;
}

.c-mv__place {
	font-size: 1.75rem;
}

.c-mv__time {
	font-size: 2rem;
}

.c-mv__badge {
	font-size: 0.875rem;
	padding: 0.375rem 0.75rem;
}

.c-text {
	font-size: 1rem;
}

.c-vertical-line {
	height: 4.125rem;
}

.c-wave__image {
	max-width: 18.75rem;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	font-size: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin-inline: 0.4375rem;
}

.wp-pagenavi .previouspostslink {
	margin-right: 0.4375rem;
}

.wp-pagenavi .nextpostslink {
	margin-right: 0.4375rem;
}

.p-404__title {
	font-size: 1.375rem;
}

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

.p-404__button {
	margin-top: 2rem;
}

.p-about {
	padding-block: 3.125rem 5rem;
}

.p-about__inner.l-inner {
	max-width: 37.5rem;
}

.p-about__heading {
	-webkit-text-stroke: 0.4375rem #daeef7;
	-webkit-text-stroke: 0.4375rem var(--color-sky-blue03);
	font-size: 2.375rem;
}

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

.p-about__list {
	border: 0.5rem solid #29a9e0;
	border: 0.5rem solid var(--color-sky-blue02);
	border-radius: 0.75rem;
	padding: 0.5rem 1rem;
}

.p-about__item {
	gap: 0.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding-block: 1rem;
}

.p-about__term {
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-about__description {
	font-size: 1rem;
	line-height: 1.8;
}

.p-cards {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-contest {
	padding-top: 3.75rem;
}

.p-contest__inner.l-inner {
	max-width: 37.5rem;
}

.p-contest__heading::before {
	height: 1.8125rem;
	left: -0.8125rem;
	width: 0.125rem;
}

.p-contest__heading::after {
	height: 1.8125rem;
	right: -0.8125rem;
	width: 0.125rem;
}

.p-contest__items {
	gap: 3.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

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

.p-eventContents:before {
	background-size: 400% 100%;
	height: 100%;
	top: 1.25rem;
}

.p-eventContents__inner.l-inner {
	max-width: 37.5rem;
}

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

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

.p-eventContents__container::after {
	display: none;
}

.p-eventContents__contents {
	position: relative;
}

.p-eventContents__contents::before {
	background-image: url(../images/about/star-icon02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 5rem;
	left: -0.75rem;
	position: absolute;
	top: 2.375rem;
	width: 4.375rem;
}

.p-eventContents__contentsTitle {
	font-size: 1.75rem;
}

.p-eventContents__lists {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2rem;
	padding-left: 0.5rem;
	padding-top: 0.5rem;
}

.p-eventContents__contents._reverse {
	position: static;
	position: initial;
}

.p-eventContents__contents._reverse .p-eventContents__contentsTitle::before {
	bottom: -2.5rem;
	left: -8.75rem;
}

.p-eventContents__contents._reverse .p-eventContents__lists .p-eventContents__item:nth-child(1) {
	grid-column: auto;
}

.p-eventContents__contents._reverse .p-eventContents__lists .p-eventContents__item:nth-child(2) {
	grid-column: auto;
}

.p-eventHighlight__inner.l-iner {
	max-width: 37.5rem;
}

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

.p-eventHighlight__heading::before {
	height: 2.9375rem;
	left: -5rem;
	width: 3.75rem;
}

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

.p-eventHighlight__slide::before {
	bottom: -3.125rem;
	height: 3.5rem;
	left: -0.5rem;
	width: 3.75rem;
}

.p-eventHighlight__slide::after {
	height: 3.5rem;
	right: -1.25rem;
	top: -2.5rem;
	width: 3.125rem;
}

.p-mockup__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-footer__inner {
	padding-block: 2.5rem;
}

.p-footer__lists {
	grid-row-gap: 1rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (auto)[6];
	grid-template-columns: repeat(6, auto);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: auto;
	row-gap: 1rem;
}

.p-footer__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-grid-column-align: center;
	    justify-self: center;
	position: relative;
}

.p-footer__list:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 1;
	grid-row: 1;
}

.p-footer__list:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 1;
	grid-row: 1;
}

.p-footer__list:nth-child(5) {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
	-ms-grid-row: 1;
	grid-row: 1;
}

.p-footer__list:nth-child(7) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	-ms-grid-row: 2;
	grid-row: 2;
}

.p-footer__list:nth-child(9) {
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-column: 4/6;
	-ms-grid-row: 2;
	grid-row: 2;
}

.p-footer__list:nth-child(1)::after,
.p-footer__list:nth-child(3)::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#086eae), color-stop(36%, #0b65a0), color-stop(64%, #00578c), color-stop(99%, #0c386c));
	background: linear-gradient(180deg, #086eae 0%, #0b65a0 36%, #00578c 64%, #0c386c 99%);
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
	width: 0.0625rem;
}

.p-footer__list:nth-child(9)::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#086eae), color-stop(36%, #0b65a0), color-stop(64%, #00578c), color-stop(99%, #0c386c));
	background: linear-gradient(180deg, #086eae 0%, #0b65a0 36%, #00578c 64%, #0c386c 99%);
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.0625rem;
}

.p-footer__link {
	font-size: 1rem;
	padding: 0 1rem;
}

.p-footer__link--stage {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-footer__link-row {
	white-space: nowrap;
}

.p-footer__link-row--sub {
	margin-top: 0.25rem;
}

.p-footer__divider {
	display: none;
}

.p-footer__sns {
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.p-footer__sns-link {
	height: 2.5rem;
	width: 2.5rem;
}

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

.p-footer__organizer {
	font-size: 1rem;
}

.p-footer__contact {
	margin-top: 1rem;
}

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

.p-footer__contact-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.p-footer__contact-list {
	font-size: 1rem;
}

.p-footer__copy {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.p-footer__copy-text {
	font-size: 0.75rem;
}

.p-header::before {
	background-image: url(../images/top/header-bakcground-top-sp@2x.png);
	height: 4.75rem;
}

.p-header__inner {
	max-width: 100%;
	padding: 0.625rem;
}

.p-header__logo {
	position: relative;
	width: 3.5rem;
	z-index: 210;
}

.p-header__nav {
	display: none;
}

.p-header__drawer {
	display: block;
	position: fixed;
	right: 0.625rem;
	top: 0.6875rem;
	z-index: 200;
}

.p-food {
	padding-block: 3.75rem 10rem;
}

.p-food::before {
	bottom: 5rem;
	height: 7.5rem;
	left: calc(50% - min(18.75rem, 51%));
	width: 7.5rem;
}

.p-food__inner.l-inner {
	max-width: 37.5rem;
}

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

.p-mv-lower__heading {
	font-size: 2.5rem;
	margin-top: 3.75rem;
}

.p-mv-lower__buttons {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	margin-top: 3.75rem;
}

.p-mv-lower__button {
	max-width: 20.9375rem;
	width: 100%;
}

.p-pickUp {
	padding-top: 7.5rem;
}

.p-pickUp__inner.l-inner {
	max-width: 37.5rem;
}

.p-pickUp__wave .c-wave__image {
	max-width: 18.75rem;
}

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

.p-pickUp__heading::before {
	height: 5.625rem;
	left: -3.125rem;
	width: 3.125rem;
}

.p-pickUp__heading::after {
	height: 6.25rem;
	right: -3.75rem;
	width: 3.75rem;
}

.p-pickUp__headingTextLead {
	font-size: 1.25rem;
}

.p-pickUp__slider {
	gap: 0.75rem;
}

.p-store__inner.l-inner {
	max-width: 37.5rem;
}

.p-store__heading::before {
	height: 1.8125rem;
	left: -0.8125rem;
	width: 0.125rem;
}

.p-store__heading::after {
	height: 1.8125rem;
	right: -0.8125rem;
	width: 0.125rem;
}

.p-store__text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.p-store__imageBlock {
	margin-top: 2.125rem;
}

.p-store__image {
	aspect-ratio: 16/9;
}

.p-store__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.p-top-about {
	padding-block: 2.5rem 5rem;
}

.p-top-about::before {
	height: min(4.9375rem, 15.8vw);
	left: calc(50% - min(12.5rem, 50%));
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: min(10.625rem, 34vw);
}

.p-top-about::after {
	top: 24%;
}

.p-top-about__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-about .p-top-fes__headingImage {
	width: 12.5rem;
}

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

.p-top-about__catch {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.p-top-about__catchLead {
	font-size: 5.5rem;
}

.p-top-about__catchText {
	font-size: 1.375rem;
	padding-bottom: 0;
}

.p-top-about__body {
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-top-about__imageInner {
	border-radius: 1.875rem;
}

.p-top-about__texts {
	gap: 1.5rem;
	padding-top: 0;
}

.p-top-about__text {
	font-size: 1rem;
	line-height: 1.8;
}

.p-top-about__button {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
}

.p-top-access__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-access__contents {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-top-access__content {
	gap: 0;
	padding-top: 0;
}

.p-top-access__wrapper {
	gap: 0rem;
}

.p-top-access__wrapperBlock {
	margin-top: 0.625rem;
}

.p-top-access__itemHeading {
	font-size: 1.5rem;
	gap: 0.5rem;
}

.p-top-access__address {
	font-size: 1rem;
}

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

.p-top-access__button .c-button01 {
	max-width: 100%;
}

.p-top-access__wave {
	margin-top: 3.75rem;
}

.p-top-banner::before {
	background-size: 150% 100%;
}

.p-top-banner::after {
	background-size: 150% 100%;
}

.p-top-banner__items {
	gap: 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-top-fes {
	padding-block: 2.375rem 6.25rem;
}

.p-top-fes::before {
	height: 23.5294117647rem;
	left: calc(50% - min(13.5rem, 57%));
	top: 36%;
	width: 40.2573529412rem;
}

.p-top-fes::after {
	bottom: 0.75rem;
	height: 30.0367647059rem;
	left: calc(50% - min(10.4375rem, 57%));
	top: auto;
	top: initial;
	-webkit-transform: none;
	        transform: none;
	width: 22.7205882353rem;
}

.p-top-fes__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-fes__heading {
	font-size: 1.4375rem;
	line-height: 1.2;
}

.p-top-fes__heading .c-heading01__lead {
	margin-bottom: 0;
}

.p-top-fes__contents {
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.p-top-fes__content {
	gap: 1.25rem;
}

.p-top-fes__texts {
	gap: 1.875rem;
	padding: 1.875rem 1.25rem;
}

.p-top-fes__text {
	font-size: 1rem;
	line-height: 2;
}

.p-top-fes__textAccent {
	font-size: 1.125rem;
	line-height: 2;
}

.p-top-food {
	padding-block: 2.5rem;
}

.p-top-food__inner.l-inner {
	max-width: 37.5rem;
}

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

.p-top-news {
	padding-block: 0.5rem 1.875rem;
}

.p-top-news__heading::before {
	height: 5.9375rem;
	height: 25.3333333333vw;
	left: calc(50% - min(19.375rem, 50%));
	width: 5.625rem;
	width: 24vw;
}

.p-top-news__heading::after {
	height: 5.9375rem;
	height: 25.3333333333vw;
	right: calc(50% - min(19.25rem, 50%));
	width: 5.625rem;
	width: 24vw;
}

.p-top-sponsor__heading::before {
	height: 7.4666666667vw;
	left: -1.25rem;
	width: min(21.3333333333vw, 8rem);
}

.p-top-sponsor__heading::after {
	height: 7.4666666667vw;
	right: -1.25rem;
	width: min(21.3333333333vw, 8rem);
}

.p-top-sponsor__text {
	font-size: 1.125rem;
}

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

.p-top-sponsor__listHeading {
	font-size: 1.25rem;
	height: 2rem;
	padding-bottom: 0.125rem;
	width: 7.5rem;
}

.p-top-sponsor__listHeading::before {
	height: 2rem;
	width: 7.5rem;
}

.p-top-sponsor__listWrapper {
	gap: 2rem 3.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-top-sponsor__list._01 .p-top-sponsor__listLink {
	margin-bottom: 3.75rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listHeading {
	width: 7.5rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listHeading::before {
	width: 7.5rem;
}

.p-top-sponsor__list._02 .p-top-sponsor__listContent {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-inline: auto;
	margin-top: 1.25rem;
	padding-bottom: 5rem;
	width: 80%;
}

.p-top-sponsor__list._03 .p-top-sponsor__listHeading {
	height: 2.0625rem;
	width: 13.75rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listHeading::before {
	height: 2.0625rem;
	width: 13.75rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listContent {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listLink {
	gap: 15rem;
}

.p-top-sponsor__list._03 .p-top-sponsor__listLink {
	max-width: 15rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listHeading {
	margin-left: 0;
}

.p-top-sponsor__list._04 .p-top-sponsor__listHeading {
	width: 7.5rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listHeading::before {
	width: 7.5rem;
}

.p-top-sponsor__list._04 .p-top-sponsor__listContent {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-inline: auto;
	margin-top: 1.25rem;
	padding-bottom: 5rem;
	width: 60%;
}

.p-top-sponsor__list._05 .p-top-sponsor__listHeading {
	height: 2.0625rem;
	width: 13.75rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listHeading::before {
	height: 2.0625rem;
	width: 13.75rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listContent {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listLink {
	gap: 15rem;
}

.p-top-sponsor__list._05 .p-top-sponsor__listContent {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-inline: auto;
	margin-top: 1.25rem;
	width: 50%;
}

.p-top-sponsor__listLink._vjba {
	width: 35%;
}

.p-top-stage::after {
	height: 8.0416666667rem;
	right: calc(50% - min(16.6875rem, 49%));
	width: 13.9166666667rem;
}

.p-top-stage::before {
	background-size: 200% 100%;
	height: 8.75rem;
}

.p-top-stage__background {
	padding-block: 2.5rem 5rem;
}

.p-top-stage__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-stage__head {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 1rem;
}

.p-top-stage__headButton {
	-webkit-align-self: flex-end;
	    -ms-flex-item-align: end;
	        align-self: flex-end;
	padding-bottom: 0;
}

.p-top-stage__heading {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-top-stage__headingImage {
	width: 20rem;
}

.p-top-stage__headingSub {
	font-size: 1rem;
	padding-right: 0;
}

.p-top-stage__contents {
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.p-top-stage__images {
	gap: 1.25rem;
}

.p-top-stage__image {
	border-radius: 1.875rem;
}

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

.p-top-stage__button .c-button01 {
	max-width: 100%;
}

.p-top-stage__texts {
	gap: 1.5rem;
	padding: 1.875rem 1.25rem;
}

.p-top-stage__text {
	font-size: 1rem;
	line-height: 1.8;
}

.p-top-stage__iconInner {
	aspect-ratio: 55/99;
	width: 3.4375rem;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

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