@charset "UTF-8";
body{
	width:100%;
	background:#000;
	color:#fff;
	position: relative;
    left: 0;
    overflow-x: hidden;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
.wrapper{
	width:100%;
}
/*ヘッダー*/
.inner {
    width: 1080px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* 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: #fff;
    text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}
#top-head a:hover,
#top-head:hover{
	color:#B2F400;
	}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	width:180px;
	transform:scale(0.7);
	mergin-left:-25px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 16px;
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#global-nav ul li {
    padding:10px 5px;
	/*border:1px solid #fff;*/
	/*background:rgba(255,255,255,0.3)*/
}
#global-nav ul li.ticket {
    padding:10px 5px;
	border:1px solid #B2F400;
	background:#B2F400;
}
#global-nav ul li.ticket:hover {
   background:#F45400;
   border:1px solid #f45400;
}
#global-nav ul li.ticket a {
    color:#000;
	font-weight:bold;
	text-shadow: none;
}
#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(0,0,0,.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 {
	transform:scale(0.7);
}
#top-head.fixed #global-nav ul{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
/*#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;
}
/*#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*/
.fv_youtube{
	clear:both;
}
#video {
  width:100%;
  height:auto;
}
.money{
	position:absolute;
	top:80%;
	right:0%;
	width:50%;
	height:auto;
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
    text-shadow: 1px 1px 1px #000;
}
.motomu{
	position:absolute;
	top:50%;
	left:10%;
	width:67%;
	color:#fff;
	font-size:2em;
	font-weight:bold;	
    text-shadow: 1px 1px 1px #000;
}
.small{
	font-size:0.5em;
	margin-left:20px;
}
.small2{
	font-size:0.7em;
	margin-top:20px;
}
.small2 a{
	color:#B2F400;
	text-decoration: none;
	font-weight:400;
}
.small2 a:hover{
	opacity: 0.7;
}
.seisi{
	width:100%;
	height:auto;
	}
.seisi img{
	width:100%;
}
/*コンテンツ部分*/
.contents{
	width:100%;
	height:auto;
	clear:both;
}

/*導入部分*/
.aoi{
	width:100%;
	background:#00041C;
}
.black{
	background:#000;
}
.white{
	background:#fff;
	color:#000;
	width:100%;
	padding-bottom:50px;
}
.pamph{
	position:fixed;
	bottom:0;
	right:0;
	padding:30px;
	background: rgba(63,81,181,.7);
	z-index: 999999;
	margin:15px;	
}
.pamph:hover{
	background:rgba(63,81,181,1);
}
.pamph a{
	color:#fff;
	text-decoration: none;
}
#intro{
	width:80%;
	height:auto;
	padding:100px 0;
	margin:0 auto;
}
#intro > h2{
	font-weight:bold;
	font-size: 1.6em;
	line-height: 1.5;
	padding:30px 0 40px;
	text-align:center;
	width:85%;
	margin:0 auto;
}
#intro div.w45{
	line-height: 1.5;
}
#intro p.w45 img{
	width: 100%;
}
.w45{
	width:45%;
}

.flex{
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-direction: row;
	justify-content: space-between;
}
.flex2{
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-direction: row;
	justify-content: space-between;
}

#intro .btn{
	border:1px solid #fff;
	padding:10px;
	margin:30px;
	text-align: center;
}
#intro .btn a{
	color:#fff;
	text-decoration: none;
}
#intro .btn:hover{
	background:rgba(255,255,255,0.5);
}
/*概要*/
#about{
	width:80%;
	height:auto;
	margin:30px auto;
	padding:50px 0;
	color:#fff;
}
#about > div{
	margin-bottom:150px;
}
#about h2{
	width:100%;
	font-family: CenturyGothic;
	font-size: 2em;
	font-weight: 600;
	display:block;
	margin:100px auto 30px;
	line-height:1.5;
