@charset "utf-8";

html,
body {
	height: auto;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	/* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
	-webkit-text-size-adjust: 100%;
}
.notosans{
	font-family: 'Noto Sans JP', sans-serif;
}
.notoserif{
	font-family: 'Noto Serif JP', serif;
}
/*
.wrap {
    background: url(../img/bg.png) repeat-y;
}
*/

.wrap {
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.mt {
	margin-top: 20px;
}

.mtx4 {
	margin-top: 80px;
}

.pt {
	padding-top: 20px;
}

.ptx2 {
	padding-top: 40px;
}

.pb {
	padding-bottom: 20px;
}

.pbx2 {
	padding-bottom: 40px;
}

.mb02 {
	margin-bottom: 20px;
}

.mb {
	margin-bottom: 40px;
}

.mbi {
	margin-bottom: 40px !important;
}

.mbx2 {
	margin-bottom: 40px;
}

.mbx3 {
	margin-bottom: 60px;
}

.mbx4 {
	margin-bottom: 80px;
}

.mr {
	margin-right: 10px;
}

.cen {
	text-align: center;
}
.left {
	text-align: left;
}
.rel {
	position: relative;
}

.pcpt {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.pw {
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}

.ph100 {
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.right {
	text-align: right;
}

/**Page Section*/

header {
	background-color: #000000;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 5px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header a {
	margin: 0 5%;
}

pre {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.inner_big {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.inner02 {
	width: 840px;
	margin: 0 auto;
	position: relative;
}

.inner03 {
	width: 640px;
	margin: 0 auto;
	position: relative;
}

h2 {
	width: 100%;
	color: #000000;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.2em;
	display: inline-block;
}

h2 .sub {
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 0px;
	color: #000000;
	display: block;
	line-height: 1em;
}

.fontw {
	color: #ffffff;
}

.fonts {
	font-size: 80%;
}

.ttl {
	display: flex;
	justify-content: center;
}

.ttl img {
	margin: 2px 5px;
}

.nav {
	display: flex;
	justify-content: space-between;
}

.is-fixed {
	display: block !important;
	position: fixed;
	top: -120px; /* 初期状態で画面外に隠す */
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff; /* 必要に応じて背景色を指定 */
	transition: top 0.3s ease-in-out; /* アニメーション効果 */
}

.is-fixed.show {
	top: 0; /* 表示されるときにトップ位置を0に */
}

.nav li {
	width: 19%;
}

.nav li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	padding-bottom: 5px;
	border-bottom: 5px solid #ff0000;
	line-height: 1em;
	height: 30px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.nav li:nth-child(1) > a {
	border-color: #fff600;
}

.nav li:nth-child(2) > a {
	border-color: #e8314f;
}

.nav li:nth-child(3) > a {
	border-color: #31c8e8;
}

.nav li:nth-child(4) > a {
	border-color: #2abd16;
}

.nav li:nth-child(5) > a {
	border-color: #a41ee2;
}

.footer-bnr {
	padding: 2% 0;
}

.footer-bnr ul {
	display: flex;
	justify-content: center;
}

.footer-bnr ul li {
	width: 38%;
	text-align: center;
}

footer {
	border-top: 0px solid #006cba;
	padding: 10px 0;
	background-color: #000000;
}

.copy {
	color: #ffffff;
}

.flexb {
	display: flex;
	justify-content: space-between;
}

.flexc {
	display: flex;
	justify-content: center;
}

.flexa {
	display: flex;
	justify-content: space-around;
}

.flexc.col04 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexc.col04 li {
	width: 22%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col04 li.x2 {
	width: 44%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col05 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexc.col05 li {
	width: 18%;
	text-align: center;
	margin-bottom: 20px;
}

#top_btn {
	position: fixed;
	right: 3%;
	bottom: 10%;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.w50 {
	width: 48%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.twitter-tweet {
	border: 2px solid #c9151e;
	border-radius: 14px;
	box-shadow: 5px 5px 4px #33333355;
}

.color02 .twitter-tweet {
	border: 2px solid #826020;
	border-radius: 14px;
	box-shadow: 5px 5px 4px #33333355;
}

.twitter-tweet .r-y54riw {
	border: 0px;
}

/*contents*/

#main {
}

#main .bg {
}

#main .bg img {
	position: absolute;
	top: 0%;
	left: 0%;
}

#key_anime {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../img/main_visual_bg.png) no-repeat;
	overflow: hidden;
	position: relative;
	background-size: cover;
	min-height: 55.23vw;
}

#key_anime img {
	opacity: 0;
	z-index: 2;
	top: 0;
	left: 0;
	position: absolute;
}

#key_anime img#main_logo {
	left: 25%;
	animation-delay: 0s;
	animation-duration: 0s;
	display: block;
	width: 31%;
	top: 8%;
}

#key_anime img#main_key01 {
	left: 0;
	top: auto;
	bottom: 0;
	animation-delay: 0.2s;
	display: block;
	width: 100%;
	z-index: 7;
}

#key_anime img#main_key02 {
	left: 0;
	top: auto;
	bottom: 0;
	animation-delay: 0.6s;
	display: block;
	width: 100%;
	z-index: 6;
}

#key_anime img#main_key03 {
	left: 0;
	top: auto;
	bottom: 0;
	animation-delay: 1s;
	display: block;
	width: 100%;
	z-index: 5;
}

