@charset "UTF-8";
/* ==================================================
 kampo.css
================================================== */
@import url("reset.css") layer(reset);
@import url("bootstrap.min.css") layer(bootstrap);
@import url("common.css") layer(common);
/* FONT */
/* ブレイクポイント */
/* 最大幅・最小幅 */
/* 体裁 */
/* 汎用カラー */
/* Animation 関連 */
/* Mixins */
@layer reset, bootstrap, common;
/* ==================================================
 0.0 - Override
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  text-decoration: none;
}

#content {
  padding-top: 85px;
}
@media (min-width: 992px) {
  #content {
    padding-top: 105px;
  }
}

/* ==================================================
 1.0 - Hero Section
-------------------------------------------------- */
.hero {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  background-color: #FAFBF4;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-bottom: 80px;
  }
}
.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
.hero__content {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 2;
  padding: 10px 25px 10px 10px;
  border-top-right-radius: 30px;
  background-color: #FAFBF4;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 15px 50px 15px 35px;
  }
}
.hero__content.with-title-icon {
  left: 0;
}
.hero__title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  min-height: 46px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .hero__title {
    gap: 10px;
    min-height: 52px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 22px;
  }
}
.hero__title img {
  display: block;
  height: 46px;
}
@media (min-width: 768px) {
  .hero__title img {
    height: 52px;
  }
}
.hero__image {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 220px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .hero__image {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .hero__image {
    height: 280px;
  }
}
.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* ==================================================
 1.0 - Introduction Section
-------------------------------------------------- */
.introduction {
  padding-bottom: 40px;
  background-color: #FAFBF4;
  text-align: left;
}
.introduction__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: unset;
}
@media (min-width: 768px) {
  .introduction__container {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .introduction__container {
    max-width: 920px;
  }
}
.introduction__title {
  margin: 0 0 20px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
}
@media (min-width: 520px) {
  .introduction__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .introduction__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .introduction__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.introduction__title br {
  display: none;
}
@media (min-width: 768px) {
  .introduction__title br {
    display: block;
  }
}
.introduction__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .introduction__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}
.introduction__txt {
  flex: 1;
}
.introduction__txt-main {
  margin: 0 0 20px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.64;
}
@media (min-width: 520px) {
  .introduction__txt-main {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .introduction__txt-main {
    font-size: 22px;
  }
}
.introduction__txt-body p {
  margin-bottom: 2em;
  font-size: 14px;
  color: #534741;
  text-align: justify;
  line-height: 2;
}
.introduction__txt-body p:last-child {
  margin-bottom: 0;
}
.introduction__txt-body strong {
  color: #0376C5;
}
.introduction__image {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .introduction__image {
    max-width: 360px;
  }
}
.introduction__image--rounded {
  overflow: hidden;
  max-width: 290px;
  padding: 0;
  border-radius: 20px;
}
.introduction__image img {
  display: block;
  width: 100%;
}
.introduction__image-caption {
  margin-top: 10px;
  color: #8E7C6A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .introduction__image-caption {
    font-size: 15px;
  }
}

#medicine .introduction {
  padding-bottom: 40px;
}

/* ==================================================
 2.0 - Oriental Medicine Section
-------------------------------------------------- */
.oriental-medicine {
  padding-bottom: 50px;
  background-color: #FAFBF4;
  text-align: left;
}
@media (min-width: 768px) {
  .oriental-medicine {
    padding-bottom: 65px;
  }
}
.oriental-medicine__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: unset;
}
@media (min-width: 768px) {
  .oriental-medicine__container {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .oriental-medicine__container {
    max-width: 920px;
  }
}
.oriental-medicine__content {
  padding: 30px 25px;
  border: 1px solid #D0C4B6;
  border-radius: 15px;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .oriental-medicine__content {
    padding: 45px;
  }
}
.oriental-medicine__content p {
  margin-bottom: 2em;
  font-size: 13px;
  color: #534741;
  text-align: justify;
  line-height: 2;
}
.oriental-medicine__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .oriental-medicine__content p {
    font-size: 14px;
  }
}
.oriental-medicine__content strong {
  color: #0376C5;
}
.oriental-medicine__title {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .oriental-medicine__title {
    font-size: 24px;
  }
}
.oriental-medicine__title::before {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border: 2px solid #0376C5;
  border-radius: 100px;
  background-color: #FFF;
  content: "";
}
@media (min-width: 768px) {
  .oriental-medicine__title::before {
    width: 24px;
    height: 24px;
  }
}