/*	line-height: 95px;*/
}
#about h2 span{
	/*margin-left:20px;*/
	font-size:0.5em;
}
#about h2 span.fs08{
	font-size:0.8em;
}
.pink{
color:#CB5454;	
}
.green{
	color:#54CBAB;
}
.yellow{
	color:#EDE406;
}
.blue{
	color:#32A7FC;
}
.purple{
	color:#BD55FF;
}
.orange{
	color:#E2570E;
}
#about h3{
	font-size: 1.5em;
}
#about h3 span{
	font-size: 0.8em;
	margin-right:10px;
	line-height: 1.5;
}
.prof_wrap{
	margin-bottom:50px;
}
.prof{
	margin-top:20px;
	line-height: 1.5;
}
#about > ul{
	width:90%;
	margin:70px auto;
}
#about p img{
	width:100%;
}
.long{
	width:95%;
	height:auto;
	display:block;
	margin:30px auto;
	border:2px solid #fff;
	border-radius:10px;
}
#about > ul >li{
	-webkit-transition: all 1s;
   /* -webkit-transform: scale(1.0);*/
  opacity: 1;
}
#about > ul >li.move{
	/*-webkit-transform: translate(0, 0)*/  transform: translatescale(0.5);
  opacity: 0;
}
.long > h3{
	color:#fff;
	padding:30px 30px 10px;
	font-size:1.2em;
}
.long > p{
	font-size: 1em;
	padding:5px 30px;
	line-height:2;
}
.long > p:last-of-type{
	padding-bottom:20px;
}
.long > p > a{
	color:#fec500;
}
.long > ul{
    margin: 0 30px 30px;
}
.long > ul > li{
	margin:15px 30px;
	list-style-type:square;
	line-height:1.5;
}
.long > ul > li >ul >li{
	margin:5px 30px;
	list-style-type:square;
	line-height:1.5;
}
.big{
	font-size:1.5em;
	color:#00a0e2;
}
.red{
	color:#f00;
}
.recommend0{	
    margin-top: 30px;
    background: #CB5454;
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
}
.recommend0 + div{
	border: 1px solid #CB5454;
	padding:15px;
	line-height: 1.5;
}
.recommend0 + div > p{
	margin-bottom:15px;
}
.recommend1{	
    margin-top: 30px;
    background: #54cbab;
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
}
.recommend1 + div{
	border: 1px solid #54cbab;
	padding:15px;
	line-height: 1.5;
}
.recommend1 + div > p{
	margin-bottom:15px;
}
.recommend2{	
    margin-top: 30px;
    background: #EDE406;
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
	color:#000;
}
.recommend2 + div{
	border: 1px solid #EDE406;
	padding:15px;
	line-height: 1.5;
}
.recommend2 + div > p{
	margin-bottom:15px;
}
.recommend3{	
    margin-top: 30px;
    background: #32A7FC;
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
}
.recommend3 + div{
	border: 1px solid #32A7FC;
	padding:15px;
	line-height: 1.5;
}
.recommend3 + div > p{
	margin-bottom:15px;
}
.recommend4{	
    margin-top: 30px;
    background: #BD55FF;
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
}
.recommend4 + div{
	border: 1px solid #BD55FF;
	padding:15px;
	line-height: 1.5;
}
.recommend4 + div > p{
	margin-bottom:15px;
}
.recommend5{	
    margin-top: 30px;
    background: #E2570E;
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
}
.recommend5 + div{
	border: 1px solid #E2570E;
	padding:15px;
	line-height: 1.5;
}
.recommend5 + div > p{
	margin-bottom:15px;
}
/*以前の大会*/
#thepitch{
	position:relative;
}
.semi{
	font-size: 0.6em;
	margin-top:30px;
}
.wrap_all{
	width:80%;
	margin:0 auto;
	display:block;
}
.wrap6{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:30px;
}

.wrap6 > a:hover{
	background:linear-gradient(90deg, #E91E63 20.171586715867157%,#E91E63 20.171586715867157%,rgba(242, 208, 73,1) 80.17158671586716%);
	
}
.wrap6 > a > img:hover{
	opacity:.6;
}

/*審査員*/
#judge{
	width:100%;
	height:auto;
	margin:90px 0;
	padding:50px 0 150px;
}
#judge > h2{
	width:100%;
	font-family: CenturyGothic;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:150px auto;
	text-align:center;
}
#judge > h2 > span{
	margin-left:20px;
	font-size:0.5em;
}
#judge > p{
	text-align:center;
	font-size:1em;
    color:#fff;
	line-height:2;
}
.fade-up {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.wrap{
    width: 85%;
    margin: 0 auto;
}
.wrap ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	width:100%;
}
.wrap ul li{	
    text-align: center;
   /* padding: 100px 0;
	background:#03e8e0;*/
    width: 33%;
	margin:10px;
	position:relative;
}
/*.wrap ul li:hover{
	background:linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background:linear-gradient(90deg, rgba(0, 146, 237,1) 20.171586715867157%,rgba(1, 146, 236,1) 20.171586715867157%,rgba(242, 208, 73,1) 80.17158671586716%);
 }*/
