@charset "utf-8";

/* ============================================== */
/* 736px以下 */
/* ============================================== */

/* 基本・共通 */
/* *{
  font-feature-settings: "palt";
} */
#snow-wrapper { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
#chicken-cola_sale_cp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  background: #d7000f;
  position: relative;
  z-index: 1;
}
#chicken-cola_sale_cp img {
  width: 100%;
  height: auto;
}

/* main */
#chicken-cola_sale_cp .items {
  padding: 0 1.3rem 1.3rem;
}
#chicken-cola_sale_cp .lead {
  color: #fff;
  line-height: 1.8rem;
  margin: 1rem auto;
  font-size: clamp(1.1rem, 1rem + 1vw, 2rem);
  font-feature-settings: "palt";
}
#chicken-cola_sale_cp .hanyo02_tit {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.375rem, 1rem + 1vw, 2.125rem);
  margin-bottom: 1rem;
}
#chicken-cola_sale_cp .hanyo02_tit:before,
#chicken-cola_sale_cp .hanyo02_tit:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
#chicken-cola_sale_cp .item-area {
  background: #fff;
  padding: 1.3rem;
  border-radius: 13px;
  border: 3px solid #231815;
}
#chicken-cola_sale_cp .red_box {
  font-size: 1.4rem;
  margin: 0 auto 1.3rem;
  background-color: #231815;
  color: #fff100;
  width: 65%;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#chicken-cola_sale_cp .red_box span {
  font-size: 1.8rem;
}
#chicken-cola_sale_cp .item-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#chicken-cola_sale_cp .item-area li {
  background: #f7f6f6;
  padding: 1rem;
  flex-basis: 100%;
}
#chicken-cola_sale_cp .plus {
  width: 10%;
  margin: 1% auto;
}
#chicken-cola_sale_cp .set_end {
  width: 100%;
  margin: 1rem auto;
}

/* item_box */
#chicken-cola_sale_cp .name {
  font-size: 1.2rem;
  margin: 10px 0 5px 0;
}
#chicken-cola_sale_cp .price {
  font-weight: 600;
}
#chicken-cola_sale_cp .txt {
  padding-top: 1rem;
}
#chicken-cola_sale_cp .day_box {
  width: 100%;
  margin: 8px 0;
}
#chicken-cola_sale_cp .day {
  width: 50%;
  border: solid 1px #adaba1;
  font-size: 0.75rem;
  padding: 5px;
  line-height: 1.4;
  text-align: center;
}

/* ============================================== */
/* 737px以上 */
/* ============================================== */
@media screen and (min-width: 737px) {
  
  /* main */
  #chicken-cola_sale_cp main {
    padding: 1% 0 2% 0; 
  }
    #chicken-cola_sale_cp .lead {
    line-height: 3rem;
    margin: 2rem auto;
  }
  #chicken-cola_sale_cp .hanyo02_tit:before,
  #chicken-cola_sale_cp .hanyo02_tit:after {
    margin-right: 0.5em;
    width: 3em;
  }
  #chicken-cola_sale_cp .item-area {
    padding: 3rem;
    border-radius: 20px;
    margin: 0 5%;
    border: 5px solid #231815;
  }
  #chicken-cola_sale_cp .red_box {
    font-size: 1.7rem;
    margin: 0 auto 2.5rem;
    width: 30%;
    border-radius: 10px;
  }
  #chicken-cola_sale_cp .red_box span {
    font-size: 2.4rem;
  }
  #chicken-cola_sale_cp .item-area ul {
    margin: 0 auto;
    gap: 0.9rem;
  }
  #chicken-cola_sale_cp .item-area li {
    width: calc(100% / 3 - 10px);
    height: auto;
    box-sizing: border-box;
    flex-basis: calc(100% / 3 - 10px);
  }
  #chicken-cola_sale_cp .plus {
    width: 6%;
  }
  #chicken-cola_sale_cp .set_end {
    width: 84%;
    margin: 3rem auto;
  }

  /* item_box */
  #chicken-cola_sale_cp .name {
    font-size: 1.3rem;
  }
  #chicken-cola_sale_cp .day_box {
    margin: 10px 0;
  }
  #chicken-cola_sale_cp .day {
    font-size: 1rem;
  }
}