@charset "utf-8";
/* ===============================================
   共通ベーススタイル
=============================================== */
#lotte_cp_2609 {
  max-width: 650px;
  margin: 0 auto;
}
#lotte_cp_2609 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -.1rem;
}
#lotte_cp_2609 h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
#lotte_cp_2609 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#lotte_cp_2609 .container > .inner-wrap {
  position: relative;
  background-color: #fff9b0;
  padding: 15% 5% 7%;
}
#lotte_cp_2609 .inner-wrap > .inner, #lotte_cp_2609 .item_inner-wrap > .inner {
  background-color: #fff;
  border: 7px solid #410600;
  border-radius: 3rem;
  margin: 0 auto;
  padding: 3% 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
#lotte_cp_2609 .icon {
  position: absolute;
  right: 3%;
  top: 2%;
}
#lotte_cp_2609 .container > .inner > h2 img {
  width: 100%;
  display: block;
}
#lotte_cp_2609 .container > .inner > h3 {
  padding-top: 4%;
}
#lotte_cp_2609 .container > .inner > *:last-child {
  margin-bottom: 5%;
}
/* 注意書きエリア（.note-box）*/
#lotte_cp_2609 .clip_area {
  background-color: #fff8b0;
  position: relative;
}
#lotte_cp_2609 .clip_area .clip_note {
  position: absolute;
  left: 37%;
  bottom: 1%;
  max-width: 58%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 2% 0 1em;
  /* テキストの改行・スタイル */
  color: #410600;
  font-weight: 600;
  text-indent: -1em;
  font-size: clamp(.7rem, 2.3vw, 1.2rem);
  line-height: 1.4;
  word-break: break-word;
}
#lotte_cp_2609 .note-box {
  padding: 0 5%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #410600;
}
#lotte_cp_2609 .note-spec {
  margin: 0 0 1% 0;
  font-weight: 500;
  text-align: center;
  font-size: clamp(.8rem, 2.5vw, 1.2rem);
}
#lotte_cp_2609 .note-important {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.7rem);
  font-weight: bold;
  margin: 0 0 1% 0;
}
/* 商品エリア（.item-area）*/
#lotte_cp_2609 .container > .item_inner-wrap {
  background-image: url(../images/item_bg.webp);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 5%;
}
#lotte_cp_2609 .item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
}
#lotte_cp_2609 .item-area .item {
  width: calc((100% - 12px) / 2);
  box-sizing: border-box;
  text-align: center;
}
#lotte_cp_2609 .item-area .item img {
  max-width: 328px;
  margin: 0 auto;
}
#lotte_cp_2609 .item-area .item dl {
  text-align: center;
  letter-spacing: -.02rem;
  line-height: 1.2;
}
#lotte_cp_2609 .item-area .item dt {
  font-weight: 700;
  font-size: clamp(.9rem, 2.5vw, 1.5rem);
  margin: 2% 0 0;
}
#lotte_cp_2609 .item-area .item .name {
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  font-feature-settings: "palt";
  letter-spacing: -.05rem;
  line-height: 1.2;
  min-height: 2.4em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#lotte_cp_2609 .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;
}
#lotte_cp_2609 .item-area .item .price span {
  font-weight: 600;
  font-size: clamp(1.2rem, 3.5vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -.02rem;
}
#lotte_cp_2609 .item-area .item .price .tax-label {
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: clamp(.5rem, 1.2vw, .6rem);
  line-height: 1.2;
}
#lotte_cp_2609 .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;
  }
  #lotte_cp_2609 .pc-none {
    display: none;
  }
  div#contents {
    background-image: url(../images/pc_bg.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
    height: auto;
  }
  #lotte_cp_2609 .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;
  }
  #lotte_cp_2609 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #lotte_cp_2609 .container {
    margin-top: -.2px;
  }
  #lotte_cp_2609 .item-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 0;
    margin: 0 auto;
  }
  #lotte_cp_2609 .note-box {
    padding: 0 3%;
  }
  #lotte_cp_2609 .note-spec {
    letter-spacing: -.03rem;
  }
  #lotte_cp_2609 .icon {
    position: absolute;
    right: 1%;
    top: 2%;
    width: 33%;
  }
  #lotte_cp_2609 .container > .inner-wrap {
    padding: 15% 3% 4%;
    background-size: 100% 100%;
  }
  #lotte_cp_2609 .container > .item_inner-wrap {
    padding: 5% 3% 4%;
    background-size: 100% 100%;
    margin-top: -.1rem;
  }
  #lotte_cp_2609 .inner-wrap > .inner, #lotte_cp_2609 .item_inner-wrap > .inner {
    background-color: #fff;
    border: 4px solid #410600;
    border-radius: 1.5rem;
    margin: 0 auto 3%;
    padding: 3% 0 4%;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
  }
  #lotte_cp_2609 .pin {
    background-color: #fff;
    padding: 1rem;
  }
}