/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

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

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

/* button */

button {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	outline: none;
	padding: 0;
}

/* アクセシビリティ対策 */

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

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/

/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

@font-face {
	font-family: "Togalite";
	font-weight: 700;
	src: url(../fonts/Togalite-Bold.woff) format("woff");
}

@font-face {
	font-family: "Togalite";
	font-weight: 500;
	src: url(../fonts/Togalite-Medium.woff) format("woff");
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	background: #01214b;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

body.no-scroll {
	overflow: hidden;
}

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

.br-sp {
	display: block;
}

.br-pc {
	display: none;
}

button {
	cursor: pointer;
}

main {
	background: #053a89;
	position: relative;
}

.js-slideIn {
	overflow-x: hidden;
}

.mask-img {
	position: relative;
}

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

.mask-img::after {
	align-items: center;
	background: #688ea8;
	color: #fff;
	content: "仮";
	display: flex;
	font-size: 5.2631578947vw;
	height: 6.5789473684vw;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6.5789473684vw;
}

#top-page section {
	padding-top: 19.4736842105vw;
	position: relative;
	z-index: 1;
}

#top-page .section-title {
	margin-bottom: 6.5789473684vw;
}

#top-page .scroll-target {
	scroll-margin-top: 26.3157894737vw;
}

/* bg
-------------------------------------------------- */

.bg {
	margin-top: -0.1315789474vw;
	position: relative;
	z-index: 1;
}

.bg::after {
	background: url(../img/img_bg-sp.jpg) no-repeat top center/cover;
	content: "";
	height: 900.5263157895vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* lead
-------------------------------------------------- */

.lead {
	padding-top: 10.5263157895vw;
	position: relative;
	text-align: center;
	z-index: 1;
}

.lead__text:nth-child(1) {
	margin-bottom: 7.6315789474vw;
}

.lead__text:nth-child(2) {
	margin-bottom: 7.3684210526vw;
}

/* news
-------------------------------------------------- */

/* schedule
-------------------------------------------------- */

.tab {
	margin-bottom: 6.5789473684vw;
}

.schedule__button .ticket-button {
	margin-inline: auto;
}

/* uniform
-------------------------------------------------- */

.uniform__head {
	margin-bottom: 6.3157894737vw;
	text-align: center;
}

.uniform__head__date {
	margin-bottom: 3.9473684211vw;
}

.uniform__head__text {
	margin-bottom: 4.4736842105vw;
}

.uniform__content {
	margin-bottom: 7.8947368421vw;
}

.uniform__button {
	display: none;
}

.uniform__button .uniform-button {
	margin-inline: auto;
}

.uniform .accordion {
	margin-bottom: 15.5263157895vw;
}

.uniform .content-item__title {
	margin-bottom: 9.8684210526vw;
}

.uniform .content-item__text {
	margin-bottom: 3.9473684211vw;
	text-align: center;
}

.uniform .content-item__table {
	margin-top: 4.4736842105vw;
}

.uniform .size-table {
	margin-inline: auto;
}

.ticket-info__button .ticket-info-button {
	margin-inline: auto;
}

/* present
-------------------------------------------------- */

#top-page .present {
	margin-bottom: 18.4210526316vw;
	z-index: 3;
}

.present-item__date {
	margin-bottom: 7.3684210526vw;
}

.present-item__img {
	margin-bottom: 3.1578947368vw;
}

.present-item__title {
	margin-bottom: 3.1578947368vw;
}

.present-item__note {
	margin-bottom: 6.5789473684vw;
	margin-top: 3.6842105263vw;
}

.present .content-item__title {
	margin-bottom: 9.8684210526vw;
}

.present .content-item__text {
	margin-bottom: 3.9473684211vw;
	text-align: center;
}

.present .content-item__table {
	margin-top: 4.4736842105vw;
}

.present .size-table {
	margin-inline: auto;
}

/* event
-------------------------------------------------- */

#top-page .event {
	background: #037e91;
	padding-bottom: 13.1578947368vw;
	position: relative;
	z-index: 2;
}

#top-page .event::before {
	background: url(../img/img_event_bg01-sp.png) no-repeat center center/cover;
	content: "";
	height: 79.2105263158vw;
	position: absolute;
	right: 0;
	top: -17.1052631579vw;
	width: 77.8947368421vw;
	z-index: 1;
}

#top-page .event__img {
	margin-bottom: 4.7368421053vw;
	margin-inline: auto;
}

#top-page .event__text {
	margin-bottom: 7.8947368421vw;
}

#top-page .event__button .event-button {
	margin-inline: auto;
}

/* family
-------------------------------------------------- */

/* banner
-------------------------------------------------- */

#top-page .banner {
	background: #a2def9;
	margin-bottom: -0.1315789474vw;
	padding-top: 13.1578947368vw;
	position: relative;
	z-index: 1;
}

.banner__inner {
	margin-inline: auto;
	width: 89.4736842105vw;
}

.banner-item + .banner-item {
	margin-top: 1.3157894737vw;
}

.gourmet {
	background: #a2def9;
	padding-bottom: 11.8421052632vw;
}

.gourmet__title {
	margin-bottom: 4.7368421053vw;
}

.sponsor-link {
	margin-top: 10.5263157895vw;
}

.footer {
	background: #fff;
	padding: 13.1578947368vw 0 11.0526315789vw;
	text-align: center;
}

.footer__official {
	margin-bottom: 9.2105263158vw;
}

.footer__logo {
	margin-bottom: 6.3157894737vw;
}

.footer__logo img {
	margin-inline: auto;
}

.inner {
	margin-inline: auto;
	padding: 0 5.2631578947vw;
	width: 100%;
}

.footer__logo img {
	max-width: 29.2105263158vw;
	width: 100%;
}

/* 球団チームアイコン
-------------------------------------------------- */

.icon_marines {
	height: 7.7631578947vw;
	width: 7.5vw;
}

.icon_eagles {
	height: 7.7631578947vw;
	width: 7.8947368421vw;
}

.icon_hawks {
	height: 7.8947368421vw;
	width: 7.8947368421vw;
}

.icon_fighters {
	height: 8.0263157895vw;
	width: 7.1052631579vw;
}

.icon_buffaloes {
	height: 7.3684210526vw;
	width: 9.4736842105vw;
}

.content-item__note p a {
	color: #1b65d1;
	text-decoration: underline;
}

/* lead
-------------------------------------------------- */

.lead__text {
	color: #fff;
	font-feature-settings: "halt";
	font-size: 3.9473684211vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.54);
}

.lead__text span {
	font-size: 6.5789473684vw;
	font-weight: 700;
	line-height: 1.315;
}

.lead__text .fw-black {
	font-weight: 900;
}

/* uniform
-------------------------------------------------- */

.uniform__head__date {
	-webkit-text-stroke: 1.5789473684vw #fff;
	color: #00214b;
	font-family: "Oswald", sans-serif;
	font-size: 11.8421052632vw;
	font-style: italic;
	font-weight: 700;
	paint-order: stroke;
}

.uniform__head__date span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6.5789473684vw;
}

.uniform__head__date span.uniform-and {
	font-size: 7.8947368421vw;
}

.uniform__head__text {
	color: #fff;
	font-size: 5.2631578947vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.25;
	text-decoration: underline;
	text-decoration-color: #04defe;
	text-decoration-thickness: 1.1842105263vw;
	text-underline-offset: 1.5789473684vw;
}

.uniform__head__note {
	color: #fff;
	font-size: 3.1578947368vw;
	font-weight: 500;
	letter-spacing: 0.05em;
}

/* present
-------------------------------------------------- */

.present-item__date {
	color: #fff;
	font-feature-settings: "halt";
	font-size: 3.4210526316vw;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.9230769231;
	text-align: center;
}

.present-item__date span {
	color: #04defe;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.present-item__date span.date {
	font-size: 13.1578947368vw;
	letter-spacing: 0;
	line-height: 1;
}

.present-item__date span.week {
	bottom: 0.3947368421vw;
	font-size: 5.9210526316vw;
	letter-spacing: 0;
	margin: 0 1.5789473684vw;
	position: relative;
}

.present-item__date span.week.week-us {
	bottom: -0.5263157895vw;
	margin: 0;
}

.present-item__date.date-mini span.date {
	font-size: 9.2105263158vw;
}

.present-item__date.date-mini span.week {
	font-size: 3.9473684211vw;
}

.present-item__title {
	color: #fff;
	font-size: 3.9473684211vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	text-align: center;
}

.present-item__lead {
	color: #04defe;
	font-size: 3.4210526316vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5384615385;
	text-align: center;
}

.present-item__note p {
	color: #fff;
	font-feature-settings: "halt";
	font-size: 3.0263157895vw;
	font-weight: 700;
	line-height: 1.7391304348;
	padding-left: 1em;
	position: relative;
}

.present-item__note p::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

.present-item__note .before-none {
	padding-left: 0;
}

.present-item__note .before-none::before {
	content: "";
}

/* event
-------------------------------------------------- */

.event__text {
	color: #fff;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: justify;
}

.event__text__note {
	font-size: 2.6315789474vw;
	padding-left: 1em;
	position: relative;
}

.event__text__note::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

/* family
-------------------------------------------------- */

.family__text {
	color: #fff;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: justify;
}

.family__text__note {
	font-size: 2.6315789474vw;
	padding-left: 1em;
	position: relative;
}

.family__text__note::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

/* footer
-------------------------------------------------- */

.footer__official {
	color: #1b65d1;
	font-size: 3.9473684211vw;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 1.8421052632vw;
}

.footer__copyright {
	font-size: 2.6315789474vw;
	letter-spacing: 0.05em;
}

