@charset "UTF-8";
body{
	width:100%;
	background:#fff;
	color:#333;
    overflow-x: hidden;
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
	line-break: strict;
}
.flex{
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-direction: row;
	justify-content: space-between;
}

 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 70px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head a:hover,
#top-head:hover{
	color:#fec500;
	}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	width:180px;
	transform:scale(0.7);
	margin-left:-25px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 14px;
    width: 85%;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
	justify-content: right;
	margin-top: 30px;
}
/*#global-nav ul li {
    float: left;
}*/
/*#global-nav ul li a {
    padding: 0 20px;
}*/
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 85px;
    background: #000;
    background: rgba(255,255,255,.6);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
   /* font-size: 24px;
    color: #333;*/
	transform:scale(0.7);
	/*margin-top:-20px;*/
}
#top-head.fixed #global-nav ul{
	display:flex;
	flex-direction:row;
	/*justify-content:space-between;*/
	justify-content: right;
}
/*#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
	background:none;
}*/
/*#global-nav ul li.en a{
    background: #fff;
    padding: 10px;
    color: #aaa;
    border-radius: 2px;
    margin-left: 20px;
}*/
#global-nav ul li.ja a{
    background: #fff;
    padding: 10px;
    color: #00a0e2;
    border-radius: 2px;
    margin-left: 20px;
}
#global-nav ul li.ja a:hover{
    background: #00a0e2;
    color: #fff;
}
#global-nav ul li{
    padding: 0 20px;
    color: #000000;
}
#global-nav ul li.ticket{
	background: #8A2BE2;
	font-weight: 600;
}
#global-nav ul li.ticket a{
	text-shadow: none;
	color:#B2F400;
}
/*#top-head.fixed #global-nav ul li a:hover{
	color:#00a0e2;
	}*/
#top-head.fixed .fb > img{
transform:scale(0.7);
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*header{
	width:100%;
	height:100px;
	background:#000;
	position:relative;
}

header > h1{
	width:8%;
	height:auto;
	position:absolute;
	top:15%;
	left:2%;
	float:left;
}
header > h1 > img{
	width:100%;
	height:auto;
}

header > nav{
	width:100%;
	height:auto;
	padding:0 0 0 20%;
}
header > nav ul{
	width:80%;
	height:auto;
}
header > nav ul li{
	width:130px;
	float:left;
	margin:30px 6px;
	/*border-right:1px solid #fff;*/
	/*text-align:center;
	height:32px;
}
header > nav ul li:nth-of-type(5){
	border-right:none;
}
header >nav ul li:nth-of-type(6){
	border-right:none;
	position:absolute;
	top:-30px;
	right:-10px;
}
header > nav ul li a{
	color:#fff;
	text-decoration:none;
}*/
header > .fb{
	transform:scale(0.4);
	/*width:30px;
	height:30px;*/
	position:absolute;
	/*top:10px;*/
	right:50px;
}
.fb > a > img{
transform:scale(0.4);
}
.fb{
	margin:-20px 0 0;
}

#fv{
	width:100%;
}
#fv p.sp{
	display: none;
}
#fv p img{
	width:100%;
	margin-top:100px;
}

/*コンタクトのフローボタン*/
.sp{
	display:none;
}
.entry-btn{
	display:none;
	position:fixed;
	bottom:0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:100%;
	padding:30px 0;
	font-size:3em;
	font-weight:600;
	z-index:999;
	background-color:#F44336;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
	z-index:999;
}
    #page-top a {
        background: #F44336;
        text-decoration: none;
        color: #fff;
        width: 130px;
		height:130px;
        padding: 3px;
        text-align: center;
        display: block;
        border-radius: 100px;
		line-height:4.2;
		z-index:999;
    }
        #page-top a:hover {
            border-style: none;
            background:#000 ;
			color:#F44336;
        }
		
		


