@charset 'utf-8';
html,body{
	font-size:62.5%;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
html.main,body.main{
	background-image: url("../images/background_sky.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
}

a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

div.poyopoyo,
li.poyopoyo{
	animation: poyopoyo 2s ease-out infinite;
}
img.poyopoyoSlow{
	animation: poyopoyoSlow 2.6s ease-out infinite;
}

li.animateOutline{
	outline-width: 1px;
	outline-offset: 0;
	outline-color: rgba(0, 130, 206, 0.75);
	outline-style: solid;
	animation: animateOutline 2.7s ease infinite;
}

@keyframes poyopoyo {
	0%, 40%, 60%, 80% {transform: scale(1.0);}
	50%, 70% {transform: scale(0.95);}
}
@keyframes poyopoyoSlow {
	0%, 40%, 60%, 80% {transform: scale(1.0);}
	50%, 70% {transform: scale(0.97);}
}
@keyframes pikopiko {
  0% {
	transform: rotate(4deg);
  }
  to {
	transform: rotate(-1deg);
  }
}

@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    /* outline-color: rgba(0, 130, 206, 0); */
	outline-color: rgba(255,255,255,0);
  }

  10% {
    outline-color: rgba(255,255,255,0.75);
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(255,255,255,0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(255,255,255,0);
  }
}

.mb-1 {
	margin-bottom: 4px;
}

.fa, .fas, .far{
	margin:0 6px 0 0;
}

.rotate {
  display: inline-block;
  animation: rotate-z 2s linear infinite;
}
@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

div#spinner{
	display:none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:1000;
	margin:0;
	padding:120px;
}
div#spinner>div{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
div#spinner>div>p{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size: 3rem;
    color: #fff;
    opacity: 0.9;
}

div#container{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	padding-top: 13px;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border:0;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

div#HeaderFixContents{
	position: fixed;
	top: 0;
	left: 0;
	z-index:20;
	width:100%;
	padding: 16px 0 0 0;
}



/*
#SiteHomeEnquete>a{
	text-decoration: none;
    padding: 7px 12px 9px 12px;
    margin: 0 8px;
    background: #26A69A;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #fff;
	box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
}
*/

/* Booth-CSS */
	ul#BoothFilter{
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		padding: 25px 0 0 0;
		margin: 0 0 0 0;
		flex-wrap: wrap;
	}
	ul#BoothFilter>li{
		list-style:none;
		padding: 7px 12px 9px 12px;
		margin:0 8px 24px 8px;
		background: #ebebeb;
		border-radius: 12px;
		cursor:pointer;
		font-size:1.4rem;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	}
	ul#BoothFilter>li.selected{
		background:#434a54;
		color:#fff;
	}

	ul#BoothFilter>li#SiteHomeEnquete{
		margin:0 8px 24px 24px;
		background: #26A69A;
		color:#fff;
	}

	ul#BoothFilter>li#SiteHomeStamp{
		background: #f7b02e;
		color:#fff;
	}

	/* StampSheet */
	div#StampSheet{
		box-sizing: border-box;
		width: 480px;
		margin: 0;
		padding: 25px;
		background: linear-gradient(0deg, #fff4db 70%, #fff38a 100%);
		border-radius: 14px;
		position: fixed;
		top: -300px;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 800;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
		transition: .3s ease-in-out;
	}
	div#StampSheet.active{
		top:250px;
	}
	div#StampSheet>h3{
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 9px 0;
		padding: 0 0 5px 0;
		font-size: 2.8rem;
		text-align: center;
		color: #f14e4e;
		border-bottom: 3px solid #f14e4e;
	}
	div#StampSheet>h3>span{
		background: linear-gradient(transparent 60%, #FFEB3B 60%);
	}
	div#StampSheet>p.StampSheetClose{
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		height: 30px;
		width: 30px;
		justify-content: center;
		align-items: center;
		background-color: #f14e4e;
		cursor: pointer;
		border-radius: 35px;
		z-index: 860;
	}
	div#StampSheet>p.StampSheetClose>span{
		content: '';
		display: block;
		height: 3px;
		width: 16px;
		border-radius: 3px;
		position: absolute;
	}
	div#StampSheet>p.StampSheetClose>span:before{
		content: '';
		display: block;
		height: 3px;
		width: 16px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		bottom: 0 !important;
		transform: rotate(45deg) !important;
	}
	div#StampSheet>p.StampSheetClose>span::after{
		content: '';
		display: block;
		height: 3px;
		width: 16px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		top: 0 !important;
		transform: rotate(-45deg) !important;
	}
	div#StampSheet>h4{
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 10px 0;
		font-size: 1.4rem;
		text-align: center;
		color: #333;
	}
	div#StampSheet>h4>a{
		color:#2196f3;
	}
	div#StampSheet>ul{
		list-style: none;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		position:relative;
	}
	div#StampSheet>ul>li{
		background: #ffe3a4;
		padding: 12px;
		border-radius: 14px;
		border: 3px solid #ffad31;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		margin: 0 14px 14px 14px;
		cursor:pointer;
		position:relative;
		width:75px;
		height:75px;
		color:#ffad31;
	}
	div#StampSheet>ul>li>span{
		font-size:2.4rem;
	}
	div#StampSheet>ul>li>img.sumi{
		position: absolute;
		width: 100%;
		top: 3px;
		left: 3px;
		max-width: 60px;
	}
	div#StampSheet>h5{
		box-sizing: border-box;
		width: 100%;
		font-size: 1.0rem;
		text-align: right;
		color: #333;
	}
	div#StampSheetCover {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #000;
		opacity: 0.25;
		z-index: 790;
		cursor: pointer;
	}
	div#StampPr{
		box-sizing: border-box;
		width: 100%;
		padding: 9px 12px;
		background: #fff39f;
		border-radius: 7px;
	}
	div#StampPr>h4{
		color: #3F51B5;
		font-size: 1.4rem;
	}
	div#StampPr>p{
		font-size:1.2rem;
	}
	div#StampPr>p:last-child{
		text-align:center;
	}
	div#StampPr>p:last-child>a{
		font-size: 1.2rem;
    color: #03A9F4;
	}

	div#BoothWrapper{
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto 45px auto;
		padding: 160px 0 0 0;
		/*opacity:0.95;*/
		position:relative;
    min-height: calc(100vh - 160px);
	}
	div#BoothWrapper>ul.grid{
		display: grid;
		gap: 32px 24px;
		grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	}
	div#BoothWrapper>ul.grid>li{
		list-style-type:none;
		padding: 12px 16px 28px;
		background: rgba(252, 252, 252, .95);
		/*background: #fdfdfd; */
		border-radius: 9px;
		font-size: 1.8rem;
		font-weight: bold;
		cursor:pointer;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
		max-width:480px;
		position: relative;
	}
	div#BoothWrapper>ul.grid>li::after{
		content: "詳細をみる >";
		font-size: 1.2rem;
		position: absolute;
		right: 12px;
		bottom: 4px;
		color: #607d8b;
	}
	div#BoothWrapper>ul.grid>li.invisible {
		position: relative;
		opacity: 1;
	}
	div#BoothWrapper>ul.grid>li.invisible::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333;
		opacity: .5;
		z-index: 10;
		border-radius: 9px;
	}

	div#BoothWrapper>ul.grid>li.error{
		max-width: 100%;
		text-align: center;
	}
	div#BoothWrapper>ul.grid>li.seminar{
		/*background:#a8cded;*/
		background: rgba(168,205,237,.95);
	}
	div#BoothWrapper>ul.grid>li.soudan{
		background:#e9d6e2;
	}
	div#BoothWrapper>ul.grid>li.enquete{
		/*background:#bbd7b0; */
		background: rgba(187,215,176,.95);
	}
	div#BoothWrapper>ul.grid>li.pr{
		background: rgba(240,217,86,.95);
	}


	ul.grid .content_main {
		display: flex;
		gap: 8px;
	}
	ul.grid .content_cover{
		position:relative;
		width: calc(100% - 128px - 8px);
	}
	ul.grid .content_icon{
		position:relative;
		width: 128px;
	}
	ul.grid .image_pc{
		position:relative;
		height:160px;
		margin:0 0 7px 0;
		background: rgba(240,240,240,0.9);
		border-radius: 4px;
	}
	ul.grid .image_pc.cancel:before{
		content:'都合によりキャンセル';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width:160px;
		font-size: 1.4rem;
		font-weight: bold;
		background: #ebebeb;
		text-align: center;
		border-radius: 9px;
		line-height: 2.5;
		opacity: 0.9;
		color: #e00;
		z-index:1;
	}
	ul.grid .image_pc>img{
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center;
	}
	ul.grid .content_cover .content_gentei{
		box-sizing: border-box;
		position: absolute;
		z-index: 1;
		right: 5px;
		top: 5px;
		font-size: 1.0rem;
		line-height: 1.1;
		background: #F06292;
		padding: 7px;
		border-radius: 8px;
		text-align: center;
		color: #fff;
	}

	ul.grid .pr_cover{
		position:relative;
	}
	ul.grid .pr_cover .pr_gentei{
		box-sizing: border-box;
		position: absolute;
		z-index: 1;
		right: 5px;
		top: 5px;
		font-size: 1.0rem;
		line-height: 1.1;
		background: #9262F0;
		padding: 7px;
		border-radius: 8px;
		text-align: center;
		color: #fff;
	}


	div#BoothWrapper>ul.grid>li>ul{
		display: flex;
		flex-direction: column;
	}
	div#BoothWrapper>ul.grid>li>ul>li{
		display: flex;
		flex-direction: column;
	}
	div#BoothWrapper>ul.grid>li a{
		display:block;
		box-sizing:border-box;
		width:100%;
		margin:0;
		padding:0;
		text-decoration:none;
	}
	div#BoothWrapper>ul.grid>li p:nth-of-type(1){
		font-size:1.2rem;
		color:#607d8b;
	}
	div#BoothWrapper>ul.grid>li p:nth-of-type(2){
		color:#333;
	}
	div#BoothWrapper>ul.grid>li p.catchcopy{
		color:#555;
		font-size:1.2rem;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option{
		font-size: 1.2rem;
		padding: 20px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 8px 4px;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option>span{
		width: calc(50% - 2px);
		padding: 8px 2px;
		background: #bdbdbd;
		border-radius: 8px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		line-height:11px;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option>span>br{
		display:none;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option>span.School.active{
		background: #FF9800;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option>span.Target.active{
		background: #30A0F0;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option>span.Kaisai.active{
		background: #51bf55;
	}
	div#BoothWrapper>ul.grid>li #Icon_Option>span:first-child{

	}
	div#BoothWrapper>ul.grid>li p#Icon_Harimatchweb{
		display: block;
		width: 100%;
		margin: 8px 0 0 0;
		padding:0;
	}
	div#BoothWrapper>ul.grid>li p#Icon_Harimatchweb>a{
		display: block;
		width: 100%;
		text-decoration: none;
		color: #fff;
		padding: 6px 6px 6px 8px;
		border-radius: 5px;
		background: #ff7043;
		font-size: 1.2rem;
		font-weight: normal;
		text-align: center;
	}

	div#BoothWrapper>ul.grid>li p#Icon_Company{
		display: block;
		width: 100%;
		margin: 8px 0 0 0;
		padding:0;
	}
	div#BoothWrapper>ul.grid>li p#Icon_Company>a{
		display: block;
		width: 100%;
		text-decoration: none;
		color: #fff;
		padding: 6px 6px 6px 8px;
		border-radius: 5px;
		background: #5C6BC0;
		font-size: 1.2rem;
		font-weight: normal;
		text-align: center;
	}
	/*
	div#BoothWrapper>ul.grid>li>div.content_cover>div.content_gentei{
		box-sizing: border-box;
		position: absolute;
		z-index: 1;
		right: 5px;
		top: 5px;
		font-size: 1.0rem;
		line-height: 1.1;
		background: #F06292;
		padding: 7px;
		border-radius: 8px;
		text-align: center;
		color: #fff;
	}
	*/