.section-title {
	-webkit-text-stroke: 1.3157894737vw #fff;
	color: #00214b;
	font-family: "Togalite", sans-serif;
	font-size: 7.8947368421vw;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-inline: auto;
	paint-order: stroke;
	position: relative;
	text-align: center;
	z-index: 1;
	--blur: blur(0px);
	filter: var(--blur) drop-shadow(0 0 10px #18cdfa) drop-shadow(0 0 20px #18cdfa);
	will-change: transform;
}

.section-title::before {
	background: url(../img/img_title_bg@2x.png) no-repeat center center/cover;
	content: "";
	height: 25.7894736842vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 46.1842105263vw;
	z-index: -1;
}

.section-title img {
	height: auto;
	height: 25.7894736842vw;
	position: relative;
	z-index: 1;
}

.family__title::before {
	height: 31.5789473684vw;
}

.family__title img {
	height: inherit;
}

.gourmet__title {
	filter: none;
}

.gourmet__title::before {
	display: none;
}

.ticket-button {
	align-items: center;
	display: flex;
	-moz-column-gap: 1.3157894737vw;
	background: #09dcfb;
	border-radius: 50px;
	column-gap: 1.3157894737vw;
	height: 13.1578947368vw;
	padding-left: 5.1315789474vw;
	position: relative;
	transition: all 0.3s ease-out;
	width: 83.2894736842vw;
}

.ticket-button::after {
	background: url(../img/icon_arrow.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

.ticket-button p {
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
}

.ticket-button img {
	height: 6.1842105263vw;
	width: 45.3947368421vw;
}

.uniform-button::after {
	background: url(../img/icon_arrow-white.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

.ticket-info-button {
	align-items: center;
	background: #09dcfb;
	border-radius: 50px;
	color: #00214b;
	display: flex;
	flex-direction: column;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 13.1578947368vw;
	justify-content: center;
	letter-spacing: 0.05em;
	position: relative;
	transition: all 0.3s ease-out;
	width: 89.4736842105vw;
}

.ticket-info-button::after {
	background: url(../img/icon_arrow.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

.ticket-info-button span {
	font-size: 3.1578947368vw;
}

.event-button {
	align-items: center;
	background: #09dcfb;
	border-radius: 70px;
	color: #00214b;
	display: flex;
	flex-direction: column;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 13.1578947368vw;
	justify-content: center;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 89.4736842105vw;
}

.event-button span {
	font-size: 3.1578947368vw;
}

.event-button::after {
	background: url(../img/icon_arrow.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

.family-button {
	align-items: center;
	background: #09dcfb;
	border-radius: 70px;
	color: #00214b;
	display: flex;
	flex-direction: column;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 18.4210526316vw;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 89.4736842105vw;
}

.family-button::after {
	background: url(../img/icon_arrow.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

/* floating menu
-------------------------------------------------- */

.floating-button {
	bottom: 0;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0;
	row-gap: 1.0526315789vw;
	z-index: 100;
}

.floating-button__link {
	align-items: center;
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 0.9210526316vw;
	background: #09dcfb;
	column-gap: 0.9210526316vw;
	height: 17.1052631579vw;
	transition: all 0.3s ease-out;
	width: 36.8421052632vw;
}

.floating-button__link.link-ticket {
	background: #09dcfb;
	border-radius: 3.9473684211vw 0 0 0;
	height: 17.1052631579vw;
	padding: 0 1.3157894737vw;
}

.floating-button__link.link-ticket p {
	color: #00214b;
}

.floating-button__link.link-family {
	background: #00214b;
	border-radius: 6.5789473684vw 0 0 6.5789473684vw;
	justify-content: start;
	padding: 0 0 0 3.1578947368vw;
}

.floating-button__link.link-family p {
	color: #fff;
}

.floating-button__link p {
	font-feature-settings: "halt";
	font-size: 2.6315789474vw;
	font-weight: 700;
	text-align: center;
}

.floating-button__link p span {
	font-size: 3.4210526316vw;
	line-height: 1.3076923077;
}

.floating-button__link p .fc-yellow {
	color: #fff22a;
}

.floating-button__img {
	height: 8.6842105263vw;
	width: 9.6052631579vw;
}

.floating-button__img .link-family {
	height: 9.2105263158vw;
	width: 9.2105263158vw;
}

.floating-button__arrow {
	height: 3.1578947368vw;
	width: 1.8421052632vw;
}

.floating-button__img img,
.floating-button__link img {
	height: 100%;
	width: 100%;
}

.floating-button.is-stop {
	position: absolute;
}

.schedule .accordion-content,
.uniform .accordion-content,
.present .accordion-content {
	display: none;
}

/* +-のアニメーション
-------------------------------------------------- */

.accordion-title {
	cursor: pointer;
	position: relative;
}

.schedule .accordion-title::before {
	background: #01214b;
	content: "";
	height: 0.2631578947vw;
	position: absolute;
	right: 1.9736842105vw;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease-out;
	width: 2.1052631579vw;
}

.schedule .accordion-title::after {
	background: #01214b;
	content: "";
	height: 0.2631578947vw;
	position: absolute;
	right: 1.9736842105vw;
	top: 50%;
	transition: transform 0.3s ease-out;
	width: 2.1052631579vw;
}

.schedule .accordion-title.open::before {
	transform: rotate(180deg);
}

.uniform .accordion-title::before {
	background: #01214b;
	content: "";
	height: 0.2631578947vw;
	position: absolute;
	right: 3.5526315789vw;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease-out;
	width: 2.6315789474vw;
}

.uniform .accordion-title::after {
	background: #01214b;
	content: "";
	height: 0.2631578947vw;
	position: absolute;
	right: 3.5526315789vw;
	top: 50%;
	transition: transform 0.3s ease-out;
	width: 2.6315789474vw;
}

.uniform .accordion-title.open::before {
	transform: rotate(180deg);
}

.present .accordion-title::before {
	background: #01214b;
	content: "";
	height: 0.2631578947vw;
	position: absolute;
	right: 4.3421052632vw;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease-out;
	width: 2.6315789474vw;
}

.present .accordion-title::after {
	background: #01214b;
	content: "";
	height: 0.2631578947vw;
	position: absolute;
	right: 4.3421052632vw;
	top: 50%;
	transition: transform 0.3s ease-out;
	width: 2.6315789474vw;
}

.present .accordion-title.open::before {
	transform: rotate(180deg);
}

/* title
-------------------------------------------------- */

.uniform .accordion-title p,
.present .accordion-title p {
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.uniform .content-item__title,
.present .content-item__title {
	color: #00214b;
	font-size: 4.7368421053vw;
	font-weight: 700;
	position: relative;
	text-align: center;
}

.uniform .content-item__title::after,
.present .content-item__title::after {
	background: #1b65d1;
	bottom: -2.2368421053vw;
	content: "";
	height: 1.4473684211vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 9.7368421053vw;
}

.uniform .content-item__text p,
.present .content-item__text p {
	color: #00214b;
	font-feature-settings: "palt";
	font-size: 3.9473684211vw;
	font-weight: 500;
	line-height: 1.3333333333;
}

.uniform .content-item__note p,
.present .content-item__note p {
	color: #00214b;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	line-height: 1.6666666667;
	padding-left: 1em;
	position: relative;
	text-align: justify;
}

.uniform .content-item__note p::before,
.present .content-item__note p::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

.present .content-item__note p.fc-red {
	color: #f00;
}

.uniform .content-item__note p.ls-10,
.present .content-item__note p.ls-10 {
	letter-spacing: -0.1em;
}

.uniform .content-item__note p.before-none,
.present .content-item__note p.before-none {
	padding-left: 0;
}

.uniform .content-item__note p.before-none::before,
.present .content-item__note p.before-none::before {
	content: "";
	position: absolute;
}

.uniform .content-item__note p.before-example::before,
.present .content-item__note p.before-example::before {
	content: "例";
	position: absolute;
}

.uniform .content-item__note.before-dot p,
.present .content-item__note.before-dot p {
	padding-left: 0.5em;
}

.uniform .content-item__note.before-dot p::before,
.present .content-item__note.before-dot p::before {
	content: "・";
	position: absolute;
}

/* uniform
-------------------------------------------------- */

.uniform .accordion-container {
	margin-inline: auto;
	width: 76.3157894737vw;
}

.uniform .accordion-title {
	align-items: center;
	background: #09dcfb;
	border-radius: 6.5789473684vw;
	display: flex;
	height: 13.1578947368vw;
	justify-content: center;
	margin-bottom: -6.5789473684vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.uniform .accordion-content {
	background: #fff;
	padding-bottom: 13.0263157895vw;
	padding-top: 11.5789473684vw;
}

.uniform .content-item + .content-item {
	margin-top: 10.5263157895vw;
}

.uniform .size-table {
	border-collapse: collapse;
	font-size: 2.6315789474vw;
	line-height: 2;
	table-layout: fixed;
	text-align: center;
	width: 76.3157894737vw;
}

.uniform .size-table th,
.uniform .size-table td {
	border: 0.5263157895vw solid #fff;
	font-weight: 400;
	height: 5.2631578947vw;
}

.uniform .size-table thead th {
	background-color: #1b65d1;
	color: #fff;
}

.uniform .size-table thead th:first-of-type {
	width: 13.9473684211vw;
}

.uniform .size-table tbody th {
	background-color: #d6edfc;
}

.uniform .size-table tbody td {
	background-color: #d6edfc;
}

/* present
-------------------------------------------------- */

.present .accordion-container {
	margin-inline: auto;
	width: 76.3157894737vw;
}

.present .accordion-title {
	align-items: center;
	background: #09dcfb;
	border-radius: 5.2631578947vw;
	display: flex;
	height: 10.5263157895vw;
	justify-content: center;
	margin-bottom: -5.2631578947vw;
	position: relative;
	z-index: 1;
}

.present .accordion-content {
	background: #fff;
	padding-bottom: 13.0263157895vw;
	padding-top: 11.5789473684vw;
}

.present .content-item + .content-item {
	margin-top: 10.5263157895vw;
}

.uniform .content-item__wrap,
.present .content-item__wrap {
	padding: 0 5.2631578947vw;
	width: 100%;
}

.present .size-table {
	border-collapse: collapse;
	font-size: 2.6315789474vw;
	line-height: 2;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.present .size-table th,
.present .size-table td {
	border: 0.5263157895vw solid #fff;
	font-weight: 400;
	height: 5.2631578947vw;
}

.present .size-table thead th {
	background-color: #1b65d1;
	color: #fff;
}

.present .size-table thead th:first-of-type {
	width: 13.9473684211vw;
}

.present .size-table tbody th {
	background-color: #d6edfc;
}

.present .size-table tbody td {
	background-color: #d6edfc;
}

.banner-item {
	will-change: transform;
}

.banner-item img {
	height: 24.0789473684vw;
	width: 89.4736842105vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor-link {
	will-change: transform;
}

.sponsor-link img {
	height: 27.8947368421vw;
	width: 89.4736842105vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.loader {
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.loader__line {
	background: #a1cff0;
	height: 100%;
	margin-left: -1px;
	width: calc(3.3333333333% + 1px);
}

.js-maskImg {
	-webkit-mask-image: linear-gradient(90deg, #000 0% 50%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0% 50%, transparent 100%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: 200% 0%;
	mask-position: 200% 0%;
}

.js-maskImg.is-open {
	animation: maskImg 1s linear forwards;
}

#top-page .header {
	background: #01214b;
	height: 26.3157894737vw;
	position: sticky;
	top: 0;
	z-index: 999;
}

#page-family .header {
	background: #01214b;
	height: 26.3157894737vw;
	position: sticky;
	top: 0;
	z-index: 999;
}

#top-page .scroll-target,
#page-family .scroll-target {
	scroll-margin-top: 26.3157894737vw;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	overflow: hidden;
}

.header__logo {
	height: 9.7368421053vw;
	margin-left: 3.9473684211vw;
	width: 9.4736842105vw;
}

#page-event .header__logo,
#page-sponsor .header__logo {
	margin-left: 5.2631578947vw;
}

.header__logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.header__logo a img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header__nav {
	height: inherit;
	margin-right: 2.6315789474vw;
}

#top-page .header__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	height: 13.1578947368vw;
}

#page-family .header__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	height: 13.1578947368vw;
}

#top-page .header__item {
	align-items: center;
	color: #fff;
	display: flex;
	flex: 1;
	font-family: "Togalite";
	font-size: 3.1578947368vw;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
	transform: skewX(-20deg);
	transition: all 0.3s ease-out;
	width: 25vw;
}

#page-family .header__item {
	color: #fff;
	flex: 1;
	font-family: "Togalite";
	font-size: 3.1578947368vw;
	font-weight: 700;
	height: inherit;
	line-height: 1.25;
	position: relative;
	text-align: center;
	transform: skewX(-20deg);
	transition: all 0.3s ease-out;
	width: 25vw;
}

.header__item a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	transform: skewX(20deg);
	width: 100%;
}

#page-family .header__item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	transform: skewX(20deg);
	width: 100%;
}

#page-family .header__item:last-of-type a {
	position: relative;
	right: -3.4210526316vw;
}

#page-family .header__item a span {
	font-size: 2.6315789474vw;
	line-height: 1.25;
}

#top-page .header__item:nth-of-type(odd),
#page-family .header__item:nth-of-type(odd) {
	background: #a1cff0;
	color: #01214b;
}

#top-page .header__item:nth-of-type(3)::before,
#page-family .header__item:nth-of-type(3)::before {
	content: "";
	height: inherit;
	position: absolute;
	right: -5vw;
	top: 0;
	width: 5.2631578947vw;
}

#top-page .header__item:nth-of-type(3)::before,
#page-family .header__item:nth-of-type(3)::before {
	background: #a1cff0;
}

#top-page .header__item:nth-of-type(1),
#top-page .header__item:nth-of-type(3n+1),
#page-family .header__item:nth-of-type(1),
#page-family .header__item:nth-of-type(3n+1) {
	border-left: 0.2631578947vw solid #fff;
}

#top-page .header__item:nth-of-type(n + 4),
#page-family .header__item:nth-of-type(n + 4) {
	transform: skew(-20deg) translateX(-4.7368421053vw);
}

/* ナビメニューが奇数の場合
-------------------------------------------------- */

/*
-------------------------------------------------- */

.fv {
	position: relative;
}

.fv__image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.fv__title {
	bottom: 1.9736842105vw;
	height: 32.2368421053vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 67.1052631579vw;
}

.fv__title img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.news__box {
	background: linear-gradient(to right, #fff 93.2352941176%, transparent 6.7647058824%);
	max-width: 100%;
	width: 100%;
}

.news__list {
	height: 34.2105263158vw;
	padding: 4.7368421053vw 6.0526315789vw 4.7368421053vw 5.2631578947vw;
}

.news__list .simplebar-track {
	background: #fff;
	border-radius: 1.3157894737vw;
	width: 2.6315789474vw;
}

.news__list .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

.news__list .simplebar-track .simplebar-scrollbar::before {
	background: #00214b;
	border-radius: 1.3157894737vw;
	inset: 0;
	width: 2.6315789474vw;
}

.news__item {
	padding-right: 5.2631578947vw;
}

.news__item + .news__item {
	margin-top: 6.3157894737vw;
}

.news__item__head {
	align-items: center;
	display: flex;
	-moz-column-gap: 1.4473684211vw;
	column-gap: 1.4473684211vw;
	margin-bottom: 2.6315789474vw;
}

.news-date {
	font-family: "Oswald", sans-serif;
	font-size: 5.2631578947vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.news-category {
	background: #f00;
	border-radius: 13px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 3.1578947368vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.6578947368vw 1.9736842105vw;
}

.news-text {
	border-bottom: 1px solid #00214b;
	color: #01214b;
	font-size: 2.8947368421vw;
	letter-spacing: 0.05em;
	line-height: 1.4545454545;
	padding-bottom: 3.1578947368vw;
}

.schedule .tab-list {
	display: flex;
	justify-content: space-around;
	-moz-column-gap: 1.0526315789vw;
	column-gap: 1.0526315789vw;
}

.schedule .tab-menu {
	align-items: center;
	background: #d6edfc;
	cursor: pointer;
	display: flex;
	height: 11.3157894737vw;
	justify-content: center;
	transition: all 0.3s ease-out;
	width: 44.2105263158vw;
}

.schedule .tab-menu p {
	color: #00214b;
	font-family: "Togalite", sans-serif;
	font-size: 5.2631578947vw;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.schedule .tab-menu.current {
	background: #fff;
}

.schedule .content-group {
	background: #fff;
	margin-top: -0.1315789474vw;
	padding: 5.2631578947vw;
}

.schedule .content-box {
	display: none;
}

.schedule .accordion-title {
	align-items: center;
	background: #d6edfc;
	display: flex;
	height: 10.5263157895vw;
	padding: 0 1.5789473684vw;
}

.schedule .accordion-title__date {
	color: #000;
	font-family: "Oswald", sans-serif;
	font-feature-settings: "halt";
	font-size: 3.9473684211vw;
	width: 30.2631578947vw;
}

.schedule .accordion-title__date .title-date {
	color: #00214b;
	font-family: "Oswald", sans-serif;
	font-size: 4.4736842105vw;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
}

.schedule .accordion-title__date .title-week {
	bottom: 0.3947368421vw;
	color: #00214b;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "halt";
	font-size: 2.1052631579vw;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	margin: 0 0.7894736842vw;
	position: relative;
}

.schedule .title-week.week-sun {
	color: #f00;
}

.schedule .title-week.week-sat {
	color: #1b65d1;
}

.schedule .accordion-title__vs {
	color: #00214b;
	font-size: 2.7631578947vw;
	font-weight: 500;
}

.schedule .accordion-title__team {
	align-items: center;
	display: flex;
	margin-left: 1.3157894737vw;
}

.schedule .accordion-title__team .team-icon {
	width: 9.4736842105vw;
}

.schedule .accordion-title__team .team-icon img {
	margin-inline: auto;
}

.schedule .accordion-title__team p {
	color: #00214b;
	font-size: 2.7631578947vw;
	font-weight: 500;
}

.schedule .content-item {
	align-items: center;
	display: grid;
	grid-template-columns: auto auto 1fr;
	padding: 3.1578947368vw;
}

.schedule .content-item .event-info {
	grid-column: 1/4;
}

.schedule .content-item + .content-item {
	border-top: 1px solid #1b65d0;
}

.schedule .content-item__date {
	color: #00214b;
	font-family: "Oswald", sans-serif;
	font-size: 5.6578947368vw;
	font-style: italic;
	font-weight: 500;
	width: 21.0526315789vw;
}

.schedule .content-item__date span {
	bottom: 0.3947368421vw;
	color: #00214b;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.0263157895vw;
	font-style: italic;
	font-weight: 500;
	margin: 0 0.7894736842vw;
	position: relative;
}

.schedule .content-item__date .week-sun {
	color: #f00;
	font-feature-settings: "halt";
}

.schedule .content-item__date .week-sat {
	color: #1b65d1;
}

.schedule .content-item__text {
	color: #00214b;
	font-size: 2.7631578947vw;
	font-style: italic;
	font-weight: 500;
	line-height: 1.4761904762;
}

.schedule .content-item__text.event-info a {
	color: #00214b;
	font-size: 2.1052631579vw;
	font-style: italic;
	font-weight: 500;
	transition: filter 0.3s ease-out;
}

.schedule .content-item__text .fw-bold {
	font-weight: 700;
}

.schedule .content-item__icon {
	margin-left: 2.6315789474vw;
}

.schedule .content-item__icon img {
	display: inline-block;
	height: 9.8684210526vw;
	width: 9.8684210526vw;
	-o-object-fit: contain;
	object-fit: contain;
}

.schedule .content-item__icon a {
	display: inline-block;
	transition: all 0.3s ease-out;
}

.uniform__content {
	display: grid;
	grid-template-areas: "A A" "B C" "D E";
	overflow: hidden;
}

.gridA {
	grid-area: A;
	height: 76.3157894737vw;
	width: 89.4736842105vw;
}

.gridB {
	grid-area: B;
	height: 38.1578947368vw;
	width: 44.7368421053vw;
}

.gridC {
	grid-area: C;
	height: 38.1578947368vw;
	width: 44.7368421053vw;
}

.gridD {
	grid-area: D;
	height: 38.1578947368vw;
	width: 44.7368421053vw;
}

.gridE {
	grid-area: E;
	height: 38.1578947368vw;
	width: 44.7368421053vw;
}

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

.present__item + .present__item {
	border-top: 1px solid #0ad7ef;
	margin-top: 11.8421052632vw;
	padding-top: 7.1052631579vw;
}

.present-item__img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-inline: auto;
	row-gap: 2.6315789474vw;
}

.present-item__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.present-item__note {
	padding: 0 7.3684210526vw;
}

.event__inner {
	position: relative;
	z-index: 2;
}

.event__img {
	width: 89.4736842105vw;
}

.event__img img {
	aspect-ratio: 680/382;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* オーバーレイのスタイル */

.overlay {
	background-color: #d6edfc;
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.6s, visibility 0.6s;
	visibility: hidden;
	width: 100vw;
	z-index: 100; /* メニューよりも下にする */
}

.overlay.active {
	opacity: 0.8;
	visibility: visible;
}

/* メニューのスタイル */

.modal-container {
	background-color: #01214b;
	position: fixed;
	top: -200%;
	transition: top 0.3s ease-out;
	width: 100%;
	z-index: 1000; /* オーバーレイよりも上にする */
}

.modal-container[aria-hidden=false] {
	overflow-y: scroll;
	top: 0;
	transition: top 0.3s ease-out;
}

.modal-content {
	margin-inline: auto;
	width: 100%;
}

.modal-container .modal-header {
	align-items: center;
	display: flex;
	height: 13.1578947368vw;
	justify-content: space-between;
}

.modal-container .modal-header .modal-header__logo {
	height: 9.7368421053vw;
	margin-left: 5.2631578947vw;
	width: 9.4736842105vw;
}

.modal-container .modal-header .modal-header__close {
	height: 8.1578947368vw;
	margin-right: 2.2368421053vw;
	width: 6.7105263158vw;
}

.modal-container .modal-header img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.modal-container .menu-list {
	padding: 6.0526315789vw 10.5263157895vw 10.5263157895vw;
	width: 100%;
}

.modal-container .menu-item + .menu-item {
	margin-top: 5.5263157895vw;
}

.modal-container .menu-item {
	border-bottom: 0.2631578947vw solid #fff;
}

.modal-container .menu-link {
	color: #fff;
	display: inline-block;
	font-family: "Togalite", sans-serif;
	font-feature-settings: "halt";
	font-size: 5.2631578947vw;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-right: 1em;
}

#page-event { /* table
  -------------------------------------------------- */
}

#page-event #event {
	padding-top: 13.1578947368vw;
}

#page-event .header {
	background: #01214b;
	height: 13.1578947368vw;
	position: sticky;
	top: 0;
	z-index: 999;
}

#page-event .scroll-target {
	scroll-margin-top: 13.1578947368vw;
}