#intro{
	position:relative;
    width:100%;
}
#intro div.flex{
	width:80%;
	height:auto;
	padding:100px 0;
	margin:0 auto;
}
#intro h2{
	font-weight:bold;
	font-size: 1.6em;
	line-height: 1.5;
	padding:0 0 40px;
	margin:0 auto;
}
#intro div.w45{
	line-height: 1.5;
}
#intro p.w45 img{
	width: 100%;
}
.w45{
	width:45%;
}
#intro a .btn{
	border:1px solid #00FA99;
	padding:10px;
	margin:30px;
	text-align: center;
	width:80%;
	background: #00FA99;
	border-radius: 30px;
}
#intro a{
	color:#333;
	text-decoration: none;
}
#intro .btn:hover{
	border:1px solid #8A2BE2;
	background: #8A2BE2;
}
#intro a:hover{
	color:#fff;
}
.mb20{
	margin-bottom: 20px;
}

.mic{
	position: absolute;
	bottom: 0;
	right:0;
}
.kazari1 img,.kazari2 img,.kazari3 img,.kazari4 img{
	width: 100%;
	height: auto;
    max-width: 300px;
   display: block;
}
.mic img{
	width: 100%;
	height: auto;
    max-width: 500px;
   display: block;
}
#keynote{
	position:relative;
    width:100%;
	margin-top:200px;
	padding:300px 0;
}
#ffg{
	position:relative;
    width:100%;
	margin-top:200px;
	padding:300px 0;
}
#keynote div.wrap,#ffg div.wrap{
	width:80%;
	margin:0 auto;
}
.kazari1{
	position: absolute;
	top: 0;
	left:0;
}
.kazari2{
	position: absolute;
	bottom: 0;
	right:0;
}
.kazari3{
	position: absolute;
	bottom: 0;
	left:0;
}
.kazari4{
	position: absolute;
	top: 0;
	right:0;
}
#keynote h2,#ffg h2,#speaker h2,#timetable h2,#judge h2,#boose h2,#startup h2,#venue h2,#marche h2,#sponsor h2,#ticket h2,#access h2{
	font-weight:bold;
	font-size: 2em;
	line-height: 1.5;
	padding:0 0 40px;
	margin:0 auto;
}
#music h2,#fsw h2{
	font-weight:bold;
	font-size: 2em;
	line-height: 1.5;
	padding:0 0 100px;
	margin:0 auto;
	text-align: center;
}
#keynote div.flex{
	width:80%;
	height:auto;
	padding:100px 0 300px;
	margin:0 auto;
}
#keynote p.w45 img{
	width:80%;
}
.small{
	font-size: 0.5em;
	margin-left:20px;
}
dt{
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2;
}
dt span.small{
	font-size: 0.7em;
	margin-left: 0;
}