.wrap ul li img{
	width:100%;
}
/*.wrap ul li img:hover{
	opacity:0.6;
}*/
.name{
	position:absolute;
	bottom:10%;
	left:10%;
	color:#fff;
	text-align:left;
	line-height:1.4;
	font-size:0.9em;
	padding:0 20px 0 0;
    text-shadow: 1px 1px 2px #000;
}
#judge .big{
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
}
/*パートナー・スポンサー*/
#timetable{
	width:80%;
	height:auto;
	margin:90px auto;
	padding:0 0 50px;
}
#timetable > h2{
	width:100%;
	font-family: CenturyGothic;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:150px auto;
	text-align:center;
}
#timetable > h2 > span{
	margin-left:20px;
	font-size:0.5em;
}
#timetable > p{
	width:100%;
}
#timetable > p img{
	width:100%;
}

.hitotsu > img{
	width:300px;
	display:block;
	margin:50px auto;
}
.hitotsu200  > li{
	width:200px;
	margin:50px auto;
}
.hitotsu200  > li >img{
	width:200px;
}
.yottsu > li > img{
	width:150px;
	display:block;
	margin:50px auto;
}
.muttsu > li > img{
	width:100px;
	display:block;
	margin:50px auto;
}
#sponsor{
	padding-bottom:150px;
	width:80%;
	margin:0 auto;
}
#sponsor > h2{
	width:100%;
	font-family: CenturyGothic;
	font-size: 2em;
	font-weight: 600;
	display:block;
	margin:150px auto;
	text-align:center;
	padding-top:150px;
}
#sponsor > h2 > span{
	margin-left:20px;
	font-size:0.5em;
}
#sponsor h3{
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
}
#sponsor .wrap,#sponsor .wrap_br{
    width: 85%;
    margin: 0 auto;
}
/*#sponsor .wrap ul{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
	width:100%;
}
#sponsor .wrap ul li{
    width: 20%;
	background:#fff;
}
#sponsor .wrap ul li img{
	width:100%;
}
#sponsor .wrap ul li img:hover{
    opacity:1;
}*/
#sponsor .wrap_br ul{
	display:flex;
    flex-direction: row;
    justify-content: space-between;
	width:100%;
}
#partner .wrap_br ul li{
	width: 15%;
	background:#fff;
}
#sponsor .wrap_br ul li img{
	width:100%;
}
.mt100{
	margin-top:100px;
}
.mt100 img{
	width:100%;
}

.hutatsu > ul{
        width:85%;
        margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
}
.wrap ul.pitchsponsor{
	width: 60%;
	margin:0 auto;
}
.wrap ul.pitchsponsor img{
	margin:50px auto;
}
/*#partner img{
	transform:scale(0.8);
}*/
#sponsor > p{
	margin:60px;
	font-size:1em;
	text-align:center;
}
.pitchSponsor > img{
	margin-left:-25px;
}
/*.bronze{
margin: 0 auto;
}*/
.wrap ul.hutatsu_f{
    width: 60%;
	margin:50px auto;
}
.hutatsu_f ul{
display:block;
width:85%;
margin:0 auto;
}
.hutatsu_f ul li:nth-of-type(odd){
margin:0 auto;
float:left;
}
.hutatsu_f ul li:nth-of-type(even){
margin:0 auto;
float:right;
}

#ticket h2{
	width:100%;
	font-family: CenturyGothic;
	font-size: 2em;
	font-weight: 600;
	display:block;
	margin:150px auto;
	text-align:center;
	padding-top:150px;
}
#ticket > h2 > span{
	margin-left:20px;
	font-size:0.5em;
}

.kinchaku-button{
    text-align: center;
    width: 30%;
    margin: 0 auto;
    background: #B2F400;
    padding: 20px 5px;
    color: #000;
    font-weight: 600;
    font-size: 1.4em;
}
.kinchaku-button:hover{
    background: #F45400;
}
#ticket p.center{
	margin:50px auto;
	text-align: center;
}
#ticket p.center a{
	color:#B2F400;
}
#ticket p.center a:hover{
	color:#303f9f;
}
#access{
	width:80%;
	margin:0 auto;
}

