@charset "UTF-8";
/* 全体
======================================*/
#cacont {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}

.container {
  width: auto;
  max-width: 1000px;
  margin: auto;
}

.container_fluid {
  width: auto;
  max-width: 1000px;
  margin: auto;
}

.flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clr-pink {
  color: #C94C4C;
}

.sup {
  vertical-align: super;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.gradation {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(252, 244, 237) 10%, rgb(255, 240, 240) 90%, rgb(255, 255, 255) 100%);
}

.ttl_ub {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.ttl_ub:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background-color: #C94C4C;
}

/* 関連商品の非表示 ------------------*/
#container.brand-content {
  display: none;
}

/* レスポンシブ用クラス ------------------*/
.pc_active {
  display: block;
}

.sp_active {
  display: none;
}

.br_pc {
  display: inline;
}

.br_sp,
.br_tb {
  display: none;
}

/* 汎用インクルード ------------------*/
/* ポップアップ ------------------*/
.popup_inner {
  display: none;
}
.popup_inner.show {
  background: rgba(145, 144, 144, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup_inner.show .popup_content {
  background: linear-gradient(90deg, rgb(229, 82, 122) 0%, rgb(248, 117, 48) 100%);
  padding: 30px 25px;
  border-radius: 10px;
  width: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  cursor: pointer;
}

.popup_inner.show .popup_content p {
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-bottom: 25px;
}
.popup_inner.show .popup_content p span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.popup_inner.show .popup_content p span:before {
  content: "";
  background: url(../202207/img/cart.svg) center/contain no-repeat;
  display: inline-block;
  width: 24px;
  height: 18px;
}

.online_shop_acc {
  background-color: #fff;
  color: #893F3F;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
}
.online_shop_acc span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  position: relative;
}
.online_shop_acc span:first-child:before {
  content: "";
  display: inline-block;
  background: url(./img/icon_cart_sp.svg) center/contain no-repeat;
  width: 24px;
  height: 18px;
}
.online_shop_acc span:first-child:after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 20px;
}
.online_shop_acc span.btn_icon {
  background: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
}
.online_shop_acc span.btn_icon:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.online_shop_acc span.btn_icon:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.online_shop_acc.acc_btn.open {
  border-radius: 5px 5px 0 0;
}
.online_shop_acc.acc_btn.open .btn_icon {
  background: #fff;
}
.online_shop_acc.acc_btn.open .btn_icon:before {
  content: "";
  height: 1px;
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.online_shop_acc.acc_btn.open .btn_icon:after {
  content: "";
  height: 1px;
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup_inner.show .popup_content .btn_list {
  flex-direction: column;
  justify-content: center;
}
.popup_inner.show .popup_content .btn_list li {
  margin: 0 0 10px;
  text-align: center;
}
.popup_inner.show .popup_content .btn_list li:first-child {
  width: auto;
}
.popup_inner.show .popup_content .btn_list li a {
  display: inline-block;
  max-width: 40%;
}

@media screen and (max-width: 480px) {
  .popup_inner.show .popup_content {
    width: 90%;
  }
  .popup_inner.show .popup_content .btn_list li a {
    max-width: 100%;
  }
}
/* 全体共通レスポンシブ ------------------*/
@media screen and (max-width: 768px) {
  .container {
    max-width: calc(100% - 40px);
  }
  .br_tb {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .pc_active {
    display: none;
  }
  .sp_active {
    display: block;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
  .container {
    max-width: calc(100% - 60px);
  }
  .container_fluid {
    max-width: 100%;
  }
  .online_shop_acc span:first-child:before {
    width: 27px;
    height: 20px;
  }
  .ttl_ub {
    font-size: 22px;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
/*======================================
KV
======================================*/
#cakv {
  background-color: #FF944B;
  position: relative;
}

/*======================================
オンラインショップリンク
======================================*/
#online_buying {
  background-color: #893F3F;
  padding: 14px 0;
}

.btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_list li:first-child {
  width: 30%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
}
.btn_list li:first-child span {
  position: relative;
  padding-left: 30px;
}
.btn_list li:first-child span:before {
  content: "";
  background: url(./img/icon_cart_pc.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 18px;
}
.btn_list li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .btn_list li:first-child {
    width: 50%;
  }
  .btn_list li:not(:last-child) {
    margin-right: 5px;
  }
}
/*======================================
introduction
======================================*/
#introduction {
  padding: 50px 0 90px;
}
#introduction .anniversary_bnr {
  margin-bottom: 70px;
}
#introduction .anniversary_bnr img {
  transition: all 0.35s;
}
#introduction .anniversary_bnr img:hover {
  cursor: pointer;
  opacity: 0.8;
}
#introduction .anniversary_bnr .popup_inner.show .popup_content p {
  font-size: 22px;
}
#introduction .anniversary_bnr .popup_inner.show .btn_list li a {
  max-width: 70%;
}
#introduction .womens_health {
  display: block;
  max-width: 800px;
  margin: 0 auto 70px;
  border: 1px solid #C94C4C;
  border-radius: 5px;
  padding: 20px 25px;
  text-align: center;
  position: relative;
}
#introduction .womens_health:before, #introduction .womens_health:after {
  content: "";
  display: inline-block;
}
#introduction .womens_health:before {
  width: 80px;
  height: 80px;
  background: url(./img/tamagochan.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13%;
}
#introduction .womens_health:after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #C94C4C;
  border-right: 1px solid #C94C4C;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
}
#introduction .womens_health span {
  color: #C94C4C;
  font-size: 1.25em;
}

