/* reset */


/* img {
  vertical-align: bottom;
  border: none;
} */

.mvv {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.mvv article {
  overflow: hidden;
}

.mvv a {
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
.mvv a:hover {
  opacity: 0.7;
}

.mvv img {
  width: 100%;
  height: 100%;
}

.mvv .wi100{
  width: 100%;
  height:auto;
}

.mvv .pc{
    display: block;
}
.mvv .sp{
    display: none;
}

.mvv h1{
  margin-top: 0;
  margin-bottom: 0;
}



@media screen and (max-width: 767px) {
.mvv .pc{
    display: none;
}
.mvv .sp{
    display: block;
}
}


@media screen and (max-width: 767px) {
  

    /* main */
    .mvv{
        max-width: 100%;
    }
}

.mvv li {
    padding: 0;
    margin-left: 0;
  }

.mvv ul {
    display: block;
  }
  
  @media (min-aspect-ratio: 640 / 323) {
    .mvv li:nth-child(3) {
        padding: 0!important;
    }
}
.mvv .brand img {
    position: relative;
  }

  @media screen and (max-width: 925px) {
    .mvv .mvv_inner {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .mvv #footer img {
        height: auto;
    }
}

    .mvv_list li {
        padding: 0!important;
    }

.mvv #contact .yes {
    width: 112.75px !important;
}

.mvv #contact .yesmain {
    width: 112.75px !important;
}