/* ==================================================
 3.0 - Method Cards Section
-------------------------------------------------- */
.method-cards {
  padding-bottom: 60px;
  background-color: #FAFBF4;
  text-align: left;
}
@media (min-width: 768px) {
  .method-cards {
    padding-bottom: 80px;
  }
}
.method-cards__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: unset;
}
@media (min-width: 768px) {
  .method-cards__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .method-cards__container {
    gap: 40px;
    max-width: 920px;
  }
}
.method-cards__item {
  display: flex;
  flex-direction: column;
  padding: 0 25px 30px;
  border-radius: 15px;
  background-color: #8E7C6A;
}
@media (min-width: 992px) {
  .method-cards__item {
    padding: 0 45px 45px;
  }
}
.method-cards__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: -20px 0 20px;
}
@media (min-width: 992px) {
  .method-cards__wrapper {
    margin-top: -30px;
  }
}
.method-cards__image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 3px solid #FFF;
  border-radius: 120px;
}
@media (min-width: 992px) {
  .method-cards__image {
    width: 130px;
    height: 130px;
  }
}
.method-cards__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.method-cards__title {
  margin: 0 0 0 1.5em;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .method-cards__title {
    font-size: 24px;
  }
}
.method-cards__content p {
  margin-bottom: 2em;
  font-size: 13px;
  color: #FFF;
  text-align: justify;
  line-height: 2;
}
.method-cards__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .method-cards__content p {
    font-size: 14px;
  }
}

