@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/* ---------- 共通 --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body {
  background: url(img/bg.jpg) no-repeat center;
  background-attachment: fixed;
  min-width: 1024px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a:focus {
  text-decoration: none;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, textarea, select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 60px;
  border-bottom: #595959 solid 1px;
  overflow: hidden;
  *zoom: 1;
}
.site-header .site-title {
  float: left;
}
.site-header #digital-clock-box {
  float: right;
}

.site-title {
  margin: 0;
  padding: 0 1em;
  font-size: 20px;
  line-height: 60px;
}

#digital-clock-box {
  line-height: 60px;
  padding: 0 1em;
  font-size: 12px;
}
#digital-clock-box div {
  display: inline-block;
}

.site-info {
  font-size: 11px;
  position: absolute;
  right: 1.2em;
  bottom: 1em;
}

.container {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 80px 0 0;
  display: block;
}

.widget-box {
  position: absolute;
  top: 80px;
  right: 1em;
}

#twitter-box {
  width: 250px;
  display: block;
  position: absolute;
  right: 1em;
  bottom: 3em;
}
#twitter-box h2, #twitter-box h3 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  background: #FFF;
  display: inline-block;
  margin-bottom: 10px;
}
#twitter-box h2 span, #twitter-box h3 span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#twitter-box .tw-box {
  border: #7a7a7a solid 1px;
  height: 300px;
  overflow: hidden;
}

.from-tokyo {
  float: right;
  text-align: right;
}
.from-tokyo span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  text-decoration: underline;
}
.from-tokyo p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.sound-archive {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.sound-archive h2 {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 10px;
}
.sound-archive td {
  vertical-align: middle;
  padding-right: 5px;
}
.sound-archive select {
  border-radius: 0;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  margin: 0 5px 0 0;
  padding: 0 20px 0 5px;
  border: #000 solid 2px;
  background: #FFF url(img/select-arrow.png) no-repeat 90% center;
}
.sound-archive select.past_select {
  width: 60px;
}
.sound-archive select.past_select.first {
  width: 80px;
}
.sound-archive input {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background: #000;
  color: #FFF;
  width: 80px;
  height: 26px;
  padding: 0;
  border: #000 solid 2px;
}

input[type="checkbox"] {
  display: none;
}

.checkbox:checked ~ .social {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-90px);
  -moz-transform: scale(1) translateY(-90px);
  -o-transform: scale(1) translateY(-90px);
  transform: scale(1) translateY(-90px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* layout */
#nonukes, #mic, #ushi1, #ushi2, #ushi3, #arai1, #arai2 {
  position: absolute;
  top: 50%;
  left: 50%;
}

#nonukes {
  margin: -45px 0 0 50px;
}

#mic {
  margin: -130px 0 0 -300px;
}

#ushi1 {
  margin: -230px 0 0 -120px;
}

#ushi2 {
  margin: 20px 0 0 -80px;
}

#ushi3 {
  margin: -200px 0 0 -230px;
}

#arai1 {
  margin: -30px 0 0 -60px;
}

#arai2 {
  margin: -60px 0 0 -200px;
}

.label img {
  display: block;
  margin: 0 auto;
}
.label.micro {
  width: 61px;
  height: 60px;
}
.label.ushi1, .label.ushi2, .label.ushi3 {
  width: 71px;
  height: 53px;
}
.label.arai1, .label.arai2 {
  width: 67px;
  height: 32px;
}

/* motion */
@keyframes ushi1 {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes ushi2 {
  0% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(3px);
  }
}
@keyframes ushi3 {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes arai1 {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateY(3px);
  }
}
@keyframes arai2 {
  0% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-1px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(3px);
  }
}
.label.ushi1 img {
  animation-name: ushi1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.label.ushi2 img {
  animation-name: ushi2;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.label.ushi3 img {
  animation-name: ushi3;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.label.arai1 img {
  animation-name: arai1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.label.arai2 img {
  animation-name: arai2;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.social {
  transform-origin: 50% 0%;
  -webkit-transform: scale(0) translateY(-190px);
  -moz-transform: scale(0) translateY(-190px);
  -o-transform: scale(0) translateY(-190px);
  transform: scale(0) translateY(-190px);
  opacity: 0;
}

.player {
  background: #000;
  padding: 10px;
  position: relative;
  margin-top: -116px;
  z-index: 9999;
}

.player2 {
  background: #000;
  padding: 10px;
  position: relative;
  margin-top: -40px;
  z-index: 9999;
}

.player3 {
  background: #000;
  padding: 10px;
  position: relative;
  margin-top: -20px;
  z-index: 9999;
}

.player:after,
.player2:after,
.player3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
}

.title {
  color: #FFF;
}

.comment-link a {
  color: #000;
  font-size: 12px;
  position: absolute;
  bottom: 13px;
  right: 20px;
  text-decoration: underline;
}

/*******/
body.archive {
  background: transparent;
  background: #000;
}
body.archive #digital-clock-box a {
  color: #000;
  text-decoration: underline;
}
body.archive .site-info {
  font-size: 11px;
  color: #FFF;
}
body.archive h1.ttl {
  width: 420px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -210px;
  margin-top: -125px;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}
body.archive #sound-archive-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -210px;
  text-align: center;
}

/*******/
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
