@charset "UTF-8";
/*Font*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover:hover {
  opacity: 0.5;
}

.font-heading {
  font-weight: normal;
}

.font-heading span {
  display: block;
  font-size: 1rem;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.mintyo {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.gap30 {
  gap: 30px;
}

.align-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.d-inline-block {
  display: inline-block;
}

.btn_area {
  padding: 2rem;
  text-align: center;
}
.btn_area a {
  padding: 1.5rem;
  max-width: 300px;
}

table {
  width: 100%;
}
table th, table td {
  padding: 1rem 2rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
table th {
  width: 30%;
}
table td p:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 639px) {
  table th, table td {
    display: block;
    width: 100%;
  }
  table th {
    padding-bottom: 0;
    border-bottom: none;
  }
}

ol li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 0.5rem 3rem 0 1rem;
}
ol li::before {
  content: "【" counter(cnt) "】";
  margin-left: -2rem;
}

input, textarea {
  border: 1px solid #959595;
  width: 100%;
}

input[type=radio],
input[type=submit] {
  width: auto;
}

input[type=submit] {
  border: none;
}

.file_btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1 ;
  background-color: #ddd;
  cursor: pointer;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  border: none;
}

.form_btn {
  display: block;
  padding: 10px 29px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #871a23;
  -webkit-box-shadow: 0 0 2px #871a23;
          box-shadow: 0 0 2px #871a23;
  -webkit-transition: 0.5;
  transition: 0.5;
}

.form_btn:hover, .form_btn:active {
  opacity: 0.5;
}

@media (min-width: 782px) {
  .single_product #cart_block .wp-block-columns{
    gap: 30px;
  }
  .single_product #cart_block .wp-block-columns div:first-of-type{
    flex-grow: 2;
  }
  /* .single_product #cart_block .wp-block-columns div:last-of-type{
    flex-basis: 180px;
  } */
  .single_product #cart_block .wp-block-columns div:last-of-type,
  .form_btn {
    width: 180px;
  }
}

#single_product ul.wp-block-list.icn_ver{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-block: 10px 20px;
}
.icn_ver li{
  padding: 5px 0;
  text-align: center;
  font-size: .8rem;
  font-weight: bold;
  color: #fff;
  background-color: #8ec43e;
  border-radius: 9999px;
}
@media (max-width: 767.98px){
  #single_product ul.wp-block-list.icn_ver{
      grid-template-columns: repeat(1, 1fr);
  }
}
.has-white-color{
  color: #fff;
}
.p-0-10{
  padding: 0 10px !important;
}
span.sme-font-size.has-small-font-size{
  font-size: .6rem;
}
.line_h_14{
  line-height: 1.4rem !important;
}
.icn_designe{
  display: block;
  padding: 5px 10px !important;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.2 !important;
  color: #fff;
  border-radius: 9999px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
body
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {
  background-color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header_logo {
  width: 70%;
}

@media screen and (min-width: 768px) {
  .header_logo {
    width: 15rem;
  }
}
.pc_navi ul li {
  padding-left: 1rem;
}

.pc_navi ul li a {
  position: relative;
  display: inline-block;
  padding: 1rem;
}

.pc_navi ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #8ec43e;
  bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc_navi ul li a:hover::after {
  visibility: visible;
  bottom: 5px; /*アニメーションが止まる位置*/
  opacity: 1;
}

.pc_navi ul li a .jatxt {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  color: #8ec43e;
}

#pannav a {
  color: #8ec43e;
}

.mobile-menu .jatxt {
  display: inline-block;
  padding-right: 0.5rem;
  font-weight: bold;
  color: #8ec43e;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer_logo{
  width: 50%;
}
.bg-blueGray-max,
#footer_menu {
  background-color: #8ec43e;
}

@media screen and (max-width: 767px) {
  #footer_menu {
    margin-top: 15px;
    padding-bottom: 5rem;
  }
}
#footer_menu h5 a {
  display: inline-block;
  padding: 1rem;
}

#footer_menu .footer_menu__child a {
  display: inline-block;
  padding: 0.5rem 1rem;
}

#footer_menu h5 a,
#footer_menu .footer_menu__child a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.small_link a {
  color: #fff;
  font-size: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer_menu h5 a:hover,
#footer_menu .footer_menu__child a:hover,
.small_link a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.footer_sub_link {
  margin-top: 1rem;
}
.footer_sub_link a {
  display: inline-block;
  margin-left: 2rem;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mv {
  position: relative;
}

#mv .txtarea h2, #mv .txtarea p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  #mv .txtarea {
    margin-top: -80px;
    margin-left: 15%;
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  #mv .txtarea {
    position: absolute;
    bottom: 10rem;
    right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #top_about_us .about_us_maintxt {
    display: block;
    padding: 1rem;
    margin-left: -80px;
    background-color: #fff;
  }
}

.brand_img{
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .brand_logo {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 80%;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .brand_logo {
    position: relative;
    margin-top: -10px;
    margin-bottom: 30px;
    z-index: 2;
  }
}


#top_news {
  padding: 5rem 0;
}

