@charset 'UTF-8';

.twitter-follow-button {
  vertical-align: middle;
}

.bg-01 {
  width: 100%;
  animation: bg-loop 60s linear infinite;
  background:
    url('../../images/mainpage/bg_01_grid.png') no-repeat,
    url('../../images/mainpage/bg_01.jpg') repeat-x;
  background-position:
    center top,
    0 bottom;
  background-size:
    cover,
    cover;
  -webkit-animation: bg-loop 60s linear infinite;
}

@-webkit-keyframes bg-loop {
  from {
    background-position:
      center top,
      0 bottom;
  }
  to {
    background-position:
      center top,
      -2500px bottom;
  }
}

@keyframes bg-loop {
  from {
    background-position:
      center top,
      0 bottom;
  }
  to {
    background-position:
      center top,
      -2500px bottom;
  }
}

.bg-02 {
  background: url('../../images/mainpage/bg_02.jpg') center top repeat;
}

.bg-03 {
  background: url('../../images/mainpage/bg_03.jpg') center top repeat-x #303036;
}

.container,
.container-fluld {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, sans-serif;
}

.bg-page-header {
  background-color: rgba(0, 0, 0, .5);
}

.page-header {
  height: 3rem;
  line-height: 3rem;
}

.title-monsters {
  margin-top: -4rem;
}

.information-news-block {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .information-news-block {
    display: inline-block;
    width: 61.2%;
    margin-bottom: 0;
  }
  .information-twitter-block {
    display: inline-block;
    width: 35.3%;
    margin-left: 2%;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.title-news {
  margin-top: 2.6%;
  text-align: center;
}

.title-news>img {
  width: 28%;
}

.title-twitter {
  margin-top: 2.6%;
  text-align: center;
}

.title-twitter>img {
  width: 42%;
}

@media (min-width: 768px) {
  .title-twitter {
    margin-top: 4.8%;
  }
  .title-twitter>img {
    width: 74%;
  }
}

.news-block {
  position: relative;
  background: url('../../images/mainpage/block_01.png') center top no-repeat;
  background-size: contain;
}

.news-block:before {
  display: block;
  width: 100%;
  padding-top: 65.68627%;
  content: '';
}

.news-block>.news-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-list-block {
  position: relative;
  width: 92%;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
}

.news-list-block:before {
  display: block;
  width: 100%;
  padding-top: 50%;
  content: '';
}

.news-list-block>.news-list-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.twitter-block {
  position: relative;
  background: url('../../images/mainpage/block_01.png') center top no-repeat;
  background-size: contain;
}

.twitter-block:before {
  display: block;
  width: 100%;
  padding-top: 65.68627%;
  content: '';
}

.twitter-block>.twitter-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.twitter-body {
  width: 86%;
  height: 74%;
  margin: 3% auto 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .twitter-block {
    position: relative;
    background: url('../../images/mainpage/block_02.png') center top no-repeat;
    background-size: contain;
  }
  .twitter-block:before {
    display: block;
    width: 100%;
    padding-top: 113.88102%;
    content: '';
  }
  .twitter-block>.twitter-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .twitter-body {
    margin: 2% auto 0;
  }
}

.event-title>img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.event-block {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background: url('../../images/mainpage/bg_event_menu_01.png') repeat-y 0 0;
  background-size: contain;
  text-align: center;
}

.event-block:after {
  display: inline-block;
  position: absolute;
  bottom: -4%;
  left: 0;
  width: 100%;
  height: 6%;
  background: url('../../images/mainpage/bg_event_menu_02.png') bottom center no-repeat;
  background-size: contain;
  vertical-align: bottom;
  content: '';
}

.event-box {
  width: 82%;
  margin: 0 auto;
  padding-top: 4%;
  padding-bottom: 4%;
}

/* Overwrite */

.carousel-control-prev {
  left: -12%;
}

.carousel-control-next {
  right: -12%;
}

.carousel-control-prev-icon {
  background: url('../../images/mainpage/icon_prev.png');
}

.carousel-control-next-icon {
  background: url('../../images/mainpage/icon_next.png');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 24px;
  height: 40px;
}

.carousel-indicators {
  bottom: -12%;
}

.footer-links {
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
  vertical-align: middle;
}

.footer-copyright {
  height: 4rem;
  letter-spacing: .1rem;
  vertical-align: middle;
}

.monster-list {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .monster-list {
    margin-top: -4rem;
  }
}

@media (min-width: 768px) {
  .monster-list {
    margin-top: -6rem;
  }
}

