@charset "utf-8";

html {
  font-size: 62.5%;
}

.tal{
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-pc-none {
    display: none;
  }
}

.gothic {
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* 彩茶烏龍茶 */
.aya-oolong-500 {
  max-width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  color: #5c5703;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.4;
  margin: 0 -2%;

  @media screen and (min-width: 768px) {
    max-width: 780px;
    margin: 0 auto;
  }

  /* mv
  ---------------------- */
  .aya-oolong-500__mv {
    .aya-oolong-500__copy {
      color: #1a4956;
      /* 文字の深い青緑色 */
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 0.1em;
      margin: 20px 0;

      @media screen and (min-width: 768px) {
        font-size: 30px;
      }
    }
  }


  /* intro
  ---------------------- */
  .aya-oolong-500__intro {
    .aya-oolong-500__intro-main-bg {
      position: relative;
      width: 100%;
    }

    .aya-oolong-500__intro-copy-top {
      position: absolute;
      top: 30px;
      color: #fff;
      font-size: 22px;
      line-height: 1.6;
      /* left: 50%;
      transform: translateX(-50%); */
      width: 100%;

      @media screen and (min-width: 768px) {
        font-size: 35px;
        margin-bottom: 20px;
        top: 60px;
      }
    }

    .aya-oolong-500__intro-bottom-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;

      @media screen and (min-width: 768px) {
        padding: 40px 20px 50px;
      }
    }

    .aya-oolong-500__intro-copy-mid {
      color: #fff;
      font-size: 15px;
      text-align: center;
      line-height: 1.8;
      text-decoration: underline;
      text-underline-offset: 5px;
      margin: 0 auto 25px;

      @media screen and (min-width: 768px) {
        font-size: 23px;
        margin-bottom: 15px;
      }
    }

    .aya-oolong-500__intro-bottom {
      position: relative;
      margin-top: -1px;

      .aya-oolong-500__intro-ttl-bottom {
        position: absolute;
        color: #ffffff;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        font-weight: bold;
        width: 100%;

        @media screen and (min-width: 768px) {
          font-size: 32px;
          margin-bottom: 30px;
        }
      }
    }
  }


  /* point1
  ---------------------- */
  .point1 {
    position: relative;
    width: 100%;
    margin: 0 0 70px 0;
    @media screen and (min-width: 768px) {
      margin: 0 0 90px 0;
    }

    .point1__img {
      display: block;
      width: 100%;
      height: auto;
    }

    .point1__ic01 {
      position: absolute;
      top: 5%;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;       
      margin: 0;

      @media screen and (min-width: 768px) {
        top: 6%;
        width: 100px;
      }
    }

    .point1__ic01 img {
      width: 100%;
      height: auto;
      display: block;
    }

    .point1__ttl {
      position: absolute;
      top: 18%;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 22px;
      text-align: center;
      line-height: 1.6;
      font-weight: normal;
      margin: 0;

      @media screen and (min-width: 768px) {
        top: 19%;
        font-size: 35px;
      }
    }

    .point1__under{
      color: #005062;
      font-size: 16px;
      line-height: 1.5;
      margin: 15px 0 0;
      font-weight: bold;
      @media screen and (min-width: 768px) {
        font-size: 20px;
        margin: 30px 0 0;
      }
    }
  }

  /* point2
  ---------------------- */
  .point2 {
    width: 100%;

    .point2__spoons {
      position: relative;
      width: 100%;
      margin: 0px auto 20px;
      display: flex;
      justify-content: center;
      align-items: center;

      @media screen and (min-width: 768px) {
        margin-bottom: 30px;
      }
    }

    .point2__ic02 {
      width: 60px;
      height: auto;
      position: relative;
      z-index: 2;

      @media screen and (min-width: 768px) {
        width: 100px;
      }
    }

    /* スプーンを絶対配置で両サイドから挟む */
    .point2__spoon-l {
      position: absolute;
      top: 0%;
      left: 0px;
      transform: translateY(-50%);
      width: 38%;
      max-width: 250px;
      filter: drop-shadow(3px 11px 3px rgba(0, 0, 0, 0.3));
    }

    .point2__spoon-r {
      position: absolute;
      top: 0%;
      right: 0px;
      transform: translateY(-50%);
      width: 38%;
      max-width: 250px;
      filter: drop-shadow(3px 11px 3px rgba(0, 0, 0, 0.3));
    }

    .point2__main-copy {
      color: #1a4956;
      font-size: 22px;
      line-height: 1.5;
      font-weight: bold;
      margin: 0 auto;

      @media screen and (min-width: 768px) {
        font-size: 30px;
      }
    }

    .point2__wave {
      position: absolute;
      display: block;
      width: 100%;
      height: auto;
      @media screen and (min-width: 768px) {
        width: auto;
      }
    }

    .point2__bg-area {
      background-image: url('../../Contents/ProductImages/aya-oolong-500/bg-green.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      background-color: #005062;
      padding: 110px 0 0;
      margin-top: 1px;

      @media screen and (min-width: 768px) {
        padding: 200px 50px 20px;
      }
    }

    .point2__leaf-block {
      position: relative;
      padding: 0 15px;

      @media screen and (min-width: 768px) {
        margin-bottom: 60px;
        padding: 0 15px;
      }
    }
    .point2__leaf-block--shikishu{
      margin-bottom: 50px;
      @media screen and (min-width: 768px) {
        margin-bottom: 80px;
      }
    }
    .point2__leaf-block--suisen{
      margin-bottom: 40px;
      @media screen and (min-width: 768px) {
        margin-bottom: 70px;
      }
    }

    /* 茶葉の絶対配置 */
    .point2__leaf-r {
      position: absolute;
      top: 0;
      right: 0;
      width: 20%;
      max-width: 200px;
      z-index: 1;

      @media screen and (min-width: 768px) {
        width: 22%;
      }
    }

    .point2__leaf-l {
      position: absolute;
      top: 0;
      left: 0;
      width: 20%;
      max-width: 200px;
      z-index: 1;

      @media screen and (min-width: 768px) {
        width: 22%;
      }
    }

    .point2__text-box {
      position: relative;
      z-index: 2;
    }

    /* 左揃えと右揃えのパディング調整（茶葉と被らないように） */
    .point2__text-box--left {
      text-align: left;
    }

    .point2__text-box--right {
      text-align: right;
    }

    .point2__leaf-ttl {
      color: #ffffff;
      font-size: 22px;
      margin: 0 0 5px;
      font-weight: bold;

      @media screen and (min-width: 768px) {
        font-size: 35px;
      }
    }

    .point2__leaf-sub {
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 15px;
      line-height: 1.5;

      @media screen and (min-width: 768px) {
        font-size: 25px;
      }
    }

    .point2__leaf-desc {
      color: #cab15e; /* 指定された黄色 */
      font-size: 14px;
      line-height: 1.7;
      margin: 0;
      font-weight: bold;

      @media screen and (min-width: 768px) {
        font-size: 23px;
        line-height: 1.8;
      }
    }

    .point2__bottom-img-wrap {
      width: 100%;
      margin: 0 0 20px;
      padding: 0 15px;

      @media screen and (min-width: 768px) {
        margin-bottom: 50px;
      }
    }

    .point2__bottom-img {
      display: block;
      width: 100%;
      height: auto;
    }

    .point2__summary {
      text-align: center;
      padding-bottom: 20px;
    }

    .point2__summary-ttl {
      color: #cab15e;
      font-size: 22px;
      margin: 0 0 7px;
      font-weight: bold;
      letter-spacing: 0.1em;

      @media screen and (min-width: 768px) {
        font-size: 35px;
      }
    }

    .point2__summary-txt {
      color: #ffffff;
      font-size: 14px;
      line-height: 1.8;
      font-weight: bold;
      margin: 0;

      @media screen and (min-width: 768px) {
        font-size: 22px;
      }
    }

    .point2__summary-hl {
      color: #cab15e; /* 彩茶のみ黄色 */
    }
  }

  /* point3
  ---------------------- */
  .point3 {
    width: 100%;
    background-color: #ffffff;
    padding-top: 40px;
    text-align: center;
      @media screen and (min-width: 768px) {
        padding-top: 60px;
      }

    .point3__ic03 {
      width: 70px;
      margin: 0 auto 20px;

      @media screen and (min-width: 768px) {
        width: 100px;
        margin-bottom: 30px;
      }
    }

    .point3__ic03 img {
      width: 100%;
      height: auto;
      display: block;
    }

    .point3__ttl {
      color: #1a4956;
      font-size: 22px;
      line-height: 1.6;
      font-weight: bold;
      margin: 0 auto 25px;
      font-family: inherit;

      @media screen and (min-width: 768px) {
        font-size: 35px;
        margin-bottom: 35px;
      }
    }

    /* なぜこんな低価格が実現〜（横並び） */
    .point3__lead {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      margin-bottom: 25px;

      @media screen and (min-width: 768px) {
        gap: 10px;
        margin-bottom: 35px;
      }
    }

    .point3__lead-ic {
      width: 32px;
      height: auto;
      display: block;

      @media screen and (min-width: 768px) {
        width: 40px;
      }
    }

    .point3__lead-txt {
      color: #1a4956;
      font-size: 16px;
      font-weight: bold;
      margin: 0;

      @media screen and (min-width: 768px) {
        font-size: 25px;
      }
    }

    /* 商品がお客様に届くまで（黒枠） */
    .point3__flow-label {
      display: inline-block;
      border: 1px solid #333333;
      padding: 8px 20px;
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      margin: 0 auto 25px;

      @media screen and (min-width: 768px) {
        font-size: 18px;
        padding: 10px 30px;
        margin-bottom: 35px;
      }
    }

    /* 一般的な流通経路 */
    .point3__flow-ttl {
      font-size: 16px;
      font-weight: bold;
      color: #333333;
      margin: 0 auto 25px;

      @media screen and (min-width: 768px) {
        font-size: 20px;
        margin-bottom: 35px;
      }
    }

    .point3__flow-ttl::after {
      content: "";
      display: block;
      width: 15px;
      height: 2px;
      background-color: #333333;
      margin: 10px auto 0;
    }

    /* 共通：画像ラッパー */
    .point3__flow-img-wrap {
      width: 100%;
      padding: 0 15px;
      margin-bottom: 35px;

      @media screen and (min-width: 768px) {
        padding: 0;
        margin-bottom: 50px;
      }
    }

    .point3__flow-img-wrap img {
      width: 100%;
      max-width: 710px;
      height: auto;
      margin: 0 auto;
      display: block;
    }

    /* 後半のベージュ背景エリア */
    .point3__flow-lifedrink {
      background-color: #f7f3e6;
      padding: 30px 0;

      @media screen and (min-width: 768px) {
        padding: 60px 20px 70px;
      }

      .point3__flow-img-wrap {
        margin-bottom: 30px;

        @media screen and (min-width: 768px) {
          margin-bottom: 40px;
        }
      }
    }

    /* LIFEDRINKロゴ */
    .point3__logo-wrap {
      width: 100%;
      margin-bottom: 25px;

      @media screen and (min-width: 768px) {
        margin-bottom: 35px;
      }
    }

    .point3__logo-wrap img {
      width: 220px;
      height: auto;
      margin: 0 auto;
      display: block;

      @media screen and (min-width: 768px) {
        width: 300px;
      }
    }

    .point3__logo-wrap::after {
      content: "";
      display: block;
      width: 15px;
      height: 2px;
      background-color: #333333;
      margin: 15px auto 0;
    }

    /* 下部まとめテキスト */
    .point3__desc {
      font-size: 14px;
      line-height: 1.8;
      font-weight: bold;
      color: #333333;
      margin: 0;
      padding: 0 15px;

      @media screen and (min-width: 768px) {
        font-size: 20px;
        padding: 0;
      }
    }
  }

  /* etc
    ---------------------- */
  .etc {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 40px;

    @media screen and (min-width: 768px) {
      padding-bottom: 60px;
    }

    .etc__header {
      position: relative;
      width: 100%;
      z-index: 1; /* ボトルより下 */
      /* 画像の下にできる見えない隙間を完全にリセット */
      font-size: 0;
      line-height: 0;
    }

    .etc__header-bg {
      width: 100%;
      height: auto;
      display: block;
    }

    .etc__header-content {
      position: absolute;
      top: 16%; 
      left: 0;
      width: 100%;
      z-index: 2;

      @media screen and (min-width: 768px) {
        top: 20%;
      }
    }

    .etc__header-ttl {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 2px;
      line-height: 1.4;
      font-family: inherit;

      @media screen and (min-width: 768px) {
        font-size: 35px;
      }
    }

    .etc__header-sub {
      color: #cab15e; /* 黄色 */
      font-size: 22px;
      font-weight: bold;
      margin: 0;
      letter-spacing: 0.1em;
      line-height: 1.4;
      font-family: inherit;

      @media screen and (min-width: 768px) {
        font-size: 35px;
      }
    }

    .etc__main-img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    /* 浮かせる吹き出し（透過PNG） */
    .etc__fukidashi {
      position: absolute;
      top: 16%;
      right: 10%;
      width: 27%;
      max-width: 200px;
      z-index: 3;

      @media screen and (min-width: 768px) {
        top: 19%;
        right: 10%;
        width: 30%;
      }
    }

    .etc__footer {
      padding: 30px 15px 0;

      @media screen and (min-width: 768px) {
        padding: 40px 20px 0;
      }
    }

    .etc__footer-txt {
      color: #1a4956;
      font-size: 16px;
      line-height: 1.8;
      font-weight: bold;
      text-align: center;
      margin: 0;

      @media screen and (min-width: 768px) {
        font-size: 22px;
      }
    }
  }

  /* enjoy
---------------------- */
.enjoy {
  width: 100%;
  background-color: #f7f3e6;
  padding: 40px 0 0; /* 下部の余白はnotice側で取ります */

  @media screen and (min-width: 768px) {
    padding-top: 60px;
  }

  .enjoy__header {
    text-align: center;
    margin-bottom: 30px;

    @media screen and (min-width: 768px) {
      margin-bottom: 40px;
    }
  }

  .enjoy__header-sub {
    color: #1a4956;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    font-family: inherit;

    @media screen and (min-width: 768px) {
      font-size: 30px;
      margin-bottom: 15px;
    }
  }

  .enjoy__header-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;

    @media screen and (min-width: 768px) {
      max-width: 780px;
    }
  }

  .enjoy__list {
    list-style: none;
    margin: 0;
    padding: 0 15px;

    @media screen and (min-width: 768px) {
      padding: 0 30px;
    }
  }

  .enjoy__item {
    display: flex;
    align-items: stretch;
    border-top: 1px solid #1a4956;
  }

  .enjoy__item:last-child {
    border-bottom: 1px solid #1a4956;
  }

  .enjoy__item-img-wrap {
    width: 45%;
    flex-shrink: 0;
  }

  .enjoy__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .enjoy__item-text {
    width: 55%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;

    @media screen and (min-width: 768px) {
      padding: 30px 20px;
    }
  }

  .enjoy__item-ttl {
    color: #a93c1a;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.6;
    font-family: inherit;

    @media screen and (min-width: 768px) {
      font-size: 25px;
      margin-bottom: 15px;
    }
  }

  .enjoy__item-ttl span {
    text-decoration: underline;
    text-decoration-color: #a93c1a;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }

  .enjoy__item-desc {
    color: #1a4956;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0;

    @media screen and (min-width: 768px) {
      font-size: 20px;
    }
  }
}

  /* notice
  ---------------------- */
  .notice {
    width: 100%;
    background-color: #f7f3e6;
    text-align: center;
    padding: 50px 0 60px;

    @media screen and (min-width: 768px) {
      padding: 70px 15px 80px;
    }

    .notice__img-wrap {
      margin-bottom: 25px;

      @media screen and (min-width: 768px) {
        margin-bottom: 35px;
      }
    }

    .notice__img {
      width: 100%;
      max-width: 600px;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .notice__ttl {
      color: #1a4956;
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 15px;

      @media screen and (min-width: 768px) {
        font-size: 24px;
        margin-bottom: 20px;
      }
    }

    .notice__ttl::after {
      content: "";
      display: block;
      width: 15px;
      height: 2px;
      background-color: #a93c1a;
      margin: 10px auto 0;
      @media screen and (min-width: 768px) {
        width: 20px;
        height: 4px;
        margin: 16px auto 0;
      }
    }

    .notice__desc {
      color: #1a4956;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
      margin: 0;

      @media screen and (min-width: 768px) {
        font-size: 20px;
      }
    }
  }
}

/* ----------▲共通箇所▲---------- */
/* animation（ふわっと表示）
---------------------- */
.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 1s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}