.lead_box {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.lead_box > div {
  width: 50%;
}
.lead_box .image img {
  border-radius: 10px;
}
.lead_box .text {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  line-height: 1.76;
}

.arrow {
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.35s linear;
}
.arrow:hover {
  opacity: 0.8;
}
.arrow:before {
  content: "";
  background: url(./img/lead_txt_arrow.svg) center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
}
.arrow.open:before {
  transform: rotate(0deg);
}

.lead {
  display: none;
  font-size: 18px;
  line-height: 2.4;
  margin-top: 15px;
  text-align: center;
  background: url(./img/lead_bg.png) center/contain no-repeat;
}

.element_img {
  background-image: url(./img/element_img.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 25.4758418741%;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #introduction {
    padding: 45px 0;
  }
  #introduction .anniversary_bnr {
    margin-bottom: 35px;
  }
  #introduction .anniversary_bnr .popup_inner.show .btn_list li a {
    max-width: 100%;
  }
  #introduction .womens_health {
    margin: 0 auto 40px;
  }
  #introduction .lead_box {
    gap: 30px;
  }
  #introduction .lead_box .image img {
    border-radius: 0;
  }
  #introduction .lead_box .text {
    font-size: 19px;
  }
  #introduction .lead {
    font-size: 16px;
  }
  #introduction .element_img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #introduction {
    padding: 25px 0;
  }
  #introduction .womens_health {
    max-width: 100%;
    padding: 25px;
    font-size: 15px;
    text-indent: 1em;
  }
  #introduction .womens_health:before {
    width: 60px;
    height: 60px;
    top: 10px;
    transform: translateY(0);
    left: 15px;
  }
  #introduction .womens_health span {
    margin-top: 10px;
    display: block;
    text-indent: -1em;
  }
  #introduction .lead_box {
    flex-direction: column;
  }
  #introduction .lead_box > div {
    width: 100%;
  }
  #introduction .lead {
    margin: 30px auto 0;
    max-width: calc(100% - 60px);
    background: none;
    position: relative;
  }
  #introduction .lead:before, #introduction .lead:after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  #introduction .lead:before {
    background: url(./img/lead_bg_sp01.png) center/contain no-repeat;
    top: -40px;
    right: -10px;
    width: 60px;
    height: 43px;
  }
  #introduction .lead:after {
    background: url(./img/lead_bg_sp02.png) center/contain no-repeat;
    bottom: 0;
    left: 0;
    bottom: -50px;
    left: -10px;
    width: 68px;
    height: 50px;
  }
  #introduction .element_img {
    background-image: url(./img/element_img_sp.png);
    padding-top: 240%;
    margin: 35px auto 0;
    max-width: calc(100% - 60px);
  }
}
/*======================================
セルアライブとは
======================================*/
#about_cellalive .lead2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
#about_cellalive .gradation {
  padding: 115px 0 75px;
}
#about_cellalive .gradation .ttl {
  font-size: 40px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#about_cellalive .gradation .ttl span {
  font-size: 0.7em;
}
#about_cellalive .flx {
  gap: 60px;
}
#about_cellalive .flx .image {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_cellalive .flx .image p {
  text-align: center;
}
#about_cellalive .flx .image p:first-child {
  width: 45%;
}
#about_cellalive .flx .image p:last-child {
  width: 55%;
}
#about_cellalive .flx .image p .kome {
  display: block;
  font-size: 10px;
  max-width: 100px;
  margin: 14px auto 0;
}
#about_cellalive .flx .desc {
  width: 55%;
}
#about_cellalive .flx .desc .pqq_nutrient1,
#about_cellalive .flx .desc .pqq_nutrient2 {
  padding: 20px 25px 15px;
  border-radius: 5px;
  text-align: center;
}
#about_cellalive .flx .desc .pqq_nutrient1 {
  background: linear-gradient(130deg, rgb(248, 117, 48) 0%, rgb(229, 82, 122) 100%);
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(255, 136, 136, 0.3);
  position: relative;
}
#about_cellalive .flx .desc .pqq_nutrient1:after {
  content: "";
  background: url(../202207/img/plus_icon.png) center/contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#about_cellalive .flx .desc .pqq_nutrient1 p {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#about_cellalive .flx .desc .pqq_nutrient1 p:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#about_cellalive .flx .desc .pqq_nutrient1 p:nth-child(2) {
  color: #C94C4C;
  font-size: 28px;
  font-weight: 500;
  background: #fff;
  padding: 0 10px 5px;
  border-radius: 5px;
  max-width: 55%;
  margin: auto;
}
#about_cellalive .flx .desc .pqq_nutrient1 p:nth-child(2) span {
  font-family: "Noto Sans JP", sans-serif;
}
#about_cellalive .flx .desc .pqq_nutrient1 p:nth-child(2) span:first-child {
  font-size: 1.17em;
  margin-left: 8px;
}
#about_cellalive .flx .desc .pqq_nutrient1 p:nth-child(2) span:last-child {
  font-size: 0.85em;
}
#about_cellalive .flx .desc .pqq_nutrient1 p.kome {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
}
#about_cellalive .flx .desc .pqq_nutrient2 {
  background: linear-gradient(90deg, rgb(255, 251, 204) 0%, rgb(255, 186, 204) 100%);
  box-shadow: 0 0 10px rgba(255, 136, 136, 0.3);
}
#about_cellalive .flx .desc .pqq_nutrient2 p {
  color: #C94C4C;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#about_cellalive .flx .desc .pqq_nutrient2 .flx {
  gap: 5px;
}
#about_cellalive .flx .desc .pqq_nutrient2 .flx li {
  background: #fff;
  width: 100%;
  padding: 14px 0;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#about_cellalive .flx .desc .pqq_nutrient2 .flx li span:first-child {
  color: #C94C4C;
  font-size: 1.28em;
  display: block;
}
#about_cellalive .flx .desc .kome {
  font-size: 14px;
  font-weight: 400;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  #about_cellalive .lead2 {
    font-size: 20px;
    line-height: 1.5;
  }
  #about_cellalive .gradation {
    padding: 60px 0 80px;
  }
  #about_cellalive .gradation .ttl {
    font-size: 28px;
  }
  #about_cellalive .flx {
    gap: 30px;
  }
  #about_cellalive .flx .desc .pqq_nutrient1 p:first-child {
    font-size: 18px;
  }
  #about_cellalive .flx .desc .pqq_nutrient1 p:nth-child(2) {
    font-size: 23px;
    max-width: 60%;
  }
  #about_cellalive .flx .desc .pqq_nutrient2 p {
    font-size: 18px;
  }
  #about_cellalive .flx .desc .pqq_nutrient2 .flx {
    flex-wrap: wrap;
  }
  #about_cellalive .flx .desc .pqq_nutrient2 .flx li {
    width: 49%;
    padding: 10px 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  #about_cellalive .lead2 {
    font-size: 17px;
  }
  #about_cellalive .gradation {
    padding: 50px 0 70px;
  }
  #about_cellalive .gradation .ttl {
    margin-bottom: 24px;
  }
  #about_cellalive .flx {
    flex-direction: column;
  }
  #about_cellalive .flx .image {
    width: 100%;
  }
  #about_cellalive .flx .desc {
    width: 100%;
  }
  #about_cellalive .flx .desc .pqq_nutrient1 {
    padding: 15px 20px;
  }
  #about_cellalive .flx .desc .pqq_nutrient1 p:nth-child(2) {
    font-size: 28px;
    max-width: 100%;
  }
  #about_cellalive .flx .desc .pqq_nutrient2 {
    padding: 20px;
  }
  #about_cellalive .flx .desc .pqq_nutrient2 .flx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #about_cellalive .flx .desc .pqq_nutrient2 .flx li {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
  }
  #about_cellalive .flx .desc .pqq_nutrient2 .flx li span:first-child {
    font-size: 20px;
  }
}
/*======================================
PQQとは？
======================================*/
#about_pqq {
  padding: 40px 0 80px;
}
#about_pqq .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 45px;
  padding-bottom: 13px;
  position: relative;
}
#about_pqq .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background-color: #C94C4C;
}
#about_pqq .flx {
  gap: 90px;
}
#about_pqq .flx .desc {
  width: 60%;
  position: relative;
}
#about_pqq .flx .desc p {
  line-height: 2.12;
}
#about_pqq .flx .desc p:first-of-type {
  margin-bottom: 2em;
}
#about_pqq .flx .desc p.mitochondria {
  position: absolute;
  bottom: -0.5em;
  right: 0;
}
#about_pqq .flx .image {
  width: 40%;
}
#about_pqq .BioPQQ {
  margin: 30px 0;
}
#about_pqq .BioPQQ:before {
  content: "";
  display: inline-block;
  background: url(./img/bioppq_logo.svg) center/contain no-repeat;
  width: 127px;
  height: 46px;
  margin-right: 1rem;
  vertical-align: middle;
}
#about_pqq .BioPQQ.BioPQQ2 {
  font-size: 13px;
}
#about_pqq .BioPQQ.BioPQQ2:before {
  width: 64px;
  height: 23px;
}

