@charset "utf-8";
/* CSS Document */
#chicken-cola_sale_cp_2507 img {
  width: 100%;
  height: auto;
}
.lead {
  color: #fff;
}
.hanyo02_tit {
  color: #fff;
  font-weight: 500;
}
.price {
  font-weight: 600;		
}
.txt{
  padding-top: 1rem;
}

@media screen and (max-width: 736px) {
  #chicken-cola_sale_cp_2507 img {
    width: 100%;
    height: auto;
  }
  #chicken-cola_sale_cp_2507 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  #chicken-cola_sale_cp_2507 main {
    width: 100%;
    height: auto;
    padding: 1% 0 0;
    background-color: #d7000f;
  }
  .hanyo02_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 5%;
  }
  .hanyo02_tit:before, .hanyo02_tit:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
  }
  .items {
	  padding: 0 1.3rem 1.3rem;	
  }
  .lead {
	  line-height: 1.8rem;
	  margin: 30px auto 30px;
  }
  .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;
  }
  .red_box span {
    font-size: 1.8rem;
  }
  #chicken-cola_sale_cp_2507 .item-area {
    background: #fff;
    padding: 1.3rem;
    border-radius: 13px;
    border: 3px solid #231815;
  }
  .item-area ul {
    display: flex;
	  flex-wrap: wrap;
    justify-content: center;
	  gap: 1rem;
  }
  #chicken-cola_sale_cp_2507 .item-area li {
    background: #f7f6f6;
    padding: 1rem;
	  width: calc(100% / 1 - 24px);
  }
  #chicken-cola_sale_cp_2507 .items .plus {
    width: 10%;
    margin: 1% auto;
  }
  .name {
    font-size: 1.2rem;
	margin: 10px 0 5px 0;
  }
  .set_end {
    width: 100%;
    margin: 1rem auto;
  }
}

@media screen and (min-width:737px) {
  #chicken-cola_sale_cp_2507 main {
    width: 100%;
    height: auto;
    padding: 1% 0 2% 0;
    background-color: #d7000f;
  }
  .hanyo02_tit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hanyo02_tit:before, .hanyo02_tit:after {
    margin-right: 0.5em;
    border-top: 1px solid;
    content: "";
    width: 3em;
  }
  .lead {
    font-size: 1.5rem;
	  line-height: 3rem;
	  margin: 40px auto 45px;
  }
  .red_box {
    background-color: #231815;
    color: #fff100;
    font-size: 1.7rem;
    margin: 0 auto 2.5rem;
    width: 30%;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .red_box span {
    font-size: 2.4rem;
  }
  #chicken-cola_sale_cp_2507 .item-area {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
    margin: 0 5%;
    border: 5px solid #231815;
  }
  .item-area ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #chicken-cola_sale_cp_2507 .item-area li {
    width: calc(100% / 3 - 10px);
    height: auto;
    background: #f7f6f6;
    padding: 1rem;
    box-sizing: border-box;
  }
  .item-area ul.chiki {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  #chicken-cola_sale_cp_2507 .item-area .chiki li {
    width: calc(100% / 2 - 10px);
    height: auto;
    background: #f7f6f6;
    padding: 1rem;
    box-sizing: border-box;
  }
  #chicken-cola_sale_cp_2507 .items .plus {
    width: 6%;
    margin: 1% auto;
  }
  .name {
    font-size: 1.3rem;
	  margin: 10px 0 5px 0;
  }
  .set_end {
    width: 84%;
    margin: 3rem auto;
  }
}



