@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 70px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}
body.sp-menu-open {
  height: 100%;
  overflow: hidden;
}

a {
  transition: transform 0.2s;
}
a:active {
  transform: scale(0.95);
}

a:hover img {
  opacity: 0.8;
}

em {
  font-weight: 700;
  font-style: normal;
}

.text-red {
  color: red;
}

.beige {
  background: #fffbf0;
}

.brown {
  background: url(../img/common/bg_1.png);
}

.dark-brown {
  background: #3f210e;
}

.dark-blue {
  background: #003459;
}

.purple {
  background: #e1d9e1;
}

.green {
  background: #004314;
}

.gray {
  background: url(../img/common/bg_2.png);
}

.gray2 {
  background: url(../img/common/bg_05.jpg);
}

.light-gray {
  background: url(../img/common/bg_3.png);
}

.light-gray2 {
  background: #fbfbfb;
}

.light-green {
  background: #ebf2e5;
}

.pale-graysh-green {
  background: #dce3d7;
}

.prune_color {
  background: #eee7e7;
}

.biocal_color {
  background: #fff8ed;
}

.protein100_color {
  background: #f2e4cf;
}

.medivitab_color {
  background: #ffe6cc;
}

.m7_color {
  background: #f0f7e4;
}

.hb_color {
  background: #fbeff8;
}

.bioessence_color {
  background: #fff3e1;
}

.triplef_color {
  background: #f3ebf2;
}

.forest_color {
  background: #004515;
}

.bnoble_color {
  background: #40210F;
}

.wellness_house_care_color {
  background: #003459;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container-narrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

.title01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #721c6d;
  padding: 2rem 0;
  text-align: center;
}

.title01-subtitle {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.title02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #721c6d;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #721c6d;
  border-bottom: 1px solid #721c6d;
}

.title03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #004515;
  padding: 2rem 0;
  text-align: center;
}

.title03-subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #004515;
}

.title04 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #004515;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.title04:before, .title04:after {
  content: "";
  height: 1px;
  flex-grow: 1;
}
.title04:before {
  margin-right: 1rem;
  background-image: linear-gradient(to right, rgba(0, 69, 21, 0) 0%, rgb(0, 69, 21) 50%);
}
@media (min-width: 768px) {
  .title04:before {
    background-image: linear-gradient(to right, rgba(0, 69, 21, 0) 0%, rgb(0, 69, 21) 15%);
  }
}
.title04:after {
  margin-left: 1rem;
  background-image: linear-gradient(to right, rgb(0, 69, 21) 50%, rgba(0, 69, 21, 0) 100%);
}
@media (min-width: 768px) {
  .title04:after {
    background-image: linear-gradient(to right, rgb(0, 69, 21) 85%, rgba(0, 69, 21, 0) 100%);
  }
}

.title05 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #004515;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #004515;
  border-bottom: 1px solid #004515;
}

.title06 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #721c6d;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.title06:before, .title06:after {
  content: "";
  height: 4px;
  flex-grow: 1;
}
.title06:before {
  margin-right: 1rem;
  border-top: solid 1px #721c6d;
  border-bottom: solid 1px #721c6d;
}
.title06:after {
  margin-left: 1rem;
  border-top: solid 1px #721c6d;
  border-bottom: solid 1px #721c6d;
}

.title07 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #721c6d;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.title07:before, .title07:after {
  content: "";
  height: 1px;
  flex-grow: 1;
}
.title07:before {
  margin-right: 1rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(114, 28, 109) 50%);
}
@media (min-width: 768px) {
  .title07:before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(114, 28, 109) 15%);
  }
}
.title07:after {
  margin-left: 1rem;
  background-image: linear-gradient(to right, rgb(114, 28, 109) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .title07:after {
    background-image: linear-gradient(to right, rgb(114, 28, 109) 85%, rgba(0, 0, 0, 0) 100%);
  }
}

.title08 {
  font-size: 20px;
  color: #78166e;
  border-bottom: #c1b084 solid 1px;
  padding: 3px 0;
  margin-bottom: 16px;
  font-weight: 500;
}

.title09 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #004515;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.title09:before, .title09:after {
  content: "";
  height: 4px;
  flex-grow: 1;
}
.title09:before {
  margin-right: 1rem;
  border-top: solid 1px #004515;
  border-bottom: solid 1px #004515;
}
.title09:after {
  margin-left: 1rem;
  border-top: solid 1px #004515;
  border-bottom: solid 1px #004515;
}

.title10 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 2rem 0;
  text-align: center;
}

.title11 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #40210F;
  padding: 2rem 0;
  text-align: center;
}

.title12 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #40210F;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.title12:before, .title12:after {
  content: "";
  height: 4px;
  flex-grow: 1;
}
.title12:before {
  margin-right: 1rem;
  border-top: solid 1px #40210F;
  border-bottom: solid 1px #40210F;
}
.title12:after {
  margin-left: 1rem;
  border-top: solid 1px #40210F;
  border-bottom: solid 1px #40210F;
}

.title13 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #003459;
  padding: 2rem 0;
  text-align: center;
}

