
@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");

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
}

body {
  color: #fff;
  font-family: 'Yu ragino Kaku Gothic Pro"Gothic', "游ゴシック", "Helvetica", "Helvetica Bold", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  line-height: 1.6;
}

#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)";
}

header {
  text-align: center;
}

header h1 {
  padding: 30px 0 0;
}

header h2 {
  margin: 17px 0 0;
}

header h3 {
  margin: 50px 0 0;
}

header p {
  margin: 17px 0 25px;
}

#main .inbox {
  width: 990px;
  margin: 0 auto;
}

#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 {
  color: #00a0e9;
  font-weight: bold;
  line-height: 0;
  padding: 25px 0;
  margin: 0 17px;
  vertical-align: top;
  display: inline-block;
  width: 340px;
  border: 1px solid #00a0e9;
}

#main .arena.active,
#main .hall.active {
  color: #fff;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  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: "EDGE PROGRAM";
}

.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;
  }
  header .arena,
  footer .arena,
  #main .arena{
    width: 48%;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header .hall,
  footer .hall,
  #main .hall{
    width: 48%;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header{
    padding: 20px 3vw 0;
  }
  .switch li{
    font-size: 2rem;
  }
  .type:after{
    font-size: 2rem;
  }
  .theme{
    font-size: 2.8rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .speaker{
    font-size: 2.4rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .line{
    font-size: 2.4rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .photos li{
    display: inline-block;
    width: 47%;
  }
  .photos li img{
    width: 100%;
  }
  footer .inbox{
    padding: 0 3vw;
  }
}
