.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      height: 70vh; } }
  .mv_area .inr {
    text-align: center; }
    .mv_area .inr h2 {
      font-family: "Kokoro";
      color: #fff;
      text-align: center;
      padding-top: 200px;
      font-size: 4em; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 2em;
          padding-top: 100px; } }
    .mv_area .inr span {
      font-family: "EB Garamond", serif;
      display: block;
      font-size: .3em;
      font-style: italic;
      font-weight: bold;
      letter-spacing: .1em;
      margin-top: 20px; }

.message_txt {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#070404));
  background: -webkit-linear-gradient(top, #000, #070404);
  background: -o-linear-gradient(top, #000, #070404);
  background: linear-gradient(to bottom, #000, #070404);
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .message_txt {
      padding-bottom: 50px; } }
  .message_txt .inr p,
  .message_txt .inr h3,
  .message_txt .inr h4 {
    padding-top: 40px;
    text-align: center;
    color: #fff;
    font-family: "Kokoro"; }
    @media only screen and (max-width: 767px) {
      .message_txt .inr p,
      .message_txt .inr h3,
      .message_txt .inr h4 {
        padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .message_txt .inr p {
      font-size: .9em; } }
  .message_txt .inr h3 {
    font-size: 2.2em; }
    @media only screen and (max-width: 767px) {
      .message_txt .inr h3 {
        font-size: 1.6em; } }
  .message_txt .inr h4 {
    font-size: 1.2em;
    line-height: 2em; }
    @media only screen and (max-width: 767px) {
      .message_txt .inr h4 {
        font-size: 1.1em; } }
  .message_txt .inr h5 {
    padding-top: 40px;
    text-align: center;
    color: #fff;
    font-family: "EB Garamond", serif;
    font-size: 2.4em;
    line-height: 1.6em;
    letter-spacing: .2em; }
    @media only screen and (max-width: 767px) {
      .message_txt .inr h5 {
        font-size: 1.6em;
        padding-top: 20px; } }
    .message_txt .inr h5 span {
      font-family: "Kokoro";
      display: block;
      letter-spacing: 0.1em;
      font-size: .5em; }
  .message_txt .inr .back {
    font-size: 1.1em;
    font-family: "EB Garamond", serif;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .message_txt .inr .back {
        text-align: center;
        margin-top: 40px; } }
    .message_txt .inr .back a {
      position: relative;
      padding-left: 40px; }
      .message_txt .inr .back a::before {
        content: '';
        display: inline-block;
        width: 54px;
        height: 49px;
        background-image: url(../img/back_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .message_txt .inr .back a:hover::before {
        background-image: url(../img/back_icon_hover.png);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
