.postgift.end {
  background: #faf6f4 url(/img/usr/postgift/bg.png);
  overflow: hidden;
  min-height: 100vh;
}
.postgift.end .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  width: 100%;
  max-width: 690px;
  background-color: #fff;
}
body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .postgift.end .receiving-area .title {
  margin: 0 auto 50px;
  padding: 100px 0 0;
  text-align: center;
}
.postgift.end .receiving-text {
  margin: 0 auto 40px;
  font-size: 26px;
  line-height: calc(48 / 26);
  text-align: center;
}
.postgift.end .receiving-text_small {
  position: relative;
  margin: 0 auto 90px;
  font-size: 20px;
  line-height: calc(40 / 20);
  text-align: center;
  z-index: 1000;
}
.postgift.end .receiving-text_small a {
  text-decoration: underline;
}
.postgift.end .receiving-area {
  padding: 30px 0;
}
.postgift.end .receiving-area .inner::before {
  content: '';
  position: absolute;
  top: -130px;
  left: calc(50% + 10px);
  background: url(/img/usr/postgift/bg-top_end.png) no-repeat;
  width: 1075px;
  height: 609px;
  transform: translateX(-50%);
}
.postgift.end .receiving-area .inner::after {
  content: '';
  position: absolute;
  bottom: -135px;
  left: calc(50% + 15px);
  background: url(/img/usr/postgift/bg-bottom_end.png) no-repeat;
  width: 1024px;
  height: 293px;
  transform: translateX(-50%);
}
.postgift.end .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.postgift.end .footer-logo img {
  height: 59px;
}

@media only screen and (max-width: 749px) {
  .postgift.end .receiving-area {
    padding: calc(30 / 750* 100vw);
  }
  .postgift.end .receiving-area .inner {
    padding-bottom: calc(350 / 750* 100vw);
    width: 100%;
  }
  .postgift.end .receiving-area .inner::before {
    left: calc(-30 / 750* 100vw);
    top: calc(-30 / 750* 100vw);
    background: url(/img/usr/postgift/sp/bg-top_end.png) no-repeat;
    background-size: contain;
    width: calc(750 / 750* 100vw);
    height: calc(543 / 750* 100vw);
    transform: none;
  }
  .postgift.end .receiving-area .inner::after {
    left: calc(-30 / 750* 100vw);
    bottom: calc(-30 / 750* 100vw);
    background: url(/img/usr/postgift/sp/bg-bottom_end.png) no-repeat;
    background-size: contain;
    width: calc(750 / 750* 100vw);
    height: calc(478 / 750* 100vw);
    transform: none;
  }
  body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .postgift.end .receiving-area .title {
    margin: 0 auto auto;
    padding-top: calc(350 / 750* 100vw);
    width: calc(420 / 750* 100vw);
  }
  .postgift.end .receiving-text {
    margin: calc(120 / 750* 100vw) auto calc(40 / 750* 100vw);
    font-size: calc(28 / 750* 100vw);
    line-height: calc(50 / 28);
  }
  .postgift.end .receiving-text_small {
    margin-bottom: calc(120 / 750* 100vw);
    font-size: calc(24 / 750* 100vw);
    line-height: calc(44 / 24);
  }
  .postgift.end .receiving-text_small a {
    display: block;
  }
  .postgift.end .receiving-text_small br {
    display: none;
  }
  .postgift.end .footer-logo {
    font-size: calc(20 / 750* 100vw);
  }
  .postgift.end .footer-logo img {
    height: calc(59 / 750* 100vw);
  }
}