/* BoothFilterDetail */
	div#BoothFilterDetail{
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		z-index:500;
	}
	div#BoothFilterDetail>dl{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width:60%;
		padding:25px;
		background:#fff;
		border-radius:14px;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
		z-index:500;
		font-size:1.2rem;
		color:#444;
		max-height: 90vh;
    overflow-y: auto;
	}
	div#BoothFilterDetail>dl>dt{
		font-size: 1.8rem;
		margin: 0 0 25px 0;
	}
	div#BoothFilterDetail>dl>dd{
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
	div#BoothFilterDetail>dl>dd>>dl{
		list-style:none;
	}
	div#BoothFilterDetail>dl>dd>dl>dt{
		margin: 0 0 8px 0;
		padding: 0 0 7px 0;
		border-bottom: 1px solid #e1e1e1;
		font-weight: bold;
		color:#64B5F6;
	}
	div#BoothFilterDetail>dl>dd>dl>dd{

	}
	div#BoothFilterDetail>dl>dd>dl>dd>ul{
		list-style:none;
	}
	div#BoothFilterDetail>dl>dd>dl>dd>ul>li{
		margin:0 0 10px 0;
	}
	div#BoothFilterDetail label{
		cursor:pointer;
	}
	div#BoothFilterDetail label:has(input:checked) {
		font-weight:bold;
		color:#e00;
	}
	div#BoothFilterDetail label>input[type="checkbox"]{
		display: none;
	}
	div#BoothFilterDetail>dl>dd>dl>dd>ul>li>h6{
		box-sizing: border-box;
		width: 100%;
		font-size: 0.8rem;
		color: #a1a1a1;
	}

	div#BoothFilterDetail>dl p.BoothFilterDetailClose{
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		background-color: #434a54;
		cursor: pointer;
		border-radius: 35px;
		z-index: 760;
	}
	div#BoothFilterDetail>dl p.BoothFilterDetailClose>span{
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		position: absolute;
	}

	div#BoothFilterDetail>dl p.BoothFilterDetailClose>span:before{
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		bottom: 0 !important;
		transform: rotate(45deg) !important;
	}
	div#BoothFilterDetail>dl p.BoothFilterDetailClose>span::after{
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		top: 0 !important;
		transform: rotate(-45deg) !important;
	}



