@charset "utf-8";
#bm {
  font-size: 16px;
  line-height: 30px;
  max-width: 920px;
  margin: 0 auto;
}
#bm .pc {
  display: block;
}
#bm .sp {
  display: none;
}
#bm .description {
  text-align: center;
  margin: 32px 0;
}
#bm .description img {
  height: 50px;
  margin: 32px 0;
}
#bm .description h3 {
  color: #ff0000;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}
#bm .giftset {
  margin: 0 0 64px;
}
#bm section h4::before {
  content: '';
  background: #ff0000;
  display: block;
  width: 80%;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: 10%;
}
#bm section h4 {
  text-align: center;
  position: relative;
  margin: 0 0 32px;
}
#bm section h4 span {
  color: #ff0000;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 32px;
}
#bm .itemdetail {
  margin: 0 0 64px;
}
#bm .itemdetail .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bm .itemdetail .items .jams {
  width: 36%;
}
#bm .itemdetail .items ul {
  width: 60%;
}
#bm .itemdetail .items ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 32px;
}
#bm .itemdetail .items ul li div {
  width: 68%;
}
#bm .itemdetail .items ul li div h5 {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 8px;
}
#bm .itemdetail .items ul li div p {
  width: 100%;
}
#bm .itemdetail .items ul li figure {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #bm .description p {
    text-align: left;
    font-size: 3.73vw;
    line-height: 8vw;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  #bm {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
  #bm .pc {
    display: none;
  }
  #bm .sp {
    display: block;
  }
  #bm section {
    padding: 0 16px;
  }
  #bm .description {
    margin: 7vw 0;
  }
  #bm .description img {
    height: 7vw;
    margin: 4vw 0 4vw;
  }
  #bm .description h3 {
    font-size: 5.2vw;
    line-height: 10vw;
    letter-spacing: 0.1em;
    margin: 0 0 4vw;
  }
  #bm .giftset {
    margin: 0 0 11vw;
  }
}
@media screen and (max-width: 768px) {
  #bm section h4::before {
    width: 100%;
    left: 0;
  }
  #bm section h4 {
    text-align: center;
    position: relative;
    margin: 0 0 32px;
  }
  #bm section h4 span {
    font-size: 5vw;
    padding: 0 4vw;
  }
  #bm .itemdetail .items ul li div p {
    width: 100%;
    font-size: 3.73vw;
    font-weight: normal;
    line-height: 6vw;
  }
  #bm .itemdetail {
    margin: 0 0 6vw;
  }
}
@media screen and (max-width: 768px) {
  #bm .itemdetail .items .jams {
    text-align: center;
    width: 100%;
    margin: 0 0 32px;
  }
  #bm .itemdetail .items .jams img {
    width: 90%;
  }
  #bm .itemdetail .items ul {
    width: 100%;
  }
  #bm .itemdetail .items ul li {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #bm .itemdetail .items ul li div h5 {
    font-size: 4.4vw;
  }
}
#couponLp {
  background: #ffe5e6;
  margin-bottom: 73px;
  padding: 60px 0 55px;
  position: relative;
  margin-top: 54px;
}
#couponLp .ttl {
  position: absolute;
  width: 47%;
  left: 0;
  right: 0;
  margin: auto;
  top: -39px;
}
#couponLp .couponText {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
#couponLp .couponText span {
  color: #ff0000;
  font-size: 22px;
}
#couponLp .couponCode {
  width: 500px;
  margin: 30px auto 15px;
  background: #fff;
}
.flex-wrap {
  display: flex;
}
.couponCode .flex-wrap {
  align-items: center;
  justify-content: center;
  padding: 32px 0 27px;
}
.couponCode .text {
  font-size: 18px;
  font-weight: bold;
}
.couponCode .code {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
}
#couponLp .date {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.couponCaution {
  width: 610px;
  margin: 55px auto;
}
.couponCaution .caption {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}
.couponCaution .caption:before, .couponCaution .caption:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.couponCaution .caption:before {
  margin-right: 1rem;
}
.couponCaution .caption:after {
  margin-left: 1rem;
}
.li--detail {
  font-size: 14px;
}
.li--detail li {
  display: table;
  line-height: 2;
  table-layout: auto;
}
.couponCaution a {
  text-decoration: underline;
}
.li--detail li .pre {
  display: table-cell;
  padding: 0rem 0.2rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
#couponLp .entryBtn {
  background: #73b33d;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 450px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100em;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  #couponLp {
    background: #ffe5e6;
    margin-bottom: 13vw;
    padding: 9vw 5vw 8vw;
    position: relative;
    margin-top: 10vw;
  }
  #couponLp .ttl {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    top: -6vw;
  }
  #couponLp .couponText {
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 9vw;
    padding-top: 5vw;
  }
  #couponLp .couponText span {
    color: #ff0000;
    font-size: 4.3vw;
  }
  #couponLp .couponCode {
    width: 100%;
    margin: 6vw auto 6vw;
    background: #fff;
  }
  .couponCode .flex-wrap {
    align-items: center;
    justify-content: center;
    padding: 7vw 0 6vw;
  }
  .couponCode .text {
    font-size: 3.73vw;
    font-weight: bold;
  }
  .couponCode .code {
    color: #ff0000;
    font-size: 6.5vw;
    font-weight: bold;
  }
  #couponLp .date {
    text-align: center;
    font-size: 3.73vw;
    font-weight: bold;
  }
  .couponCaution {
    width: 100%;
    margin: 10vw auto;
  }
  .couponCaution .caption {
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 4vw;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .li--detail {
    font-size: 3.73vw;
    font-weight: normal;
  }
  #couponLp .entryBtn {
    background: #73b33d;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 4.5vw;
    border-radius: 100em;
    padding: 5vw 0;
  }
}