/* ==================================================
 4.0 - Support Section
-------------------------------------------------- */
.support {
  padding-bottom: 60px;
  background-color: #FAFBF4;
  text-align: left;
}
@media (min-width: 768px) {
  .support {
    padding-bottom: 80px;
  }
}
.support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: unset;
}
@media (min-width: 768px) {
  .support__container {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .support__container {
    max-width: 920px;
  }
}
.support__title, .support__footer {
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.support__title {
  padding: 50px 0 25px;
  border-top: 1px solid #D0C4B6;
  font-size: 24px;
  text-align: left;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .support__title {
    padding: 65px 0 30px;
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .support__title {
    font-size: 30px;
  }
}
.support__footer {
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .support__footer {
    padding-top: 30px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .support__footer {
    font-size: 22px;
  }
}
.support__footer .underline {
  display: inline-block;
  border-bottom: 1px solid #534741;
}

.support-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .support-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.support-cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  border: 1px solid #D0C4B6;
  border-radius: 15px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .support-cards__item {
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .support-cards__item {
    padding: 30px 50px;
  }
}
.support-cards__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
.support-cards__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.support-cards__title {
  margin: 0;
  width: 100%;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #6798E3;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .support-cards__title {
    padding: 12px 25px;
    font-size: 18px;
  }
}
.support-cards__list {
  width: 100%;
}
.support-cards__list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .support-cards__list li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.support-cards__list li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #6798E3;
  content: "";
}
.support-cards__list li:last-child {
  margin-bottom: 0;
}

/* ==================================================
 5.0 - Product Line Section
-------------------------------------------------- */
.product-line {
  padding-bottom: 60px;
  background-color: #EAEAD0;
  text-align: left;
}
@media (min-width: 768px) {
  .product-line {
    padding-bottom: 80px;
  }
}
.product-line__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: unset;
}
@media (min-width: 768px) {
  .product-line__container {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .product-line__container {
    max-width: 920px;
  }
}
.product-line__title {
  margin: 0;
  padding: 50px 0 25px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .product-line__title {
    padding: 65px 0 30px;
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .product-line__title {
    font-size: 30px;
  }
}

.product-line-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-line-cards__item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 30px 60px;
  border: 1px solid #D0C4B6;
  border-radius: 15px;
  background-color: #FFF;
  transition: all 0.3s ease;
}
@media (min-width: 520px) {
  .product-line-cards__item {
    grid-template-columns: 180px 1fr;
    padding: 35px 25px 60px;
  }
}
@media (min-width: 768px) {
  .product-line-cards__item {
    grid-template-columns: 270px 1fr;
    gap: 40px;
    padding: 40px 100px 40px 30px;
  }
}
@media (min-width: 992px) {
  .product-line-cards__item {
    padding: 50px 120px 50px 40px;
  }
}
.product-line-cards__item:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.product-line-cards__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-line-cards__image {
    max-width: 270px;
  }
}
.product-line-cards__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.product-line-cards__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 15px;
  background-color: #FFF;
}
.product-line-cards__labels {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0;
}
@media (min-width: 768px) {
  .product-line-cards__labels {
    width: 100%;
  }
}
.product-line-cards__labels strong {
  color: #0376C5;
}
.product-line-cards__label {
  position: relative;
  padding-bottom: 2px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  border-bottom: 1px solid #534741;
}
.product-line-cards__label::before, .product-line-cards__label::after {
  position: absolute;
  width: 15px;
  content: "";
}
.product-line-cards__label::before {
  bottom: -2px;
  left: 50%;
  height: 4px;
  background-color: #FFF;
  transform: translateX(-50%);
}
.product-line-cards__label::after {
  bottom: -6px;
  left: calc(50% - 5px);
  height: 1px;
  background-color: #534741;
  transform: rotate(-45deg);
}
.product-line-cards__title {
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .product-line-cards__title {
    font-size: 22px;
  }
}
.product-line-cards__description p {
  margin-bottom: 1.5em;
  font-size: 14px;
  color: #534741;
  text-align: justify;
  line-height: 1.85;
}
.product-line-cards__description p:last-child {
  margin-bottom: 0;
}
.product-line-cards__description .product-line-cards__list {
  display: flex;
  gap: 8px;
}
.product-line-cards__description .product-line-cards__list li {
  margin: 0;
  width: 100%;
  padding: 0.75em 1em 1em;
  border: 1px solid #0376C5;
  border-radius: 10px;
  background-color: #FFF;
  color: #0376C5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-line-cards__description .product-line-cards__list li {
    width: fit-content;
    padding: 0.35em 1em 0.5em;
    border-radius: 100px;
  }
}
.product-line-cards__description .product-line-cards__list--nega li {
  background-color: #0376C5;
  color: #FFF;
}
.product-line-cards__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-color: #6798E3;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-line-cards__cta {
    width: 70px;
    height: 75px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 992px) {
  .product-line-cards__cta {
    width: 80px;
    height: 85px;
  }
}
.product-line-cards .more__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-line-cards .more__button span {
  position: relative;
  display: inline-block;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .product-line-cards .more__button span {
    margin-top: -20px;
    margin-left: 0;
  }
}
.product-line-cards .more__button span::before, .product-line-cards .more__button span::after {
  position: absolute;
  bottom: unset;
  border: 1px solid #FFF;
  content: "";
}
@media (min-width: 768px) {
  .product-line-cards .more__button span::before, .product-line-cards .more__button span::after {
    top: unset;
  }
}
.product-line-cards .more__button span::before {
  bottom: 50%;
  right: -20px;
  width: 15px;
  height: 15px;
  border-radius: 16px;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .product-line-cards .more__button span::before {
    right: calc(50% - 7.5px);
    bottom: -24.5px;
    transform: translateY(-50%);
  }
}
.product-line-cards .more__button span::after {
  bottom: calc(50% - 2.5px);
  right: -14px;
  width: 5px;
  height: 5px;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .product-line-cards .more__button span::after {
    right: calc(50% - 2px);
    bottom: -12px;
  }
}

