@charset "UTF-8";
body{
	color:#333;
    overflow-x: hidden;
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
	line-break: strict;
	line-height: 1.6;
	
	width:100%;
	background: no-repeat;
	height: 100vh;
	background-attachment: fixed;
	background-image: url("../asset/back_top.png");
	background-size: inherit;
}
.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:#007FFF;
	}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	width:180px;
	transform:scale(0.5);
	margin-left:-25px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 5%;
    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.5);
	/*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: 10px 20px;
    color: #000000;
	border:1px solid #000;
}
#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 > h1{
	width:8%;
	height:auto;
	position:absolute;
	top:15%;
	left:2%;
	float:left;
}
header h1.logo 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{
	width:100%;
	height:100px;
	background:#000;
	position:relative;
}




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,.contents{
	/*width:100%;
	background: no-repeat;
	height: 100vh;
	background-attachment: fixed;
	background-image: url("../asset/back_top.png");
	background-size: inherit;*/
}
#fv p.sp,h2.sp,h3.sp,p.sp{
	display: none;
}
#fv p.pc{
	padding-top:20%;
}
#fv p.pc img{
	width:50%;
	display: block;
	margin:0 auto;
}

/*コンタクトのフローボタン*/
.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:#007FFF;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
	z-index:999;
}
    #page-top a {
        background: #007FFF;
        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:#007FFF;
        }
		
#marche p.right{
	text-align: right;
}

#intro,#keynote,#ffg,#speaker,#timetable,#venue,#marche,#music,#ticket,#access,#sponsor,#ASES,#boose,#fsw,#movie,#eve_side,#youtube{
    width:100%;
	padding: 0 0 150px;
	margin-bottom: 200px;
	background: #fff;
}
#eve_side{
	padding-top:200px;
	display: flex;
	justify-content: space-around;
}
#eve,#side{
	width:49%;
}
#eve img{
	width:100%;
}
#eve h2,#side h2{
	font-weight:bold;
	font-size: 1.6em;
	line-height: 1.5;
	padding:0 0 40px;
	margin:0 auto;
}
#intro{
	margin-top: 200px;
}
#intro p{
	width:80%;
	height:auto;
	margin:0 auto 20px;
	line-height: 1.6;
}
#intro p:first-of-type{
	margin-top:20px;
}
/*#intro h2,#keynote h2,#ffg h2,#speaker h2,#timetable h2,#timetable h3,#venue h2,#music h2,#marche h2,#ticket h2,#access h2,#startup h2{
	text-align:center;
}*/
#intro h2.pc img,#keynote h2.pc img,#ffg h2.pc img,#speaker h2.pc img,#timetable h2.pc img,#timetable h3.pc img,#judge h2.pc
img,#venue h2.pc img,#music h2.pc img,#marche h2.pc img,#ticket h2.pc img,#access h2.pc img,#contact h2.pc img,#sponsor h2.pc img,#boose h2 img,#eve h2.pc img,#movie h2.pc img{
	margin-top:100px;
	transform: scale(0.5);	
}
#ffg span.small{
	font-size: 0.8em;
}
#ffg .date{
	border: 1px solid #000;
	padding:5px;
	text-align: center;
	font-size: 1.1em;
	margin-top: 50px;
}
.bold{
	font-weight: 600;
}
#ASES h2.pc img,#fsw h2 img{
	margin-top:100px;
	width:70%;
}

#ASES p.des{
	margin:50px auto;
	line-height: 2;
}
#ASES p.mains-date{
	font-size: 1.1em;
	font-weight: 600;
	margin:20px auto 30px;
	text-align: right;
}
#intro div.w45{
	line-height: 1.5;
}
#intro p.w45 img,#eve p.w45 img,#movie 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;
}
#keynote,#speaker,#timetable,#startup,#judge{
    width:100%;
	margin-bottom: 200px;
	background: #fff;
}
#keynote p img{
	width:100%;
}
#contact{
    width:100%;
	background: #fff;
}
#startup,#contact{
	padding-bottom: 200px;
}
#keynote p,#ffg p,#speaker p,#startup p{
	text-align: center;
}
#keynote div.wrap{
	margin:0 auto;
}

