@charset "euc-jp";

#slider-frame {
  height: 600px;
}
#sale-frame {
  height: 2930px;
}
#recommend-frame {
  height: 310px;
}
#feature-frame {
  width: 100%;
  height: calc(205px * 3 + 15px);
  z-index: 1;
  position: relative;
  display: block;
}

@media screen and (max-width: 1000px) {
  #feature-frame {
    height: calc(205px * 3 + 15px);
  }
}

#floating_right {
  width: 120px;
  height: calc(125px * 6);
  z-index: 1;
  position: relative;
  display: block;
}

#floating_left {
  width: 120px;
  height: calc(125px * 7);
  z-index: 1;
  position: relative;
  display: block;
}