#key_anime img#main_key04 {
	left: 0;
	top: auto;
	bottom: 0;
	animation-delay: 1.4s;
	display: block;
	width: 100%;
	z-index: 4;
}

.fadein {
	animation-name: fadein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

nav.global_nav {
	display: none;
}

nav.global_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #000000;
}

nav.global_nav ul li {
	margin-right: 10px;
}
nav.global_nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

nav.global_nav ul li:first-child {
	margin-left: 10vw;
}

nav.global_nav ul li.bnr.right,
nav.global_nav ul li:last-child {
	margin-left: auto; /* 右端にピッタリ寄せる */
}
nav.global_nav ul li:last-child {
	margin-left: 0; /* 右端にピッタリ寄せる */
}
nav.global_nav ul li.bnr {
	background: #cbcbcb;
	width: 18vw;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.global_nav ul li img {
	max-width: 100%; /* 画像のサイズを自動調整 */
	height: auto;
}

nav.global_nav ul li a img {
	display: block; /* 画像がリンク内で整列するように */
}

/**Hover*/

a:hover,
a:hover img,
.nav li:hover,
.nav2 li:hover,
.nav3 li:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

a:hover {
	opacity: 1;
	-webkit-animation: none 1.5s;
	animation: none 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

/**Scroll Anime*/

.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(0px);
	opacity: 1;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1;
}

/** Contents */
#greeting {
	background: #000000;
}
#greeting h2 {
	display: inline-block;
	width: fit-content;
}
#greeting .body {
	box-sizing: border-box;
}
.text_acc01 {
	background: linear-gradient(270deg, #facc22 0%, #f83600 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.acc02 {
	background: #ffffff;
	font-size: 32px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

h1 {
	font-size: 14px;
}
#sec01 {
	background-image: url(../img/sec01_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg01 {
	background-image: url(../img/sec02_bg.jpg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
.bg02 {
	background-image: url(../img/bg02.jpg);
	background-size: cover;
	background-position: center;
}
.bg01 > .inner::before {
	content: url(../img/sec02_bg_img01.png);
	position: fixed;
	top: 0;
	left: -6vw;
}
.bg01 > .inner::after {
	content: url(../img/sec02_bg_img02.png);
	position: fixed;
	top: 0;
	right: -6vw;
}
.bg03 {
	background-image: url(../img/bg03.jpg);
	background-size: cover;
	background-position: center;
}
.bg04 {
	background: #064c9d;
	position: relative; /* 疑似要素用の基準位置 */
}
.bg05 {
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(11, 0, 154) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(11, 0, 154) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(11, 0, 154) 100%);
}
.bg06 {
	background-image: url(../img/stage_info/bg01.png);
	background-size: cover;
	background-position: center;
}
.bgw {
	background: #ffffff;
}

.news {
	position: relative;
	background: #ffffff;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.news::before {
	content: url(../img/title_news.png);
	position: absolute;
	top: -32px;
	left: 10px;
}
.news::after {
	content: '▼';
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
}
.news .body {
	width: 57%;
	text-align: left;
	padding-left: 6em;
	margin-left: auto;
	margin-right: auto;
	height: 1.8em;
	overflow: hidden;
}
.news.open .body {
	height: auto;
}

.article01 {
	background-color: #ffffff;
	display: flex;
	justify-content: start;
	margin-bottom: 20px;
	box-shadow: 0px 0px 9px rgba(100, 100, 100, 0.8);
}
.article01 .img {
	width: 339px;
	overflow: hidden;
	margin-right: 20px;
}
.article01 .body .sub {
	padding: 10px 0;
	color: #838383;
}
.article01 .body .title {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.article01 .body .detail {
	font-size: 14px;
	margin-bottom: 20px;
}
.article01 .img02 {
	max-width: 280px;
	border: 15px solid #064fa3;
	background-color: #dcdcdc;
	margin-right: 20px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article02_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article02 {
	width: 49%;
	background-color: #ffffff;
	display: flex;
	justify-content: start;
	margin-bottom: 20px;
	box-shadow: 0px 0px 9px rgba(100, 100, 100, 0.8);
	background-image: url('../img/logo_mini_mono.png');
	background-repeat: no-repeat;
	background-position: right 2% top 2%;
}
.article02 .img {
	width: 174px;
	overflow: hidden;
	margin-right: 10px;
}
.article02 .body .sub {
	padding: 10px 0;
	color: #838383;
}
.article02 .body .title {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.article02 .body .detail {
	font-size: 14px;
	margin-bottom: 20px;
}

#greeting02 {
	background: #000000;
}

.fireworks-container {
	position: relative;
	width: 100%;
	height: 24vw;
	overflow: hidden;
	background-color: black;
}
.fireworks-container_overlay {
	position: relative;
	width: 100%;
	height: 0vw;
	top: -28vw;
	text-align: center;
}
.fireworks-container_overlay img {
	height: 31vw;
}

.fireworks-container canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: lighten;
	transform: translateZ(0);
}
.fireworks-container #trails-canvas {
	position: relative;
	top: -7vw;
}

.st01 {
	font-size: 24px;
	font-weight: bold;
}
.st01b {
	font-size: 32px;
	font-weight: bold;
}
.st02 {
	font-size: 24px;
}
.st03 {
	font-size: 22px;
	color: #858585;
	padding-left: 1em;
	text-indent: -1em;
}
.st04 {
	font-size: 20px;
	color: #ffffff;
	padding-left: 1em;
	text-indent: -1em;
}
.box01 {
	background-color: rgba(255, 255, 255, 0.8);
}

#project02,
#project03,
#project06 {
	background: #000000;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2%;
}
#project02 .inner,
#project03 .inner,
#project06 .inner {
	max-width: 1000px;
}
#project02 .title02,
#project06 .title02 {
	background: #01238f;
	color: #ffffff;
	padding: 10px 0;
}
#project02 .title03,
#project06 .title03 {
	background: #064c9d;
	color: #ffffff;
	text-indent: -1em;
	padding-left: 2em;
}

