@charset "utf-8";

html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 62.5%;
	background: #00c1ff;
	color: #1d2088;
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
	html {
		font-size: calc(62.5% / 1.7);
	}
}

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*** common style ***/
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility : hidden;
}

.hide {
	display: none;
	overflow: hidden;
	height: 0px;
}

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

/** movie-box **/
.movie-box {
	width: 100%;
	margin: 0 auto;
}
.movie-box-inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*** base ***/
/* Font Weight Reset */
/* h1,h2,h3,h4,h5,h6,th,td {
	font-weight: 500;
} */

.hicbc-global-nav-inner ul.hicbc-global-nav-main li:last-child a {
	z-index: 999 !important;
}

.pageup a {
	z-index: 999;
}

@media only screen and (max-width: 640px) {
	#global-nav:nth-of-type(1) {
		display: none;
	}

	body {
	}
	
	#container {
	}
	#container-inner {
	}
	#content {
		padding: 9.6vw 0 0;
	}
	#content-inner {
	}

	.tree #content {
		background: #fff;
		padding: 0;
	}
	.tree #content-inner {
	}

	.inner {
		width: 93.2%;
		margin: 0 auto;
	}

	.sp-hide {
		display: none;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat center top;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		width: 60px;
		height: 60px;
		background-size: contain;
		position: fixed;
		right: 20px;
		bottom: calc(20px + 26vw);
	}
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1280px;
	}
	
	#container {
	}
	#container-inner {
	}
	#content {
		width: 100%;
		padding: 60px 0 0;
	}
	#content {
	}
	#content-inner {
	}

	.inner {
		width: 1200px;
		margin: 0 auto;
	}
	
	.pc-hide {
		display: none;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat center top;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
		width: 66px;
		height: 66px;
		background-size: contain;
		position: fixed;
		right: 20px;
		bottom: calc(20px + 100px);

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.pageup a:hover {
		opacity: 0.6;
	}
}

/* block-gratitude */
.matsuri2024s #block-gratitude {
	background: #fff;
}
.matsuri2024s #block-gratitude .inner {
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block-gratitude {
		padding: 0 0 11.2vw;
	}
	.matsuri2024s #block-gratitude .inner {
		width: 93.2%;
	}
	.matsuri2024s #block-gratitude .gratitude-head-main {
		border-top: 3px solid #1d2088;
		border-radius: 3.2vw 3.2vw 0 0;
		background-color: #1d2088;
		color: #fff;
		font-size: 3.2rem;
		text-align: center;
		padding: 1.0vw 0;
	}
	.matsuri2024s #block-gratitude .gratitude-frame {
		border: 3px solid #1d2088;
		border-radius: 0 0 3.2vw 3.2vw;
	}
	.matsuri2024s #block-gratitude .gratitude-frame p {
		font-size: 2.4rem;
		margin: 5.2vw;
	}
	.matsuri2024s #block-gratitude .gratitude-frame p span {
		background: #ffff00;
		font-size: 2.8rem;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block-gratitude {
		padding: 70px 0 0;
	}
	.matsuri2024s #block-gratitude .inner {
		width: 1200px;
	}
	.matsuri2024s #block-gratitude .gratitude-head-main {
		border-top: 3px solid #1d2088;
		border-radius: 30px 30px 0 0;
		background-color: #1d2088;
		color: #fff;
		font-size: 3.0rem;
		text-align: center;
		padding: 5px 0;
	}
	.matsuri2024s #block-gratitude .gratitude-frame {
		border: 3px solid #1d2088;
		border-radius: 0 0 30px 30px;
	}
	.matsuri2024s #block-gratitude .gratitude-frame p {
		font-size: 2.0rem;
		margin: 24px 40px 20px;
	}
	.matsuri2024s #block-gratitude .gratitude-frame p span {
		background: #ffff00;
		font-size: 2.4rem;
	}
}

/* block-movie */
.matsuri2024s #block-movie {
	background: #fff;
}
.matsuri2024s #block-movie .inner {
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block-movie {
		padding: 0 0 11.2vw;
	}
	.matsuri2024s #block-movie .inner {
		width: 93.2%;
	}
	.matsuri2024s #block-movie .movie-box {
		width: 100%;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block-movie {
		padding: 70px 0;
	}
	.matsuri2024s #block-movie .inner {
		width: 1200px;
	}
	.matsuri2024s #block-movie .movie-box {
		width: 768px;
	}
}

/*** contents ***/
.matsuri2024s #content .block-head {
	color: #fff;
	text-align: center;
	position: relative;
}
.matsuri2024s #content #block01 .block-head {
	background: #006aec;
}
.matsuri2024s #content #block02 .block-head {
	background: #9b00ec;
}
.matsuri2024s #content #block03 .block-head {
	background: #007987;
}
.matsuri2024s #content .block-head::after {
	content: "";
	top: 100%;
	left: 50%;
	position: absolute;
}
.matsuri2024s #content #block01 .block-head::after {
	border-top: 14px solid #006aec;
}
.matsuri2024s #content #block02 .block-head::after {
	border-top: 14px solid #9b00ec;
}
.matsuri2024s #content #block03 .block-head::after {
	border-top: 14px solid #007987;
}

