@charset "UTF-8";

.second-mv{
  padding-top: 100px;
  padding-inline: 25px;
}
.second-mv .inner{
  position: relative;
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;
}
.second-mv .bread ul{
  display: flex;
}
.second-mv .bread ul li{
  padding-right: 20px;
  font-weight: bold;
}
.second-mv .bread ul li:last-child{
  padding-right: 0;
}
.second-mv .bread ul .icon{
  display: flex;
  align-items: center;
  gap: 16px;
}
.second-mv .bread ul .icon::before{
  content: "";
  background-image: url(../../img/common/bread.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 8px;
}
.second-mv h1{
  font-size: 64px;
  line-height: 1.58;
  letter-spacing: 0.03em;
}