@charset "utf-8";
/* CSS Document */
#excl_lp a img:hover {
  opacity: 0.7;
}
/* SPサイズの時 */
#excl_lp > section {
  margin-top: 50px;
}
#excl_lp > section:first-of-type {
  margin-top: 20px;
}
#excl_lp h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0;
}
#excl_lp #features {
  width: 100%;
  display: block;
}
#excl_lp #features > div {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}
#excl_lp #amex_ltd > div {
  width: 100%;
}
#excl_lp .prd_name {
  text-align: center;
  margin: 10px 0;
}
#excl_lp #amex_ltd .price {
  margin: 10px 0;
}
#excl_lp #amex_ltd .price:after {
  content: "円（税込）";
}
#excl_lp #recommend {
  display: block;
}
#excl_lp #recommend > div {
  width: 100%;
}
#excl_lp #recommend .prd_area {
  width: 100%;
  margin-bottom: 30px;
}
#excl_lp #recommend .price {
  text-align: right;
  margin: 10px 0;
  color: #b30101;
  font-weight: bold;
}
#excl_lp #recommend .price:before {
  content: '￥';
}
#excl_lp #recommend .price:after {
  content: '（税込）';
  color: #111111;
  font-weight: normal;
}
#excl_lp .other {
  background-color: #111111;
  background-image: url("https://elevin1800.itembox.design/item/images/amex_mail14/back_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px;
}
#excl_lp .other:after {
  content: "";
  display: block;
  clear: both;
}
#excl_lp .other img {
  float: left;
  margin: 20px 2.5%;
}
@media screen and (min-width: 768px) {
  /* PCサイズの時 */
  #excl_lp h3 {
    font-size: 2.0rem;
  }
  #excl_lp #features {
    display: flex;
  }
  #excl_lp #features > div {
    width: calc(100% / 3);
    margin: 0;
    padding: 0 3px;
  }
  #excl_lp #amex_ltd > div {
    width: 50%;
    float: left;
  }
  #excl_lp #recommend > div {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #excl_lp #recommend .prd_area {
    width: 50%;
    align-self: flex-start;
  }
  #excl_lp #recommend .prd_area:nth-child(3) {
    order: 4;
  }
}