@media screen and (max-width: 768px) {
  #about_pqq {
    padding: 40px 0;
  }
  #about_pqq .flx {
    gap: 45px;
  }
  #about_pqq .flx .desc p.mitochondria {
    position: static;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  #about_pqq .flx {
    flex-direction: column;
    gap: 10px;
  }
  #about_pqq .flx .desc {
    width: 100%;
  }
  #about_pqq .flx .desc .ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  #about_pqq .flx .desc .ttl:after {
    left: 50%;
    transform: translateX(-50%);
  }
  #about_pqq .flx .image {
    width: 100%;
  }
  #about_pqq .BioPQQ.clr-pink {
    text-align: center;
  }
  #about_pqq .BioPQQ.clr-pink:before {
    display: block;
    margin: 0 auto 20px;
    height: 50px;
  }
}
/*======================================
コラム
======================================*/
#column {
  padding: 60px 0 110px;
  border-top: 1px solid #DEDCE3;
}
#column .ttl {
  font-size: 27px;
  text-align: center;
  margin-bottom: 60px;
}
#column .ttl:before {
  content: "";
  background: url(./img/column_ttl_img.svg) center/contain no-repeat;
  width: 120px;
  height: 42px;
  display: block;
  margin: 0 auto 5px;
}
#column .column_cont {
  gap: 100px;
  align-items: flex-start;
}
#column .column_cont .column_box {
  width: 50%;
}
#column .column_cont .column_box .column_head {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}
#column .column_cont .column_box .column_head:before {
  content: "";
  background: url(../202207/img/column_title_icon.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#column .column_cont .column_box .image {
  margin: 15px auto 25px;
}
#column .column_cont .column_box .txt {
  font-size: 14px;
  line-height: 1.7;
}
#column .column_cont .column_box .kome {
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
#column .column_headline {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.65;
  text-align: center;
  margin: 60px auto 100px;
  max-width: 800px;
  padding: 35px;
  background: linear-gradient(0deg, rgb(255, 224, 224) 0%, rgb(255, 247, 230) 100%);
  border-radius: 10px;
}

