@charset "UTF-8";
/* ==========================================================================
   Base
======================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:wght@700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');
.jpnf {
	font-family: 'Noto Sans JP', sans-serif;
}
.engf {
	font-family: "Chivo", sans-serif!important;
	font-weight: 900;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, Roboto, "Droid Sans", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 160%;
	color: #69534B;
	background:#ebe4d9 url(../img/bg2026.png);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}
a {
	color:#4B8637;
}
a:hover {
	color:#4B8637;
}
a:visited {
	color: #4B8637;
}
a:active, a:focus {
	outline:0;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
h3 {
	padding:0;
	font-weight: 600;
}
h3 a {
	color: #2A2121;
	line-height: 1.5;
}
h3, h4, h5 {
	margin: 1rem 0;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight:   600;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.spV {
	display:block;
}
.tabV {
	display: none;
}
.pcV {
	display: none;
}
.pctabV {
	display: none;
}
.pctabV_i {
	display:none;
}
::-webkit-scrollbar {
	width:20px;
	height:20px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #69534B;
}
::selection {
	background-color:#F4D53C;
}
a:hover img {
	opacity:0.7;
}
section:before, section:after {
}
section:after {
	clear:both;
}
section {
	*zoom:1;/*7*/
}
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.tal {
	text-align:left;
}
.spL {
	text-align:left
}
.spL span {
	display:inline;
}
.sptxC {
	text-align: center!important;
}
.sptxLpctxC {
	text-align: left!important;
}
.sptabtxLpctxC {
	text-align: left!important;
}
.textFit {
	text-align: left;
	margin: 0 auto;
	width: fit-content;
}
.fontSS {
	font-size:1.0rem!important;
}
.fontS {
	font-size:1.2rem!important;
}
.fontM {
	font-size:1.4rem!important;
}
.fontL {
	font-size:1.8rem!important;
}
.fontLL {
	font-size:3rem!important;
}
.fontB {
	font-weight: bold;
}
.fontW600 {
	font-weight: 600;
}
.fontW700 {
	font-weight: 700;
}
.indentS {
	padding-left:1.2rem;
	text-indent:-1.2rem;
}
.indentM {
	padding-left:1.4rem;
	text-indent:-1.4rem;
}
.indentL {
	padding-left:1.8rem;
	text-indent:-1.8rem;
}
.indent16 {
	padding-left:1.6rem;
	text-indent:-1.6rem;
}
.fontRed {
	color:#cd5840;
	text-align:left;
	font-size:1.4rem;
	line-height:1.4;
	margin: 2rem 0;
	font-weight:600;
}
.fontRed span {
	display:block;
}
.fontGreen {
	color:#69534B;
}
.mt2 {
	margin-top:2rem!important;
}
.mt3 {
	margin-top:3rem!important;
}
.mt4 {
	margin-top:4rem!important;
}
.textoverline {
	text-decoration:line-through;
}
#header {
	position:relative;
	padding: 0;
	width:100%;
	height: 60px;
	z-index:130;
}
body#index #header {
	background:none;
	border-bottom:none;
	position: fixed;
}
#toplogo {
	height:60px;
	text-align:center;
	display:flex;
	padding: 0;
	align-items:center;
	justify-content:left;
}
body#index #header #toplogo {
	display: none;
}
#header .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
#header h1 {
	margin:2px 0 0 5px;
	text-align:left;
}
#header h1 img {
	width:50px;
	height:50px;
	margin:0 auto;
}
#header .infom {
	margin:0 0 0 6px;
	padding:0;
}
#header .infom p {
	position: relative;
	font-family: "Chivo", sans-serif;
	font-weight: 900;
	font-size:2.4rem;
	line-height: 1;
	margin: .5rem 0 0;
	padding: 0;
	height: 2rem;
	text-align:left;
	color: transparent;
	background-image: url(../img/bg_title26.png);
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
}
#header .infom a:hover p {
	color:#F4D53C;
}
#header .infom span.date {
	font-family: "Chivo", sans-serif;
	font-weight: 900;
	letter-spacing: 0.05rem;
	font-size: 1.2rem;
	line-height: 1rem;
}
#header .infom span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	letter-spacing: 0.05rem;
	font-size: 1.0rem;
	line-height: 1rem;
}
#header .infom i {
	letter-spacing:-.5rem;
}
#header .infom .main {
	font-size:1.2rem;
	font-weight:600;
}
body#index #header h1, body#index #header .infom {
	display:none;
}
nav {
	margin:0;
	padding:0;
}
input[type="checkbox"] {
	display:none;
}
.mainMenu ul {
	background:none;
}
.mainMenu {
	box-sizing:border-box;
	position:fixed;
	top:0;
	right:0;
	width:40vw;
	height:100vh;
	margin:0;
	padding:0;
	opacity:0;
	overflow-x:hidden;
	overflow-y:auto;
	display:none;
	transform:translateX(0);
}
.mainMenu::-webkit-scrollbar {
	display:none;
}
.mainMenu li {
	text-align:center;
	padding:0;
	display:block;
	border-bottom: 1px solid #4B8637;
	border-right:none;
	font-weight:500;
}
.mainMenu li a {
	font-family: "Chivo", sans-serif;
	font-weight: 700;
	display:block;
	line-height:50px;
	font-size:1.3rem;
	color:#69534B;
	padding:0;
	transition:all .2s;
	width:40vw;
	font-size: 1.5rem;
	padding:.5rem 0;
	line-height: 3.4rem;
	letter-spacing: -0.01rem;
}
.mainMenu li a:hover {
	color:#fff;
	background:#F4D53C;
	border:none;
}
.mainMenu li.cs a {
	opacity:.5;
	pointer-events:none;
}
.mainMenu li p {
	position:relative;
	margin:0;
	top:-10px;
	left:0;
	padding:0 .5rem;
	transform:none;
	font-size:2.0rem;
	line-height:1.2;
	width:auto;
	background:none;
	color:#fff;
}
.mainMenu li p span {
	font-size:1.2rem;
	font-weight:bold;
}
.check {
	display:none;
}
.menu-btn {
	position:fixed;
	top: 5px;
	right:6px;
	display:block;
	width: 50px;
	height: 50px;
	font-size:10px;
	text-align:center;
	cursor:pointer;
	background: #fff;
	border-radius: 50%;
	z-index:3;
}
body#index #header .bar {
}
body#index .menu-btn {
	background: #fff;
	border-radius: 50%;
}
.bar {
	position:absolute;
	top: 15px;
	left: 14px;
	display:block;
	width:22px;
	height:3px;
	background:#69534B;
	transition:all .5s;
	transform-origin:left top;
	border-radius:10px 10px 10px 10px;
}
.bar.middle {
	top: 25px;
	opacity:1;
}
.bar.bottom {
	top: 34px;
	transform-origin:left bottom;
}
.menu-btn:hover .bar {
	background:#69534B;
}
.close-menu {
	position:fixed;
	top:0;
	right:230px;
	right:40vw;
	width:100%;
	height:100vh;
	background:rgba(0, 0, 0, 0);
	visibility:hidden;
	opacity:0;
}
/* ---menuchecked */
#header .check:checked ~ .menu-btn {
	background: #4B8637;
	right:40vw;
	z-index: 101;
	width: 50px;
}
.check:checked ~ .mainMenu {
	display:block;
	transform:none;
	opacity:1;
	background:#fff;
	transform-origin:right center;
}
.check:checked ~ #header {
	transition-delay:0s;
}
.check:checked ~ .menu-btn {
	margin-right:0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 29px;
	transform:rotate(45deg);
	background:#FFF;
	left: 16px;
}
.check:checked ~ .menu-btn .bar.middle {
	opacity:0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 29px;
	top: 34px;
	transform:rotate(-45deg);
	background:#FFF;
	left: 16px;
}
.check:checked ~ .close-menu {
	background:rgba(0, 0, 0, .5);
	visibility:visible;
	opacity:1;
	z-index:3;
}
.contact_area {
	margin-top:4rem;
	padding:20px 0;
	border-top:1px solid #000;
}
.contact_area p a {
	color:#5C473F;
}
.contact_area a span.icon-mail {
	padding-right: 5px;
}
.warningbox {
	color:#cd5840;
	padding:2rem;
	border:2px solid #cd5840;
	border-radius:10px;
}
.warningbox .fontLL {
	margin:0;
	padding:0;
	line-height:1;
	display:block;
	text-align:center;
}
.pleasebox ul li {
	text-align:left;
	line-height:1.6;
	font-size:1.4rem;
	padding-left:1.4rem;
	text-indent:-1.4rem;
	margin-bottom: 1rem;
	letter-spacing: -0.01rem;
	font-weight: 600;
}
.pleasebox {
	margin-top: 2rem;
	border: 2px solid #DE4D4E;
	border-radius:10px;
	padding:2rem;
	margin-bottom:2rem;
}
.pleasebox h3 span {
	background: #DE4D4E;
	border-radius: 1.4rem;
	padding: 5px 20px;
	color: #fff;
	font-size: 1.4rem;
}
#pagetop {
	position:fixed;
	bottom:0;
	right:0;
	opacity:0;
	transition:all 1s ease;
}
#pagetop a {
	position:relative;
	text-decoration:none;
	display:block;
	width:40px;
	height:40px;
}
#pagetop a i {
	position:absolute;
	bottom:10px;
	left:0;
	font-size:30px;
	color:#69534B;
}
#pagetop a:hover {
	text-decoration:none;
	opacity:0.8;
}
#pagetop.show {
	opacity:1;
	transform:none;
}
#footer {
	position:relative;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size:1.0rem;
	line-height:1.4;
	text-align:center;
	color:#69534B;
	letter-spacing:0.1rem;
}
#footer .inner {
	margin:0 auto;
	padding:2vw 0 6vw;
	background:none;
}
#footer a img {
	height:30px;
	width:auto;
	padding:0
}
#footer .support a img {
	height:16px;
	width:auto;
	padding:0 6px
}
#footer a:hover img {
	opacity:0.8;
}
#footer ul.sns li a {
	color:#69534B;
}
#footer ul.sns li a:hover {
	color:#E5817D;
}
#footer ul.sns {
	margin:20px auto;
	text-align:center;
}
#footer ul.sns li {
	display:inline-block;
}
#footer ul.sns li a {
	background-color:#fff;
	padding:0;
	margin:0 5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	font-size:18px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:none;
}
.sponsorship {
	color:#69534B;
	margin-top: 3rem;
	padding:0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	width:100%;
}
.sponsorship p {
	font-size:1.2rem;
	font-weight: 700;
}
.sponsorship ul {
	display:block;
	align-items:center;
	font-size:1.2rem;
	color:#69534B;
}
.sponsorship ul li:first-child {
	display: block;
	margin: 20px 0 10px;
}
.sponsorship ul li {
	color:#69534B;
	font-weight:600;
	display: inline-block;
}
.sponsorship a {
	color:#69534B;
	font-weight:600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsorship a:hover {
	opacity: 0.8;
}
ul.support li:first-child {
	margin: 2rem;
	display: block;
}
.copyright {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	line-height: 1.4;
}
.partner {
	color: #000
}
.partner div {
	width: 100%;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.partner div ul {
	display: block;
	align-items: center;
	font-size: 1.2rem;
	color: #69534B;
}
.partner div ul li {
	color: #69534B;
	font-weight: 900;
}
.partner div ul li:nth-child(1) {
	width: 100%;
	color: #69534B;
	font-weight: 900;
}
.partner a {
	color: #69534B;
}
/*animation*/
.fadein {
	opacity:0;
	transform :translate(0, 50px);
	transition-duration:.5s;
	transition-timing-function:cubic-bezier(.215, .61, .355, 1);
}
.fadein.scrollin {
	opacity:1;
	transform:translate(0, 0);
}
/*btn*/
.btn_wrap {
	display:flex;
	justify-content:center;
	align-items:center;
}
a.btn {
	position:relative;
	margin:2rem auto;
	padding:2rem;
	display:block;
	border-radius:40px;
	font-size:1.6rem;
	width:100%;
	max-width:300px;
	color:#fff!important;
	background:#69534B;
	text-decoration:none!important;
}
a:hover.btn {
	background:#D15471;
}
a.btn_in {
	position: relative;
	margin: 2rem auto;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 1.6rem;
	width: 100%;
	font-weight: 600;
	max-width: 300px;
	color: #4B8637 !important;
	background: none!important;
	text-decoration: none !important;
	border: 3px solid #4B8637;
}
a.btn_in.engf {
	font-weight: 900;
}
a.btn {
	background:#F4D53C;
}
a.btn_in:hover {
	color: #E5817D!important;
	border: 3px solid #E5817D;
	background:none!important;
}
a.btn_small {
	font-size:1.2rem!important;
	max-width:200px!important;
}
a.btn_Large {
	max-width:600px!important;
}
p.btn_area {
	width:100%!important;
}
.bn {
	margin:50px 0 0;
	padding:0;
	text-align:center;
}
.bn img {
	width:100%;
	max-width:350px;
}
/**/
.storesingle .main p a, #storelist ul li p a {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size:1.4rem;
	margin:2rem auto;
	padding:20px 0;
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
	display:block;
	color: #5D864B;
	border: 2px solid #5D864B;
	text-decoration:none;
	border-radius: 5px;
}
/*activity & foods + booth*/
#storelist ul li p a:before, #storelist ul li p a:after, .storesingle .main p a:after {
	font-family:'OUTDOORPARK26' !important;
	font-size:1.4rem;
	font-weight:normal;
	display:block;
}
#storelist ul li p a:after, .storesingle .main p a:after {
	content:"\e910";
	padding-left:5px;
	color: #5D864B;
}
#storelist ul li p a:hover, .storesingle .main p a:hover {
	border:2px solid #E5817D;
	color:#E5817D;
}
#storelist ul li p a:hover:after, .storesingle .main p a:hover:after {
	color:#E5817D;
}
/*booth & stage*/
.storesingle ul.nav {
	width: 92vw;
	margin:6vw auto 3vw;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.storesingle ul.nav li {
	font-size:1.4rem;
	width:49%;
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
	background:#5D864B;
	border-radius: 5px;
}
.storesingle ul.nav li.prev {
	margin:0 1% 0 0;
}
.storesingle ul.nav li.next {
	margin:0 0 0 1%;
}
.storesingle ul.nav li.prev p a:before, .storesingle ul.nav li.next p a:after {
	font-family:'OUTDOORPARK26' !important;
}
.storesingle ul.nav li.prev p a:before {
	content:"\e903";
	padding-right:.5em;
	display:inline;
}
.storesingle ul.nav li.next p a:after {
	content:"\e904";
	padding-left:.5em;
	display:inline;
}
.storesingle ul.nav li p {
	width:100%;
}
.storesingle ul.nav li p a {
	display:block;
	text-align:center;
	line-height:1.8;
	font-size:1.2rem;
	margin:0;
	padding:30px 5px;
	width:100%;
	color:#fff;
	border:none;
}
.storesingle ul.nav li.prev p a:hover {
	color:#fff;
	background:#F4D53C;
	border-radius: 5px;
}
.storesingle ul.nav li.next p a:hover {
	color:#fff;
	background:#F4D53C;
}
#stage .storesingle .main p a {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size:1.4rem;
	margin:0;
	padding:0;
	background:transparent;
	text-align:left;
	width:100%;
	height:auto;
	display:inline-block;
	color:#69534B;
	text-decoration:none;
	border: none;
}
#stage .storesingle .main p a:after {
	position:static;
	display:inline-block;
	color:#69534B;
	font-family:'OUTDOORPARK26' !important;
	content:"\e910";
	padding-left:3px;
}
/*=====================================================================
Layout
=====================================================================*/
body#index header + section {
	margin-top:0px!important;
}
section.container {
}
.container {
	padding:0;
	width:100%;
	margin:0 auto 0;
	position: relative;
}
.inner {
	width:92%;
	margin:0 auto;
}
.container .inner {
	position: relative;
	margin: 0 auto;
	border-radius: 10px;
}
.singlepage {
	position: relative;
	background:#fff;
	padding:3vw 3vw 3vw;
	border-radius:10px;
	padding: 6vw;
}
.singlepage::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: -8px;
	bottom: -8px;
	background-image: url('../img/bg_dotR.png');
	background-repeat: repeat;
	background-size: 5px auto;
	z-index: -1;
}
.singlepage::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	right: -12px;
	bottom: -12px;
	background-image: url('../img/bg_dotB.png');
	background-repeat: repeat;
	background-size: 5px auto;
	z-index: -1;
	opacity: 	65%;
}
/*coming soon*/
.cs {
	text-align:center;
	padding:10vw
}
.cs img {
	max-width:100%;
	max-height:280px;
}
.cs p {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	font-size:2.0rem!important;
	color:#69534B
}
.andmore {
	margin:3vw 0;
	text-align:center;
	font-weight:600;
	font-size:1.5rem;
	color:#69534B;
	display: none;
}
.andmore:before, .andmore:after {
	content:"\e909";
	display:inline-block;
	font-family:'OUTDOORPARK26' !important;
	margin:0 1rem;
	display: none!important;
}
.andmore:after {
	transform:scaleX(-1);
}
.andmore a {
	color:#382f26!important
}
/*title*/
.title {
	position:relative;
	margin: 0 0 3vw;
	justify-content:center;
	text-align: center;
}
.title h2, .imglist h2 {
	font-family: "Chivo", sans-serif;
	font-weight: 900;
	font-size:1.8rem;
	position:relative;
	line-height:52px;
	height: 60px;
	padding: 20px 0 0;
	text-align: center;
	position: relative;
	color: transparent;
	background-image: url('../img/bg_title26.png');
	-webkit-background-clip: text;
}
.title h2::before {
	content: "";
	display: block;
	position: absolute;
	right: calc(50% - 15px);
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/bg_title26_before.png) no-repeat 0 0;
	background-size: auto 30px;
}
/*imglist______________________*/
.imglist {
	width:100%;
}
body#index .imglist {
	margin:0 auto;
	overflow: hidden;
}
body#index #boothlist {
	margin-top: -5vw;
}
body#index #foodlist {
	position: relative;
	width:100%;
	margin-top: 2rem;
	padding:2rem 0 3rem;
}
body#index #foodlist .inner {
	padding: 0 2vw 0;
	border-radius: 10px;
}
body#index #foodlist .title h2::before {
	position: absolute;
}
body#index #foodlist.imglist ul li {
	box-shadow:inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 2px #fff;
}
.imglist ul {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	margin:0 auto 0;
	padding:0;
	width:100%;
}
.imglist ul li {
	width: calc((100%/3) - 4vw );
	padding:2%;
	margin: 0 2vw 4vw;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	pointer-events:none;
	background:#fff;
	border-radius: 5px;
}
#index .imglist ul li:hover {
	box-shadow:inset 0px 0px 0px 2px #fffc84, inset 0px 0px 0px 2px #fff;
}
.imglist ul li a h3 {
	font-size:1.4rem;
	line-height:1.1;
	word-wrap:break-word;
	color:#69534B;
	width:90%;
	z-index:5;
	background:#fff;
	text-align:center;
}
body#booth .imglist ul.smallbooth li a h3 {
	width:100%;
}
.imglist ul li span {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:1.0rem;
	line-height:1.4rem;
	background:#F4D53C;
	padding:0.2rem .6rem 0.2rem;
	font-weight:600;
	transform:rotate(0.03deg);
	z-index:2;
}
.imglist .thumb {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.imglist img {
	width:90%;
}
.imglist ul li a {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	pointer-events:auto;
	text-align:center;
}
/*booth*/
body#booth #boothlist .inner {
	width: 94%;
}
body#booth .imglist ul {
	justify-content:center;
}
body#booth .imglist ul li {
	width: calc((100%/2) - 2vw );
	margin: 0 1vw 2vw;
}
div#smallbooth {
	margin-top: 3rem;
}
body#booth .imglist ul.smallbooth {
	width: 100%;
}
body#booth .imglist ul.smallbooth li {
	width: calc((100%/3) - 2vw );
	margin: 0px 1vw 2vw;
}
body#booth .imglist ul.smallbooth li img {
	height:calc(100% - 4.6rem);
	padding: 3px;
	bottom:auto;
}
body#booth .imglist ul.smallbooth li a h3 {
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:relative;
	height:4.6rem;
	background:transparent;
}
body#booth .imglist ul.smallbooth li a h3 i {
	width:100%;
	padding:  0 1vw;
	font-weight: 800;
}
body#booth .imglist ul li:before {
	content:"";
	display:block;
	padding-top:100%;
}
body#booth .imglist img {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	object-fit:cover;
}
body#booth .imglist ul li a h3 {
	position:absolute;
	bottom:0;
	border-radius:30px;
	padding:0.3rem 1rem;
	font-size:1.2rem;
	font-weight: 800;
}
body#booth .imglist ul li img {
	opacity:0;
	transition:opacity 0.5s;
}
body#booth .imglist ul li img.lazyloaded {
	opacity:1;
}
.imglist ul.smallbooth li {
	width:calc((100% - 8%) / 4);
	padding:0;
	overflow:hidden;
}
.imglist ul.smallbooth li div {
	width:26vw;
	text-align:center;
	overflow:hidden;
}
.imglist ul.smallbooth li img {
	width:90%;
	object-fit:cover;
}
/*BOOTH*/
.logo {
	margin:0 auto 0;
	text-align:center;
	max-width:100%
}
.logo img {
	max-width:100%
}
body#booth .logo img {
	max-width:30%
}
.storesingle .title + .logo img {
	max-width:50%;
	width:50%;
	height:auto;
}
.storesingle .logo + h3 {
	padding:4% 10%;
	margin:0 0;
	font-size:2rem;
	text-align:center;
	font-weight:700;
}
.storesingle p {
	font-size:1.4rem;
	line-height: 1.7;
	font-weight:  600;
	font-feature-settings: "palt";
}
.storesingle .info p {
	font-weight: 400;
}
.storesingle .info, .storesingle .info2 {
	padding:0;
	margin:6vw auto 0;
	border-top:none;
	width:100%;
}
body#booth .storesingle .info::before {
	width:80%;
	padding:1rem 0 1rem;
	content:"展示内容";
	font-size:1.4rem;
	color: #59A239;
	display:block;
	text-align:center;
	font-weight:700;
	width:100%;
	border-top: 3px solid #59A239;
	margin:0px auto;
}
.storesingle .main, .main {
	width:94%;
	margin:0 auto;
	max-width:880px;
	line-height:1.6;
}
body#stage .storesingle .main {
	width:94%;
	margin:0 auto;
	max-width:820px;
	line-height:1.6;
	text-align: left;
}
body#stage .logo img {
	max-width: 800px;
	width: 100%;
}
.storesingle .main a, .main a {
	text-decoration:underline;
}
.imgblock {
	margin-top:2rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
/*booth & stage*/
.storesingle .imgblock img {
	max-height:300px;
}
.imgblock img {
	padding: 3%;
	max-height:150px;
	width:auto;
}
#storelist .imgblock img {
	padding:5px;
	max-height:150px;
	width:auto;
	background:#fff;
}
#foods #storelist .imgblock {
	justify-content:start;
	width:100%;
	margin:1rem auto;
}
#foods #storelist .imgblock img {
	padding:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#foods #storelist .imgblock, #activity #storelist .imgblock img {
	padding:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#foods #storelist .imgblock a, #activity #storelist .imgblock a {
	width:33%;
	height:150px;
	overflow:hidden;
	border:5px solid #fff;
}
/*storelist*/
#storelist ul {
	display:block;
}
#storelist ul li {
	height:auto;
	background:#fff;
	padding:3vw;
	margin:0 0 6vw;
	box-shadow: inset 0px 0px 0px 7px #fff, inset 0px 0px 0px 10px #bcaf97;
	border-radius: 12px;
	box-sizing:border-box;
}
#storelist ul li p {
	font-size:1.4rem;
	line-height: 1.8;
	width:90%;
	margin:0 auto;
	font-weight: 600;
	font-feature-settings: "palt";
}
#storelist ul li .info p {
	font-size:1.4rem;
	line-height:1.8;
	text-align:left;
	color:#69534B;
	font-weight: 500;
	letter-spacing: -.01px;
}
#storelist ul li .title h3 {
	font-size:2rem;
	color:#69534B;
	text-align:center;
	margin-bottom:3rem;
	font-weight: 800;
}
#storelist ul li .title img {
	padding:0;
	max-height:95px;
	width:auto;
}
#storelist ul li .info {
	font-size:1.4rem;
	line-height:1.6;
	color:#69534B;
	display:block;
	padding:20px;
	margin: 4rem 2rem 4rem;
	text-align:center;
	background:#f6f3e6;
	border-radius:10px;
}
#storelist ul li .info:before {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	content:"MENU";
	letter-spacing:.3rem;
	text-align:center;
	display:inline-block;
	color:#69534B;
	margin:0 auto 1.5rem;
	padding:0;
	font-size:1.6rem;
	border-bottom:5px double #69534B;
}
/*INFO*/
#INFO {
	width:100%;
	margin-top:40px;
}
.topinfo {
	padding:6vw;
	background:#fff;
	max-width:900px;
	margin:0 auto;
	border-radius: 30px;
}
#INFO ul li {
	border-top:2px dotted #69534B;
	padding:3rem 0;
}
#INFO ul li a {
	color:#69534B;
	border-bottom:2px solid #fffc84;
	text-decoration:none
}
#INFO ul li a:hover {
	border-bottom:2px solid #fffc84;
	color:#F4D53C;
}
#INFO ul li a:hover H4:before {
	color:#F4D53C;
}
#INFO ul li:first-child {
	border-top:none;
}
#INFO ul li H4 {
	margin:0 1rem 0 1rem;
	padding-left:1rem;
	text-indent:-2rem;
	font-size:1.6rem;
}
#INFO ul li H4:before {
	content:"\e90c";
	font-family:'OUTDOORPARK26' !important;
	padding-right:0.5rem;
	color: #5D864B;
}
#INFO ul li H4 span.time {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	font-size:1.4rem;
	margin-left:2rem;
	color:#69534B;
	display:block;
}
#INFO ul li p {
	margin:0 2rem 0 0;
	font-size:1.4rem;
	line-height:1.6;
}
#INFO ul li p:first-child {
	margin:3rem 2rem 0 0;
}
#INFO ul li figure {
	margin:20px auto;
	width:100%;
}
#INFO ul li figure img {
	max-width:100%;
	margin:5px 0
}
#INFO .topinfo ul li H4 {
	font-size:1.4rem;
}
#INFO .topinfo ul li {
	border-top: 2px solid #5D864B;
	padding:2vw;
}
#INFO .topinfo ul li:first-child {
	border-top:none;
}
/*ABOUT*/
.about {
	padding: 3vw;
}
.about img.logo {
	width: 40%;
	max-width: 200px;
	margin: 6vw;
	padding: 0 !important;
	animation:aboutact1 .3s;
}
@keyframes aboutact1 {
	0% {
		opacity:0;
		transform: scale(.5);
	}
	100% {
		opacity:100;
		transform: scale(1);
	}
}
@keyframes aboutact2 {
	0% {
		background-position: 100% bottom;
	}
	100% {
		background-position: 0% bottom;
	}
}
.about .fadein {
	width: 120%;
	margin: 0 -10% 20px;
	max-width: 295px;
	opacity : 0;
	transform: scale(.7, .7);
	transition: .2s;
}
.about .fadein.scrollin {
	opacity: 1;
	transform: scale(1, 1);
}
.about h3 {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	font-size:8vw;
	margin:0;
	padding:0;
	white-space:nowrap;
	color:#69534B;
}
.about .aniversary {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	font-size:4vw;
	margin:0;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
	color:#F4D53C;
}
.about h4 {
	font-size:1.6rem;
	font-weight:600;
	margin:0;
	padding:0;
	word-wrap:break-word;
}
.about h4 span {
	font-size:1.2rem;
	text-align:center;
}
.about h4 span.ticket {
	border-radius:20px;
	padding:0 0.6em;
	background:#69534B;
	color:#fff;
	font-size:1.4rem;
}
.about h4.subtitle {
	font-size: 6vw;
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
.about h5 {
	font-size:1.4rem;
	font-weight:600;
	margin:2rem 0 .5rem;
	padding:0.5rem 1.5rem;
	white-space:nowrap;
	background: #59A239;
	background-image: url(../img/bg_title26.png);
	color:#fff;
	display:inline-block;
	border-radius:20px
}
#ticket ul {
	text-align:left;
	width:100%;
	margin:1rem auto;
}
.ticketbox {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:0 auto 0;
	padding:0;
	max-width:800px;
}
.ticketbox li {
	border:1px solid #69534B;
	margin:1%;
	padding:3%;
	width:100%;
	text-align:left;
}
.ticketbox li img {
	margin:10px auto!important;
	width:80%;
	max-width:150px!important;
	height: auto;
	display:block;
	text-align:center;
}
.ticketbox a:hover, .ticketbox a:hover h3 {
	opacity:0.7;
}
#ACCESS .main {
	padding:0 0 20px;
}
#ACCESS h4 {
	font-size:1.6rem;
}
/*FAQ*/
#FAQ .illu1 {
	width: 120px;
	height: auto;
}
@keyframes faqact1 {
	0% {
		opacity:0;
		transform: translateX(300px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
#FAQ ul {
	text-align:left;
	width:100%;
	margin:0 auto;
}
#FAQ ul li {
	font-size:1.4rem
}
#FAQ ul li H4 {
	margin:0 0 0 1rem;
	padding-left:1rem;
	text-indent:-2rem;
	font-size:1.6rem;
	font-weight:600;
	color:#69534B;
}
#FAQ ul li H4:before {
	content:"\e918";
	font-family:'OUTDOORPARK26' !important;
	padding-right:0.5rem
}
#FAQ ul li p {
	margin:.5rem 0 2rem 2rem;
	letter-spacing: -0.01rem;
}
#FAQ ul li p span.col {
	color:#69534B;
	border-bottom:2px solid #69534B;
}
/*ACCESS*/
#ACCESS .illu1 {
	width: 80%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	animation:accessact1 .3s;
}
@keyframes accessact1 {
	0% {
		opacity:0;
		transform: scale(.5);
	}
	100% {
		opacity:100;
		transform: scale(1);
	}
}
#ACCESS ul li h4 {
	text-align:center;
}
#ACCESS ul li h4 span {
	font-size:3rem;
}
#ACCESS h4.fontRed span {
	display:block;
	text-align:center;
}
@media screen and (min-width:520px) {
	.spV {
		display:none;
	}
	.tabV {
		display:block;
	}
	.pcV {
		display:none;
	}
	.sptabV {
		display:block;
	}
	.pctabV {
		display:block;
	}
	.pctabV_i {
		display:inline;
	}
	.sptxC {
		text-align: left!important;
	}
	.sptxLpctxC {
		text-align:  center!important;
	}
	.sptabtxLpctxC {
		text-align:  left!important;
	}
	#header .infom span.jpnF {
		font-size:1.0rem;
	}
	.partner div {
		margin: 0;
		width: auto;
	}
	.partner div ul {
		font-size: 1.0rem;
		margin-right: 5px;
	}
	.partner div ul li:nth-child(1) {
		width: auto;
		padding: 0 5px 0 0;
	}
	.partner div ul li {
		padding: 0 5px 0 0;
	}
	.partner div ul li a img {
		height: 15px;
		width: auto;
	}
