@charset "utf-8";

/* CSS Document */
/*===============================================
max-width: 736px
===============================================*/

#obento_ocha_cp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

#obento_ocha_cp img {
  width: 100%;
  height: auto;
}

/*---------------- date ----------------*/
.date {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  font-weight: 600;
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}
.date dl {
  width: 100%; 
  align-items: center;
  font-size: 1rem;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.date dl dt {
  display: inline-block;
  color: #fff;
  background-color: #69402C;
  border-radius: .3rem;
  padding: .2rem .5rem;
  margin-right: .5rem;
  font-size: clamp(0.9rem, 0.673rem + 0.97vw, 1.4rem);
}
.date dl dd {
  font-size: clamp(0.9rem, 0.673rem + 0.97vw, 1.4rem);
  letter-spacing: -.03em;
  color: #69402C;
}

/*---------------- main -----------------------*/
main {
  background-color: #fff;
    background-color: #d90012;
  /* margin: 0 .5rem; */
  padding: .5rem .5rem 0;
}

/*---------------- white -----------------------*/
.white_area {
  padding: .5rem 0 0;
  background-color: #fff;
}

.item-area {
  padding: 3rem 0 0;
}
.item-area h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.item-area h2 span {
  color: #fff;
  background-color: #d90012;
  border-radius: 3rem;
  font-size: 1.6rem;
  padding: .5rem 2rem;
}
.item {
  width: 95%;
  margin: 0 auto;
}
.item li {
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  background: #f7f6f6;
}
/* .item li:last-child {
  margin-bottom: 0;
} */
.item li .name {
  font-size: clamp(0.875rem, 0.676rem + 0.53vw, 1.7rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .2rem;
}
.item li .name span {
  font-size: clamp(0.813rem, 0.813rem + 0.25vw, 1rem);
}

.item li .txt {
  font-size: clamp(0.875rem, 0.776rem + 0.22vw, 0.938rem);
  text-align: left;
  line-height: 1.6;
  padding-top: 10px;
}
.item li .txt span {
  font-size: clamp(0.688rem, 0.588rem + 0.22vw, 0.75rem);
  margin: 5px 0 0;
  display: block;
}

.set {
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 900;
  color: #d90012;
  text-align: center;
}
.set span {
  font-size: 1.3rem;
  margin: 0 .5rem;
}

/*---------------- red -----------------------*/
.red_area {
  margin-top: -2px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90012;
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 25px;
}
.custom-shape .shape-fill {
  fill: #fff;
}

.ocha {
  display: block;
  color: #fff;
  margin: 0 auto;
  position: relative;
  width: 95%;
}
.ocha h2 {
  text-align: center;
  margin: 1rem 0;
}
.ocha h2 span {
  display: inline-block;
  color: #d90012;
  background-color: #fff100;
  border-radius: .5rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .3rem 1.5rem;
}
.ocha_content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.ocha_text {
  order: 0;
  width: 65%;
}
.ocha_name {
  font-size: clamp(1.1rem, 0.5rem + 3.4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.3;
}
.ocha_name span {
  font-size: clamp(1rem, 0.318rem + 2.909vw, 2.5rem);
  font-weight: 400;
  display: inline-block;
}
.ocha_name .brand {
  font-size: 0.7em; 
  margin-right: 0.2em; 
  font-weight: 900; 
  vertical-align: baseline;
}
.ocha .drink_photo {
  order: 1;
  width: 35%;
  margin-right: 0;
}
.ocha_ticket {
  text-align: center;
  margin-bottom: 1rem;
}
.use_date {
  text-align: left;
  font-size: clamp(1rem, 0.545rem + 1.939vw, 2rem);
  display: inline-block;
  color: #c90012;
  background-color: #fff100;
  font-weight: 900;
  border-radius: .5rem;
  padding: .3rem 1rem;
  margin-bottom: .5rem;
}
span.yellow_text {
  display: block;
}
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;
}
span.yellow_text_kana {
  letter-spacing: -0.15em;
}
.ocha_note_list {
  margin-top: .5rem;
  list-style: none;
  padding-left: 1.2rem;
  font-size: clamp(0.8rem, 0.7091rem + 0.3879vw, 1rem);
}
.ocha_note_list li {
  text-indent: -1.2em;
  margin: 0;
  white-space: normal;
}
.ocha_note_list li::before {
  content: '※';
  margin-right: .2rem;
}

.btn {
  margin: 2rem 1rem 0;
}



/*===============================================
min-width:737px
===============================================*/
@media screen and (min-width:737px) {

/*---------------- date ----------------*/
  .date {
    padding: 1.5rem 0;
    justify-content: center;
    row-gap: .5rem;
  }
  .date dl {
    width: auto; 
    margin-bottom: 0;
    justify-content: center; 
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .date dl:first-child {
    justify-content: center; 
  }
  .date dl:last-child {
    justify-content: center; 
  }
  .date dl dt {
    padding: .2rem .5rem;
    margin-right: .5rem;
  }
  .date dl dd {
    letter-spacing: normal;
  }

/*---------------- main ----------------*/
  main {
    padding: 1rem 1rem 0;
  }

/*---------------- white -----------------------*/
  .item-area {
    padding: 3rem 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item {
    max-width: 1000px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item li {
    width: calc(100% / 3 - 50px);
    margin: 0 1rem 1rem 0;
    padding: 1rem;
    display: block;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-column-gap: 0;
  }
  #famichiki-coke_cp_2407 .item-area.cc li:nth-child(3),
  #famichiki-coke_cp_2407 .item-area.cc li:nth-child(5) {
    margin: 0 0 1rem 0;
  }
  .c-txt {
    padding: 1rem .5rem;
  }
  .set {
    font-size: 6rem;
    line-height: 1em;
    margin-top: 0.5rem;
  }
  .set span {
    font-size: 4rem;
    margin: 0 1rem;
  }

/*---------------- red -----------------------*/
  .red_area {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .custom-shape svg {
    height: 60px;
  }

  .ocha {
    width: 85%;
    max-width: 1000px;
  }
  .ocha h2 {
    margin-top: 3rem;
  }
  .ocha h2 span {
    font-size: 2rem;
    padding: .5rem 2.5rem;
  }
  .ocha_name .brand {
    font-size: 0.7em;
    margin-right: 0.2em;
  }
  .ocha_content_wrap {
    margin-bottom: 2rem;
  }
  .ocha_ticket {
    margin-bottom: 2rem;
  }
  .use_date {
    padding: .5rem 2rem;
  }
  .ocha_note_list {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 1.5rem;
  }

  .ocha_note_list li {
    text-indent: 0;
    margin: 0 1rem;
    white-space: nowrap;
  }

  .ocha_note_list li::before {
    content: none;
  }

  .ocha_note_list li:nth-child(1)::before,
  .ocha_note_list li:nth-child(2)::before {
    content: '※';
    margin-right: .2rem;
  }

  .btn {
    margin: 0rem 6rem 0;
  }
}