#page-event .header__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr auto;
	height: 13.1578947368vw;
}

#page-event .header__item {
	align-items: center;
	color: #fff;
	display: flex;
	flex: 1;
	font-family: "Togalite";
	font-size: 3.1578947368vw;
	font-weight: 500;
	height: inherit;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
	transform: skewX(-20deg);
	transition: all 0.3s ease-out;
	width: 21.0526315789vw;
}

#page-event .header__item:last-of-type {
	width: 10.5263157895vw;
}

#page-event .header__item:last-of-type button {
	justify-content: end;
	transform: skewX(20deg);
}

#page-event .header__item:nth-of-type(odd) {
	background: #a1cff0;
	color: #01214b;
}

#page-event .header__item img {
	height: 8.1578947368vw;
	width: 7.2368421053vw;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-event .event {
	padding: 15vw 0 13.1578947368vw;
}

#page-event .event__wrap + .event__wrap {
	padding-top: 13.1578947368vw;
}

#page-event .event__wrap__title {
	border-bottom: 0.2631578947vw solid #fff;
	color: #fff;
	font-size: 4.7368421053vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
	margin-bottom: 5.2631578947vw;
	padding-bottom: 2.6315789474vw;
}

#page-event .accordion-item + .accordion-item {
	margin-top: 3.9473684211vw;
}

#page-event .accordion-item {
	background: #d6edfc;
	padding: 2.6315789474vw;
}

#page-event .accordion-title {
	display: flex;
	-moz-column-gap: 3.2894736842vw;
	column-gap: 3.2894736842vw;
	position: relative;
}

#page-event .accordion-title::before {
	background: #01214b;
	content: "";
	height: 0.3947368421vw;
	position: absolute;
	right: 1.8421052632vw;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease-out;
	width: 3.8157894737vw;
}

#page-event .accordion-title::after {
	background: #01214b;
	content: "";
	height: 0.3947368421vw;
	position: absolute;
	right: 1.8421052632vw;
	top: 50%;
	transition: transform 0.3s ease-out;
	width: 3.8157894737vw;
}

#page-event .accordion-title.open::before {
	transform: rotate(180deg);
}

#page-event .accordion-title__img {
	height: 15.2631578947vw;
	overflow: hidden;
	width: 21.7105263158vw;
}

#page-event .accordion-title__img img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-event .accordion-title__img.thumbnail--option {
	height: auto;
	width: 28.9473684211vw;
}

#page-event .accordion-title__img.thumbnail--option img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-event .accordion-title__text {
	color: #01214b;
	flex: 1;
	font-feature-settings: "halt";
	/* font-size: 3.9473684211vw; */
	font-size: 3.1578947368vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	padding-right: 10.5263157895vw;
	text-align: justify;
}

#page-event .accordion-content {
	display: none;
	margin-top: 2.6315789474vw;
}

#page-event .accordion-content p {
	color: #01214b;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: justify;
}

#page-event .accordion-content p .text-notes {
	font-size: 2.3684210526vw;
}

#page-event .accordion-content__img {
	aspect-ratio: 16/9;
	margin-bottom: 3.9473684211vw;
}

#page-event .accordion-content__img.aspect--wide {
	aspect-ratio: auto;
}

#page-event .accordion-content__img img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-event .accordion-item.event-none {
	pointer-events: none;
}

#page-event .accordion-item.event-none .accordion-title::before,
#page-event .accordion-item.event-none .accordion-title::after {
	display: none;
}

#page-event .accordion-content .table-notes {
	font-size: 2.3684210526vw;
	margin-bottom: 1.3157894737vw;
	margin-top: -3.9473684211vw;
}

#page-event .article__event-table {
	border-collapse: separate;
	margin-bottom: 3.9473684211vw;
	margin-top: 3.9473684211vw;
	table-layout: fixed;
	width: 100%;
}

#page-event .article__event-table caption {
	color: #01214b;
	font-size: 3.1578947368vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: left;
}

#page-event .article__event-table th,
#page-event .article__event-table td {
	border: solid #d6edfc 0.1315789474vw;
	font-feature-settings: "halt";
	font-size: 2.6315789474vw;
	letter-spacing: 0.05em;
}

#page-event .article__event-table th {
	background-color: #1b65d1;
	color: #fff;
	font-weight: bold;
	padding: 2.6315789474vw 0;
	text-align: center;
	width: 31.25%;
}

#page-event .article__event-table td {
	background-color: #fff;
	color: #01214b;
	padding: 2.6315789474vw 3.9473684211vw;
	width: 68.75%;
}

#page-event .article__event-table td .text-notes {
	display: inline-block;
	font-size: 1.9736842105vw;
	padding-left: 1em;
	position: relative;
}

#page-event .article__event-table td .text-notes::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

#page-event .article__event-table td .indent-dot {
	display: inline-block;
	padding-left: 0.5em;
	position: relative;
}

#page-event .article__event-table td .indent-dot::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}

#page-event .article__event-table td .fc-red {
	color: #f00;
}

#page-event .article__event-table td a {
	color: #1b65d1;
	text-decoration: underline;
}

#page-event .article__event-table td .qr {
	height: 26.3157894737vw;
	margin-inline: auto;
	width: 26.3157894737vw;
}

#page-event .article__event-table td .qr img {
	height: 100%;
	width: 100%;
}

#page-event .article__event-table td .sub-list {
	margin-left: 0.5em;
	padding-left: 2em;
	position: relative;
}

#page-event .article__event-table td .sub-list::before {
	content: "例：";
	font-feature-settings: normal;
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0;
}

#page-event .article__event-table td .event-table__td__img {
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-event .article__event-table td .event-table__guest-wrap {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1em;
}

#page-event .article__event-table td .event-table__guest-wrap .guest-item img {
	aspect-ratio: 1;
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#page-event .article__event-table td .event-table__guest-wrap .guest-item p {
	font-size: 1em;
	text-align: center;
}

#page-sponsor #sponsor {
	padding-top: 13.1578947368vw;
}

#page-sponsor .header {
	background: #01214b;
	height: 13.1578947368vw;
	position: sticky;
	top: 0;
	z-index: 999;
}

#page-sponsor .scroll-target {
	scroll-margin-top: 13.1578947368vw;
}

#page-sponsor .header__list {
	display: grid;
	height: 13.1578947368vw;
}

#page-sponsor .header__item {
	align-items: center;
	color: #fff;
	display: flex;
	flex: 1;
	font-family: "Togalite";
	font-size: 3.1578947368vw;
	font-weight: 500;
	height: inherit;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
	transform: skewX(-20deg);
	transition: all 0.3s ease-out;
	width: 21.0526315789vw;
}

#page-sponsor .header__item:last-of-type {
	width: 10.5263157895vw;
}

#page-sponsor .header__item:last-of-type button {
	justify-content: end;
	transform: skewX(20deg);
}

#page-sponsor .header__item img {
	height: 8.1578947368vw;
	width: 7.2368421053vw;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-sponsor .sponsor {
	padding: 15vw 0 13.1578947368vw;
}

#page-sponsor .sponsor__container {
	background: #fff;
	margin-top: 17.1052631579vw;
	padding: 7.8947368421vw 6.5789473684vw 10.5263157895vw;
}

#page-sponsor .sponsor__group + .sponsor__group {
	margin-top: 10.5263157895vw;
}

#page-sponsor .group__title {
	background: #d6edfc;
	color: #01214b;
	font-size: 3.9473684211vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 6.5789473684vw;
	padding: 1.8421052632vw 0;
	text-align: center;
}

#page-sponsor .group__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-moz-column-gap: 2.6315789474vw;
	column-gap: 2.6315789474vw;
	row-gap: 5.2631578947vw;
}

#page-sponsor .group__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

#page-sponsor .group__item img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-sponsor .sponsorship .group__item {
	height: 31.8421052632vw;
	width: 63.1578947368vw;
}

#page-sponsor .diamond-rank .group__item {
	height: 19.7368421053vw;
	width: 51.1842105263vw;
}

#page-sponsor .platina-rank .group__item {
	height: 11.7105263158vw;
	width: 49.7368421053vw;
}

#page-sponsor .gold-rank .group__item {
	height: 13.1578947368vw;
	width: 36.8421052632vw;
}

#page-sponsor .sliver-rank .group__item {
	height: 7.8947368421vw;
	width: 23.6842105263vw;
}

#page-sponsor .sliver-rank .group__list {
	justify-content: start;
	-moz-column-gap: 2.6315789474vw;
	column-gap: 2.6315789474vw;
}

#page-sponsor .bronze-rank .group__list {
	text-align: center;
}

#page-sponsor .blue-rank .group__list {
	text-align: center;
}

#page-sponsor .sponsor-names {
	font-size: 0;
}

#page-sponsor .bronze-rank .group__list .sponsor-names a,
#page-sponsor .bronze-rank .group__list .sponsor-names span {
	color: #01214b;
	font-feature-settings: "palt";
	font-size: 3.9473684211vw;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
	white-space: nowrap;
}

#page-sponsor .blue-rank .group__list .sponsor-names a,
#page-sponsor .blue-rank .group__list .sponsor-names span {
	color: #01214b;
	font-feature-settings: "palt";
	font-size: 2.8947368421vw;
	letter-spacing: 0.044em;
	line-height: 2.2727272727;
	white-space: nowrap;
}

#page-campaign { /* table
  -------------------------------------------------- */
}

#page-campaign #campaign {
	padding-top: 13.1578947368vw;
}

#page-campaign .header {
	background: #01214b;
	height: 13.1578947368vw;
	position: sticky;
	top: 0;
	z-index: 999;
}

#page-campaign .scroll-target {
	scroll-margin-top: 13.1578947368vw;
}

#page-campaign .header__list {
	display: grid;
	height: 13.1578947368vw;
}

#page-campaign .header__item {
	align-items: center;
	color: #fff;
	display: flex;
	flex: 1;
	font-family: "Togalite";
	font-size: 3.1578947368vw;
	font-weight: 500;
	height: inherit;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
	transform: skewX(-20deg);
	transition: all 0.3s ease-out;
	width: 21.0526315789vw;
}

#page-campaign .header__item:last-of-type {
	width: 10.5263157895vw;
}

#page-campaign .header__item:last-of-type button {
	justify-content: end;
	transform: skewX(20deg);
}

#page-campaign .header__item img {
	height: 8.1578947368vw;
	width: 7.2368421053vw;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-campaign .campaign {
	padding: 15vw 0 13.1578947368vw;
}

#page-campaign .campaign__title {
	font-size: 6.8421052632vw;
}

#page-campaign .campaign__wrap + .campaign__wrap {
	padding-top: 13.1578947368vw;
}

#page-campaign .campaign__wrap__title {
	border-bottom: 0.2631578947vw solid #fff;
	color: #fff;
	font-size: 4.7368421053vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
	margin-bottom: 5.2631578947vw;
	padding-bottom: 2.6315789474vw;
}

#page-campaign .accordion-item + .accordion-item {
	margin-top: 3.9473684211vw;
}

#page-campaign .accordion-item {
	background: #d6edfc;
	padding: 2.6315789474vw;
}

#page-campaign .accordion-title {
	display: flex;
	-moz-column-gap: 3.2894736842vw;
	column-gap: 3.2894736842vw;
	position: relative;
}

#page-campaign .accordion-title::before {
	background: #01214b;
	content: "";
	height: 0.3947368421vw;
	position: absolute;
	right: 1.8421052632vw;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease-out;
	width: 3.8157894737vw;
}

#page-campaign .accordion-title::after {
	background: #01214b;
	content: "";
	height: 0.3947368421vw;
	position: absolute;
	right: 1.8421052632vw;
	top: 50%;
	transition: transform 0.3s ease-out;
	width: 3.8157894737vw;
}

#page-campaign .accordion-title.open::before {
	transform: rotate(180deg);
}

#page-campaign .accordion-title__img {
	overflow: hidden;
	width: 21.7105263158vw;
}

#page-campaign .accordion-title__img img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-campaign .accordion-title__img.thumbnail--option {
	height: auto;
	width: 28.9473684211vw;
}

#page-campaign .accordion-title__img.thumbnail--option img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-campaign .accordion-title__text {
	color: #01214b;
	flex: 1;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	padding-right: 10.5263157895vw;
	text-align: justify;
}

#page-campaign .accordion-content {
	display: none;
	margin-top: 2.6315789474vw;
}

#page-campaign .accordion-content p {
	color: #01214b;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: justify;
}

#page-campaign .accordion-content p .text-notes {
	font-size: 2.3684210526vw;
}

#page-campaign .accordion-content p a {
	color: #1b65d1;
	text-decoration: underline;
	word-break: break-all;
}

#page-campaign .accordion-content__img {
	margin-bottom: 3.9473684211vw;
}

#page-campaign .accordion-content__img.aspect--wide {
	aspect-ratio: auto;
}

#page-campaign .accordion-content__img img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-campaign .accordion-item.event-none {
	pointer-events: none;
}

