.c-ecBanner_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  width: 89.4666666667vw;
  height: 129.2vw;
  gap: 0.9333333333vw;
  padding-right: 4.9333333333vw;
  padding-left: 4.9333333333vw;
  padding-bottom: 5.4666666667vw;
  background-image: url("/brand/chikunain/img/common/bnr_ec_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .c-ecBanner_block {
    gap: 5px;
    width: 1028px;
    height: 603px;
    padding-bottom: 44px;
    background-image: url("/brand/chikunain/img/common/bnr_ec_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .c-ecBanner_block {
    flex-wrap: wrap;
  }
}
.c-ecBanner_block a {
  max-width: 49%;
  height: -moz-fit-content;
  height: fit-content;
}