.acc_box {
  background: #fff;
  border: 1px solid #C94C4C;
  padding: 30px 70px;
  border-radius: 10px;
  margin-top: 15px;
}
.acc_box:first-of-type {
  margin-top: 30px;
}

.acc_btn {
  color: #C94C4C;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
.acc_btn:after {
  content: "";
  background: url(../202207/img/open_icon.svg) center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.acc_btn.open:after {
  background: url(../202207/img/close_icon.svg) center/contain no-repeat;
}

.acc_inner {
  border-top: 1px dashed #ccc;
  margin-top: 20px;
  padding-top: 25px;
}
.acc_inner .text {
  padding-left: 1em;
  line-height: 2;
}
.acc_inner .text.nopd {
  padding-left: 0;
}
.acc_inner .point {
  margin-top: 40px;
}
.acc_inner .point:first-child {
  margin-top: 0;
}
.acc_inner .point p:first-child {
  color: #C94C4C;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.acc_inner .point ul {
  display: inline-block;
}
.acc_inner .point ul:first-of-type {
  margin-right: 70px;
}
.acc_inner .point ul li {
  line-height: 2.12;
  position: relative;
  padding-left: 23px;
}
.acc_inner .point ul li:before {
  content: "";
  background: url(../202207/img/check_icon.svg) center/contain no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 2.12;
}

@media screen and (max-width: 768px) {
  #column {
    padding: 60px 0;
  }
  #column .ttl {
    font-size: 25px;
  }
  #column .column_cont {
    gap: 50px;
  }
  #column .column_cont .column_box .column_head {
    font-size: 21px;
  }
  #column .column_headline {
    margin: 40px auto 60px;
  }
  .acc_box {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 480px) {
  #column {
    padding: 30px 0;
  }
  #column .ttl {
    margin-bottom: 40px;
  }
  #column .ttl:before {
    width: 100px;
    height: 36px;
  }
  #column .column_cont {
    flex-direction: column;
  }
  #column .column_cont .column_box {
    width: 100%;
  }
  #column .column_cont .column_box .txt {
    font-size: 16px;
  }
  #column .column_cont .column_box .txt br {
    display: none;
  }
  #column .column_headline {
    margin: 40px auto;
    padding: 30px 20px;
    font-size: 16px;
  }
  .acc_box {
    padding: 12px 20px 12px 12px;
    border-radius: 5px;
  }
  .acc_btn {
    font-size: 16px;
  }
  .acc_btn:after {
    right: -10px;
  }
  .acc_inner {
    margin-top: 15px;
    padding-top: 15px;
  }
  .acc_inner .text.nopd {
    padding-left: 1em;
  }
  .acc_inner .point {
    margin: 20px auto 0;
    max-width: 95%;
  }
  .acc_inner .point:first-child {
    margin-top: 10px;
  }
  .acc_inner .point:last-child {
    margin-bottom: 10px;
  }
  .acc_inner .point p:first-child {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .acc_inner .point ul:first-of-type {
    margin-right: 0;
  }
  .acc_inner .point ul {
    display: block;
    margin-left: 1em;
  }
  .acc_inner .point ul li {
    line-height: 2;
  }
  .acc_inner .point ul li:before {
    top: 0.6em;
    transform: none;
    line-height: 2;
  }
}
/*======================================
実際にお飲みいただいた方のお声
======================================*/
#voice {
  padding: 100px 0;
  border-top: 1px solid #DEDCE3;
}
#voice .ttl {
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 55px;
}
#voice .flx {
  max-width: 750px;
  margin: 0 auto 50px;
  gap: 70px;
}
#voice .flx .graph {
  width: 45%;
}
#voice .flx .txt {
  width: 55%;
}
#voice .flx .txt .headtxt {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 8px;
}
#voice .flx .txt .headtxt:before {
  content: "";
  display: inline-block;
  background-color: #C94C4C;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#voice .flx .txt p {
  font-size: 25px;
  letter-spacing: 0.1em;
}
#voice .user_come {
  margin-top: 100px;
  position: relative;
}
#voice .user_come:after {
  content: "";
  display: inline-block;
  background: url(./img/voice_img02.png) center/contain no-repeat;
  width: 160px;
  height: 290px;
  position: absolute;
  bottom: -30px;
  right: 18%;
}
#voice .user_come h3 {
  color: #C94C4C;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 50px;
}
#voice .user_come h3:before, #voice .user_come h3:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
}
#voice .user_come h3:before {
  border-left: 1px solid;
  transform: rotate(-35deg);
}
#voice .user_come h3:after {
  border-right: 1px solid;
  transform: rotate(35deg);
}
#voice .user_come ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#voice .user_come ul li {
  width: 100%;
  background-color: #FFF2F2;
  border-radius: 10px;
  padding: 35px;
  line-height: 2.12;
  display: grid;
  place-content: center;
  position: relative;
}
#voice .user_come ul li:before, #voice .user_come ul li:after {
  content: "";
  display: inline-block;
}
#voice .user_come ul li:before {
  width: 54px;
  height: 28px;
  background: url(../202207/img/voice_box_arrow1.svg) center/contain no-repeat;
  position: absolute;
  bottom: -20px;
  right: 35%;
}
#voice .user_come ul li:after {
  width: 43px;
  height: 43px;
  background: url(../202207/img/voice_icon_01.svg) center center/contain no-repeat;
  position: absolute;
  bottom: -2.8rem;
  right: 2.8rem;
}
#voice .user_come ul li:nth-child(2) {
  background-color: #FAFADF;
}
#voice .user_come ul li:nth-child(2):before {
  background: url(../202207/img/voice_box_arrow2.svg) center/contain no-repeat;
}
#voice .user_come ul li:nth-child(2):after {
  background: url(../202207/img/voice_icon_03.svg) center center/contain no-repeat;
}
#voice .attention {
  max-width: 530px;
  margin: 70px auto 0 0;
}
#voice .attention p {
  font-size: 14px;
  font-weight: 400;
}
#voice .attention p.p1 {
  display: inline-block;
  border-bottom: 1px solid #DEDCE3;
  padding: 0 2.8em 1em 0;
  margin-bottom: 1.2em;
}
#voice .attention p.p2 {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #voice {
    padding: 50px 0 70px;
  }
  #voice .ttl {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #voice .flx {
    max-width: 100%;
    gap: 35px;
  }
  #voice .flx .txt .headtxt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #voice .flx .txt p {
    font-size: 20px;
  }
  #voice .user_come {
    margin-top: 60px;
  }
  #voice .user_come:after {
    width: 140px;
    height: 250px;
    right: 15%;
  }
  #voice .user_come ul {
    gap: 15px;
  }
  #voice .user_come ul li {
    padding: 25px;
  }
  #voice .attention {
    margin: 50px auto 0 0;
  }
  #voice .attention p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #voice {
    padding: 40px 0;
  }
  #voice .ttl {
    font-size: 23px;
  }
  #voice .flx {
    flex-direction: column;
  }
  #voice .flx .graph {
    width: 70%;
  }
  #voice .flx .graph .headtxt {
    font-size: 21px;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 18px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: relative;
  }
  #voice .flx .graph .headtxt:before {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #C94C4C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  #voice .flx .txt {
    width: 100%;
  }
  #voice .flx .txt p {
    text-align: center;
    font-size: 18px;
  }
  #voice .user_come {
    margin-top: 50px;
  }
  #voice .user_come:after {
    width: 110px;
    height: 200px;
    right: auto;
    left: 25px;
    bottom: auto;
    top: 60%;
  }
  #voice .user_come h3 {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
  }
  #voice .user_come h3:before, #voice .user_come h3:after {
    height: 80%;
    position: absolute;
    bottom: 0;
  }
  #voice .user_come h3:before {
    left: 10%;
  }
  #voice .user_come h3:after {
    right: 10%;
  }
  #voice .user_come ul {
    gap: 40px;
    flex-direction: column;
  }
  #voice .user_come ul li:before {
    right: 20%;
  }
  #voice .user_come ul li:after {
    right: 12px;
  }
  #voice .user_come ul li:nth-child(2):before {
    left: 25%;
    transform: scale(-1, 1);
  }
  #voice .user_come ul li:nth-child(2):after {
    left: 20px;
  }
  #voice .user_come .attention {
    margin: 220px auto 0 0;
  }
  #voice .user_come .attention p.p1 {
    font-size: 14px;
    padding-right: 0;
  }
  #voice .user_come .attention p.p2 {
    max-width: 65%;
  }
}
/*======================================
ラインナップ
======================================*/
#lineup {
  padding: 20px 0 40px;
}
#lineup .lineup_box {
  padding: 43px 64px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(255, 251, 230) 0%, rgb(255, 239, 218) 95%, rgb(255, 238, 217) 100%);
}
#lineup .lineup_box .flx {
  align-items: flex-start;
  gap: 100px;
}
#lineup .lineup_box .flx .flx_left {
  width: 60%;
  text-align: center;
}
#lineup .lineup_box .flx .flx_left h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 36px;
}
#lineup .lineup_box .flx .flx_left p {
  font-size: 29px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
