.top {
  max-width: 120rem;
  margin: auto;
}
.top img {
  width: 100%;
  height: auto;
}
.top .title {
  margin: calc(60 * (100vw / 750)) auto calc(45 * (100vw / 750));
}
.about,
.coupon {
  width: 85rem;
  margin: auto;
}
.about img,
.coupon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about .prod_wrap,
.coupon .prod_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about {
  margin-top: 7rem;
}
.about .prod_wrap {
  margin-left: 10.8rem;
}
.about .info {
  padding-top: 3.4rem;
  margin-left: 4.6rem;
}
.about .info_text {
  margin-top: 2rem;
}
.about .info .line_subscribe {
  width: 24rem;
  height: 4.8rem;
  background-color: #06C755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.about .info .line_subscribe:hover {
  opacity: 0.7;
}
.about .info .line_subscribe_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about .info .line_subscribe_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.2857142857;
  margin-left: 0.75rem;
}

.coupon {
  background-color: #fafafa;
  margin-top: 9rem;
  margin-bottom: 16.5rem;
  padding: 3.7rem 0 5rem;
  position: relative;
}
.coupon_ribon {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 2;
}
.coupon_limtied {
  margin-top: 1rem;
}
.coupon hr.separate {
  width: 75rem;
  border: none;
  border-top: 1px solid #000;
  margin: 1.5rem auto 1.9rem;
}
/* autoprefixer grid: autoplace */
.main-area p {
  color: #000;
}

.top .title {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 1.5263157895;
  text-align: center;
}

.about .info_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.about .info_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
}

.coupon {
  text-align: center;
}
.coupon_heading {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #D71C1C;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
}
.coupon_lead {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.coupon_limited {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.coupon_limited .lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.1875;
}
.coupon_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.9285714286;
}
.coupon_text_small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .sponly {
    display: block;
  }

  .pconly {
    display: none;
  }
  .about,
.coupon {
    width: 100%;
    padding: 0 1.5rem;
  }

  .about {
    margin-top: 5rem;
  }
  .about .prod_wrap {
    margin-left: 0;
  }
  .about .info {
    margin-left: 0;
    padding-top: 0;
  }
  .about .info .line_subscribe {
    margin: 2rem auto 0;
  }
  .about .info .line_subscribe:hover {
    opacity: 1;
  }

  .coupon {
    width: 34.5rem;
    margin-bottom: 15.2rem;
    padding: 4rem 0 5rem;
  }
  .coupon hr.separate {
    width: 31rem;
  }
  .coupon_limited {
    margin-top: 2rem;
  }
  .coupon_ribon {
    width: 11rem;
    height: 10rem;
  }
  .about .info_heading {
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
  .about .info_text {
    font-size: 1.3rem;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    line-height: 1.7692307692;
  }

  .coupon_heading {
    font-size: 3.2rem;
  }
  .coupon_text {
    font-size: 1.3rem;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (max-width: 767px){
  html{
    font-size: calc(10 * (100vw / 375));
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }

  .sponly {
    display: none;
  }

  .pconly {
    display: block;
  }
  .top .logoarea {
    width: calc(103 * (100vw / 1200));
    height: calc(73 * (100vw / 1200));
    margin: calc(75 * (100vw / 1200)) auto 0;
  }
  .top .title {
    margin: calc(60 * (100vw / 1200)) auto calc(40 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .top .logoarea {
    margin: 75px auto 0;
  }
  .top .title {
    margin: 60px auto 40px;
  }
}
/*# sourceMappingURL=style.css.map */