.main-font{
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

.main-color{
  background: #C83337; 
}
.sub-color{
  background: #F9F9F9; 
}

.main-font-color{ 
  color: #C83337; 
}
.sub-font-color {
  color: #F9F9F9; 
}

.header{
  &.active{
    border-bottom: 1px solid rgba(200, 51, 55, 0.3);
    box-shadow: 0 8px 32px rgba(200, 51, 55, 0.08);
  }
}

.footer{
  border-top: 1px solid #F9F9F9;
}
.hamburger span {
  background: #C83337;
}
.hamburger.active span {
  background: #C83337;
}

.section04{
  background-image: url(../../../img/enduser/byakko-spicy-hot-pot/section04_background.png);
  & .wrap01{
    background: rgba(249, 249, 249, 0.95);
  }
  & .link01 {
    background: #C83337;
    &::after {
      background: #F9F9F9;
    }
  }
}
@media (max-width: 768px) {
  .section04{
    background-image: url(../../../img/enduser/byakko-spicy-hot-pot/section04_background-sp.png);
  }
}