#lineup .lineup_box .flx .flx_left .image {
  margin-top: -40px;
}
#lineup .lineup_box .flx .flx_right {
  width: 40%;
}
#lineup .lineup_box .flx .flx_right .lineup_list {
  padding-left: 28px;
  text-indent: -28px;
}
#lineup .lineup_box .flx .flx_right .lineup_list li {
  color: #C94C4C;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
#lineup .lineup_box .flx .flx_right .lineup_list li:before {
  content: "●";
  color: #FFADAD;
  padding-right: 10px;
}
#lineup .lineup_box .flx .flx_right .lineup_list li span:not(.noto_sans) {
  display: block;
  color: #333;
  font-size: 10px;
  font-weight: 400;
  padding-left: 28px;
}
#lineup .lineup_box .flx .flx_right .kome {
  font-size: 10px;
}
#lineup .lineup_box .flx .flx_right .how_to {
  margin-top: 25px;
}
#lineup .lineup_box .flx .flx_right .how_to p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
#lineup .lineup_box .flx .flx_right .how_to .headline {
  color: #C94C4C;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#lineup .lineup_box .flx .flx_right .how_to .caution {
  font-size: 14px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #C94C4C;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box {
  padding: 14px 20px;
  border-radius: 5px;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box:not(:first-child) {
  margin-top: 10px;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box .acc_btn {
  font-size: 16px;
  text-align: center;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box .acc_btn:after {
  right: -10px;
  content: "＋";
  font-size: 18px;
  background: none;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box .acc_btn.open::after {
  content: "−";
  background: none;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box .acc_inner {
  border-top: none;
  margin-top: 0;
}
#lineup .lineup_box .flx .flx_right .link_area .acc_box .acc_inner .text {
  font-weight: 400;
  padding-left: 0;
}
#lineup .anniversary_bnr {
  margin-top: 40px;
}
#lineup .anniversary_bnr img {
  transition: all 0.35s;
}
#lineup .anniversary_bnr img:hover {
  cursor: pointer;
  opacity: 0.8;
}
#lineup .anniversary_bnr .popup_inner.show .popup_content p {
  font-size: 22px;
}
#lineup .anniversary_bnr .popup_inner.show .btn_list li a {
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  #lineup .lineup_box {
    padding: 40px 30px;
  }
  #lineup .lineup_box .flx {
    gap: 50px;
  }
  #lineup .lineup_box .flx .flx_left,
  #lineup .lineup_box .flx .flx_right {
    width: 50%;
  }
  #lineup .lineup_box .flx .flx_left h3 {
    font-size: 20px;
  }
  #lineup .lineup_box .flx .flx_left p {
    font-size: 24px;
  }
  #lineup .lineup_box .flx .flx_left .image {
    margin-top: -20px;
  }
}
@media screen and (max-width: 480px) {
  #lineup {
    padding: 20px 0;
  }
  #lineup > .container {
    max-width: calc(100% - 20px);
  }
  #lineup .lineup_box {
    padding: 35px 20px;
  }
  #lineup .lineup_box .flx {
    flex-direction: column;
    gap: 15px;
  }
  #lineup .lineup_box .flx .flx_left,
  #lineup .lineup_box .flx .flx_right {
    width: 100%;
  }
  #lineup .lineup_box .flx .flx_left h3 {
    margin-bottom: 26px;
  }
  #lineup .lineup_box .flx .flx_left .image {
    margin-top: -30px;
  }
  #lineup .lineup_box .flx .flx_right .lineup_list li {
    font-size: 20px;
  }
  #lineup .lineup_box .flx .flx_right .lineup_list li span:not(.noto_sans) {
    text-align: right;
    padding-left: 0;
  }
  #lineup .lineup_box .flx .flx_right .how_to {
    margin-top: 20px;
  }
  #lineup .lineup_box .flx .flx_right .how_to .headline {
    line-height: 1.5;
  }
  #lineup .lineup_box .flx .flx_right .how_to p {
    font-size: 16px;
  }
  #lineup .lineup_box .flx .flx_right .how_to p br {
    display: none;
  }
  #lineup .lineup_box .flx .flx_right .how_to .caution {
    font-size: 16px;
  }
  #lineup .anniversary_bnr {
    max-width: 90%;
    margin: 20px auto 0;
  }
  #lineup .anniversary_bnr .popup_inner.show .btn_list li a {
    max-width: 100%;
  }
}
/*======================================
医療機関限定サプリ
======================================*/
#medical_limited {
  padding: 40px 0 100px;
}
#medical_limited .link_box {
  background: linear-gradient(90deg, rgb(253, 244, 255) 0%, rgb(240, 239, 255) 100%);
  border-radius: 10px;
  padding: 30px 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#medical_limited .link_box h3 {
  color: #8048A3;
  font-size: 24px;
  letter-spacing: 0.05em;
}
#medical_limited .link_box a {
  color: #8048A3;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  max-width: 330px;
  width: 100%;
  text-align: center;
  padding: 18px;
  position: relative;
}
#medical_limited .link_box a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #medical_limited {
    padding: 40px 0;
  }
  #medical_limited .link_box {
    padding: 30px;
  }
  #medical_limited .link_box h3 {
    font-size: 20px;
  }
  #medical_limited .link_box a {
    max-width: 250px;
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  #medical_limited {
    padding: 20px 0;
  }
  #medical_limited .container {
    max-width: calc(100% - 20px);
  }
  #medical_limited .link_box {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #medical_limited .link_box h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  #medical_limited .link_box a {
    max-width: 100%;
    padding: 16px;
  }
}
/*======================================
よくあるご質問
======================================*/
#faq {
  padding: 50px 0 100px;
}

