@charset "utf-8";
/* CSS Document */
#koala-gum_cp_2604 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -.1rem;
}
#koala-gum_cp_2604 h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
#koala-gum_cp_2604 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#koala-gum_cp_2604 .item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10% 0;
  max-width: 100%;
}
#koala-gum_cp_2604 .item-area .item {
  width: calc((100%) / 2);
  flex-grow: 0;
}
#koala-gum_cp_2604 .item-area .item img {
  width: 100%;
  height: auto;
}
#koala-gum_cp_2604 .notes {
  background-image: url(../images/notes_txtbg.webp);
  margin-top: -.1rem;
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
}
#koala-gum_cp_2604 .notes p {
  font-weight: 600;
  font-size: clamp(.8rem, 2.5vw, 1.1rem);
  text-align: center;
  padding: 0 9%;
}
#koala-gum_cp_2604 .notes ul {
  padding: 3% 10% 0;
}
#koala-gum_cp_2604 .notes ul li {
  font-weight: 900;
  font-size: clamp(.8rem, 2.5vw, 1.4rem);
  text-indent: -1em;
  padding-left: 1em;
}
#koala-gum_cp_2604 .item-area .item dl {
  text-align: center;
  letter-spacing: -.02rem;
}
#koala-gum_cp_2604 .item-area .item dt {
  font-weight: 900;
  margin-top: .5rem;
  font-size: clamp(.8rem, 2.5vw, 1.4rem);
}
#koala-gum_cp_2604 .item-area .item .name {
  font-weight: 900;
  font-size: clamp(1rem, 2.5vw, 1.7rem);
  line-height: 1.1;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
}
#koala-gum_cp_2604 .item-area .item .price {
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: clamp(.8rem, 2.5vw, 1.4rem);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
}
#koala-gum_cp_2604 .item-area .item .price span {
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.2;
}
#koala-gum_cp_2604 .products-container {
  background-image: url(../images/item_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width:737px) {
  /*common*/
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #koala-gum_cp_2604 .pc-none {
    display: none;
  }
  #koala-gum_cp_2604 {
    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;
  }
  #koala-gum_cp_2604 .pin {
    background-color: #fff;
    padding: 1rem .5rem 2rem;
  }
  #koala-gum_cp_2604 .product-item {
    padding: 5% 9% 6%;
  }
  #koala-gum_cp_2604 .product-item h3 {
    padding: 3% 1% 0;
  }
  #koala-gum_cp_2604 .item-area .item .name span {
    letter-spacing: -.01rem;
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    white-space: nowrap;
    line-height: 1.1;
    font-feature-settings: "palt";
  }
}
/*===============================================

●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;
  }
  #koala-gum_cp_2604 .sp-none {
    display: none;
  }
  #koala-gum_cp_2604 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #koala-gum_cp_2604 .pin {
    background-color: #fff;
    padding: 1rem;
  }
  #koala-gum_cp_2604 .product-item {
    padding: 5% 9%;
  }
  #koala-gum_cp_2604 .product-item h3 {
    padding: 3% 2% 0
  }
}