@charset "euc-jp";

#slider-frame {
  height: 600px;
}
#banner-frame {
  height: calc(106px*2 + 67px*1 + 204.5px*4 + 262px*1);
}
#recommend-frame {
  height: 310px;
}
#feature-frame {
  width: 100%;
  height: calc(205px * 0 + 15px);
  z-index: 1;
  position: relative;
  display: block;
}

@media screen and (max-width: 1000px) {
  #feature-frame {
    height: calc(205px * 0 + 15px);
  }
}

#floating_right {
  width: 120px;
  height: calc(123px * 6);
  z-index: 1;
  position: relative;
  display: block;
}

#floating_left {
  width: 120px;
  height: calc(123px * 7);
  z-index: 1;
  position: relative;
  display: block;
}
