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

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

@font-face {
	font-family: "LINESeedJP";
	font-weight: 400;
	src: url("../font/LINESeedJP_OTF_Rg.otf") format("opentype");
}

@font-face {
	font-family: "LINESeedJP";
	font-weight: 700;
	src: url("../font/LINESeedJP_OTF_Bd.otf") format("opentype");
}

@font-face {
	font-family: "LINESeedJP";
	font-weight: 900;
	src: url("../font/LINESeedJP_OTF_Eb.otf") format("opentype");
}

:root {
	--font-line-seed-jp: "LINESeedJP", sans-serif;
	--font-biz-udpgothic: "BIZ UDPGothic", sans-serif;
	--font-inter: "Inter", sans-serif;
}

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

:root {
	--color-base: #231615;
	--color-background: #fff;
	--color-white: #fff;
	--color-white02: rgba(255, 255, 255, 0.63);
	--color-yellow: #f9be1b;
	--color-yellow02: #F2BF27;
	--color-yellow03: rgba(242, 191, 39, 0.87);
	--color-black: #020202;
	--color-black02: #000;
	--color-red: #D3161A;
	--color-red02: #D91828;
	--color-blue: #274BF2;
	--linear-gradient01: linear-gradient(180deg, rgba(243, 229, 98, 1) 0%, rgba(235, 203, 35, 1) 100%);
	--linear-gradient02: linear-gradient(180deg, #EB1A1E 0%, #D3161A 100%);
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 5.8125rem;
}

body {
	background-color: #fff;
	background-color: var(--color-background);
	color: #231615;
	color: var(--color-base);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-weight: 400;
}

/* link */

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

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

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

/* フェード設定 */

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

.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;
}

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

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

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

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

.l-mv-lower {
	margin-top: 5.75rem;
}

.l-mv {
	margin-top: 7rem;
	margin-top: 5.75rem;
}

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

.l-section._contact {
	margin-block: 5rem;
}

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

.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: #666;
	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: #666;
	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: #666;
	-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-accordion01 summary::-webkit-details-marker {
	display: none;
}

.c-accordion01__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	color: var(--color-white);
	color: var(--color-white);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: block;
	font-size: 1.125rem;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.25rem 2.5rem;
	padding-block: 1rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.c-accordion01__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-accordion01.is-open .c-accordion01__icon i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.c-accordion01__content {
	color: #fff;
	color: var(--color-white);
	font-size: 1.125rem;
	overflow: hidden;
	text-decoration: none;
}

.c-accordion01__content-inner {
	padding: 0 2.5rem;
}

/* .c-accordion01--type1 */