/*#keynote 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;
}
#youtube h2{
	font-weight:bold;
	font-size: 2em;
	line-height: 1.5;
	padding:100px 0;
	margin:0 auto;
	text-align: center;
}
#youtube div.wrap{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin:0 auto;
}
#youtube p{
	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: 2;
}
#speaker{
	position:relative;
	margin:200px auto;
	width:100%;
}
#ffg div.wrap,#speaker div.wrap{
	width:80%;
	margin:0 auto;
	padding-bottom: 300px;
}
#ASES ul,#speaker ul,#judge ul,#boose ul,#startup ul,#music ul,#sponsor ul,#ticket ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#marche ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ASES ul li,#speaker ul li,#judge ul li,#marche ul li{
	width:18%;
	margin-bottom: 50px;
}
#marche ul li{
	width:20%;	
	margin:10px auto;
	text-align: center;
}
#marche ul li a{
	display: block;
	text-align: center;
}
.right{
	text-align: right;
}
#music ul li{
	width:100%;
	margin-bottom: 50px;
}
#speaker ul li img,#judge ul li img,#boose ul li img,#startup ul li img,#ASES ul li img{
	width:100%;
}
.name{
	margin-top:10px;
	line-height: 1.5;
	font-size: 0.8em
}
#marche h3{
	text-align: center;
	border:1px solid #000;
}
.big{
	font-size: 1.2em;
}
#timetable,#venue,#ticket,#fsw,#access,#fsw{
	margin:200px auto;
	width:100%;
}
#timetable p img,#venue p img,#music img,#sponsor img{
	width:100%;
}
#marche li img{
	width:70%;
}
#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,#contact div.wrap,#ASES div.wrap,#eve div.wrap,#movie div.wrap,#side div.wrap{
	width:80%;
	margin:0 auto;

}
#venue div.wrap:first-of-type{
	padding-bottom: 0;
	margin-top:100px;
	display: block;
}
#venue div.wrap{
	padding-bottom: 0;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
}
#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;
}
#venue div.wrap div.togo{
	display: block;
	margin-top:0;
}
#venue h3{
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    margin: 0 auto 10px;
}
#venue div.wrap div.togo p{
	line-height: 1.6;
}
#venue div.wrap > p{
	text-align: center;
}
#venue div.wrap div.togo + p img{
	transform:scale(0.5);
}
#venue div.wrap > p.venue_2d img{
	transform:scale(1);
}
#venue .pc{
	width:20%;
}
#fsw div.wrap{
	line-height: 2;
}
#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;
}
#judge,#boose,#music,#marche,#sponsor{
	position:relative;
	margin:200px auto;
	width:100%;
}
#startup ul li,#ticket ul li{
	margin-bottom: 50px;
}
#boose ul li{
	width:17%;
	margin:20px 5px;
}
.center{
	text-align: center;
}
#startup div.wrap h2{
	padding-bottom: 40px;
}
#startup div.wrap h2.pc{
	padding-top:100px;
	width:80%;
}
#startup div.wrap h2.pc img{
	width:100%;
}
#startup ul{
	margin-top: 100px;
}
#startup ul a{
	width:20%;
}
#startup ul a img{
	width:100%;
}
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: #007FFF;
    padding: 20px;
    border-radius: 50px;
    margin: 100px auto 0;
    text-align: center;
}
#ticket a{
	color:#fff;
	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;
}
.hitotsu img{
	display:block;
	margin:0 auto;
}
#sponsor ul.futatsu{
	display: flex;
	justify-content: space-between;
	width:90%;
	margin:0 auto;
}
#sponsor ul.yottsu{
	display: flex;
	justify-content: space-between;
	width:70%;
	margin:0 auto;
}
.futatsu li{
	width:25%;
	max-width: 200px;
}
.yottsu li{
	width:50%;
	max-width: 200px;
}

#access iframe{
	margin:0 auto;
	display: block;
	width: 100%;
}
#access a{
	color:#fff;
	text-decoration: none;
}
#access p.map{
	background: #007FFF;
	border-radius: 30px;
	text-align: center;
	margin:50px auto;
	padding:10px;
	width:30%;
}
footer{
	height: 150px;
	background: #007FFF;
	color:#fff;
}
footer p{
	text-align: center;
	padding-top: 30px;
	letter-spacing: 0.1em;
}
footer a{
	text-align: center;
	display: block;
	color:#ccc;
	text-decoration: none;
}
.kinchaku{
	margin:20px auto;
	text-align: center;
	font-size: 0.7em;
}
#ticket p.kinchaku a{
	color:#333;
	text-decoration: none;
	font-size: 1em;
}
#venue p.venue_2d img{
	width:50%;
	margin:0 auto;
	display: block;
}
#music ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin:0 auto;
}
#music ul a{
	width:30%;
	margin: 10px;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	color:#000;
}
#marche p{
	text-align: center;
}
#fsw div.wrap > div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#fsw div.wrap > div img{
	width:100%;
}
#contact p{
	margin: 20px auto;
}
/*ポップアップここから*/
.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;
}
/*ポップアップココまで*/

