.underMV {
  position: relative;
}

.underMV__wrapper {
  position: relative;
  height: 300px;
  margin-left: 15vw;
  background-repeat: no-repeat;
  background-position: left 20% center;
  background-size: cover;
}

.underMV .under-title {
  width: 100%;
  height: 100%;
  background-image: url(../images/MV_hero_bg.png);
  background-repeat: no-repeat;
  background-position: left -100px center;
  background-size: cover;
}

.underMV .under-title h1 {
  position: relative;
  left: -75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  height: 100%;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}

.underMV .under-title span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Avenir Next";
  font-weight: 400;
}

.bread-list {
  width: 100%;
  padding: 15px 0 15px 15vw;
  font-family: "Noto Sans JP";
}

.bread-list__inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.bread-list__inner li {
  padding-left: 15px;
  padding-right: 15px;
}

.bread-list__inner li a.current {
  pointer-events: none;
}

.bread-list__inner li:first-of-type {
  padding-left: unset;
}

@media screen and (max-width: 768px) {
  .underMV__wrapper {
    height: 250px;
    background-position: center right 30%;
  }
  .underMV .under-title h1 {
    left: -25px;
    font-size: 23px;
  }
  .underMV .under-title span {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .bread-list {
    padding: 15px 10px;
  }
  .bread-list__inner {
    font-size: 10px;
  }
  .bread-list__inner li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
