@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');

#mainv {
  position: relative;
  background: #000 url(../img/mv_bg01@pc.jpg) no-repeat 50% 0;
}
@media only screen and (max-width: 782px) {
  #mainv {
    height: auto;
    background-size: auto 177px;
    background-image: url(../img/mv_bg01@sp.jpg);
  }
}

.mainv__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.mainv__ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 420px;
}

@media only screen and (max-width: 782px) {
  .mainv__ttl {
    display: block;
    padding-top: 42px;
    width: auto;
    height: auto;
    text-align: center;
  }
}

.mainv__ttl img {
  width: 420px;
}

@media only screen and (max-width: 782px) {
  .mainv__ttl img {
    width: 298px;
  }
}

#status {
  width: 380px;
  margin-top: 20px;
  padding: 20px 0;
  border-radius: 3px;
  background-image: url(../img/bg_status01.png);
}

@media only screen and (max-width: 782px) {
  #status {
    width: auto;
    padding: 15px 0;
    border-radius: 0;
  }
}

#status table {
  margin: 0 auto;
}

#status th {
  padding-right: 6px;
  font-size: 12px;
  text-align: right;
}

#status td {
  padding-left: 6px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 16px;
  text-align: left;
}

.mainv__slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 560px;
  height: 420px;
}

@media only screen and (max-width: 782px) {
  .mainv__slide {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-top: 1px solid #212121;
  }
}

.mainv__slide a {
  display: block;
  position: relative;
}

.mainv__slide a::before {
  content: url(../img/mv_slideBtn01.png);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 0;
  transition: .2s;
}

.mainv__slide a:hover::before {
  opacity: .8;
}

.mainv__slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* dots
--------------------------------*/

.mainv__slide .slick-dots {
  position: absolute;
  z-index: 1;
  width: 60%;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.mainv__slide .slick-dots li {
  display: inline-block;
  position: relative;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
}

.mainv__slide .slick-dots li button {
  display: block;
  height: 8px;
  width: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .mainv__slide .slick-dots li button:hover, .mainv__slide .slick-dots li button:focus {
    outline: none;
  }
  .mainv__slide .slick-dots li button:hover:before, .mainv__slide .slick-dots li button:focus:before {
    opacity: .5;
  }
}

.mainv__slide .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #797979;
  text-align: center;
}

.mainv__slide .slick-dots li.slick-active button:before {
  background-color: #10abec;
}

/*
--------------------------------*/

/*
--------------------------------*/

#content {
  background-image: none;
}

#main .ttl_lv2 {
  margin-bottom: 15px;
  border-bottom: none;
}
