.lp {
  background: url(../jpg/bg-10.jpg) center top no-repeat;
  padding: 1.25rem 1.25rem 5rem;
}

.excerpt-link {
  background: url(../jpg/read.jpg) center top no-repeat;
  background-size: cover;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3.125rem 1.875rem;
  margin: 0.625rem auto 1.875rem;
  border-radius: 0.5rem;
  text-decoration: none;
  max-width: 20rem;
}
.excerpt-link div {
  background-color: rgba(156, 66, 63, 0.85);
  color: white;
  padding: 1.25rem 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  border-radius: 0.5rem;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.excerpt-link:hover div {
  background-color: #9c423f;
}

.has-modal {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.has-modal body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.excerpt {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0.625rem;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media (min-width: 48em) {
  .excerpt {
    padding: 5rem 2.5rem;
  }
}
.excerpt.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.excerpt__content {
  background-color: white;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 45rem;
  padding: 2.5rem 1.25rem 1.25rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.3s ease-out 0.2s;
}
@media (min-width: 23em) {
  .excerpt__content {
    padding: 3.125rem 2.5rem 2.5rem;
  }
}
@media (min-width: 48em) {
  .excerpt__content {
    padding: 5rem 6.25rem 3.125rem;
  }
}
.excerpt.is-open .excerpt__content {
  transform: none;
  opacity: 1;
}

.excerpt__close {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.625rem 0.75rem;
}
@media (min-width: 48em) {
  .excerpt__close {
    border-radius: 0.5rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    left: 50%;
    right: auto;
    margin-left: 17.5rem;
    top: 1.875rem;
  }
}
@media (min-width: 60em) {
  .excerpt__close {
    margin-left: 20rem;
    top: 1.25rem;
  }
}

.excerpt__intro {
  background-color: #ddd;
  font-style: italic;
  padding: 1.25rem 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 -1.25rem 2.5rem;
}
@media (min-width: 26em) {
  .excerpt__intro {
    margin: 0 0 2.5rem;
  }
}

.excerpt__chapter {
  margin-bottom: 5rem;
}
.excerpt__chapter:last-child {
  margin-bottom: 0;
}
.excerpt__chapter p {
  font-family: Georgia, serif;
  padding: 0 0 0.875rem;
  text-indent: 1.25rem;
}

.excerpt__chapter-num {
  font-weight: normal;
  margin: 0 0 1.875rem;
  text-align: center;
}
.excerpt__chapter-num span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.excerpt__chapter-num strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

.excerpt__hr {
  background-color: #ddd;
  border: none;
  height: 0.125rem;
  margin: 1.875rem auto 2.5rem;
  max-width: 4rem;
}

.donations__promo {
  background-color: #006484;
  padding: 1.875rem;
  position: relative;
  max-width: 40.5rem;
  margin: 4.375rem auto 1.25rem;
}
@media (min-width: 48em) {
  .donations__promo {
    margin: 3.125rem 0;
    padding: 0;
  }
}

.donations__promo-img {
  margin: -5rem auto 0.625rem;
  width: 13rem;
}
@media (min-width: 48em) {
  .donations__promo-img {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0.625rem;
    margin-top: -5.5rem;
    top: 50%;
    width: 11.25rem;
  }
}

.donations__promo-text {
  color: white;
}
@media (min-width: 48em) {
  .donations__promo-text {
    padding: 1.875rem 12rem 1.875rem 1.875rem;
  }
}

.product {
  margin: 0 auto;
  max-width: 55rem;
  padding: 1.875rem 0 5rem;
  position: relative;
}
@media (min-width: 48em) {
  .product {
    padding: 5rem 2.5rem;
  }
}

.product__name-main {
  margin: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .product__name-main {
    padding-bottom: 2.5rem;
  }
}
.product__name-main strong {
  background-image: url(../png/title-3.png);
  background-size: 248px auto;
  background-size: 248px auto;
  background-position: center;
  text-indent: -9999px;
  background-repeat: no-repeat;
  margin: 0 auto 0.625rem;
  height: 2.25rem;
  display: block;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .product__name-main strong {
    background-image: url(../png/title%402x.png);
  }
}
@media (min-width: 23em) {
  .product__name-main strong {
    background-size: 310px auto;
  }
}
@media (min-width: 48em) {
  .product__name-main strong {
    background-size: 619px 64px;
    height: 4rem;
    width: 38.75rem;
  }
}
.product__name-main span {
  color: #434548;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}
@media (min-width: 48em) {
  .product__name-main span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 60em) {
  .product__name-main span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.product__image {
  position: relative;
  left: -12%;
}
@media (min-width: 30em) {
  .product__image {
    left: -9%;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .product__image {
    position: absolute;
    left: -5rem;
    top: 15rem;
    width: 22.5rem;
  }
}
@media (min-width: 60em) {
  .product__image {
    left: -7.5rem;
    top: 15.625rem;
    width: auto;
  }
}

.product__desc {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 23em) {
  .product__desc {
    margin: 0 auto;
    max-width: 30rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 48em) {
  .product__desc {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 100%;
    padding-right: 0;
    padding-left: 17.5rem;
    position: relative;
  }
}
@media (min-width: 60em) {
  .product__desc {
    padding-left: 25rem;
  }
}
.product__desc .note {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.product__qtys {
  margin: 0 auto;
  max-width: 27.5rem;
}
@media (min-width: 48em) {
  .product__qtys {
    max-width: 100%;
    margin-left: 17.5rem;
  }
}
@media (min-width: 60em) {
  .product__qtys {
    margin-left: 25rem;
  }
}

.field--free-check {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.lp-share-band {
  padding: 3.75rem 0 2.5rem;
}