@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
***************************************************************/
#mainContents #contentsHeader {
  text-align: center;
  overflow: hidden;
  position: relative;
	height:777px;
}
#mainContents #contentsHeader #video_rapper {
  height: 100%;
  overflow: hidden;
}
#mainContents #contentsHeader #video_rapper .contentBox {
  width: 100%;
  height: 530px;
  background: url(../img/main_pic.jpg) no-repeat center 0;
  background-size: cover;
  padding: 140px 0 0;
  
}
#mainContents #contentsHeader #video_rapper .cHeaderCover {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_mov.png) repeat left top;
  width: 100%;
  height: 100%;
  z-index:0;
}
#mainContents #contentsHeader #video_rapper .contentBox .cycle-slideshow{
  width: 94%;
  height: auto;
  max-width: 1024px;
  margin: 50px auto 0;
}
#mainContents #contentsHeader #video_rapper .contentBox .slide {
  width: 94%;
  max-width: 1024px;
  margin: 0 auto;
}
#mainContents #contentsHeader #video_rapper .contentBox .slide p {
  max-width: 1024px;
  margin: 0 auto;
  opacity: 0;
}
#mainContents #contentsHeader #video_rapper .contentBox .slide p img {
  width: 100%;
  height: auto;
}
#mainContents #contentsHeader #video_rapper .contentBox .topPager {
  margin: 20px auto;
  position: relative;
}
#mainContents #contentsHeader #video_rapper .contentBox .topPager span {
  width: 70px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  display: inline-block;
  text-indent: -5000px;
  margin: 2px 2px 0;
}
#mainContents #contentsHeader #video_rapper .contentBox .topPager span.cycle-pager-active,
#mainContents #contentsHeader #video_rapper .contentBox .topPager span:hover {
  padding-top: 2px;
  opacity: 1;
  background: #26d0ce;
  cursor: pointer;
  margin: 0 2px;
} 
#mainContents #contentsHeader #video_rapper .contentBox h1 {
  max-width: 1024px;
  margin: 0 auto;
	z-index:1000;
	position:relative
}

#mainContents #contentsHeader #video_rapper .contentBox p {
  max-width: 1024px;
  margin: 0 auto;
	z-index:1000;
	position:relative
}

#mainContents #contentsHeader #video_rapper .contentBox p.link {
  margin: 120px auto 20px;
}

#mainContents #contentsHeader #video_rapper .contentBox p.date {
  margin: 20px auto 20px;
}


#mainContents #contentsHeader #video_rapper .contentBox .slide {
  width: 94%;
  max-width: 1024px;
  margin: 0 auto;
}
#mainContents #contentsHeader #video_rapper .contentBox .slide p {
  max-width: 1024px;
  margin: 0 auto;
  opacity: 0;
}
#mainContents #contentsHeader #video_rapper .contentBox .slide p img {
  width: 100%;
  height: auto;
}
#mainContents #contentsHeader #video_rapper .contentBox .topPager {
  margin: 20px auto;
  position: relative;
}
#mainContents #contentsHeader #video_rapper .contentBox .topPager span {
  width: 70px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  display: inline-block;
  text-indent: -5000px;
  margin: 2px 2px 0;
}
#mainContents #contentsHeader #video_rapper .contentBox .topPager span.cycle-pager-active,
#mainContents #contentsHeader #video_rapper .contentBox .topPager span:hover {
  padding-top: 2px;
  opacity: 1;
  background: #26d0ce;
  cursor: pointer;
  margin: 0 2px;
} 
#mainContents #contentsHeader #video_rapper .contentBox p.lead {
  line-height: 1em;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mainContents #contentsHeader #video_rapper .contentBox .clearfix {
  max-width: 1090px;
  margin: 20px auto 0;
  position: relative;
}
#mainContents #contentsHeader #video_rapper .contentBox .left {
  width: 46%;
  float: left;
  margin:0 2%;
  max-width: 480px;
  z-index: 980;
}
#mainContents #contentsHeader #video_rapper .contentBox .right {
  width: 46%;
  margin:0 2%;
  max-width: 480px;
  float: right;
  z-index: 980;
}
#mainContents #contentsHeader #video_rapper .contentBox .left img,
#mainContents #contentsHeader #video_rapper .contentBox .right img {
  width: 100%;
  height: auto;
}
#mainContents #contentsHeader #video_rapper .contentBox .right p.ticket {
  margin-bottom: 45px;
}