/* ==================================================
 6.0 - Contact Section
-------------------------------------------------- */
.contact {
  padding: 40px 0 50px;
  background: url(../../shared/images/img_kampo_contact.jpg) 0% 100% no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .contact {
    padding: 60px 0 70px;
  }
}
@media (min-width: 992px) {
  .contact {
    padding: 75px 0 80px;
  }
}
.contact__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact__container {
    max-width: 790px;
  }
}
.contact__title {
  margin: 0;
  padding-bottom: 25px;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.42857143;
  text-shadow: 0px 0px 2px #534741;
}
@media (min-width: 768px) {
  .contact__title {
    padding-bottom: 30px;
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .contact__title {
    font-size: 30px;
  }
}
.contact__description p {
  margin-bottom: 1.5em;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  line-height: 1.85;
  text-shadow: 0px 0px 2px #534741;
}
@media (min-width: 768px) {
  .contact__description p {
    font-size: 14px;
  }
}
.contact .nav__button {
  width: 290px;
}

/* ==================================================
 7.0 - FAQ Section
-------------------------------------------------- */
.faq {
  padding: 40px 0 50px;
  background: url(../../shared/images/img_kampo_faq.png) 0 0 repeat;
  background-size: 200px;
}
@media (min-width: 768px) {
  .faq {
    padding: 60px 0 70px;
  }
}
@media (min-width: 992px) {
  .faq {
    padding: 75px 0 80px;
  }
}
.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq__container {
    max-width: 790px;
  }
}
.faq__title {
  font-size: 64px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 84px;
  }
}
.faq__item {
  margin-bottom: 15px;
  line-height: 1.42857143;
  text-align: left;
}
@media (min-width: 768px) {
  .faq__item {
    margin-bottom: 18px;
  }
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__question {
  position: relative;
  width: fit-content;
  margin: 0 10% 15px 0;
  padding: 20px 30px;
  border: 1px solid #D0C4B6;
  border-radius: 20px;
  background-color: #FFF;
  color: #534741;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .faq__question {
    margin-right: 12%;
    margin-bottom: 18px;
    padding: 25px 35px;
    font-size: 18px;
  }
}
.faq__question::after {
  position: absolute;
  bottom: -28px;
  left: 15px;
  width: 28px;
  height: 28px;
  background: url(../../shared/images/img_kampo_faq_balloon_q.svg) 100% 0 repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .faq__question::after {
    bottom: -32px;
    left: 20px;
    width: 32px;
    height: 32px;
  }
}
.faq__answer {
  position: relative;
  margin-left: 10%;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #6798E3;
  color: #FFF;
  font-size: 14px;
}
@media (min-width: 768px) {
  .faq__answer {
    margin-left: 12%;
    padding: 25px 35px;
    font-size: 15px;
  }
}
.faq__answer::after {
  position: absolute;
  bottom: -28px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(../../shared/images/img_kampo_faq_balloon_a.svg) 100% 0 repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .faq__answer::after {
    bottom: -32px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
.faq__answer p {
  margin: 0;
}

/* ==================================================
 8.0 - Prescription Section
-------------------------------------------------- */
.prescription {
  padding-top: 30px;
  background-color: #FAFBF4;
  text-align: left;
}
@media (min-width: 768px) {
  .prescription {
    padding-top: 40px;
  }
}
.prescription__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 25px;
  border-radius: 15px;
  background-color: #79A4D7;
}
@media (min-width: 768px) {
  .prescription__content {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .prescription__content {
    padding: 40px 60px;
  }
}
.prescription__content::after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 3px solid #FFF;
  border-radius: 13px;
  content: "";
}
.prescription__content--sp {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .prescription__content--sp {
    display: none;
  }
}
.prescription__content--pc {
  display: none;
}
@media (min-width: 768px) {
  .prescription__content--pc {
    display: flex;
  }
}
.prescription__txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .prescription__txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.prescription__title {
  max-width: 320px;
  margin: 0 auto;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 1.42857143;
}
@media (min-width: 520px) {
  .prescription__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .prescription__title {
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .prescription__title br {
    display: none;
  }
}
.prescription__txt-body p {
  margin-bottom: 2em;
  font-size: 13px;
  color: #FFF;
  text-align: left;
  line-height: 1.64;
}
.prescription__txt-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .prescription__txt-body p {
    font-size: 14px;
  }
}
.prescription__cta {
  text-align: center;
}
@media (min-width: 768px) {
  .prescription__cta {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .prescription__cta .nav__button--outer {
    width: 280px;
  }
}
.prescription__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  width: 100%;
  margin: 5px auto;
  padding: 0;
}
@media (min-width: 768px) {
  .prescription__image {
    flex: 1;
    max-width: 280px;
  }
}
.prescription__image img {
  display: block;
  width: 100%;
}

/* ==================================================
 9.0 - Recommended Section
-------------------------------------------------- */
.recommended {
  padding-bottom: 40px;
  background-color: #FAFBF4;
}
.recommended__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: unset;
}
@media (min-width: 768px) {
  .recommended__container {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .recommended__container {
    max-width: 920px;
  }
}
.recommended__container.border--top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .recommended__container.border--top {
    padding-top: 40px;
  }
}
.recommended__container.border--top::before {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 1px;
  background-color: #D0C4B6;
  content: "";
}
.recommended__title {
  margin: -15px 0 20px;
  color: #C29C83;
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .recommended__title {
    font-size: 54px;
  }
}
.recommended__title--01 {
  font-size: 54px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .recommended__title--01 {
    font-size: 72px;
  }
}
.recommended__title--02 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .recommended__title--02 {
    font-size: 48px;
  }
}
.recommended__title--03 {
  letter-spacing: -0.08em;
}
.recommended__subtitle {
  padding-bottom: 0;
  font-size: 16px;
}
@media (min-width: 520px) {
  .recommended__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .recommended__subtitle {
    font-size: 22px;
  }
}
.recommended__subtitle span {
  position: relative;
}
.recommended__subtitle span::after {
  position: absolute;
  top: -0.7em;
  right: -0.8em;
  width: 20px;
  height: 20px;
  background: url(../../shared/images/img_standout.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .recommended__subtitle span::after {
    width: 30px;
    height: 30px;
  }
}
.recommended__content {
  position: relative;
}
.recommended__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .recommended__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recommended__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 30px 25px;
  border: 1px solid #D0C4B6;
  border-radius: 15px;
  background-color: #FFF;
  color: #C29C83;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .recommended__item {
    padding: 30px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .recommended__item {
    font-size: 19px;
  }
}
.recommended__item p {
  margin: 0;
  color: #534741;
  font-size: 13px;
  text-align: justify;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .recommended__item p {
    font-size: 14px;
  }
}
.recommended__image {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.recommended__image img {
  display: block;
  width: 100%;
}
.recommended__hl {
  margin-bottom: 1.25em;
  color: #0376C5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .recommended__hl {
    font-size: 16px;
  }
}