.matsuri2024s #content .block-head h2 {
	line-height: 1.0;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #content .block-head {
		border-radius: 5.333333vw;
		padding: 3.2vw 0;
		margin: 0 0 6.4vw;
	}
	.matsuri2024s #content .block-head::after {
		border: 2.4vw solid transparent;
		margin-left: -2.4vw;
	}
	.matsuri2024s #content #block01 .block-head::after {
		border-top: 2.4vw solid #006aec;
	}
	.matsuri2024s #content #block02 .block-head::after {
		border-top: 2.4vw solid #9b00ec;
	}
	.matsuri2024s #content #block03 .block-head::after {
		border-top: 2.4vw solid #007987;
	}

	.matsuri2024s #content .block-head h2 {
		font-size: 3.2rem;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #content .block-head {
		border-radius: 28px;
		padding: 14px 0;
		margin: 0 0 46px;
	}
	.matsuri2024s #content .block-head::after {
		border: 13px solid transparent;
		margin-left: -13px;
	}
	.matsuri2024s #content #block01 .block-head::after {
		border-top: 14px solid #006aec;
	}
	.matsuri2024s #content #block02 .block-head::after {
		border-top: 14px solid #9b00ec;
	}
	.matsuri2024s #content #block03 .block-head::after {
		border-top: 14px solid #007987;
	}

	.matsuri2024s #content .block-head h2 {
		font-size: 3.0rem;
	}
	.matsuri2024s #content .block-head h2 span {
		font-size: 2.2rem;
	}
}

/** project-box **/
.matsuri2024s #content .project-box {
	width: 100%;
	color: #000;
}
.matsuri2024s #content .project-frame {
	background: #fff;
}
.matsuri2024s #content .project-frame.cancel {
	position: relative;
}
.matsuri2024s #content .project-frame.cancel::after {
	content: "";
	background: rgba(0,0,0,.42);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.matsuri2024s #content .project-frame.cancel .cancel-frame {
	font-family: 'M PLUS Rounded 1c';
	color: #fff;
	font-weight: 800;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%) translateX(-10%);
	z-index: 3;
}
.matsuri2024s #content .project-box .project-head-main {
	background: #9b00ec;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.matsuri2024s #content #block02 .project-box.blackpean2 .project-head-main {
	background: #363636;
}

.matsuri2024s #content .project-box .project-head h4 {
	line-height: 1.4;
	font-weight: 600;
}
.matsuri2024s #content #block01 .project-box .project-head h4 {
	color: #006aec;
}
.matsuri2024s #content #block02 .project-box .project-head h4 {
	color: #9b00ec;
}
.matsuri2024s #content #block03 .project-box .project-head h4 {
	color: #007987;
}
.matsuri2024s #content .project-box .project-head h4 span {
	font-weight: 500;
}

/* tag */
.matsuri2024s #content .project-box .project-head .project-title .tag {
	color: #fff;
	line-height: 1.0;
	text-align: center;
}
.matsuri2024s #content .project-box.event .project-head .project-title .tag {
	background: #13b5b1;
}
.matsuri2024s #content .project-box.recording .project-head .project-title .tag {
	background: #ffa800;
}
.matsuri2024s #content .project-box.live .project-head .project-title .tag {
	background: #e60012;
}
.matsuri2024s #content .project-box.exhibit .project-head .project-title .tag {
	background: #9b00ec;
}
.matsuri2024s #content .project-box.experience .project-head .project-title .tag {
	background: #3914f9;
}
.matsuri2024s #content .project-box.event .project-head .project-title .tag {
	background: #13b5b1;
}

.matsuri2024s #content .project-box .project-head .project-title h3 {
	line-height: 1.4;
}

.matsuri2024s #content .project-box .project-detail table {
	width: 100%;
}
.matsuri2024s #content .project-box .project-detail table th,
.matsuri2024s #content .project-box .project-detail table td {
	text-align: left;
}
.matsuri2024s #content .project-box .project-detail table th {
	width: 4.0em;
	font-weight: 500;
	white-space: nowrap;
}
.matsuri2024s #content .project-box .project-detail table td.cast-view img {
	border-radius: 50%;
}

.matsuri2024s #content .project-box .project-foot {
	text-align: center;
}
.matsuri2024s #content .project-box .project-foot a,
.matsuri2024s #content .project-box .project-foot span {
	display: block;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.matsuri2024s #content #block01 .project-box .project-foot a,