.title14 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #003459;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.title14:before, .title14:after {
  content: "";
  height: 4px;
  flex-grow: 1;
}
.title14:before {
  margin-right: 1rem;
  border-top: solid 1px #003459;
  border-bottom: solid 1px #003459;
}
.title14:after {
  margin-left: 1rem;
  border-top: solid 1px #003459;
  border-bottom: solid 1px #003459;
}

.title-decoration {
  text-align: center;
  width: 100%;
}
.title-decoration img {
  width: 100% !important;
}
@media (min-width: 768px) {
  .title-decoration img {
    width: auto !important;
  }
}

.fs-1 {
  font-size: 1.2rem !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.p01 {
  padding-left: 1em;
}

@media (min-width: 0px) {
  .header-container {
    padding: 0;
  }
}

@media (min-width: 0px) {
  header {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 0px) {
  header .logo {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  header .logo {
    width: auto;
    height: auto;
  }
}
@media (min-width: 0px) {
  header .logo img {
    width: 90%;
    height: auto;
  }
}
@media (min-width: 768px) {
  header .logo img {
    width: auto;
    height: auto;
  }
}
header .header-banner {
  display: flex;
  text-align: right;
}
@media (min-width: 0px) {
  header .header-banner {
    width: 100%;
    height: auto;
    justify-content: end;
  }
}
@media (min-width: 768px) {
  header .header-banner {
    width: auto;
    height: auto;
    justify-content: space-between;
  }
}
header .header-banner .banner-wellness-club {
  display: block;
  margin-right: 15px;
}
@media (min-width: 0px) {
  header .header-banner .banner-tel {
    width: 90%;
    height: auto;
  }
}
@media (min-width: 768px) {
  header .header-banner .banner-tel {
    width: auto;
    height: auto;
  }
}

.global-nav {
  background-color: #5e4918;
}
.global-nav ul.nav {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  max-width: 1200px; /* 幅を1200pxに制限 */
  margin: 0 auto; /* 中央に配置 */
}
.global-nav ul.nav li.nav-item {
  display: flex;
  flex: 1 0 auto;
  line-height: 1.3;
}
.global-nav ul.nav li.nav-item.agency {
  background-color: #70936B;
}
.global-nav ul.nav li.nav-item.agency a.nav-link:hover {
  background-color: #f4f4f4;
  color: #70936B;
}
.global-nav ul.nav li.nav-item a.nav-link {
  width: 100%;
  color: white; /* 白文字 */
  font-weight: 700;
  border-right: 1px solid white; /* 右側に白い線を追加 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav ul.nav li.nav-item a.nav-link:hover {
  background-color: #f4f4f4;
  color: #5e4918;
}
.global-nav ul.nav li.nav-item:last-child a.nav-link {
  border-right: none;
}

.sp-footer-menu-bar {
  background-color: #5e4918;
  z-index: 9999;
}
.sp-footer-menu-bar ul.nav {
  height: 70px;
  display: flex;
  justify-content: space-evenly;
}
.sp-footer-menu-bar ul.nav li.nav-item {
  width: 25%;
  display: flex;
  line-height: 1.3;
  text-align: center;
}
.sp-footer-menu-bar ul.nav li.nav-item.agency {
  background-color: #70936B;
}
.sp-footer-menu-bar ul.nav li.nav-item a.nav-link {
  font-size: 4vw;
  width: 100%;
  color: white; /* 白文字 */
  border-right: 1px solid white; /* 右側に白い線を追加 */
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .sp-footer-menu-bar ul.nav li.nav-item a.nav-link {
    font-size: 4vw;
  }
}
.sp-footer-menu-bar ul.nav li.nav-item:last-child a.nav-link {
  border-right: none;
}

.sp-menu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: scroll;
}
.sp-menu-modal .menu-content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  overflow: scroll;
}
.sp-menu-modal .menu-content .close-menu-btn {
  display: flex;
  border: none;
  background-color: #f4f4f4;
  color: #222;
  margin: 0;
  padding: 15px;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sp-menu-modal .menu-content .close-menu-btn:last-child {
  margin-left: auto;
}
.sp-menu-modal .menu-content .close-menu-btn::before {
  font-family: "Material Icons";
  content: "close";
  color: #222;
  font-size: 2rem;
  position: absolute;
  left: 15px;
}
.sp-menu-modal .menu-content h2 {
  margin: 0 2rem;
  padding: 15px 0;
  color: #222;
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
}
.sp-menu-modal .menu-content ul {
  list-style: none;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.sp-menu-modal .menu-content ul li a {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 15px;
  display: block;
  color: #222;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}
.sp-menu-modal .menu-content ul li a::before {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  right: 15px;
}
.sp-menu-modal .menu-content ul li ul {
  padding: 0;
  margin-bottom: 0;
}
.sp-menu-modal .menu-content ul li ul li a {
  padding: 15px 0 15px 2rem;
}

footer {
  background-color: #5e4918;
}
footer #page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 75px;
  background: #efefef;
  opacity: 0.8;
  border-radius: 50%;
}
footer #page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
footer #page_top a::before {
  font-family: "Material Icons";
  content: "expand_less";
  font-size: 2.4rem;
  color: #5e4918;
  position: absolute;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
footer ul.footer-nav {
  display: none;
  height: 100%;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  footer ul.footer-nav {
    display: flex;
  }
}
footer ul.footer-nav li.nav-item {
  display: flex;
  flex: 1 0 auto;
}
footer ul.footer-nav li.nav-item.agency {
  background-color: #70936B;
}
footer ul.footer-nav li.nav-item.agency a.nav-link:hover {
  background-color: #f4f4f4;
  color: #70936B;
}
footer ul.footer-nav li.nav-item a.nav-link {
  width: 100%;
  color: white; /* 白文字 */
  font-weight: 700;
  border-right: 1px solid white; /* 右側に白い線を追加 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  line-height: 1.3;
}
footer ul.footer-nav li.nav-item a.nav-link:hover {
  background-color: #f4f4f4;
  color: #5e4918;
}
footer ul.footer-nav li.nav-item:last-child a.nav-link {
  border-right: none;
}
footer .copyright {
  color: white;
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  font-size: 0.75rem;
}

.slider_wrap .slider {
  display: none;
  /* ここから矢印カスタマイズ */
}
.slider_wrap .slider.slick-initialized {
  display: block;
}
.slider_wrap .slider .slide a img {
  width: 100%;
  height: auto;
  display: block;
}
.slider_wrap .slider .slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slider_wrap .slider .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.slider_wrap .slider .prev-arrow {
  left: 20px;
}
.slider_wrap .slider .next-arrow {
  right: 20px;
}
.slider_wrap .slider .prev-arrow:before,
.slider_wrap .slider .next-arrow:before {
  font-family: "Material Icons";
  font-weight: 700;
  font-size: 24px;
  padding: 5px;
  color: #ffffff;
  background-color: #5e4918;
  opacity: 0.6;
  border-radius: 50px;
}
.slider_wrap .slider .prev-arrow:before {
  content: "chevron_left";
}
.slider_wrap .slider .next-arrow:before {
  content: "chevron_right";
}

.top-item .top-item_supplement {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .top-item .top-item_supplement {
    margin-bottom: 0;
  }
}
.top-item img {
  width: 100%;
}

.index-message {
  background-image: url(../img/top/index-message_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 610px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.index-message .title01 {
  width: 100%;
  padding: 0;
}
.index-message p {
  max-width: 600px;
  text-align: left;
  text-shadow: #fff 1px 0 10px, #fff 1px 0 10px, #fff 1px 0 10px, #fff 1px 0 10px, #fff 1px 0 10px, #fff 1px 0 10px;
}
@media (min-width: 768px) {
  .index-message p {
    text-shadow: none;
  }
}
.index-message p em {
  font-weight: 700;
  color: #721c6d;
  font-style: normal;
}

.index-flow .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5em;
  color: #5e4918;
  border-top: #5e4918 solid 1px;
  border-bottom: #5e4918 solid 1px;
  padding: 0.25rem 0;
}
.index-flow .photo img {
  width: 100%;
}
.index-flow .text {
  text-align: left;
  padding-top: 0.5rem;
  line-height: 1.8;
}

.breadcrumb {
  font-size: 0.9rem;
}
.breadcrumb a {
  display: inline;
  margin: 8px 0;
  color: #78166e;
}

.top-message .message-block p {
  text-align: left;
  line-height: 1.8;
}
.top-message .message-block .name {
  text-align: right;
  color: #78166e;
  font-weight: bold;
  border-top: #c1b084 solid 1px;
  padding: 30px 0 0;
}

.campany-block dl {
  border-bottom: #c1b084 solid 1px;
  display: table;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .campany-block dl {
    margin-bottom: 1rem;
  }
}
.campany-block dl dt {
  color: #78166e;
  font-weight: bold;
  width: 100%;
  padding: 0 16px 0 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .campany-block dl dt {
    display: table-cell;
    width: 190px;
    padding: 16px 0;
  }
}
.campany-block dl dd {
  width: 100%;
  padding: 16px 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .campany-block dl dd {
    display: table-cell;
    width: 690px;
  }
}
.campany-block dl dd em {
  font-weight: 700;
  font-style: normal;
}
.campany-block dl dd .wellness-basic-policy {
  width: 100%;
  max-width: 449px;
}

.privacy-policy .text {
  margin-bottom: 40px;
}
.privacy-policy dl {
  margin-bottom: 40px;
}
.privacy-policy dl dt {
  font-size: 20px;
  color: #78166e;
  border-bottom: #c1b084 solid 1px;
  padding: 3px 0;
  margin-bottom: 16px;
}
.privacy-policy dl dd em {
  font-weight: 700;
  font-style: normal;
}

.policy-block dl {
  margin-bottom: 40px;
}
.policy-block dl dt {
  font-size: 20px;
  color: #78166e;
  border-bottom: #c1b084 solid 1px;
  padding: 3px 0;
  margin-bottom: 16px;
}
.policy-block dl dd i {
  color: #78166e;
  font-style: normal;
}

#supplements .category-nav {
  max-width: 1032px;
}
#supplements .category-nav .category-nav-item {
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 768px) {
  #supplements .category-nav .category-nav-item {
    padding-bottom: 0;
  }
}
#supplements .category-nav .category-nav-item img {
  width: 100%;
}
#supplements .category-head {
  background: #fffbf0 url(../img/supplements/supplements_h1_bg.png) no-repeat center top;
  height: 360px;
}
#supplements .category-head .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #supplements .category-head .inner {
    width: 80%;
  }
}
#supplements .category-head .inner h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #721c6d;
  padding: 2rem 0 0.5rem 0;
  text-align: left;
  text-shadow: #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px;
}
@media (min-width: 768px) {
  #supplements .category-head .inner h1 {
    text-shadow: none;
  }
}
#supplements .category-head .inner .fading-line {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(114, 28, 109) 90%, rgba(114, 28, 109, 0));
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #supplements .category-head .inner .fading-line {
    width: 450px;
  }
}
#supplements .category-head .inner .text {
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #5d4c21;
  text-shadow: #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px;
}
#supplements .category-head .inner .text br {
  display: none;
}
@media (min-width: 768px) {
  #supplements .category-head .inner .text {
    text-shadow: none;
  }
  #supplements .category-head .inner .text br {
    display: block;
  }
}
#supplements .lineup-block {
  margin: 30px auto;
}
#supplements .lineup-block .lineup-wrap div {
  margin-bottom: 30px;
}
#supplements .lineup-block .lineup-wrap div a {
  text-decoration: none;
}
#supplements .lineup-block .lineup-wrap div dl {
  padding: 35px 0;
  border: #ebe6d6 1px solid;
  display: flex;
  flex-direction: column;
}
#supplements .lineup-block .lineup-wrap div dl dd {
  display: block;
}
#supplements .lineup-block .lineup-wrap div dl dd img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 202px;
  max-height: 200px;
}
#supplements .lineup-block .lineup-wrap div dl dt.title {
  display: block;
  color: #78166e;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 54px;
  margin: 0;
  text-decoration: none;
}
#supplements .lineup-block .lineup-wrap div dl dd.btn {
  margin: auto 0 0 0;
  padding: 0;
}
#supplements .lineup-block.lineup-block--1 dl {
  background: #fff;
  background-image: url(../img/common/flame01.png), url(../img/common/flame02.png), url(../img/common/flame03.png), url(../img/common/flame04.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
#supplements .sc1-image {
  background: #fffbf0 url(../img/supplements/supplements_sc1_bg.png) no-repeat center;
  background-size: 150%;
}
#supplements .sc1-image img {
  width: 70%;
  max-width: 367px;
}
@media (min-width: 576px) {
  #supplements .sc1-image {
    background-size: 160%;
  }
  #supplements .sc1-image img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #supplements .sc1-image {
    background-size: auto;
  }
}
#supplements .sc1-block--2 {
  max-width: 820px;
  margin: 0 auto;
}
#supplements .sc1-block--2 div {
  margin-bottom: 25px;
}
#supplements .sc1-block--2 div .sc1-box {
  padding: 20px;
}
#supplements .sc1-block--2 div .sc1-box .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
}
#supplements .sc1-block--2 div .sc1-box .title span {
  font-size: 1rem;
}
#supplements .sc1-block--2 div .sc1-box--1 {
  background: #fffbf0 url(../img/common/bg_01.jpg);
}
#supplements .sc1-block--2 div .sc1-box--1 .title {
  color: #b15178;
  border-top-color: #b15178;
  border-bottom-color: #b15178;
}
#supplements .sc1-block--2 div .sc1-box--2 {
  background: #fffbf0 url(../img/common/bg_02.jpg);
}
#supplements .sc1-block--2 div .sc1-box--2 .title {
  color: #5a644e;
  border-top-color: #5a644e;
  border-bottom-color: #5a644e;
}
#supplements .sc1-block--2 div .sc1-box--3 {
  background: #fffbf0 url(../img/common/bg_03.jpg);
}
#supplements .sc1-block--2 div .sc1-box--3 .title {
  color: #514743;
  border-top-color: #514743;
  border-bottom-color: #514743;
}
#supplements .sc1-block--2 div .sc1-box--4 {
  background: #fffbf0 url(../img/common/bg_04.jpg);
}
#supplements .sc1-block--2 div .sc1-box--4 .title {
  color: #6f4d7d;
  border-top-color: #6f4d7d;
  border-bottom-color: #6f4d7d;
}
#supplements .sc2-block {
  margin: 0 auto;
  background: none;
}
@media (min-width: 992px) {
  #supplements .sc2-block {
    background: url(../img/supplements/supplements_sc2_bl_bg.png) no-repeat bottom 100px right 0;
    background-size: 28%;
  }
}
#supplements .sc2-block div dl {
  margin: 0 25px 60px 25px;
}
#supplements .sc2-block div dl dt {
  text-align: center;
  margin: 20px 0 10px;
}
#supplements .sc2-block div dl dd.image {
  text-align: center;
}
#supplements .sc2-block div dl dd.text {
  text-align: left;
  line-height: 1.8;
}
#supplements #sc3 p {
  padding: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #supplements #sc3 p {
    padding: 0 30px;
  }
}
#supplements #sc3 p.p0 {
  padding: 0;
}
#supplements #sc3 img {
  width: 100%;
  max-width: 678px;
  height: auto;
}
#supplements #sc3 picture img {
  width: 100%;
  height: auto;
}
#supplements #sc3 .sc3-block p img {
  width: 100%;
  max-width: 281px;
  height: auto;
}
#supplements #sc3 .sc3-2set {
  margin: 0 auto;
}
#supplements #sc3 .sc3-2set div h3.title01 {
  font-size: 1.1rem;
}
#supplements #sc3 .sc3-2set div h3.title01 span {
  font-size: 0.8rem;
}
#supplements #sc3 .sc3-2set div p {
  padding: 0 15px;
}
#supplements #sc3 .sc3-2set .number-list {
  list-style: none;
  padding: 0 20px 0 20px;
  margin: 0;
}
#supplements #sc3 .sc3-2set .number-list li {
  padding: 10px 0 10px 50px;
}
#supplements #sc3 .sc3-2set .number-list li:nth-child(1) {
  background: url(../img/supplements/supplements_sc3_list01.png) no-repeat center left;
}
#supplements #sc3 .sc3-2set .number-list li:nth-child(2) {
  background: url(../img/supplements/supplements_sc3_list02.png) no-repeat center left;
}
#supplements #sc3 .sc3-2set .number-list li:nth-child(3) {
  background: url(../img/supplements/supplements_sc3_list03.png) no-repeat center left;
}

