@charset "utf-8";

.title {
  height: 350px;
  background-image: url(../images/shop/bg-main-purchase.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px  10px #131212;
}

.title h1 {
  font-family: 'Yuji Syuku', serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 17px;
  margin-top: 15px;
}

.lead {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
}

.lead p {
  font-size: 20px;
  line-height: 2;
}

.contents {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flyer {
  margin-top: 20px;
  max-width: 700px;
}

.highlighter {
  background: linear-gradient(transparent 90%,#000000 10%);
}

@media (max-width: 800px) {
  .title {
    height: 250px;
  }

  .title h1 {
    font-size: x-large;
  }

  .lead p {
    font-size: 17px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }
}