@charset "UTF-8";

body {
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding-top: 19%;
}

#header {
  background-image: none;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  position: fixed;
  top: 0px;
  z-index: 100;
}

p.header_img {
  width: 30%;
  opacity:0.8;
}

div.menu {
  width: 70%;
  text-align: right;
  position: relative;
}

#footer {
  background-image: none;
}

#contents {
  color: #fff;
}

.castlist div.spec {
  background-color: #222;
}

.castlist a {
  margin-left: 0px;
}

.castlist p.name {
  color: #fff;
}

.drawer-hamburger {
  position: static;
  margin-right: 0px;
  width: 30px;
  height: 20px;
}

ul.btn_menu {
  width: 145px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: auto;
  margin-right: 0px;
  position: absolute;
  right: 10px;
  top: 9px;
}

ul.btn_menu li {
  width: calc(100% / 3);
}

ul.btn_menu li img {
  opacity: 0.8;
}