.matsuri2024s #content #block01 .project-box .project-foot span {
	background: #006aec;
}
.matsuri2024s #content #block02 .project-box .project-foot a,
.matsuri2024s #content #block02 .project-box .project-foot span {
	background: #9b00ec;
}
.matsuri2024s #content #block02 .project-box.blackpean2 .project-foot a,
.matsuri2024s #content #block02 .project-box.blackpean2 .project-foot span {
	background: #363636;
}
.matsuri2024s #content #block03 .project-box .project-foot a {
	background: #007987;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #content .project-box {
		margin: 0 0 6.4vw;
	}
	.matsuri2024s #content .project-frame {
		border-radius: 3.2vw 3.2vw 0 0;
		padding: 2.8vw 5.2vw 4.2vw;
	}
	.matsuri2024s #content .project-head-main {
		font-size: 4.2rem;
		border-radius: 3.2vw 3.2vw 0 0;
		padding: 3.6vw 1.0em;
	}
	.matsuri2024s #content .project-box.blackpean2 .project-head-main {
		font-size: 3.8rem;
	}
	.matsuri2024s #content .project-frame.simple {
		border-radius: 0;
		padding: 5.2vw;
	}
	.matsuri2024s #content #block02 .project-frame:nth-of-type(2) {
		padding: 6.0vw 5.2vw 1.2vw;
	}
	.matsuri2024s #content #block02 .project-frame:nth-of-type(4) {
		padding-top: 3.6vw;
	}
	.matsuri2024s #content .project-box.blackpean2 .project-frame {
		padding: 5.2vw !important;
	}
	.matsuri2024s #content .project-frame.cancel::after {
		border-radius: 3.2vw;
	}
	.matsuri2024s #content .project-frame.cancel .cancel-frame {
		font-size: 9rem;
	}
	.matsuri2024s #content #block02 .project-frame.btn {
		border-radius: 0;
		padding: 0 3.2vw;
	}

	.matsuri2024s #content .project-box .project-head {
		margin: 0 0 3.6vw;
	}
	.matsuri2024s #content .project-box .project-frame.simple .project-head {
		margin: 0 0 2.4vw;
	}
	.matsuri2024s #content #block01 .project-box .project-head {
		border-bottom: 3px solid #006aec;
	}
	.matsuri2024s #content #block02 .project-box .project-head {
		border-bottom: 3px solid #9b00ec;
	}
	.matsuri2024s #content #block03 .project-box .project-head {
		border-bottom: 3px solid #007987;
	}
	.matsuri2024s #content .project-box .project-head h4 {
		font-size: 3.2rem;
		margin: 0 0 1.8vw;
	}
	.matsuri2024s #content .project-box .project-head h4 span {
		font-size: 7.2rem;
	}

	.matsuri2024s #content .project-box .project-head .project-title {
		margin: 0 0 2.0vw;
	}
	.matsuri2024s #content .project-box .project-head .project-title .tag {
		width: 36vw;
		font-size: 2.4rem;
		padding: 1.8vw 0 2.0vw;
		margin: 0 0 2.4vw;
	}
	.matsuri2024s #content .project-box .project-head .project-title h3 {
		font-size: 4.0rem;
	}

	.matsuri2024s #content .project-box .project-head .project-title .tag {
		font-size: 2.4rem;
	}
	.matsuri2024s #content .project-box .project-head .project-title h3 {
		font-size: 4.0rem;
	}

	.matsuri2024s #content .project-box .project-detail {
	}
	.matsuri2024s #content .project-box .project-detail .project-thumb {
		margin: 0 0 3.2vw;
	}
	.matsuri2024s #content .project-box .project-detail .project-thumb img.multi {
		margin: 3.6vw 0 0;
	}
	.matsuri2024s #content .project-box .project-detail .project-thumb p {
		font-size: 2.4rem;
	}
	.matsuri2024s #content .project-box .project-detail table {
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.matsuri2024s #content .project-box .project-detail table th,
	.matsuri2024s #content .project-box .project-detail table td {
		padding: 0.2vw 0;
	}

	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-group {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-head {
		width: 100%;
		margin: 0 0 2.8vw;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-box {
		width: 50%;
		font-size: 2.4rem;
		text-align: center;
		margin: 0 0 2.4vw;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-box img {
		width: 74%;
		margin: 0 0 1.2vw;
	}

	.matsuri2024s #content .project-box .project-detail table td .deco01 {
		font-size: 3.2rem;
		font-weight: 800;
	}

	.matsuri2024s #content .project-box .project-detail.greeting p {
		margin: 0 0 6.4vw;
	}

	.matsuri2024s #content .project-box .project-foot a,
	.matsuri2024s #content .project-box .project-foot span {
		font-size: 3.2rem;
		border-radius: 0 0 3.2vw 3.2vw;
		padding: 4.0vw 5.2vw;
	}
	/*
	.matsuri2024s #content .project-box .project-foot a:before {
		position: absolute;
		content: "";
		display: block;
		top: 50%;
		left: calc(50% + 3.0em + 9.6vw);
		transform: translate(-50%, -50%);
		border-radius: 50%;
		border: 2px solid #fff;
		width: 8.6vw;
		height: 8.6vw;
	}
	.matsuri2024s #content .project-box .project-foot a:after {
		position: absolute;
		content: "";
		display: block;
		top: 50%;
		left: calc(50% + 3.0em + 9.6vw);
		transform: translate(-36%, -50%);
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 1.6vw 0 1.6vw 2.4vw;
	}
	*/
}
@media screen and (min-width: 641px) {
	.matsuri2024s #content .project-box {
		margin: 0 0 38px;
	}
	.matsuri2024s #content .project-frame {
		border-radius: 30px 30px 0 0;
		padding: 24px 40px 28px;
	}
	.matsuri2024s #content .project-head-main {
		font-size: 3.6rem;
		border-radius: 30px 30px 0 0;
		padding: 24px 40px;
	}
	.matsuri2024s #content .project-frame.simple {
		border-radius: 0;
		padding: 28px 40px;
	}
	.matsuri2024s #content #block02 .project-frame:nth-of-type(2) {
		padding: 42px 40px 28px;
	}
	.matsuri2024s #content #block02 .project-frame:nth-of-type(4) {
		padding-top: 3.6vw;
	}
	.matsuri2024s #content .project-box.blackpean2 .project-frame {
		padding: 28px 40px !important;
	}
	.matsuri2024s #content .project-frame.cancel::after {
		border-radius: 30px;
	}
	.matsuri2024s #content .project-frame.cancel .cancel-frame {
		font-size: 10rem;
	}
	.matsuri2024s #content #block02 .project-frame.btn {
		text-align: center;
		border-radius: 0;
		padding: 0;
	}

	.matsuri2024s #content .project-box .project-head {
		margin: 0 0 30px;
	}
	.matsuri2024s #content .project-box .project-frame.simple .project-head {
		margin: 0 0 14px;
	}
	.matsuri2024s #content #block01 .project-box .project-head {
		border-bottom: 2px solid #006aec;
	}
	.matsuri2024s #content #block02 .project-box .project-head {
		border-bottom: 2px solid #9b00ec;
	}
	.matsuri2024s #content #block03 .project-box .project-head {
		border-bottom: 2px solid #007987;
	}
	.matsuri2024s #content .project-box .project-head h4 {
		font-size: 2.6rem;
		margin: 0 0 6px;
	}
	.matsuri2024s #content .project-box .project-head h4 span {
		font-size: 4.8rem;
	}

	.matsuri2024s #content .project-box .project-head .project-title {
		margin: 0 0 12px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.matsuri2024s #content .project-box .project-head .project-title .tag {
		width: 170px;
		font-size: 1.6rem;
		padding: 8px 0 10px;
		margin: 9px 0 0;
	}
	.matsuri2024s #content .project-box .project-head .project-title h3 {
		width: 930px;
		font-size: 3.6rem;
	}

	.matsuri2024s #content .project-box .project-detail {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.matsuri2024s #content .project-box .project-detail .project-thumb {
		width: 360px;
	}
	.matsuri2024s #content .project-box .project-detail.multi .project-thumb {
		width: 480px;
	}
	.matsuri2024s #content .loveit .project-detail.multi.wide .project-thumb,
	.matsuri2024s #content .project-box.blackpean2 .project-detail.multi.wide .project-thumb {
		width: 620px;
	}
	.matsuri2024s #content .project-box .project-detail .project-thumb img.multi {
		margin: 16px 0 0;
	}
	.matsuri2024s #content .project-box .project-detail .project-thumb p {
		font-size: 1.4rem;
	}
	.matsuri2024s #content .project-box .project-detail table {
		width: 740px;
		font-size: 1.6rem;
	}
	.matsuri2024s #content .project-box .project-detail.multi table {
		width: 620px;
		font-size: 1.6rem;
	}
	.matsuri2024s #content .loveit .project-detail.multi.wide table,
	.matsuri2024s #content .project-box.blackpean2 .project-detail.multi.wide table {
		width: 480px;
	}
	.matsuri2024s #content .project-box .project-frame.simple .project-detail.no-image table {
		width: 100%;
	}
	.matsuri2024s #content .project-box .project-detail table th,
	.matsuri2024s #content .project-box .project-detail table td {
		padding: 2px 0;
	}

	.matsuri2024s #content .project-box .project-detail table th.cast-view {
		vertical-align: top;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-group {
		padding: 0 0 0 4.0em;
		margin: -1.4em 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: left;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-head {
		width: 4.0em;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-box {
		width: 154px;
		font-size: 1.4rem;
		text-align: center;
		margin: 0 14px 20px 0;
	}
	.matsuri2024s #content .project-box .project-detail table td.cast-view .cast-box img {
		width: 140px;
		margin: 0 0 6px;
	}

	.matsuri2024s #content .project-box .project-detail table td .deco01 {
		font-size: 1.8rem;
		font-weight: 800;
	}

	.matsuri2024s #content .project-box .project-detail.greeting p {
		margin: 0 0 36px;
	}
	.matsuri2024s #content .project-box .project-detail.greeting a {
		display: block;
		width: 480px;
		margin: 0 auto;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.matsuri2024s #content .project-box .project-detail.greeting a:hover {
		opacity: 0.6;
	}

	.matsuri2024s #content .project-box .project-foot a,
	.matsuri2024s #content .project-box .project-foot span {
		font-size: 2.4rem;
		border-radius: 0 0 30px 30px;
		padding: 24px 40px;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	/*
	.matsuri2024s #content .project-box .project-foot a:before {
		position: absolute;
		content: "";
		display: block;
		top: 50%;
		left: calc(50% + 3.0em + 50px);
		transform: translate(-50%, -50%);
		border-radius: 50%;
		border: 2px solid #fff;
		width: 44px;
		height: 44px;
	}
	.matsuri2024s #content .project-box .project-foot a:after {
		position: absolute;
		content: "";
		display: block;
		top: 50%;
		left: calc(50% + 3.0em + 50px);
		transform: translate(-36%, -50%);
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 6px 0 6px 10px;
	}
	*/
	.matsuri2024s #content .project-box .project-foot a:hover {
		opacity: 0.6;
	}
}