#pp{
	width:80%;
	margin:0 auto 150px;
}
.logo_p{
	width:8%;
	margin:10px 0 50px 10px;
}
.logo_p img{
	width:100%;
}
.gr{
	color:#007FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 70px;
}
#pp p{
	margin:30px auto 50px;
}
#pp dl{
	padding-bottom: 150px;
}
#pp dt{
	margin-top: 50px;
}
@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{
		 display: none;
	    position: absolute;
        left: 0;
        top: -15px;
        /*color: #333;
        font-size: 26px;*/
		transform:scale(0.3);
    }
    #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: 10px 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{
		height: 50vh;
	}
	#fv p.pc img{
		margin:130px auto;
	}
	#fv p.pc,h2.pc,h3.pc{
		display: none;
	}
	/*googleフォント*/
	.m-plus-1p-thin {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/*googleフォントおわり*/

	#fv p.sp{
		display: block;
		font-size: 1.5em;
		border-bottom: 1px solid #000;
	}
	h2.sp{
		display: block;
		font-size: 1.5em;
		padding: 0 0 20px 15px;
		border-bottom: 1px solid #000;
	}
	h3.sp{
		display: block;
		font-size: 1.1em;
		padding-left: 10px;
	}
	#fv p.sp img,h2.sp img{
		width:100%;
	}
	p.sp{
		display:block;
	}
	p.sp img{
		width:100%;
	}
		#intro,#keynote,#ffg,#speaker,#timetable,#judge,#startup,#venue,#marche,#music,#ticket,#access,#sponsor,#ASES,#eve,#movie{
    width:100%;
	padding: 100px 0 0;
	margin-bottom: 200px;
	background: #fff;
}
	#intro{
		margin-top:0;
	}
	#intro h2 img, #keynote h2 img, #ffg h2 img, #speaker h2 img, #timetable h2 img, #timetable h3 img, #venue h2 img, #music h2 img, #marche h2 img, #ticket h2 img, #access h2 img, #startup h2 img,#eve h2 img,#movie h2 img{
		margin-top:50px;
	}
	#music h2{
		font-size: 1.5em;
	}
	#intro div.flex,#eve div.flex,#movie div.flex{
		width:95%;
		flex-direction: column;
		padding:30px 0 120px;
	}
	#intro p{
		width:90%;
	}
	
	#keynote p,#ffg p,#speaker p,#startup p,#music p,#marche p,#access p:first-of-type{
	margin-top:50px;
}
	#ASES p.mains-date{
		font-size: 0.7em;
	}
	#access p{
		margin-bottom: 20px;
	}
	#ticket a{
		margin-top:50px;
		display: block;
	}
	#ticket p.kinchaku a{
		margin-top:0;
	}
	#venue p.venue_2d img{
		width:100%;
	}
	
	#music ul{
		width:100%;
	}
	#music ul a{
		width:100%;
	}
	#music ul li{
		width:100%;
	}
	
	#speaker ul,#judge ul,#boose ul,#startup ul,#music ul,#marche ul,#sponsor ul,#ticket ul,#ASES ul{
	margin-top:50px;
}
	
	.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: 0.2em;
	}
	#speaker div.wrap{
		padding-bottom: 200px;
		width:90%;
	}
	#timetable, #venue, #fsw, #access,#music{
		margin:200px 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;
	}*/
	#speaker ul li, #judge ul li,#ASES ul li{
		width:24%;
	}
	#marche ul li{
		width:20%;
	}
	#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,#movie 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 h2{
		padding-bottom: 50px;
	}
	.mic{
		bottom:-60px;
	}
	#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%;
	}
	#contact{
		margin-top:200px;
		padding:100px 0;
	}
	#access p.map{
		width:80%;
	}
	footer{
		height: 70px;
		padding:10px 0;
	}
	footer p{
		letter-spacing: 0;
		padding-top: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,#fsw div.wrap,#access div.wrap,#contact div.wrap,#ASES div.wrap{
	width:90%;

}
	#page-top{
	display:none;
}
.entry-btn{
		display:block;
		font-size:1.5em;
		padding:20px 0;
	}
	#fsw div.wrap > div{
		flex-direction: column;
	}
	#ffg div.wrap, #speaker div.wrap{
		width:90%;
	}
	#eve_side{
	flex-direction: column;
}
	#eve,#side{
		width:100%;
	}
	#venue div.wrap{
		flex-direction: column;
	}
	#venue .pc{
		display: none;
	}
	#venue div.wrap:first-of-type{
		flex-direction: row;
	}
	#youtube div.wrap{
		flex-direction: column;
		width:100%;
	}
	#youtube iframe{
		width:100%;
		height:auto;
	}
}