dd{
	margin-top:30px;
	line-height: 1.5;
}
#speaker{
	position:relative;
	margin:200px auto 0;
	width:100%;
}
#speaker div.wrap{
	width:80%;
	margin:0 auto;
	padding-bottom: 300px;
}
#speaker ul,#judge ul,#boose ul,#startup ul,#marche ul,#sponsor ul,#ticket ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#sponsor ul{
	padding-bottom: 100px;
}
#music ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin:0 auto;
}
#music p{
	line-height: 1.6;
	margin-bottom: 50px;
}
#speaker ul li,#judge ul li,#marche ul li{
	width:16%;
	margin: 2%;
}
#music ul a{
	width:30%;
	margin: 10px;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	color:#000;
}
#speaker ul li img,#judge ul li img,#boose ul li img,#startup ul li img{
	width:100%;
}
.right{
	text-align: right;
	margin-top:30px;
}
.name{
	margin-top:10px;
	line-height: 1.5;
	font-size: 0.7em
}
.big{
	font-size: 1.3em;
	margin-top:5px;
	display: block;
}
#timetable,#venue,#ticket,#fsw,#access{
	margin:200px auto 0;
	width:100%;
}
#timetable img,#venue img,#music img,#marche img,#sponsor img,#ticket img{
	width:100%;
}
#timetable div.wrap,#judge div.wrap,#boose div.wrap,#startup div.wrap,#venue div.wrap,#music div.wrap,#marche div.wrap,#sponsor div.wrap,#fsw div.wrap,#access div.wrap{
	width:80%;
	margin:0 auto;
	padding-bottom: 300px;
}
#timetable div.wrap{
	padding-bottom: 50px;
}
#venue div.wrap{
	padding-bottom: 0;
}
#fsw div.wrap{
	line-height: 2;
}
#fsw div.wrap > div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#fsw div.wrap > div img{
	width:100%;
}
#fsw p.btn{
	background: #000;
	border-radius: 30px;
	text-align: center;
	margin:50px auto;
	padding:10px;
	width:30%;
}
#fsw a{
	color:#fff;
	text-decoration: none;
}
#venue div.wrap div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}
#venue div.wrap div a{
	width:20%;
}
#venue p.venue_2d{
	margin-top:100px;
}
#venue p.venue_2d img{
	width:50%;
	margin:0 auto;
	display: block;
}
#judge,#boose,#startup,#music,#marche,#sponsor{
	position:relative;
	margin:200px auto 0;
	width:100%;
}
#boose ul li,#ticket ul li{
	margin-bottom: 50px;
}
#startup ul a{
	width:20%;
}
#startup ul li{
	margin:0 20px 50px;
}
h3{
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	margin:100px auto 50px;
}
#timetable h3{
	text-align: left;
	font-size: 1.5em;
}
#ticket p.btn{
    width: 60%;
    background: #8A2BE2;
    padding: 20px;
    border-radius: 30px;
    margin: 100px auto 0;
    text-align: center;
}
#ticket a{
	color:#B2F400;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#ticket div.wrap{
	width:80%;
	margin:0 auto;
}
#sponsor ul li.hitotsu{
	margin:0 auto;
	max-width:400px;
	text-align: center;
	font-size: 0.8em;
}
#sponsor ul li.hitotsu2{
	margin:0 auto;
	max-width:400px;
}
.hitotsu img{
	display:block;
	margin:0 auto;
}
#sponsor ul.futatsu,#sponsor ul.yottsu,#sponsor ul.muttsu{
	display: flex;
	justify-content: space-between;
	width:90%;
	margin:0 auto;
}
.futatsu li{
	width:30%;
	max-width: 200px;
}
.yottsu li{
	width:23%;
	max-width: 150px;
}
.muttsu li{
	width:15%;
	max-width: 120px;
}
li.pitchsp{
	width:15%;
	margin:0 auto;
}
#access p{
	margin:20px auto;
	line-height: 1.6;
}
#access iframe{
	margin:0 auto;
	display: block;
	width: 100%;
}
#access a{
	color:#fff;
	text-decoration: none;
}
#access p.map{
	background: #000;
	border-radius: 30px;
	text-align: center;
	margin:50px auto;
	padding:10px;
	width:30%;
}
footer{
	height: 100px;
	background: #000;
	color:#fff;
}
footer p{
	text-align: center;
	padding-top: 30px;
	letter-spacing: 0.1em;
}
.kinchaku{
	margin:20px auto;
	text-align: center;
	font-size: 0.7em;
}
#ticket p.kinchaku a{
	color:#333;
	text-decoration: none;
	font-size: 1em;
}
.center{
	text-align: center;
	margin-top: 100px;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: flex-start;
  width: 80%;
  max-width: 500px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border:1px solid #00fa99;
  margin-top:10%;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 10px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s ease;

}
.open_btn:hover{
    transition: .3s ease;
	border:1px solid #00fa99;
}
/*ポップアップココまで*/

@media screen and (max-width: 940px) {
   /* ヘッダー*/
	#top-head,
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    }
	 #top-head .logo{
	    position: absolute;
        left: 0;
        top: -15px;
        /*color: #333;
        font-size: 26px;*/
		transform:scale(0.5);
    }
    #top-head.fixed .logo {
        position: absolute;
        left: 0;
        top:0;
        /*color: #333;
        font-size: 26px;*/
		transform:scale(0.5);
    }
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #eee;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 18px 0;
    }
	#top-head #global-nav ul li.ticket a{
		color:#fff;
		font-weight: 600;
	}