/* block01 */
.matsuri2024s #block01 {
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block01 {
		padding: 0 0 5.4vw;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block01 {
		padding: 0 0 42px;
	}
}

/* block02 */
.matsuri2024s #block02 {
}

.matsuri2024s #block02 .block-info {
	text-align: center;
}

.matsuri2024s #block02 .project-corner {
	border-bottom: 1px solid #cdcdcd;
}
.matsuri2024s #block02 .project-corner:last-child {
	border-bottom: none;
}

.matsuri2024s #block02 table li {
	line-height: 1.3;
	padding: 0 0 0 1.2em;
	margin: 0 0 0.2em;
	position: relative;
}
.matsuri2024s #block02 table li::before {
	content: "※";
	position: absolute;
	left: 0;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block02 {
		padding: 6.8vw 0 5.4vw;
	}

	.matsuri2024s #block02 .block-info {
		font-size: 3.2rem;
		margin: 0 0 4.6vw;
	}
	.matsuri2024s #block02 .block-info.inside {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	.matsuri2024s #block02 .block-info span {
		font-size: 7.2rem;
	}
	.matsuri2024s #block02 .block-info span.place {
		font-size: 3.6rem;
	}
	.matsuri2024s #block02 .block-info span.notice,
	.matsuri2024s #block02 .block-info.inside p.notice {
		display: inline-block;
		color: #ffff00;
		font-size: 2.8rem;
		font-feature-settings: "palt";
		line-height: 1.5;
		text-align: left;
		text-indent: -1em;
		margin: 3.4vw 0 0 1em;
	}
	.matsuri2024s #block02 .block-info.inside.map2 span.notice {
		display: none;
		overflow: hidden;
		height: 0px;
	}
	.matsuri2024s #block02 .block-info.inside p.notice {
		font-weight: 700;
	}
	.matsuri2024s #block02 .block-info.inside p.notice.end {
		margin: 0.8vw 0 0 1em;
	}

	.matsuri2024s #block02 .block-info.map {
		margin: 0 0 2.8vw;
	}
	.matsuri2024s #block02 .block-info.map .exhibition-map-pc {
		display: none;
		overflow: hidden;
		height: 0px;
	}
	.matsuri2024s #block02 .block-info.map .exhibition-map-sp span {
		display: block;
		font-size: 2.4rem;
		padding: 2.4vw 0 0;
	}

	.matsuri2024s #block02 .block-info.inside.map2 {
		margin: 0 0 1.2vw;
	}
	.matsuri2024s #block02 .block-info.inside.map2 div {
		width: 20vw;
		margin: 0 2.0vw 0 0;
	}
	.matsuri2024s #block02 .block-info.inside.map2 h3 {
		margin: -1.2vw 0 0;
		line-height: 1.4;
	}
	
	.matsuri2024s #block02 .project-corner {
		padding: 7.2vw 0;
	}
	.matsuri2024s #block02 .project-corner:last-child {
		padding-bottom: 2.8vw;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block02 {
		padding: 60px 0 42px;
	}

	.matsuri2024s #block02 .project-frame.btn a {
		display: block;
		width: 494px;
		margin: 0 auto;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.matsuri2024s #block02 .project-frame.btn a:hover {
		opacity: 0.6;
	}

	.matsuri2024s #block02 .block-info {
		font-size: 2.6rem;
		margin: 0 0 24px;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.matsuri2024s #block02 .block-info.inside {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.matsuri2024s #block02 .block-info.inside.map2 {
		margin: 0;
	}
	.matsuri2024s #block02 .block-info .project-box {
		width: 580px;
	}
	.matsuri2024s #block02 .block-info span {
		font-size: 4.8rem;
	}
	.matsuri2024s #block02 .block-info span.place {
		font-size: 3.6rem;
		margin: 0 0 0 0.5em;
	}
	.matsuri2024s #block02 .block-info span.notice,
	.matsuri2024s #block02 .block-info.inside p.notice {
		color: #ffff00;
		font-size: 2.4rem;
		font-feature-settings: "palt";
	}
	.matsuri2024s #block02 .block-info.inside p.notice {
		font-weight: 700;
	}
	.matsuri2024s #block02 .block-info.inside.map2 p.notice {
		display: none;
		overflow: hidden;
		height: 0px;
	}

	.matsuri2024s #block02 .block-info.map {
		margin: 0 -1px 42px;
	}
	.matsuri2024s #block02 .block-info.map .exhibition-map-sp {
		display: none;
		overflow: hidden;
		height: 0px;
	}

	.matsuri2024s #block02 .block-info.inside.map2 {
	}
	.matsuri2024s #block02 .block-info.inside.map2 div {
		margin: 0 20px 0 0;
	}
	.matsuri2024s #block02 .block-info.inside.map2 h3 {
		margin: 0 0 0;
	}

	.matsuri2024s #block02 .project-corner {
		padding: 50px 0 60px;
	}
	.matsuri2024s #block02 .project-corner:last-child {
		padding-bottom: 24px;
	}
}