/* BoothFilterFind */
	div#BoothFilterDetail div#BoothFilterFind{
		box-sizing: border-box;
		text-align: center;
		padding: 20px 0;
	}
	div#BoothFilterDetail div#BoothFilterFind>span{
		font-size: 1.4rem;
		padding: 8px 21px;
		border-radius: 12px;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
	}
	div#BoothFilterDetail div#BoothFilterFind>span.search{
		background: #2196F3;
		margin:0 15px 0 0;
	}
	div#BoothFilterDetail div#BoothFilterFind>span.search:hover{
		background: #64b5f6;
	}
	div#BoothFilterDetail div#BoothFilterFind>span.cancel{
		background: #607d8b;
	}
	div#BoothFilterDetail div#BoothFilterFind>span.cancel:hover{
		background: #607d8b;
	}
	div#BoothFilterDetail>div.cover{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:#000;
		opacity:0.25;
		z-index:470;
		cursor:pointer;
	}

/* Side-Menu */
	#side-menu-btn {
		position: fixed;
		bottom: 92%;
		left: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		background-color: #f48f8f;
		cursor: pointer;
		border-radius: 35px;
		z-index: 450;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	}
	#side-menu-btn span,
	#side-menu-btn span:before,
	#side-menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	#side-menu-btn span:before {
		bottom: 8px;
	}
	#side-menu-btn span:after {
		top: 8px;
	}
	header p.active span {
		background-color: rgba(255, 255, 255, 0) !important;
	}
	header p.active span::before {
		bottom: 0 !important;
		transform: rotate(45deg) !important;
	}
	header p.active span::after {
		top: 0 !important;
		transform: rotate(-45deg) !important;
	}

	#menu-content {
		width: 270px;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -270px;
		background-color: #ffe5e5;
		transition: .2s ease-in-out;
		z-index:430;
		overflow-y: scroll;
	}

	#menu-content::-webkit-scrollbar {
		background: #ffe5e5;
	}
	#menu-content::-webkit-scrollbar-thumb {
		background-color: #ffe5e5;
		border: 2px solid #ffe5e5;
	}
	#menu-content::-webkit-scrollbar-thumb:hover {
		background-color: #ffe5e5;
	}

	#menu-content>ul {
		padding: 85px 10px 160px 10px;
	}
	#menu-content>ul>li {
		list-style: none;
	}
	#menu-content>ul>li>a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 9px;
		margin:0 0 10px 0;
		position: relative;
		background: #f48f8f;
		border-radius:7px;
		cursor: default;
	}
	#menu-content>ul>li>a>span{
		font-weight:bold;
	}
	div#Nav_TimeSchedule_Content,
	div#Nav_Company_Content,
	div#Nav_Other_Content,
	div#Nav_Info_Content{
		box-sizing:border-box;
		width:100%;
		margin:0 0 25px 0;
		padding:0 0 0 12px;
		font-size:1.4rem;
		color:#8D6E63;
	}
	div#Nav_TimeSchedule_Content>dl{
	}
	div#Nav_TimeSchedule_Content>dl>dt{
		font-weight:bold;
	}
	div#Nav_TimeSchedule_Content>dl>dt#Nav_OpSeminar,
	div#Nav_TimeSchedule_Content>dl>dt#Nav_EdSeminar{
		cursor:pointer;
	}
	div#Nav_TimeSchedule_Content>dl>dt>span{
		font-weight:bold;
	}
	div#Nav_TimeSchedule_Content>dl>dd{
		margin:0 0 15px 0;
	}

	div#Nav_Company_Content>dl{
	}
	div#Nav_Company_Content>dl>dt{
		font-weight:bold;
	}
	div#Nav_Company_Content>dl>dt>span{
		font-weight:bold;
		cursor:pointer;
	}
	div#Nav_Company_Content>dl>dd{
		font-size:1.0rem;
		color:#a1887f;
		margin:0 0 10px 0;
	}

	div#Nav_Other_Content>dl{
	}
	div#Nav_Other_Content>dl>dt{
		font-weight:bold;
	}
	div#Nav_Other_Content>dl>dt>span,
	div#Nav_Company_Content>dl>dt>a, div#Nav_Other_Content>dl>dt>a{
		font-weight:bold;
		color:#8D6E63;
		cursor:pointer;
	}
	div#Nav_Other_Content>dl>dd{
		font-size:1.0rem;
		color:#a1887f;
		margin:0 0 10px 0;
	}


	div#Nav_Info_Content>ul{
		box-sizing: border-box;
		width: 100%;
		height: 100px;
		overflow-y: scroll;
		padding: 0;
		font-size: 1.2rem;
	}
	div#Nav_Info_Content>ul>li{
		margin: 0 0 12px 0;
	}

	div#Nav_Info_Content>ul::-webkit-scrollbar {
		background: #ffe5e5;
		width:9px;
	}
	div#Nav_Info_Content>ul::-webkit-scrollbar-thumb {
		background-color: #f48f8f;
		border: 2px solid #ffe5e5;
		border-radius: 10px;
	}
	div#Nav_Info_Content>ul::-webkit-scrollbar-thumb:hover {
		background-color: #f48f8f;
	}
	div#Nav_Info_Content>ul>li a{
		font-weight:bold;
		color:#8D6E63;
		cursor:pointer;
	}


	header nav.active{
		left: 0 !important;
	}

	header>div.cover{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:#000;
		opacity:0.25;
		z-index:410;
		cursor:pointer;
		display:none;
	}