#cosmetics .category-nav {
  max-width: 1032px;
}
#cosmetics .category-nav .category-nav-item {
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 768px) {
  #cosmetics .category-nav .category-nav-item {
    padding-bottom: 0;
  }
}
#cosmetics .category-nav .category-nav-item img {
  width: 100%;
}
#cosmetics .category-head {
  background: #fffbf0 url(../img/cosmetics/cosmetics_h1_bg.png) no-repeat center top;
  height: 360px;
}
#cosmetics .category-head .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #cosmetics .category-head .inner {
    width: 80%;
  }
}
#cosmetics .category-head .inner h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #004515;
  padding: 2rem 0 0.5rem 0;
  text-align: left;
  text-shadow: #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px;
}
@media (min-width: 768px) {
  #cosmetics .category-head .inner h1 {
    text-shadow: none;
  }
}
#cosmetics .category-head .inner .fading-line {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(0, 69, 21) 90%, rgba(114, 28, 109, 0));
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #cosmetics .category-head .inner .fading-line {
    width: 450px;
  }
}
#cosmetics .category-head .inner .text {
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #5d4c21;
  text-shadow: #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px, #f4ecd6 1px 0 10px;
}
#cosmetics .category-head .inner .text br {
  display: none;
}
@media (min-width: 768px) {
  #cosmetics .category-head .inner .text br {
    display: block;
  }
}
#cosmetics .midashi-forest .logo {
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  #cosmetics .midashi-forest .logo {
    padding: 50px 0;
  }
}
#cosmetics .midashi-forest .title {
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  padding: 30px 0 10px 0;
}
#cosmetics .midashi-forest .text {
  font-size: 1rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  line-height: 1.8;
  padding: 0 0 30px 0;
}
#cosmetics .lineup-block {
  margin: 30px auto;
}
#cosmetics .lineup-block .lineup-wrap div {
  margin-bottom: 30px;
}
#cosmetics .lineup-block .lineup-wrap div a {
  text-decoration: none;
}
#cosmetics .lineup-block .lineup-wrap div dl {
  padding: 35px 0;
  border: #ebe6d6 1px solid;
  display: flex;
  flex-direction: column;
}
#cosmetics .lineup-block .lineup-wrap div dl dd {
  display: block;
}
#cosmetics .lineup-block .lineup-wrap div dl dd img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 202px;
  max-height: 200px;
}
#cosmetics .lineup-block .lineup-wrap div dl dd.photo img {
  max-width: 202px;
  height: 100%;
  max-height: 200px;
}
#cosmetics .lineup-block .lineup-wrap div dl dt.title {
  display: block;
  color: #004515;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 54px;
  margin: 0;
  text-decoration: none;
}
#cosmetics .lineup-block .lineup-wrap div dl dd.btn {
  margin: auto 0 0 0;
  padding: 0;
}
#cosmetics .lineup-block .lineup-wrap div dl dd.btn img {
  width: 100%;
  max-width: 202px;
}
#cosmetics .lineup-block.lineup-block--1 .lineup-wrap div dl dt.title {
  color: #40210f;
}
#cosmetics .lineup-block.lineup-block--2 .lineup-wrap div dl dt.title {
  color: #004515;
}
#cosmetics .lineup-block.lineup-block--3 .lineup-wrap div dl dt.title {
  color: #003459;
}
#cosmetics .lineup-block.lineup-block--1 dl {
  background: #fff;
  background-image: url(../img/common/flame01.png), url(../img/common/flame02.png), url(../img/common/flame03.png), url(../img/common/flame04.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
#cosmetics .lineup-block.lineup-block--2 dl {
  background: #fff;
  background-image: url(../img/common/flame_blu01.png), url(../img/common/flame_blu02.png), url(../img/common/flame_blu03.png), url(../img/common/flame_blu04.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
#cosmetics .lineup-block.lineup-block--3 dl {
  background: #fff;
  background-image: url(../img/common/flame_blu01.png), url(../img/common/flame_blu02.png), url(../img/common/flame_blu03.png), url(../img/common/flame_blu04.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
#cosmetics i {
  color: #004515;
  font-weight: 700;
  font-style: normal;
}
#cosmetics .sc1-block--2 {
  width: inherit;
  background: #b1b888 url(../img/cosmetics/cosmetics_sc1_img01_bg.png) no-repeat center;
  background-size: auto 100%;
}
#cosmetics .sc1-block--2 img {
  width: 100%;
  max-width: 367px;
}
#cosmetics .sc1-text {
  font-size: 1.2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #004515;
  line-height: 1.8;
  text-align: center;
}
#cosmetics .four-key img {
  width: 100%;
  max-width: 329px;
  height: auto;
}
#cosmetics .sc2-hd-list h3 {
  font-size: 1.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #004515;
  line-height: 1.8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cosmetics .sc2-hd-list h3:before, #cosmetics .sc2-hd-list h3:after {
  content: "";
  height: 18px;
  width: 35px;
}
#cosmetics .sc2-hd-list h3:before {
  margin-right: 1rem;
  background-image: url("../img/cosmetics/cosmetics_sc2_tit_deco.png");
}
#cosmetics .sc2-hd-list h3:after {
  margin-left: 1rem;
  background-image: url("../img/cosmetics/cosmetics_sc2_tit_deco.png");
}
#cosmetics .sc2-hd-list p {
  font-size: 1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #004515;
  line-height: 1.8;
  text-align: center;
}
#cosmetics .sc2-block dl dt {
  text-align: center;
}
#cosmetics .sc2-block dl dt img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  #cosmetics .sc2-block dl dt img {
    width: auto;
  }
}
#cosmetics .sc2-block dl dd {
  text-align: center;
}
#cosmetics .sc2-block dl dd img {
  width: 100%;
}