.matsuri2024s #block02 .project-box span.notice,
.matsuri2024s #block02 .block-info.inside p.notice {
	color: #ff008e;
}

.matsuri2024s #block02 .project-corner.first {
	padding-top: 0;
}

/* block03 */
.matsuri2024s #block03 {
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block03 {
		padding: 0;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block03 {
		padding: 0;
	}
}

/* block-nav */
.matsuri2024s #block-nav-area {
	background-attachment: fixed;
	font-weight: 700;
}
.matsuri2024s #block-nav-area.fixed #block-nav-frame {
	width: 100% !important;
	position: fixed;
	top: 0;
	z-index: 999;

	animation: navfixed .2s linear forwards;
}
.matsuri2024s #block-nav-area.pending #block-nav-frame {
	animation: navpending .2s linear forwards;
}

.matsuri2024s #block-nav {
	background: #fff;
}
.matsuri2024s #block-nav-area.fixed #block-nav {
}
.matsuri2024s .block-nav-inner {
}

@-webkit-keyframes navfixed {
	0% {
		background: rgba(255,255,255,0);
	}
	100% {
		background: rgba(255,255,255,1);
	}
}
@-webkit-keyframes navpending {
	0% {
		background: rgba(255,255,255,1);
	}
	100% {
		background: rgba(255,255,255,0);
	}
}

