@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");


.sp {
  display: none;
}

#mainContents #content #contentsHeader h2 {
	font-family: "Roboto","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-size: 58px;
  line-height: 1em;
  color: #26d0ce;
}
#mainContents #content #contentsHeader h2 span {
	font-family: "Roboto","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 18px;
	display: block;
	line-height: 1.4em;
	margin: 15px 0 100px;
	color: #fff;
} 

#main a {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

#main a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none transparent;
  top: 0;
  left: 0;
  transition: background  .2s linear;
}

#main a:hover:after {
  background: none rgba(0, 0, 0, 0.4);
}

#main a > img {
  transition: opacity  .25s linear;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#main a > img:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#main .inbox {
  width: 1040px;
  margin: 0 auto;
  font-family: 'Yu ragino Kaku Gothic Pro"Gothic', "游ゴシック", "Helvetica", "Helvetica Bold", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}

#main .switch {
  border-bottom: 1px solid #00a0e9;
  text-align: center;
  line-height: 0;
}

#main .switch li {
  cursor: pointer;
}

#main .switch a {
  display: block;
}

#main .arena {
  color: #00a0e9;
  font-weight: bold;
  line-height: 0;
  padding: 25px 0;
  margin: 0 17px;
  display: inline-block;
  vertical-align: top;
  width: 340px;
  border: 1px solid #00a0e9;
}

#main .hall {
	width:280px;
	height:42px;
  color: #00a0e9;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0 0;
  margin: 0 17px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #00a0e9;
}

#main .tdk {
	width:280px;
	height:32px;
  color: #00a0e9;
  font-weight: bold;
  line-height: 1;
  padding: 28px 0 0;
  margin: 0 17px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #00a0e9;
}

#main .mouse {
	width:280px;
	height:42px;
  color: #00a0e9;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0 0;
  margin: 0 17px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #00a0e9;
}

#main .arena.active {
  color: #fff;
  padding: 36.5px 0;
  background-color: #00a0e9;
}

#main .tdk.active {
  color: #fff;
  padding: 20px 0;
  background-color: #00a0e9;
}

#main .mouse.active {
  color: #fff;
  padding: 15px 0;
  background: none #00a0e9;
}

.cts {
  margin: 50px 0 0;
}

.type {
  text-align: center;
  position: relative;
  margin: 0 0 20px;
}

.type:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #d2ff00;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.type:after {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
  color: #d2ff00;
  line-height: 1;
  padding: 0 0 20px;
  content: "LIVE PERFORMANCE";
  display: inline-block;
}

.type.openning:after {
  content: "OPENNING PERFORMANCE";
}

.type.livesession:after {
  content: "LIVE PERFORMANCE";
}

.type.talksession:after {
  content: "TALK SESSION";
}

.type.edgeprogram:after {
  content: "PITCH CONTEST";
}

.type.keynotespeech:after {
  content: "KEYNOTE SPEECH";
}

.type.e-sports:after {
  content: "e-Sports";
}

.photos {
  margin: 0 0 20px;
  text-align: center;
}

.photos li {
  display: inline-block;
  margin: 0 2px;
}

.theme {
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
}

.speaker {
  color: #00a0e9;
  text-align: center;
  margin: 0 0 20px;
}

.line {
  text-align: center;
}

#arena,
#hall {
  display: none;
}

footer {
  margin: 100px 0 20px;
}

footer .inbox {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

footer p {
  font-family: "Oswald";
  font-size: 12px;
  color: #8f9c9c;
}

footer .home {
  position: absolute;
  top: 0;
  right: 0;
}

footer #totop {
  cursor: pointer;
  position: fixed;
  right: 5%;
  bottom: 7%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .5s linear;
}

footer #totop:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

footer #totop.on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#jme {
  margin: 0 0 20px 0;
}
#gigyaShare {
  text-align: center;
}
#gigyaShare > img {
  vertical-align: top;
  margin: 0 10px 0 0 !important;
}
#gigyaShare > div {
  display: inline-block;
  vertical-align: top;
}
#gigyaShare  img {
  vertical-align: top;
}



@media only screen and (max-width: 751px){
  html{
    font-size: 62.5%;
  }
  body{
    font-size: 1rem;
  }
  img{
    max-width: 100%;
  }
  header .inbox,
  footer .inbox,
  #main .inbox{
    position: relative;
    width: auto;
    margin: 0 auto;
  }

  #main .arena{
    width: 90%;
		height: auto;
    margin: 20px 0;
    padding: 20px 0 !important;
    font-size: 1.6em;
  }

  #main .tdk{
    width: 90%;
		height: auto;
    margin: 0;
    padding: 10px 0 !important;
    font-size: 1.6em;
  }

  #main .mouse{
    width: 90%;
		height: auto;
    margin: 20px 0;
    padding: 10px 0 !important;
    font-size: 1.6em;
  }

		#main .arena.active{
		  color: #fff;
		  padding: 20px 0 !important;
		  background-color: #00a0e9;
		}
		#main .tdk.active, #main .mouse.active{
		  color: #fff;
		  padding: 10px 0 !important;
		  background-color: #00a0e9;
		}


  header{
    padding: 20px 3vw 0;
  }

  #mainContents #content #contentsHeader h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    color: #26d0ce;
  }
  #mainContents #content #contentsHeader h2 span {
    font-size: 14px;
    display: block;
    line-height: 1em;
    margin: 10px 0 50px;
    color: #fff;
  }
  .switch li{
    font-size: 2rem;
  }
  .type:after{
    font-size: 2rem;
  }
  .theme{
    font-size: 2.0rem;
    padding-left: 3vw;
    padding-right: 3vw;
		line-height: 1.2;
  }
  .speaker{
    font-size: 1.6rem;
    padding-left: 3vw;
    padding-right: 3vw;
		line-height: 1.2;
  }
  .line{
		font-size: 1.4rem;
		padding-left: 3vw;
		padding-right: 3vw;
		text-align: left;
  }
  .photos li{
    display: inline-block;
		margin: 10px 0;
    width: 90%;
  }
  .photos li img{
    width: 100%;
  }
  footer .inbox{
    padding: 0 3vw;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
