@charset "UTF-8";
/* 化粧品ページ .cosmetics
================================================== */
.cosmetics {
  /* 単一商品 タイトル */
  /* 件数表示 */
  /* ブランド概要 */
  /* 一覧（ブランド） */
  /* 
  一覧（アイテム） 
  item-category-list.phpで使用 
  */
  /* 単一商品コンテンツ */
  /* 単一商品 2カラムレイアウト */
  /* 情報テーブル */
  /* 一覧（商品） */
}
.cosmetics .single-cosmetics-title {
  text-align: inherit;
  padding: 0 20px;
}
.cosmetics .single-cosmetics-title .page-title__title {
  line-height: 1.4;
  margin-top: 0;
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: max-content;
}
.cosmetics .single-cosmetics-title .page-title__sub-title {
  font-size: 1.4rem;
  color: #8C857A;
  letter-spacing: 0.04em;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: max-content;
}
.cosmetics .product-count {
  margin: 24px 0 18px;
}
.cosmetics .product-count__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #8C857A;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cosmetics .product-count__text::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #8C857A;
}
@media screen and (max-width: 767px) {
  .cosmetics .product-count__text {
    font-size: 1.4rem;
  }
  .cosmetics .product-count__text::before {
    width: 22px;
  }
}
.cosmetics .brand-overview {
  margin: 0 0 40px;
}
.cosmetics .brand-overview__name {
  font-size: 2.4rem;
  margin: 0 0 16px;
  letter-spacing: 0.04em;
}
.cosmetics .brand-overview__thumb {
  margin: 0 0 16px;
}
.cosmetics .brand-overview__thumb img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 40px rgba(51, 51, 51, 0.1);
}
.cosmetics .brand-overview__summary {
  margin: 0 0 16px;
  line-height: 1.8;
  padding: 16px 20px;
  background: #F5F3EB;
  border-radius: 8px;
}
.cosmetics .brand-overview__summary-text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cosmetics .brand-overview__summary {
    font-size: 1.4rem;
    padding: 12px 14px;
  }
}
.cosmetics .brand-overview__content {
  line-height: 1.9;
}
.cosmetics .brand-overview__content * + * {
  margin-top: 1em;
}
.cosmetics .brand-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .cosmetics .brand-post-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.cosmetics .brand-post-list__item {
  background: #ffffff;
  border: 1px solid #cccccc;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out, flex 0.3s ease-out, visibility 0.3s ease-out;
}
.cosmetics .brand-post-list__item a {
  display: block;
  padding: 0;
  color: #111111;
  text-decoration: none !important;
}
.cosmetics .brand-post-list__item:hover {
  box-shadow: 0 4px 40px rgba(51, 51, 51, 0.1);
  transform: translateY(-2px);
}
.cosmetics .brand-post-list__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 21/9;
  background: #ffffff;
}
.cosmetics .brand-post-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cosmetics .brand-post-list__title {
  font-size: 1.8rem;
  margin: 0;
  padding: 12px 16px 10px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  position: relative;
}
.cosmetics .brand-post-list__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #8C857A;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .cosmetics .brand-post-list__title {
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 8px 12px 8px;
  }
  .cosmetics .brand-post-list__title::after {
    width: 48px;
    margin: 6px 0 0;
  }
}
.cosmetics .brand-post-list__excerpt {
  font-size: 1.4rem;
  margin: 0;
  padding: 8px 16px 16px;
  color: #8C857A;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cosmetics .brand-post-list__excerpt {
    font-size: 1.2rem;
    padding: 4px 12px 12px;
  }
}
.cosmetics .item-post-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1199px) {
  .cosmetics .item-post-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cosmetics .item-post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cosmetics .item-post-list__item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out, flex 0.3s ease-out, visibility 0.3s ease-out;
}
.cosmetics .item-post-list__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px;
  color: #111111;
  text-decoration: none !important;
  height: 100%;
}
.cosmetics .item-post-list__item:hover {
  box-shadow: none;
  transform: none;
}
.cosmetics .item-post-list__thumb {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cosmetics .item-post-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cosmetics .item-post-list__title {
  font-size: 1.4rem;
  margin: 0;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1.25;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
.cosmetics .c-post-item__block article figure {
  margin: 0 0 20px;
}
.cosmetics .c-post-item__block article figure img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 40px rgba(51, 51, 51, 0.1);
  max-height: 340px;
  object-fit: contain;
}
.cosmetics .c-post-item__block article header h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.cosmetics .c-post-item__block article header h2 .cosmetics-brand-name {
  font-size: 1.4rem;
  margin-left: 8px;
  color: #8C857A;
}
.cosmetics .c-post-item__block article header p {
  margin-top: 10px;
  line-height: 1.8;
}
.cosmetics .cosmetics-detail {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .cosmetics .cosmetics-detail {
    grid-template-columns: 380px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cosmetics .cosmetics-detail {
    grid-template-columns: 1fr;
  }
}
.cosmetics .cosmetics-detail__media figure {
  margin: 0;
}
.cosmetics .cosmetics-detail__body h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}
.cosmetics .cosmetics-detail__body .cosmetics-brand-name-wrap .cosmetics-brand-name {
  display: block;
  font-size: 1.4rem;
  color: #8C857A;
}
.cosmetics .cosmetics-detail__body > section {
  margin-top: 16px;
}
.cosmetics .cosmetics-detail__body .cosmetics-detail__desc {
  margin-top: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cosmetics .cosmetics-detail__body .cosmetics-detail__desc {
    font-size: 1.4rem;
  }
}
.cosmetics .cosmetics-detail__features {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.cosmetics .cosmetics-detail__features li {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: #F5F3EB;
  border-radius: 9999px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #111111;
  font-weight: 600;
}
.cosmetics .cosmetics-detail__category-title {
  font-size: 1.4rem;
  margin-top: 16px;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  color: #8C857A;
  font-weight: 600;
}
.cosmetics .cosmetics-detail__content {
  margin-bottom: 80px;
}
.cosmetics .cosmetics-detail__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cosmetics .cosmetics-detail__category-list li {
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
  font-size: 1.4rem;
}
.cosmetics .cosmetics-detail__category-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #8C857A;
  background: transparent;
}
.cosmetics .cosmetics-detail__category-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  color: #111111;
  letter-spacing: 0.04em;
  font-weight: 600;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out, flex 0.3s ease-out, visibility 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cosmetics .cosmetics-detail__category-list a {
    padding: 4px;
  }
}
.cosmetics .cosmetics-detail__category-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: #F5F3EB;
  border: 1px solid #cccccc;
  border-radius: 9999px;
}
.cosmetics .cosmetics-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
}
.cosmetics .cosmetics-info-table th,
.cosmetics .cosmetics-info-table td {
  border: 1px solid #cccccc;
  padding: 12px 16px;
  vertical-align: top;
}
.cosmetics .cosmetics-info-table th {
  width: 10em;
  background: #F5F3EB;
  text-align: left;
  font-weight: normal;
}
.cosmetics .cosmetics-info-table td {
  text-align: right;
}
.cosmetics .product-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cosmetics .product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.cosmetics .product-list__item {
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out, flex 0.3s ease-out, visibility 0.3s ease-out;
}
.cosmetics .product-list__item a {
  display: block;
  padding: 0;
  color: #111111;
  text-decoration: none !important;
}
.cosmetics .product-list__item:hover {
  box-shadow: none;
  transform: none;
}
.cosmetics .product-list__thumb {
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  aspect-ratio: 1/1;
  margin: 0 0 12px;
}
.cosmetics .product-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cosmetics .product-list__title {
  font-size: 1.6rem;
  margin: 6px 0 0;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 767px) {
  .cosmetics .product-list__title {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
.cosmetics .product-list__excerpt {
  font-size: 1.4rem;
  margin-top: 6px;
  color: #8C857A;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cosmetics .product-list__excerpt {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.cosmetics .related-cosmetics-by-brand__more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  margin-bottom: 60px;
}

/* 化粧品セレクトUI（グローバル利用も考慮） */
.cosmetics-taxonomy-select {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .cosmetics-taxonomy-select {
    grid-template-columns: 1fr;
  }
}
.cosmetics-taxonomy-select__group {
  display: grid;
  gap: 6px;
}
.cosmetics-taxonomy-select__label {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #8C857A;
}
.cosmetics-taxonomy-select__select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cccccc;
  background: #ffffff;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out, flex 0.3s ease-out, visibility 0.3s ease-out;
}
.cosmetics-taxonomy-select__select:hover {
  border-color: #8C857A;
}
.cosmetics-taxonomy-select__select:focus {
  outline: none;
  border-color: #8C857A;
  box-shadow: 0 0 0 2px rgba(140, 133, 122, 0.12);
}

/* 化粧品ページ内での余白調整 */
.cosmetics .cosmetics-taxonomy-select {
  margin: 40px 0 0;
}