@charset "utf-8";
/* CSS Document */
#hi-chew_cp_2607 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -.1rem;
}
#hi-chew_cp_2607 h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
#hi-chew_cp_2607 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#hi-chew_cp_2607 .notes {
  background-image: url(../images/note_txtbg.webp);
  width: 100%;
  background-repeat: round;
  margin-top: -.2rem;
}
#hi-chew_cp_2607 .notes p {
  font-weight: 600;
  font-size: clamp(.8rem, 2.5vw, 1.1rem);
  text-align: center;
  color: #004098;
  padding-top: 10px;
}
#hi-chew_cp_2607 .notes ul li {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: #004098;
  padding-top: 10px;
}
#hi-chew_cp_2607 .item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 8% 0;
}
#hi-chew_cp_2607 .item-area:first-of-type {
  margin: 5% 0;
}
#hi-chew_cp_2607 .item-area .item {
  width: calc((100%) / 2);
  flex-grow: 0;
}
#hi-chew_cp_2607 .item-area .item img {
  width: 100%;
  object-fit: cover;
  max-width: 306px;
}
#hi-chew_cp_2607 .item-area .img_first {
  padding-left: 10%;
}
#hi-chew_cp_2607 .item-area .item dl {
  text-align: center;
  letter-spacing: -.02rem;
  line-height: 1.4;
}
#hi-chew_cp_2607 .item-area .item dt {
  font-weight: 900;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
}
#hi-chew_cp_2607 .item-area .item .name {
  font-weight: 900;
  font-size: clamp(.9rem, 2.5vw, 1.4rem);
  font-feature-settings: "palt";
}
#hi-chew_cp_2607 .item-area .item .price {
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
  font-variant-east-asian: proportional-width;
}
#hi-chew_cp_2607 .item-area .item .price span {
  font-weight: 900;
  font-size: clamp(1rem, 4vw, 1.6rem);
  letter-spacing: -.05rem;
}
#hi-chew_cp_2607 .item-area .item .name span {
  letter-spacing: -.01rem;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  white-space: nowrap;
  font-feature-settings: "palt";
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width:737px) {
  /*common*/
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #hi-chew_cp_2607 .pc-none {
    display: none;
  }
  #hi-chew_cp_2607 {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
  }
  div#contents {
    background-image: url(../images/pc_bg.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  #hi-chew_cp_2607 .pin {
    background-color: #fff;
    padding: 1rem .5rem 2rem;
  }
  #hi-chew_cp_2607 .container {
    background-image: url(../images/image_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 6% 0 .1%;
    margin-top: -.2rem;
  }
  #hi-chew_cp_2607 .container .inner {
    padding: 5% 4% 2%;
    background: #fff;
    border-radius: 2.5rem;
    margin: 0% 5% 6%;
  }
}
/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width:736px) {
  /*common*/
  #contents {
    padding-top: 54px !important;
  }
  .ly-wrp-sp-cts {
    margin: 0;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #hi-chew_cp_2607 .sp-none {
    display: none;
  }
  #hi-chew_cp_2607 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #hi-chew_cp_2607 .pin {
    background-color: #fff;
    padding: 1rem;
  }
  #hi-chew_cp_2607 .container {
    background-image: url(../images/image_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5% 0 1%;
    margin-top: -.2rem;
  }
  #hi-chew_cp_2607 .container .notes {
    background: #fff;
    border-radius: 0 0 2rem 2rem;
  }
  #hi-chew_cp_2607 .container .inner {
    padding: 4% 5% 3%;
    background: #fff;
    border-radius: 2rem;
    margin: 0 5% 4%;
  }
}