/* WinModal */
	div#WinModal{
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		z-index:700;
	}
	div#WinModal>div.content{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width:100%;
		padding:25px;
		background:#fff;
		border-radius:14px;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
		z-index:750;
		font-size:1.2rem;
		color:#444;
		max-width: 480px;
		max-height: calc(100vh - 100px);
    overflow-y: auto;
	}
	div#WinModal>div.content::-webkit-scrollbar {
		width:9px;
	}
	div#WinModal>div.content::-webkit-scrollbar-thumb {
		background-color: #ddd;
		border-radius: 10px;
	}
	div#WinModal>div.content::-webkit-scrollbar-thumb:hover {
		background-color: #ddd;
	}


	div#WinModal>div.content.seminar{
		background: rgba(192,220,248,1);
	}
	div#WinModal>div.content.enquete{
		background: rgba(192,248,220,1);
	}
	div#WinModal>div.content.pr{
		background: rgba(240,217,86,.95);
	}
	div#WinModal>div.content h2{
		font-size:1.3rem;
		color:#607d8b;
	}
	div#WinModal>div.content h1{
		font-size:2rem;
		color:#333;
	}
	div#WinModal>div.content h3{
		font-size:1.3rem;
		margin: 0 0 20px;
	}

	div#WinModal>div.content h3::-webkit-scrollbar {
		width:9px;
	}
	div#WinModal>div.content h3::-webkit-scrollbar-thumb {
		background-color: #ddd;
		border-radius: 10px;
	}
	div#WinModal>div.content h3::-webkit-scrollbar-thumb:hover {
		background-color: #ddd;
	}
	div#WinModal>div.content p#ModalImage{
		position:relative;
		box-sizing:border-box;
		width:100%;
		margin:0 0 10px;
		padding:0;
	}
	div#WinModal>div.content p#ModalImage.cancel:before{
		content: '都合によりキャンセル';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 185px;
		height: 40px;
		font-size: 1.4rem;
		font-weight: bold;
		background: #ebebeb;
		text-align: center;
		border-radius: 9px;
		line-height: 2.9;
		opacity: 0.9;
		color: #e00;
		z-index:1;
	}
	div#WinModal #ModalMovie{
		position:relative;
		box-sizing:border-box;
		width:100%;
		margin:0 0 10px;
		padding:0;
	}

	div#WinModal>div.content img{
		width:100%;
	}

	div#WinModal>div.content ul#ModalLink{
		/*display: flex;*/
		list-style: none;
		justify-content: space-around;
		align-items: center;
		padding: 0;
		margin: 25px 0 0 0;
	}
	div#WinModal>div.content ul#ModalLink>li{
		/* flex-basis: 100%;*/
		text-align: center;
		margin:0;
		padding:0;
	}
	div#WinModal>div.content ul#ModalLink>li>a{
		display:block;
		width:100%;
		text-decoration:none;
		color:#fff;
		font-weight:bold;
		padding: 9px;
		border-radius: 9px;
	}
	div#WinModal>div.content ul#ModalLink>li>a>br.sp{
		display:none;
	}
	div#WinModal>div.content ul#ModalLink>li:nth-of-type(1)>a{
		background: #ff7043;
	}
	div#WinModal>div.content ul#ModalLink>li:nth-of-type(2)>a{
		background: #5C6BC0;
	}
	#WinModal .schedule_list {
		margin-top: 25px;
		font-size: 14px;
		border: solid 1px #ccc;
		border-radius: 9px;
		padding: 5px;
	}
	#WinModal .schedule_list label {
		font-weight: bold;
	}
	#WinModal .schedule_list ul {
		list-style: none;
		margin-left: 5px;
	}

	#ModalBoothBtn{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	#BoothEntryBtn{
		display: block;
		width: 100%;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		padding: 24px 9px 16px 9px;
		border-radius: 9px;
		font-size: 2.1rem;
		background: #29B6F6;
		line-height: 100%;
		margin: 0 0 9px 0;
	}
	#BoothEntryBtn>span{
		font-size:1.2rem;
	}
	div#WinModal>div.content p#ModalInfo{
		text-align: center;
		color: #e00;
		font-weight: bold;
    font-size: 1.4rem;
	}
	div#WinModal>div.content p#ModalInfo a{
		color:#384ecf;
	}
	div#WinModal>div.content p.WinModalClose{
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		background-color: #f48f8f;
		cursor: pointer;
		border-radius: 35px;
		z-index: 760;
	}
	div#WinModal>div.content p.WinModalClose>span{
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		position: absolute;
	}

	div#WinModal>div.content p.WinModalClose>span:before{
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		bottom: 0 !important;
		transform: rotate(45deg) !important;
	}
	div#WinModal>div.content p.WinModalClose>span::after{
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
		top: 0 !important;
		transform: rotate(-45deg) !important;
	}

	div#WinModal>div.cover{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:#000;
		opacity:0.25;
		z-index:710;
		cursor:pointer;
	}