/*title*/
.title h2 {
	font-size:2.4rem;
	line-height: 66px;
	height: 	66px;
}
.title h2, .imglist h2 {
	background-size: auto 64px;
}
#storelist ul li p a:before, #storelist ul li p a:after, .storesingle .main p a:after {
	display:inline;
}
.storesingle .main p a, #storelist ul li p a {
}
/*imglist__________*/
.imglist ul li, body#booth .imglist ul li {
	width:calc((100% - 5*10px) / 5);
	padding:0;
	margin:0 5px 10px;
}
body#booth .imglist ul.smallbooth li {
	width:calc((100%/6) - 2vw );
}
#foods #storelist .imgblock {
	justify-content:center;
}
/*ABOUT*/
.about {
	padding: 0;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}
.about h4.subtitle {
	font-size:3rem;
}
}
@media screen and (min-width:960px) {
	.spV {
		display:none;
	}
	.tabV {
		display:none;
	}
	.pcV {
		display:inline-block;
	}
	.sptabV {
		display:none;
	}
	.pctabV {
		display:block;
	}
	.sptabtxLpctxC {
		text-align: center!important;;
	}
	.fontS {
		font-size:1.2rem!important;
	}
	.fontM {
		font-size:1.4rem!important;
	}
	.fontL {
		font-size:2.2rem!important;
	}
	.fontRed {
		text-align:center;
		font-size:1.8rem;
	}
	.fontRed span {
		display: inline-block;
	}
	.indentS {
		padding-left:1.2rem;
		text-indent:-1.2rem;
	}
	.indentM {
		padding-left:1.4rem;
		text-indent:-1.4rem;
	}
	body#index header + section {
		margin-top: 70px !important;
	}
	body#index #boothlist {
		margin-top: 0;
	}
	#header {
		position: fixed;
		top: 20px;
		left: 20px;
		padding: 0;
		height: 60px;
		width: calc(100% - 40px);
	}
	body#index #header .inner {
		background: none;
		justify-content: center;
	}
	body#index .mainMenu {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 0;
	}
	body#index .mainMenu ul {
		border-radius: 30px;
		padding: 0 30px;
		height: 40px;
	}
	#header .infom {
		margin: -6px 0 0 10px;
		font-size:1.4vw;
		line-height:.8;
	}
	#header h1, #header .infom {
		text-align:left;
	}
	#header h1 {
		margin:  0;
	}
	#header h1 img {
		width:50px;
		height:50px
	}
	#header .infom {
		display: none;
	}
	#header .infom span.date {
		font-size:1.2rem;
	}
	#header .infom span.jpnF {
		font-size:1rem;
	}
	#toplogo {
		position: absolute;
		top: 0;
		justify-content: left;
		padding: 0 0 0 10px;
		height: 60px;
		z-index: 1;
	}
	#top-c-btn.fixed {
		top:60px;
		position:fixed;
	}
	#top-c-btn.fixed {
		height:60px;
	}
	#top-c-btn.fixed .c-btn img {
		height:60px;
	}
	input[type="checkbox"] {
		display:none;
	}
	nav {
		margin:10px 0 0;
		padding:0;
		display:block
	}
	.menu-btn {
		display:none;
	}
	.mainMenu {
		display:block;
		opacity:1;
		width:calc(100% - 40px);
		height:auto;
		margin-top:20px;
		margin:20px;
		padding:0;
		overflow-y:hidden;
		border-top:none;
		border-right:none;
		padding-right: 20px;
		border-radius: 0 0 15px 15px;
	}
	.mainMenu ul {
		text-align:left;
		display:flex;
		justify-content:right;
		align-items:center;
		height:60px;
	}
	body#index .mainMenu ul {
		justify-content:center;
	}
	.mainMenu li {
		display:inline-block;
		text-align:center;
		margin:0;
		padding:0 1vw;
		width:auto;
		border-bottom:none;
	}
	.mainMenu li a {
		display:block;
		height:60px;
		line-height:60px;
		padding:0;
		width:auto;
		font-size:1.4vw;
		color:#69534B;
	}
	.mainMenu li a.icon {
		width:calc(40px - 2vw);
		display: flex;
		justify-content: center;
	}
	.mainMenu li a:hover {
		background:none;
		color:#E5817D;
	}
	#header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		background:rgba(255, 255, 255, 0.8);
		width: 100%;
	}
	#header.fixed #toplogo {
		position: fixed;
		top: 0;
		left: 20px;
		height: 50px;
	}
	#header.fixed .infom {
		margin: 0 0 0 10px;
	}
	#header.fixed .infom p {
		margin: 5px 0 0;
	}
	#header.fixed h1 img {
		margin-top: 10px;
	}
	#header.fixed .infom span {
		display: 	none!important;
	}
	#header.fixed .mainMenu {
		margin: 0 20px 0 0;
	}
	#header.fixed .mainMenu li a {
		height:50px;
		line-height:50px
	}
	#header.fixed body#index .mainMenu {
		margin:  0;
	}
	#header.fixed body#index .mainMenu ul {
		text-align:left;
	}
	header + section {
		margin-top:70px!important;
	}
	a.btn {
		font-size:2rem;
	}
	a.btn_small {
		font-size:1.6rem!important;
	}
	#footer {
		margin:2rem 0
	}
	#footer .inner {
		padding:0;
	}
	#footer ul.sns {
		margin:10px auto;
		text-align:center;
	}
	#footer, .partner div ul {
		font-size: 1.4rem;
	}
	.partner div ul {
		margin-right: 20px;
	}
	.sponsorship ul {
		display: inline-flex;
		margin-left: 2rem;
		align-items: center;
	}
	.sponsorship ul li:first-child {
		margin: 0 5px;
	}
	ul.support li:first-child {
		display: inline-block;
		margin: 0 5px;
	}
	.copyright {
		font-size: 1.2rem;
	}
	.inner {
		width: calc(100% - 40px);
	}
	.andmore {
		margin:1rem 0;
	}
	.cs {
		text-align: center;
		padding: 100px 0;
	}
	.title {
		margin:8px 0 20px;
	}
	.title h2 {
		font-size:2.4rem;
	}
	.container .pan {
		margin-right:5%
	}
	.singlepage {
		padding:30px 30px 60px;
		width:90%!important;
	}
	.storesingle .title + .logo img {
		max-width:none;
		width:auto;
		height:auto;
	}
	.storesingle div.imgblock img {
		margin-bottom:5px;
		height:300px;
		width:auto;
		padding: 5px;
	}
	.storesingle div.imgblock {
		padding:0 15px;
		max-width: 940px;
		margin: 50px auto;
	}
	.storesingle p {
		font-size:1.6rem;
		line-height:2;
	}
	.storesingle ul.nav {
		margin-top:40px;
		max-width:980px;
		margin:60px auto 30px;
	}
	.storesingle ul.nav li p a {
		font-size:1.4rem;
	}
	#storelist ul li .title h3 {
		font-size:2rem;
	}
	.storesingle .main p a, #storelist ul li p a {
		font-size:1.4rem;
	}
	.ticketbox li {
		width:calc(100% - 2%);
	}
	body#booth .logo img {
		max-width:200px
	}
	body#booth .storesingle .logo + h3 {
		padding:20px 0;
	}
	.storesingle .info, .storesingle .info2 {
		margin:20px auto 0;
	}
	.logo {
		margin-top:20px;
	}
	.ticketbox li {
		width:calc(48% - 2%);
	}
	#storelist ul {
		display:flex;
		flex-wrap:wrap;
	}
	#storelist ul li {
		width:calc((100%/2) - 20px);
		margin:0 10px 20px 10px;
		font-size:1.6rem;
		line-height:1.8;
		background:#fff;
		padding:20px;
	}
	#storelist ul li p {
		font-size: 1.6rem;
	}
	.imglist .wraplist {
		display:flex;
		margin:0 auto;
		flex-wrap:wrap;
	}
