@charset "UTF-8";
/*======================
  brand
======================*/
.brand .messageBox .inner {
  padding: 10% 5% 25%;
}
.brand .messageBox .txtArea {
  margin-bottom: 20%;
}
.brand .messageBox .txtArea p {
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  line-height: 1.8;
}
.brand .messageBox .txtArea img {
  display: block;
  margin-bottom: 16%;
}
.brand .messageBox .imgArea ul {
  margin-bottom: -3.5%;
}
.brand .messageBox .imgArea ul li {
  margin-bottom: 3.5%;
}
.brand .movBox {
  width: 100%;
  max-width: 500px;
  margin: 9% auto 6.5%;
}
.brand .movBox div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.brand .movBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .brand .messageBox .inner {
    padding: 5% 12% 8%;
  }
  .brand .messageBox .txtArea {
    width: 67%;
    margin: 0 auto 5%;
  }
  .brand .messageBox .txtArea p {
    font-size: 1.71875vw;
  }
  .brand .messageBox .txtArea img {
    width: 85%;
    margin: 0 auto 5%;
  }
  .brand .messageBox .imgArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0%;
    margin-left: -5%;
  }
  .brand .messageBox .imgArea ul li {
    width: calc(100% / 3);
    margin-left: 5%;
    margin-bottom: 0%;
  }
  .brand .movBox {
    margin: 5% auto;
  }
}
@media screen and (min-width: 1280px) {
  .brand .messageBox .txtArea p {
    font-size: 22px;
  }
}