#page-campaign .accordion-item.event-none .accordion-title::before,
#page-campaign .accordion-item.event-none .accordion-title::after {
	display: none;
}

#page-campaign .accordion-content .table-notes {
	font-size: 2.3684210526vw;
	margin-bottom: 1.3157894737vw;
	margin-top: -3.9473684211vw;
}

#page-campaign .article__event-table {
	border-collapse: separate;
	margin-bottom: 3.9473684211vw;
	margin-top: 3.9473684211vw;
	table-layout: fixed;
	width: 100%;
}

#page-campaign .article__event-table caption {
	color: #01214b;
	font-size: 3.1578947368vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: left;
}

#page-campaign .article__event-table th,
#page-campaign .article__event-table td {
	border: solid #d6edfc 0.1315789474vw;
	font-feature-settings: "halt";
	font-size: 2.6315789474vw;
	letter-spacing: 0.05em;
}

#page-campaign .article__event-table th {
	background-color: #1b65d1;
	color: #fff;
	font-weight: bold;
	padding: 2.6315789474vw 0;
	text-align: center;
	width: 31.25%;
}

#page-campaign .article__event-table td {
	background-color: #fff;
	color: #01214b;
	padding: 2.6315789474vw 3.9473684211vw;
	width: 68.75%;
}

#page-campaign .article__event-table td .text-notes {
	display: inline-block;
	font-size: 1.9736842105vw;
	padding-left: 1em;
	position: relative;
}

#page-campaign .article__event-table td .text-notes::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

#page-campaign .article__event-table td .indent-dot {
	display: inline-block;
	padding-left: 0.5em;
	position: relative;
}

#page-campaign .article__event-table td .indent-dot::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}

#page-campaign .article__event-table td .fc-red {
	color: #f00;
}

#page-campaign .article__event-table td a {
	color: #1b65d1;
	text-decoration: underline;
	word-break: break-all;
}

#page-campaign .article__event-table td .link-tel {
	color: inherit;
	text-decoration: none;
	word-break: break-all;
}

#page-campaign .article__event-table td .qr {
	height: 26.3157894737vw;
	margin-inline: auto;
	width: 26.3157894737vw;
}

#page-campaign .article__event-table td .qr img {
	height: 100%;
	width: 100%;
}

#page-campaign .article__event-table td .sub-list {
	margin-left: 0.5em;
	padding-left: 2em;
	position: relative;
}

#page-campaign .article__event-table td .sub-list::before {
	content: "例：";
	font-feature-settings: normal;
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0;
}

#page-campaign .article__event-table td .event-table__td__img {
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
}

#page-campaign .article__event-table td .event-table__guest-wrap {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1em;
}

#page-campaign .article__event-table td .event-table__guest-wrap .guest-item img {
	aspect-ratio: 1;
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#page-campaign .article__event-table td .event-table__guest-wrap .guest-item p {
	font-size: 1em;
	text-align: center;
}

#page-family .family__fv {
	padding-top: 18.4210526316vw;
	position: relative;
}

#page-family .family__fv::after {
	background: url(../../family/img/bg_water01-sp.png) no-repeat center/cover;
	content: "";
	height: 115.5263157895vw;
	left: 50%;
	position: absolute;
	top: 1.3157894737vw;
	transform: translateX(-50%);
	width: 92.1052631579vw;
	z-index: 1;
}

#page-family .limited-event {
	background: #1c529a;
	padding-bottom: 21.0526315789vw;
	padding-top: 19.6052631579vw;
	position: relative;
}

#page-family .limited-event::before {
	background: url(../../family/img/bg_wave01-sp.png) no-repeat center/cover;
	content: "";
	height: 7.8947368421vw;
	left: 0;
	position: absolute;
	top: -7.6315789474vw;
	width: 100%;
}

#page-family .kids-facility {
	background: #053a89;
	overflow-x: clip;
	padding-bottom: 21.0526315789vw;
	padding-top: 24.4736842105vw;
	position: relative;
}

#page-family .kids-facility::before {
	background: url(../../family/img/bg_wave02-sp.png) no-repeat center/cover;
	content: "";
	height: 7.8947368421vw;
	left: 0;
	position: absolute;
	top: -7.6315789474vw;
	width: 100%;
}

#page-family .kids-facility::after {
	background: url(../../family/img/bg_wave01-sp.png) no-repeat center/cover;
	bottom: -1px;
	content: "";
	height: 7.8947368421vw;
	left: 0;
	position: absolute;
	width: 100%;
}

#page-family .gourmet {
	background: #1c529a;
	overflow-x: clip;
	padding-bottom: 21.0526315789vw;
	padding-top: 25vw;
	position: relative;
}

#page-family .after-event {
	padding-bottom: 23.9473684211vw;
	padding-top: 24.7368421053vw;
	position: relative;
}

#page-family .after-event::before {
	background: url(../../family/img/bg_wave02-sp.png) no-repeat center/cover;
	content: "";
	height: 7.8947368421vw;
	left: 0;
	position: absolute;
	top: -7.6315789474vw;
	width: 100%;
	z-index: 1;
}

#page-family .after-event::after {
	background: url(../../family/img/bg_wave03-sp.png) no-repeat center/cover;
	bottom: -1px;
	content: "";
	height: 7.8947368421vw;
	left: 0;
	position: absolute;
	width: 100%;
}

#page-family .other-facility {
	background: #a2def9;
	padding-bottom: 13.1578947368vw;
	padding-top: 25vw;
}

#page-family #faq {
	background: #053a89;
	padding: 13.1578947368vw 0 10.5263157895vw;
}

#page-family .family__inner {
	height: 100%;
	margin-inline: auto;
	max-width: 94.7368421053vw;
	padding: 0 2.6315789474vw;
	width: 100%;
}

#page-family .family__title {
	color: #00214b;
	font-family: "Togalite";
	font-size: 7.8947368421vw;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#page-family .family__title span {
	font-size: 9.4736842105vw;
}

#page-family .family__title .title-number {
	bottom: -0.7894736842vw;
	font-size: 11.3157894737vw;
	font-weight: 700;
	position: relative;
}

#page-family .family__title .title-dot {
	position: relative;
}

#page-family .family__title .title-dot::after {
	-webkit-text-stroke: #fff 0.7894736842vw;
	content: "・";
	font-family: "Noto Sans JP";
	font-size: 6.5789473684vw;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
}

#page-family .title-dot.dot-01::after {
	font-size: 6.5789473684vw;
	left: 2.6315789474vw;
	top: -2.2368421053vw;
}

#page-family .title-dot.dot-02::after {
	left: 3.9473684211vw;
	top: -3.4210526316vw;
}

#page-family .title-dot.dot-03::after {
	left: 3.1578947368vw;
	top: -3.4210526316vw;
}

#page-family .family__title::before {
	height: 47.3684210526vw;
	width: 84.7368421053vw;
}

#page-family .family__lead {
	margin-bottom: 17.8947368421vw;
	margin-top: 12.3684210526vw;
	text-align: center;
}

#page-family .family__lead p {
	color: #fff;
	font-size: 3.9473684211vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

#page-family .family__lead p .fc-blue {
	color: #09dcfb;
}

#page-family .family__box {
	background: #fff;
	border-radius: 3.1578947368vw;
	padding: 11.8421052632vw 5.2631578947vw 7.8947368421vw;
	position: relative;
}

#page-family .family__box__title {
	color: #fff;
	content: "";
	position: absolute;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}

#page-family .family__box__title.limited-event-title {
	left: 50%;
	top: -25.2631578947vw;
	transform: translateX(-50%);
	z-index: 1;
}

#page-family .family__box__title.kids-title {
	left: 50%;
	top: -16.0526315789vw;
	transform: translateX(-50%);
}

#page-family .family__box__title.gourmet-title {
	left: 50%;
	top: -13.9473684211vw;
	transform: translateX(-50%);
}

#page-family .family__box__title.after-event-title {
	left: 50%;
	top: -7.6315789474vw;
	transform: translateX(-50%);
}

#page-family .family__box__title.other-facility-title {
	left: 50%;
	top: -13.1578947368vw;
	transform: translateX(-50%);
}

#page-family .family__box__title.locker-title {
	margin-bottom: 11.8421052632vw;
	margin-inline: auto;
	margin-top: 13.1578947368vw;
	position: relative;
}

#page-family .family__box__title.locker-title .ff-togalite {
	margin-top: 1.5789473684vw;
}

#page-family .family__box__title.faq-title {
	left: 50%;
	top: -7.6315789474vw;
	transform: translateX(-50%);
}

#page-family .family__box__title p {
	font-feature-settings: "palt";
	font-size: 3.9473684211vw;
	font-weight: 700;
	line-height: 1.3333333333;
}

#page-family .family__box__title p.fc-blue {
	color: #00214b;
}

#page-family .family__box__title p span {
	font-size: 4.7368421053vw;
}

#page-family .family__box__title .deco-before,
#page-family .family__box__title .deco-after {
	font-size: 4.7368421053vw;
	position: relative;
	text-decoration: underline;
	text-decoration-thickness: 0.2631578947vw;
	text-underline-offset: 1.0526315789vw;
}

#page-family .family__box__title .deco-before::before {
	background: url(../../family/img/txt_decoration01.svg) no-repeat center/cover;
	content: "";
	height: 3.9473684211vw;
	left: -2.8947368421vw;
	position: absolute;
	top: -1.5789473684vw;
	width: 3.6842105263vw;
}

#page-family .family__box__title .deco-before.color-blue::before {
	background: url(../../family/img/txt_decoration03.svg) no-repeat center/cover;
	content: "";
	height: 3.9473684211vw;
	left: -2.8947368421vw;
	position: absolute;
	top: -1.5789473684vw;
	width: 3.6842105263vw;
}

#page-family .family__box__title .deco-after::before {
	background: url(../../family/img/txt_decoration02.svg) no-repeat center/cover;
	content: "";
	height: 2.6315789474vw;
	position: absolute;
	right: -2.8947368421vw;
	top: -1.5789473684vw;
	width: 4.7368421053vw;
}

#page-family .family__box__title strong {
	font-size: 6.0526315789vw;
	font-weight: 700;
}

#page-family .family__box__title .ff-togalite {
	-webkit-text-stroke: 0.5263157895vw #fff;
	color: #00214b;
	font-family: "Togalite";
	font-size: 6.3157894737vw;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 3.5526315789vw;
	paint-order: stroke;
}

#page-family .family__box__title .ff-togalite span {
	font-size: 6.8421052632vw;
}

#page-family .other-facility-title .ff-togalite,
#page-family .locker-title .ff-togalite,
#page-family .faq-title .ff-togalite {
	position: relative;
}

#page-family .other-facility-title .ff-togalite::after,
#page-family .locker-title .ff-togalite::after,
#page-family .faq-title .ff-togalite::after {
	background: #09dcfb;
	bottom: -3.9473684211vw;
	content: "";
	height: 1.4473684211vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 9.7368421053vw;
}

#page-family .family-item + .family-item {
	margin-top: 10.7894736842vw;
}

#page-family .family-item {
	margin-inline: auto;
	text-align: center;
}

#page-family .family-item h3 {
	color: #00214b;
	font-size: 4.7368421053vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
	text-align: center;
}

#page-family .family-item h3 span {
	display: block;
	font-size: 3.9473684211vw;
}

#page-family .family-item .family-item__text {
	color: #00214b;
	font-feature-settings: "halt";
	font-size: 3.1578947368vw;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 3.9473684211vw;
	text-align: justify;
}

#page-family .family-item .family-item__text .text-notes {
	display: inline-block;
	font-size: 2.6315789474vw;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 1em;
	position: relative;
}

#page-family .family-item .family-item__text .text-notes::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

#page-family .family__box__title .text-notes {
	display: flex;
	font-size: 2.6315789474vw;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 1em;
	padding-left: 14.7368421053vw;
	position: relative;
	text-align: left;
}

#page-family .family__box__title .text-notes::before {
	background: url(../../family/img/img_deco-opening.png) no-repeat center/contain;
	content: "";
	height: 7.1052631579vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 13.6842105263vw;
	z-index: 5;
}

#page-family .family-item__sub .family-item__text {
	color: #00214b;
	font-size: 2.8947368421vw;
	letter-spacing: 0.05em;
	line-height: 1.5454545455;
	margin-top: 4.6052631579vw;
	text-align: justify;
}

#page-family .family-item__ages {
	background: #a2def9;
	color: #00214b;
	display: inline-block;
	font-feature-settings: "palt";
	font-size: 2.6315789474vw;
	font-weight: 400;
	justify-self: center;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2.6315789474vw;
	padding: 0 1.3157894737vw;
	width: -moz-fit-content;
	width: fit-content;
}

#page-family .family-item__img {
	aspect-ratio: 1000/618;
	margin-inline: auto;
	margin-top: 5vw;
	max-width: 100%;
	width: 100%;
}

#page-family .family-item__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	background: #c9caca;
	border-radius: 1.0526315789vw;
	object-fit: cover;
}

#page-family .family-item__button {
	margin-top: 5.2631578947vw;
}

#page-family .family-item__button a {
	align-items: center;
	background: #09dcfb;
	border-radius: 5.2631578947vw;
	color: #00214b;
	display: flex;
	flex-direction: column;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 10.5263157895vw;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 71.0526315789vw;
}

#page-family .family-item__button.text-rows a {
	border-radius: 9.2105263158vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 18.4210526316vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 78.9473684211vw;
}

#page-family .family-item__button.kids-field__button a {
	border-radius: 8.4210526316vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 16.5789473684vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 71.0526315789vw;
}

#page-family .family-item__button.kids-field__button a span {
	font-size: 4.2105263158vw;
	line-height: 1.3571428571;
}

#page-family .family-item__button.before-event__button {
	margin-top: 7.8947368421vw;
}

#page-family .family-item__button.before-event__button a {
	border-radius: 9.2105263158vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 18.4210526316vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 78.9473684211vw;
}

#page-family .family-item__button.before-event__button a span {
	font-size: 4.2105263158vw;
	line-height: 1.3571428571;
}

#page-family .family-item__button.gourmet-info__button {
	margin-top: 5.2631578947vw;
}

#page-family .family-item__button.gourmet-info__button a {
	border-radius: 9.2105263158vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 18.4210526316vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 78.9473684211vw;
}

#page-family .family-item__button.firework__button a {
	border-radius: 5.2631578947vw;
	color: #00214b;
	font-feature-settings: "palt";
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 10.5263157895vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 78.9473684211vw;
}

#page-family .family-item__button.gourmet-info__button a span {
	font-size: 4.2105263158vw;
	line-height: 1.3571428571;
}

#page-family .family-item__button.other-facility__button {
	margin-top: 3.9473684211vw;
}

#page-family .family-item__button.other-facility__button a {
	border-radius: 5.2631578947vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 10.5263157895vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 71.0526315789vw;
}

#page-family .family-item__button.other-facility__button a span {
	font-size: 4.2105263158vw;
	line-height: 1.3571428571;
}

#page-family .family-item__button.report__button a {
	border-radius: 7.2368421053vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 14.4736842105vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 78.9473684211vw;
}