/* miniModal */
	div#miniModal{
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		z-index:700;
	}
	div#miniModal>div.content{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width:100%;
		padding:25px;
		background:#fff;
		border-radius:14px;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
		z-index:750;
		font-size:1.2rem;
		color:#444;
		max-width: 480px;
	}
	div#miniModal>div.content h2{
		font-size:1.4rem;
		color:#607d8b;
	}
	div#miniModal>div.content h1{
		font-size:1.8rem;
		color:#333;
	}
	div#miniModal>div.content p#ModalInfo{
		text-align: center;
		color: #e00;
		font-weight: bold;
	}
	div#miniModal>div.cover{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:#000;
		opacity:0.25;
		z-index:710;
		cursor:pointer;
	}


/* loginModal, targetModal */
.loginModal{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:700;
}
.loginModal>div.content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:100%;
	padding:25px;
	background:#fff;
	border-radius:14px;
	box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	z-index:750;
	font-size:1.2rem;
	color:#444;
	max-width: 600px;
}
.loginModal>div.content h2{
	font-size:1.4rem;
	color:#607d8b;
}
.loginModal>div.content h1{
	font-size:1.8rem;
	color:#333;
}
.loginModal>div.cover{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:#000;
	opacity:0.25;
	z-index:710;
	cursor:pointer;
}
.loginModal .btn {
  position: relative;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  font-size: 14px;
	cursor: pointer;
}
.loginModal .btn-sm {
  width: 33% !important;
  height: 36px !important;
  max-width: 180px;
}
.loginModal .btn--blue{
  background-color: #539ff5;
  border: 1px solid #539ff5;
  color: #fff;
}