/* ==================================================
 10.0 - Inner Link
-------------------------------------------------- */
.links {
  padding: 30px 0;
  background-color: #D9D3BD;
}
@media (min-width: 768px) {
  .links {
    padding: 40px 0;
  }
}
.links__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: unset;
}
@media (min-width: 768px) {
  .links__container {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .links__container {
    max-width: 920px;
  }
}
.links__title {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .links__title {
    font-size: 16px;
  }
}
.links__title::before {
  position: absolute;
  top: 50%;
  right: 5px;
  left: 5px;
  width: auto;
  height: 1px;
  margin: 0;
  border-radius: 0;
  background-color: #534741;
  content: "";
}
.links__title::after {
  display: none;
}
.links__title span {
  position: relative;
  z-index: 1;
  padding: 0 2em;
  background-color: #D9D3BD;
}
.links__list {
  display: grid;
  gap: 15px 20px;
  margin-top: 20px;
}
@media (min-width: 520px) {
  .links__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .links__list {
    gap: 20px 30px;
  }
}
.links__link {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 15px;
  padding: 15px 50px 15px 15px;
  border-radius: 5px;
  background-color: #FFF;
  transition: all 0.3s ease;
}
@media (min-width: 520px) {
  .links__link {
    grid-template-columns: 64px 1fr;
  }
}
@media (min-width: 768px) {
  .links__link {
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .links__link {
    gap: 30px;
    padding-left: 30px;
  }
}
.links__link::before, .links__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
}
.links__link::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-right: 25px;
  border-radius: 100px;
  background-color: #E0D8CE;
}
.links__link::after {
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  margin-right: 31px;
  border: solid #FFF;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.links__link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.links__image {
  width: 100%;
  background-color: #F0F0F0;
}
.links__image img {
  display: block;
  width: 100%;
}
.links__hl {
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.42857143;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  .links__hl {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .links__hl {
    font-size: 18px;
  }
}

/* ==================================================
 11.0 - Products Section
-------------------------------------------------- */
.products {
  padding-bottom: 30px;
  background-color: #FAFBF4;
  text-align: left;
}
.products__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  max-width: unset;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .products__container {
    max-width: 790px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .products__container {
    max-width: 920px;
  }
}
.products__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .products__content {
    padding-top: 45px;
  }
}
.products__content:not(.products__content.no-border) {
  margin-top: 20px;
  border-top: 1px solid #D0C4B6;
}
.products__title {
  display: flex;
  align-items: center;
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .products__title {
    font-size: 30px;
  }
}
.products__title::before {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0.2em 8px 0 0;
  border: 3px solid #79A4D7;
  border-radius: 100px;
  content: "";
}
@media (min-width: 768px) {
  .products__title::before {
    width: 28px;
    height: 28px;
  }
}
.products__image {
  overflow: hidden;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  border-radius: 15px;
}
.products__image img {
  display: block;
  width: 100%;
}
.products__description p {
  margin-bottom: 2em;
  font-size: 13px;
  color: #534741;
  text-align: justify;
  line-height: 2;
}
.products__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .products__description p {
    font-size: 14px;
  }
}
.products__feature-hl {
  position: relative;
  display: flex;
}
.products__feature-hl::before {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 4px;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .products__feature-hl::before {
    width: 48px;
    height: 36px;
  }
}
.products__feature-hl span {
  flex: 1;
  padding-top: 0.5em;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .products__feature-hl span {
    font-size: 18px;
  }
}
.products__feature-txt p {
  font-size: 13px;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .products__feature-txt p {
    font-size: 14px;
  }
}
.products__feature-txt p span {
  color: #0376C5;
  border-bottom: 1px solid #0376C5;
}