.li01 li {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 14px;
}
.li01 li::before {
	content: '◆';
	margin-right: 1em;
}
.li02 li {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 14px;
}
.li02 li::before {
	content: '※';
	margin-right: 1em;
}

.li03 {
	margin: 0;
	padding: 0;
}

.li03 dt {
	font-size: 1em;
	background-color: #555fe0;
	color: #ffffff;
	font-weight: bold;
	margin-top: 15px;
	padding: 3px 5px;
}

.li03 dd {
	font-size: 1em;
	color: #ffffff;
	margin: 5px 0 10px 0;
	line-height: 1.6;
	display: flex; /* Flexbox適用 */
	justify-content: space-between; /* 左右に分ける */
	align-items: center; /* 垂直方向に中央揃え */
}

.li03 dd span {
	font-size: 0.9em;
	color: #ffffff;
	min-width: 100px;
	margin: 0; /* 左右の余白をリセット */
}
#project03 .title02,
#project06 .title02 {
	background: #01238f;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
}

#menu-toggle {
	display: none;
}
.fixed-menu {
	display: none;
}
#overlay-button {
	display: none; /* モバイルでのみ表示 */
}

/*shikishi*/
.shikishi .global_nav {
	display: block;
}
.shikishi header {
	background: #2c2c2c;
}
.shikishi #greeting03 {
	background: #ffffff;
	font-weight: bold;
}

