@charset "UTF-8";

.second-mv{
  padding-top: 13.333333333333334vw;
  padding-inline: 4.666666666666667vw;
}
.second-mv .inner{
  position: relative;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.6666666666666666vw;
  padding-inline: 0;
}
.second-mv .bread ul{
  display: flex;
}
.second-mv .bread ul li{
  padding-right: 2.1333333333333333vw;
  font-weight: bold;
}
.second-mv .bread ul li:last-child{
  padding-right: 0;
}
.second-mv .bread ul .icon{
  display: flex;
  align-items: center;
  gap: 2.1333333333333333vw;
}
.second-mv .bread ul .icon::before{
  content: "";
  background-image: url(../../img/common/bread_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4666666666666666vw;
  height: 1.8666666666666667vw;
}
.second-mv h1{
  font-size: 10.666666666666666vw;
  line-height: 1.58;
  letter-spacing: 0.03em;
}