.matsuri2024s #block-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.matsuri2024s #block-nav ul li a {
	position: relative;
	color: #1d2088;
	text-decoration: none;
}
.matsuri2024s #block-nav ul li a::after {
	font-family: 'FontAwesome';
	content: "\f078";
	color: #006aec;
	font-weight: 500;
	position: absolute;
}
.matsuri2024s #block-nav ul li:nth-child(2) a::after {
	color: #9b00ec;
}
.matsuri2024s #block-nav ul li:nth-child(3) a::after {
	color: #007987;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block-nav-area {
		height: calc(2.6rem + 2.0rem + 2.8rem - 2.2vw + 3.8vw + 7.0vw);
		text-align: center;
	}

	.matsuri2024s #block-nav {
		width: 93.2%;
		border-radius: 3.2vw;
		box-shadow: 0 0 5px rgba(0,0,0,0.28);
		margin: 0 auto;
	}
	.matsuri2024s #block-nav .block-nav-inner {
	}
	/* fix(start) */ 
	.matsuri2024s #block-nav-area.fixed #block-nav-frame {
		box-shadow: 0 3px 5px rgba(0,0,0,0.28);
	}
	.matsuri2024s #block-nav-area.fixed #block-nav {
		box-shadow: none;
	}
	.matsuri2024s #block-nav-area.fixed #block-nav .block-nav-inner {
	}
	/* fix(end) */ 		
	
	.matsuri2024s #block-nav ul {
	}
	.matsuri2024s #block-nav ul li {
		width: calc((100% / 3) - 0.533333vw);
		font-size: 2.6rem;
		line-height: 1.1;
	}
	.matsuri2024s #block-nav ul li:nth-child(n+2) {
		width: calc((100% / 3) + 0.533333vw);
		background: url(../images/nav-bar-sp.png) no-repeat left 3.8vw;
		background-size: 0.533333vw auto;
		padding: 0 0 0 0.533333vw;
	}
	.matsuri2024s #block-nav ul li:nth-child(3) {
		width: calc(100% / 3);
		padding: 0 0 0 0.533333vw;
	}
	.matsuri2024s #block-nav ul li a {
		display: block;
		width: 100%;
		padding: 3.8vw 0 7.0vw;
	}
	.matsuri2024s #block-nav ul li a span {
		font-size: 2.0rem;
		letter-spacing: -0.02em;
	}
	.matsuri2024s #block-nav ul li a::after {
		font-size: 2.8rem;
		bottom: 2.2vw;
		left: calc(50% - 0.5em);
	}
	/* fix(start) */ 
	.matsuri2024s #block-nav-area.fixed ul li:nth-child(n+2) {
		background: url(../images/nav-bar-fixed-sp.png) no-repeat left center;
		background-size: 0.533333vw auto;
	}
	.matsuri2024s #block-nav-area.fixed ul li a {
		padding: 1.4vw 0 3.6vw;
	}
	.matsuri2024s #block-nav-area.fixed ul li a::after {
		font-size: 1.8rem;
		bottom: 0.2vw;
	}
	/* fix(end) */ 
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block-nav-area {
		height: calc(46px + 22px + 22px);
	}

	.matsuri2024s #block-nav {
		width: 1200px;
		border-radius: 18px;
		box-shadow: 0 0 5px rgba(0,0,0,0.36);
		margin: 0 auto;
	}
	.matsuri2024s #block-nav .block-nav-inner {
	}
	/* fix(start) */ 
	.matsuri2024s #block-nav-area.fixed #block-nav-frame {
		box-shadow: 0 3px 5px rgba(0,0,0,0.36);
	}
	.matsuri2024s #block-nav-area.fixed #block-nav {
		box-shadow: none;
	}
	.matsuri2024s #block-nav-area.fixed #block-nav .block-nav-inner {
		width: 1200px;
		margin: 0 auto;
	}
	/* fix(end) */ 		

	.matsuri2024s #block-nav ul {
	}
	.matsuri2024s #block-nav ul li {
		width: 400px;
		min-height: 46px;
		font-size: 2.4rem;
		line-height: 1.0;
	}
	.matsuri2024s #block-nav ul li:nth-child(n+2) {
		background: url(../images/nav-bar-pc.png) no-repeat left center;
	}
	.matsuri2024s #block-nav ul li a {
		display: block;
		width: 100%;
		padding: calc(0.4em + 22px) 0 calc(0.5em + 22px);
	}
	.matsuri2024s #block-nav ul li:nth-child(1) a {
		padding-left: 60px;
	}
	.matsuri2024s #block-nav ul li:nth-child(2) a {
		padding-left: 56px;
	}
	.matsuri2024s #block-nav ul li:nth-child(3) a {
		padding-left: 100px;
	}
	.matsuri2024s #block-nav ul li a span {
		font-size: 1.7rem;
		margin: 0 10px;
	}
	.matsuri2024s #block-nav ul li a::after {
		font-size: 1.7rem;

		top: calc(50% - 0.4em);
		transition: 0.2s;
		backface-visibility: hidden; 
	}
	.matsuri2024s #block-nav ul li a:hover::after {
		transform: rotateZ(-90deg);
		transition: 0.2s;
		backface-visibility: hidden; 
	}
	/* fix(start) */ 
	.matsuri2024s #block-nav-area.fixed ul li {
		min-height: 34px;
		font-size: 2.0rem;
	}
	.matsuri2024s #block-nav-area.fixed ul li:nth-child(1) {
		background: url(../images/nav-logo.png) no-repeat left 9px;
	}
	.matsuri2024s #block-nav-area.fixed ul li:nth-child(n+2) {
		background: url(../images/nav-bar-fixed-pc.png) no-repeat left center;
	}
	.matsuri2024s #block-nav-area.fixed ul li a {
		padding: calc(0.4em + 12px) 0 calc(0.5em + 12px);
	}
	.matsuri2024s #block-nav-area.fixed ul li:nth-child(1) a {
		padding-left: 80px;
	}
	.matsuri2024s #block-nav-area.fixed ul li:nth-child(2) a {
		padding-left: 76px;
	}
	.matsuri2024s #block-nav-area.fixed ul li:nth-child(3) a {
		padding-left: 86px;
	}
	.matsuri2024s #block-nav-area.fixed ul li a span {
		font-size: 1.4rem;
		margin: 0 32px 0 10px;
	}
	.matsuri2024s #block-nav-area.fixed ul li a::after {
		top: calc(50% - 0.42em);
	}
	/* fix(end) */ 
}