.shikishi .mfp-figure {
	animation: fadeIn 0.3s ease;
}
.shikishi .shikishi_header {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 9;
}
.mfp-counter {
	display: none;
}
.shikishi .shikishi_agenda {
	display: flex;
	justify-content: center;
	background-image: url(../img/shikishi_bg01.jpg);
	background-size: cover;
	gap: 5px;
	padding: 5px 0;
}
.shikishi .shikishi_agenda a {
	background-image: url(../img/shape01.png);
	background-size: 100% 100%;
	display: flex;
	width: 70px;
	height: 65px;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	box-sizing: border-box;
}
.shikishi .agenda {
	background-image: url(../img/acc02.png);
	background-size: 100% 100%;
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	height: 3.5vw;
}
.shikishi .agenda img {
	margin-top: -3px;
	width: 96px;
	height: 50px;
}

.shikishi .gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shikishi .gallery a {
	width: 24%;
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}
.shikishi .gallery .img {
	background-color: #e3e3e3;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 325px;
}
.shikishi .gallery img {
	margin: 0px;
	cursor: pointer;
}
.shikishi .gallery .spacer {
	width: 24%;
	height: 0;
}

.mfp-fade-shikishi .mfp-arrow-left {
	left: 30%;
	background-image: url(../img/arrow_l.png);
	background-size: 33px 57px;
	background-repeat: no-repeat;
	text-indent: -999px;
	margin-top: -22px;
}
.mfp-fade-shikishi .mfp-arrow-right {
	right: 30%;
	background-image: url(../img/arrow_r.png);
	background-size: 33px 57px;
	background-repeat: no-repeat;
	text-indent: -999px;
	margin-top: -22px;
	width: 2vw;
}
.mfp-fade-shikishi img.mfp-img {
	width: auto;
	max-width: 75vw;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-fade-shikishi .author-name {
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
}
.mfp-fade-shikishi .mfp-arrow-left::after,
.mfp-fade-shikishi .mfp-arrow-left::before,
.mfp-fade-shikishi .mfp-arrow-right::after,
.mfp-fade-shikishi .mfp-arrow-right::before {
	display: none;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.mfp-close {
	font-size: 30px;
	right: 10px;
}

.author-name {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.caution {
	padding-left: 1em;
	text-indent: -1em;
	color: #ffffff;
	font-size: 0.8em;
}

/** s02*/
.color01 {
	color: #064e9e;
}

.ann_box01 {
	font-weight: 600;
}
@media screen and (min-width: 1200px) {
	.pconly {
	}

	.sponly {
		display: none !important;
	}
}
@media screen and (max-width: 1200px) {
	body {
		background-attachment: fixed;
		font-size: 10px;
		background: #000000;
		position: relative;
		z-index: 0;
	}

	.inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
	}

	.inner_big {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0%;
		box-sizing: border-box;
	}

	.inner02 {
		width: 98%;
		margin: 0 auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
	}

	.inner03 {
		width: 90%;
		margin: 0 auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
	}

	.mb02 {
		margin-bottom: 10px;
	}

	.spb {
		display: block;
	}

	.spbr {
		display: block;
	}

	.pcpt {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-top: -10px;
	}

	.sppt {
		padding-top: 20px;
	}

	.pconly {
		display: none !important;
	}

	.sponly {
	}

	.pbx2 {
		padding-bottom: 20px;
	}

	.ttl {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.nav {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.nav li {
		width: 45%;
		margin: 10px 5px;
	}

	.nav li a {
		font-size: 16px;
	}

	#menusp ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#menusp ul li {
		margin-bottom: 10px;
	}

	.mfp-bg {
		background: none;
		opacity: 1;
	}

	.mfp-auto-cursor .mfp-content {
		cursor: auto;
		padding: 40px 0;
		background-color: #000000a0;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}

	.mfp-close-btn-in .mfp-close {
		color: #fff;
		font-size: 60px;
	}

	.footer-bnr ul {
		display: flex;
		justify-content: space-around;
	}

	#top_btn {
		position: fixed;
		right: 0%;
		bottom: 0%;
		width: 15%;
		opacity: 1;
	}

	.section_border {
		min-height: 10px;
	}

	/*contents*/
	nav.global_nav ul {
		padding: 8px 0;
		flex-wrap: wrap;
		align-items: baseline;
	}
	nav.global_nav {
		display: none !important;
	}
	nav.global_nav ul li {
		margin: 0 4px;
		width: 30%;
	}

	nav.global_nav ul li:first-child {
		margin-bottom: 4px;
	}
	h1 {
		font-size: 9px;
	}
	h2 {
		font-size: 36px;
	}

	h2 .sub {
		font-size: 18px;
	}

	.r {
		color: #c9151e;
		font-size: 16px;
		font-weight: bold;
		line-height: 1em;
	}

	.b {
		color: #000000;
		font-size: 30px;
	}
	header {
		background-color: #000000;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		padding: 5px 15px;
		position: relative;
		display: flex;
		justify-content: start;
		align-items: center;
	}
	.fixed-menu {
		position: fixed;
		display: block;
		top: 0px;
		width: 100%;
		height: 100vh;
		background: rgba(3, 35, 101, 0.8);
		z-index: 9;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.fixed-menu .navitem {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: auto;
	}
	.menu-item {
		margin: 20px 0;
		font-size: 2.2em;
		color: #fff;
		text-decoration: none;
	}
	.menu-item img {
		width: 32px;
		margin-right: 10px;
	}
	.links {
		margin-top: auto;
		padding-bottom: 60px;
		display: flex;
		gap: 9px;
		justify-content: space-between;
		align-items: center;
	}
	.fixed-menu img.logo {
		width: 40%;
		margin-bottom: 20px;
		min-width: 96px;
		max-width: 96px;
	}
	#overlay-button {
		position: fixed;
		right: 0em;
		top: 0em;
		padding: 26px 11px;
		z-index: 15;
		cursor: pointer;
		user-select: none;
		background: #064c9d;
		display: none; /* モバイルでのみ表示 */
	}

	#overlay-button span {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		position: relative;
		display: block;
		transition: all 0.2s ease-in-out;
	}

	#overlay-button span:before,
	#overlay-button span:after {
		content: '';
		position: absolute;
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		transition: all 0.2s ease-in-out;
	}

	#overlay-button span:before {
		top: -10px;
	}

	#overlay-button span:after {
		top: 10px;
	}

	/* チェックボックスがオンのときのハンバーガーボタンの変化 */
	input[type='checkbox']:checked ~ #overlay-button span {
		background: transparent;
	}

	input[type='checkbox']:checked ~ #overlay-button span:before {
		transform: rotate(45deg) translate(7px, 7px);
	}

	input[type='checkbox']:checked ~ #overlay-button span:after {
		transform: rotate(-45deg) translate(7px, -7px);
	}

	/* オーバーレイメニュー */
	.fixed-menu {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
	}

	/* チェックボックスがオンのときにオーバーレイを表示 */
	input[type='checkbox']:checked ~ .fixed-menu {
		visibility: visible;
		opacity: 1;
	}

	/* ハンバーガーボタンをモバイルで表示 */
	#overlay-button {
		display: block;
	}

	.bg01 > .inner::before,
	.bg01 > .inner::after {
		content: '';
		display: none;
	}
	#greeting .body {
		box-sizing: border-box;
		padding-top: 0px;
	}
	.spinner8 {
		padding-left: 8%;
		padding-right: 8%;
	}
	@media screen and (max-width: 1200px) {
		.bg01 {
			position: relative;
			overflow: hidden; /* 背景用の疑似要素がはみ出てもスクロールしないようにする */
			background: none; /* 元の背景をオフにする */
		}
		.bg01::before {
			content: '';
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh; /* 画面全体に広げる */

			background-image: url(../img/sec02_bgsp.jpg);
			background-size: 100%;
			background-position: top center;
			background-repeat: no-repeat;
			z-index: -1; /* 背景として後ろに配置 */
		}
	}
	.h40 {
		height: 40px;
	}
	.newssp {
		background-color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.newssp .body {
		position: relative;
		height: 1.8em;
		overflow: hidden;
	}
	.newssp .body::after {
		content: '▼';
		position: absolute;
		top: 0px;
		right: 5px;
		cursor: pointer;
	}
	.newssp.open .body {
		height: auto;
	}
	.newssp.open .body::after {
		content: ' ';
		position: absolute;
		top: 0px;
		right: 5px;
		cursor: pointer;
	}
	.article01 {
		background-color: #ffffff;
		display: flex;
		justify-content: start;
		margin-bottom: 20px;
		box-shadow: 0px 0px 9px rgba(100, 100, 100, 0.8);
		position: relative;
	}
	.article01 .img {
		width: 72%;
		overflow: hidden;
		margin-right: 0px;
	}
	.article01 .img02 {
		max-width: 21.5%;
		background-color: #064fa3;
		margin-right: 0;
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	#sec02 .inner {
		padding: 0 0;
	}
	#sec02 .mb {
		margin-bottom: 10px;
	}
	#sec02 .w50 {
		width: 50%;
	}
	.fireworks-container {
		position: relative;
		width: 100%;
		height: 60vw;
		overflow: hidden;
		background-color: black;
	}
	.fireworks-container #trails-canvas {
		position: relative;
		top: -70vw;
	}
	.fireworks-container_overlay {
		position: relative;
		width: 100%;
		height: 0vw;
		top: -66vw;
		text-align: center;
	}
	.fireworks-container_overlay img {
		width: 100%;
		height: auto;
	}
	#natsumatsuri .mb {
		margin-bottom: 10px;
	}
	.sppw {
		padding-left: 2%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	.spmtm36 {
		margin-top: -36px;
	}
	.st02 {
		font-size: 17px;
		line-height: 1.4em;
	}
	.bg02 {
		background-image: url(../img/bg02sp.jpg);
		background-size: cover;
		background-position: center;
	}
	#sec04 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4em;
	}

	.st01 {
		font-size: 20px;
		font-weight: bold;
	}
	.st01b {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4em;
	}
	#project02 .title02 {
		background: #01238f;
		color: #ffffff;
		padding: 10px 0;
	}
	.li01 li {
		padding-left: 2em;
		text-indent: -2em;
		font-size: 10px;
	}
	.li02 li {
		padding-left: 2em;
		text-indent: -2em;
		font-size: 10px;
	}
	.st03 {
		font-size: 14px;
		color: #858585;
		padding-left: 1em;
		text-indent: -1em;
	}
	.st04 {
		font-size: 10px;
		color: #ffffff;
		padding-left: 1em;
		text-indent: -1em;
	}
	.st05 {
		background: #01238f;
		color: #ffffff;
		padding: 10px 0;
	}
	.spw50 {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#project02 .inner02 .flexb {
		display: flex;
		flex-wrap: wrap;
	}
	#project02 .inner02 .w50 {
		width: 100%;
	}
	#project02 .inner02 .w50:first-child {
		margin-bottom: 20px;
	}

	#project03 .inner .flexb {
		display: flex;
		flex-wrap: wrap;
	}
	#project03 .inner .w50 {
		width: 100%;
	}
	#project06 .inner .flexb {
		display: flex;
		flex-wrap: wrap;
	}
	#project06 .inner .w50 {
		width: 100%;
	}
	#project03 .title02,
	#project06 .title02 {
		background: #01238f;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		min-width: 50vw;
		text-align: center;
		color: #ffffff;
		padding: 10px 0;
	}
	#project06 .st01 {
		font-size: 16px;
		font-weight: bold;
	}
	.mfp-content .pb {
		padding-bottom: 10px;
	}
	.mfp-content .pt {
		padding-top: 10px;
	}
	.shikishi {
		background-color: #f8ce20;
		position: relative;
		z-index: -1;
	}
	.shikishi_agenda {
		display: none !important;
	}
	.fixed-menu .shikishi_agenda {
		display: flex !important;
		flex-wrap: wrap;
		background: none;
		margin-top: 45px;
	}
	.shikishi .agenda {
		background-image: url(../img/acc02.png);
		background-size: 100% 100%;
		width: 98vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
		height: 8.5vw;
		margin-bottom: 20px;
	}
	.shikishi .shikishi_agenda a {
		background-image: url(../img/shape01.png);
		background-size: 100% 100%;
		display: flex;
		width: 15vw;
		height: 15vw;
		justify-content: center;
		align-items: center;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.shikishi .agenda img {
		margin-top: -8px;
		width: 74px;
		height: 35px;
	}
	.shikishi .gallery a {
		width: 48%;
		text-align: center;
		color: #000000;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.shikishi .gallery .img {
		background-color: #e3e3e3;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
	}
	.shikishi .gallery img {
		margin: 0px;
		cursor: pointer;
		box-sizing: border-box;
	}
	.mfp-fade-shikishi .mfp-title {
		text-align: left;
		line-height: 18px;
		color: #f3f3f3;
		word-wrap: break-word;
		padding-right: 0px;
	}
	.mfp-auto-cursor .mfp-content {
		cursor: auto;
		padding: 40px 0;
		background-color: #000000a0;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		width: 100%;
	}
	.mfp-fade-shikishi .mfp-arrow-left {
		left: 4%;
		background-image: url(../img/arrow_l.png);
		background-size: 33px 57px;
		background-repeat: no-repeat;
		text-indent: -999px;
		margin-top: -22px;
	}
	.mfp-fade-shikishi .mfp-arrow-right {
		right: 0%;
		background-image: url(../img/arrow_r.png);
		background-size: 33px 57px;
		background-repeat: no-repeat;
		text-indent: -999px;
		margin-top: -38px;
		width: 15vw;
	}
	.mfp-fade-shikishi img.mfp-img {
		width: auto;
		max-width: 75vw;
		height: auto;
		display: block;
		line-height: 0;
		box-sizing: border-box;
		padding: 40px 0 40px;
		margin: 0 auto;
	}
	.mfp-fade-shikishi .mfp-arrow-left::after,
	.mfp-fade-shikishi .mfp-arrow-left::before,
	.mfp-fade-shikishi .mfp-arrow-right::after,
	.mfp-fade-shikishi .mfp-arrow-right::before {
		display: none;
	}
	.mfp-fade-shikishi .author-name {
		text-align: center;
		font-size: 26px;
		margin-top: 4px;
		padding-bottom: 20px;
	}

	.ann_box01 {
		font-size: 14px;
		font-weight: 600;
	}
	.ann_box01 .mb {
		margin-bottom: 10px;
	}
	.ann_box01 .bg06 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ann_box01 .bg06 .checkbtn {
		margin-bottom: 0px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.acc02 {
		background: #ffffff;
		font-size: 22px;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block;
	}
}