#page-family .family-item__button.faq-service__button a {
	border-radius: 9.2105263158vw;
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	height: 18.4210526316vw;
	letter-spacing: 0.05em;
	line-height: 1.1428571429;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-out;
	width: 78.9473684211vw;
}

#page-family .family-item__button a span {
	font-size: 4.2105263158vw;
}

#page-family .family-item__button a::after {
	background: url(../img/icon_arrow.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

#page-family .family-item__wrap {
	display: grid;
	gap: 5.2631578947vw;
	grid-template-columns: repeat(2, 1fr);
}

#page-family .family-item__sub {
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
	max-width: 100%;
	min-width: 0;
}

#page-family .family-item__sub.subgrid-5 {
	gap: 0;
	grid-row: span 5;
}

#page-family .subgrid-5 .family-item__ages {
	text-align: justify;
	width: 100%;
}

#page-family .family-item.subgrid-3 {
	display: grid;
}

#page-family .subgrid-3 .family-item__img {
	margin-bottom: 5.2631578947vw;
	width: 100%;
}

#page-family .family-item__sub .family-item__img {
	aspect-ratio: 480/296;
	max-width: 100%;
	width: 100%;
}

#page-family .family-item__sub h4 {
	align-self: center;
	color: #01214b;
	font-feature-settings: "palt";
	font-size: 3.4210526316vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3461538462;
	margin-top: 3.9473684211vw;
	text-align: center;
}

#page-family .family-item__sub p {
	margin-top: 2.6315789474vw;
}

#page-family .family-item__sub .family-item__sub-button {
	margin-top: 1.3157894737vw;
	text-align: center;
}

#page-family .family-item__sub .family-item__sub-button a {
	color: #053a89;
	font-size: 2.8947368421vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-right: 1em;
	position: relative;
	text-decoration: underline;
	text-decoration-thickness: 0.2631578947vw;
	text-underline-offset: 0.7894736842vw;
}

#page-family .family-item__sub-button a::after {
	background-color: #053a89;
	content: "";
	position: absolute;
	-webkit-mask-image: url(../img/icon_arrow.svg);
	mask-image: url(../img/icon_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	height: 2.3684210526vw;
	mask-size: contain;
	right: 0;
	top: 54%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	width: 1.3157894737vw;
}

#page-family .app-item.family-item {
	margin-top: 13.1578947368vw;
}

#page-family .app-accordion .accordion-item {
	margin-inline: auto;
}

#page-family .app-accordion .accordion-title {
	align-items: center;
	background: #09dcfb;
	border-radius: 9.2105263158vw;
	display: flex;
	height: 18.4210526316vw;
	justify-content: center;
	margin-bottom: -9.2105263158vw;
	margin-inline: auto;
	position: relative;
}

#page-family .app-accordion .accordion-title::after {
	background: url(../img/icon_arrow.svg) no-repeat center center/cover;
	content: "";
	height: 3.1578947368vw;
	position: absolute;
	right: 3.9473684211vw;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s ease-out;
	width: 1.7105263158vw;
}

#page-family .app-accordion .accordion-title.open::after {
	transform: translateY(-50%) rotate(270deg);
}

#page-family .app-accordion .accordion-title p {
	color: #00214b;
	font-size: 3.6842105263vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

#page-family .app-accordion .accordion-title p span {
	font-size: 4.2105263158vw;
}

#page-family .app-accordion .content-item {
	background: #e8eef0;
	border-radius: 0 0 3.1578947368vw 3.1578947368vw;
	padding: 18.4210526316vw 5.2631578947vw 7.8947368421vw;
}

#page-family .app-accordion .content-item p {
	color: #00214b;
	font-feature-settings: "halt";
	font-size: 2.8947368421vw;
	line-height: 1.5454545455;
	text-align: justify;
}

#page-family .app-item .text-rakuraku {
	color: #00214b;
	display: block;
	font-size: 3.9473684211vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 3.9473684211vw;
	text-align: center;
}

#page-family .app-img__wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 3.9473684211vw;
}

#page-family .app-img__wrap img {
	height: 49.2105263158vw;
	width: 26.8421052632vw;
}

#page-family .app-dl {
	margin-top: 3.9473684211vw;
}

#page-family .app-dl__text {
	color: #00214b;
	font-size: 3.2894736842vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

#page-family .app-dl__img-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.9473684211vw;
	-moz-column-gap: 3.9473684211vw;
	column-gap: 3.9473684211vw;
	margin-inline: auto;
	max-width: 74.2105263158vw;
}

#page-family .app-dl__img img {
	height: 100%;
	width: 100%;
}

#page-family .app-dl__apple {
	width: 24.4736842105vw;
}

#page-family .app-dl__google {
	width: 29.2105263158vw;
}

#page-family .family__box.faq__box {
	margin-inline: auto;
	padding-bottom: 7.8947368421vw;
	padding-top: 13.1578947368vw;
}

#page-family .faq-accordion .accordion-title {
	color: #00214b;
	cursor: pointer;
	font-size: 3.9473684211vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 7.8947368421vw;
	position: relative;
}

#page-family .faq-accordion .accordion-title::before {
	background: #01214b;
	content: "";
	height: 0.3947368421vw;
	position: absolute;
	right: 1.9736842105vw;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease-out;
	width: 3.9473684211vw;
}

#page-family .faq-accordion .accordion-title::after {
	background: #01214b;
	content: "";
	height: 0.3947368421vw;
	position: absolute;
	right: 1.9736842105vw;
	top: 50%;
	transition: transform 0.3s ease-out;
	width: 3.9473684211vw;
}

#page-family .faq-accordion .accordion-title.open::before {
	transform: rotate(180deg);
}

#page-family .faq-accordion .accordion-title,
#page-family .faq-accordion .accordion-content {
	font-feature-settings: "palt";
	padding-left: 7.8947368421vw;
	padding-right: 7.8947368421vw;
	position: relative;
}

#page-family .faq-accordion .accordion-title p .question {
	color: #053a89;
	font-size: 3.9473684211vw;
	font-weight: 700;
	left: 1.8421052632vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
}

#page-family .faq-accordion .accordion-content .content-item .answer {
	color: #053a89;
	font-size: 3.9473684211vw;
	font-weight: 700;
	left: 2.1052631579vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
}

#page-family .faq-accordion .accordion-title p .question::before {
	background: #09dcfb;
	border-radius: 50%;
	content: "";
	height: 6.3157894737vw;
	left: 50%;
	position: absolute;
	top: 54%;
	transform: translate(-50%, -50%);
	width: 6.3157894737vw;
	z-index: -1;
}

#page-family .faq-accordion .accordion-content .content-item .answer::before {
	background: #a2def9;
	border-radius: 50%;
	content: "";
	height: 6.3157894737vw;
	left: 50%;
	position: absolute;
	top: 54%;
	transform: translate(-50%, -50%);
	width: 6.3157894737vw;
	z-index: -1;
}

#page-family .faq-accordion .accordion-content .content-item p {
	color: #00214b;
	font-size: 3.1578947368vw;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: justify;
}

#page-family .faq-accordion .accordion-content .content-item p .text-notes {
	display: inline-block;
	font-size: 2.8947368421vw;
	letter-spacing: 0.05em;
	line-height: 1.9090909091;
	padding-left: 1em;
	position: relative;
}

#page-family .faq-accordion .accordion-content .content-item p .text-notes::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

#page-family .faq-accordion .accordion-content .content-item p a {
	color: #053a89;
	text-decoration: underline;
	word-break: break-all;
}

#page-family .faq-accordion .accordion-content {
	margin-top: 5.2631578947vw;
}

#page-family .faq-accordion .accordion-item {
	background: repeating-linear-gradient(to right, #d6edfc 0 2px, transparent 2px 8px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 2px;
	padding: 5.2631578947vw 0;
}

#page-family .faq__button {
	margin-top: 6.5789473684vw;
}

#page-family .limited-event-title::before {
	background: url(../../family/img/bg_water02-sp.png) no-repeat center/contain;
	bottom: -6.5789473684vw;
	content: "";
	height: 14.4736842105vw;
	left: -14.2105263158vw;
	position: absolute;
	width: 12.8947368421vw;
}

#page-family .limited-event-title::after {
	background: url(../../family/img/bg_water03-sp.png) no-repeat center/contain;
	bottom: -10.5263157895vw;
	content: "";
	height: 24.0789473684vw;
	position: absolute;
	right: -16.8421052632vw;
	width: 16.8421052632vw;
}

#page-family .limited-event .family-item__img.deco-opening {
	position: relative;
}

#page-family .limited-event .family-item__img.deco-opening::after {
	background: url(../../family/img/img_deco-opening.png) no-repeat center/contain;
	bottom: 1.9736842105vw;
	content: "";
	height: 16.0526315789vw;
	left: -3.9473684211vw;
	position: absolute;
	width: 31.3157894737vw;
}

#page-family .family-item__sub .family-item__img.deco-opening::after {
	background: url(../../family/img/img_deco-opening.png) no-repeat center/contain;
	bottom: -2.1052631579vw;
	content: "";
	height: 9.2105263158vw;
	left: -1.0526315789vw;
	position: absolute;
	width: 17.1052631579vw;
}

#page-family .limited-event__button {
	display: inline-block;
	margin-top: 5.2631578947vw;
	position: relative;
}

#page-family .limited-event__button::after {
	background: url(../../family/img/bg_water04-sp.png) no-repeat center/contain;
	content: "";
	height: 10vw;
	position: absolute;
	right: -10.2631578947vw;
	top: 6.3157894737vw;
	width: 12.1052631579vw;
}

#page-family .limited-event__box {
	position: relative;
}

#page-family .limited-event__box::before {
	background: url(../../family/img/bg_water05-sp.png) no-repeat center/contain;
	bottom: -10vw;
	content: "";
	height: 20.2631578947vw;
	left: -5.2631578947vw;
	position: absolute;
	width: 18.4210526316vw;
}

#page-family .limited-event__box::after {
	background: url(../../family/img/bg_water06-sp.png) no-repeat center/contain;
	bottom: -4.7368421053vw;
	content: "";
	height: 9.7368421053vw;
	position: absolute;
	right: 8.8157894737vw;
	width: 8.4210526316vw;
}

#page-family .kids-facility__box {
	padding-top: 20vw;
	position: relative;
}

#page-family .kids-facility__box::after {
	background: url(../../family/img/bg_water11-sp.png) no-repeat center/contain;
	bottom: -3.9473684211vw;
	content: "";
	height: 16.3157894737vw;
	left: -3.9473684211vw;
	position: absolute;
	width: 12.3684210526vw;
}

#page-family .kids-title::before {
	background: url(../../family/img/bg_water08-sp.png) no-repeat center/contain;
	bottom: -0.7894736842vw;
	content: "";
	height: 34.2105263158vw;
	left: -8.4210526316vw;
	position: absolute;
	width: 20.2631578947vw;
}

#page-family .kids-title::after {
	background: url(../../family/img/bg_water09.png) no-repeat center/contain;
	bottom: -6.5789473684vw;
	content: "";
	height: 21.3157894737vw;
	position: absolute;
	right: -14.2105263158vw;
	width: 25.2631578947vw;
}

#page-family .kids-field__button {
	display: inline-block;
	margin-top: 3.9473684211vw;
	position: relative;
}

#page-family .kids-field__button::after {
	background: url(../../family/img/bg_water10.png) no-repeat center/contain;
	content: "";
	height: 17.3684210526vw;
	position: absolute;
	right: -10.2631578947vw;
	top: 11.3157894737vw;
	width: 12.3684210526vw;
}

#page-family .gourmet__box {
	padding-top: 18.6842105263vw;
	position: relative;
}

#page-family .gourmet__box::after {
	background: url(../../family/img/bg_water04-sp.png) no-repeat center/contain;
	bottom: -7.6315789474vw;
	content: "";
	height: 9.7368421053vw;
	left: 13.5526315789vw;
	position: absolute;
	width: 11.5789473684vw;
}

#page-family .gourmet-title::before {
	background: url(../../family/img/bg_water12.png) no-repeat center/contain;
	bottom: 0vw;
	content: "";
	height: 21.8421052632vw;
	left: -17.1052631579vw;
	position: absolute;
	width: 23.9473684211vw;
}

#page-family .gourmet-title::after {
	background: url(../../family/img/bg_water13.png) no-repeat center/contain;
	bottom: -22.3684210526vw;
	content: "";
	height: 76.0526315789vw;
	position: absolute;
	right: -17.6315789474vw;
	width: 21.5789473684vw;
}

#page-family .kids-facility .family-item__img.deco-kidsfield {
	position: relative;
}

#page-family .kids-facility .family-item__img.deco-kidsfield::after {
	background: url(../../family/img/img_deco-kidsfield.png) no-repeat center/contain;
	bottom: -1.8421052632vw;
	content: "";
	height: 27.8947368421vw;
	position: absolute;
	right: -3.0263157895vw;
	width: 34.2105263158vw;
}

#page-family .gourmet .family-item__img.deco-gourmet {
	position: relative;
}

#page-family .gourmet .family-item__img.deco-gourmet::after {
	background: url(../../family/img/img_deco-gourmet.png) no-repeat center/contain;
	bottom: -1.9736842105vw;
	content: "";
	height: 34.2105263158vw;
	position: absolute;
	right: -2.5vw;
	width: 34.2105263158vw;
}

#page-family .deli__button {
	display: inline-block;
	margin-top: 3.9473684211vw;
	position: relative;
}

#page-family .deli__button::after {
	background: url(../../family/img/bg_water14.png) no-repeat center/contain;
	content: "";
	height: 17.1052631579vw;
	position: absolute;
	right: -25.7894736842vw;
	top: 0.5263157895vw;
	width: 31.5789473684vw;
}

#page-family .family__box__title .title-dot {
	position: relative;
}

#page-family .family__box__title .title-dot::after {
	-webkit-text-stroke: 0;
	color: #fff;
	content: "・";
	font-family: "Noto Sans JP";
	font-size: 4.7368421053vw;
	font-style: normal;
	font-weight: 100;
	left: 2.1052631579vw;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: -2.8947368421vw;
}

#page-family .after-event__box {
	padding-top: 19.7368421053vw;
	position: relative;
}

#page-family .after-event-title::before {
	background: url(../../family/img/bg_water16-sp.png) no-repeat center/contain;
	bottom: -8.4210526316vw;
	content: "";
	height: 32.3684210526vw;
	left: -17.6315789474vw;
	position: absolute;
	width: 29.2105263158vw;
}

#page-family .after-event-title::after {
	background: url(../../family/img/bg_water15.png) no-repeat center/contain;
	bottom: 6.3157894737vw;
	content: "";
	height: 18.6842105263vw;
	position: absolute;
	right: -8.9473684211vw;
	width: 22.8947368421vw;
}

#page-family .firework__button {
	display: inline-block;
	margin-top: 3.9473684211vw;
	position: relative;
}

#page-family .firework__button::after {
	background: url(../../family/img/bg_water17.png) no-repeat center/contain;
	content: "";
	height: 24.7368421053vw;
	position: absolute;
	right: -10.5263157895vw;
	top: 0;
	width: 11.8421052632vw;
}