/* block-attention */
.matsuri2024s #block-attention {
	width: 100%;
	background: #ff0000;
	color: #ff0000;
	position: fixed;
	bottom: 0;
	z-index: 9998;
}
.matsuri2024s #block-attention .inner {
	width: fit-content;
	background: #fff;
}
.matsuri2024s #block-attention p {
	position: relative;
}
.matsuri2024s #block-attention p::before {
	content: '';
	display: block;
	background: url(../images/icon-attention.png) no-repeat left top;
	background-size: contain;
}

.matsuri2024s #block-attention2 {
	width: 100%;
	background: #ff0000;
	position: fixed;
	bottom: 0;
	z-index: 9998;
}
.matsuri2024s #block-attention2 .inner {
	background: #fff;
}
.matsuri2024s #block-attention2 h2 {
	background: #ff0000;
	color: #fff;
	position: relative;
}
.matsuri2024s #block-attention2 h2::before {
	content: '';
	display: block;
	background: url(../images/icon-attention-w.png) no-repeat left top;
	background-size: contain;
}
.matsuri2024s #block-attention2 p {
	color: #000;
	letter-spacing: -0.04em;
}
.matsuri2024s #block-attention2 a {
	display: inline-block;
	background: #ff0000;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.04em;
	border-radius: 1.15em;
	cursor: pointer;
	position: relative;
}
.matsuri2024s #block-attention2 a::after {
	content: "";
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
}

.matsuri2024s .hide-area {
	display: none;
}
.matsuri2024s .modaal-wrapper {
	line-height: 1.4;
}
.matsuri2024s .modaal-wrapper h2 {
	color: #ff0000;
	text-align: center;
}
.matsuri2024s .modaal-wrapper p.typhoon-close {
	text-align: center;
}
.matsuri2024s .modaal-wrapper p.typhoon-close span {
	display: inline-block;
	background: #ff0000;
	color: #fff;
	border-radius: 1.25em;
	padding: 0.2em 3.0em 0.3em;
	cursor: pointer;
}
.matsuri2024s .modaal-overlay {
	z-index: 9998 !important;
}

