.xmas25 {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 700px;
}
.xmas25 img {
  width: 100%;
}
.xmas25 .card__ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .xmas25 .card__ttl {
    margin-bottom: 15px;
  }
}
.xmas25 p {
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: normal;
}
.xmas25 p.link {
  margin: 2rem auto;
}
.xmas25 a:hover {
  opacity: 0.6;
}
.xmas25 .mv {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .xmas25 .mv {
    margin-bottom: 25px;
  }
}
.xmas25 .card__info {
  padding: 0 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .xmas25 .card__info {
    padding: 0;
    margin-bottom: 45px;
  }
}
.xmas25 .sec_candle {
  padding: 0 40px;
  display: grid;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_candle {
    padding: 0;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.xmas25 .sec_candle .itemlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_candle .itemlist {
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .xmas25 .item img {
    width: 100%;
    height: auto;
  }
}
.xmas25 .item .item_text a {
  padding: 1em 0 2em;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .xmas25 .item .item_text a {
    font-size: 14px;
  }
}
.xmas25 .sec_xmasgift .card__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_xmasgift .card__img {
    margin-bottom: 25px;
  }
}
.xmas25 .sec_xmasgift .card__text {
  padding: 0 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_xmasgift .card__text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.xmas25 .sec_xmasgift .productlist {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_xmasgift .productlist {
    gap: 30px;
  }
}
.xmas25 .sec_xmasgift .productlist .product {
  display: grid;
  gap: 20px;
}
.xmas25 .sec_xmasgift .productlist .productTx {
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_xmasgift .productlist .productTx {
    padding: 0;
  }
}
.xmas25 .sec_xmasgift .productlist .productLink a {
  display: inline-block;
  background-color: #dad9d9;
  padding: 10px;
  font-size: 13px;
  line-height: 1.8em;
  min-width: 360px;
}
@media screen and (max-width: 750px) {
  .xmas25 .sec_xmasgift .productlist .productLink a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-width: unset;
  }
}

@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */