@charset "utf-8";
/* ===============================================
   共通ベーススタイル
=============================================== */
#estherbunny_cp_2608 {
  max-width: 750px;
  margin: 0 auto;
}
#estherbunny_cp_2608 img {
  display: block;
  width: 100%;
  height: auto;
}
#estherbunny_cp_2608 h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
#estherbunny_cp_2608 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* ===============================================
   対象商品エリア（背景ストライプ＆インナー枠）
=============================================== */
#estherbunny_cp_2608 .container {
  background-image: url(../images/image_bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
  padding: 0 5% 2%;
  margin-top: -.2px;
}
#estherbunny_cp_2608 .container > .inner {
  background-color: #fff;
  border: 7px solid #e50012;
  border-radius: 4rem;
  margin: 0 auto 30px;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
#estherbunny_cp_2608 .container > .inner > h2 img {
  width: 100%;
  display: block;
}
#estherbunny_cp_2608 .container > .inner > h3 {
  padding-top: 4%;
}
#estherbunny_cp_2608 .container > .inner > *:last-child {
  margin-bottom: 5%;
}
/* ===============================================
   注意書きエリア（.note-box）
=============================================== */
#estherbunny_cp_2608 .note-box {
  padding: 0 5%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}
#estherbunny_cp_2608 .note-spec {
  margin: 0 0 1% 0;
  font-weight: 500;
  text-align: center;
  font-size: clamp(.8rem, 2.5vw, 1.2rem);
}
#estherbunny_cp_2608 .note-important {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.7rem);
  font-weight: bold;
  margin: 0 0 1% 0;
}
#estherbunny_cp_2608 .note-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  font-size: clamp(.8rem, 2.5vw, 1.2rem);
  padding: 0 8%;
  line-height: 1.2;
  font-weight: 500;
  font-feature-settings: "palt";
}
#estherbunny_cp_2608 .note-item .text {
  flex: 1;
}
#estherbunny_cp_2608 .note-item .no-break {
  white-space: nowrap;
}
#estherbunny_cp_2608 .note-important .mark, #estherbunny_cp_2608 .note-item .mark {
  flex-shrink: 0;
  margin-right: 2px;
}
/* ===============================================
   4. 商品グリッド（.item-area）
=============================================== */
#estherbunny_cp_2608 .item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 12px;
  margin: 30px auto 0;
}
#estherbunny_cp_2608 .item-area .item {
  width: calc((100% - 12px) / 2);
  box-sizing: border-box;
  text-align: center;
}
#estherbunny_cp_2608 .item-area .item img {
  max-width: 328px;
  margin: 0 auto;
}
#estherbunny_cp_2608 .item-area .item dl {
  text-align: center;
  letter-spacing: -.02rem;
  line-height: 1.2;
}
#estherbunny_cp_2608 .item-area .item dt {
  font-weight: 700;
  font-size: clamp(.9rem, 2.5vw, 1.5rem);
  margin: 2% 0 0;
}
#estherbunny_cp_2608 .item-area .item .name {
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  font-feature-settings: "palt";
  letter-spacing: -.05rem;
}
#estherbunny_cp_2608 .item-area .item .price {
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: clamp(1rem, 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;
}
#estherbunny_cp_2608 .item-area .item .price span {
  font-weight: 600;
  font-size: clamp(1.2rem, 3.5vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -.02rem;
}
#estherbunny_cp_2608 .item-area .item .price .tax-label {
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: clamp(.5rem, 1.2vw, .6rem);
  line-height: 1.2;
}
#estherbunny_cp_2608 .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";
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width: 737px) {
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #estherbunny_cp_2608 .pc-none {
    display: none;
  }
  #estherbunny_cp_2608 {
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
  }
  div#contents {
    background-image: url(../images/pc_bg.webp);
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  #estherbunny_cp_2608 .pin {
    background-color: #fff;
    padding: 1rem .5rem 2rem;
  }
}
/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width: 736px) {
  #contents {
    padding-top: 54px !important;
  }
  .ly-wrp-sp-cts {
    margin: 0;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #estherbunny_cp_2608 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #estherbunny_cp_2608 .container {
    padding: 0 2.8% 2%;
    margin-top: -.2px;
  }
  #estherbunny_cp_2608 .container > .inner {
    background-color: #fff;
    border: 4px solid #e50012;
    border-radius: 2.5rem;
    margin: 0 auto 5%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  #estherbunny_cp_2608 .item-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 1px;
    margin: 20px auto 0;
  }
  #estherbunny_cp_2608 .note-box {
    padding: 0 3%;
  }
  #estherbunny_cp_2608 .note-spec {
    letter-spacing: -.03rem;
  }
  #estherbunny_cp_2608 .note-item {
    padding: 0 5%;
  }
  #estherbunny_cp_2608 .pin {
    background-color: #fff;
    padding: 1rem;
  }
}