/*-----------------------------------------------------

  Message CSS

-----------------------------------------------------*/
#mv {
  position: relative;
  height: 530px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv {
    height: 0;
    padding-top: 38.8%;
  }
}

#mv .mv-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

#mv .mv-pic img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .mv-pic img {
    position: static;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

#mv .ttl-01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: mainttl-fade;
  animation-name: mainttl-fade;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#msg-catch .inner {
  width: 840px;
  min-width: 0;
  padding: 80px 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-catch .inner {
    width: 100%;
    padding: 40px 15px;
  }
}

#msg-catch .ttl {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-catch .ttl {
    margin-bottom: 30px;
  }
}

#msg-catch .ttl strong {
  display: block;
  background-image: url(../images/main-catch.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 619px;
  height: 0;
  margin: 0 auto 15px;
  padding-top: 52px;
  overflow: hidden;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-catch .ttl strong {
    background-size: 100% auto;
    width: 100%;
    padding-top: 8.4%;
  }
}

#msg-catch .ttl span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #888;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-catch .ttl span {
    font-size: 1.3rem;
  }
}

#msg-catch .lead {
  font-size: 1.8rem;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-catch .lead {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.875;
    letter-spacing: 0;
  }
}

#msg-main .ttl-wrap {
  background-image: url(../images/ttl-bg.png);
  background-repeat: repeat;
  background-position: center 0;
  background-color: #0080ff;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap {
    background-size: 12px auto;
  }
}

#msg-main .ttl-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  height: 420px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
  }
}

#msg-main .ttl-wrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46%;
  height: 100%;
  color: #fff;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .ttl {
    width: 100%;
  }
}

#msg-main .ttl-wrap .ttl .catch {
  margin-bottom: 80px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .ttl .catch {
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-size: 3.8vw;
  }
}

#msg-main .ttl-wrap .ttl .name {
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .ttl .name {
    font-size: 1.1rem;
  }
}

#msg-main .ttl-wrap .ttl .name strong {
  display: block;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .ttl .name strong {
    font-size: 1.8rem;
    font-size: 4.5vw;
  }
}

#msg-main .ttl-wrap .pic {
  position: relative;
  width: 54%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -20px;
  }
}

#msg-main .ttl-wrap .pic span {
  position: absolute;
  display: block;
  width: 720px;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .ttl-wrap .pic span {
    position: static;
    width: 100%;
    text-align: right;
  }
}

#msg-main .ttl-wrap .pic span img {
  width: auto;
  height: 100%;
}

#msg-main .content-block .inner {
  width: 840px;
  min-width: 0;
  padding: 80px 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .content-block .inner {
    width: 100%;
    min-width: 0;
    padding: 40px 15px;
  }
}

#msg-main .content-block .ttl {
  margin-bottom: 80px;
  font-size: 3.2rem;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .content-block .ttl {
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

#msg-main .content-block .txt {
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #msg-main .content-block .txt {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0;
  }
}

/*# sourceMappingURL=message.css.map */