#access iframe{
	width:100%;
	text-align: center;
}
#access h2{
	width:100%;
	font-family: CenturyGothic;
	font-size: 2em;
	font-weight: 600;
	display:block;
	margin:150px auto;
	text-align:center;
	padding-top:150px;
}
#access h2 span{
	margin-left:20px;
	font-size:0.5em;
}
.map{
    margin: 100px auto;
    text-align: center;
    padding: 20px;
    width: 300px;
    background: #000;
    color: #fff;
}
.map a{
	color:#fff;
	text-decoration: none;
}
.map:hover{
	opacity: 0.7;
}
/*フォーム*/
#entry{
	width:100%;
	height:0 auto;
	margin:90px 0 0;
	background:#313131;
	padding:50px 0;
}
#entry >h2{
	width:100%;
	font-family: CenturyGothic;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:50px auto 30px;
	text-align:center;
}
#entry > h2 > span{
	margin-left:20px;
	font-size:0.5em;
	}
#entry > p {
	width:80%;
	text-align:center;
	line-height:1.6;
        display:block;
        margin:0 auto 20px;
		color:#fff;
}
#entry > p.red{
	color:#f00;
}
form{
	width: 80%;
	margin:0 auto;
}
div.iframeWrapper {
position: relative;
width: 100%;
padding-top: 75%;
}
div.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*メディア掲載情報*/
#media{
	width:100%;
	height:0 auto;
	margin:90px 0;
}
#media >h2{
	width:100%;
	font-family: CenturyGothic;
	color: #545454;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:150px auto 30px;
	text-align:center;
}
#media > h2 > span{
	margin-left:20px;
	font-size:0.5em;
	}
/*フッター*/
footer{
	width:100%;
	height:100px;
	background:#000;
	position:relative;
}
footer > p{
    color: #fff;
    padding-top: 40px;
    text-align: center;
}



@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: #000;
        width: 100%;
        height: 56px;
        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: rgb(51,51,51);
        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: #fff;
        padding: 18px 0;
    }
#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;
	}
	.small{
		display:none;
	}
	.money{
		font-size:.8em;
		top:80%;
		left:10%;
		width:100%
	}
	/*FV直下の見出し*/
	#intro > h2{
		font-size:1.3em;
	}
	
	#intro > p{
		font-size:1em;
	}
	/*プログラム概要*/
	#about > h2{
	/*width:70%;*/
	font-family: CenturyGothic;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:0 auto 30px;
/*	line-height: 95px;*/
}
#about > h2 >span{
	/*margin-left:20px;
	font-size:0.4em;*/
	display:none;
}
#about >ul{
	margin:0 auto;
}
	/*全てのセクションをwidth:90%に*/
	.long{
		width:90%;
	}
	.long > ul > li{
		margin:15px;
	}
	.wrapShort_f{	
		display:flex;
		flex-direction:column;
		width:90%;
		height:auto;
		margin:10px auto;
}
	.short{
	width:100%;
	height:auto;
	display:block;
	margin:10px auto;
	border:1px solid #00a0e2;
}
.short > h3{
	text-align:center;
	color:#fff;
	background: #00a0e2;
	padding:10px 30px;
	font-size:1.2em;
}
.short > p{
	/*font-family: 'Kozuka Gothic Pr6N';*/
	color: #4c4c4c;
	font-size: 1em;
	padding:15px 30px;
}
.wrapShort_s{	
		display:flex;
		flex-direction:column;
		width:90%;
		height:auto;
		margin:10px auto;
}
.wrapShort_s > .short{
	/*flex-direction:row;*/
	width:100%;
	height:auto;
	display:block;
	margin:10px auto;
	border:1px solid #00a0e2;
	float:left;
}
.wrapShort_s > .short > h3{
	text-align:center;
	color:#fff;
	background: #00a0e2;
	padding:10px 30px;
	font-size:1.2em;
}
.wrapShort_s > .short > p{
	/*font-family: 'Kozuka Gothic Pr6N';*/
	color: #4c4c4c;
	font-size: 1em;
	padding:15px 30px;
	line-height:1.4;
}
.long_s{
	/*clear:both;*/
	width:90%;
	height:auto;
	display:block;
	margin:10px auto;
	border:1px solid #00a0e2;
}
.long_s > h3{
	text-align:center;
	color:#fff;
	background: #00a0e2;
	padding:10px 30px;
	font-size:1.2em;
}
.long_s > p{
	/*font-family: 'Kozuka Gothic Pr6N';*/
	color: #4c4c4c;
	font-size: 1em;
	padding:15px 30px;
	text-align:center;
}
.long_s > img{
	width:90%;
	height:auto;
	margin:20px auto;
	display:block;
}
.wrapShort_s > .short:last-of-type{
	margin-bottom:20px;
}