.faq_wrapper {
  max-width: 800px;
  margin: auto;
}
.faq_wrapper .acc_box {
  padding: 13px 25px;
  border-radius: 5px;
  margin-top: 8px;
}
.faq_wrapper .acc_box .acc_btn {
  font-size: 16px;
  padding-left: 2em;
  text-indent: -2em;
  padding-right: 5em;
}
.faq_wrapper .acc_box .acc_btn:before {
  content: "Q.";
  padding-right: 1em;
}
.faq_wrapper .acc_box .acc_btn:after {
  right: -10px;
}
.faq_wrapper .acc_box .acc_inner {
  border-top: none;
  padding-top: 0;
  padding-bottom: 10px;
}
.faq_wrapper .acc_box .acc_inner .answer {
  font-weight: 400;
  line-height: 1.71;
  padding-left: 2em;
  text-indent: -2em;
}
.faq_wrapper .acc_box .acc_inner .answer:before {
  content: "A.";
  color: #C94C4C;
  font-size: 16px;
  font-weight: 500;
  padding-right: 1em;
}
.faq_wrapper .acc_box .acc_inner .answer a {
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #faq {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  #faq {
    padding: 50px 0;
  }
  #faq .container {
    max-width: calc(100% - 20px);
  }
  .faq_wrapper .acc_box .acc_btn {
    padding-right: 2em;
  }
  .faq_wrapper .acc_box .acc_btn:after {
    top: 12px;
  }
}
/*======================================
お役立ちコンテンツ
======================================*/
#contents {
  padding: 25px 0 50px;
}
#contents .contents_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 760px;
  margin: auto;
}
#contents .contents_grid .contents_link {
  border: 1px solid #DEDCE3;
  border-radius: 5px;
  padding: 20px 25px;
  display: block;
}
#contents .contents_grid .contents_link .contents_ttl {
  color: #C94C4C;
  line-height: 1.75;
  margin: 18px 0;
}
#contents .contents_grid .contents_link .caption {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #contents {
    padding: 25px 0;
  }
  #contents .contents_grid {
    gap: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #contents .contents_grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #contents .contents_grid .contents_link {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #contents .contents_grid .contents_link img {
    max-width: 120px;
  }
  #contents .contents_grid .contents_link .contents_ttl {
    line-height: 1.5;
    margin: 0 0 7px;
    font-size: 15px;
  }
  #contents .contents_grid .contents_link .caption {
    font-size: 12px;
  }
}
/*======================================
こんな商品も見られています
======================================*/
#related {
  padding: 50px 0 100px;
}
#related .product_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#related .product_grid .product_link {
  display: block;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
