@charset "utf-8";
/*--------------------------------
p-polyphenol
--------------------------------*/
.p-polyphenol {
  overflow: hidden;
}

.p-polyphenol-bg {
  position: relative;
}

.p-polyphenol-bg:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../../img/polyphenol/bg.png) top center;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-polyphenol-bg:before {
    top: 50px;
  }

  .l-mv-under {
    height: 50vw;
  }
  .l-mv-under__dobozLogo {
    top: 50%;
    transform: translateY(-50%);
  }
}
/*--------------------------------
under
--------------------------------*/
.p-polyphenol-under {
  margin-top: -100px;
}
.p-polyphenol-under__img {
}
.p-polyphenol-under__img img {
  width: 100%;
}
.p-polyphenol-under__doboz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 100px;
}
.p-polyphenol-under__dobozImg {
  width: 55%;
  padding: 0 20px;
}
.p-polyphenol-under__dobozImg img {
  width: 100%;
}
.p-polyphenol-under__dobozLetter {
  width: 45%;
  text-align: left;
}
.p-polyphenol-under__dobozLetterTxt {
  font-size: 21px;
  line-height: 1.5;
  color: #665233;
  font-family: var(--font-family-mincho);
}
.p-polyphenol-under__dobozLetterTxt:nth-child(n + 2) {
  margin-top: 30px;
}
.p-polyphenol-under__dobozLetterTxt--note {
  font-size: 14px;
}
.p-polyphenol-under__dobozLetterTxt--small {
  font-size: 18px;
}
.p-polyphenol-under__dobozLetterLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 80px;
  background-color: #665233;
  color: white !important;
  font-size: 18px;
  position: relative;
  border-radius: 40px;
  text-decoration: initial !important;
  transition: 0.3s;
  margin-top: 40px;
  font-family: var(--font-family-mincho);
  line-height: 1.5;
}

.p-polyphenol-under__dobozLetterLink:visited {
  color: white !important;
}

.p-polyphenol-under__dobozLetterLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.p-polyphenol-under__dobozLetterLink::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../../img/polyphenol/btn_arrow.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-polyphenol-under {
    margin-top: -70px;
  }

  .p-polyphenol-under__doboz {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
  .p-polyphenol-under__dobozImg {
    width: 100%;
    padding: 0px;
  }

  .p-polyphenol-under__dobozLetter {
    width: 100%;
    text-align: left;
  }

  .p-polyphenol-under__dobozLetterTxt {
    font-size: 14px;
  }
  .p-polyphenol-under__dobozLetterTxt--note {
    display: inline-block;
    font-size: 10px;
    margin-top: 10px;
  }
  .p-polyphenol-under__dobozLetterTxt--small {
    font-size: 11px;
  }
  .p-polyphenol-under__dobozLetterTxt:nth-child(n + 2) {
    margin-top: 15px;
  }
  .p-polyphenol-under__dobozLetterLink {
    width: 215px;
    height: 45px;
    margin-top: 40px;
    font-size: 16px;
    margin: 20px auto 0;
  }
  .p-polyphenol-under__dobozLetterLink::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

/*--------------------------------
combination
--------------------------------*/
.p-polyphenol-combination {
  padding-bottom: 80px;
}
.l-section__inner.p-polyphenol-combination__inner {
}
.p-polyphenol-combination__tit {
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #e84d07;
  font-family: var(--font-family-mincho);
  margin-top: 80px;
}

.p-polyphenol-combination__tit span {
  border-bottom: 2px solid #e84d07;
}
.p-polyphenol-combination__txt {
  margin-top: 80px;
  font-size: 24px;
  color: #665233;
  font-family: var(--font-family-mincho);
  line-height: 1.5;
}
.p-polyphenol-combination__img {
  display: block;
  margin-top: 80px;
}
.p-polyphenol-combination__img img {
  width: 100%;
}
.p-polyphenol-combination__list {
  margin-top: 80px;
}
.p-polyphenol-combination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.p-polyphenol-combination__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 40px;
}
.p-polyphenol-combination__itemLetter {
  text-align: left;
  width: 60%;
}
.p-polyphenol-combination__itemLetterTxt {
  font-size: 18px;
  color: #665233;
  font-family: var(--font-family-mincho);
  line-height: 1.5;
}
.p-polyphenol-combination__itemLetterTxt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-polyphenol-combination__itemImg {
  display: block;
  width: 40%;
}
.p-polyphenol-combination__itemImg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-polyphenol-combination {
    padding-bottom: 40px;
  }
  .p-polyphenol-combination__tit {
    font-size: 30px;
    text-align: center;
    margin-top: 35px;
    font-weight: 400;
  }
  .p-polyphenol-combination__txt {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }
  .p-polyphenol-combination__img {
    display: block;
    margin-top: 30px;
  }
  .p-polyphenol-combination__list {
    margin-top: 20px;
  }
  .p-polyphenol-combination__item {
    flex-direction: column;
    gap: 20px;
  }
  .p-polyphenol-combination__item:nth-of-type(even) {
    flex-direction: column;
    margin-top: 20px;
  }
  .p-polyphenol-combination__itemLetter {
    width: 100%;
  }
  .p-polyphenol-combination__itemLetterTxt {
    font-size: 14px;
    color: #665233;
  }
  .p-polyphenol-combination__itemLetterTxt:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .p-polyphenol-combination__itemImg {
    width: 100%;
  }
}
