@charset "UTF-8";
a[target='_blank']::after,
a[target='new']::after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
}

.tokyo {
  position: absolute;
  top: 10px;
  right: 10px;
}

blockquote.mail {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}
blockquote.mail p {
  display: inline-block;
  text-align: left;
  color: #CCC;
  font-style: normal;
}

#video {
  position: relative;
  width: 800px;
  height: 450px;
}

#f {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

#navi {
  width: auto;
}
#navi ul li a {
  font-size: 160%;
  font-family: "Kointai-M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#list h2 {
  font-family: "Kointai-M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #ccc;
}
#list ul {
  text-align: center;
  padding: 0;
  margin: 40px auto;
  font-size: 0;
  letter-spacing: 0;
}
#list ul li {
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
  padding: 0 5px;
}
#list ul li a:hover img {
  opacity: 0.5;
}
#list ul li a img {
  display: block;
  width: 100%;
}
#list ul li a p {
  font-size: 0.75rem;
  text-align: left;
}

.accordion .button {
  border-bottom: 1px solid #ba0000;
}
.accordion .button.open a::after {
  transform: scale(1, -1);
}
.accordion .button a {
  font-size: 160%;
}
.accordion .button a.btn {
  border: 0 none;
}
.accordion .button a::after {
  font-family: "Hobonichi-Icons";
  content: "\e919";
  transition: all 0.5s;
  transform: scale(1, 1);
  font-size: 150%;
  vertical-align: middle;
  display: inline-block;
}
.accordion .content {
  text-align: left;
  transition: all 0.5s;
  overflow: hidden;
  height: 0;
  margin-bottom: 60px;
}
.accordion .content h3 {
  line-height: 1;
  font-size: 180%;
}
.accordion .content h3, .accordion .content p {
  color: #999;
}
.accordion .content .inner {
  padding: 5px 0;
  border-bottom: 1px solid #ba0000;
}

@media only screen and (max-width: 600px) {
  .tokyo {
    position: static;
    text-align: center;
  }
  .tokyo img {
    width: 100px;
  }

  #video {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #f {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #f canvas {
    width: 100%;
    height: 100%;
  }

  #header h1 {
    padding: 0 10px;
  }
  #header h1 img {
    width: 100%;
  }
}
