/* -----------------------
  everyday
----------------------- */
.everyday{
  position: relative;
  background: url(../img/everyday_bg.png) no-repeat center top / 100%;
}

.everyday::before{
  content: '';
  position: absolute;
  top: max(calc(-55/ 750 * 100vw), -55px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(2/ 750 * 100vw), 2px);
  height: min(calc(113/ 750 * 100vw), 113px);
  background: url(../img/everyday_bg_line.png) no-repeat center top / cover;
}
.everyday .rltv-box {
  z-index: 2;
}

.everyday_pic{
  position: absolute;
  top: 0;
  z-index: -1;
}