#page-family .after-event__box::after {
	background: url(../../family/img/bg_water18.png) no-repeat center/contain;
	bottom: -5.5263157895vw;
	content: "";
	height: 8.4210526316vw;
	left: 12.3684210526vw;
	position: absolute;
	width: 12.3684210526vw;
}

#page-family .other-facility__box {
	padding-bottom: 17.1052631579vw;
	padding-top: 25vw;
}

#page-family .after-event__bg {
	background: url(../../family/img/bg_after-event-sp.png) no-repeat center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#page-family .gourmet__bg {
	background: url(../../family/img/bg_gourmet-sp.png) no-repeat center/cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#page-family .kids-facility__bg {
	background: url(../../family/img/bg_kids-facility-sp.png) no-repeat center/cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#page-family .limited-event__bg {
	background: url(../../family/img/bg_limited-event-sp.png) no-repeat center/cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#page-family .family__fv__bg {
	content: "";
	position: absolute;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

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

html {
	font-size: 1.5384615385vw;
}

a:hover {
	opacity: 0.8;
}

.br-sp {
	display: none;
}

.br-pc {
	display: block;
}

.mask-img::after {
	font-size: 2.5rem;
	height: 3.125rem;
	width: 3.125rem;
}

#top-page section {
	padding-top: 5rem;
}

#top-page .section-title {
	margin-bottom: 4.375rem;
}

#top-page .scroll-target {
	scroll-margin-top: 5rem;
}

.bg {
	margin-top: -0.0625rem;
}

.bg::after {
	background: url(../img/img_bg.jpg) no-repeat top center/cover;
	height: 456.25rem;
}

.lead {
	padding-top: 0;
}

.lead__text:nth-child(1) {
	margin-bottom: 3.375rem;
}

.lead__text:nth-child(2) {
	margin-bottom: 3.75rem;
}

.schedule {
	margin-bottom: 4.25rem;
}

.tab {
	margin-bottom: 2.5rem;
}

.uniform {
	margin-bottom: 4.25rem;
}

.uniform__head {
	margin-bottom: 3.5rem;
}

.uniform__head__date {
	margin-bottom: 2.625rem;
}

.uniform__head__text {
	margin-bottom: 2.125rem;
}

.uniform__content {
	margin-bottom: 3.5rem;
}

.uniform__button {
	display: block;
	margin-bottom: 7.5rem;
}

.uniform .accordion {
	margin-bottom: 6.625rem;
}

.uniform .content-item__title {
	margin-bottom: 4.375rem;
}

.uniform .content-item__text {
	margin-bottom: 1.5rem;
}

.uniform .content-item__table {
	margin-top: 2.5rem;
}

#top-page .present {
	margin-bottom: 7.5rem;
}

.present-item__date {
	margin-bottom: 3.5rem;
}

.present-item__img {
	margin-bottom: 3.5rem;
}

.present-item__title {
	margin-bottom: 1.75rem;
}

.present-item__note {
	margin-bottom: 3.5rem;
	margin-top: 1.5rem;
}

.present .content-item__title {
	margin-bottom: 4.375rem;
}

.present .content-item__text {
	margin-bottom: 1.5rem;
}

.present .content-item__table {
	margin-top: 2.5rem;
}

#top-page .event {
	padding-bottom: 5rem;
}

#top-page .event::before {
	background: url(../img/img_event_bg01.png) no-repeat center center/cover;
	height: 37.625rem;
	right: 25.6213017751vw;
	top: -8.125rem;
	width: 67.5rem;
}

#top-page .event__img {
	margin-bottom: 2.5rem;
}

#top-page .event__text {
	margin-bottom: 3.5rem;
}

#top-page .banner {
	margin-bottom: -0.125rem;
	padding-top: 5rem;
}

.banner__inner {
	width: 42.5rem;
}

.banner-item + .banner-item {
	margin-top: 0.625rem;
}

.gourmet {
	padding-bottom: 5rem;
}

.gourmet__title {
	margin-bottom: 2.25rem;
}

.sponsor-link {
	margin-top: 5rem;
}

.footer {
	padding: 5rem 0 4.375rem;
}

.footer__official {
	margin-bottom: 2.5rem;
}

.footer__logo {
	margin-bottom: 2.5rem;
}

.inner {
	max-width: 1040px;
	padding: 0 1.25rem;
	width: 100%;
}

.footer__logo img {
	max-width: 12.5rem;
}

.icon_marines {
	height: 3.6875rem;
	width: 3.5625rem;
}

.icon_eagles {
	height: 3.6875rem;
	width: 3.75rem;
}

.icon_hawks {
	height: 3.75rem;
	width: 3.75rem;
}

.icon_fighters {
	height: 3.8125rem;
	width: 3.375rem;
}

.icon_buffaloes {
	height: 3.5rem;
	width: 4.5rem;
}

.lead__text {
	font-size: 1.875rem;
}

.lead__text span {
	font-size: 3.125rem;
}

.uniform__head__date {
	-webkit-text-stroke: 0.75rem #fff;
	font-size: 5.625rem;
}

.uniform__head__date span {
	font-size: 3.125rem;
}

.uniform__head__date span.uniform-and {
	font-size: 3.75rem;
}

.uniform__head__text {
	font-size: 2.5rem;
	line-height: 2;
	text-decoration-thickness: 0.5625rem;
	text-underline-offset: 0.75rem;
}

.uniform__head__note {
	font-size: 1.25rem;
}

.present-item__date {
	font-size: 1.625rem;
}

.present-item__date span.date {
	font-size: 6.25rem;
}

.present-item__date span.week {
	bottom: 0.1875rem;
	font-size: 2.8125rem;
	margin: 0 0.75rem;
}

.present-item__date span.week.week-us {
	bottom: -0.25rem;
}

.present-item__date.date-mini span.date {
	font-size: 6.25rem;
}

.present-item__date.date-mini span.week {
	font-size: 2.8125rem;
}

.present-item__title {
	font-size: 2rem;
	line-height: 1.5625;
}

.present-item__lead {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.present-item__note p {
	font-size: 1.25rem;
	line-height: 1.5;
}

.event__text {
	font-size: 1.25rem;
	font-weight: 500;
}

.event__text__note {
	font-size: 1rem;
}

.family__text {
	font-size: 1.25rem;
	font-weight: 500;
}

.family__text__note {
	font-size: 1rem;
}

.footer__official {
	font-size: 1.5rem;
	text-underline-offset: 0.875rem;
}

.footer__copyright {
	font-size: 0.75rem;
}

.section-title {
	-webkit-text-stroke: 0.625rem #fff;
	font-family: "Togalite", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
}

.section-title::before {
	height: 12.25rem;
	width: 21.9375rem;
}

.section-title img {
	height: 12.25rem;
}

.family__title::before {
	height: 15rem;
}

.family__title img {
	height: inherit;
}

.ticket-button {
	height: 6.25rem;
	width: 39.5625rem;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	padding-left: 2.4375rem;
}

.ticket-button::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

.ticket-button:hover {
	opacity: 1;
}

.ticket-button:hover::after {
	animation: arrow 1s ease-in-out 0s infinite;
}

.ticket-button p {
	font-size: 1.75rem;
}

.ticket-button img {
	height: 2.9375rem;
	width: 21.5625rem;
}

.uniform-button {
	align-items: center;
	background: #0365f9;
	border-radius: 50px;
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	height: 6.25rem;
	justify-content: center;
	letter-spacing: 0.05em;
	position: relative;
	transition: all 0.3s ease-out;
	width: 42.5rem;
}

.uniform-button::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

.uniform-button:hover {
	opacity: 1;
}

.uniform-button:hover::after {
	animation: arrow 1s ease-in-out 0s infinite;
}

.ticket-info-button {
	font-size: 1.75rem;
	height: 6.25rem;
	width: 42.5rem;
}

.ticket-info-button::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

.ticket-info-button span {
	font-size: 1.5rem;
}

.ticket-info-button:hover {
	opacity: 1;
}

.ticket-info-button:hover::after {
	animation: arrow 1s ease-in-out 0s infinite;
}

.event-button {
	font-size: 1.75rem;
	height: 6.25rem;
	width: 42.5rem;
}

.event-button span {
	font-size: 1.5rem;
}

.event-button::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

.event-button:hover {
	opacity: 1;
}

.event-button:hover::after {
	animation: arrow 1s ease-in-out 0s infinite;
}

.family-button {
	font-size: 1.75rem;
	height: 8.75rem;
	width: 42.5rem;
}

.family-button::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

.family-button:hover {
	opacity: 1;
}

.family-button:hover::after {
	animation: arrow 1s ease-in-out 0s infinite;
}

.floating-button {
	row-gap: 0.625rem;
}

.floating-button__link {
	height: 8.125rem;
	width: 17.5rem;
	-moz-column-gap: 0.4375rem;
	column-gap: 0.4375rem;
}

.floating-button__link.link-ticket {
	border-radius: 1.875rem 0 0 0;
	height: 8.125rem;
	padding: 0 0.625rem;
}

.floating-button__link.link-family {
	border-radius: 3.125rem 0 0 3.125rem;
	padding: 0 0 0 1.5rem;
}

.floating-button__link p {
	font-size: 1.25rem;
}

.floating-button__link p span {
	font-size: 1.625rem;
}

.floating-button__img {
	height: 4.125rem;
	width: 4.5625rem;
}

.floating-button__img .link-family {
	height: 4.375rem;
	width: 4.375rem;
}

.floating-button__arrow {
	height: 1.5rem;
	width: 0.875rem;
}

.floating-button__link:hover {
	opacity: 1;
}

.floating-button__link:hover .floating-button__img img {
	animation: ticket linear 0.8s infinite;
}

.schedule .accordion-title::before {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

.schedule .accordion-title::after {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

.uniform .accordion-title::before {
	height: 0.1875rem;
	right: 2.5rem;
	width: 1.8125rem;
}

.uniform .accordion-title::after {
	height: 0.1875rem;
	right: 2.5rem;
	width: 1.8125rem;
}

.present .accordion-title::before {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

.present .accordion-title::after {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

.uniform .accordion-title p,
.present .accordion-title p {
	font-size: 1.75rem;
}

.uniform .content-item__title,
.present .content-item__title {
	font-size: 2rem;
}

.uniform .content-item__title::after,
.present .content-item__title::after {
	bottom: -1.25rem;
	height: 0.625rem;
	width: 4.375rem;
}

.uniform .content-item__text p,
.present .content-item__text p {
	font-size: 1.75rem;
	line-height: 1.4285714286;
}

.uniform .content-item__note p,
.present .content-item__note p {
	font-size: 1.25rem;
	line-height: 1.5;
}

.uniform .accordion-container {
	width: 35rem;
}

.uniform .accordion-title {
	border-radius: 3.125rem;
	height: 6.25rem;
	margin-bottom: -3.125rem;
}

.uniform .accordion-content {
	padding-bottom: 3.5rem;
	padding-top: 6.625rem;
}

.uniform .content-item + .content-item {
	margin-top: 5rem;
}

.uniform .size-table {
	font-size: 1.25rem;
	width: 36.25rem;
}

.uniform .size-table th,
.uniform .size-table td {
	border: 0.25rem solid #fff;
	height: 2.5rem;
}

.uniform .size-table thead th:first-of-type {
	width: 6.625rem;
}

.present .accordion-container {
	width: 35rem;
}

.present .accordion-title {
	border-radius: 3.125rem;
	height: 5rem;
	margin-bottom: -2.5rem;
}

.present .accordion-content {
	padding-bottom: 3.5rem;
	padding-top: 6rem;
}

.present .content-item + .content-item {
	margin-top: 5rem;
}

.uniform .content-item__wrap,
.present .content-item__wrap {
	padding: 0 1.875rem;
}

.present .size-table {
	font-size: 1.25rem;
}

.present .size-table th,
.present .size-table td {
	border: 0.25rem solid #fff;
	height: 2.5rem;
}

.present .size-table thead th:first-of-type {
	width: 6.625rem;
}

.banner-item img {
	height: 11.4375rem;
	width: 42.5rem;
}

.sponsor-link img {
	height: 13.25rem;
	width: 42.5rem;
}

#top-page .header {
	height: 5rem;
}

#page-family .header {
	height: 5rem;
}

#top-page .scroll-target,
#page-family .scroll-target {
	scroll-margin-top: 5rem;
}

.header__logo {
	height: 3.125rem;
	margin-left: 1.5rem;
	width: 3.125rem;
}

#page-event .header__logo,
#page-sponsor .header__logo {
	margin-left: 1.5rem;
}

.header__nav {
	margin-right: 1.25rem;
}

#top-page .header__list {
	align-items: center;
	grid-template-columns: repeat(5, 1fr);
	height: inherit;
	justify-content: center;
}

#page-family .header__list {
	align-items: center;
	grid-template-columns: repeat(6, 1fr);
	height: inherit;
	justify-content: center;
}

#top-page .header__item {
	font-size: 1.125rem;
	line-height: 1.1111111111;
	width: 10.625rem;
}

#page-family .header__item {
	font-size: 1.125rem;
	line-height: 1.3333333333;
	width: 10.625rem;
}

#page-family .header__item:last-of-type a {
	right: 0;
}

#page-family .header__item a span {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

#top-page .header__item:nth-of-type(3)::before,
#page-family .header__item:nth-of-type(3)::before {
	display: none;
}

#top-page .header__item:nth-of-type(1),
#top-page .header__item:nth-of-type(3n+1),
#page-family .header__item:nth-of-type(1),
#page-family .header__item:nth-of-type(3n+1) {
	border-left: none;
}

#top-page .header__item:nth-of-type(n + 4),
#page-family .header__item:nth-of-type(n + 4) {
	transform: skewX(-20deg);
}

#top-page .header__item:last-of-type::after {
	background: #a1cff0;
	content: "";
	height: inherit;
	position: absolute;
	right: -5vw;
	top: 0;
	width: 5.2631578947vw;
}

.fv__title {
	bottom: 5.3571428571vw;
	height: 19.6875rem;
	width: 45rem;
}

.news {
	margin-bottom: 4.125rem;
}