#main p.catch {
	width:100%;
  margin: 40px auto 20px;
	text-align:center;
}

#main p.link {
	width:100%;
  margin: 40px auto;
	text-align:center;
}




#mainContents #archive p.link {
	max-width: 960px;
  z-index: 980;
}

#mainContents #archive p.link img {
    width: 100%;
    height: auto;
}

.ticketBtnLink {
    position: relative;
    display: block;
    overflow: hidden;
}

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

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

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



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

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

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





#gigyaShare {
	text-align: center;
  position: relative ;
  padding-bottom: 20px;
}
#gigyaShare div {
  display: inline-block;
  vertical-align: middle;
}
#gigyaShare > a > img  {
	margin: 0 10px 0 0 !important;
}
#gigyaShare img  {
	vertical-align: top;
}


#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 > 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 .cts p.detail{
  width: 840px;
	margin:20px auto 60px;
	font-size:18px;
}

.event-detail {
	margin-top:30px;
	text-align:left;
}

.event-detail h3{
	font-size:20px;
	color:#d2ff00;
}

.event-detail p{
	margin-top:16px;
	font-size:17px;
}


.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: 24px;
  letter-spacing: .1em;
  color: #d2ff00;
  line-height: 1;
  padding: 0 0 20px;
  content: "LIVE ACT";
  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: 28px;
  text-align: center;
  margin: 0 0 10px;
}

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

.line {
  text-align: center;
}


footer {
  margin: 0px 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;
}