.loginModal .btn--green{
  background-color: #16be82;
  border: 1px solid #16be82;
  color: #fff;
}


/* 背景 */
div#ground{
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0;
	padding: 37px 0;
	background: #a8da2e;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -15;
	text-align: center;
}
p#building{
	box-sizing: border-box;
	position:fixed;
	margin: 0;
	padding: 0;
	left:15%;
	bottom:40px;
	z-index:-10;
}
p#building>img{
	width:100%;
	max-width:1140px;
}

/* term */
dl#term{
	box-sizing:border-box;
	width:80%;
	min-width:400px;
	margin:0px auto;
	display: block;
	color: #fff;
	background-color: #434a54;
	border-color: #434a54;
	padding: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: normal;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 45px;
	box-shadow: 0 5px 0px rgba(0,0,0,.2);
	text-align:center;
	/*animation: fuwafuwa 2.3s infinite;*/
}
@keyframes fuwafuwa {
	0% {transform: translateY(0px);}
	50% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
dl#term>.arrow {
    bottom: -0.5px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #434a54;
    border-bottom-width: 0;
}

dl#term>.arrow,
dl#term>.arrow:after {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

dl#term>.arrow:after {
    content: " ";
    border-top-color: #fff;
	border-bottom-width: 0;
	border-width: 10px;
}

dl#term .arrow, dl#term .arrow:after {
    border-top-color: #434a54;
}

dl#term .on, dl#term .on:after {
    border-top-color: #3f51b5 !important;
}


.term-title {
    padding-bottom: 0;
    font-weight: 700;
    background-color: transparent;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 8px 14px;
	margin: 0;
}


div#nottarget{
	box-sizing:border-box;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	z-index:88888;
	display:none;
}
div#nottarget>div.comment{
	box-sizing:border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:88890;
    font-size: 1.6rem;
    text-align: center;
    color: #FF9800;
}
div#nottarget>div.comment>p{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding: 12px 17px;
	background:#fff;
	border-radius: 7px;
}
div#nottarget>div.cover{
	box-sizing:border-box;
	width:100%;
	height:100vh;
	background:#757575;
	opacity:0.65;
	z-index:88889;
}

div#gotoTop{
	display:none;
	position: fixed;
    bottom: 17px;
    left: 0;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 0;
}
div#gotoTop>p{
	box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
