.body {
  margin-top: 74px; }
  @media screen and (max-width: 960px) {
    .body {
      margin-top: 59px; } }

.classTtl {
  padding-bottom: 35px; }

p {
  line-height: 1.8; }

.zeroBg {
  background-image: url(../images/zero/brand_zero_main.jpg); }

.vmotoBg {
  background-image: url(../images/vmoto/brand_vmoto_main.jpg); }

.xeamBg {
  background-image: url(../images/xeam/brand_xeam_main.jpg); }

.tromoxBg {
  background-image: url(../images/tromox/brand_tromox_main.jpg); }

.niuBg {
  background-image: url(../images/niu/brand_niu_main.jpg); }

.supersocoBg {
  background-image: url(../images/supersoco/brand_supersoco_main.jpg); }

.mv02 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: top center;
  padding: 50px 0; }
  @media screen and (max-width: 960px) {
    .mv02 {
      padding: 20px 0; } }
  .mv02-txt {
    text-align: center;
    color: white;
    font-weight: 600; }
    .mv02-txt .ttl {
      font-size: 42px;
      color: white; }
      @media screen and (max-width: 960px) {
        .mv02-txt .ttl {
          font-size: 20px; } }
      .mv02-txt .ttl img {
        max-width: 40%; }
    .mv02-txt .sub {
      font-size: 20px; }
      @media screen and (max-width: 960px) {
        .mv02-txt .sub {
          font-size: 13px; } }
      @media screen and (max-width: 480px) {
        .mv02-txt .sub {
          font-size: 11px; } }
  .mv02-image {
    width: 100%; }

.mv {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mv-txt {
    position: absolute;
    text-align: center;
    color: white;
    font-weight: 600; }
    .mv-txt .ttl {
      font-size: 42px;
      color: white; }
      @media screen and (max-width: 960px) {
        .mv-txt .ttl {
          font-size: 20px; } }
      .mv-txt .ttl img {
        max-width: 50%; }
    .mv-txt .sub {
      font-size: 20px; }
      @media screen and (max-width: 960px) {
        .mv-txt .sub {
          font-size: 13px; } }
      @media screen and (max-width: 480px) {
        .mv-txt .sub {
          font-size: 11px; } }
  .mv-image {
    width: 100%; }

.catch {
  padding: 40px 0; }
  .catch-ttl {
    padding-bottom: 20px; }
  .catch .desc {
    width: 90%;
    margin: 0 auto;
    line-height: 1.8; }
    @media screen and (max-width: 480px) {
      .catch .desc {
        width: 100%; } }
  .catch .description {
    font-size: 20px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .catch .description {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .catch .description {
        font-size: 11px; } }

.brands {
  padding-bottom: 80px; }

.brandBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -20px; }
  @media screen and (max-width: 600px) {
    .brandBox {
      margin: 0 -10px; } }
  .brandBox .item {
    width: 33%;
    padding: 0 20px 60px; }
    @media screen and (max-width: 960px) {
      .brandBox .item {
        padding: 0 10px 50px; } }
    @media screen and (max-width: 600px) {
      .brandBox .item {
        width: 50%;
        padding: 0 10px 30px; } }
    @media screen and (max-width: 480px) {
      .brandBox .item {
        padding: 0 5px 70px;
        width: 100%; } }
    .brandBox .item .inner {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .brandBox .item .inner .image {
        width: 100%;
        text-align: center; }
        .brandBox .item .inner .image img {
          width: 100%; }
          @media screen and (max-width: 480px) {
            .brandBox .item .inner .image img {
              width: 60%; } }
      .brandBox .item .inner .logoImage {
        padding: 15px 0; }
        .brandBox .item .inner .logoImage img {
          height: 55px; }
          @media screen and (max-width: 480px) {
            .brandBox .item .inner .logoImage img {
              height: 25px; } }
      .brandBox .item .inner .btnWrap {
        display: flex;
        justify-content: center;
        padding-top: 30px;
        margin-top: auto;
        flex-wrap: wrap; }
        @media screen and (max-width: 480px) {
          .brandBox .item .inner .btnWrap {
            padding-top: 10px; } }
      @media screen and (max-width: 960px) {
        .brandBox .item .inner .desc {
          font-size: 13px; } }

.mediumTtl {
  font-size: 30px;
  font-weight: 600; }
  @media screen and (max-width: 960px) {
    .mediumTtl {
      font-size: 20px; } }
  @media screen and (max-width: 600px) {
    .mediumTtl {
      font-size: 15px; } }

.btn-gray {
  display: block;
  overflow: hidden;
  padding: 10px 10px;
  background-color: #e1e1e1;
  position: relative;
  width: 100%;
  border-radius: 30px;
  transition: all 0.2s cubic-bezier(0.88, 0.08, 0.83, 0.67);
  position: relative;
  margin-bottom: 10px; }
  .btn-gray .txt {
    position: relative;
    z-index: 50;
    transition: all 0.2s cubic-bezier(0.88, 0.08, 0.83, 0.67);
    font-size: 14px; }
    @media screen and (max-width: 960px) {
      .btn-gray .txt {
        font-size: 11px; } }
  .btn-gray::before {
    content: "";
    display: block;
    transition: all 0.2s cubic-bezier(0.88, 0.08, 0.83, 0.67);
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%); }
  .btn-gray:hover {
    color: white; }
    .btn-gray:hover .txt {
      color: white; }
    .btn-gray:hover::before {
      transform: translateX(0); }

.btn-black {
  display: block;
  overflow: hidden;
  padding: 10px 10px;
  background-color: #333;
  position: relative;
  width: 100%;
  border-radius: 30px;
  transition: all 0.2s cubic-bezier(0.88, 0.08, 0.83, 0.67);
  position: relative;
  margin-bottom: 10px;
  color: white;
  border: solid 1px #333; }
  .btn-black .txt {
    position: relative;
    z-index: 50;
    transition: all 0.2s cubic-bezier(0.88, 0.08, 0.83, 0.67); }
    @media screen and (max-width: 960px) {
      .btn-black .txt {
        font-size: 11px; } }
  .btn-black::before {
    content: "";
    display: block;
    transition: all 0.2s cubic-bezier(0.88, 0.08, 0.83, 0.67);
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%); }
  .btn-black:hover {
    color: #333; }
    .btn-black:hover .txt {
      color: #333; }
    .btn-black:hover::before {
      transform: translateX(0); }

.sec-inner {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.d-sp-none {
  display: inline; }
  @media screen and (max-width: 960px) {
    .d-sp-none {
      display: none; } }

.support .catch .btn-black {
  width: 33%;
  margin: 24px auto 0; }
  @media screen and (max-width: 767px) {
    .support .catch .btn-black {
      width: 100%; } }

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