.product .product-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-head .row {
  width: 100%;
}
.product .product-head h1 {
  margin-bottom: 0;
}
.product .product-head img {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .product .product-head img {
    width: auto;
    height: auto;
    max-height: 330px;
  }
}
.product .product-head .product-head-logo img {
  width: auto;
  height: auto;
  max-height: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.product .product-concept h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  padding: 1rem 0;
  text-shadow: #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px;
}
@media (min-width: 768px) {
  .product .product-concept h2 {
    text-shadow: none;
  }
}
.product .product-concept p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #352e1d;
  text-align: left;
  text-shadow: #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px;
}
@media (min-width: 768px) {
  .product .product-concept p {
    text-shadow: none;
    font-weight: 500;
  }
}
.product .detail-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 40px;
}
.product .detail-list {
  width: 100%;
  border: #e4e4e4 solid 1px;
  margin-bottom: 20px;
}
.product .detail-list th {
  width: 100%;
  display: block;
  white-space: nowrap;
  background: #efefef;
  box-sizing: border-box;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .product .detail-list th {
    width: 150px;
    display: table-cell;
  }
}
.product .detail-list td {
  width: 100%;
  display: block;
  background: #fbfbfb;
  box-sizing: border-box;
  padding: 10px 35px;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .product .detail-list td {
    width: 390px;
    display: table-cell;
  }
}
.product .detail-ingredients {
  width: 100%;
  border: #e4e4e4 solid 1px;
  margin-bottom: 20px;
}
.product .detail-ingredients caption {
  caption-side: top;
  background: #efefef;
  padding: 10px;
  font-weight: bold;
  border: #e4e4e4 solid 1px;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr:first-child th {
    padding: 14px 0 10px 30px;
  }
}
.product .detail-ingredients tr th {
  width: 100%;
  display: block;
  white-space: nowrap;
  background: #fbfbfb;
  box-sizing: border-box;
  padding: 10px 10px 0 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr th {
    padding: 0 0 10px 30px;
    width: 150px;
    display: table-cell;
  }
}
.product .detail-ingredients tr th small {
  padding-left: 1em;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr:first-child td {
    padding: 14px 0 10px 30px;
  }
}
.product .detail-ingredients tr td {
  width: 100%;
  display: block;
  background: #fbfbfb;
  box-sizing: border-box;
  padding: 10px 10px 20px 30px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr td {
    padding: 0 0 10px 30px;
    width: 390px;
    display: table-cell;
  }
}
.product .detail-ingredients tr td small {
  padding-left: 1em;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr td small {
    padding-left: 0;
  }
}
.product .detail-ingredients tr td.inner-table {
  padding: 10px 0 0 0;
}
.product .detail-ingredients tr td.inner-table table {
  padding: 0;
}
.product .detail-ingredients tr td.inner-table table th small {
  padding-left: 1em;
}
.product .detail-ingredients tr .none {
  display: none;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr .none {
    display: table-cell;
  }
}
.product .detail-ingredients tr .cell_sp {
  display: inline;
}
@media (min-width: 768px) {
  .product .detail-ingredients tr .cell_sp {
    display: none;
  }
}
.product .attention .subtxt {
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.product .attention h3 {
  font-size: 1rem;
  font-weight: 500;
}
.product .attention ul {
  margin-bottom: 30px;
}

.supplements#wellness_avoe .product-concept {
  background-image: url("../img/supplements/wellness_avoe/wellness_avoe-_h2_r.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .supplements#wellness_avoe .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness_avoe .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness_avoe .detail-title {
  color: #006835;
}
.supplements#wellness_prune .product-concept {
  background-image: url("../img/supplements/wellness_prune/wellness_prune-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .supplements#wellness_prune .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness_prune .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness_prune .title03 {
  color: #721c6d;
}
.supplements#wellness_prune .detail-title {
  color: #721c6d;
}
.supplements#wellness_biocalc .product-concept {
  background-image: url("../img/supplements/wellness_biocalc/wellness_biocalc-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .supplements#wellness_biocalc .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness_biocalc .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness_biocalc .title03 {
  color: #e36e35;
}
.supplements#wellness_biocalc .detail-title {
  color: #e36e35;
}
.supplements#wellness_protein100 .product-concept {
  background-image: url("../img/supplements/wellness_protein100/wellness_protein100-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .supplements#wellness_protein100 .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness_protein100 .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness_protein100 .title03 {
  color: #74450c;
}
.supplements#wellness_protein100 .detail-title {
  color: #74450c;
}
.supplements#wellness_m7 .product-head {
  background: url(../img/supplements/wellness_m7/wellness_m7_bg.png) no-repeat right;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .supplements#wellness_m7 .product-head {
    background-size: contain;
    background-position: right;
  }
}
.supplements#wellness_m7 .product-head h1 {
  padding: 20px 0;
}
.supplements#wellness_m7 .product-head .notification {
  border-color: #6a8d31;
}
.supplements#wellness_m7 .product-head .notification h3 {
  color: #6a8d31;
}
.supplements#wellness_m7 .product-head .notification p {
  color: #6a8d31;
}
.supplements#wellness_m7 .product-concept {
  background-image: url("../img/supplements/wellness_m7/wellness_m7-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .supplements#wellness_m7 .product-concept {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .supplements#wellness_m7 .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness_m7 .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness_m7 .title03 {
  color: #6a8d31;
}
.supplements#wellness_m7 .detail-title {
  color: #6a8d31;
}
.supplements#wellness_medivitab .title03 {
  color: #ed6d2a;
}
.supplements#wellness_medivitab .detail-title {
  color: #ed6d2a;
}
.supplements#wellness-hb .product-head {
  background: url(../img/supplements/wellness_hb/wellness-hb_bg.png) no-repeat right;
  background-size: contain;
}
.supplements#wellness-hb .product-head h1 {
  padding: 20px 0;
}
.supplements#wellness-hb .product-head .notification {
  border-color: #c377af;
}
.supplements#wellness-hb .product-head .notification h3 {
  color: #c377af;
}
.supplements#wellness-hb .product-head .notification p {
  color: #c377af;
}
.supplements#wellness-hb .product-concept {
  background-image: url("../img/supplements/wellness_hb/wellness_hb-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .supplements#wellness-hb .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness-hb .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness-hb .title03 {
  color: #c377af;
}
.supplements#wellness-hb .detail-title {
  color: #c377af;
}
.supplements#wellness_bioessence .product-concept {
  background-image: url("../img/supplements/wellness_bioessence/wellness_bioessence-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .supplements#wellness_bioessence .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#wellness_bioessence .product-concept {
    background-position: right 200px top;
    background-size: contain;
  }
}
.supplements#wellness_bioessence .product-concept .row {
  width: 100%;
}
.supplements#wellness_bioessence .title03 {
  color: #e57d49;
}
.supplements#wellness_bioessence .detail-title {
  color: #e57d49;
}
.supplements#triple_function .product-head {
  background: url(../img/supplements/triple_function/triple_function_bg.png) no-repeat right;
  background-size: contain;
}
.supplements#triple_function .product-head h1 {
  padding: 20px 0;
}
.supplements#triple_function .product-head .notification {
  border-color: #8e4b2b;
}
.supplements#triple_function .product-head .notification h3 {
  color: #8e4b2b;
}
.supplements#triple_function .product-head .notification p {
  color: #8e4b2b;
}
.supplements#triple_function .product-concept {
  background-image: url("../img/supplements/triple_function/triple_function-_h2_r.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .supplements#triple_function .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .supplements#triple_function .product-concept {
    background-position: right top;
    background-size: contain;
  }
}
.supplements#triple_function .product-concept .row {
  width: 100%;
}
.supplements#triple_function .title03 {
  color: #8e4b2b;
}
.supplements#triple_function .detail-title {
  color: #8e4b2b;
}
.supplements .product-point-type {
  padding-left: 4em;
  text-indent: -4em;
}
.supplements .product-point-type-5 {
  padding-left: 5em;
  text-indent: -5em;
}
.supplements .medivitab-list {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .supplements .medivitab-list {
    flex-wrap: nowrap;
  }
}
.supplements .medivitab-list dt {
  font-weight: 500;
  width: 100%;
}
@media (min-width: 768px) {
  .supplements .medivitab-list dt {
    width: 150px;
  }
}
.supplements .medivitab-list dd {
  padding-left: 3em;
  text-indent: -3em;
}
@media (min-width: 768px) {
  .supplements .medivitab-list dd {
    padding-left: 0;
    text-indent: 0;
  }
}
.supplements .notification {
  border: solid 1px #666;
  padding: 15px;
  margin-bottom: 20px;
}
.supplements .notification h3 {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-weight: 700;
  font-size: 1em;
}
.supplements .notification p {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.product-separator {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #edede6;
}

.cosmetics .product-concept {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cosmetics .product-concept h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 20px;
  text-align: center;
  text-shadow: none;
}
.cosmetics .product-head {
  height: auto;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .cosmetics .product-head {
    height: 330px;
    background-size: auto !important;
  }
}
.cosmetics.forest .product-head {
  background: url(../img/cosmetics/fbeauty_h1_bg.png) no-repeat center;
}
.cosmetics.forest .detail-title {
  color: #004515;
}
.cosmetics.bnoble .product-head {
  background: url(../img/cosmetics/bnoble_h1_bg.png) no-repeat center;
}
.cosmetics.bnoble .detail-title {
  color: #40210f;
}
.cosmetics.wellness_house_care .detail-title {
  color: #003459;
}
.cosmetics .list_parentheses {
  padding: 0;
  margin: 0;
}
.cosmetics .list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
.cosmetics .list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.cosmetics#hcare_fb_shampoo .product-head-wrap, .cosmetics#hcare_fb_conditioner .product-head-wrap {
  background-color: #f8f6e7;
}
.cosmetics#hcare_fb_shampoo .product-head, .cosmetics#hcare_fb_conditioner .product-head {
  background: url(../img/cosmetics/hcare_fb_shampoo/hcare_fb_shampoo-_bg.png) no-repeat right;
}
.cosmetics#hcare_wn_naturalclean .product-head-wrap {
  background-color: #ffffff;
}
.cosmetics#hcare_wn_naturalclean .product-head {
  background: url(../img/cosmetics/hcare_wn_naturalclean/hcare_wn_naturalclean-_bg.png) no-repeat right;
}
.cosmetics#hcare_wn_dentalsolt .product-head-wrap {
  background-color: #fafcfd;
}
.cosmetics#hcare_wn_dentalsolt .product-head {
  background: url(../img/cosmetics/hcare_wn_dentalsolt/hcare_wn_dentalsolt-_bg.png) no-repeat right;
}
.cosmetics#hcare_wn_naturalbodycare .product-head-wrap {
  background-color: #ffffff;
}
.cosmetics#hcare_wn_naturalbodycare .product-head {
  background: url(../img/cosmetics/hcare_wn_naturalbodycare/hcare_wn_naturalbodycare-_bg.png) no-repeat right;
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail .circle-orange {
  background-color: #fe8132;
  width: 100px;
  height: 100px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail h4 {
  color: #fe8132;
  border-bottom: #0794d7 solid 2px;
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 1.2rem;
  display: inline;
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail ul {
  margin-top: 15px;
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail ul li {
  color: #fe8132;
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail ul li span {
  color: rgb(33, 37, 41);
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail .materials {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fe8132;
  line-height: 1;
}
.cosmetics#hcare_wn_naturalbodycare .hcare_wn_naturalbodycare_detail .materials img {
  margin-bottom: 5px;
}
.cosmetics#hcare_wn_naturalsoyclean .product-head-wrap {
  background-color: #ffffff;
}
.cosmetics#hcare_wn_naturalsoyclean .product-head {
  background: url(../img/cosmetics/hcare_wn_naturalsoyclean/hcare_wn_naturalsoyclean-_bg.png) no-repeat center;
}
@media (min-width: 768px) {
  .cosmetics#hcare_wn_naturalsoyclean .product-head {
    background: url(../img/cosmetics/hcare_wn_naturalsoyclean/hcare_wn_naturalsoyclean-_bg.png) no-repeat right;
  }
}
.cosmetics#hcare_wn_naturalsoyclean .hcare_wn_naturalsoyclean_detail h3 {
  color: #1d2087;
  font-weight: 700;
  font-size: 1.4rem;
}
.cosmetics#hcare_wn_naturalsoyclean .hcare_wn_naturalsoyclean_detail ul {
  margin-top: 15px;
}
.cosmetics#hcare_wn_naturalsoyclean .hcare_wn_naturalsoyclean_detail ul li {
  color: #1d2087;
  position: relative;
  padding: 0px 0px 0px 1em;
  list-style: none;
}
.cosmetics#hcare_wn_naturalsoyclean .hcare_wn_naturalsoyclean_detail ul li::before {
  position: absolute;
  top: 1em;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  background-color: #1d2087;
  content: "";
}
.cosmetics .detail-list table.usage {
  width: 100%;
}
.cosmetics .detail-list table.usage th,
.cosmetics .detail-list table.usage td {
  display: table-cell;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .cosmetics .detail-list table.usage th,
  .cosmetics .detail-list table.usage td {
    padding: 10px 35px;
  }
}
.cosmetics .detail-list table.usage .w33p {
  width: 33%;
}/*# sourceMappingURL=style.css.map */