/*!
 * 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}
h3{
	margin-bottom:60px;
	font-size:36px;
	font-weight:bold;
	line-height:1.4;
    position: relative;
}
h3 span{
	font-size:20px;
}
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
}


body{
	background-color:#e1e1e1
}
.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;
}
.container1{
	width:760px;
    margin:0 auto;
}
.container2{
	width:860px;
    margin:0 auto;
}
.container3{
	width:1024px;
    margin:0 auto;
}
.container4{
	width:1400px;
	max-width:100%;
    margin:0 auto;
    padding:0 20px
}


/*ハンバーガーメニュー*/
.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;
	padding-top: 36px;
	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:#000;
}
.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%;
	height:112px;
	padding: 0 3%;
	z-index:4;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
header .logo{
	width:94px;
	font-size:0;
}
header .logo img{
	width:100%;
	padding-top:36px;
    height:auto;
}
.pc_menu{
	width:calc( 100% - 160px );
	padding-top:36px;
	display: flex;
	justify-content:space-around;
}
.pc_menu li a{
    letter-spacing:0;
	font-weight:900;
}
.pc_menu li:nth-child(4n+1) a:hover{
	color:#1848f0;
}
.pc_menu li:nth-child(4n+2) a:hover{
	color:#fffe00;
}
.pc_menu li:nth-child(4n+3) a:hover{
	color:#29a5dc;
}
.pc_menu li:nth-child(4n) a:hover{
	color:#fc0b00;
}


footer{
	margin:200px auto 100px
}
footer .footer_container .logo{
	display:block;
    height:auto;
    margin:0 auto}
footer .footer_container .flex1{
	margin:30px auto 0;
    justify-content:space-between;
    align-items:center}
footer .footer_container .flex1 .sns_list{
	order:2;
    align-items:center;
    flex-wrap:nowrap;
    justify-content:space-between
}
footer .footer_container .flex1 .sns_list li{
	width:34px;
}
footer .footer_container .flex1 .sns_list li:not(:first-child){
    
	margin-left:20px
}
footer .footer_container .flex1 .sns_list li img{
	width:100%;
    height:auto
}
footer .footer_container .flex1 .copyright{
	order:1;
    font-size:15px;
    font-weight:400;
    letter-spacing:.02em;
}
footer .footer_container .flex1 p a:hover{
	color:#1747f0;
	opacity:1;
}
/*スポンサー*/
footer .sec-sponsor-container{
	
}
footer .sec-sponsor-container h2{
	text-align: center;
	font-weight: 900;
}
footer .sec-sponsor-container ul{
	text-align: center;
    margin: 30px 10px 70px;
}
footer .sec-sponsor-container li{
	display: inline-block;
    margin: 0 0 5px 0;
    background-color: #FFF;
    width: 250px;
}
footer .sec-sponsor-container a{
	display: block;
}
footer .sec-sponsor-container img{
	width: 100%;
    height: auto;
}

/*カテゴリー img*/
.category_talk{
	background:url("../img/common/talk.svg") center no-repeat;
	background-size:contain;
}
.category_live{
	background:url("../img/common/live.svg") center no-repeat;
	background-size:contain;
}
.category_workshop{
	background:url("../img/common/workshop.svg") center no-repeat;
	background-size:contain;
}
.category_booth{
	background:url("../img/common/booth.svg") center no-repeat;
	background-size:contain;
}
.category_dj{
	background:url("../img/common/dj.svg") center no-repeat;
	background-size:contain;
}
.category_other{
	background:url("../img/common/other_link.svg") center no-repeat;
	background-size:contain;
}
/*カテゴリー img*/

/*場所 img*/
.place_fureai{
	background:url("../img/common/fureai.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_akarenga{
	background:url("../img/common/akarenga.svg") center no-repeat;
	background-size:contain;
}
.place_fgn{
	background:url("../img/common/fgn.svg") center no-repeat;
	background-size:contain;
}
/*場所 img*/


/*2階層目共通*/
.page_contents{
	padding-top:112px;
}
/*2階層目共通*/


@media screen and (min-width: 1025px){
	.sp_only{
		display:none
	}
}
@media screen and (max-width: 1024px){
	h3{
		margin-bottom:50px;
		font-size: 32px;
	}
	h3 span{
		font-size:16px;
	}	
	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{
		padding-top:24px;
	}
	header{
		height:88px;
	}
	header .logo img{
		padding-top:24px;
	}
	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
	}
	/*スポンサー*/
	footer .sec-sponsor-container ul{
		margin: 30px 20px 0;
	}
/*2階層目共通*/
	.page_contents{
		padding-top:88px;
	}
/*2階層目共通*/
}
@media screen and (max-width: 768px){
	h3{
		margin-bottom:40px;
		font-size:28px;
	}
	h3 span{
		font-size:15px;
	}
}
@media screen and (max-width: 640px){
	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;
	}
/*ハンバーガー*/
	.menu-trigger{
		padding-top:20px;
	}
	.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:68px;
		width:100%;
		height:calc(100vh - 68px);
	}
	.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:6.8vw;
	}
	
	header{
		height:68px;
	}
	header .logo{
		width:80px;
	}
	header .logo img{
		padding-top:20px;
	}
	footer{
		margin:18vh auto 10vh;
	}
	/*スポンサー*/
	footer .sec-sponsor-container h2{
		font-size: 22px;
	}
	footer .sec-sponsor-container ul{
		margin: 20px 20px 0;
	}
/*2階層目共通*/
	.page_contents{
		padding-top:68px;
	}
/*2階層目共通*/
}