.c-accordion01--type1 .c-accordion01__title {
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.c-accordion01--type1 .c-accordion01__icon i {
	font-size: 1.25rem;
}

/* .c-accordion01--type2 */

.c-accordion01--type2 .c-accordion01__title {
	position: relative;
}

.c-accordion01--type2 .c-accordion01__icon::before,
.c-accordion01--type2 .c-accordion01__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-accordion01--type2 .c-accordion01__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

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

.c-accordion01__lists {
	margin-inline: auto;
	padding-left: 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-accordion01__link {
	color: #fff;
	color: var(--color-white);
	display: block;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	padding-block: 0.5rem;
}

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

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

.c-breadcrumb__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	row-gap: 0.5rem;
}

.c-breadcrumb__item a {
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.c-breadcrumb__item {
	color: #020202;
	color: var(--color-black);
	display: inline-block;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	line-height: normal;
	margin-right: 1.875rem;
	position: relative;
}

.c-breadcrumb__item:not(:last-child)::after {
	color: #020202;
	color: var(--color-black);
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.75rem;
	font-weight: 900;
	position: absolute;
	right: -1.1875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-button {
	background: #666;
	border: 0.0625rem solid #666;
	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: #666;
}

.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 {
	background: #f9be1b;
	background: var(--color-yellow);
	border: 0.1875rem solid #fff;
	border: 0.1875rem solid var(--color-white);
	border-radius: 1.65625rem;
	color: #020202;
	color: var(--color-black);
	display: inline-block;
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 15.125rem;
	padding-block: 1rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(65, 58, 58, 0.25);
	-webkit-transition: background 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, border-color 0.3s ease;
	width: 100%;
}

.c-button01._red {
	background: #fff;
	background: var(--color-white);
	border: 0.1875rem solid #f9be1b;
	border: 0.1875rem solid var(--color-yellow);
	color: #D3161A;
	color: var(--color-red);
	font-weight: 700;
	letter-spacing: 0.0498823529em;
	text-align: center;
}

.c-button02 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #f9be1b;
	background: var(--color-yellow);
	border: 0.1875rem solid #D3161A;
	border: 0.1875rem solid var(--color-red);
	border-radius: 1.65625rem;
	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: center;
	-webkit-transition: background 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.c-button02__text {
	grid-gap: 0.625rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #020202;
	color: var(--color-black);
	display: -ms-grid;
	display: grid;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.0625rem;
	font-weight: 700;
	gap: 0.625rem;
	-ms-grid-columns: 1fr auto;
	grid-template-columns: 1fr auto;
	letter-spacing: 0.01em;
	line-height: normal;
	padding: 0.625rem 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-button02__text::after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #231615;
	background: var(--color-base);
	content: "";
	height: 1.5rem;
	mask-image: url(../images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.5rem;
}

.c-button02._small .c-button02__text {
	gap: 0.3125rem;
}

.c-button02._red {
	background: #D91828;
	background: var(--color-red02);
	border-color: #F2BF27;
	border-color: var(--color-yellow02);
}

.c-button02._red .c-button02__text {
	color: #fff;
	color: var(--color-white);
}

.c-button02._red .c-button02__text::after {
	background: #fff;
	background: var(--color-white);
}

.c-button03 {
	background: #fff;
	background: var(--color-white);
	border-radius: 1.65625rem;
	-webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.25);
	display: inline-block;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.1596470588em;
	line-height: normal;
	padding: 0.8125rem 2.5rem;
	text-align: center;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.c-button04 {
	background: #fff;
	background: var(--color-white);
	border: 0.1875rem solid #f9be1b;
	border: 0.1875rem solid var(--color-yellow);
	border-radius: 1.65625rem;
	color: #D3161A;
	color: var(--color-red);
	display: inline-block;
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 15.125rem;
	padding-block: 1rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(65, 58, 58, 0.25);
	-webkit-transition: background 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, border-color 0.3s ease;
	width: 100%;
}

.c-button04 {
	background: #f9be1b;
	background: var(--color-yellow);
	border: 0.1875rem solid #fff;
	border: 0.1875rem solid var(--color-white);
	border-radius: 1.65625rem;
	color: #020202;
	color: var(--color-black);
	display: inline-block;
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 15.125rem;
	padding-block: 1rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(65, 58, 58, 0.25);
	-webkit-transition: background 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, border-color 0.3s ease;
	width: 100%;
}

.c-button04._red {
	background: #fff;
	background: var(--color-white);
	border: 0.1875rem solid #f9be1b;
	border: 0.1875rem solid var(--color-yellow);
	color: #D3161A;
	color: var(--color-red);
	font-weight: 700;
	letter-spacing: 0.0498823529em;
	text-align: center;
}

.c-button05 {
	background: #f9be1b;
	background: var(--color-yellow);
	border: 0.1875rem solid #fff;
	border: 0.1875rem solid var(--color-white);
	color: #020202;
	color: var(--color-black);
	display: inline-block;
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 15.125rem;
	padding-block: 1rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(65, 58, 58, 0.25);
	-webkit-transition: background 0.3s ease, border-color 0.3s ease;
	transition: background 0.3s ease, border-color 0.3s ease;
	width: 100%;
}

.c-button05._red {
	background: #fff;
	background: var(--color-white);
	border: 0.1875rem solid #f9be1b;
	border: 0.1875rem solid var(--color-yellow);
	color: #D3161A;
	color: var(--color-red);
	font-weight: 700;
	letter-spacing: 0.0498823529em;
	text-align: center;
}

.c-button06 {
	background: #f9be1b;
	background: var(--color-yellow);
	border: 0.0625rem solid #020202;
	border: 0.0625rem solid var(--color-black);
	border-radius: 0.75rem;
	display: inline-block;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	line-height: normal;
	margin-inline: auto;
	max-width: 38.125rem;
	padding-block: 0.875rem;
	text-align: center;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.c-button06__number {
	font-size: 1.25rem;
	font-weight: 700;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-button06__number::before {
	background: url(../images/common/tel-icon@2x.png) no-repeat center center;
	background-size: contain;
	content: "";
	height: 2.25rem;
	left: -1.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.25rem;
}

.c-button06__text {
	font-size: 1rem;
	margin-top: 0.375rem;
}

.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 {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	position: relative;
}

.c-card01._no-click {
	pointer-events: none;
}

.c-card01__image {
	aspect-ratio: 270/270;
	border-radius: 0.9375rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
	display: block;
	overflow: hidden;
}

.c-card01__image img {
	-o-object-fit: cover;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card01__title {
	color: #000;
	color: var(--color-black02);
	display: none;
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1.3125rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.76;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 1;
}

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

.c-card02 {
	background: #fff;
	background: var(--color-white);
	border-radius: 1.25rem;
	-webkit-box-shadow: 0.125rem 0.0625rem 0.3625rem 0 rgba(35, 22, 21, 0.84);
	        box-shadow: 0.125rem 0.0625rem 0.3625rem 0 rgba(35, 22, 21, 0.84);
	display: inline-block;
	position: relative;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.c-card02__image {
	aspect-ratio: 350/324;
	border-radius: 1.25rem 1.25rem 0 0;
	display: block;
	overflow: hidden;
}

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

.c-card02__content {
	padding: 2rem 2rem 3rem;
}

.c-card02__content::before {
	background-image: url(../images/common/arrow-circle@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.25rem;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.75rem;
}

.c-card02__date {
	border-bottom: 0.0625rem solid #F2BF27;
	border-bottom: 0.0625rem solid var(--color-yellow02);
	color: #000;
	color: var(--color-black02);
	display: block;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 0.875rem;
	line-height: 1;
	padding-bottom: 0.625rem;
}

.c-card02__title {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.c-card03__link {
	display: inline-block;
	display: -ms-grid;
	display: grid;
	place-items: center;
}

.c-card03__heading {
	color: #fff;
	color: var(--color-white);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.625rem;
	font-weight: 700;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	line-height: normal;
	position: relative;
	text-align: center;
	z-index: 1;
}

.c-card03__heading::before {
	background-image: url(../images/common/cloud@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.8125rem;
	left: -4.3125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3.6875rem;
}

.c-card03__heading::after {
	background-image: url(../images/common/cloud@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.8125rem;
	position: absolute;
	right: -4.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	        transform: translateY(-50%) rotateY(180deg);
	width: 3.6875rem;
}

.c-card03__imageBlock {
	border-radius: 1.25rem;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	overflow: hidden;
}

.c-card03__image {
	aspect-ratio: 550/279;
	border-radius: 1.25rem;
	overflow: hidden;
}

.c-card03__image img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.c-card04__price {
	background-image: repeating-linear-gradient(90deg, #F2BF27, #F2BF27 0.25rem, transparent 0.25rem, transparent 0.5rem), repeating-linear-gradient(90deg, #F2BF27, #F2BF27 0.25rem, transparent 0.25rem, transparent 0.5rem);
	background-image: repeating-linear-gradient(90deg, var(--color-yellow02), var(--color-yellow02) 0.25rem, transparent 0.25rem, transparent 0.5rem), repeating-linear-gradient(90deg, var(--color-yellow02), var(--color-yellow02) 0.25rem, transparent 0.25rem, transparent 0.5rem);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 0.125rem, 100% 0.125rem;
	color: #000;
	color: var(--color-black02);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1rem;
	line-height: 2;
	margin-top: 1rem;
	padding-block: 0.5rem;
	text-align: center;
}

.c-card04__title {
	color: #D91828;
	color: var(--color-red02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7777777778;
	margin-top: 1rem;
}

.c-card04__text {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 0.875rem;
	line-height: 2.2857142857;
	margin-top: 0.5rem;
}

.c-card05__image {
	aspect-ratio: 260/260;
	display: block;
	overflow: hidden;
}

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

.c-card05__title {
	color: #000;
	color: var(--color-black02);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-inline: auto;
	margin-top: 1.375rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-definition {
	background: #fff;
	background: var(--color-background);
}

.c-definition__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-left: 0.0625rem solid #231615;
	border-left: 0.0625rem solid var(--color-base);
	border-right: 0.0625rem solid #231615;
	border-right: 0.0625rem solid var(--color-base);
	border-top: 0.0625rem solid #231615;
	border-top: 0.0625rem solid var(--color-base);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 18rem 1fr;
	grid-template-columns: 18rem 1fr;
}

.c-definition__item:last-child {
	border-bottom: 0.0625rem solid #231615;
	border-bottom: 0.0625rem solid var(--color-base);
}

.c-definition__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#EB1A1E), to(#D3161A));
	background: linear-gradient(180deg, #EB1A1E 0%, #D3161A 100%);
	background: var(--linear-gradient02);
	color: #fff;
	color: var(--color-white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding: 1.5rem 2rem;
}

.c-definition__description {
	padding: 1.5rem 2rem;
}

.c-definition__texts {
	grid-gap: 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-definition__text {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	line-height: normal;
}

.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.1875rem;
	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: rgba(255, 255, 255, 0.95);
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	width: 100vw;
}

.c-drawer__lists {
	padding-top: 2.5rem;
}

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

.c-drawer__listsLv2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 1.25rem;
}

.c-drawer__linkLv2-image {
	display: block;
	width: 3.25rem;
}

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

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

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

/* 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-exhibit {
	grid-gap: 3rem 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 3rem 1.5rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.c-exhibit__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-radius: 0.9375rem;
	border-radius: 0.9375rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	height: 16.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	position: relative;
	text-align: center;
	width: 16.875rem;
	z-index: 10;
}

.c-exhibit__link::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.c-exhibit__link::after {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0.9375rem;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.c-exhibit__link._963::before {
	background-image: -webkit-image-set(url(../images/common/963@2x.webp) type("image/webp"), url(../images/common/963@2x.png) type("image/png"));
	background-image: image-set(url(../images/common/963@2x.webp) type("image/webp"), url(../images/common/963@2x.png) type("image/png"));
}

.c-exhibit__link._aodairestaurant::before {
	background-image: -webkit-image-set(url(../images/common/aodairestaurant@2x.webp) type("image/webp"), url(../images/common/aodairestaurant@2x.png) type("image/png"));
	background-image: image-set(url(../images/common/aodairestaurant@2x.webp) type("image/webp"), url(../images/common/aodairestaurant@2x.png) type("image/png"));
}

.c-exhibit__link._asian-dining::before {
	background-image: -webkit-image-set(url(../images/common/asian-dining@2x.webp) type("image/webp"), url(../images/common/asian-dining@2x.png) type("image/png"));
	background-image: image-set(url(../images/common/asian-dining@2x.webp) type("image/webp"), url(../images/common/asian-dining@2x.png) type("image/png"));
}

.c-exhibit__link._belc::before {
	background-image: -webkit-image-set(url(../images/common/belc@2x.webp) type("image/webp"), url(../images/common/belc@2x.png) type("image/png"));
	background-image: image-set(url(../images/common/belc@2x.webp) type("image/webp"), url(../images/common/belc@2x.png) type("image/png"));
}

.c-fix__buttonsPc {
	bottom: 1.3888888889vw;
	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;
	opacity: 0;
	position: fixed;
	right: 1.3888888889vw;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	z-index: 9999;
}

.c-fix__button {
	width: 15rem;
}

.c-fix__button:nth-child(n+2) {
	margin-top: 1.25rem;
}

.c-fix__buttonsPc.is-show {
	opacity: 1;
	visibility: visible;
}

.c-fix__buttonsPc.is-hide {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.c-fix__buttonsSp {
	display: none;
}

.c-form-confirmation__contents .c-form-confirmation__item:nth-child(n+2) {
	margin-top: 3rem;
}

.c-form-confirmation__item {
	grid-column-gap: 5.125rem;
	-moz-column-gap: 5.125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 5.125rem;
	        column-gap: 5.125rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 18.875rem 1fr;
	grid-template-columns: 18.875rem 1fr;
}

.c-form-confirmation__item._top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-form-confirmation__dt {
	-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;
}

.c-form-confirmation__item-text {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}

.c-form-confirmation__accent {
	background-color: #D91828;
	background-color: var(--color-red02);
	border-radius: 0.25rem;
	color: #fff;
	color: var(--color-white);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 0.75rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.03125rem;
	line-height: normal;
	padding: 0.1875rem 0.5rem;
	text-align: center;
}

.c-form-confirmation__value {
	display: block;
	font-weight: 400;
	line-height: normal;
}

.c-form-confirmation__value--accent {
	line-height: 1.75rem;
}

.c-form-confirmation__value:nth-child(n+2) {
	margin-top: 0.625rem;
}

.c-form__item {
	grid-column-gap: 5.125rem;
	-moz-column-gap: 5.125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 5.125rem;
	        column-gap: 5.125rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 18.875rem 1fr;
	grid-template-columns: 18.875rem 1fr;
	margin-top: 3rem;
}

.c-form__grid .wpcf7-radio {
	grid-row-gap: 1rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1rem;
}

.c-form__grid .wpcf7-list-item,
.c-form__grid .wpcf7-radio span {
	margin: 0;
}

.c-form__item._top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-form__item:first-child {
	margin-top: 0;
}

.c-form__dt {
	-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;
}

.c-form__item-text {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}

.c-form__accent {
	background-color: #D91828;
	background-color: var(--color-red02);
	border-radius: 0.25rem;
	color: #fff;
	color: var(--color-white);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 0.75rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.03125rem;
	line-height: normal;
	padding: 0.1875rem 0.5rem;
	text-align: center;
}

.c-form__text {
	font-size: 1.25rem;
	line-height: normal;
	margin-top: 5rem;
}

.c-form__button {
	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: 2.5rem;
}

.c-form__input-wrapper {
	display: inline-block;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__input-wrapper::before {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #231615;
	background: var(--color-base);
	content: "";
	height: 1.5rem;
	mask-image: url(../images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.5rem;
	z-index: 1;
}

.c-form__input-wrapper input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F2BF27;
	background: var(--color-yellow02);
	border: 0.1875rem solid #D3161A;
	border: 0.1875rem solid var(--color-red);
	border-radius: 2.875rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.78125rem 3.75rem 0.78125rem 2rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__buttons-lower {
	-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: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
	text-align: center;
}

.c-form__input-wrapper._reverse::before {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-filter: none;
	background: #231615;
	background: var(--color-base);
	content: "";
	filter: none;
	height: 1.5rem;
	left: 2rem;
	mask-image: url(../images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	        transform: translateY(-50%) scaleX(-1);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.5rem;
	z-index: 1;
}

.c-form__input-wrapper._reverse input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F2BF27;
	background: var(--color-yellow02);
	border: 0.1875rem solid #D3161A;
	border: 0.1875rem solid var(--color-red);
	border-radius: 2.875rem;
	color: #000;
	color: var(--color-black02);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.0625rem;
	line-height: normal;
	padding: 0.78125rem 2rem 0.78125rem 3.75rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__buttons-lower .c-form__input-wrapper input {
	width: 15.25rem;
}

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

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

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

.c-heading01__image {
	aspect-ratio: 221/105;
	display: block;
	margin-inline: auto;
	overflow: hidden;
	width: 13.8125rem;
}

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

.c-heading01__heading {
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 2.3125rem;
	font-weight: 700;
	letter-spacing: 0.093em;
	line-height: normal;
	margin-top: -1.5rem;
	text-align: center;
}

.c-heading02 {
	grid-gap: 0.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #D91828;
	color: var(--color-red02);
	display: -ms-grid;
	display: grid;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 2.125rem;
	font-weight: 700;
	gap: 0.75rem;
	-ms-grid-columns: 1fr auto 1fr;
	grid-template-columns: 1fr auto 1fr;
	line-height: normal;
	text-align: center;
}

.c-heading02::before,
.c-heading02::after {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url(../images/common/crown01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.625rem;
	width: 2.875rem;
}

.c-heading02::before {
	justify-self: flex-end;
}

.c-heading02::after {
	justify-self: flex-start;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.c-heading02._silver::before,
.c-heading02._silver::after {
	background-image: url(../images/common/crown02@2x.png);
}

.c-heading02._copper::before,
.c-heading02._copper::after {
	background-image: url(../images/common/crown03@2x.png);
}

.c-heading03 {
	color: #000;
	color: var(--color-black02);
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-heading03::before,
.c-heading03::after {
	background-image: url(../images/common/heading-decoration@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.25rem;
}

.c-heading03::before {
	left: -2.75rem;
}

.c-heading03::after {
	right: -2.75rem;
}

.c-heading04 {
	color: #000;
	color: var(--color-black02);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 2.3125rem;
	font-weight: 700;
	line-height: 1;
	padding-top: 4.6875rem;
	position: relative;
	text-align: center;
}

.c-heading04::before {
	background-image: url(../images/common/crown-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.0625rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 12rem;
}

.c-heading05 {
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding-left: 3rem;
	position: relative;
}

.c-heading05::before {
	background-image: url(../images/common/rainbow-icon.svg);
	background-position: center;
	background-size: cover;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.25rem;
}

.c-infoBox {
	background: #fff;
	background: var(--color-white);
	border: 0.0625rem solid rgba(0, 0, 0, 0.2);
	border-radius: 2.5rem;
	padding: 2rem 1.25rem;
}

.c-infoBox__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-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-infoBox__lists,
.c-infoBox__texts {
	margin-top: 1.25rem;
}

.c-infoBox__texts {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-infoBox__text._bold {
	font-weight: 700;
}

.c-infoBox__lists {
	list-style: disc;
	padding-left: 1.5rem;
}

.c-infoBox__list,
.c-infoBox__text {
	font-size: 1rem;
	line-height: 2;
}

.c-infoBox__lists._grid2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	padding-left: 4.125rem;
}

.c-infoBox__lists._none {
	list-style: none;
	padding-left: 0;
}

.c-infoBox__subTitle {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
}

.c-infoBox__lists._grid1 {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-infoBox__lists._center {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-infoBox__lists._bold,
.c-infoBox__list-bold {
	font-weight: 700;
}

.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: #666;
	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-media02 {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	    grid-template-areas: "image content";
	-ms-grid-columns: 1fr 2.5rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 67.5rem;
	width: 100%;
}

.c-media02__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	aspect-ratio: 520/375;
	display: block;
	grid-area: image;
	overflow: hidden;
}

.c-media02._reverse > .c-media02__image {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media03 > .c-media02__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media03._reverse > .c-media02__image {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

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

.c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	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;
	grid-area: content;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: 2.5rem;
	position: relative;
}

.c-media02._reverse > .c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media03 > .c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media03._reverse > .c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media02__content::before {
	background-image: url(../images/event/media02-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-media02__title {
	color: #D91828;
	color: var(--color-red02);
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.c-media02__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;
	margin-top: 1.5rem;
}

.c-media02__text {
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	line-height: 2;
}

.c-media02._reverse {
	    grid-template-areas: "content image";
}

.c-media03 {
	grid-gap: 3.375rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 3.375rem;
	    grid-template-areas: "image content";
	-ms-grid-columns: 1fr 3.375rem 26.1875rem;
	grid-template-columns: 1fr 26.1875rem;
}

.c-media03__imageBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: image;
}

.c-media02._reverse > .c-media03__imageBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media03 > .c-media03__imageBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media03._reverse > .c-media03__imageBlock {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media03__image {
	aspect-ratio: 443/341;
	display: block;
	overflow: hidden;
}

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

.c-media03__content {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: content;
}

.c-media02._reverse > .c-media03__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media03 > .c-media03__content {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.c-media03._reverse > .c-media03__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media03__title {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
}

.c-media03__texts {
	margin-top: 0.875rem;
}

.c-media03__text {
	color: #000;
	color: var(--color-black02);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1rem;
	line-height: 2;
}

.c-media03__link {
	color: #0000EE;
	font-weight: 700;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-media03__link:hover {
	opacity: 0.7;
}

.c-media03._reverse {
	    grid-template-areas: "content image";
	-ms-grid-columns: 26.1875rem 3.375rem 1fr;
	grid-template-columns: 26.1875rem 1fr;
}

.c-modal {
	background-image: url(../images/common/modal-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6.25rem 0;
}

.c-modal__inner.l-inner {
	max-width: calc(72rem + 6.6666%);
}

.c-modal__cards {
	grid-gap: 2.5rem 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem 1.5rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.c-modal__card {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.c-modal__card:hover .c-button03 {
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
}

.c-modal__trigger {
	cursor: pointer;
}

.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-image: url(../images/common/modal-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 93.3125rem;
	position: relative;
	width: 100%;
}

.c-modal__layer:before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-modal__container {
	background: #fff;
	background: var(--color-white);
	border-radius: 1.25rem;
	left: 50%;
	max-height: 80svh;
	overflow-y: auto;
	position: absolute;
	top: 50%;
	top: calc(50% + 2.875rem);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: min(100% - 2.5rem, 62.5rem);
}

.c-modal__inner-content {
	height: 100%;
	padding: 4rem;
	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-modal__logo {
	margin-bottom: 1.25rem;
	margin-inline: auto;
	width: 11rem;
}

.c-modal__content {
	grid-gap: 3rem;
	display: -ms-grid;
	display: grid;
	gap: 3rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.c-modal__content._1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-modal__heading {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7777777778;
	text-align: center;
}

.c-modal__texts {
	margin-bottom: 1.25rem;
}

.c-modal__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
}

.c-modal__button {
	margin-inline: auto;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-mv-lower {
	background: -webkit-gradient(linear, left top, left bottom, from(#EB1A1E), to(#D3161A));
	background: linear-gradient(180deg, #EB1A1E 0%, #D3161A 100%);
	background: var(--linear-gradient02);
	padding-block: 7.125rem;
}

.c-mv-lower__title {
	color: #fff;
	color: var(--color-white);
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.0005em;
	line-height: normal;
	text-align: center;
}

.c-mv-lower__breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: var(--font-line-seed-jp-app);
	font-size: 0.875rem;
	gap: 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	margin-top: 0.5rem;
	text-align: center;
}

.c-mv-lower__breadcrumbLink {
	color: #fff;
	color: var(--color-white);
	letter-spacing: 0.05em;
}

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

.c-mv-lower__breadcrumb-text._yellow {
	color: #f9be1b;
	color: var(--color-yellow);
	letter-spacing: 0.05em;
}

.c-mv {
	position: relative;
}

.c-mv__buttons {
	bottom: 12.2222222222vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.7777777778vw;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.c-mv__button {
	width: min(16.25rem, 16.6666666667vw);
}

.c-mv__textsBlock {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	background: -webkit-gradient(linear, left top, right top, from(#EBCB22), to(#ECCC23));
	background: linear-gradient(90deg, #EBCB22 0%, #ECCC23 100%);
	bottom: -5.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;
	gap: 1.25rem;
	padding: 1.5277777778vw 4.8611111111vw;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.c-mv__texts {
	position: relative;
}

.c-mv__texts::before {
	background-image: -webkit-image-set(url(../images/common/mowa-icon@2x.webp) type("image/webp"), url(../images/common/mowa-icon@2x.png) type("image/png"));
	background-image: image-set(url(../images/common/mowa-icon@2x.webp) type("image/webp"), url(../images/common/mowa-icon@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(1.25rem, 1.3888888889vw);
	left: -5rem;
	position: absolute;
	top: -1.25rem;
	width: min(5rem, 5.5555555556vw);
}

.c-mv__texts::after {
	background-image: -webkit-image-set(url(../images/common/mowa-icon@2x.webp) type("image/webp"), url(../images/common/mowa-icon@2x.png) type("image/png"));
	background-image: image-set(url(../images/common/mowa-icon@2x.webp) type("image/webp"), url(../images/common/mowa-icon@2x.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.25rem;
	content: "";
	height: min(1.25rem, 1.3888888889vw);
	position: absolute;
	right: -3.125rem;
	width: min(5rem, 5.5555555556vw);
}

.c-mv__text {
	color: #fff;
	color: var(--color-white);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.48125rem rgba(0, 0, 0, 0.25);
}

.c-mv__text._time {
	text-align: start;
	width: 24.375rem;
}

.c-mv__number {
	font-size: 2.5rem;
	font-weight: 900;
}

.c-pdfBox__image {
	aspect-ratio: 400/566;
	display: block;
	overflow: hidden;
}

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

.c-pdfBox__button {
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 18.625rem;
	width: 100%;
}

.c-pdfBox__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1rem;
	text-align: center;
}

.c-pdfBox__text._white {
	color: #fff;
	color: var(--color-white);
}

.c-scroll-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
	border-radius: 50%;
	color: #fff;
	color: 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;
	height: 4rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 4rem;
	z-index: 1000;
}

.c-scroll-top::before {
	border-right: 0.25rem solid #fff;
	border-right: 0.25rem solid var(--color-white);
	border-top: 0.25rem solid #fff;
	border-top: 0.25rem solid var(--color-white);
	content: "";
	display: block;
	height: 1rem;
	margin-bottom: -0.25rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 1rem;
}

.c-scroll-top:hover {
	background-color: #fff;
	background-color: var(--color-white);
	color: #F2BF27;
	color: var(--color-yellow02);
}

.c-scroll-top:hover::before {
	border-right: 0.25rem solid #F2BF27;
	border-right: 0.25rem solid var(--color-yellow02);
	border-top: 0.25rem solid #F2BF27;
	border-top: 0.25rem solid var(--color-yellow02);
}

#js-scrollTop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
}

#js-scrollTop.is-show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.c-single-pagenavi {
	-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.875rem;
}

.c-single-pagenavi__item {
	display: inline-block;
}

.c-single-pagenavi__link {
	background: #fff;
	background: var(--color-white);
	border: 0.125rem solid #D3161A;
	border: 0.125rem solid var(--color-red);
	border-radius: 1.5625rem;
	display: inline-block;
	height: 2.0625rem;
	position: relative;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	width: 2.0625rem;
}

.c-single-pagenavi__link::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/blog/arrow-icon.svg);
	background: #D3161A;
	background: var(--color-red);
	content: "";
	height: 0.9375rem;
	left: 50%;
	mask-image: url(../images/blog/arrow-icon.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%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 0.9375rem;
}

.c-single-pagenavi__link._prev::before {
	-webkit-transform: translate(-50%, -50%) rotateY(180deg) scaleX(1);
	        transform: translate(-50%, -50%) rotateY(180deg) scaleX(1);
}

.c-single-pagenavi__link._next::before {
	-webkit-transform: translate(-50%, -50%) rotateY(0deg) scaleX(1);
	        transform: translate(-50%, -50%) rotateY(0deg) scaleX(1);
}

.c-single {
	background: #fff;
	background: var(--color-white);
	border-radius: 1.25rem;
	-webkit-box-shadow: 0.125rem 0.0625rem 0.3625rem 0 rgba(35, 22, 21, 0.84);
	        box-shadow: 0.125rem 0.0625rem 0.3625rem 0 rgba(35, 22, 21, 0.84);
}

.c-single__meta {
	-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: 2.875rem;
	padding: 3.5rem 2.5rem;
}

.c-single__date {
	color: #D91828;
	color: var(--color-red02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 1.5rem;
	position: relative;
}

.c-single__date::before {
	background: linear-gradient(151deg, #D91828 7.96%, #F2BF27 92.04%);
	background: linear-gradient(151deg, var(--color-red02) 7.96%, var(--color-yellow02) 92.04%);
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.6875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.6875rem;
}

.c-single__title {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

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

.c-single__content {
	grid-gap: 2rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-hyphens: auto;
	    hyphens: auto;
	overflow-wrap: break-word;
	padding: 5rem 2.5rem;
	word-break: break-word;
}

.c-single__content p {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.c-single__content p img {
	display: inline-block;
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.c-single__content a {
	color: #0000ee;
}

.c-sns__logo {
	width: 3.3125rem;
}

.c-sns__logoImage {
	aspect-ratio: 1/1;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

.c-sns__content {
	margin-top: 1.625rem;
}

.c-sns__link {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.c-sns .c-sns__image._white {
	background: #fff;
	background: var(--color-white);
}

.c-sns__image-facebook {
	aspect-ratio: 幅/高さ;
	display: block;
	overflow: hidden;
}

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

.c-sns__image iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.facebook {
	max-width: 100%;
	width: 100% !important;
}

.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-weight: bold;
}

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

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #FCFDFD;
	background-image: none;
	border: none; /*↓リセットCSS */
	border: 1px solid #231615; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	border-radius: 4px;
	font-family: inherit;
	font-size: 1rem;
	padding: 0.75rem 1rem;
	resize: vertical; /*↓カスタム */
	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] {
	display: none;
}

[type=radio] + span {
	color: #231615;
	cursor: pointer;
	display: inline-block;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	font-weight: 700;
	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 #D91828;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

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

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

[type=checkbox] {
	display: none;
}

[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]: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: #FCFDFD;
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0; /*↓リセットCSS */
	border-radius: 0.5rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	margin-top: 0.625rem;
	padding: 0.75rem 1rem;
	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: 16.8125rem;
	line-height: 1.5;
	width: 100%;
}

/* プレースホルダーの色を変更する */

::-moz-placeholder {
	color: transparent;
}

::-webkit-input-placeholder {
	color: transparent;
}

:-ms-input-placeholder {
	color: transparent;
}

::-ms-input-placeholder {
	color: transparent;
}

::placeholder {
	color: transparent;
}

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

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	padding-top: 0.5rem;
}

.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 {
	padding-top: 11.25rem;
	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-inline: auto;
	margin-top: 2.75rem;
	max-width: 15rem;
	width: 100%;
}

.p-about {
	position: relative;
}

.p-about::before {
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

.p-about::after {
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

.p-about__inner.l-inner {
	max-width: calc(67.75rem + 6.6666%);
	padding-block: 4rem;
}

.p-about__inner::before {
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-about__inner::after {
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
	bottom: 0;
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-about__texts {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.375rem;
}

.p-about__text,
.p-about__commissioner {
	font-family: var(--font-line-seed-jp-app);
	font-size: 1rem;
	line-height: 2;
}

.p-about__commissioner {
	margin-top: 2rem;
	text-align: end;
}

.p-artist {
	padding-block: 4rem;
}

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

.p-artist__items {
	grid-gap: 5rem 6.25rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem 6.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.p-artist__flex {
	grid-column-gap: 2rem;
	-moz-column-gap: 2rem;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-column-gap: 2rem;
	        column-gap: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20.875rem 1fr;
	grid-template-columns: 20.875rem 1fr;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 3.75rem;
}

.artist-flex-content__title {
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
}

.artist-flex-content__text {
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1rem;
	line-height: 1.8;
}

.p-cards {
	padding-block: 5.75rem 6.25rem;
}

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

.p-cards__heading {
	position: relative;
}

.p-cards__heading::before,
.p-cards__heading::after {
	background-image: url(../images/top/lantern@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9.1875rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 13rem;
}

.p-cards__heading::before {
	left: calc(50% - 29.0625rem);
	top: 38%;
}

.p-cards__heading::after {
	right: calc(50% - 29.0625rem);
	top: -24%;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

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

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

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

.p-contact {
	padding-block: 4rem;
}

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

.p-contact__text {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.p-contact__button {
	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: 1rem;
}

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

.p-event {
	padding-block: 4.25rem 4.0625rem;
	position: relative;
}

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

.p-event__inner {
	max-width: calc(67.5rem + 6.6666%);
}

.p-event__items {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-exhibit {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	-o-border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border: 1.375rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border-image-slice: 1;
	padding-block: 5rem;
	position: relative;
}

.p-exhibit::before {
	background-image: url(../images/top/about-background@2x.png);
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.11;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

.p-exhibit__heading .c-heading03 {
	line-height: 1.6;
}

.p-exhibit__container {
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3rem;
}

.p-exhibit__text {
	font-size: 1rem;
	line-height: 1.75;
}

.p-exhibit__content {
	margin-inline: auto;
	max-width: 38.75rem;
	width: 100%;
}

.p-exhibit__button {
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 14.375rem;
	width: 100%;
}

.p-exhibit__lists {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 42.5rem;
	width: 100%;
}

.p-exhibit__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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-exhibit__pdf {
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 25rem;
	width: 100%;
}

.p-exhibit .c-infoBox__lists {
	margin-inline: auto;
	max-width: 31.25rem;
	width: 100%;
}

.p-exhibit .c-pdfBox__button {
	margin-top: 0;
}

.p-exhibit .c-infoBox__list {
	font-size: 1.125rem;
	font-weight: 700;
}

.p-food {
	background-image: url(../images/common/modal-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6.25rem 0;
}

.p-food__modal .c-modal {
	margin-top: 2.5rem;
	padding: 0;
}

.p-footer {
	background-image: url(../images/common/footer-background02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.p-footer::before {
	background-color: #f9be1b;
	background-color: var(--color-yellow);
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-footer__contents {
	grid-column-gap: min(12.5rem, 13.8888888889vw);
	-moz-column-gap: min(12.5rem, 13.8888888889vw);
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: min(12.5rem, 13.8888888889vw);
	        column-gap: min(12.5rem, 13.8888888889vw);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 8.6875rem 1fr;
	grid-template-columns: 8.6875rem 1fr;
	-ms-grid-columns: 12.5rem 1fr;
	grid-template-columns: 12.5rem 1fr;
	padding-block: 2.5rem;
}

.p-footer__logoLink {
	display: block;
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__logo {
	aspect-ratio: 68/72;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 3.25rem;
}

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

.p-footer__snsItems {
	-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-footer__snsItem {
	width: 3.25rem;
}

.p-footer__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-footer__nav {
	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-footer__navLink {
	color: #fff;
	color: var(--color-white);
	display: inline-block;
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding-block: 0.5rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-footer__copyright {
	background: #231615;
	background: var(--color-base);
	color: #fff;
	color: var(--color-white);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	padding-block: 1.125rem;
	position: relative;
	text-align: center;
}

.p-footer__copyright::before {
	background-color: #f9be1b;
	background-color: var(--color-yellow);
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: -0.5rem;
	width: 100%;
}

.p-footer__accordionItems {
	content: "";
	margin-top: 0.375rem;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
	width: 8.125rem;
	z-index: 1;
}

.p-header {
	background-image: url(../images/common/footer-background02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.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.625rem;
	position: relative;
	z-index: 1;
}

.p-header__logo {
	width: 4.5rem;
}

.p-header__logoLink {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

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

.p-header__link {
	color: #fff;
	color: var(--color-white);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.625rem 0.75rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-header__drawer {
	display: none;
}

.p-header__accordionItems {
	content: "";
	margin-left: 0.5rem;
	margin-top: 0.375rem;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
	width: 8.125rem;
	z-index: 1;
}

.p-header__accordionItem {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	text-align: left;
}

.p-header__accordionLink {
	color: #fff;
	color: var(--color-white);
	display: inline-block;
	padding: 0.375rem 0.5rem;
	width: 100%;
}

.p-header__listLink {
	color: #fff;
	color: var(--color-white);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: normal;
	padding: 0 0.75rem;
}

.p-header__listLink i {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__list:hover .fa-chevron-down {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.p-home {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	-o-border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border: 1.375rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border-image-slice: 1;
}

.p-map {
	padding-block: 4rem;
}

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

.p-map__content {
	aspect-ratio: 1082/729;
	display: block;
	margin-top: 2.75rem;
	max-width: 67.625rem;
	overflow: hidden;
	width: 100%;
}

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

.p-media01 {
	grid-gap: 2.0625rem;
	display: -ms-grid;
	display: grid;
	gap: 2.0625rem;
	-ms-grid-columns: 36.625rem 1fr;
	grid-template-columns: 36.625rem 1fr;
}

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

.p-media01__subTitle {
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.0201904762em;
	line-height: normal;
}

.p-media01__title {
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0.0511724138em;
	line-height: normal;
}

.p-media01__texts {
	grid-gap: 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3rem;
}

.p-media01__text {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	line-height: 1.75em;
}

.p-media01__image {
	aspect-ratio: 527/372;
	display: block;
	overflow: hidden;
}

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

.p-media01__imageText {
	color: #000;
	color: var(--color-black02);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1.4375rem;
}

.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-offering {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	-o-border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border: 1.375rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border-image-slice: 1;
	padding-block: 5rem;
	position: relative;
}

.p-offering::before {
	background-image: url(../images/top/about-background@2x.png);
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.11;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

.p-offering__heading .c-heading03 {
	line-height: 1.6;
}

.p-offering__texts {
	margin-top: 3rem;
	width: 100%;
}

.p-offering__text {
	font-size: 1rem;
	line-height: 1.75;
}

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

.p-offering__button {
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 14.375rem;
	width: 100%;
}

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

.p-offering__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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-offering__pdf {
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 25rem;
	width: 100%;
}

.p-overview {
	padding-top: 4rem;
}

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

.p-overview__content {
	margin-top: 2.75rem;
}

.p-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
}

.p-pagination a.page-numbers,
.p-pagination span.page-numbers {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: 0.0625rem solid #000;
	border: 0.0625rem solid var(--color-black02);
	color: #D3161A;
	color: var(--color-red);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1rem;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 2.5rem;
}

.p-pagination a.page-numbers:hover {
	background: #D91828;
	background: var(--color-red02);
	border: 0.0625rem solid #F2BF27;
	border: 0.0625rem solid var(--color-yellow02);
	color: #fff;
	color: var(--color-white);
	opacity: 0.7;
}

.p-pagination .page-numbers.current {
	background: #D91828;
	background: var(--color-red02);
	border: 0.0625rem solid transparent;
	border: 0.0625rem solid #F2BF27;
	border: 0.0625rem solid var(--color-yellow02);
	color: #fff;
	color: var(--color-white);
}

.p-pg-about {
	overflow-x: clip;
	position: relative;
	z-index: 0;
}

.p-pg-about::before {
	background-image: url(../images/top/about-background@2x.png);
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.11;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-pg-confirmation__inner.l-inner {
	max-width: calc(67.625rem + 6.6666%);
}

.p-schedule {
	background-image: url(../images/stage/schedule-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.5rem;
}

.p-schedule__heading {
	color: #fff;
	color: var(--color-white);
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 2.3125rem;
	font-weight: 700;
	letter-spacing: 0.23125rem;
	line-height: normal;
	text-align: center;
}

.p-schedule__text {
	color: #fff;
	color: var(--color-white);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1rem;
	margin-top: 1.5rem;
	text-align: center;
}

.p-schedule__pdf {
	margin-inline: auto;
	margin-top: 0.5rem;
	max-width: 23.4375rem;
	width: 100%;
}

.p-schedule__button {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 15rem;
	width: 100%;
}

.p-show-artist {
	background-image: url(../images/stage/stage-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

.p-show__container {
	padding-block: 9.625rem 9.625rem;
	position: relative;
}

.p-show__container:before {
	background-image: url(../images/stage/frame@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 74.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 74.125rem;
	z-index: -1;
}

.p-show__contents {
	grid-gap: 5.25rem;
	display: -ms-grid;
	display: grid;
	gap: 5.25rem;
	gap: min(5.25rem, 5.8333333333vw);
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-single {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border: 1.375rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image-slice: 1;
	padding-bottom: 6.25rem;
}

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

.p-single__heading {
	position: relative;
}

.p-single__heading::before,
.p-single__heading::after {
	background-image: url(../images/top/lantern@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9.1875rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 13rem;
}

.p-single__heading::before {
	left: calc(50% - 29.0625rem);
	top: 38%;
}

.p-single__heading::after {
	right: calc(50% - 29.0625rem);
	top: -24%;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.p-single__content {
	margin-top: 5.5rem;
}

.p-single__pagination {
	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: 2.5rem;
}

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

.p-single__sns .p-sns {
	padding-top: 0;
}

.p-sns {
	padding-block: 4rem 5.25rem;
}

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

.p-sns__item {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-inline: auto;
	margin-top: 4.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.p-sns__item._large {
	gap: 9.8125rem;
	margin-top: 6rem;
	padding-inline: 2.25rem;
}

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

.p-supporterButton__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

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

.p-thanks__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.p-thanks__texts {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-top: 3rem;
}

.p-thanks__button {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 12.5rem;
	width: 100%;
}

.p-top-about {
	overflow-x: clip;
	padding-block: 4rem;
	position: relative;
	z-index: 0;
}

.p-top-about::before {
	background-image: url(../images/top/about-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.11;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-top-about::after {
	background-image: url(../images/top/about-item01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -3.75rem;
	content: "";
	display: none;
	height: 18.75rem;
	left: calc(50% - 49rem);
	position: absolute;
	width: 17.5rem;
	z-index: -1;
}

.p-top-about__line::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 229, 98, 1)), to(rgba(235, 203, 35, 1)));
	background: linear-gradient(180deg, rgba(243, 229, 98, 1) 0%, rgba(235, 203, 35, 1) 100%);
	background: var(--linear-gradient01);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.p-top-about__line::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 229, 98, 1)), to(rgba(235, 203, 35, 1)));
	background: linear-gradient(180deg, rgba(243, 229, 98, 1) 0%, rgba(235, 203, 35, 1) 100%);
	background: var(--linear-gradient01);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.25rem;
}

.p-top-about__inner.l-inner {
	grid-gap: 3rem;
	display: -ms-grid;
	display: grid;
	gap: 3rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

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

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

.p-top-about__media::before {
	background-image: url(../images/top/about-item02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: none;
	height: 8.1875rem;
	position: absolute;
	right: -5.625rem;
	top: -8.9375rem;
	width: 7.6875rem;
	z-index: -1;
}

.p-top-about__button {
	margin-inline: auto;
	max-width: 17.75rem;
	width: 100%;
}

.p-top-counter {
	background-color: #D3161A;
	background-color: var(--color-red);
	position: relative;
}

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

.p-top-counter__items {
	grid-gap: 3.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 3.8125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	padding-block: 3.75rem;
}

.p-top-counter__image {
	aspect-ratio: 1/1;
	display: block;
	margin-inline: auto;
	overflow: hidden;
	width: 3.875rem;
}

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

.p-top-counter__number {
	color: #fff;
	color: var(--color-white);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 3.125rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.625rem;
	text-align: center;
}

.p-top-counter__text {
	color: #fff;
	color: var(--color-white);
	font-family: "Inter", sans-serif;
	font-family: var(--font-inter);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.75rem;
	text-align: center;
}

.p-top-focus {
	background-image: url(../images/top/focus-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 5rem;
	position: relative;
}

.p-top-focus::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 229, 98, 1)), to(rgba(235, 203, 35, 1)));
	background: linear-gradient(180deg, rgba(243, 229, 98, 1) 0%, rgba(235, 203, 35, 1) 100%);
	background: var(--linear-gradient01);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

.p-top-focus::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 229, 98, 1)), to(rgba(235, 203, 35, 1)));
	background: linear-gradient(180deg, rgba(243, 229, 98, 1) 0%, rgba(235, 203, 35, 1) 100%);
	background: var(--linear-gradient01);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

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

.p-top-food {
	background-image: url(../images/top/food-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 4rem;
	z-index: 2;
}

.p-top-food .c-modal {
	background: none;
	padding-block: 0;
}

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

.p-top-food__text {
	color: #020202;
	color: var(--color-black);
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.0625rem;
	letter-spacing: 20;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: center;
}

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

.p-top-food__button {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 12.625rem;
	width: 100%;
}

.p-top-news {
	-o-border-image: linear-gradient(45deg, #F2BF27, #D91828);
	-o-border-image: linear-gradient(45deg, var(--color-yellow02), var(--color-red02));
	background-color: #fff;
	background-color: var(--color-white);
	border: 1.6875rem solid transparent;
	border-image: linear-gradient(45deg, #F2BF27, #D91828);
	border-image: linear-gradient(45deg, var(--color-yellow02), var(--color-red02));
	border-image-slice: 1;
	padding-block: 6rem;
	position: relative;
}

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

.p-top-news__heading::before,
.p-top-news__heading::after {
	background-image: url(../images/top/lantern@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9.1875rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 13rem;
}

.p-top-news__heading::before {
	left: calc(50% - 29.0625rem);
	top: 38%;
}

.p-top-news__heading::after {
	right: calc(50% - 29.0625rem);
	top: -24%;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

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

.p-top-news__button {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 12.25rem;
	width: 100%;
}

.p-top-news__snsItems {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 4.25rem;
	width: 100%;
}

.p-top-news__snsItems._large {
	gap: 9.8125rem;
	margin-top: 2.5rem;
	padding-inline: 2.25rem;
}

.p-top-news__snsItems._2 {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	max-width: 100%;
}

.p-top-offering {
	background-image: url(../images/top/offering-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	color: var(--color-white);
	padding-block: 5rem;
}

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

.p-top-offering__heading {
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 2.3125rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

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

.p-top-offering__text {
	font-family: "LINESeedJP", sans-serif;
	font-family: var(--font-line-seed-jp);
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 2.0306190476;
}

.p-top-offering__button {
	margin-inline: auto;
	margin-top: 4rem;
	max-width: 13.375rem;
	width: 100%;
}

.p-top-pamphlet {
	background-image: url(../images/top/pamphlet-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 5.125rem;
}

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

.p-top-pamphlet__heading {
	color: #fff;
	color: var(--color-white);
	font-family: "BIZ UDPGothic", sans-serif;
	font-family: var(--font-biz-udpgothic);
	font-size: 2.3125rem;
	font-weight: 700;
	letter-spacing: 0.0933125em;
	line-height: normal;
	text-align: center;
}

.p-top-pamphlet__items {
	grid-gap: 3.25rem;
	display: -ms-grid;
	display: grid;
	gap: 3.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.25rem;
	padding-inline: 0;
}

.p-top-pamphlet__link {
	display: inline-block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-top-pamphlet__button {
	margin-inline: auto;
	margin-top: 3.25rem;
	max-width: 15rem;
	width: 100%;
}

.p-top-sponsor {
	background-image: url(../images/top/sponsor-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.875rem;
}

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

.p-top-sponsor__contents {
	grid-gap: 6.25rem;
	background-color: rgba(255, 255, 255, 0.63);
	background-color: var(--color-white02);
	display: -ms-grid;
	display: grid;
	gap: 6.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 4.25rem 5rem;
}

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

.p-top-sponsor__items._1 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-sponsor__item {
	margin-inline: auto;
	max-width: 15.3125rem;
	width: 100%;
}

.p-top-sponsor__link {
	background-color: #fff;
	background-color: var(--color-background);
	display: block;
	max-width: 15.3125rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.p-top-sponsor__image {
	aspect-ratio: 245/147;
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.p-top-sponsor02 {
	background-image: url(../images/top/sponsor-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 3.875rem;
}

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

.p-top-sponsor02__contents {
	grid-gap: 3.75rem;
	background-color: #fff;
	background-color: var(--color-white);
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 4.25rem 4.25rem;
}

.p-top-sponsor02__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7324;
}

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

.p-top-sponsor02__items._1 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-sponsor02__item {
	margin-inline: auto;
	margin-top: auto;
	width: 100%;
}

.p-top-sponsor02__itemHeading {
	margin-bottom: 1.25rem;
}

.p-top-sponsor02__link {
	background-color: #fff;
	background-color: var(--color-background);
	display: block;
	margin-inline: auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.p-top-sponsor02__link._special {
	max-width: 32.75rem;
}

.p-top-sponsor02__link._special .p-top-sponsor02__image {
	aspect-ratio: 365/163;
}

.p-top-sponsor02__link._sponsoring {
	max-width: 16.875rem;
}

.p-top-sponsor02__link._sponsoring._large {
	max-width: 20rem;
}

.p-top-sponsor02__link._sponsoring._belc {
	max-width: 16.875rem;
	max-width: 13.625rem;
}

.p-top-sponsor02__link._sponsoring._medium {
	margin: auto;
	max-width: 12.5rem;
}

.p-top-sponsor02__link._sponsoring._small {
	margin: auto;
	max-width: 10.75rem;
}

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

.p-top-sponsor02__link._supporter {
	max-width: 15.3125rem;
}

.p-top-sponsor02__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 30rem;
	width: 100%;
}

.p-top-sponsor02__image {
	display: block;
	overflow: hidden;
	width: 100%;
}

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

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

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

.p-top-sponsor02__link._sponsoring._medium._150 {
	max-width: 9.375rem;
}

.p-top-sponsor02__link._sponsoring._medium._160 {
	max-width: 10rem;
}

.p-top-sponsor02__link._sponsoring._200 {
	max-width: 12.5rem;
}

.p-top-sponsor02__sponsor._sdgs {
	margin-top: 1.25rem;
}

.p-top-sponsor02__link._media-supporter {
	max-width: 7.5rem;
}

.p-top-sponsor02__textLv2 {
	font-size: 1rem;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-sponsor02__content._footer._mt40 {
	margin-top: 2.5rem;
}

.p-top-sponsor02__items._3column {
	grid-gap: 0.75rem;
	display: -ms-grid;
	display: grid;
	gap: 0.75rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

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

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

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

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

.u-visually-hidden {
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	border: 0 !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

@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 (any-hover: hover) {

.c-breadcrumb__item a:hover {
	opacity: 0.5;
}

.c-button01:hover {
	background: #fff;
	background: var(--color-white);
	border-color: #f9be1b;
	border-color: var(--color-yellow);
}

.c-button01._red:hover {
	background: #D3161A;
	background: var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.c-button02:hover {
	background: #fff;
	background: var(--color-white);
	border-color: #f9be1b;
	border-color: var(--color-yellow);
}

.c-button02._red:hover .c-button02__text {
	color: #D91828;
	color: var(--color-red02);
}

.c-button02._red:hover .c-button02__text::after {
	background: #D91828;
	background: var(--color-red02);
}

.c-button03:hover {
	background-color: #F2BF27;
	background-color: var(--color-yellow02);
}

.c-button04:hover {
	background: #fff;
	background: var(--color-white);
	border-color: #f9be1b;
	border-color: var(--color-yellow);
}

.c-button04._red:hover {
	background: #D3161A;
	background: var(--color-red);
	color: #fff;
	color: var(--color-white);
}

.c-button06:hover {
	opacity: 0.7;
}

.c-card02:hover {
	opacity: 0.8;
}

.c-card02:hover .c-card02__content::before {
	-webkit-transform: translateX(0.3125rem);
	        transform: translateX(0.3125rem);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-card03__link:hover {
	opacity: 0.8;
}

.c-card03__link:hover .c-card03__image img {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-form__input-wrapper:hover {
	opacity: 1;
}

.c-form__input-wrapper input:hover {
	background: #fff;
	background: var(--color-white);
	border-color: #f9be1b;
	border-color: var(--color-yellow);
}

.c-form__input-wrapper:hover {
	opacity: 1;
}

.c-single-pagenavi__link:hover {
	background: #D3161A;
	background: var(--color-red);
}

.c-single-pagenavi__link:hover::before {
	background: #fff;
	background: var(--color-white);
}

.c-sns__link:hover {
	opacity: 0.7;
}

.p-footer__logo:hover {
	opacity: 0.7;
}

.p-header__logoLink:hover {
	opacity: 0.7;
}

.p-top-pamphlet__link:hover {
	opacity: 0.8;
}

.p-top-sponsor__link:hover {
	opacity: 0.8;
}

.p-top-sponsor02__link:hover {
	opacity: 0.8;
}

}

@media (hover: hover) {

.p-footer__link:hover {
	opacity: 0.5;
}

.p-footer__navLink:hover {
	opacity: 0.7;
}

.p-header__link:hover {
	opacity: 0.5;
}

.p-header__list:hover > .p-header__accordionItems {
	background-color: rgb(250, 52, 52);
	opacity: 1;
	visibility: visible;
}

.p-header__accordionLink:hover {
	opacity: 0.7;
}

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

}

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

.c-exhibit__link {
	height: 15.625rem;
	width: 15.625rem;
}

.c-mv__textsBlock {
	bottom: -4.375rem;
	padding: 1.5277777778vw 2.7777777778vw;
}

.c-mv__texts::before {
	top: -1.875rem;
}

.c-mv__texts::after {
	right: -2rem;
}

.c-mv__text {
	font-size: 1.5rem;
}

.c-mv__text._time {
	width: 20rem;
}

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

.p-footer__contents {
	-moz-column-gap: min(11.25rem, 12.5vw);
	-moz-column-gap: 4.375rem;
	-webkit-column-gap: min(11.25rem, 12.5vw);
	        column-gap: min(11.25rem, 12.5vw);
	-webkit-column-gap: 4.375rem;
	        column-gap: 4.375rem;
}

}

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

.p-show__container:before {
	height: min(68.75rem, 95.8333333333vw);
	top: 53%;
	width: min(68.75rem, 95.8333333333vw);
}

}

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

html {
	font-size: 1.3913043478vw;
}

.l-mv-lower {
	margin-top: 5.625rem;
}

.l-mv {
	margin-top: 5.625rem;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

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

.l-about {
	margin-top: 0;
}

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

.l-mv-lower {
	margin-top: 4rem;
}

.l-mv {
	margin-top: 5.25rem;
	margin-top: 4rem;
}

.l-scroll-top {
	bottom: 4.625rem;
}

.l-section._contact {
	margin-block: 2.5rem;
}

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

.c-button01 {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	max-width: 53.3333333333vw;
	padding-block: 3.2vw;
}

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

.c-button04 {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	max-width: 53.3333333333vw;
	padding-block: 3.2vw;
}

.c-button05 {
	font-size: 0.875rem;
	max-width: 100%;
	padding-block: 0.75rem;
}

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

.c-button06__text {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.c-card01 {
	gap: 0.625rem;
}

.c-card02__content {
	padding: 1rem 1rem 3rem;
}

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

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

.c-card03__heading::before {
	height: 1.125rem;
	left: -2.75rem;
	width: 2.25rem;
}

.c-card03__heading::after {
	height: 1.125rem;
	right: -2.75rem;
	width: 2.25rem;
}

.c-card03__image {
	aspect-ratio: 303/235;
}

.c-card04__text {
	margin-top: 0;
}

.c-card05__title {
	font-size: 0.75rem;
}

.c-definition__item {
	-ms-grid-columns: 5.5rem 1fr;
	grid-template-columns: 5.5rem 1fr;
}

.c-definition__term {
	padding: 2rem 0.5rem;
}

.c-definition__description {
	font-weight: 400;
	line-height: 138%;
	padding: 2rem 1.25rem;
}

.c-drawer__dialog {
	background-image: url(../images/common/drawer-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.c-exhibit {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding-inline: 1.75rem;
}

.c-exhibit__link {
	margin-inline: auto;
}

.c-fix__buttonsPc {
	display: none;
}

.c-fix__button {
	width: 100%;
}

.c-fix__button:nth-child(n+2) {
	margin-top: 0;
}

.c-fix__buttonsSp {
	bottom: 0;
	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;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	z-index: 30;
}

.c-fix__buttonsSp.is-show {
	opacity: 1;
	visibility: visible;
}

.c-fix__buttonsSp.is-hide {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.c-form-confirmation__contents .c-form-confirmation__item:nth-child(n+2) {
	margin-top: 1.5rem;
}

.c-form-confirmation__item {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.c-form-confirmation__dt {
	-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;
}

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

.c-form-confirmation__dd {
	margin-top: 0.75rem;
}

.c-form__item {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.c-form__grid .wpcf7-radio {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 1rem;
}

.c-form__dt {
	-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;
}

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

.c-form__item dd {
	margin-top: 0.75rem;
}

.c-form__text {
	font-size: 1rem;
	margin-top: 5.625rem;
	text-align: justify;
}

.c-form__buttons-lower {
	-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: 2.5rem;
}

.c-heading01__image {
	width: 8rem;
}

.c-heading01__heading {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-top: -1.125rem;
}

.c-heading02 {
	font-size: 1rem;
	gap: 0.5rem;
}

.c-heading02::before,
.c-heading02::after {
	height: 2.3125rem;
	width: 1.125rem;
}

.c-heading03 {
	font-size: 1.5rem;
}

.c-heading03::before,
.c-heading03::after {
	height: 1.625rem;
	width: 1.625rem;
}

.c-heading03::before {
	left: -2rem;
}

.c-heading03::after {
	right: -2rem;
}

.c-heading04 {
	font-size: 1.5rem;
	padding-top: 1.9375rem;
}

.c-heading04::before {
	height: 1.8125rem;
	width: 5.4375rem;
}

.c-infoBox {
	padding: 1.25rem 0.75rem;
}

.c-infoBox__lists._grid2 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding-left: 1.5rem;
}

.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-media02 {
	gap: 1.75rem;
	-ms-grid-rows: auto 1.75rem auto;
	    grid-template-areas: "image" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media02__content {
	height: min(32rem, 88.2666666667vw);
	margin-inline: auto;
	padding: 3.1875rem 0.875rem;
	width: min(31.125rem, 85.3333333333vw);
}

.c-media02__content::before {
	background-image: url(../images/event/media02-background-sp@2x.png);
}

.c-media02__title {
	font-size: 1.25rem;
	letter-spacing: 0.0625rem;
	line-height: 1.2;
	text-align: center;
}

.c-media02__texts {
	display: inline;
	margin-top: 0.5rem;
	padding-inline: 0.75rem;
}

.c-media02__text {
	font-size: 0.75rem;
}

.c-media02._reverse {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 2.5rem auto;
	    grid-template-areas: "image" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media03 {
	gap: 1.5rem;
	-ms-grid-rows: auto 1.5rem auto;
	    grid-template-areas: "image" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media03__imageBlock {
	margin-inline: auto;
	width: 15rem;
}

.c-media03__title {
	font-size: 1.25rem;
	text-align: center;
}

.c-media03__texts {
	margin-inline: auto;
	margin-top: 0.5rem;
	width: 14.8125rem;
}

.c-media03__text {
	font-size: 0.875rem;
	line-height: 2.2857142857;
}

.c-media03._reverse {
	-ms-grid-rows: auto 3.375rem auto;
	    grid-template-areas: "image" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-modal {
	background-image: url(../images/common/modal-background-sp@2x.jpg);
}

.c-modal__inner.l-inner {
	max-width: 37.5rem;
	padding-left: 0;
	padding-right: 0;
}

.c-modal__cards {
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	padding-inline: 1.75rem;
}

.c-modal__layer {
	height: 108.125rem;
}

.c-modal__container {
	top: 7.8125rem;
	top: calc(48% + 2rem);
}

.c-modal__inner-content {
	padding: 2.5rem;
}

.c-modal__logo {
	width: 8.25rem;
}

.c-modal__content {
	gap: 2.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

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

.c-mv-lower {
	padding-block: 4rem;
}

.c-mv-lower__title {
	font-size: 2rem;
	letter-spacing: 0.0005em;
}

.c-mv {
	overflow-x: clip;
}

.c-mv::before {
	background-image: url(../images/common/moya@2x.png);
	background-image: url(../images/common/moya-sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 1.7361111111vw;
	bottom: 0.625rem;
	bottom: 1rem;
	content: "";
	height: 7.4305555556vw;
	height: 1.0625rem;
	left: calc(50% - min(23%, 21.5972222222vw));
	left: initial;
	position: absolute;
	right: calc(50% - min(62%, 13.875rem));
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 70.2777777778vw;
	width: 3.375rem;
	z-index: 1;
}

.c-mv__buttons {
	bottom: 34%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	text-align: center;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}

.c-mv__button {
	width: 48vw;
}

.c-mv__textsBlock {
	-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: 0rem;
	padding: 1.6875rem 1.25rem;
	padding: 1.25rem 1.25rem;
	padding: 0.75rem 1.25rem 0.25rem 1.25rem;
	position: static;
	position: initial;
	width: 100%;
}

.c-mv__texts::before {
	display: none;
}

.c-mv__texts::after {
	display: none;
}

.c-mv__text {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.66667;
}

.c-mv__text._top {
	font-size: 1.125rem;
}

.c-mv__text._time {
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
}

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

.c-scroll-top {
	height: 2.5rem;
	width: 2.5rem;
}

.c-scroll-top::before {
	height: 0.75rem;
	width: 0.75rem;
}

.c-scroll-top:hover::before {
	border-right: 0.125rem solid #F2BF27;
	border-right: 0.125rem solid var(--color-yellow02);
	border-top: 0.125rem solid #F2BF27;
	border-top: 0.125rem solid var(--color-yellow02);
}

.c-single-pagenavi__link._prev::before {
	-webkit-transform: translate(-50%, -53%) rotateY(180deg) scaleX(1);
	        transform: translate(-50%, -53%) rotateY(180deg) scaleX(1);
}

.c-single__meta {
	-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: 0;
	padding: 1.25rem 1rem 0.75rem;
}

.c-single__date {
	font-size: 0.75rem;
}

.c-single__title {
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-top: 0.5rem;
}

.c-single__content {
	padding: 1.75rem 1rem 3rem;
}

.c-single__content p {
	color: #000;
	color: var(--color-black02);
	font-size: 0.875rem;
}

.c-sns {
	margin-inline: auto;
	max-width: 20.4375rem;
	width: 100%;
}

.c-sns__logo {
	width: 1.875rem;
}

.c-sns__content {
	margin-top: 0.875rem;
}

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

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

textarea {
	height: 12.5rem;
}

.gt_switcher_wrapper {
	bottom: 3.125rem !important;
	left: auto !important;
	left: initial !important;
	position: fixed !important;
	right: 0.5rem !important;
	z-index: 9 !important;
}

.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 {
	padding-top: 7.5rem;
}

.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__inner.l-inner {
	max-width: 37.5rem;
	padding: 3.5rem 3rem;
}

.p-about__texts {
	gap: 1.5rem;
	margin-top: 2rem;
}

.p-about__text,
.p-about__commissioner {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

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

.p-artist {
	padding-block: 5.75rem 3.5rem;
}

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

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

.p-artist__flex {
	display: block;
	margin-top: 2.5rem;
}

.artist-flex__figure {
	margin: 0 auto 1rem;
	width: 80%;
}

.artist-flex-content__title {
	font-size: 1.25rem;
}

.artist-flex-content__text {
	font-size: 1rem;
}

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

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

.p-cards__heading::before,
.p-cards__heading::after {
	height: 3.3125rem;
	width: 4.6875rem;
}

.p-cards__heading::before {
	left: calc(50% - 9.375rem);
	top: -2%;
}

.p-cards__heading::after {
	right: calc(50% - 9.375rem);
	top: -41%;
}

.p-cards__items {
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	padding-inline: 1.25rem;
}

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

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

.p-event {
	padding-block: 3.75rem 5.25rem;
}

.p-event::before {
	height: 100%;
	top: 0;
}

.p-event__inner {
	max-width: 37.5rem;
}

.p-exhibit {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	-o-border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border: 0.875rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border-image-slice: 1;
	padding-block: 2.5rem;
}

.p-exhibit::before {
	background-image: url(../images/top/about-background-sp@2x.png);
	opacity: 1;
}

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

.p-exhibit__container {
	gap: 2rem;
	margin-top: 2.5rem;
}

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

.p-exhibit__lists {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-exhibit__wrapper {
	gap: 2rem;
}

.p-exhibit__pdf {
	margin-top: 2.5rem;
	max-width: 100%;
}

.p-exhibit .c-infoBox__lists {
	max-width: 12.5rem;
}

.p-exhibit .c-infoBox__list {
	font-size: 1rem;
}

.p-food {
	background-image: url(../images/common/modal-background-sp@2x.jpg);
}

.p-footer__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 0.75rem;
}

.p-footer__contents {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding-block: 3rem;
	text-align: center;
}

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

.p-footer__snsItems {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	width: 12.5rem;
}

.p-footer__nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0 0.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__copyright {
	padding-block: 0.75rem 4rem;
}

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

.p-header__logo {
	width: 2.75rem;
}

.p-header__nav {
	display: none;
}

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

.p-home {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	-o-border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border: 0.875rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border-image-slice: 1;
}

.p-map {
	overflow-x: clip;
	padding-block: 3.5rem;
}

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

.p-map__content {
	aspect-ratio: 375/253;
	margin-inline: calc(50% - 50vw);
	margin-top: 2.125rem;
	width: 100vw;
}

.p-media01 {
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-media01__subTitle {
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.p-media01__title {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-align: center;
}

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

.p-media01__text {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.38em;
}

.p-media01__imageText {
	font-size: 1rem;
	line-height: 1.1875em;
	text-align: center;
}

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

.p-offering {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	-o-border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border: 0.875rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image: linear-gradient(56deg, var(--color-red02) 13.6%, var(--color-yellow02) 86.4%);
	border-image-slice: 1;
	padding-block: 2.5rem;
}

.p-offering::before {
	background-image: url(../images/top/about-background-sp@2x.png);
	opacity: 1;
}

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

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

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

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

.p-offering__lists {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-offering__wrapper {
	gap: 2rem;
}

.p-offering__pdf {
	margin-top: 2.5rem;
	max-width: 100%;
}

.p-overview {
	padding-top: 3.5rem;
}

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

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

.p-pagination a.page-numbers,
.p-pagination span.page-numbers {
	height: 2rem;
	width: 2rem;
}

.p-pg-about::before {
	background-image: url(../images/top/about-background-sp@2x.png);
	opacity: 1;
}

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

.p-schedule {
	background-image: url(../images/stage/schedule-background-sp@2x.jpg);
}

.p-schedule__heading {
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
}

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

.p-show {
	padding-top: 3.5rem;
}

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

.p-show__container {
	padding-block: 3.625rem 3.625rem;
}

.p-show__container:before {
	background-image: url(../images/stage/frame06-sp@2x.png);
	height: 92.25rem;
	top: 50%;
	width: 19.0625rem;
}

.p-show__contents {
	gap: 3.5rem;
}

.p-single {
	-o-border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border: 0.875rem solid transparent;
	border-image: linear-gradient(56deg, #D91828 13.6%, #F2BF27 86.4%);
	border-image-slice: 1;
	padding-bottom: 2.5rem;
}

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

.p-single__heading::before,
.p-single__heading::after {
	height: 3.3125rem;
	width: 4.6875rem;
}

.p-single__heading::before {
	left: calc(50% - 9.375rem);
	top: -2%;
}

.p-single__heading::after {
	right: calc(50% - 9.375rem);
	top: -41%;
}

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

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

.p-sns__item {
	gap: 2.5rem;
}

.p-sns__item._large {
	gap: 2.5rem;
	margin-top: 2.5rem;
	padding-inline: 1.5rem;
}

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

.p-supporterButton__inner.l-inner {
	padding-inline: 1rem;
}

.p-supporterButton__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-inline: auto;
	max-width: 21.25rem;
	width: 100%;
}

.p-thanks__title {
	font-size: 1.5rem;
}

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

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

.p-top-about::before {
	background-image: url(../images/top/about-background-sp@2x.png);
	opacity: 1;
}

.p-top-about__line::before {
	display: none;
}

.p-top-about__line::after {
	display: none;
}

.p-top-about__inner.l-inner {
	gap: 1.5rem;
}

.p-top-about__button {
	max-width: 20.4375rem;
}

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

.p-top-counter__items {
	gap: 2rem 0;
	padding-block: 3.875rem;
}

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

.p-top-focus::before {
	width: 1rem;
}

.p-top-focus::after {
	width: 1rem;
}

.p-top-focus__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	padding-inline: 0.75rem;
}

.p-top-food {
	background-image: url(../images/top/food-background-sp@2x.jpg);
}

.p-top-food .c-modal__cards {
	padding-inline: 0;
}

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

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

.p-top-food__button {
	max-width: 20.4375rem;
}

.p-top-news {
	-o-border-image: linear-gradient(45deg, #F2BF27, #D91828);
	-o-border-image: linear-gradient(45deg, var(--color-yellow02), var(--color-red02));
	border: 0.8125rem solid transparent;
	border-image: linear-gradient(45deg, #F2BF27, #D91828);
	border-image: linear-gradient(45deg, var(--color-yellow02), var(--color-red02));
	border-image-slice: 1;
	padding-block: 4rem;
}

.p-top-news__heading::before,
.p-top-news__heading::after {
	height: 3.3125rem;
	width: 4.6875rem;
}

.p-top-news__heading::before {
	left: calc(50% - 9.375rem);
	top: -2%;
}

.p-top-news__heading::after {
	right: calc(50% - 9.375rem);
	top: -41%;
}

.p-top-news__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding-inline: 1.375rem;
}

.p-top-news__button {
	max-width: 20.4375rem;
}

.p-top-news__snsItems {
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-news__snsItems._large {
	gap: 2.5rem;
	margin-top: 2.5rem;
	padding-inline: 1.5rem;
	padding-inline: 0;
}

.p-top-news__snsItems._2 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-offering {
	background-image: url(../images/top/offering-background-sp@2x.jpg);
	padding-block: 3.5rem;
}

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

.p-top-offering__heading {
	font-size: 1.375rem;
}

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

.p-top-offering__text {
	font-size: 0.875rem;
	line-height: 2.0714285714;
}

.p-top-offering__button {
	margin-top: 2.5rem;
	max-width: 20.4375rem;
}

.p-top-pamphlet {
	background-image: url(../images/top/pamphlet-background-sp@2x.jpg);
	padding-block: 3.75rem;
}

.p-top-pamphlet__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.3125rem;
}

.p-top-pamphlet__heading {
	font-size: 1.25rem;
	letter-spacing: 0.125em;
	line-height: 1.4;
}

.p-top-pamphlet__items {
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 0.625rem;
	padding-inline: 0;
}

.p-top-pamphlet__item .c-pdfBox__image-block {
	padding-inline: 2.875rem;
}

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

.p-top-pamphlet__button .c-button02__text {
	font-size: 0.875rem;
	padding: 0.625rem 0.875rem;
}

.p-top-sponsor {
	background-image: url(../images/top/sponsor-background-sp@2x.jpg);
	padding-block: 2.5rem;
}

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

.p-top-sponsor__contents {
	gap: 1.75rem;
	padding: 1.5rem 0.75rem;
}

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

.p-top-sponsor__items._1 {
	padding-inline: 5.125rem;
}

.p-top-sponsor02 {
	background-image: url(../images/top/sponsor-background-sp@2x.jpg);
	padding-block: 2.5rem;
}

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

.p-top-sponsor02__contents {
	gap: 1.75rem;
	padding: 2.5rem 0.75rem 1.5rem;
}

.p-top-sponsor02__text {
	font-size: 1.125rem;
	line-height: 1.3333333333;
}

.p-top-sponsor02__items._1 {
	padding-inline: 5.125rem;
}

.p-top-sponsor02__itemHeading {
	margin-bottom: 0;
}

.p-top-sponsor02__link._sponsoring._large {
	margin-top: 1.25rem;
	max-width: 15.625rem;
}

.p-top-sponsor02__link._sponsoring._belc {
	width: 70%;
	width: 65%;
}

.p-top-sponsor02__link._sponsoring._medium {
	width: 60%;
}

.p-top-sponsor02__link._sponsoring._small {
	width: 50%;
}

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

.p-top-sponsor02__link._supporter {
	max-width: 10rem;
}

.p-top-sponsor02__wrapper {
	gap: 0.75rem;
}

.p-top-sponsor02__divnk._supporter {
	display: block;
	margin-inline: auto;
	width: 50%;
}

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

.p-top-sponsor02__link._sponsoring._medium._150 {
	max-width: 6.25rem;
}

.p-top-sponsor02__link._sponsoring._medium._160 {
	max-width: 6.25rem;
}

.p-top-sponsor02__link._sponsoring._200 {
	max-width: 7.5rem;
}

.p-top-sponsor02__link._media-supporter {
	margin-top: 1.25rem;
	max-width: 6rem;
}

.p-top-sponsor02__textLv2 {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.p-top-sponsor02__items._mt20 {
	margin-top: 1.25rem;
}

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

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

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

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

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

.c-media02__image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media02._reverse > .c-media02__image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media03 > .c-media02__image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media03._reverse > .c-media02__image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media02._reverse > .c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media03 > .c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media03._reverse > .c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media03__imageBlock {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media02._reverse > .c-media03__imageBlock {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media03 > .c-media03__imageBlock {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media03._reverse > .c-media03__imageBlock {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
}

.c-media03__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media02._reverse > .c-media03__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media03 > .c-media03__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media03._reverse > .c-media03__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

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

}

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

.c-mv__buttons {
	bottom: 39%;
}

}

@-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 */