#top_news #top_news__itme a {
  color: #8ec43e;
}

#top_news #top_news__itme a:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  #top_news #top_news__itme a {
    display: block;
    width: 100%;
  }
}
#top_news #top_news__itme p {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  background-image: url("../assets/img/arr.png");
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-bottom: #ddd 1px solid;
}

#top_news #top_news__itme p:last-of-type {
  margin-bottom: 0;
}

/*2025年12月更新*/
#key_v{
  position: relative;
}
#key_v .key_v_img{
  z-index: 1;
}
#key_v .key_v_txt{
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  #key_v .key_v_img{
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: left 20px center;
    aspect-ratio: 5 / 3;
  }
  #key_v .key_v_txt{
    top: 30%;
    right: 10%;
    width: 24.75vw;
  }
}
@media (max-width: 767.98px) {
  .key_v_sp{
  }
  #key_v .key_v_txt{
    bottom: -10.8vw;
    right: 2%;
    width: 80%;
  }
}

#mv_list{
  background-color: #fff;
}
#mv_list ul{
  margin-left: 0;
  padding-left: 0;
}
#mv_list ul li{
  background-repeat: no-repeat;
  background-size: contain;
  list-style: none;
}
#mv_list ul li h2{
  padding-bottom: 2rem;
  text-align: center;
  color: #8ec43e;
}
#mv_list ul li p{
  padding-bottom: 2rem;
  line-height: 1.6;
}

.top_list{
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .top_list{
    align-items: start;
    padding-top: 3rem;
    /* flex-direction: column; */
  }
  .top_list.list01{
    padding-top: 100px;
  }
  .top_list.list01,
  .top_list.list03{
    padding-right: 1rem;
  }
  .top_list.list02,
  .top_list.list04{
    padding-left: 1rem;
  }
}



#medical{
  margin-top: 100px;
}
#medical .list01{
  background-image: url("../assets/img/top_clinic_bk.png");
}
#medical .list01 .icn_bk li{
  display: inline-block;
  padding: 0 1rem;
  margin-block: 5px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 999px;
  background-color: #ee8593;
}
#medical .list02{
  background-image: url("../assets/img/top_online_bk.png");

}

#medical ul li{
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #727171;
}
#medical ul li h2{
  letter-spacing: .5rem;
}
#medical ul li p{
  padding-bottom: 2rem;
  line-height: 1.6;
}


@media (max-width: 1023.98px) {
  #medical ul li{
    background-size: cover;
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    background-position: left top;
  }
  #medical .list01 .icn_bk li{
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
   #medical ul li{
      background-position: left -200px top;
    }
    #medical .list01 .icn_bk{
      text-align: center;
    }
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
投稿
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.txt_content p {
  margin-bottom: 1.5rem;
  line-height: 2 !important;
  color: #2e2e2e;
}

#page_nav .navigation {
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

#page_nav .nav-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#page_nav .nav-links .nav-next {
  text-align: right;
}

#page_nav a {
  margin-bottom: 1.5rem;
  line-height: 2 !important;
  color: #8ec43e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_nav a:hover {
  color: #2b2b2b;
}

.excerpt_txt p {
  color: #818181;
}

/* pagination */
.pagination {
  margin-top: 7rem;
  margin-bottom: 5rem;
}

/* リンクの枠 */
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 8px;
}

/* 数字のリンク */
.pagination .nav-links .page-numbers {
  text-decoration: none;
  color: #333;
  border: 1px solid #aaa;
  display: inline-block;
  padding: 0.5em 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 現在のページ */
.pagination .nav-links .current {
  background-color: #818181;
  color: #fff;
}

/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
  background-color: #8ec43e;
  color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
製品情報・カテゴリー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.product_box{
  margin-bottom: 100px;
}
#single_product h2{
  font-size: 2rem;
    color: #727171;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#single_product ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#single_product ul.wp-block-list{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3px;
}
.product_list{
  position: relative;
  /* overflow: hidden; */
  z-index: 2;
  transition: .5s;
}
.product_list:hover{
  opacity: .6;
  transform: translateY(-10px);
}
.product_list a{
  display: block;
}
.product_list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
}
.product_list .product_list__bk{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo_right .product_list__logo{
  position: absolute;
  top: 10%;
  right: 20px;
  width: 50%;
  z-index: 3;
}
.logo_left .product_list__logo{
  position: absolute;
  top: 10%;
  left: 20px;
  width: 50%;
  z-index: 3;
}
.product_list__item{
  position: absolute;
  bottom: 0;
  z-index: 3;
}

/*個別調整*/
.dds_senolix_nmn .product_list__item{
  max-width: 59%;
  margin-inline: auto;
  left: 0;
  right: 0;
}
.product_list.dio .product_list__logo{
  position: absolute;
  width: 43%;
  right: 25px;
  bottom: 25px;
}
.dds_matrix_prestige .product_list__item{
  max-width: 70%;
  margin-inline: auto;
  left: 0;
  right: 0;
}
.skin_care_matrix .product_list__logo{
  width: 40%;
}
.skin_care_matrix .product_list__item{
  max-width: 50%;
  right: 20px;
}
/*ヘアケア*/
.ai_senolix_nmn .product_list__logo{
  max-width: 40%;
  left: 20px;
}
.hair_care_matrix .product_list__logo{
  max-width: 30%;
}
/*ボディケア*/
.body_care_dds_matrix_prestige .product_list__logo{
  max-width: 35%;
}
/*オーラルケア*/
.oral_care .product_list__logo{
  width: 60%;
  top: unset;
  bottom: 0;
}
/*サプリメント*/
.supplements .product_list__logo{
  width: 60%;
  top: unset;
  bottom: 0;
}
/*付属品*/
.accessories_consumables .product_list__logo{
  top: 0;
  bottom: 0;
  margin-block: auto;
}

@media (max-width: 767.98px) {
  #single_product ul{
    grid-template-columns: repeat(1, 1fr);
  }
  /* .product_list__txt{
    position: relative;
    width: 80%;
    margin-inline: auto;
    margin-top: -15px;
    text-align: center;
  } */
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
製品情報・詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.product_nav > div {
  margin-bottom: 1rem;
}
.product_nav a {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_nav a:hover {
  opacity: 0.5;
}
.product_nav h4 {
  margin-top: auto;
  margin-bottom: auto;
}

#single_product h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
#single_product p {
  line-height: 2;
}
#single_product .single_product__block {
  padding-top: 3rem;
  margin-bottom: 7rem;
}

