.p-subscription__section {
  text-align: center;
}

.p-subscription__section--special {
  background-color: #fcf4f6;
  background-image: url(https://ec-force.s3.amazonaws.com/femmuejp/uploads/femmue/assets/images/pages/subscription_stop/sp-bg@2x.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 576px) {
  .p-subscription__section--special {
    background: url(https://ec-force.s3.amazonaws.com/femmuejp/uploads/femmue/assets/images/pages/subscription_stop/pc-bg@2x.jpg);
    background-size: 100%;
    background-position: top center;
  }
}

.p-subscription__section-inner {
  padding: 40px 16px;
}

@media screen and (min-width: 992px) {
  .p-subscription__section-inner {
    padding: 80px 0;
    max-width: 980px;
    margin: 0 auto;
  }
}

.p-subscription__section-title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 44px;
  color: #333333;

}

@media screen and (min-width: 992px) {
  .p-subscription__section-title {
    font-size: 2.8rem;
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 992px) {
  .p-subscription__merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-subscription__merit--items {
  background: rgba(255, 255, 255, 0.7);
  padding: 42px 20px 28px;
  margin-bottom: 36px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-subscription__merit--items {
    margin-bottom: 64px;
    padding: 58px 16px 40px;
    width: 32.7%;
  }
}

.p-subscription__merit--items:nth-of-type(3) {
  margin-bottom: 48px;
}

@media screen and (min-width: 992px) {
  .p-subscription__merit--items:nth-of-type(3) {
    margin-bottom: 64px;
  }
}

.p-subscription__merit-num {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  color: #C3A66C;
}

@media screen and (min-width: 992px) {
  .p-subscription__merit-num {
    font-size: 4.8rem;
    top: -35px;
  }
}

.p-subscription__merit-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .p-subscription__merit-title {
    font-size: 2rem;
  }
}

.p-subscription__merit-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .p-subscription__merit-text {
    font-size: 1.6rem;
  }
}

.p-subscription__select {
  border-top: solid 1px #C3A66C;
}

@media screen and (min-width: 992px) {
  .p-subscription__select-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .p-subscription__select-content {
    width: 48%;
  }
}

.p-subscription__select-title {
  margin-top: 32px;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .p-subscription__select-title {
    margin-top: 48px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .p-subscription__select-title--margin {
    margin-top: 64px;
  }
}

.p-subscription__select-link {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .p-subscription__select-link a {
    max-width: 392px;
  }
}

.p-subscription__select-comment {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .p-subscription__select-comment {
    font-size: 1.2rem;
  }
}

.c-button__width {
  max-width: 295px;
  margin: 40px auto 32px;
}

@media screen and (min-width: 992px) {
  .c-button__width {
    max-width: 392px;
    margin: 64px auto 40px;
  }
}

@media screen and (min-width: 992px) {
  .c-link__margin {
    margin-top: 40px;
  }
}
