@charset "UTF-8";

/* フォント設定 */
#contents,
#contents * {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}

section img {
  width: 100%;
}

.ranking.cols img {
  width: inherit;
}

main a:hover {
  opacity: 0.8;
}

.c-red {
  color: #f00;
}

.c-blue {
  color: #0086d1;
}

.c-pink {
  color: #f27885;
}

.c-green {
  color: #55ac21;
}

.c-orange {
  color: #f78b0d;
}

.oblique {
  font-style: oblique;
}

.bold {
  font-weight: bold;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

main p {
  font-size: 18px;
}

.font12 {
  font-size: 12px !important;
  vertical-align: middle;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.center {
  text-align: center;
}

.border-btm {
  border-bottom: solid 1px #e6e6e6;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*============
ファーストビュー
==============*/
#first-view {
  width: 960px;
}

#first-view img {
  width: 100%;
}

.main-top {
  margin: 0 0 40px 0;
}

/*============
リニューアル
==============*/

#renewal {
  margin: auto;
  width: 580px;
  margin-bottom: 53px;
}

#renewal .renewal_ttl {
  margin-bottom: 12px;
}

/*============
商品説明
==============*/

#item-exp {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
  margin-bottom: 60px;
}

#item-exp .item-exp__ttl {
  margin: 0 0 30px 0;
  color: #ef627d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.1rem;
}

#item-exp .item-exp__ttl-name {
  margin: 0 0 30px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}

#item-exp .item-exp__txt {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.5;
}

#item-exp .item-exp__comments {
  font-size: 16px;
}

/*============
カート
==============*/

#cart {
  display: grid;
  gap: 40px;
  margin-bottom: 60px;
}

#cart p {
  font-size: 16px;
}

#cart .cart__ttl_green {
  background-color: #55ac21;
  height: 40px;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  display: grid;
  align-items: center;
  margin-bottom: 30px;
}

#cart .cart__ttl_grey {
  background-color: #989898;
  height: 40px;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  display: grid;
  align-items: center;
  margin-bottom: 30px;
}

#cart .cart_wrapper {
  gap: 40px;
  display: grid;
  margin-bottom: 20px;
}

#cart .cart_box {
  display: grid;
  grid-template-columns: 203px 490px 1fr;
  gap: 13px;
  border-bottom: 1px #e6e6e6 solid;
  padding: 0 20px 30px;
}

#cart.cart02 .cart_box {
  display: grid;
  grid-template-columns: 120px 360px 1fr;
  gap: 11px;
  border-bottom: 1px #e6e6e6 solid;
  padding: 0;
}

#cart.cart02 .annual_discount p {
  font-size: 14px;
}

#cart.cart02 .cart_quantity .quantity img {
  width: 97px;
  display: block;
  margin-bottom: 10px;
}

#cart.cart02 .cart_box {
  padding: 0 0 20px;
}

#cart.cart02 .cart_normal .cart_box .cart_quantity {
  margin-left: 20px;
}

#cart .cart_quantity .quantity {
  font-size: 20px;
  font-weight: bold;
}

#cart .cart_quantity .quantity span {
  font-size: 32px;
}

#cart .cart_quantity .interval {
  font-size: 16px;
  margin-bottom: 10px;
}

#cart .cart_quantity .shipping {
  font-size: 14px;
  color: #ef193f;
  border: 1px solid #ef193f;
  padding: 3px 11px;
  display: inline;
  font-weight: 600;
}

#cart.cart02 .cart_quantity .shipping {
  font-size: 14px;
  padding: 6px;
  display: block;
  line-height: 1.2;
  width: 96px;
  font-weight: 600;
}

#cart .grid_price {
  display: grid;
  grid-template-columns: 1fr 2.7fr;
  align-items: center;
  /* margin-bottom: 5px; */
}

#cart .price_only {
  justify-items: right;
  grid-template-columns: unset;
}

#cart .price_only .special_offer {
  color: unset;
}

#cart .grid_price .normal {
  font-size: 11px;
}

#cart .grid_price .price {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

#cart .grid_price .price::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 64%;
  height: 1px;
  top: 50%;
  left: 0;
}

#cart .grid_price .price .yen {
  font-size: 18px;
}

#cart .grid_price .price .tax {
  font-size: 12px;
}

#cart .special_offer {
  font-size: 36px;
  color: #ef193f;
  font-weight: 600;
  text-align: left;
}

#cart .special_offer a {
  position: relative;
  color: #fff;
  padding: 7px 11px 0px 8px;
  font-size: 14px;
  font-weight: normal;
  margin-right: 20px;
  top: -8px;
  opacity: 1 !important;
}

#cart .special_offer .yen {
  font-size: 28px;
}

#cart .special_offer .tax {
  font-size: 14px;
}

