<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------
  * HOW TO PURCHASE
------------------------------------------------- */
.contents--how-to-purchase {
  margin: 120px 0 80px;
}

.contents__head--how-to-purchase {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents__head--how-to-purchase:before {
  left: 50%;
}

.contents__head--how-to-purchase:after {
  width: 700px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.contents__title--how-to-purchase {
  width: 700px;
}

.purchase-intro {
  margin-bottom: 150px;
  position: relative;
}

.purchase-section {
  position: relative;
  margin-bottom: 200px;
}

.purchase-section:last-child {
  margin-bottom: 0;
}

.purchase-intro__inner,
.purchase-section__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.purchase-section__head {
  margin: 0 50px 40px;
  color: #2a5338;
  font-size: 2rem;
  position: relative;
}

.purchase-section__head:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5em;
  background: #2a5338;
}

.purchase-image {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #1e432b;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.purchase-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.purchase-image--intro {
  margin: 0 auto;
}

.purchase-image--arrival {
  padding: 0;
  border: none;
}

.purchase-text-area__body--purchase-author {
  text-align: right;
}

.contents__deco--how-to-purchase01 {
  width: 154px;
  top: -160px;
  left: 0;
}

.contents__deco--how-to-purchase02 {
  width: 141px;
  top: 250px;
  right: 0;
}

.contents__deco--how-to-purchase03 {
  width: 154px;
  top: 110px;
  right: 0;
}

.contents__deco--how-to-purchase04 {
  width: 154px;
  bottom: -100px;
  left: 0;
}

.contents__deco--how-to-purchase05 {
  width: 141px;
  bottom: -50px;
  left: 0;
}

.contents__deco--how-to-purchase06 {
  width: 141px;
  bottom: -120px;
  right: 0;
}

.contents__deco--how-to-purchase07 {
  width: 154px;
  bottom: -90px;
  right: 0;
}

.contents__deco--how-to-purchase08 {
  width: 154px;
  bottom: -110px;
  left: 0;
}

.contents__deco--how-to-purchase09 {
  width: 141px;
  bottom: -90px;
  left: 0;
}

/* -------------------------------------------------
  * HOW TO USE CBD OIL
------------------------------------------------- */
.content--how-to-use-cbd-oil {
  margin: 130px 0 60px;
}

.contents__deco--how-to-use-cbd-oil {
  width: 154px;
  bottom: -130px;
  left: 0;
}

/* -------------------------------------------------
  * HOW MUCH TO TAKE
------------------------------------------------- */
.content--how-mach-to-take {
  margin-bottom: 150px;
}

/* -------------------------------------------------
  * HOW TO TAKE CBD OIL
------------------------------------------------- */
.content--how-to-take-cbd-oil {
  margin-bottom: 130px;
}

.contents__head--how-to-take-cbd-oil {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents__head--how-to-take-cbd-oil:before {
  right: 50%;
}

.contents__head--how-to-take-cbd-oil:after {
  max-width: 890px;
  width: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.contents__title--how-to-take-cbd-oil {
  max-width: 890px;
  width: 95%;
}

.text-area--how-to-take-cbd-oil {
  max-width: 890px;
  width: 95%;
  margin: 0 auto;
}

.content--how-to-take-cbd-oil-movie {
  margin-bottom: 150px;
}

.contents__deco--how-to-take-cbd-oil {
  width: 154px;
  top: -60px;
  right: 0;
}

/* -------------------------------------------------
  * RAW TASTE OIL
------------------------------------------------- */
.content--raw-taste-oil {
  margin-bottom: 130px;
}

.contents__deco--raw-taste-oil01 {
  width: 141px;
  z-index: auto;
  pointer-events: none;
  position: absolute;
  top: 50px;
  left: 0;
}

/* -------------------------------------------------
  * SHOPPING GUIDE
------------------------------------------------- */
.content--shopping-guide {
  margin: 130px 0 110px;
}

.content--exchange-rate {
  margin-bottom: 120px;
}

/* -------------------------------------------------
  * BEST DEAL
------------------------------------------------- */
.contents--best-deal {
  margin-bottom: 120px;
}

.contents__deco--best-deal01 {
  width: 141px;
  z-index: auto;
  pointer-events: none;
  position: absolute;
  bottom: 330px;
  left: 0;
}

.contents__deco--best-deal02 {
  width: 154px;
  bottom: -90px;
  right: 0;
}

.contents--best-deal02 {
  margin-bottom: 130px;
}

/* ============================================================

  * SP

============================================================ */
@media screen and (max-width: 768px) {
  /* -------------------------------------------------
    * HOW TO PURCHASE
  ------------------------------------------------- */
  .contents--how-to-purchase {
    margin: 50px 0 50px;
  }
  .contents__head--how-to-purchase {
    margin: 0 auto 10px;
  }
  .contents__title--how-to-purchase {
    width: 100%;
  }
  .purchase-intro {
    margin-bottom: 75px;
  }
  .purchase-section {
    margin-bottom: 75px;
  }
  .purchase-intro__inner,
  .purchase-section__inner {
    padding: 0;
    min-height: 100%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .purchase-intro__inner div:last-child,
  .purchase-section__inner div:last-child {
    padding-bottom: 0;
  }
  .purchase-section__head {
    margin: 0 0 15px;
    font-size: 1.75rem;
    text-align: center;
  }
  .purchase-image {
    width: calc(100% - 25px);
    padding: 12px;
  }
  .purchase-image--intro {
    margin: 20px auto 0;
  }
  .purchase-image--arrival {
    margin: 50px auto 0;
    padding: 0;
    border: none;
  }
  /* -------------------------------------------------
    * HOW TO USE CBD OIL
  ------------------------------------------------- */
  .content--how-to-use-cbd-oil {
    margin: 30px 0 50px;
  }
  /* -------------------------------------------------
    * HOW MUCH TO TAKE
  ------------------------------------------------- */
  .content--how-mach-to-take {
    margin-bottom: 50px;
  }
  /* -------------------------------------------------
    * HOW TO TAKE CBD OIL
  ------------------------------------------------- */
  .content--how-to-take-cbd-oil {
    margin-bottom: 45px;
  }
  .contents__title--how-to-take-cbd-oil {
    width: 100%;
  }
  .text-area--how-to-take-cbd-oil {
    width: 100%;
  }
  .content--how-to-take-cbd-oil-movie {
    margin-bottom: 75px;
  }
  /* -------------------------------------------------
    * RAW TASTE OIL
  ------------------------------------------------- */
  .content--raw-taste-oil {
    margin-bottom: 50px;
  }
  .contents__deco--raw-taste-oil01 {
    width: 60px;
    top: -40px;
  }
  .contents__deco--raw-taste-oil02 {
    width: 80px;
    top: 35px;
    right: 0;
  }
  /* -------------------------------------------------
    * SHOPPING GUIDE
  ------------------------------------------------- */
  .content--shopping-guide {
    margin: 30px 0 50px;
  }
  .content__head--shopping-guide {
    margin: 0 auto 30px;
  }
  .contents__link-section--shopping-guide {
    padding: 0 15px;
  }
  .content--exchange-rate {
    margin-bottom: 20px;
  }
  .contents__deco--exchange-rate01 {
    width: 80px;
    right: 0;
    bottom: -25px;
  }
  /* -------------------------------------------------
    * BEST DEAL
  ------------------------------------------------- */
  .contents--best-deal {
    margin-bottom: 45px;
  }
  .contents__head--best-deal {
    margin: 0 auto 30px;
  }
  .contents__head--best-deal:after {
    width: 100%;
  }
  .contents__deco--best-deal01 {
    width: 60px;
    bottom: -35px;
  }
  .contents--best-deal02 {
    margin-bottom: 20px;
  }
}


/* -------------------------------------------------
  * TOP SLIDER
------------------------------------------------- */
.top-slider {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 100px;
}

.top-slider__item {
  width: 100%;
}

.top-slider__btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 22px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-slider__btn:hover {
  opacity: .7;
}

.top-slider__btn--r {
  right: 20px;
}

.top-slider__btn--l {
  left: 20px;
}

.top-slider__dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

.top-slider__dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  -webkit-transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 50%;
  background: #bbbbbb;
}

.top-slider__dots li.slick-active {
  background: #333333;
}
</pre></body></html>