.attlist {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #def1ff;
  /* background-color: #def1ff; */
}
.attlist h4 {
  margin-bottom: 0.3rem;
  color: #8ec43e;
}
.attlist ul li {
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #5e5e5e;
  list-style: inside;
  line-height: 2;
}

#cart_block {
  display: block;
  margin-top: 2rem;
  padding: 1.75rem 2rem 0 2rem;
  overflow: hidden;
  background: #dddddd;
}
@media screen and (max-width: 767px) {
  #cart_block {
    padding: 1rem 2rem;
  }
  #cart_block .wp-block-columns {
    margin-bottom: 0;
  }
  #cart_block .wp-container-6 {
    gap: 20px;
  }
}
#cart_block P {
  line-height: 1.5;
}
#cart_block .price {
  font-size: 0.9rem;
}
#cart_block .price strong {
  font-size: 1.2rem;
}
#cart_block .price_tax {
  font-size: 0.9rem;
}
#cart_block .wp-block-button__link {
  font-size: 0.9rem;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_page #mv_list .list01{
  margin-bottom: 50px;
  padding: 50px !important;
  background-image: url(../assets/img/com_bk01.webp);
  background-position: bottom right;
  background-size: cover;
}
#company_page #mv_list .list04{
  margin-top: 50px;
  padding: 50px !important;
  background-image: url(../assets/img/com_bk02.webp);
  background-position: bottom right;
  background-size: cover;
}
#company_page #mv_list .list01 h2,
#company_page #mv_list .list01 p,
#company_page #mv_list .list04 h2,
#company_page #mv_list .list04 p{
  text-align: left;
  color: #fff;
}

@media (max-width: 767.98px) {
  #company_page #mv_list .list01,
  #company_page #mv_list .list04{
    padding: 30px !important;
  }
}

#company_page #mv_list .list02,
#company_page #mv_list .list03{
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
    #company_page #mv_list .list02 ,
    #company_page #mv_list .list03 {
      display: flex;
      align-items: start;
      padding-top: 100px;
    }
}

#company_page table th,
#company_page table td{
  padding: 1rem .5rem;
  border: none;
  color: #fff;
  vertical-align: top;
}
#company_page table th{
  padding-left: 30px !important;
  background-image: url(../assets/img/square.webp);
  background-position: top 1rem left;
  background-repeat: no-repeat;
  background-size: .5rem;
}
#company_page table th p:last-child,
#company_page table td p:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
#company_page table th span{
  display: block;
  padding-left: .5rem;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #727171;/*左線*/
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
固定ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page h3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.page p {
  padding-bottom: 1.5rem;
}
.page ul {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}
.page ul li {
  list-style: circle;
}

#test .heading {
  color: #0bd;
  font-size: 4rem;
  font-weight: bold;
  margin: 600px 0;
}

/*txt_page*/
.txt_page h2{
  padding-block: 20px 10px;
  font-weight: bold;
  font-size: 1.6rem;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
animate.css上書き
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */

/*TOPページ*/
.aigroup_link{
  padding-top: 1rem;
  text-align: center;

}
.aigroup_link a{
  display: inline-block;
}
.aigroup_link img{
  max-width: 600px;
  width: 90%;
  height: auto;
  transition: .3s;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 5px 5px 10px #ddd;
  border-radius: 10px;
}
.aigroup_link a:hover img{
  opacity: .5;
  box-shadow: 1px 1px 3px #ddd;
}
.d-flex{
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .d-flex.top_bnr{
    flex-direction: column;
  }
}