div#gotoTop>p>a{
	padding: 6px 11px 6px 11px;
    margin: 0 4px;
    background: #434a54;
    border-radius: 12px ;
    cursor: pointer;
    font-size: 1.2rem;
    color: #cdcdcd;
    text-decoration: none;
}
div#gotoTop>p>a i{
	margin:0 0 0 6px;
}

.preview_area {
	position: fixed;
	bottom: 80px;
	right: 100px;
	background-color: #fcc;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 16px;
	z-index: 50;
}
.preview_area label{
	display: block;
}
.preview_area input{
	font-size: 16px;
}

/* ipad */
@media (max-width: 1025px){

	dl#term {
		font-size: 12px;
	}

}

@media (max-width: 910px){
/* 580px から */
	div#BoothFilterDetail>dl{
		width:90%;
	}
	div#BoothFilterDetail>dl>dd{
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap:16px;
		height: 55vh;
		overflow-y: scroll;
		margin:0 0 32px 0;
	}

	div#BoothFilterDetail>dl>dd::-webkit-scrollbar {
		background: #fff;
		width:5px;
		border-radius:5px;
	}
	div#BoothFilterDetail>dl>dd::-webkit-scrollbar-thumb {
		background-color: #eee;
		border: 2px solid #eee;
	}
	div#BoothFilterDetail>dl>dd::-webkit-scrollbar-thumb:hover {
		background-color: #eee;
	}

	div#BoothFilterDetail div#BoothFilterFind>span{
		padding: 15px 32px;
	}

	div#BoothFilterDetail>dl>dd>dl#GroupG>dd>ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	div#BoothFilterDetail>dl>dd>dl#GroupG>dd>ul>li{
		flex-basis:50%;
	}

	div#BoothFilterDetail>dl>dd>dl#GroupH>dd>ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	div#BoothFilterDetail>dl>dd>dl#GroupH>dd>ul>li{
		flex-basis:50%;
	}

	div#BoothFilterDetail>dl>dd>dl#GroupT>dd>ul{
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	div#BoothFilterDetail>dl>dd>dl#GroupT>dd>ul>li{
		flex-basis: 50%;
	}

	div#BoothFilterDetail>dl>dd>dl#GroupO>dd>ul{
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	div#BoothFilterDetail>dl>dd>dl#GroupO>dd>ul>li{
		flex-basis: 50%;
	}
/* 580px から */
}

@media (max-width: 720px) {
	#side-menu-btn {
		bottom: 10px;
	}

	#menu-content>ul {
		padding: 20px 10px 160px 10px;
	}
}

@media (max-width: 580px) {

	/* StampSheet */
	div#StampSheet{
		width: 96%;
		margin: 0 auto;
	}
	div#StampSheet>ul>li{
		margin: 0 5px 10px 5px;
		width: 65px;
		height: 65px;
	}
	div#StampSheet>ul>li>img.sumi{
		max-width: 54px;
	}


	div#BoothWrapper>ul.grid>li #Icon_Option>span>br{
		display:none;
	}

	div#BoothWrapper>ul.grid>li,
	div#BoothWrapper>ul.grid>li img{
		max-width:100%;
	}
	/*
	div#BoothWrapper>ul.grid>li>div>div.image_pc{
		display:none;
	}
	div#BoothWrapper>ul.grid>li>div>div.image_sp{
		display:block;
		height:auto;
	}
	*/
	ul#BoothFilter>li>span{
		display:none;
	}

	div#WinModal>div.content,
	div#miniModal>div.content{
		width:94%;
		max-width:auto;
	}
	div#WinModal>div.content ul#ModalLink>li>a>br.sp{
		display:inline;
	}

	dl#term{
		left:3%;
		width:93%;
		min-width: 93%;
	}

	div#gotoTop{
		display:block;
	}

	#BoothFilter.action {
		display: flex;
		opacity: 1;
		transition: all 0.5s;
	}
	#BoothFilter {
		display: none;
		opacity: 0;
	}
	#BoothFilter #FilterSelect i {
		display: none;
	}
	div#HeaderFixContents {
		padding: 8px 0 0;
	}
	dl#term {
		padding: 10px 15px;
	}
	ul#BoothFilter {
		padding: 12px 0 0;
	}
	div#BoothWrapper>ul.grid>li{
		padding: 12px 12px 28px;
	}
}
