@charset "utf-8";
/* CSS Document */
#bento-drink_cp_2606 img {
  display: block;
  width: 100%;
  height: auto;
}
#bento-drink_cp_2606 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
#bento-drink_cp_2606 h1, h2, h3, h4, h5, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#bento-drink_cp_2606 ul, li, dl, dt, dd {
  margin: 0;
  list-style: none;
  padding: 0;
}
#bento-drink_cp_2606 a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}
#bento-drink_cp_2606 img {
  width: 100%;
  height: auto;
}
/*---------------- date ----------------*/
#bento-drink_cp_2606 .date {
  margin: 0 auto;
  padding: 1rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
}
#bento-drink_cp_2606 .date dl {
  width: 100%;
  align-items: center;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
#bento-drink_cp_2606 .date dl dt {
  display: inline-block;
  color: #fff;
  background-color: #5f3c2f;
  border-radius: .3rem;
  padding: .2rem .5rem .3rem;
  margin-right: .5rem;
  font-size: clamp(0.9rem, 0.673rem + 0.97vw, 1.4rem);
}
#bento-drink_cp_2606 .date dl dd {
  font-size: clamp(0.9rem, 0.673rem + 0.97vw, 1.5rem);
  letter-spacing: -.03em;
  color: #5f3c2f;
}
/*---------------- main -----------------------*/
#bento-drink_cp_2606 main {
  background-color: #fff;
  background-color: #d90011;
  /* margin: 0 .5rem; */
  padding: .5rem .5rem 0;
}
/*---------------- white -----------------------*/
#bento-drink_cp_2606 .white_area {
  background-color: #fff;
}
#bento-drink_cp_2606 .item-area {
  padding: 1.5rem 0 0;
}
#bento-drink_cp_2606 .item-area .kome {
  text-align: center;
  margin: 1rem auto 1.5rem;
  font-size: clamp(0.8rem, 0.7091rem + 0.3879vw, 1rem);
  width: 100%;
}
#bento-drink_cp_2606 .item-area .logo {
  width: 13%;
  margin: 0 auto 1.5rem;
}
#bento-drink_cp_2606 .item-area h2 {
  text-align: center;
}
#bento-drink_cp_2606 .item-area h2 span {
  color: #fff;
  background-color: #d90011;
  border-radius: 3rem;
  font-size: 1.6rem;
  padding: .3rem 2rem .5rem;
}
#bento-drink_cp_2606 .item {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#bento-drink_cp_2606 .item li {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: #f7f6f6;
}
/* .item li:last-child {
  margin-bottom: 0;
} */
#bento-drink_cp_2606 .item li .name {
  font-size: clamp(1.1rem, 0.9rem + 0.43vw, 1.3rem);
  font-weight: bold;
  line-height: 1.4;
}
#bento-drink_cp_2606 .item li .name span {
  font-size: clamp(0.813rem, 0.813rem + 0.25vw, 1rem);
}
#bento-drink_cp_2606 .item li .price {
  font-size: clamp(0.875rem, 0.9rem + 0.22vw, 1.2rem);
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
#bento-drink_cp_2606 .item li .item_date span {
  font-size: .9rem;
  padding: .1rem .5rem .2rem;
  color: #000;
  border: 1px solid #000;
  font-weight: 500;
}
#bento-drink_cp_2606 .item li .txt {
  font-size: clamp(0.875rem, 0.776rem + 0.22vw, 0.938rem);
  text-align: left;
  line-height: 1.6;
}
#bento-drink_cp_2606 .item li .txt span {
  font-size: clamp(0.688rem, 0.588rem + 0.22vw, 0.75rem);
  margin: 5px 0 0;
  display: block;
}
/*---------------- red -----------------------*/
#bento-drink_cp_2606 .red_area {
  margin-top: -2px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90011;
  position: relative;
  display: flex;
  flex-direction: column;
}
#bento-drink_cp_2606 .custom-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
#bento-drink_cp_2606 .custom-shape svg {
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
}
#bento-drink_cp_2606 .custom-shape .shape-fill {
  fill: #fff;
}
#bento-drink_cp_2606 .cha {
  display: block;
  color: #fff;
  margin: 0 auto;
  position: relative;
  width: 95%;
}
#bento-drink_cp_2606 .cha h2 {
  text-align: center;
  margin: 1rem 0;
}
#bento-drink_cp_2606 .cha h2 span {
  display: inline-block;
  color: #d90011;
  background-color: #fff100;
  border-radius: .5rem;
  font-size: 1.4rem;
  font-weight: 900;
  padding: .3rem 1.5rem;
}
#bento-drink_cp_2606 .cha_content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  width: 94%;
}
#bento-drink_cp_2606 .cha_text {
  order: 0;
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
#bento-drink_cp_2606 .cha_text .taisyogai {
  font-size: clamp(0.8rem, 0.7091rem + 0.3879vw, 1rem);
  line-height: 1.2;
}
#bento-drink_cp_2606 .ml {
  font-size: clamp(1rem, 0.2rem + 3.4vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}