#cart .special_offer a::before {
  content: "";
  width: 155px;
  height: 28px;
  background-color: #ef193f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#cart .special_offer a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 20px 28px 0;
}

#cart .repurchase {
  font-size: 16px;
  margin-bottom: 8px;
}

#cart .repurchase .bold {
  font-weight: bold;
}

#cart .repurchase .tax {
  font-size: 12px;
}

#cart .annual_discount {
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background-color: #fffbe2;
  border: 1px solid #ef193f;
  /* padding: 3px 0; */
}

#cart .annual_discount .tax {
  font-size: 10px;
}

#cart .annual_discount .pink {
  font-size: 16px;
  font-weight: bold;
  color: #ef193f;
}

#cart .annual_discount .pink .annual {
  font-size: 14px;
}

#cart .annual_discount .pink .annual .tax {
  font-size: 10px;
}

#cart .cart_btn {
  display: grid;
  align-items: center;
}

#cart .cartBtn img {
  width: 100%;
}

.btn img {
  width: 100%;
}

/*============
カート(コンテンツ)
==============*/

#main #cart .grid_price {
  display: block;
}

#main #cart .special_offer {
  text-align: unset;
}

#main #cart .price_only .special_offer {
  text-align: right;
}

#main #cart .normalprice_box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: -6px;
}

/*============
機能性表示食品
==============*/

#notification {
  margin-bottom: 60px;
}

/*============
見出し
==============*/

.section__ttl {
  box-sizing: border-box;
  height: 56px;
  margin: 0 0 30px 0;
  padding: 0 0 0 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #10a8ea;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
}

.section__ttl span {
  font-size: 0.7em;
}

.section__ttl::before {
  content: "";
  height: 70%;
  width: 6px;
  background-color: #fff;
  position: absolute;
  left: 20px;
}

/*============
コンテンツ
==============*/

#main section {
  margin-bottom: 60px;
}

#main .main_content {
  font-size: 18px;
}

#main .main_content img {
  width: 100%;
}

#main .main_content_txt {
  margin-bottom: 30px;
}

#main .main_content_txt .pink_txt {
  color: #55ac21;
  font-weight: bold;
}

/*============
こんなお悩みありませんか？
==============*/

#worries .worries__intro {
  font-size: 18px;
  line-height: 1.8;
  margin: 30px 0;
}

#worries .worries__image {
  margin-bottom: 40px;
}

#worries .worries__image img {
  width: 100%;
  height: auto;
}

#worries .worries__graph {
  position: relative;
}

#worries .worries__graph-title {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

#worries .worries__graph-image img {
  width: 100%;
  height: auto;
}

/*============
厳選された4つの成分で元気な毎日をサポート！
==============*/

#ingredients .ingredients__intro {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#ingredients .ingredients__man {
  flex-shrink: 0;
}

#ingredients .ingredients__man img {
  width: 130px;
}

#ingredients .ingredients__intro-text {
  font-size: 18px;
  line-height: 1.8;
}

#ingredients .ingredients__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

#ingredients .ingredients__item {
  padding: 41px 20px 30px;
  text-align: center;
}

#ingredients .ingredients__item--pink {
  background-color: #ed7dae;
  border-radius: 10px 0 0 0;
}

#ingredients .ingredients__item--blue {
  background-color: #54c3f1;
  border-radius: 0 10px 0 0;
}

#ingredients .ingredients__item--purple {
  background-color: #a59aca;
  border-radius: 0 0 0 10px;
}

#ingredients .ingredients__item--green {
  background-color: #9acfa2;
  border-radius: 0 0 10px 0;
}

#ingredients .ingredients__icon {
  width: 178px;
  margin: 0 auto 20px;
}

#ingredients .ingredients__icon img {
  width: 100%;
  height: auto;
}

#ingredients .ingredients__title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}

#ingredients .ingredients__text {
  font-size: 18px;
  color: #040000;
  line-height: 1.6;
  text-align: left;
  font-weight: 600;
}

/*============
続けやすさを実現するためのこだわり
==============*/

#commitment .commitment__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

#commitment .commitment__item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

#commitment .commitment__image {
  flex-shrink: 0;
  width: 300px;
}

#commitment .commitment__image img {
  width: 100%;
  height: auto;
}

#commitment .commitment__text {
  flex: 1;
}

#commitment .commitment__title {
  font-size: 20px;
  font-weight: bold;
  color: #ef627d;
  margin-bottom: 10px;
}

#commitment .commitment__text p {
  font-size: 18px;
  line-height: 1.8;
}

/*============
元気で過ごす"健康寿命"を考える世代に
==============*/

#healthy-life .healthy-life__content {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

#healthy-life .healthy-life__text {
  flex: 1;
}

#healthy-life .healthy-life__text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1em;
}

#healthy-life .healthy-life__image {
  flex-shrink: 0;
  width: 300px;
}