#related .product_grid .product_link img {
  max-width: 180px;
  margin: auto;
}
#related .product_grid .product_link.orange {
  border: 1px solid #D9620B;
}
#related .product_grid .product_link.orange .product_ttl {
  color: #D9620B;
}
#related .product_grid .product_link.pink {
  border: 1px solid #CE3185;
}
#related .product_grid .product_link.pink .product_ttl {
  color: #CE3185;
}
#related .product_grid .product_link.blue {
  border: 1px solid #00A3D4;
}
#related .product_grid .product_link.blue .product_ttl {
  color: #00A3D4;
}
#related .product_grid .product_link.brown {
  border: 1px solid #893F3F;
}
#related .product_grid .product_link.brown .product_ttl {
  color: #893F3F;
}
#related .product_grid .product_ttl {
  margin: 10px 0 5px;
}
#related .product_grid .product_ttl span {
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  margin-top: 5px;
}
#related .product_grid .caption {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  #related {
    padding: 25px 0 50px;
  }
  #related .product_grid {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  #related .product_grid {
    grid-template-columns: 1fr;
  }
  #related .product_grid .product_link {
    padding: 15px 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  #related .product_grid .product_link img {
    max-width: 125px;
  }
  #related .product_grid .product_link div {
    width: calc(100% - 125px);
  }
  #related .product_grid .product_link .product_ttl {
    margin: 0 0 5px;
    display: inline-block;
    font-size: 15px;
  }
  #related .product_grid .product_link .product_ttl span {
    font-size: 0.95em;
  }
}