#top-head #global-nav ul li.en a, 
#top-head.fixed #global-nav ul li.en a{
    background: #fff;
    padding: 10px;
    color: #00a0e2;
    border-radius: 2px;
   margin: 0 auto;
   width: 150px;
}
#top-head #global-nav ul li.en a:hover, 
#top-head.fixed #global-nav ul li.en a:hover{
    background: #00a0e2;
    color: #fff;
}
#top-head #global-nav ul li.ja a, 
#top-head.fixed #global-nav ul li.ja a{
    background: #fff;
    padding: 10px;
    color: #00a0e2;
    border-radius: 2px;
    margin: 0 auto;
    width: 150px;
}
#top-head #global-nav ul li.ja a:hover, 
#top-head.fixed #global-nav ul li.ja a:hover{
    background: #00a0e2;
    color: #fff;
}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	#top-head.fixed #global-nav ul{
		font-size:14px;
		flex-direction: column;
	}
	#top-head.fixed #global-nav ul{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
	/*#player > img{
		display:block;
		width:100%;
		height:auto;
	}*/
	/*videoタグを消す*/
	#video{
		display:none;
	}
	.seisi{
		display:block;
		width:100%;
		height:auto;
		padding-top:50px;
	}
	.seisi > img{
		width:100%;
		height:auto;
	}
	.motomu{
		top:30%;
		width:100%;
		font-size:1.1em;
	}
	
	.money{
		font-size:.8em;
		top:80%;
		left:10%;
		width:100%
	}
	#fv p.sp{
	display: block;
}
	#fv p.pc{
	display: none;
}
	#intro div.flex{
		width:95%;
		flex-direction: column;
		padding:30px 0 120px;
	}
	.w45{
		width:100%;
		margin-bottom: 30px;
	}
	.kazari2 img, .kazari3 img, .kazari4 img{
		max-width:200px;
	}
	#keynote{
		margin-top:100px;
	}
	#keynote .kazari4{
		display: none;
	}
	#keynote div.wrap{
		width:95%;
	}
	#keynote div.flex{
		width:95%;
		padding:30px 0 200px;
		flex-direction: column;
	}
	#keynote p.w45 img{
		width:100%;
	}
	#speaker{
		margin:100px auto 0;
	}
	.name{
		font-size: 6px;
	}
	#speaker div.wrap{
		padding-bottom: 200px;
		width:95%;
	}
	#timetable, #venue, #fsw, #access{
		margin:100px auto 0;
	}
	#timetable div.wrap, #judge div.wrap, #boose div.wrap, #startup div.wrap, #venue div.wrap, #music div.wrap, #marche div.wrap, #sponsor div.wrap, #ticket div.wrap, #fsw div.wrap, #access div.wrap{
		padding-bottom: 100px;
	}
	#judge, #boose, #music, #marche, #sponsor{
		margin:100px auto 0;
	}
	#sponsor{
		padding-top: 100px;
	}
	#sponsor h3{
		margin:50px auto;
	}
	#speaker ul li, #judge ul li, #music ul li, #marche ul li{
		width:21%;
	}
	#timetable div.wrap, #judge div.wrap, #boose div.wrap, #startup div.wrap, #venue div.wrap, #music div.wrap, #marche div.wrap, #sponsor div.wrap, #ticket div.wrap, #fsw div.wrap, #access div.wrap{
		width:95%;
	}
	#boose ul a,#startup ul a,#sponsor ul a{
		width:24%;
	}
	#boose ul li,#startup ul li,#sponsor ul li{
		margin-bottom: 10px;
	}
	#boose .kazari2,#startup .kazari3,#sponsor .kazari2{
		bottom: -100px;
	}
	#venue{
		margin:200px auto 0;
	}
	#music{
		margin:200px auto 0;
	}
	#music h2{
		padding-bottom: 50px;
		font-size: 1.5em;
	}
	#music ul{
		flex-direction: column;
	}
	#music ul a,#music ul a li{
		width:100%;
	}
	.mic{
		bottom:-150px;
	}
	#ticket{
		margin:100px auto 0;
	}
	#ticket p.btn{
		margin:0 auto;
		width:80%;
	}
	#venue div.wrap,#ticket div.wrap{
		padding-bottom: 0;
	}
	#fsw p.btn{
		width:50%;
	}
	#access p.map{
		width:80%;
	}
	footer{
		margin-bottom: 60px;
	}
	footer p{
		letter-spacing: 0;
	}
	.sp{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#page-top{
	display:none;
}
.entry-btn{
		display:block;
		font-size:1.5em;
		padding:20px 0;
	}
	li.pitchsp{
	width:20%;
}
	#sponsor ul li.hitotsu2{
	margin:0 auto;
	max-width:180px;
}
	#venue p.venue_2d img{
		width:100%;
	}
}