/*smallbooth*/
.smallbooth ul li h3 {
	font-size:1.0rem;
	text-align:center;
}
.smallbooth ul li {
	width:9.7vw;
}
.imglist ul.smallbooth li, .imglist #smallbooth ul li {
	width:calc((100% - 12*10px) / 12);
}
.topinfo {
	padding:20px;
}
.about h3 {
	font-size:6rem;
}
.about .aniversary {
	font-size:4rem;
}
.about img.logo {
	margin: 20px;
}
/*faq*/
.pleasebox {
	padding: 2rem 4em;
}
.pleasebox ul li {
	font-size: 1.6rem!important;
	padding-left: 1.6rem!important;
	text-indent: -1.6rem!important;
}
.btn_gallery {
	right: 10px!important;
}
}
@media screen and (min-width:1200px) {
	a[href^="tel:"] {
		pointer-events:none;
		text-decoration: none;
		color: #5C473F;;
	}
	#header h1 img {
		width: 80px;
		height: 80px;
		animation: fadeInLeft 0.5s ease-out;
	}
	header + section {
		margin-top: 86px!important;
	}
	.inner {
		width: calc(90% - 40px);
		width: 90%;
	}
	.mainMenu {
		padding:0 10px;
	}
	.mainMenu li {
		padding: 0 10px;
	}
	.mainMenu li a.icon {
		padding: 0 10px;
	}
	.mainMenu li a {
		font-size: 1.2vw;
	}
	div.logoset {
		top: calc(50% + 10px);
	}