.news__box {
	background: linear-gradient(to right, #fff 96%, transparent 4%);
	max-width: 62.5rem;
}

.news__list {
	height: 20rem;
	padding: 2.25rem 2.5rem;
}

.news__list .simplebar-track {
	border-radius: 0.375rem;
	width: 0.75rem;
}

.news__list .simplebar-track .simplebar-scrollbar::before {
	border-radius: 0.375rem;
	width: 0.75rem;
}

.news__item {
	padding-right: 2.5rem;
}

.news__item + .news__item {
	margin-top: 1.5rem;
}

.news__item__head {
	-moz-column-gap: 0.6875rem;
	column-gap: 0.6875rem;
	margin-bottom: 1.25rem;
}

.news-date {
	font-size: 2.5rem;
}

.news-category {
	font-size: 1.5rem;
	padding: 0.3125rem 0.9375rem;
}

.news-text {
	font-size: 1.25rem;
	line-height: 1.5;
	padding-bottom: 1.5rem;
}

.schedule .tab-list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.schedule .tab-menu {
	height: 5.375rem;
	width: 30.625rem;
}

.schedule .tab-menu p {
	font-size: 2.5rem;
}

.schedule .content-group {
	margin-top: -0.0625rem;
	padding: 2.5rem;
}

.schedule .accordion-title {
	height: 5rem;
	padding: 0 1.5rem;
}

.schedule .accordion-title__date {
	font-size: 2.5rem;
	width: 17.5rem;
}

.schedule .accordion-title__date .title-date {
	font-size: 2.5rem;
}

.schedule .accordion-title__date .title-week {
	bottom: 0.1875rem;
	font-size: 1.25rem;
	margin: 0 0.375rem;
}

.schedule .accordion-title__vs {
	font-size: 1.3125rem;
	width: 4rem;
}

.schedule .accordion-title__team {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	margin-left: 0;
}

.schedule .accordion-title__team .team-icon {
	width: 4.5rem;
}

.schedule .accordion-title__team p {
	font-size: 1.3125rem;
}

.schedule .content-item {
	padding: 1.5rem;
}

.schedule .content-item__date {
	font-size: 2.6875rem;
	width: 10rem;
}

.schedule .content-item__date span {
	bottom: 0.1875rem;
	font-size: 1.4375rem;
	margin: 0 0.375rem;
}

.schedule .content-item__text {
	display: flex;
	font-size: 1.3125rem;
	-moz-column-gap: 1.4375rem;
	column-gap: 1.4375rem;
}

.schedule .content-item__text.event-info a {
	font-size: 1rem;
}

.schedule .content-item__text.event-info a:hover {
	filter: drop-shadow(0 0 4px #18cdfa);
	opacity: 1;
}

.schedule .content-item__icon {
	margin-left: auto;
}

.schedule .content-item__icon img {
	height: 4.6875rem;
	width: 4.6875rem;
}

.uniform__content {
	grid-template-areas: "A A A B" "A A A C" "D D E E";
}

.gridA {
	height: 36.25rem;
	width: 41.25rem;
}

.gridB {
	height: 18.125rem;
	width: 21.25rem;
}

.gridC {
	height: 18.125rem;
	width: 21.25rem;
}

.gridD {
	height: 26.625rem;
	width: 31.25rem;
}

.gridE {
	height: 26.625rem;
	width: 31.25rem;
}

.present__item + .present__item {
	margin-top: 5rem;
	padding-top: 5.125rem;
}

.present-item__img {
	flex-direction: row;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	width: 80%;
}

.present-item__img img {
	width: calc(50% - 2.5rem);
}

.present-item__img .kids-tshirt {
	width: 80%;
}

.present-item__note {
	padding: 0 2.75rem;
}

.event__img {
	width: 42.5rem;
}

.modal-container .modal-header {
	height: 6.25rem;
}

.modal-container .modal-header .modal-header__logo {
	height: 4.625rem;
	margin-left: 2.5rem;
	width: 4.5rem;
}

.modal-container .modal-header .modal-header__close {
	height: 3.875rem;
	margin-right: 1.0625rem;
	width: 3.1875rem;
}

.modal-container .menu-list {
	margin-inline: auto;
	padding: 2.875rem 5rem 10rem;
	width: 47.5rem;
}

.modal-container .menu-item + .menu-item {
	margin-top: 2.625rem;
}

.modal-container .menu-item {
	border-bottom: 0.125rem solid #fff;
}

.modal-container .menu-link {
	font-size: 2.5rem;
	font-weight: 700;
}

#page-event #event {
	padding-top: 5rem;
}

#page-event .header {
	height: 5rem;
	transition: all 0.3s ease-out;
}

#page-event .scroll-target {
	scroll-margin-top: 5rem;
}

#page-event .header__list {
	align-items: center;
	height: inherit;
	justify-content: center;
}

#page-event .header__item {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
	width: 10.625rem;
}

#page-event .header__item:last-of-type {
	width: 6.25rem;
}

#page-event .header__item:last-of-type button {
	padding-right: 0.8125rem;
}

#page-event .header__item img {
	height: 2.75rem;
	width: 2.375rem;
}

#page-event .event {
	padding: 8.125rem 0 6.25rem;
}

#page-event .event__wrap + .event__wrap {
	padding-top: 6.25rem;
}

#page-event .event__wrap__title {
	border-bottom: 0.125rem solid #fff;
	font-size: 2.25rem;
	margin-bottom: 2.5rem;
	padding-bottom: 1.25rem;
}

#page-event .accordion-item + .accordion-item {
	margin-top: 1.25rem;
}

#page-event .accordion-item {
	padding: 1.25rem;
}

#page-event .accordion-title {
	-moz-column-gap: 1.6875rem;
	column-gap: 1.6875rem;
}

#page-event .accordion-title::before {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

#page-event .accordion-title::after {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

#page-event .accordion-title__img {
	height: 6.8125rem;
	width: 9.75rem;
}

#page-event .accordion-title__img.thumbnail--option {
	width: -moz-fit-content;
	width: fit-content;
}

#page-event .accordion-title__text {
	font-size: 1.75rem;
	line-height: 1.4285714286;
	padding-right: 6.25rem;
}

#page-event .accordion-content {
	margin-top: 1.25rem;
}

#page-event .accordion-content p {
	font-size: 1.25rem;
	line-height: 1.5;
}

#page-event .accordion-content p .text-notes {
	font-size: 1rem;
}

#page-event .accordion-content__img {
	margin-bottom: 1.25rem;
}

#page-event .accordion-content .table-notes {
	font-size: 1rem;
	margin-bottom: 0.625rem;
	margin-left: 11.375rem;
	margin-top: -0.625rem;
}

#page-event .article__event-table {
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
}

#page-event .article__event-table caption {
	font-size: 1.5rem;
}

#page-event .article__event-table th,
#page-event .article__event-table td {
	border: solid #d6edfc 0.0625rem;
	font-size: 1rem;
}

#page-event .article__event-table th {
	padding: 1.25rem 0;
	width: 11.25rem;
}

#page-event .article__event-table td {
	padding: 1.25rem 1.875rem;
	width: 100%;
}

#page-event .article__event-table td .text-notes {
	font-size: 0.75rem;
}

#page-event .article__event-table td .qr {
	height: 5rem;
	margin-inline: inherit;
	width: 5rem;
}

#page-event .article__event-table td .event-table__guest-wrap {
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1rem;
}

#page-event .article__event-table td .event-table__guest-wrap .guest-item p {
	font-size: 1rem;
}

#page-sponsor #sponsor {
	padding-top: 5rem;
}

#page-sponsor .header {
	height: 5rem;
	transition: all 0.3s ease-out;
}

#page-sponsor .scroll-target {
	scroll-margin-top: 5rem;
}

#page-sponsor .header__list {
	align-items: center;
	height: inherit;
	justify-content: center;
}

#page-sponsor .header__item {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
	width: 10.625rem;
}

#page-sponsor .header__item:last-of-type {
	width: 6.25rem;
}

#page-sponsor .header__item:last-of-type button {
	padding-right: 0.8125rem;
}

#page-sponsor .header__item img {
	height: 2.75rem;
	width: 2.375rem;
}

#page-sponsor .sponsor {
	padding: 8.125rem 0 6.25rem;
}

#page-sponsor .sponsor__container {
	margin-top: 8.125rem;
	padding: 3.75rem;
}

#page-sponsor .sponsor__group + .sponsor__group {
	margin-top: 4.375rem;
}

#page-sponsor .group__title {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
	padding: 0.4375rem 0;
}

#page-sponsor .group__list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 1.875rem;
}

#page-sponsor .sponsorship .group__item {
	height: 11.1875rem;
	width: 22.1875rem;
}

#page-sponsor .diamond-rank .group__item {
	height: 8.0625rem;
	width: 20.8125rem;
}

#page-sponsor .platina-rank .group__item {
	height: 4.1875rem;
	width: 17.75rem;
}

#page-sponsor .gold-rank .group__item {
	height: 4.625rem;
	width: 12.8125rem;
}

#page-sponsor .sliver-rank .group__item {
	height: 2.9375rem;
	width: 8.125rem;
}

#page-sponsor .sliver-rank .group__list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

#page-sponsor .bronze-rank .group__list .sponsor-names a,
#page-sponsor .bronze-rank .group__list .sponsor-names span {
	font-size: 1.25rem;
	line-height: 2;
}

#page-sponsor .blue-rank .group__list .sponsor-names a,
#page-sponsor .blue-rank .group__list .sponsor-names span {
	font-size: 0.9375rem;
	line-height: 2;
}

#page-campaign #campaign {
	padding-top: 5rem;
}

#page-campaign .header {
	height: 5rem;
	transition: all 0.3s ease-out;
}

#page-campaign .scroll-target {
	scroll-margin-top: 5rem;
}

#page-campaign .header__list {
	align-items: center;
	height: inherit;
	justify-content: center;
}

#page-campaign .header__item {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
	width: 10.625rem;
}

#page-campaign .header__item:last-of-type {
	width: 6.25rem;
}

#page-campaign .header__item:last-of-type button {
	padding-right: 0.8125rem;
}

#page-campaign .header__item img {
	height: 2.75rem;
	width: 2.375rem;
}

#page-campaign .campaign {
	padding: 8.125rem 0 6.25rem;
}

#page-campaign .campaign__title {
	font-size: 3.75rem;
}

#page-campaign .campaign__wrap + .campaign__wrap {
	padding-top: 6.25rem;
}

#page-campaign .campaign__wrap__title {
	border-bottom: 0.125rem solid #fff;
	font-size: 2.25rem;
	margin-bottom: 2.5rem;
	padding-bottom: 1.25rem;
}

#page-campaign .accordion-item + .accordion-item {
	margin-top: 1.25rem;
}

#page-campaign .accordion-item {
	padding: 1.25rem;
}

#page-campaign .accordion-title {
	-moz-column-gap: 1.6875rem;
	column-gap: 1.6875rem;
}

#page-campaign .accordion-title::before {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

#page-campaign .accordion-title::after {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.8125rem;
}

#page-campaign .accordion-title__img {
	width: 9.75rem;
}

#page-campaign .accordion-title__img.thumbnail--option {
	width: -moz-fit-content;
	width: fit-content;
}

#page-campaign .accordion-title__text {
	font-size: 1.75rem;
	line-height: 1.4285714286;
	padding-right: 6.25rem;
}

#page-campaign .accordion-content {
	margin-top: 1.25rem;
}

#page-campaign .accordion-content p {
	font-size: 1.25rem;
	line-height: 1.5;
}

#page-campaign .accordion-content p .text-notes {
	font-size: 1rem;
}

#page-campaign .accordion-content__img {
	margin-bottom: 1.25rem;
}

#page-campaign .accordion-content .table-notes {
	font-size: 1rem;
	margin-bottom: 0.625rem;
	margin-left: 11.375rem;
	margin-top: -0.625rem;
}

#page-campaign .article__event-table {
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
}

#page-campaign .article__event-table caption {
	font-size: 1.5rem;
}

#page-campaign .article__event-table th,
#page-campaign .article__event-table td {
	border: solid #d6edfc 0.0625rem;
	font-size: 1rem;
}

#page-campaign .article__event-table th {
	padding: 1.25rem 0;
	width: 11.25rem;
}

#page-campaign .article__event-table td {
	padding: 1.25rem 1.875rem;
	width: 100%;
}

#page-campaign .article__event-table td .text-notes {
	font-size: 0.75rem;
}

#page-campaign .article__event-table td .link-tel {
	pointer-events: none;
}

#page-campaign .article__event-table td .qr {
	height: 5rem;
	margin-inline: inherit;
	width: 5rem;
}

#page-campaign .article__event-table td .event-table__guest-wrap {
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1rem;
}

#page-campaign .article__event-table td .event-table__guest-wrap .guest-item p {
	font-size: 1rem;
}

#page-family .family__fv {
	padding-top: 8.75rem;
}

#page-family .family__fv::after {
	background: url(../../family/img/bg_water01.png) no-repeat center/cover;
	height: 46.25rem;
	top: 3rem;
	width: 61rem;
}

#page-family .limited-event {
	padding-bottom: 6.25rem;
	padding-top: 9.875rem;
}

#page-family .limited-event::before {
	background: url(../../family/img/bg_wave01.png) no-repeat center/cover;
	height: 3.5714285714vw;
	top: -3.4523809524vw;
}

#page-family .kids-facility {
	padding-bottom: 10rem;
	padding-top: 21.125rem;
}

#page-family .kids-facility::before {
	background: url(../../family/img/bg_wave02.png) no-repeat center/cover;
	height: 3.5714285714vw;
	top: -1px;
}

#page-family .kids-facility::after {
	background: url(../../family/img/bg_wave01.png) no-repeat center/cover;
	bottom: -1px;
	height: 3.5714285714vw;
	left: 0;
	width: 100%;
}

#page-family .gourmet {
	padding-bottom: 6.25rem;
	padding-top: 10.875rem;
}

#page-family .after-event {
	padding-bottom: 12.125rem;
	padding-top: 17.375rem;
}

#page-family .after-event::before {
	background: url(../../family/img/bg_wave02.png) no-repeat center/cover;
	height: 3.5714285714vw;
	top: -1px;
}

#page-family .after-event::after {
	background: url(../../family/img/bg_wave03.png) no-repeat center/cover;
	bottom: -1px;
	height: 3.5714285714vw;
}

#page-family .other-facility {
	padding-bottom: 6.25rem;
	padding-top: 15.875rem;
}

#page-family #faq {
	padding: 6.25rem 0 6.25rem;
}

#page-family .family__inner {
	max-width: 89rem;
	padding: 0 2.5rem;
}

#page-family .family__title {
	font-size: 3.75rem;
}

#page-family .family__title span {
	font-size: 4.5rem;
}

#page-family .family__title .title-number {
	bottom: -0.375rem;
	font-size: 5.375rem;
}

#page-family .family__title .title-dot::after {
	-webkit-text-stroke: #fff 0.375rem;
	font-size: 3.125rem;
}

#page-family .title-dot.dot-01::after {
	font-size: 3.125rem;
	left: 1.25rem;
	top: -1.0625rem;
}

#page-family .title-dot.dot-02::after {
	left: 1.875rem;
	top: -1.625rem;
}

#page-family .title-dot.dot-03::after {
	left: 1.5rem;
	top: -1.625rem;
}

#page-family .family__title::before {
	height: 22.5rem;
	width: 40.25rem;
}

#page-family .family__lead {
	margin-bottom: 9.375rem;
	margin-top: 6.625rem;
}

#page-family .family__lead p {
	font-size: 1.875rem;
}

#page-family .family__wrap.title-rows {
	padding-top: 21.125rem;
}

#page-family .family__box {
	border-radius: 1.5rem;
	padding: 7.25rem 2.5rem 6.25rem;
}

#page-family .family__box__title.limited-event-title {
	top: -12.5rem;
}

#page-family .family__box__title.kids-title {
	top: -12.875rem;
}

#page-family .family__box__title.gourmet-title {
	top: -7.375rem;
}

#page-family .family__box__title.after-event-title {
	top: -9.0625rem;
}

#page-family .family__box__title.other-facility-title {
	top: -11.625rem;
}

#page-family .family__box__title.locker-title {
	margin-bottom: 5.625rem;
	margin-top: 6.25rem;
}

#page-family .family__box__title.locker-title .ff-togalite {
	margin-top: 0;
}

#page-family .family__box__title.faq-title {
	position: relative;
	top: -2.375rem;
}