/*以前の大会*/
#previous > h2{
	/*width:70%;*/
	font-family: CenturyGothic;
	color: #545454;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:0 auto 30px;
/*	line-height: 95px;*/
}
#previous > h2 >span{
	/*margin-left:20px;
	font-size:0.4em;*/
	display:none;
}
.p_wrap > h3{
	margin:0 auto 10px;
}
.p_wrap:last-of-type{
padding-top:30px;
}
.photoWrap_inner >img{
	width:100%;
	}
.photoWrap_inner >img:nth-of-type(2){
	margin:20px auto;
	}	
.photoWrap_inner{
	width:90%;
	margin:30px auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.photoWrap_inner_w {
	width:90%;
	margin:0 auto 20px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	}
.photoWrap_inner_w  > img{
		width:100%;
		height:auto;
		margin:20px auto 0;
		}
.photoWrap_inner_w  > img:first-of-type{
		margin:0 auto;
		}
/*審査員*/
#judge > h2{
	/*width:70%;*/
	font-family: CenturyGothic;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:0 auto 30px;
/*	line-height: 95px;*/
}
#judge > h2 > span{
	display:none;
}
#judge > p{
	margin:30px auto;
	text-align:center;
        width:85%;
}
.wrap{
	width:100%;
}
.wrap ul{
	flex-direction:column;
	width:90%;
	margin:0 auto;
}
.wrap ul li{
	width:100%;
	margin:0 auto;
}
/*パートナー＆スポンサー*/
#partner > h2{
    /*width:70%;*/
	font-family: CenturyGothic;
	color: #545454;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:0 auto 30px;
/*	line-height: 95px;*/
}
#partner > h2 >span{
	display:none;
	}
#partner > h3{
	margin:50px auto;
	text-align:center;
}
#partner > ul{
	width:90%;
	margin:30px auto 20px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
#partner > ul > li{
	margin:20px auto;
}
#partner >p{
	text-align:center;
}
#partner img{
width:100%;
}
#partner .wrap ul{
	width:90%;
}
#partner .wrap ul li{
	float:none;
	width:100%;
}
#partner .wrap ul li img{
	width:100%
}
.hutatsu > ul{
        flex-direction:column;
        text-align:center;
}
.hutatsu_f{
width: 100%;
}
.hutatsu_f ul{
display:flex;
flex-direction:column;
justify-content:space-between;
width:85%;
margin:0 auto;
}
.hutatsu_f ul li:first-of-type{
margin:0 auto;
float:none;
}
.hutatsu_f ul li:last-of-type{
margin:0 auto;
float:none;
}

/*フォーム*/
#entry > h2{
	 /*width:70%;*/
	font-family: CenturyGothic;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:0 auto 30px;
	text-align:center;
/*	line-height: 95px;*/
}
#entry > h2 > span{
	display:none
	}
	
/*メディア掲載情報*/
#media > h2{
	/* width:70%;*/
	font-family: CenturyGothic;
	color: #545454;
	font-size: 2em;
	font-weight: 400;
	display:block;
	margin:0 auto 30px;
/*	line-height: 95px;*/
}
#media > h2 > span{
	display:none
	}
	/*フッター削除*/
	footer{
		height:56px;
	}
	footer h1{
		display:none;
}
footer nav{
		display:none;
}
	.flex{
		flex-direction: column;
	}
	.flex2{
		flex-direction: column-reverse;
	}
	.w45{
		width:100%;
	}
	#intro .btn{
		width:80%;
		margin:30px auto;
	}
	#about h2{
		font-size:1.5em;
	}
	#about h2 span{
		font-size: 0.7em;
	}
	.map{
		width:80%;
	}
	#global-nav ul li.ticket{
		background:none;
		border:none;
	}
	#global-nav ul li.ticket a{
		font-weight:400;
	}
	#global-nav ul li.ticket:hover{
		background:none;
		border:none;
	}
	.wrap ul.hutatsu_f li{
		margin-bottom:20px;
	}
	.hitotsu200 > li{
		width:150px;
	}
	.hitotsu200 > li img{
		width:150px;
	}
	.kinchaku-button{
		width:80%;
	}
}