#page-medicine .products__feature-hl::before {
  background: url(../../shared/images/img_hero_title_medicine.svg) 0 0 no-repeat;
}

#page-supplement .products__feature-hl::before {
  background: url(../../shared/images/img_hero_title_supplement.svg) 0 0 no-repeat;
}

#page-yakuzen .products__feature-hl::before {
  background: url(../../shared/images/img_hero_title_yakuzen.svg) 0 0 no-repeat;
}

.products-list {
  padding: 0;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .products-list {
    padding: 10px 0;
  }
}
.products-list__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 20px 60px 20px 30px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .products-list__label {
    padding: 20px 40px;
    font-size: 19px;
    cursor: default;
  }
}
.products-list__label::before, .products-list__label::after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #534741;
  transition: all 0.3s ease;
  content: "";
}
@media (min-width: 768px) {
  .products-list__label::before, .products-list__label::after {
    display: none;
  }
}
.products-list__label::after {
  transform: rotate(90deg);
}
.products-list__label img {
  display: block;
  width: 32px;
  height: 32px;
}
.products-list__toggle {
  display: none;
}
.products-list__toggle:checked + .products-list__label::after {
  transform: rotate(0deg);
}
.products-list__toggle:checked + .products-list__label + .products-list__container {
  height: auto;
  transition: all 0.3s ease;
}
.products-list__container {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .products-list__container {
    height: auto;
  }
}
.products-list__container hr {
  display: block;
  height: 0;
  border: none;
}
@media (min-width: 768px) {
  .products-list__container hr {
    height: 10px;
  }
}
.products-list__hl {
  position: absolute;
  margin: 0;
  padding: 20px 20px 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .products-list__hl {
    padding: 20px 30px 0;
    font-size: 19px;
  }
}
.products-list__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 20px 30px 0;
}
@media (min-width: 768px) {
  .products-list__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 30px 40px 0;
  }
}
.products-list__content::before {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 1px;
  background-color: #D0C4B6;
  content: "";
}
@media (min-width: 768px) {
  .products-list__content::before {
    right: 40px;
    left: 40px;
  }
}
.products-list__content::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #FFF;
  content: "";
}
@media (min-width: 768px) {
  .products-list__content.direction--row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-list__content.padding-top {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .products-list__content.padding-top {
    padding-top: 80px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D0C4B6;
}
.product-card__image {
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 160px;
  object-fit: contain;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 20px 0;
  color: #534741;
}
@media (min-width: 768px) {
  .product-card__content {
    padding: 30px 0;
  }
}
.product-card__title {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-card__title {
    font-size: 14px;
  }
}
.product-card__unit {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-card__unit {
    font-size: 12px;
  }
}
.product-card__price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.product-card__price {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-card__price {
    font-size: 14px;
  }
}
.product-card__tax-label {
  display: inline-block;
  padding: 2px 4px;
  background-color: #736357;
  color: #FFF;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .product-card__tax-label {
    font-size: 10px;
  }
}
.product-card__note {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-card__note {
    font-size: 13px;
  }
}
.product-card__description {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .product-card__description {
    font-size: 14px;
  }
}
.product-card__description .notes {
  display: inline-block;
  padding-top: 0.5em;
  color: #EB5756;
}
.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}
.product-card__footer {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
}
.product-card__tag {
  display: inline-block;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #0376C5;
  color: #0376C5;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-card__tag {
    font-size: 11px;
  }
}
.product-card__cta {
  margin-top: auto;
}
.product-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 22px;
  padding: 4px 20px;
  border-radius: 5px;
  background-color: #AC826D;
  color: #FFF;
  font-size: 12px;
}
.product-card__button::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../../shared/images/icon_btn_cart.svg) 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}
@media (min-width: 768px) {
  .product-card__button {
    font-size: 13px;
  }
}
.product-card__button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.product-card__button span {
  display: inline-block;
}

@media (min-width: 768px) {
  .direction--row .product-card {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 35px;
  }
  .direction--row .product-card:nth-last-child(-n+3) {
    border-bottom: 1px solid #D0C4B6;
  }
  .direction--row .product-card:last-child {
    border-bottom: none;
  }
  .direction--row .product-card__image {
    max-width: 180px;
    max-height: 140px;
  }
  .direction--row .product-card__content {
    padding: 0;
  }
  .direction--row .product-card__footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .direction--row .product-card__cta {
    margin-top: 0;
    width: 200px;
  }
}

/* ==================================================
 99.0 - ポップアップ表示
-------------------------------------------------- */
#popup-toggle {
  display: none;
}
#popup-toggle:checked ~ .popup-overlay {
  display: flex;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  max-width: 90%;
  padding: 40px;
  border-radius: 10px;
  background: white;
  font-size: 16px;
}
.popup-content img {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.tel-link {
  display: block;
  margin-top: 15px;
  padding: 12px;
  color: #008080;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
.tel-link span {
  font-size: 22px;
}

/*# sourceMappingURL=kampo.css.map */
