/* 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  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;
}

body {
  font-family: YakuHanJPs, din-2014, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: justify;
}

body h2::first-letter {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body p {
  font-size: 16px;
  letter-spacing: .05rem;
  line-height: 1.9rem;
}

a {
  color: #e6e6e6;
}

.mobile-br {
  display: none;
}

hr {
  border-width: 1px;
  display: block;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left;
  width: 20px;
}

#clock {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  letter-spacing: .05rem;
  line-height: 80px;
  margin-left: 2vw;
  position: fixed;
  top: 0;
  z-index: 200;
}

#live {
  color: #e6e6e6;
  height: 80px;
  line-height: 80px;
  position: fixed;
  right: 2vw;
  z-index: 200;
  /* The typing effect */
}

#live span {
  /* Adjust as needed */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation: typing 1s alternate;
  animation: typing 1s alternate;
  animation-iteration-count: infinite;
  display: block;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: .1em;
  /* Keeps the content on a single line */
  margin: 0 auto;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  white-space: nowrap;
}

@-webkit-keyframes typing {
  from {
    opacity: .2;
  }
  to {
    opacity: 1;
  }
}

@keyframes typing {
  from {
    opacity: .2;
  }
  to {
    opacity: 1;
  }
}

#live span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
}

header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 100;
}

header #identity {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
}

header #identity a {
  display: block;
  height: auto;
  width: 200px;
}

header #identity a img {
  width: 100%;
}

#mv {
  height: 300px;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  width: 100%;
  /* The arrowdown effect */
}

#mv .video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#mv #event-logo-mv {
  bottom: 2vh;
  display: inline-block;
  height: auto;
  position: absolute;
  right: 2vw;
  width: 30vw;
  z-index: 100;
}

#mv #arrow {
  -webkit-transform: translateX(-50%);
  bottom: 3vh;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10px;
  z-index: 100;
}

#intro {
  background: #fcee21;
}

#intro .container {
  display: block;
  margin: 0 auto;
  padding: 6em 0;
  width: 40%;
}

#intro .container #event-logo {
  display: block;
  height: auto;
  margin: 0 auto 3em auto;
  width: 350px;
}

#intro .container #date {
  font-size: 50px;
  letter-spacing: .1rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

#intro .container p {
  border-top: 3px solid #000000;
  font-size: 26px;
  letter-spacing: .03rem;
  line-height: 1.8em;
  padding-top: 1em;
  width: 100%;
}

#intro .container a.kako {
  color: #000000;
  text-align: center;
}

#events {
  background: #333333;
}

#events article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

#events article div.video, #events article div.desc {
  overflow: hidden;
  width: 50%;
}

#events article div .container {
  padding: 6vw 8vw;
}

#events article div .sp-image {
  display: none;
}

#events article div #mitari, #events article div #setsumei, #events article div #workshop, #events article div #campustour, #events article div #radio {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

#events article div #mitari {
  background-image: url("../images/01_mitari.jpg");
}

#events article div #setsumei {
  background-image: url("../images/02_setsumei.jpg");
}

#events article div #workshop {
  background-image: url("../images/03_workshop.jpg");
}

#events article div #campustour {
  background-image: url("../images/04_campustour.jpg");
}

#events article div #radio {
  background-image: url("../images/05_radio.jpg");
}

#events article .ttl {
  color: #fcee21;
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 2.2rem;
}

#events article .ttl.archive {
  margin-bottom: 1.5em;
}

#events article .time {
  color: #e6e6e6;
  font-size: 20px;
  letter-spacing: .15rem;
  margin: 1.5rem 0;
}

#events article p {
  color: #e6e6e6;
}

#events article p.comment {
  color: #fcee21;
  font-size: 12px;
  line-height: 1.5;
}

#events article .link {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1rem;
}

#events article .link .url {
  text-decoration: underline;
}

#events article.right .video {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#events article.right .desc .ttl, #events article.right .desc .time {
  text-align: right;
}

footer {
  background: #fcee21;
}

footer .container {
  display: block;
  margin: 0 auto;
  padding: 6rem 0 3rem 0;
  width: 60%;
}

footer #comment {
  margin: 0 auto;
  width: 400px;
}

footer #comment img {
  width: 100%;
}

footer a {
  cursor: pointer;
  text-decoration: none;
}

footer #button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}

footer #button .button {
  -webkit-transition: all .2s;
  background-color: #333333;
  border: none;
  color: #fcee21;
  font-size: 24px;
  font-weight: 600;
  height: 100px;
  letter-spacing: .12rem;
  line-height: 100px;
  margin: 1rem 1rem;
  transition: all .2s;
  width: 400px;
}

footer #button .button:hover {
  opacity: .7;
}

footer #line {
  -webkit-transition: all .2s;
  margin: 2rem auto 2rem auto;
  transition: all .2s;
  width: 60px;
}

footer #line img {
  width: 100%;
}

footer #line:hover {
  opacity: .7;
}

footer #identity-bottom {
  margin: 0 auto;
  width: 200px;
}

footer #identity-bottom img {
  width: 100%;
}

footer #copyright {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 1.5em;
  padding-top: 1em;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .mobile-br {
    display: block;
  }
  header {
    display: block;
    height: 100px;
    position: relative;
    width: 100%;
  }
  header #identity {
    top: 75%;
  }
  header #identity a {
    width: 150px;
  }
  #clock {
    border-right: 1px solid currentcolor;
    line-height: 40px;
    margin-left: 0;
    text-align: center;
    width: 50%;
  }
  #live {
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 0;
    width: 50vw;
  }
  #live span {
    text-align: center;
  }
  #mv {
    height: 300px;
    height: 0;
    padding-bottom: 50%;
    pointer-events: auto;
    position: relative;
    width: 100%;
    width: 100%;
  }
  #mv .video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  #mv #event-logo-mv {
    display: none;
  }
  #mv #arrow {
    display: none;
  }
  #intro .container {
    padding: 3em 0;
    width: 80%;
  }
  #intro .container #event-logo {
    margin: 0 auto 1em auto;
    width: 100%;
  }
  #intro .container #date {
    font-size: 25px;
  }
  #intro .container p {
    border-top: 2px solid #000000;
    font-size: 16px;
  }
  #events article {
    display: block;
    height: auto;
  }
  #events article div.video, #events article div.desc {
    width: 100%;
  }
  #events article div.video {
    height: 60vw;
  }
  #events article div .container {
    padding: 10vw 8vw;
  }
  #events article div .sp-image {
    display: block;
    width: 100%;
  }
  #events article div #mitari, #events article div #setsumei, #events article div #workshop, #events article div #campustour, #events article div #radio {
    display: none;
  }
  #events article .ttl {
    font-size: 18px;
    letter-spacing: .1rem;
    line-height: 2rem;
  }
  #events article .time {
    font-size: 20px;
  }
  #events article p {
    font-size: 14px;
  }
  #events article.right .video {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #events article.right .desc .ttl, #events article.right .desc .time {
    text-align: left;
  }
  footer {
    background: #fcee21;
  }
  footer .container {
    display: block;
    margin: 0 auto;
    padding: 4rem 0 2rem 0;
    width: 90%;
  }
  footer #comment {
    width: 70%;
  }
  footer #button a {
    width: 100%;
  }
  footer #button .button {
    font-size: 18px;
    height: 80px;
    line-height: 1.3;
    margin: .5rem .5rem;
    position: relative;
    width: 90%;
  }
  footer #button .button span {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  footer #line {
    margin: 2rem auto 0 auto;
    width: 60px;
  }
  footer #copyright {
    font-size: 8px;
  }
}