#healthy-life .healthy-life__image img {
  width: 100%;
  height: auto;
}

/*============
コンテンツ(商品ごとのCSS)
==============*/

#worries ul {
  list-style: none;
  padding: 0;
}

#worries li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#worries img {
  width: 28px;
  margin-right: 10px;
}

#worries .product-image {
  margin-top: 20px;
  text-align: center;
}

#worries .product-image img {
  max-width: 100px;
}

.l8020-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.l8020-flex h3 {
  padding-bottom: 20px;
}

.l8020-info__txt {
  border-top: #10a8ea dotted 3px;
  padding-top: 20px;
}

.denta-flora-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.denta-flora-flex img {
  width: 180px;
}

.section__ttl.denta-flora-composition__ttl span {
  vertical-align: bottom;
  align-self: flex-end;
  margin-bottom: 12px;
}

/* 長寿地域の伝統食から生まれたサプリメントです */

#customer_voice .research {
  background-color: #dff2fd;
  padding: 40px 30px;
  display: flex;
  gap: 0 30px;
  border-radius: 10px;
}

#customer_voice .tradition_researcher img {
  width: 190px;
}

#customer_voice .tradition_researcher p {
  font-size: 16px;
  text-align: center;
  margin-top: 13px;
}

#customer_voice .tradition_researcher_message .researcher_message_ttl {
  border-bottom: 3px solid #f27885;
  padding-bottom: 15px;
  font-weight: bold;
}

#customer_voice .tradition_researcher_message .researcher_message_txt {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
}

/* ご愛用者様の声 */
#customer_voice .customer_voice {
  background-color: #fff9e7;
  padding: 42px 20px 26px;
  text-align: center;
}

#customer_voice .customer_voice__subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

#customer_voice .customer_voice__title {
  display: inline-block;
  background-color: #f27885;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 30px;
  margin-bottom: 30px;
}

#customer_voice .customer_voice__card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 10px;
}

#customer_voice .customer_voice__card-title {
  font-size: 22px;
  font-weight: bold;
  color: #f27885;
  padding-bottom: 15px;
  border-bottom: 3px solid #f27885;
  margin-bottom: 20px;
}

#customer_voice .customer_voice__card-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#customer_voice .customer_voice__card-name {
  font-size: 16px;
  text-align: right;
}

#customer_voice .customer_voice__notice {
  font-size: 12px;
  color: #666;  
  text-align: left;
}

#customer_voice .notice_txt {
  font-size: 12px;
  margin-top: 10px;
}

/*============
定期コース5大特典
==============*/

.tokuten a {
  text-decoration: underline;
}

.benefit {
  margin: 0 0 40px 0;
}

.benefit a {
  text-decoration: underline;
}

.benefit a:hover {
  text-decoration: none;
}

/*============
よくある質問
==============*/

#faq .accordion {
  margin: 3em auto;
  max-width: 60vw;
}

#faq .toggle {
  display: none;
}

#faq .option {
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}

#faq .title,
#faq .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#faq .title {
  padding: 5px;
  padding-left: 56px;
  padding-bottom: 20px;
  display: block;
  font-weight: bold;
}

#faq .faq_pdf {
  width: 360px;
  margin: auto;
  margin-top: -10px;
}

#faq .title::before {
  content: url(../images/faq_img.jpg);
  vertical-align: middle;
  padding-right: 5px;
  transform: scale(0.5);
  position: absolute;
  top: -25px;
  left: -20px;
}

#faq .title::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
  transform: rotate(135deg);
  /* transition: all 0.3s; */
}

#faq .content {
  max-height: 0;
  overflow: hidden;
}

#faq .content p {
  margin: 0;
  padding: 0 56px 20px;
  font-size: 16px;
  line-height: 30px;
}

#faq .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}

#faq .toggle:checked + .title::after {
  transform: rotate(-45deg) !important;
  top: 15px;
}

/*============
商品詳細
==============*/

#item-detail .contents_box {
  width: 100%;
  margin-bottom: 40px;
}

#item-detail .contents_box th,
#item-detail .contents_box td {
  padding: 12px 10px 12px 18px;
  border: 1px solid #d2c8aa;
  font-size: 14px;
}

#item-detail .contents_box th {
  width: 140px;
}

#contents #item-detail .contents_box th,
#contents #item-detail .contents_box td {
  border: 1px solid #e5e1de;
}

#item-detail .contents_box .italic {
  font-weight: medium;
}

#item-detail .contents_box .italic span {
  font-style: italic;
}

#item-detail .contents_box .ver-top {
  vertical-align: top;
}

/* 今回のみのお届け：cart_priceとcart_btnの間隔 */
#cart .cart_box .cart_price:has(.price_only) {
  margin-bottom: 0px;
}