/*imglist__________*/
.imglist ul li, body#booth .imglist ul li {
	width:calc((100% - 6*10px) / 6);
	padding:10px;
}
body#booth .imglist ul.smallbooth li {
	width:calc((100%/8) - 10px );
}
body#booth .imglist ul.smallbooth li img {
	height:calc(100% - 5.8rem);
}
body#booth .imglist ul.smallbooth li a h3 {
	height:4.2rem;
}
}
@media screen and (min-width:1500px) {
	#header .infom {
		display: block;
		animation: fadeInLeft 0.5s ease-out;
	}
}
@media screen and (min-width:1600px) {
	#header .infom {
		display: block;
		animation: fadeInLeft 0.5s ease-out;
	}
	#header .infom {
		font-size:2rem;
	}
	#header .infom span.date {
		font-size:1.4rem;
	}
	#header .infom span.jpnF {
		font-size: 1.0rem;
	}
	body#index .mainMenu ul {
		padding: 0 10px;
	}
	.mainMenu li:first-child {
		padding-left: 10px;
	}
	.mainMenu li:last-child {
		padding-right: 10px;
	}
	.title {
		margin: 0 0 20px!important;
	}
	.title h2 {
		font-size: 3rem;
	}
	.imglist ul li {
		width:calc((100% - 10*10px) / 10);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