#bento-drink_cp_2606 .cha_list {
  font-size: clamp(1rem, 0.2rem + 3.4vw, 2rem);
  font-weight: 900;
  line-height: 1.3;
}
#bento-drink_cp_2606 .cha_list li.lemon {
  display: flex;
  align-items: center;
}
#bento-drink_cp_2606 .cha_list li .kajyu {
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: .5rem;
}
#bento-drink_cp_2606 .cha_name {
  font-size: clamp(1.1rem, 0.5rem + 3vw, 3rem);
  font-weight: 900;
  line-height: 1.3;
}
#bento-drink_cp_2606 .cha_name span {
  font-size: clamp(1rem, 0.318rem + 2.909vw, 2.5rem);
  font-weight: 400;
  display: inline-block;
}
#bento-drink_cp_2606 .cha_name .brand {
  font-size: 0.7em;
  margin-right: 0.2em;
  font-weight: 900;
  vertical-align: baseline;
}
#bento-drink_cp_2606 .cha .drink_photo {
  order: 1;
  width: 45%;
  margin-right: 0;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
#bento-drink_cp_2606 .cha_ticket {
  text-align: center;
  margin-bottom: 1rem;
}
#bento-drink_cp_2606 .use_date {
  text-align: left;
  font-size: clamp(1rem, 0.545rem + 1.939vw, 2rem);
  display: inline-block;
  color: #d90011;
  background-color: #fff100;
  font-weight: 900;
  border-radius: .5rem;
  padding: .3rem 1rem;
  margin-bottom: 1rem;
}
#bento-drink_cp_2606 span.yellow_text {
  display: block;
}
#bento-drink_cp_2606 span.yellow_text, span.yellow_text_kana {
  font-size: clamp(2.6rem, 0.5rem + 7.5vw, 7.8rem);
  color: #fff100;
  line-height: 1em;
  font-weight: 900;
}
#bento-drink_cp_2606 span.yellow_text_kana {
  letter-spacing: -0.15em;
}
#bento-drink_cp_2606 .cha_note_list {
  margin-top: 1rem;
  list-style: none;
  padding-left: 1.2rem;
  font-size: clamp(0.8rem, 0.7091rem + 0.3879vw, 1rem);
}
#bento-drink_cp_2606 .cha_note_list li {
  text-indent: -1.2em;
  margin: 0;
  white-space: normal;
}
#bento-drink_cp_2606 .cha_note_list li::before {
  content: '※';
  margin-right: .2rem;
}
#bento-drink_cp_2606 .btn {
  margin: 1rem 1rem 0;
}
/*===============================================
min-width:737px
===============================================*/
@media screen and (min-width:737px) {
  /*---------------- date ----------------*/
  #bento-drink_cp_2606 .date {
    padding: 1.5rem 1rem;
    justify-content: center;
  }
  #bento-drink_cp_2606 .date dl {
    width: auto;
    margin-bottom: 0;
    justify-content: center;
  }
  #bento-drink_cp_2606 .date dl:first-child {
    justify-content: center;
  }
  #bento-drink_cp_2606 .date dl:last-child {
    justify-content: center;
  }
  #bento-drink_cp_2606 .date dl dt {
    padding: .2rem .5rem .3rem;
    margin-right: .8rem;
  }
  #bento-drink_cp_2606 .date dl dd {
    letter-spacing: normal;
  }
  /*---------------- main ----------------*/
  #bento-drink_cp_2606 main {
    padding: 1rem 1rem 0;
  }
  /*---------------- white -----------------------*/
  #bento-drink_cp_2606 .item-area {
    padding: 2rem 0;
  }
  #bento-drink_cp_2606 .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: .7rem;
  }
  #bento-drink_cp_2606 .item li {
    width: calc(100% / 4 - 50px);
    padding: 1rem;
    display: block;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-column-gap: 0;
  }
  #bento-drink_cp_2606 .c-txt {
    padding: 1rem .2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  #bento-drink_cp_2606 .set {
    font-size: 5rem;
    line-height: 1em;
    margin-top: 0.5rem;
    padding: 1rem 0;
    font-weight: 900;
    color: #5f3c2f;
    text-align: center;
    letter-spacing: -0.1rem;
  }
  #bento-drink_cp_2606 .set span {
    color: #d90011;
  }
  /*---------------- red -----------------------*/
  #bento-drink_cp_2606 .red_area {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #bento-drink_cp_2606 .custom-shape svg {
    height: 60px;
  }
  #bento-drink_cp_2606 .cha {
    width: 85%;
    max-width: 1000px;
  }
  #bento-drink_cp_2606 .cha h2 {
    margin-top: 3rem;
  }
  #bento-drink_cp_2606 .cha h2 span {
    font-size: 2rem;
    padding: .5rem 2.5rem;
  }
  #bento-drink_cp_2606 .cha_name .brand {
    font-size: 0.7em;
    margin-right: 0.2em;
  }
  #bento-drink_cp_2606 .cha_ticket {
    margin-bottom: 2rem;
  }
  #bento-drink_cp_2606 .use_date {
    padding: .5rem 2rem;
  }
  #bento-drink_cp_2606 .cha_note_list {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 1.5rem;
  }
  #bento-drink_cp_2606 .cha_note_list li {
    text-indent: 0;
    margin: 0 1rem;
    white-space: nowrap;
  }
  #bento-drink_cp_2606 .cha_note_list li::before {
    content: none;
  }
  #bento-drink_cp_2606 .cha_note_list li:nth-child(1)::before, .cha_note_list li:nth-child(2)::before {
    content: '※';
    margin-right: .2rem;
  }
  #bento-drink_cp_2606 .btn {
    margin: 0rem 6rem 0;
  }
}
/*===============================================
max-width: 736px
===============================================*/
@media screen and (max-width: 736px) {
  #contents {
    padding-top: 54px !important;
  }
  #bento-drink_cp_2606 .item-area .logo {
    width: 30%;
    margin: 0 auto 1.5rem;
  }
  #bento-drink_cp_2606 .item-area .kome {
    margin: 1rem auto;
    width: 75%;
  }
  #bento-drink_cp_2606 .cha_text {
    gap: .3rem;
  }
  #bento-drink_cp_2606 .cha .drink_photo {
    width: 60%;
  }
  #bento-drink_cp_2606 .cha_list li .kajyu {
    font-size: .8rem;
    margin-left: .2rem;
  }
  #bento-drink_cp_2606 .c-txt {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  #bento-drink_cp_2606 .item li .txt {
    line-height: 1.4;
  }
  #bento-drink_cp_2606 .set {
    font-size: 2.3rem;
    line-height: 1em;
    padding: 1rem 0;
    font-weight: 900;
    color: #5f3c2f;
    text-align: center;
    letter-spacing: -0.1rem;
  }
  #bento-drink_cp_2606 .set span {
    color: #d90011;
  }
}