/*!
 * Theme Name: 静的サイトパッケージ
 * Theme URI: https://
 * Description: 静的サイト専用のベーステーマ
 * Author: 5ive Inc.
 * Url: https://5ive.jp/
 * Version: 3.3
 *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
html{
	line-height:1.15;
    -webkit-text-size-adjust:100%
}
body{margin:0}
main{display:block}
h1{font-size:2em;
    margin:.67em 0}
hr{box-sizing:content-box;
    height:0;
    overflow:visible}
pre{font-family:monospace,monospace;
    font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;
    font-size:1em}
small{font-size:80%}
img{
	width:100%;
	border-style:none;
}

*,*: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}
html{line-break:strict}

body{
	font-family:'Noto Sans JP',"Yu Gothic","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,Osaka,"MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight:700;
    font-style:normal;
    color:#000;
    letter-spacing:.1em;
    text-rendering:optimizeLegibility;
    font-feature-settings:"palt" 1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4,h5,h6{margin:0}
h2{
	text-align:center;
	font-size:24px;
}
h3{
	margin-bottom:4px;
	padding:10px 18px;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	background:#FF2800;
	border-radius:30px;
	display:inline-block;
	color:#fff;
	height: 42px;
}
h4 {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
ul{margin:0}
a{color:#000;
    text-decoration:none;
    overflow:hidden;
    outline:none;
    line-height:1.8;
	word-wrap: break-word;
}
a:hover{opacity:.7}
a:focus,*:focus{outline:none}
a:link{-webkit-tap-highlight-color:rgba(204,204,204,.4)}
::-moz-selection{background:#000;
    color:#fff;
    text-shadow:none;}
::selection{background:#000;
    color:#fff;
    text-shadow:none;}
ul,dl{margin:0;
    padding:0}
li{list-style:none;}
p{
	margin:0;
    line-height:1.8;
	word-wrap: break-word;
}

img{vertical-align:top}
table,td,th{padding:5px 10px;
    border:1px solid #000;
    border-collapse:collapse}
th{background-color:#efefef}
.flex{display:flex;
    justify-content:flex-start;
    flex-wrap:wrap}
.scrolltop{position:fixed;
    bottom:50px;
    right:50px;
    cursor:pointer}
.scrolltop:hover{opacity:.7}
.sp .scrolltop{bottom:30px;
    right:15px;
    -webkit-appearance:none}
.indent{
	padding-left:1em;
    text-indent:-1em
}
.pc .sp_only,.sp .pc_only,.sp_br{
	display:none
}
.inner780{
	width:90%;
	max-width:780px;
	margin:0 auto;
}
.inner1080 {
    width: 92%;
    max-width: 1080px;
    margin: 0 auto;
}
.contents_box{
	display: flex;
    flex-wrap: wrap;
}
.container1{
    width: 90%;
    margin: 0;
}
.container2{
	width:860px;
    margin:0 auto;
}
.container3{
	width:1024px;
    margin:0 auto;
}
.container4{
	width:1400px;
	max-width:100%;
    margin:0 auto;
    padding:0 20px
}
.flex_contents{
	display:flex!important;
	flex-wrap:wrap;
}

.top_page{
	overflow-x: hidden;
}
.tblr_center{
	display:flex;
    justify-content:center;
    align-items:center
}
.tb_center{
	display:flex;
    justify-content:flex-start;
    align-items:center;
}
.txt_center{
	text-align:center;
}
.blue {
	color:#1C6AFF;
}
.red {
	color:#FF4641;
}
.green {
	color:#41FF41;
}
/*ハンバーガーメニュー*/
.hamburger-btn{
	z-index: 9999;
}
.hamburger{
	z-index:999;
	box-sizing:border-box;
	text-align: center;
}
.menu-trigger,.menu-trigger span{
  display:inline-block;
  transition:all .5s;
  box-sizing:border-box;
  margin:0 auto;
}
.menu-trigger {
	width: 80px;
	text-align:center;
}
.menu-trigger div{
	position:relative;
	width: 64px;
	height: 28px;
	cursor:pointer;
	margin: 0 auto;
}
.menu-trigger span {
	position:absolute;
	left:0;
	width:100%;
	height: 4px;
	border-radius:3px;
	background-color:#ccc;
}
.menu-trigger span:nth-of-type(1) {
	top:0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	bottom:0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-20deg);
	transform: translateY(11px) rotate(-20deg);
	width:100%;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity:0;
	width:100%;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(20deg);
	transform: translateY(-13px) rotate(20deg);
	width:100%;
}
/*ハンバーガーメニュー内容 折り畳まれ部分*/
#navigation{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 1000;
	height: calc(100vh);
	background: #fff;
	overflow-y: scroll!important;
}
#navigation::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.navigation_inner{
    padding: 50px 36px;
    box-sizing: border-box;
}
.navigation_inner li{
	margin-bottom:32px;
}
.navigation_inner li a{
	font-size:32px;
}
.navigation_inner li:nth-child(4n+1) a:hover{
	color:#1848f0;
}
.navigation_inner li:nth-child(4n+2) a:hover{
	color:#fffe00;
}
.navigation_inner li:nth-child(4n+3) a:hover{
	color:#29a5dc;
}
.navigation_inner li:nth-child(4n) a:hover{
	color:#fc0b00;
}

