@charset "UTF-8";
/* -----------------
// font confirm for rem
-------------------- */
/* -----------------
// * convert from px to rem
-------------------- */
/* -----------------
// * convert from px to % for flexible
-------------------- */
/* -----------------
// * convert from px to vw for flexible
-------------------- */
/* -----------------
layout
-------------------- */
html {
  margin: 0 !important;
}

.l-allWrap {
  position: relative;
  overflow: hidden;
}

/* -----------------
全国のDreamハガキ
-------------------- */
.p-post-card {
  padding-block: 9.8rem 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-post-card {
    padding-block: 7rem 11.6rem;
  }
}
.p-post-card .u-wrap {
  position: relative;
  z-index: 1;
}
.p-post-card__petal {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-post-card__petal._01 {
  top: -3rem;
  left: -17.8rem;
  width: 26.4rem;
  rotate: -11deg;
}
@media screen and (max-width: 767px) {
  .p-post-card__petal._01 {
    width: 23.5rem;
    top: 12rem;
    left: -6.3rem;
  }
}
.p-post-card__petal._02 {
  top: 19.7rem;
  right: -21.8rem;
  width: 26.4rem;
  rotate: 11deg;
}
@media screen and (max-width: 767px) {
  .p-post-card__petal._02 {
    width: 19.8rem;
    top: 68.1rem;
    right: -7rem;
  }
}
.p-post-card__petal._03 {
  bottom: -17.5rem;
  z-index: 1;
  right: -12.2rem;
  width: 27rem;
  rotate: 20deg;
}
@media screen and (max-width: 767px) {
  .p-post-card__petal._03 {
    bottom: -11.2rem;
    right: -7.4rem;
    width: 20rem;
    rotate: 15deg;
  }
}
.p-post-card__ttl {
  font-size: 5.6rem;
  line-height: 1.3035714286;
  font-weight: 700;
  color: #FC67B1;
  text-align: center;
  margin: 0;
}
.p-post-card__txt {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  margin-block: 2.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-post-card__txt {
    font-size: 3rem;
    line-height: 2;
    text-align: left;
    margin-top: 3.8rem;
    padding-left: 19.7rem;
  }
}
.p-post-card__txt._pink {
  font-weight: 700;
  color: #FC67B1;
  margin-top: 1.4rem;
}
.p-post-card__list {
  margin: 6rem 0 0;
  padding: 0;
  list-style: none;
}
.p-post-card__list__item:nth-child(n+2) {
  margin-top: 4rem;
}
.p-post-card__list__link {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 700;
  color: #FC67B1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  border: 0.2rem solid #FC67B1;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-post-card__list__link {
    font-size: 3.2rem;
    line-height: 1.5;
    height: 14rem;
  }
}
.p-post-card__dlist {
  margin-top: 6rem;
}
.p-post-card__dlist__inner:nth-child(n+2) {
  margin-top: 6rem;
}
.p-post-card__dlist__theme {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  color: #FC67B1;
}
@media screen and (max-width: 767px) {
  .p-post-card__dlist__theme {
    font-size: 4rem;
    line-height: 1.6;
  }
}
.p-post-card__dlist__des {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-post-card__dlist__des {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-post-card__dlist__des__btn {
  margin: 0;
}
.p-post-card__dlist__des__btn__link {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  height: 7rem;
  border-radius: 2rem;
  background: #FC67B1;
}
@media screen and (max-width: 767px) {
  .p-post-card__dlist__des__btn__link {
    font-size: 3.2rem;
    line-height: 1.1875;
  }
}

/* -----------------
全国のDreamハガキ 下層ページ
-------------------- */
.p-post-card-lower {
  background: #FBE8F2;
}
.p-post-card-lower .u-wrap {
  padding-block: 15rem 40rem;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower .u-wrap {
    padding-block: 8rem 20rem;
  }
}
.p-post-card-lower__title {
  font-size: 3.4rem;
  line-height: 1.4117647059;
  font-weight: 700;
  color: #FC67B1;
  text-align: center;
  margin-block: 0;
}
.p-post-card-lower__petal {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.p-post-card-lower__petal._01 {
  top: 5rem;
  left: -15rem;
  width: 26.4rem;
  rotate: -15deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal._01 {
    top: 15rem;
    left: -8rem;
    width: 20rem;
  }
}
.p-post-card-lower__petal._02 {
  bottom: 15rem;
  right: -10rem;
  width: 20rem;
  rotate: 20deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal._02 {
    right: -8rem;
    width: 15rem;
  }
}
.p-post-card-lower__petal-pattern {
  position: absolute;
}
.p-post-card-lower__petal-pattern._01 {
  top: -1.8rem;
  right: 39rem;
  width: 7.1rem;
  rotate: -89deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._01 {
    right: 15rem;
  }
}
.p-post-card-lower__petal-pattern._02 {
  top: 9rem;
  right: 8rem;
  width: 5.1rem;
  rotate: -305deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._02 {
    top: 20rem;
  }
}
.p-post-card-lower__petal-pattern._03 {
  top: 24rem;
  left: 12rem;
  width: 5.1rem;
  rotate: -250deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._03 {
    top: 37rem;
    left: -3rem;
  }
}
.p-post-card-lower__petal-pattern._04 {
  top: 26.5rem;
  right: 0;
  width: 6.1rem;
  rotate: -91deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._04 {
    top: 65.5rem;
    right: -4rem;
  }
}
.p-post-card-lower__petal-pattern._05 {
  top: 28rem;
  right: 43rem;
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._05 {
    top: 109rem;
    left: -7rem;
    right: auto;
  }
}
.p-post-card-lower__petal-pattern._06 {
  bottom: 30rem;
  left: 12rem;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._06 {
    bottom: 24rem;
    left: -4rem;
  }
}
.p-post-card-lower__petal-pattern._07 {
  bottom: 22rem;
  left: 22rem;
  width: 5.7rem;
  rotate: -276deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._07 {
    bottom: 16rem;
    left: 6rem;
  }
}
.p-post-card-lower__petal-pattern._08 {
  bottom: 15rem;
  right: 43rem;
  width: 7.6rem;
  rotate: -346deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._08 {
    bottom: 2rem;
    right: 19rem;
  }
}
.p-post-card-lower__petal-pattern._09 {
  bottom: 5rem;
  left: -10rem;
  width: 9.1rem;
  rotate: -50deg;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._09 {
    bottom: 5rem;
    left: -9rem;
  }
}
.p-post-card-lower__petal-pattern._10 {
  bottom: 2rem;
  right: 12rem;
  width: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__petal-pattern._10 {
    bottom: 0.5rem;
    right: 1rem;
  }
}
.p-post-card-lower__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  position: relative;
  z-index: 2;
  margin: 15rem auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-post-card-lower__list {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-top: 6rem;
  }
}
.p-post-card-lower__list__link {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}

/*# sourceMappingURL=dreampostcard.css.map */