.live-performance {
	font-family: YuGothic,'Yu Gothic',sans-serif !important;
  background: none #000;
  text-align: center;
  padding: 30px 0 1px; }
  .live-performance h2 {
    margin: 0 0 30px; }
  .live-performance .detail {
    text-align: left;
    position: relative;
    margin: 53px 0 90px; }
    .live-performance .detail:after {
      content: "";
      display: block;
      width: 0;
      clear: both; }
    .live-performance .detail > div {
      float: left;
      width: 410px; }
    .live-performance .detail p {
      font-size: 24px;
      margin: 0 0;
      line-height: 1.8; }
      .live-performance .detail p span {
        font-size: 14px;
        letter-spacing: 1px;
        display: block;
        color: #15b8cf; }
      .live-performance .detail p span br {
        display: none; }
    .live-performance .detail .links {
      position: absolute;
      bottom: 0;
      left: 0; }
      .live-performance .detail .links a {
        font-size: 12px;
        text-align: left;
        width: 180px;
        line-height: .75;
        display: inline-block;
        padding: 18px 0 18px 14px;
        border: 1px solid #13224d;
        background: url(../images/aroow.png) no-repeat 95% center; }
      .live-performance .detail .links a {
        margin: 0 10px 0 0; }
    .live-performance .detail .photo {
      float: right;
      transform: translateX(-70px); }
  .live-performance .detail:nth-child(2n) > div {
    float: right; }
  .live-performance .detail:nth-child(2n) .photo {
    float: left;
    transform: translateX(0px); }
  .live-performance .detail:nth-child(2n) .links {
    left: auto;
    right: 0; }

.links {
    letter-spacing: .6px;
}

.overview {
	font-family: YuGothic,'Yu Gothic',sans-serif !important;
  background: rgba(35,24,41,0.6);
  text-align: center;
  padding: 70px 30px; }
  .overview h2 {
    margin: 0 0 29px; }
  .overview .detail {
    letter-spacing: -.4em;
    margin: 30px 0 0; }
    .overview .detail > div {
      text-align: left;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 65%; }
      .overview .detail > div dt {
        position: relative;
        margin: 0;
        color: #d2ff00;
        font-size: 14px; }
        .overview .detail > div dt:after {
          line-height: 0;
          content: "";
          display: block;
          width: 5px;
          border-top: 1px solid #555;
          border-bottom: 1px solid #d2ff00; }
      .overview .detail > div dd {
        margin: 14px 0 26px;
		letter-spacing: .3px;
		line-height: 1.3;
        font-size: 22px; }
        .overview .detail > div dd b {margin:16px 0 -20px;display:block;font-size: 15px;color:#d2ff00;}
        .overview .detail > div dd span {
          display: block;
		  margin: 0 20px 0 0;
          font-size: 15px; }
    .overview .detail .map {
			margin-top:280px;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 35%; }

    .overview .detail #gmap {
      height: 250px;
      width: 370px; }

    .overview .detail #sheet {
			margin:40px auto 0;
			text-align:center;
      width: auto; }

    .overview .detail .links a {
      font-size: 12px;
      text-align: left;
      width: 300px;
      line-height: .75;
      display: inline-block;
      padding: 18px 0 18px 14px;
      border: 1px solid #2acfcd;
      background: url(../img/aroow.png) no-repeat 95% center; }



  .overview .ticket_detail {
    letter-spacing: -.4em;
    margin: 30px 0 0; }
    .overview .ticket_detail > div {
      text-align: left;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 100%; }
      .overview .ticket_detail > div dt {
        position: relative;
        margin: 0;
        color: #d2ff00;
        font-size: 14px; }
        .overview .ticket_detail > div dt:after {
          line-height: 0;
          content: "";
          display: block;
          width: 5px;
          border-top: 1px solid #555;
          border-bottom: 1px solid #d2ff00; }
      .overview .ticket_detail > div dd {
        margin: 14px 0 26px;
		letter-spacing: .3px;
		line-height: 1.3;
        font-size: 22px; }
        .overview .ticket_detail > div dd b {margin:16px 0 -20px;display:block;font-size: 15px;color:#d2ff00;}
        .overview .ticket_detail > div dd span {
          display: block;
		  margin: 0 20px 0 0;
          font-size: 15px; }
    .overview .ticket_detail .links a {
      font-size: 12px;
      text-align: left;
      width: 300px;
      line-height: .75;
      display: inline-block;
      padding: 18px 0 18px 14px;
      border: 1px solid #2acfcd;
      background: url(../img/aroow.png) no-repeat 95% center; }



  .overview .about {
    padding: 55px 40px 55px;
    margin: 50px 0 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: -.4em; }
    .overview .about dl {
      text-align: left;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 520px;
      margin: 0 120px 0 0; }
      .overview .about dl dt {
        line-height: 1;
        font-size: 11px;
        margin: 0 0 17px;
        position: relative; }
        .overview .about dl dt:before {
          content: "";
          width: 5px;
          margin: 0 0 7px;
          display: block;
          border-top: 1px solid #414141;
          border-bottom: 1px solid #808081; }
        .overview .about dl dt:after {
          content: "";
          margin: 8px 0 0;
          display: block;
          width: 5px;
          display: block;
          border-bottom: 1px solid #808081; }
      .overview .about dl dd {
        line-height: 1.8;
		letter-spacing: 1px;
        font-size: 14px;
        margin: 0; }
    .overview .about .iw {
      margin: 10px 0 0;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 206px; }
      .overview .about .iw img {
        margin-bottom: 20px; }
    .overview .about .links {
      margin: 30px 0 0; }
      .overview .about .links a {
        font-size: 12px;
        text-align: left;
        width: 180px;
        line-height: .75;
        display: inline-block;
        padding: 18px 0 18px 14px;
        border: 1px solid #13224d;
        background: url(../img/aroow.png) no-repeat 95% center; }


#entry_box {
	max-width: 1040px;
	margin: 20px auto 0;
	padding: 20px;
	border: solid 2px #000;
	background-color:#fff;
}

#entry_box p{
	text-align: center;
	font-size:20px;
	line-height:2;
	font-weight: bold;
	color: #ff0000;
}

#entry_box p.text2{
	text-align: center;
	font-size:18px;
	line-height:2;
	font-weight: bold;
	color: #000;
}

#ticket_entry {
	width:595px;
	margin:0 auto;
	padding: 90px 0 17px 0;
	background: url(../img/arrow-d.gif) no-repeat center 15px;
}

.formdetail {
	margin:-10px auto;
	width:589px;
	min-height: 160px;
	background-color:#ecebeb;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

.input_id, .input_pass {
	width:200px;
	height:32px;
}

.idpass {
	width: 90%;
	margin: 0 auto 0;
	padding: 30px 0 10px;
	text-align: center;
}


.idpass dl{
	width:500px;
}

.idpass dt{
	width:190px;
	margin:5px 0;
	display:inline-block;
	vertical-align: top;
	text-align:right;
}

.idpass dd{
	width:300px;
	display:inline-block;
	text-align:left;
}

.idpass img {

}
.idpass input[type=text],
.idpass input[type=password] {
	margin: 0 10px 0 0;
	height:24px;
}
.formdetail p {
	padding: 5px 0 20px;
	text-align: center;
}
.formdetail p img {
	cursor: pointer;
	margin: 0 20px 0 0;
}

.jlc-btns {
	margin: 5px auto 10px;
	width:596px;
}

.jlc-btns2 {
	margin: 0 auto 10px;
	width:596px;
}

.jlc-btns .confirm {
	margin: 0 15px;
}

.btn-send {
	padding: 30px 0 0 140px;
}

.errtxt {
	text-align: center;
}

.attention {
	padding: 5px 10px 5px 0;
}

.attention li {
	padding: 0 0 5px 15px;
	background: url(../images/2nd/kome.gif) no-repeat 0 3px;
}



#linkArea {
  text-align: center;
  background: #fff;
  color: #000;
  padding-top: 80px;
  display: block;
}
#linkArea .linkBox {
  border-top:1px solid #ccc;
  margin: 0 auto;
}
#linkArea .linkBox .linkBoxInner {
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
  letter-spacing:-0.4rem;
}
#linkArea .linkBox .linkTitle{
  font-size: 16px;
  line-height: 1em;
  margin: -0.5em auto 50px;
}
#linkArea .linkBox .linkTitle span {
  background: #fff;
  display: inline-block;
  padding: 0 0.5em;
}
#linkArea .linkBox a {
  color: #000;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 50px;
}
#linkArea .linkBox a.txt{
    width: 40%;
    text-align: center;
    letter-spacing: normal;
    margin: 0 0 50px;
}
#linkArea .linkBox a.txt span {
  font-size: 14px;
}
#linkArea .linkBox .linkBoxInner.box1 a {
  width: 100%;
  max-width: 373px;
}
#linkArea .linkBox .linkBoxInner.box1 a img {
  width: 100%;
  height: auto;
}
#linkArea .linkBox .linkBoxInner.box5 a{
  width: 320px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}
#linkArea .linkBox .linkBoxInner.box5 a.c {
  text-align: center;
}
#linkArea .linkBox .linkBoxInner.box5 a.r {
  text-align: right;
}

#linkArea a:hover {
  text-decoration: none;
}
#linkArea .Sponsorship {
  border-top:1px solid #ccc;
  padding: 40px 0 60px; 
}





@media only screen and (max-width: 751px){
  html{
    font-size: 62.5%;
  }
  body{
    font-size: 1rem;
  }

  .contentBox h1 img{
    max-width: 100%;
  }

  .contentBox p.link img{
    max-width: 96%;
		margin:0 auto;
  }

	#mainContents #contentsHeader {
	  text-align: center;
	  overflow: hidden;
	  position: relative;
		height:617px;
	}

	#mainContents #contentsHeader #video_rapper .contentBox {
	  width: 100%;
	  height: auto;
	  background: url(../img/main_pic.jpg) no-repeat -155px 0;
	  background-size: cover;
	  padding: 50px 0 0;
	  
	}

	#mainContents #contentsHeader #video_rapper .contentBox .topPager {
	  margin: 0 auto;
	  position: relative;
	}

	#mainContents #contentsHeader #video_rapper .contentBox p.link {
	  margin: 40px auto 20px;
	}

	#mainContents #contentsHeader #video_rapper .contentBox p.date {
	  margin: 0 auto 20px;
		text-align:center;
	}

	#mainContents #contentsHeader #video_rapper .contentBox p.date img{
	  width:80%;
		margin:0 auto;
	}

	#main p.catch {
		width:100%;
	  margin: 20px auto 0;
		text-align:center;
	}

	#main p.catch img{
		width:96%;
	  margin: 0 auto;
	}

	#main p.link {
		width:100%;
	  margin: 20px auto;
		text-align:center;
	}

	#main p.link img{
		width:96%;
	  margin: 0 auto;
	}

  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;
		}


	#main .cts p.detail{
	  width: 90%;
		margin:20px auto 60px;
		font-size:14px;
	}

	.event-detail {
		margin-top:0;
		text-align:left;
		font-size:14px;
	}

	.event-detail h3 {
    font-size: 16px;
    color: #d2ff00;
	}
	.event-detail p{
    font-size: 15px;
		margin-top:16px;
	}

	.overview {
		font-family: YuGothic,'Yu Gothic',sans-serif !important;
	  background: rgba(35,24,41,0.6);
	  text-align: center;
	  padding: 20px 30px; }
	  .overview h2 {
	    margin: 0 0 29px; }
	  .overview .detail {
	    letter-spacing: -.4em;
	    margin: 30px 0 0; }
	    .overview .detail > div {
	      text-align: left;
	      display: inline-block;
	      vertical-align: top;
	      letter-spacing: normal;
	      width: 100%; }
	      .overview .detail > div dt {
	        position: relative;
	        margin: 0;
	        color: #d2ff00;
	        font-size: 14px; }
	        .overview .detail > div dt:after {
	          line-height: 0;
	          content: "";
	          display: block;
	          width: 5px;
	          border-top: 1px solid #555;
	          border-bottom: 1px solid #d2ff00; }
	      .overview .detail > div dd {
	        margin: 14px 0 26px;
			letter-spacing: .3px;
			line-height: 1.3;
	        font-size: 16px; }
	        .overview .detail > div dd span {
	          display: block;
			  margin: 7px 0 0;
	          font-size: 13px; }
	    .overview .detail .map {display:none;}

	    .overview .detail .links a {
	      font-size: 12px;
	      text-align: left;
	      width: 300px;
	      line-height: .75;
	      display: inline-block;
	      padding: 18px 0 18px 14px;
	      border: 1px solid #2acfcd;
	      background: url(../img/aroow.png) no-repeat 95% center; }
	  .overview .about {
	    padding: 55px 40px 55px;
	    margin: 50px 0 0;
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    letter-spacing: -.4em; }
	    .overview .about dl {
	      text-align: left;
	      display: inline-block;
	      vertical-align: top;
	      letter-spacing: normal;
	      width: 520px;
	      margin: 0 120px 0 0; }
	      .overview .about dl dt {
	        line-height: 1;
	        font-size: 11px;
	        margin: 0 0 17px;
	        position: relative; }
	        .overview .about dl dt:before {
	          content: "";
	          width: 5px;
	          margin: 0 0 7px;
	          display: block;
	          border-top: 1px solid #414141;
	          border-bottom: 1px solid #808081; }
	        .overview .about dl dt:after {
	          content: "";
	          margin: 8px 0 0;
	          display: block;
	          width: 5px;
	          display: block;
	          border-bottom: 1px solid #808081; }
	      .overview .about dl dd {
	        line-height: 1.8;
			letter-spacing: 1px;
	        font-size: 14px;
	        margin: 0; }
	    .overview .about .iw {
	      margin: 10px 0 0;
	      display: inline-block;
	      vertical-align: top;
	      letter-spacing: normal;
	      width: 206px; }
	      .overview .about .iw img {
	        margin-bottom: 20px; }
	    .overview .about .links {
	      margin: 30px 0 0; }
	      .overview .about .links a {
	        font-size: 12px;
	        text-align: left;
	        width: 180px;
	        line-height: .75;
	        display: inline-block;
	        padding: 18px 0 18px 14px;
	        border: 1px solid #13224d;
	        background: url(../images/aroow.png) no-repeat 95% center;
	}

  header{
    padding: 0 0 0;
  }

	#mainContents #contentsHeader #video_rapper .contentBox .slide {
	  width: 100%;
	  max-width: 1024px;
	  margin: 0 auto;
	}

  #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;
  }
  .timetable: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: 100%;
  }
  .photos li img{
    width: 96%;
  }
  footer .inbox{
    padding: 0 3vw;
  }

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

	.link img{
		max-width:100%;
	}

	.contentBox	.link img{
		max-width:90%;
	}

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

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

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






	#entry_box {
		max-width: 98%;
		margin: 20px auto 0;
		padding: 20px;
		border: solid 2px #000;
		background-color:#fff;
	}

	#entry_box p{
		text-align: center;
		font-size:16px;
		line-height:2;
		font-weight: bold;
		color: #ff0000;
	}

	#entry_box p.text2{
		text-align: center;
		font-size:14px;
		line-height:2;
		font-weight: bold;
		color: #000;
	}

	#ticket_entry {
		width:100%;
		margin:0 auto;
		padding: 90px 0 17px 0;
		background: url(../img/arrow-d.gif) no-repeat center 15px;
	}

	#ticket_entry img.ticket_title {
		max-width:100%;
	}

	.formdetail {
		margin:-10px auto;
		width:265px;
		min-height: 160px;
		background-color:#ecebeb;
		border-left: 3px solid #000;
		border-right: 3px solid #000;
		border-bottom: 3px solid #000;
	}

	.input_id, input_pass {
		width:100%;
	}

	.idpass {
		width: 90%;
		margin: 0 auto 0;
		padding: 30px 0 10px;
		text-align: center;
	}

	.input_id, .input_pass {
		width:200px;
		height:32px;
	}

	.idpass {
		width: 90%;
		margin: 0 auto 0;
		padding: 30px 0 10px;
		text-align: center;
	}


	.idpass dl{
		width:100%;
	}

	.idpass dt{
		width:auto;
		margin:10px 0 5px;
		display:block;
		vertical-align: top;
		text-align:center;
	}

	.idpass dd{
		width:auto;
		display:block;
		text-align:center;
	}


	.idpass img {

	}
	.idpass input[type=text],
	.idpass input[type=password] {
		margin: 0 10px 0 0;
		height:24px;
	}
	.formdetail p {
		padding: 5px 0 20px;
		text-align: center;
	}
	.formdetail p img {
		cursor: pointer;
		margin: 0 20px 0 0;
	}

	.jlc-btns {
		margin: 5px auto 10px;
		width:596px;
	}

	.jlc-btns2 {
		margin: 0 auto 10px;
		width:596px;
	}

	.jlc-btns .confirm {
		margin: 0 15px;
	}

	.btn-send {
		padding: 30px 0 0 140px;
	}

	.errtxt {
		text-align: center;
	}

	.attention {
		padding: 5px 10px 5px 0;
	}

	.attention li {
		padding: 0 0 5px 15px;
		background: url(../images/2nd/kome.gif) no-repeat 0 3px;
	}

	#entry li {
		margin-top:10px;
	}

  #linkArea .linkBox .linkTitle {
    margin-bottom: 25px;
  }
  #linkArea .linkBox a {
    margin-bottom: 25px;
    text-align: center;
  }
  #linkArea .linkBox a.txt {
    width: 100%;
  }
  #linkArea .linkBox .linkBoxInner.media a img{
    width: auto;
    height: 100%;
  }
  #linkArea .linkBox .linkBoxInner.box2 {
    width: 60%;
  }
  #linkArea .linkBox .linkBoxInner.box2 img{
    width: 100%;
    height: auto;
  }
  #linkArea .linkBox .linkBoxInner.box5 a.c,
  #linkArea .linkBox .linkBoxInner.box5 a.r {
    text-align: center!important;
  }


	#jp_container_1 {
		width:80%;
	}

	.jp-audio{width:80%!important;}
	.jp-video-270p{width:80%!important}
	.jp-video-360p{width:80%!important}
	.jp-video-full{width:80%!important}

	#video_player {
		width:80%!important;
	}
}
