@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600;700&display=swap');
html { scroll-behavior: smooth; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: #521414;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align:top;
	max-width: 100%;
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline,
.underline a { text-decoration: underline; }
.none { display: none; }
.sp { display: none; }
.pc { display: block; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* 選択色 */
::selection {
	background: #d53f38;
	color: #fff;
}

::-moz-selection {
	background: #d53f38;
	color: #fff;
}

/* YouTube 埋め込み */
.YT {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* common */
section h2 {
	font-size: 1.25em;
	text-align: center;
	margin-top: -5em;
	padding-top: 5em;
}
.anker {
	margin-top: -5em;
	padding-top: 5em;
}

/* header */
header {
	padding: 1em;
	width: 100%;
	background: #d8624b url(../images/bg_hd.jpg) center center no-repeat;
	background-size: cover;
	text-align: right;
}
header.fixed {
	position: fixed;
	z-index: 999;
	top:0;
	left:0;
	display: grid;
	grid-gap: 0.5em;
	grid-template-columns: 300px 1fr;
}
header.fixed h1 { display: inline-block; }
header.fixed h1, header.fixed ul {
	display: flex;
	justify-content: end;
	align-items: center;
}
header h1 { display: none; }
ul.menuBox li {
	color: #fff;
	display: inline-block;
	padding: 0 1em;
	border-right: #faada2 solid 1px;
}
ul.menuBox li:last-child { border: 0; }
.logo-sp { display: none; }

/* NAVI */
div.menu-trigger { display: none; }
div.menu-trigger img {
	cursor: pointer;
	position: fixed;
	top:0;
	right: 0;
	z-index: 100;
	width: 15vw;
	max-width: 100px;
}
nav {
	width: 100%;
	height: 100%;
	background: #d8624b url(../images/bg-sp-menu.jpg) center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 99;
	transform: translate(0, -110vh);
	opacity: 1;
	transition: .5s all;
	overflow: auto;
}
nav.open {
	opacity: 1;
	transform: translateZ(0);
	transition: .5s all;
}
nav ul.nMenu {
	margin: 3em auto 0;
	display: grid;
	grid-gap: 0.5em;
	grid-template-columns: 1fr;
	width: 95%;
	max-width: 800px;
}
nav ul.nMenu li {
	padding: 0.5em;
	font-size: 1.25em;
	background: #fff;
	color: #019be3;
	border-radius: 0.5em;
	cursor: pointer;
}
nav ul.nMenu li.logo {
	padding: 8em 2em 2em;
	background: none;
}
nav ul.nMenu a li:hover {
	background: #03af92;
	color: #fff;
}
nav ul.nMenu a:nth-child(1) li:hover { background: none; }

/* SNS */
div.sns {
	position: relative;
	z-index: 20;
	text-align: center;
	padding: 3em 0;
}
div.sns img {
	margin: 0 0.5em;
	border-radius: 1em;
	box-shadow: 0 0.25rem 2rem hsl(0 0% 0% / 20%);
	width: 7em;
}
nav div.sns {
	text-align: center;
	padding: 0.5em 0;
}
nav div.sns img {
	width: 15vw;
	margin: 0 0.125em;
	box-shadow: none;
}

/* MAIN */
main {
	margin: 7em auto 2em;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

h2.ttl img {
	width: 60%;
	max-width: 260px;
}

/* 本展について */
.aboutBox {
	background: url(../images/bg_about.jpg) left bottom no-repeat;
	background-size: cover;
	padding: 5em;
	display: grid;
	grid-gap: 5em;
	grid-template-columns: 1fr 1.25fr;
	width: 90%;
	max-width: 1200px;
	margin: 5em auto;
	border-radius: 3em;
}
.aboutBox h2.ttl {
	margin-bottom: 3em;
	text-align: left;
}
.aboutBox .rightBox p { margin-bottom: 1em; }

/* bgFlower */
.bgFlower {
	background: url(../images/bg_flower.jpg) center top repeat-y;
	background-size: 100% auto;
}

/* みどころ */
.highlightArea {
	display: grid;
	grid-gap: 2em;
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
	max-width: 1200px;
	margin: 1em auto 3em;
}
.highlightBox h3,
.highlightBox h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #348d2c;
	line-height: 1.2;
	padding: 0 0 0.5em;
}
.highlightBox h4 { font-size: 1.2em; }
.highlightArea p { margin: 0 0 1.5em; }
.highlightBox .lineBox {
	border: #348d2c solid 0.125em;
	padding: 0.25em;
}
.highlightBox .lineBox2 {
	border: #348d2c solid 0.065em;
	padding: 0.75em;
	background: #fff;
}

.highlightArea2 {
	display: grid;
	grid-gap: 2em;
	grid-template-columns: 1fr 2.25fr;
	width: 90%;
	max-width: 1000px;
	margin: 1em auto 3em;
}
.highlightArea2 div:nth-child(1) { grid-column: 1 / 3; }
.highlightArea2 ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}

/* ゲームコーナー */
.gameBox {
	background: url(../images/bg_game.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 5em;
	display: grid;
	grid-gap: 2em;
	grid-template-columns: 1.55fr 1fr;
	width: 90%;
	max-width: 1200px;
	margin: 5em auto;
	border-radius: 3em;
	text-align: center;
}
.gameBox div:nth-child(1) {
	text-align: left;
	color: #fff;
}
.gameBox div:nth-child(1) h2 {
	text-align: left;
	margin-bottom: 1.5em;
}
.gameBox div:nth-child(3) { grid-column: 1 / 3; }
.gameBox div:nth-child(4) { grid-column: 1 / 3; }

/* 来場者の声 */
ul.slide {
	position: relative;
	z-index: 20;
	position: relative;
	border-collapse: separate;
	border-spacing: 1em 0;
	margin: 2em auto 0;
}
ul.slide li {
	position:relative;
	vertical-align: top;
	background: #f00;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.75;
	border-radius: 0 0 0 3em;
}
ul.slide li:nth-child(n) {
	color: #521414;
	background: url(../images/bg_voice1.jpg) center top no-repeat;
	background-size: cover;
}
ul.slide li:nth-child(2n) {
	color: #285214;
	background: url(../images/bg_voice2.jpg) center top no-repeat;
	background-size: cover;
}
ul.slide li:nth-child(3n) {
	color: #523d14;
	background: url(../images/bg_voice3.jpg) center top no-repeat;
	background-size: cover;
}
ul.slide li h3 {
	font-size: 1.25em;
	line-height: 1.25;
	font-weight:600;
	text-align: left;
	margin: 0 0 0.5em;
	padding: 1.5em 1.5em 0 1.5em;
}
ul.slide li span {
	display: block;
	text-align: left;
	margin: 0 0 0.5em;
	padding: 0 1.5em;
}
ul.slide li div {
	text-align: right;
	padding: 1.5em 1.5em 0 1.5em;
	border-radius: 0 0 0 3em;
}
ul.slide li:nth-child(n) div {
	background: url(../images/bt_voice1.svg) center bottom repeat-x;
	background-size: auto 4em;
}
ul.slide li:nth-child(2n) div {
	background: url(../images/bt_voice2.svg) center bottom repeat-x;
	background-size: auto 4em;
}
ul.slide li:nth-child(3n) div {
	background: url(../images/bt_voice3.svg) center bottom repeat-x;
	background-size: auto 4em;
}
ul.slide li p { padding-bottom: 1em; }
ul.slide .slick-list{ overflow: hidden; }
ul.slide .slick-slide {
	max-width: 300px;
	margin:0 1em;
}
.slick-slide { float: none; }
.slick-track .slick-slide {
	display: table-cell;
	height: auto;
	align-items: center;
	justify-content: center;
}
ul.slide .prev-arrow {
	position: absolute;
	left: 0;
	top: 40%;
	bottom: 0;
	margin: -25px 0 0 0;
	z-index: 10;
	cursor: pointer;
}
ul.slide .next-arrow {
	position:absolute;
	right: 0;
	top: 40%;
	bottom: 0;
	margin: -25px 0 0 0;
	z-index:10;
	cursor: pointer;
}

/* 開催日時・会場 */
ul.schedule {
	position: relative;
	z-index: 20;
	width: 90%;
	max-width: 1000px;
	margin: 1em auto;
}
ul.schedule li {
	width: 90%;
	max-width: 1100px;
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto 1.5em;
	padding: 0;
	background: #fff;
	border: #627902 solid 0.5em;
}
ul.schedule li div:nth-child(2) {
	padding: 1em 1em 5em;
	background: url(../images/bg_info_top.jpg) top center repeat-x;
	position: relative;
}
ul.schedule li div:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5em;
	background: url(../images/bg_info_ft.jpg) bottom center repeat-x;
	background-size: auto 5em;
}
ul.schedule li div:nth-child(2) span.iconMap {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
ul.schedule li div:nth-child(2) span.iconMap img { width: 4em; }
ul.schedule li div:nth-child(2) h4 {
	font-size: 1.25em;
	font-weight: bold;
	color: #627902;
}
ul.schedule li div:nth-child(2) dl {
	display: grid;
	grid-gap: 0.25em;
	grid-template-columns: 1fr;
	line-height: 1.5;
}
ul.schedule li div:nth-child(2) dl dt {
	color: #d55c47;
	padding: 0.25em;
	font-weight: bold;
}
ul.schedule li div:nth-child(2) dl dd {
	padding: 0 1em 1em;
}
ul.schedule li div:nth-child(1) { background: #fff; }
ul.schedule li div:nth-child(1) iframe { width: 100%; height: 100%; }
.noinfo {
	background: #fff;
	text-align: center;
	padding: 2em;
	border-radius: 1em;
	box-shadow: 0 0.25rem 2rem hsl(0 0% 0% / 20%);
}

/* footer */
footer {
	position: relative;
	color: #000;
	background: #fff;
	display: flex;
	padding: 20em 2em 2em;
	margin-top: -18em;
	font-size: 0.8em;
	width: 100%;
	background: url(../images/bg_ft.png) bottom center repeat-x;
	background-size: auto 8em;
}

footer > div:nth-of-type(1) { text-align: left; width: 30%; }
footer > div:nth-of-type(1) a { text-decoration: underline; }
footer > div:nth-of-type(2) { text-align: right; width: 70%; }

.indent { text-indent: 1em; }

@media all and (max-width: 1000px) {
	.sp { display: block; }
	.pc { display: none; }

	div.menu-trigger { display: block; }
	header, header.fixed { display: none; }
	.logo-sp {
		cursor: pointer;
		display: flex;
		justify-content: start;
		align-items: center;
		position: fixed;
		top:0;
		left: 0;
		z-index: 90;
		width: 100vw;
		height: 15vw;
		padding: 0.5em 22vw 0.5em 0.5em;
		background: #d8624b url(../images/bg_hd.jpg) center center no-repeat;
		background-size: cover;
	}
	.logo-sp img { height: 8vw; }

	/* bgFlower */
	.bgFlower {
		background-size: 175% auto;
	}

	.aboutBox {
		background: url(../images/bg_about_sp.jpg) center bottom no-repeat;
		background-size: cover;
		margin: 2em auto;
		padding: 2em 5em 30vw 5em;
		display: grid;
		grid-gap: 2em;
		grid-template-columns: 1fr;
		width: 90%;
		border-radius: 3em;
	}
	.aboutBox .leftBox { padding-top: 2em; }
	.aboutBox h3 {
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}
	.aboutBox h2.ttl {
		margin-bottom: 2em;
		text-align: center;
	}

	/* みどころ */
	.highlightArea {
		grid-gap: 2em;
		grid-template-columns: 1fr;
		width: 80%;
	}
	.highlightArea div:nth-child(1) { grid-row: 2 / 3; }
	.highlightArea div:nth-child(2) {
		grid-row: 1 / 2;
		text-align: center;
	}
	.highlightArea2 {
		grid-gap: 2em;
		grid-template-columns: 1fr;
		width: 80%;
	}
	.highlightArea2 div:nth-child(1) { grid-column: 1 / 2; }
	.highlightArea2 div:nth-child(2) { text-align: center; }

	/* ゲームコーナー */
	.gameBox {
		padding: 2em;
		grid-template-columns: 1fr;
		margin: 2em auto;
	}
	.gameBox div:nth-child(1) { text-align: center; }
	.gameBox div:nth-child(1) h2 { text-align: center; }
	.gameBox div:nth-child(3) { grid-column: 1 / 2; }
	.gameBox div:nth-child(4) { grid-column: 1 / 2; }
}

@media all and (max-width: 736px) {
	img { max-width: 100%; }

	body { font-size: 3vw; }
	.aboutBox { padding: 2em 3em 30vw 3em; }
 	div.sns img { width: 20vw; }
 
 	ul.schedule li {
		grid-gap: 0;
		grid-template-columns: 1fr;
		margin: 0 auto 1.5em;
	}
	ul.schedule li div:nth-child(1) iframe { height: 100vw; }
	ul.schedule li div:nth-child(2) span.iconMap img { width: 3em; }
}