.navigation-head{
	background: #ffffff;
    width: 100%;
    padding: 10px 1%;
}
/*ハンバーガーメニュー内容 折り畳まれ部分*/

/*ハンバーガーメニュー*/


header{
	position: fixed;
	width: 100%;
	padding:32px 28px 20px;
	z-index:4;
	background:#000;
	display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: space-between;
	top:0;
}
header .logo{
	width:320px;
	max-width:75%;
}
.pc_menu{
	width:100%;
	padding-top:12px;
	display: flex;
	flex-wrap:wrap;
}
.pc_menu li a{
	margin-right:22px;
	color:#fff;
    letter-spacing:.035em;
	font-family:"Space Grotesk";
	font-size:130%;
	font-weight:700;
}
.pc_menu li a:hover{
    opacity: 1;
}
.pc_menu li:nth-child(3n) a:hover{
	color:#1C6AFF;
}
.pc_menu li:nth-child(3n+1) a:hover{
	color:#FF4641;
}
.pc_menu li:nth-child(3n+2) a:hover{
	color:#41FF41;
}
footer {
	margin: 0 auto;
	height: auto;
	padding: 40px 0 40px 0;
}
.info_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	width:90%;
	max-width: 814px;
	margin: 0 auto;
}
.info_txt .info_txt2 {
	width:50%;
}
.info_txt .info_ttl{
	width:168px;
	margin-bottom:24px;
}
.info_txt p {
	margin-left: 12%;
	font-size: 17px;
	line-height:2;
}
.logo img {
	width: 100%;
	margin: 0 auto;
}
footer .sec-sponsor-container ul{
    max-width: 1080px;
	text-align: center;
    margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
footer .sec-sponsor-container ul:last-child{
    margin:0 auto 40px;
    padding-bottom:2.4%;
    border-bottom: solid 1px;
}
footer .sec-sponsor-container ul li{
	display: inline-block;
    margin: 0 1% 0 0;
}
footer .sec-sponsor-container ul li:last-child{
    margin-right:0;
}
footer .sec-sponsor-container ul li.sponsor_ttl{
    margin-right: 1.6%;
	text-align: center;
    font-size: 24px;
	font-weight: 900;
}
footer .sec-sponsor-container li.sponsor_list1{
    width: 300px;
}
footer .sec-sponsor-container li.sponsor_list2{
    width: 240px;
}
footer .sec-sponsor-container li.sponsor_list3{
    width: 180px;
}
footer .sec-sponsor-container li.sponsor_list4{
    width: 80px;
}
footer .sec-sponsor-container a{
	display: block;
}
footer .sec-sponsor-container img{
	width: 100%;
    height: auto;
}
.footer_sns {
	flex-direction: column;
	width: 224px;
}
.footer_sns ul {
	width: 224px;
	margin-bottom:20px;
	order: 1;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.footer_sns ul li {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
}
.footer_sns ul li a {
	color: #000;
	text-decoration: none;
	overflow: hidden;
	outline: none;
	line-height: 1;
	word-wrap: break-word;
}
.info_txt .footer_sns p{
	font-size:15px;
}
footer .footer_container .flex1 .sns_list li img {
	width: 100%;
	height: auto;
}
footer .footer_container {
    width:90%;
	max-width:800px;
	margin:96px auto 60px;
	text-align:center;
}
footer .footer_container p{
	font-size:18px;
	margin:100px auto 0;
}
footer .footer_container .logo{
    text-align: center;
    height:auto;
    margin:0 auto;
    display:flex;
	align-items:center;
    flex-wrap: wrap;
	justify-content:space-around;
}
footer .footer_container .logo img{
	width:300px;
	height:auto;
    margin: 0 0 5px 0;
}
footer .ft_logo_area{
	text-align:center;
}
footer .ft_logo{
	max-width:600px;
	width:90%;
	height:auto;
    margin:0 auto 6.4%;
}
.container1 {
    margin: 0;
}


/*category*/
.category_talk{
	background:url("../img/talk.svg") center no-repeat;
	background-size:contain;
}
.category_live{
	background:url("../img/live.svg") center no-repeat;
	background-size:contain;
}
.category_workshop{
	background:url("../img/workshop.svg") center no-repeat;
	background-size:contain;
}
.category_booth{
	background:url("../img/booth.svg") center no-repeat;
	background-size:contain;
}
.category_dj{
	background:url("../img/dj.svg") center no-repeat;
	background-size:contain;
}
.category_other{
	background:url("../img/other_link.svg") center no-repeat;
	background-size:contain;
}
/*category*/
/*place*/
.place_fureai{
	background:url("../img/common/fureai.svg") center no-repeat;
	background-size:contain;
}
.place_fureai2{
	background:url("../img/common/fureai2.svg") center no-repeat;
	background-size:contain;
}
.place_museum{
	background:url("../img/common/museum.svg") center no-repeat;
	background-size:contain;
}
.place_science_museum{
	background:url("../img/common/science_museum.svg") center no-repeat;
	background-size:contain;
}
.place_other{
	background:url("../img/common/other.svg") center no-repeat;
	background-size:contain;
}
.place_engineercafe{
	background:url("../img/common/engineercafe.svg") center no-repeat;
	background-size:contain;
}
.place_fam{
	background:url("../img/common/fam.svg") center no-repeat;
	background-size:contain;
}
.place_tenjin{
	background:url("../img/common/tenjin.svg") center no-repeat;
	background-size:contain;
}
/*place*/

/* week*/
.week{
    max-width: 1024px;
    margin: 0 auto 4%;
}
/* week*/

/* popup*/
.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 1000000
}
.btn_area {
max-width:800px;
width:90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 10000000
}
.btn_area .ttl {
	padding:20px;
	font-size:125%;
	font-weight: bold;
	background:#eee;
}
.btn_area p {
	padding:20px 4%;
	font-size:14px;
	font-weight:normal;
}
.btn_area button {
display: block;
margin: 0 auto 16px;
background: #333;
color: #fff;
padding: 14px 40px;
border: none
}
.btn_area button:hover {
background: #777
}
/* popup*/

@media screen and (min-width: 640px){
	.sp_only{
		display:none
	}
}
@media screen and (max-width: 1440px){
	.pc_menu li a{
        font-size: 1.45vw;
        margin-right: 1.25vw;
	}
}
@media screen and (max-width: 1024px){
	h4{
		font-size:36px;
	}
	.container1{
		max-width:100%;
    	padding:0 20px
	}
	.container2{
		max-width:100%;
    	padding:0 20px
	}
	.container3{
		max-width:100%;
    	padding:0 20px
	}
	.pc_only{
		display:none
	}
	.menu-trigger{
        width: auto;
	}
	footer .footer_container{
		margin:80px auto 55px
	}
	footer .footer_container .logo{
		width:100%;
    	max-width:500px;
	}
	footer .footer_container .flex1{
		margin:40px auto 0;
		flex-direction:column
	}
	footer .footer_container .flex1 .sns_list{order:1;
		margin-top:32px;
		align-items:center;
		justify-content:center;
		flex-wrap:nowrap;
		width:100%;
		max-width:368px}
	footer .footer_container .flex1 .copyright{order:2;
		margin-top:30px;
		font-size:13px
	}
/*2階層目共通*/
	.page_contents{
		padding-top:88px;
	}
/*2階層目共通*/
}
@media screen and (max-width: 640px){
	body{
		min-width:auto;
		width:100%;
	}
	h3{
		margin-bottom:6vw;
		font-size: 7vw;
	}
	h3 span{
		font-size:3.64vw;
	}
	.sp_br{
		display:block;
	}
	.pc_tab_only{
		display: none;
	}
	h4 {
		font-size: 6vw;
		margin-bottom: 3vw;
	}
	header .h_logo{
		width:calc( 90% - 64px );
	}
/*ハンバーガー*/
	.menu-trigger div{
	  width:64px;
	  height: 24px;
	}
	.menu-trigger span {
		height:3px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-20deg);
		transform: translateY(10px) rotate(-20deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(20deg);
		transform: translateY(-11px) rotate(20deg);
	}
/*ハンバーガーメニュー内容 折り畳まれ部分*/
	#navigation{
		top:15vw;
		width:100%;
		height:calc( 100vh - 15vw );
	}
	.navigation_inner{
		padding:5vh;
	}
	.navigation_inner li{
		margin-bottom:2.64vh;
	}
	.navigation_inner li:last-child{
		margin-bottom:0;
	}
	.navigation_inner li a{
		font-size:6vw;
	}
	header{
		padding:5vw 4% 3vw;
    	flex-flow:row;
        align-items: center;
	}
	.pc_menu {
		display:none;
	}
	.pc_menu li a{
		margin-right:4vw;
		font-size:4vw;
	}
	footer {
		margin: 0 auto ;
		background-color: #fff;
		height: auto;
		padding:3vh 0px 40px 0px;
	}
	.info_txt .info_txt2{
		width:100%;
	}
	.info_txt .info_ttl{
        width: auto;
		height:8vw;
	}
	.info_txt p{
		font-size:4vw;
	}
	footer .ft_logo{
		margin-bottom:12%;
	}
	.footer_sns {
		margin:4vh auto 0;
    	flex-direction: column;
		width: 100%;
		max-width: 355px;
        display: flex;
        align-items: center;
	}
	.footer_sns ul {
		order: 1;
	}
	.footer_sns ul li {
		width: 9vw;
	}
	.info_txt .footer_sns p{
		font-size:3.6vw;
	}
	footer .footer_container{
		margin-top:40px;
	}
	footer .sec-sponsor-container ul li{
    	margin: 0 0 2% 0;
	}
	footer .sec-sponsor-container ul li:last-child{
    	margin: 0 0 6% 0;
	}
	footer .sec-sponsor-container ul li.sponsor_ttl{
		width:100%;
		margin:0 auto 2%;
		font-size:4.8vw;
	}
	footer .sec-sponsor-container li.sponsor_list1{
		width:70%;
	}
	footer .sec-sponsor-container li.sponsor_list2{
		width:60%;
        margin: 0 20% 2% 20%;
	}
	footer .sec-sponsor-container li.sponsor_list3{
		width:48%;
	}
	footer .sec-sponsor-container li.sponsor_list4{
		width:18%;
	}
	footer .sec-sponsor-container .sponsor_list3 li:nth-child(2n){
		margin:0;
	}
	footer .sec-sponsor-container {
		margin:0;
	}
	footer .footer_container .flex1 .sns_list li img {
		width: 100%;
		height: auto;
	}
	footer .footer_container {
		margin:8vh auto 0px;
   		padding: 0;
	}
	footer .footer_container p{
    	margin: 8vh auto 0;
		font-size:3.6vw;
	}
	footer .logo img {
		width: 100%;
		margin: 0 auto;
	}
/*2階層目共通*/
	.page_contents{
		padding-top:15vw;
	}
/*2階層目共通*/
}