#page-family .family__box__title p {
	font-size: 1.875rem;
}

#page-family .family__box__title p span {
	font-size: 2.25rem;
}

#page-family .family__box__title .deco-before,
#page-family .family__box__title .deco-after {
	font-size: 2.25rem;
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.375rem;
}

#page-family .family__box__title .deco-before::before {
	height: 1.875rem;
	left: -1.375rem;
	top: -0.75rem;
	width: 1.75rem;
}

#page-family .family__box__title .deco-before.color-blue::before {
	height: 1.875rem;
	left: -1.375rem;
	top: -0.75rem;
	width: 1.75rem;
}

#page-family .family__box__title .deco-after::before {
	height: 1.25rem;
	right: -1.375rem;
	top: -0.75rem;
	width: 2.25rem;
}

#page-family .family__box__title strong {
	font-size: 2.875rem;
}

#page-family .family__box__title .ff-togalite {
	font-size: 3rem;
	line-height: 1.5625;
	margin-top: 1.6875rem;
	position: relative;
}

#page-family .family__box__title .ff-togalite span {
	font-size: 3.25rem;
}

#page-family .family__box__title .ff-togalite::after {
	background: #09dcfb;
	bottom: -1.625rem;
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.625rem;
}

#page-family .family-item + .family-item {
	margin-top: 5.125rem;
}

#page-family .family-item {
	max-width: 62.5rem;
}

#page-family .family-item h3 {
	font-size: 2.25rem;
}

#page-family .family-item h3 span {
	font-size: 1.875rem;
}

#page-family .family-item .family-item__text {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

#page-family .family-item .family-item__text .text-notes {
	font-size: 1.125rem;
}

#page-family .family__box__title .text-notes {
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
	padding-left: 3.625rem;
}

#page-family .family__box__title .text-notes::before {
	height: 3rem;
	width: 5.875rem;
}

#page-family .family-item__sub .family-item__text {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

#page-family .family-item__ages {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	padding: 0 0.625rem;
}

#page-family .family-item__img {
	margin-top: 2.375rem;
}

#page-family .family-item__img img {
	border-radius: 0.5rem;
}

#page-family .family-item__button {
	margin-top: 3.125rem;
}

#page-family .family-item__button a {
	border-radius: 2.5rem;
	font-size: 1.75rem;
	height: 5rem;
	width: 30.625rem;
}

#page-family .family-item__button.text-rows a {
	border-radius: 4.375rem;
	font-size: 1.75rem;
	height: 8.75rem;
	width: 37.5rem;
}

#page-family .family-item__button.kids-field__button a {
	border-radius: 4.375rem;
	font-size: 1.75rem;
	height: 8.75rem;
	width: 37.5rem;
}

#page-family .family-item__button.kids-field__button a span {
	font-size: 2rem;
}

#page-family .family-item__button.before-event__button {
	margin-top: 3.75rem;
}

#page-family .family-item__button.before-event__button a {
	border-radius: 4.375rem;
	font-size: 1.75rem;
	height: 8.75rem;
	width: 42.5rem;
}

#page-family .family-item__button.before-event__button a span {
	font-size: 2rem;
}

#page-family .family-item__button.gourmet-info__button {
	margin-top: 3.75rem;
}

#page-family .family-item__button.gourmet-info__button a {
	border-radius: 4.375rem;
	font-size: 1.75rem;
	height: 8.75rem;
	width: 37.5rem;
}

#page-family .family-item__button.firework__button a {
	border-radius: 2.5rem;
	font-size: 1.75rem;
	height: 5rem;
	width: 37.5rem;
}

#page-family .family-item__button.gourmet-info__button a span {
	font-size: 2rem;
}

#page-family .family-item__button.other-facility__button {
	margin-top: 2.5rem;
}

#page-family .family-item__button.other-facility__button a {
	border-radius: 2.5rem;
	font-size: 1.75rem;
	height: 5rem;
	width: 36.25rem;
}

#page-family .family-item__button.other-facility__button a span {
	font-size: 2rem;
}

#page-family .family-item__button.report__button a {
	border-radius: 3.4375rem;
	font-size: 1.75rem;
	height: 6.875rem;
	width: 42.5rem;
}

#page-family .family-item__button.faq-service__button a {
	border-radius: 4.375rem;
	font-size: 1.75rem;
	height: 8.75rem;
	width: 42.5rem;
}

#page-family .family-item__button a span {
	font-size: 2rem;
}

#page-family .family-item__button a::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

#page-family .family-item__button a:hover {
	opacity: 1;
}

#page-family .family-item__button a:hover::after {
	animation: arrow 1s ease-in-out 0s infinite;
}

#page-family .family-item__wrap {
	gap: 2.5rem;
}

#page-family .subgrid-5 .family-item__ages {
	width: -moz-fit-content;
	width: fit-content;
}

#page-family .subgrid-3 .family-item__img {
	grid-row: 2/3;
	margin-bottom: 0;
}

#page-family .family-item__sub h4 {
	font-size: 1.625rem;
	margin-top: 1.875rem;
}

#page-family .family-item__sub p {
	margin-top: 1.25rem;
}

#page-family .family-item__sub .family-item__sub-button {
	margin-top: 0.625rem;
}

#page-family .family-item__sub .family-item__sub-button a {
	font-size: 1.25rem;
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.5rem;
}

#page-family .family-item__sub-button a::after {
	height: 1.125rem;
	width: 0.625rem;
}

#page-family .family-item__sub-button a:hover {
	opacity: 1;
}

#page-family .family-item__sub-button a:hover::after {
	animation: arrowInFamily 1s ease-in-out 0s infinite;
}

#page-family .app-item.family-item {
	margin-top: 6.25rem;
}

#page-family .app-accordion .accordion-title {
	border-radius: 2.5rem;
	height: 5rem;
	margin-bottom: -2.5rem;
}

#page-family .app-accordion .accordion-title::after {
	height: 1.5rem;
	right: 1.875rem;
	width: 0.8125rem;
}

#page-family .app-accordion .accordion-title p {
	font-size: 1.75rem;
}

#page-family .app-accordion .accordion-title p span {
	font-size: 2rem;
}

#page-family .app-accordion .content-item {
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 8.75rem 5rem 6.25rem;
}

#page-family .app-accordion .content-item p {
	font-size: 1.375rem;
}

#page-family .app-item .text-rakuraku {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.3888888889;
	margin-bottom: 1.875rem;
}

#page-family .app-img__wrap {
	justify-content: space-evenly;
	margin-top: 3.75rem;
}

#page-family .app-img__wrap img {
	height: 23.125rem;
	width: 13.125rem;
}

#page-family .app-dl {
	margin-top: 3.75rem;
}

#page-family .app-dl__text {
	font-size: 2.25rem;
}

#page-family .app-dl__img-wrap {
	margin-top: 2.5rem;
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	max-width: 35.25rem;
}

#page-family .family__box.faq__box {
	height: 100%;
	max-width: 55rem;
	padding: 0 2.5rem;
	padding-bottom: 6.25rem;
	width: 100%;
}

#page-family .faq-accordion .accordion-title {
	font-size: 1.625rem;
	line-height: 1.7307692308;
	padding-left: 3.75rem;
}

#page-family .faq-accordion .accordion-title::before {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.875rem;
}

#page-family .faq-accordion .accordion-title::after {
	height: 0.1875rem;
	right: 1.5rem;
	width: 1.875rem;
}

#page-family .faq-accordion .accordion-title,
#page-family .faq-accordion .accordion-content {
	padding-left: 3.75rem;
	padding-right: 4.375rem;
}

#page-family .faq-accordion .accordion-title p .question {
	font-size: 1.625rem;
	left: 0.875rem;
}

#page-family .faq-accordion .accordion-content .content-item .answer {
	font-size: 1.625rem;
	left: 1rem;
}

#page-family .faq-accordion .accordion-title p .question::before {
	height: 2.625rem;
	width: 2.625rem;
}

#page-family .faq-accordion .accordion-content .content-item .answer::before {
	height: 2.625rem;
	width: 2.625rem;
}

#page-family .faq-accordion .accordion-content .content-item p {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

#page-family .faq-accordion .accordion-content .content-item p .text-notes {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

#page-family .faq-accordion .accordion-content {
	margin-top: 2.5rem;
}

#page-family .faq-accordion .accordion-item {
	padding: 1.875rem 0;
}

#page-family .faq__button {
	margin-top: 3.75rem;
}

#page-family .limited-event-title::before {
	background: url(../../family/img/bg_water02.png) no-repeat center/contain;
	bottom: -2.5rem;
	height: 7rem;
	left: -8.125rem;
	width: 6.125rem;
}

#page-family .limited-event-title::after {
	background: url(../../family/img/bg_water03.png) no-repeat center/contain;
	bottom: -2.5rem;
	height: 7rem;
	right: -4.875rem;
	width: 2.375rem;
}

#page-family .limited-event .family-item__img.deco-opening::after {
	bottom: 1.875rem;
	height: 7.625rem;
	left: -2.5rem;
	width: 14.875rem;
}

#page-family .family-item__sub .family-item__img.deco-opening::after {
	bottom: -1.125rem;
	height: 5.75rem;
	left: -1.1875rem;
	width: 11rem;
}

#page-family .limited-event__button {
	margin-top: 2.5rem;
}

#page-family .limited-event__button::after {
	background: url(../../family/img/bg_water04.png) no-repeat center/contain;
	height: 4.75rem;
	right: -8.25rem;
	top: 0.875rem;
	width: 9rem;
}

#page-family .limited-event__box::before {
	background: url(../../family/img/bg_water05.png) no-repeat center/contain;
	bottom: -4.5625rem;
	height: 15.25rem;
	left: -1.625rem;
	width: 4.375rem;
}

#page-family .limited-event__box::after {
	background: url(../../family/img/bg_water06.png) no-repeat center/contain;
	bottom: -1.8125rem;
	height: 6.375rem;
	right: 4.625rem;
	width: 9.25rem;
}

#page-family .kids-facility__box::after {
	background: url(../../family/img/bg_water11-sp.png) no-repeat center/contain;
	bottom: -2.875rem;
	height: 10.5rem;
	left: 0;
	width: 8rem;
}

#page-family .kids-title::before {
	background: url(../../family/img/bg_water08.png) no-repeat center/contain;
	bottom: -9.375rem;
	height: 25.125rem;
	left: -11.5rem;
	width: 15.25rem;
}

#page-family .kids-title::after {
	background: url(../../family/img/bg_water09.png) no-repeat center/contain;
	bottom: -3.875rem;
	height: 10.25rem;
	right: -8.375rem;
	width: 12.125rem;
}

#page-family .kids-field__button {
	margin-top: 2.5rem;
}

#page-family .kids-field__button::after {
	background: url(../../family/img/bg_water10.png) no-repeat center/contain;
	height: 8.25rem;
	right: -6.875rem;
	top: 3rem;
	width: 6rem;
}

#page-family .gourmet__box::after {
	background: url(../../family/img/bg_water04-sp.png) no-repeat center/contain;
	bottom: -3.75rem;
	height: 6.5rem;
	left: 10.4375rem;
	width: 7.5rem;
}

#page-family .gourmet-title::before {
	background: url(../../family/img/bg_water12.png) no-repeat center/contain;
	bottom: -8.75rem;
	height: 10.375rem;
	left: -11.25rem;
	width: 11.375rem;
}

#page-family .gourmet-title::after {
	background: url(../../family/img/bg_water13.png) no-repeat center/contain;
	bottom: -5.625rem;
	height: 14.625rem;
	right: -8.375rem;
	width: 10.25rem;
}

#page-family .kids-facility .family-item__img.deco-kidsfield::after {
	background: url(../../family/img/img_deco-kidsfield.png) no-repeat center/contain;
	bottom: -1.125rem;
	height: 22.875rem;
	right: -1.875rem;
	width: 28rem;
}

#page-family .gourmet .family-item__img.deco-gourmet::after {
	background: url(../../family/img/img_deco-gourmet.png) no-repeat center/contain;
	bottom: -0.9375rem;
	height: 24.625rem;
	right: -1.1875rem;
	width: 26.75rem;
}

#page-family .deli__button {
	margin-top: 2.5rem;
}

#page-family .deli__button::after {
	background: url(../../family/img/bg_water14.png) no-repeat center/contain;
	height: 8.125rem;
	right: -12.5rem;
	top: 1.125rem;
	width: 15rem;
}

#page-family .family__box__title .title-dot::after {
	font-size: 2.25rem;
	left: 1rem;
	top: -1.5rem;
}

#page-family .after-event-title::before {
	background: url(../../family/img/bg_water16.png) no-repeat center/contain;
	bottom: -5.5rem;
	height: 16.25rem;
	left: -11.25rem;
	width: 10.75rem;
}

#page-family .after-event-title::after {
	background: url(../../family/img/bg_water15.png) no-repeat center/contain;
	bottom: -1.625rem;
	height: 8.875rem;
	right: -12.75rem;
	width: 10.875rem;
}

#page-family .firework__button {
	margin-top: 2.5rem;
}

#page-family .firework__button::after {
	background: url(../../family/img/bg_water17.png) no-repeat center/contain;
	height: 11rem;
	right: -8.75rem;
	top: 0;
	width: 6.25rem;
}

#page-family .after-event__box::after {
	background: url(../../family/img/bg_water18.png) no-repeat center/contain;
	bottom: -3.75rem;
	height: 6.5rem;
	left: 10.4375rem;
	width: 7.5rem;
}

#page-family .other-facility__box {
	padding-bottom: 6.25rem;
}

#page-family .after-event__bg {
	background: url(../../family/img/bg_after-event.png) no-repeat center/cover;
}

#page-family .gourmet__bg {
	background: url(../../family/img/bg_gourmet.png) no-repeat top right/contain;
	width: 50%;
}

#page-family .kids-facility__bg {
	background: url(../../family/img/bg_kids-facility.png) no-repeat top center/contain;
}

#page-family .limited-event__bg {
	background: url(../../family/img/bg_limited-event.png) no-repeat center/cover;
}

#page-family .family__fv__bg {
	background: url(../../family/img/bg_fv.png) no-repeat center/cover;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
}

}

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

#page-family .header__logo {
	margin-left: 2.1052631579vw;
}

#page-family .header__nav {
	margin-right: 1.7543859649vw;
}

#page-family .header__item {
	font-size: 1.5789473684vw;
	width: 14.9122807018vw;
}

}

@media (min-width: 1040px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes arrow {

0% {
	right: 1.875rem;
}

50% {
	right: 1.25rem;
}

100% {
	right: 1.875rem;
}

}

@keyframes ticket {

0% {
	transform: scale(1);
}

25% {
	transform: scale(1.1);
}

50% {
	transform: scale(1);
}

75% {
	transform: scale(0.9);
}

100% {
	transform: scale(1);
}

}

@keyframes maskImg {

0% {
	-webkit-mask-position: 200% 0%;
	mask-position: 200% 0%;
}

100% {
	-webkit-mask-position: 0% 0%;
	mask-position: 0% 0%;
}

}

@keyframes arrowInFamily {

0% {
	right: 0rem;
}

50% {
	right: 0.625rem;
}

100% {
	right: 0rem;
}

}