.matsuri2024s .modaal-close:hover::before,
.matsuri2024s .modaal-close:hover::after {
	background: #fff;
}
.matsuri2024s .modaal-close:hover {
	background: transparent !important;
}

@media screen and (max-width: 640px) {
	.matsuri2024s #block-attention {
		font-size: 3.0rem;
		line-height: 1.4;
		padding: 3.0vw;
	}
	.matsuri2024s #block-attention .inner {
		padding: 0.4em 0.4em 0.4em 0.6em;
	}
	.matsuri2024s #block-attention p {
		padding: 0 0 0 calc(26px + 0.4em);
	}
	.matsuri2024s #block-attention p::before {
		width: 26px;
		height: 26px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.matsuri2024s #block-attention2 {
		font-size: 3.0rem;
		line-height: 1.4;
		padding: 3.0vw;
	}
	.matsuri2024s #block-attention2 .inner {
		padding: 3px;
	}
	.matsuri2024s #block-attention2 .attention-pc {
		display: none;
		overflow: hidden;
		height: 0px;
	}
	.matsuri2024s #block-attention2 div {
		background: #ff0000;
		width: 100%;
		font-weight: 700;
		padding: 0.24em 0.6em 0.36em;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.matsuri2024s #block-attention2 h2 {
		padding: 0 0 0 calc(30px + 0.3em);
	}
	.matsuri2024s #block-attention2 h2::before {
		width: 30px;
		height: 30px;
		position: absolute;
		top: -0.1em;
		left: 0;
	}
	.matsuri2024s #block-attention2 p {
		width: 100%;
		text-align: center;
		padding: 0.36em 0.6em 0.3em;
	}
	.matsuri2024s #block-attention2 a {
		font-size: 2.8rem;
		border: 3px solid #fff;
		padding: 0.12em 1.2em 0.18em 1.0em;
	}
	.matsuri2024s #block-attention2 a::after {
		top: 50%;
		right: 0.1em;
	}

	.matsuri2024s .modaal-content-container {
		padding: 5.4vw;
	}

	.matsuri2024s .modaal-wrapper {
		font-size: 3.2rem;
	}
	.matsuri2024s .modaal-wrapper h2 {
		margin: 0 0 0.8em;
	}
	.matsuri2024s .modaal-wrapper p {
		margin: 0 0 1.2em;
	}
	.matsuri2024s .modaal-wrapper p.typhoon-close {
		font-size: 3.0rem;
		margin: 0;
	}
}
@media screen and (min-width: 641px) {
	.matsuri2024s #block-attention {
		font-size: 2.0rem;
		padding: 28px 1.0em;
	}
	.matsuri2024s #block-attention .inner {
		min-height: calc(8px + 6px + 38px);
		padding: 8px 24px 6px;
	}
	.matsuri2024s #block-attention p {
		padding: 0 0 0 calc(38px + 0.4em);
	}
	.matsuri2024s #block-attention p::before {
		width: 38px;
		height: 38px;
		position: absolute;
		top: -2px;
		left: 0;
	}

	.matsuri2024s #block-attention2 {
		font-size: 2.0rem;
		padding: 28px 1.0em;
	}
	.matsuri2024s #block-attention2 .inner {
		max-width: 1120px;
		border: 2px solid #fff;
		padding: 0 28px 0 0;

		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.matsuri2024s #block-attention2 .attention-sp {
		display: none;
		overflow: hidden;
		height: 0px;
	}
	.matsuri2024s #block-attention2 h2 {
		min-height: calc(38px + 4px + 4px);
		padding: 6px 24px 4px calc(20px + 38px + 14px);
		margin: 0 20px 0 0;
	}
	.matsuri2024s #block-attention2 h2::before {
		width: 38px;
		height: 38px;
		position: absolute;
		top: 4px;
		left: 20px;
	}
	.matsuri2024s #block-attention2 a {
		font-size: 1.8rem;
		padding: 0.12em 1.6em 0.18em 1.0em;
		margin-left: auto;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.matsuri2024s #block-attention2 a::after {
		top: 54%;
		right: 0.4em;
	}
	.matsuri2024s #block-attention2 a:hover {
		opacity: 0.6;
	}

	.matsuri2024s .modaal-container {
		max-width: 1030px;
	}
	.matsuri2024s .modaal-content-container {
		text-align: center;
		padding: 60px 40px 54px;
	}

	.matsuri2024s .modaal-wrapper {
		font-size: 1.8rem;
	}
	.matsuri2024s .modaal-wrapper h2 {
		font-size: 3.2rem;
		margin: 0 0 1.6em;
	}
	.matsuri2024s .modaal-wrapper p {
		text-align: left;
		margin: 0 0 3.0em;
	}
	.matsuri2024s .modaal-wrapper p.typhoon-close {
		display: inline-block;
		font-size: 1.6rem;
		margin: 0;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.matsuri2024s .modaal-wrapper p.typhoon-close:hover {
		opacity: 0.6;
	}
}
