@charset "UTF-8";

/* 下層ページ用スタイル
   p-product*, p-page*, p-contact*, p-mypage* などをここに追加 */

.ec-price {
   color: #333;
}

.ec-shelfGrid__item::before {
  content: none;
}

.ec-pager__item--active::before,
.ec-pager__item::before {
  content: none;
}

.c-page_title {
  color: #333;
  font-size: 2rem;
  padding: 40px 0;
  text-align: center;
}

.c-section_title {
  border-left: 4px solid var(--bs-blue);
  font-size: 1.8rem;
  margin-bottom: 16px;
  padding-left: 10px;
}

.c-section_subtitle {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

/* Product-item */
.ec-headingTitle {
  color: initial;
}

/* ========================================================= */
/* 1. product-list */
/* ========================================================= */

/* --------------------------------------------------------- */
/* head */
/* --------------------------------------------------------- */
.p-product-list__nav,
.p-product-list__nav .p-product-list__infos,
.p-product-grid {
  max-width: 1280px;
  padding: 10px 0;
}

.p-product-grid__item .p-product-card__image {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
}

.p-product-grid__item .p-product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.p-product-card__tags {
  margin-bottom: 10px;
  padding: 0;
}

.p-product-card__name {
  font-size: 1.6rem;
  line-height: 1.65;
  margin: 15px 0 5px;
}

.p-product-card__description {
  color: #a3a3a3;
  font-size: 1.4rem;
}

.p-product-card__price {
  font-weight: bold;
}
/* --------------------------------------------------------- */
/* breadcrumb */
/* --------------------------------------------------------- */
.p-breadcrumb__list .p-breadcrumb__item a {
  color: #333;
}

/* --------------------------------------------------------- */
/* pagenation */
/* --------------------------------------------------------- */
.p-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.p-pager__item {
  background: #F3F3F3;
}

.p-pager__item.is-active {
  background: #204b7e;
  color: #fff;
}

.p-pager__item.c-pagerEllipsis,
.p-pager__item.c-pagerEllipsis:hover {
  background: initial;
}

/* ========================================================= */
/* 2. product-detail */
/* ========================================================= */

.p-product-detail {
  background: #fff;
  color: #333;
  padding: 50px 0;
}

/* --------------------------------------------------------- */
/* slide */
/* --------------------------------------------------------- */

.p-product-gallery {
  padding: 0;
}

.p-product-detail .item_visual {
  position: relative;
  overflow: visible;
  margin-bottom: 30px;
}

.p-product-detail .item_visual .slick-prev,
.p-product-detail .item_visual .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.p-product-detail .item_visual .slick-prev::before,
.p-product-detail .item_visual .slick-next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #204b7e;
  border-right: 2px solid #204b7e;
}

.p-product-detail .item_visual .slick-prev {
  left: -10px;
}

.p-product-detail .item_visual .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.p-product-detail .item_visual .slick-next {
  right: -10px;
}

.p-product-detail .item_visual .slick-next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.p-product-detail .item_visual .slick-prev:hover,
.p-product-detail .item_visual .slick-next:hover {
  background: #204b7e;
  border-color: #204b7e;
}

.p-product-detail .item_visual .slick-prev:hover::before,
.p-product-detail .item_visual .slick-next:hover::before {
  border-color: #fff;
}

.p-product-detail .slick-track {
  align-items: center;
}

.p-product-gallery .p-product-gallery__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-product-gallery .p-product-gallery__nav-item {
  width: calc(100% / 5);
  opacity: 1;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
}

.p-product-gallery .p-product-gallery__nav-item img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.p-product-gallery__nav-item.is-active {
  border: 1px solid #333;
}

/* --------------------------------------------------------- */
/* detail */
/* --------------------------------------------------------- */

.ec-headingTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px 0;
}

.c-category-tag {
  border: 1px solid #ddd;
  color: #888;
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 15px;
  text-decoration: none;
  margin-right: 5px;
}

.p-product-detail__price-area {
  margin: 30px 0;
  padding: 0;
  border: none;
}

.p-product-detail__price-regular {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.p-product-detail__price-main {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: baseline;
}

.price02-default {
    /* ここに金額のスタイル */
}

.price02-default::first-letter {
  font-size: 1.6rem;
  margin-right: 0.2rem;
}

.u-currency { font-size: 20px; margin-right: 4px; }
.u-tax { font-size: 12px; font-weight: normal; color: #666; margin-left: 8px; }

.p-product-detail__delivery-box {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  border: none;
  margin-bottom: 30px;
}

.p-form-group label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.ec-select select {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 1.4rem;
}

.p-product-detail__cta {
  display: flex;
  gap: 10px;
  margin-top: 0;
}

.p-btn-cart {
  flex: 1;
  height: 60px;
  background: #27507e;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  padding: 15px;
}

.p-btn-cart:hover { background: #27507e; }

.p-btn-cart.is-disabled {
  background: #db1010;
}

.p-btn-favorite-icon {
  width: 120px;
  height: 60px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-btn-favorite-icon.is-active { color: var(--bs-blue); border-color: var(--bs-blue); }

.p-delivery-label { font-weight: bold; width: 100px; font-size: 13px; }
.c-tag--status { color: var(--bs-blue); font-weight: bold; }

.p-product-detail .ec-productRole__profile {
  padding-top: 0;
}

.p-product-detail__price-area {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.p-product-detail__price-main {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.p-product-detail__maker {
  font-size: 1.4rem;
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
}

.p-maker-label {
  color: #888;
  display: inline-block;
  width: 80px;
}

.p-product-detail__delivery-box {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 10px;
  margin-bottom: 20px;
  padding: 15px;
}

.p-delivery-label {
  display: inline-block;
  width: 80px;
  color: #888;
}

.c-tag--highlight {
  background: var(--bs-blue);
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
}

.p-btn-favorite {
  background: none;
  border: none;
  color: #999;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  margin-top: 15px;
}

.p-btn-favorite.is-active {
  color: #ccc;
  text-decoration: none;
}

.p-form-group .c-form-quantity {
  font-size: 1.4rem;
}

.p-product-detail__tags {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* 商品詳細 */
.p-product-detail__description-wrap {
  border-top: 1px solid #eee;
  color: #333;
  line-height: 1.8;
  margin: 4rem auto 0;
  max-width: 90rem;
  padding: 30px 0 0;
}

.p-product-detail__description-wrap h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin: 4rem 0 2rem;
}

.p-product-detail__description-wrap h2::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #000;
  margin-right: 1.5rem;
}

.p-product-detail__description-wrap h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 4rem 0 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.p-product-detail__description-wrap h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  background: #000;
}

.p-product-detail__description-wrap h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
  color: #555;
}

.p-product-detail__description-wrap p {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.p-product-detail__description-wrap table {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin: 3rem 0;
}

.p-product-detail__description-wrap th,
.p-product-detail__description-wrap td {
  font-size: 1.4rem;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.p-product-detail__description-wrap th {
  background-color: #fcfcfc;
  font-weight: 600;
  color: #777;
  width: 25rem;
  min-width: 12rem;
}

.p-product-detail__description-wrap dl {
  margin: 3rem 0;
  border-top: 1px solid #000;
}

.p-product-detail__description-wrap dt {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2rem 0 0.5rem;
}

.p-product-detail__description-wrap dd {
  font-size: 1.5rem;
  padding: 0 0 2rem 0;
  margin-left: 0;
  border-bottom: 1px solid #eee;
}

.p-product-detail__description-wrap ul,
.p-product-detail__description-wrap ol {
  margin: 2.5rem 0;
  padding-left: 2rem;
}

.p-product-detail__description-wrap ul li,
.p-product-detail__description-wrap ol li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
}

.p-product-detail__description-wrap ul {
  list-style: none;
  padding-left: 0;
}

.p-product-detail__description-wrap ul li {
  padding-left: 2rem;
}

.p-product-detail__description-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 0.6rem;
  height: 0.1rem;
  background: #000;
}

.p-product-detail__description-wrap ol {
  list-style-position: outside;
  padding-left: 2.5rem;
}

.p-product-detail__description-wrap ol li {
  padding-left: 0.5rem;
}

.p-product-detail__description-wrap ol li::marker {
  font-family: serif;
  font-weight: 700;
  color: #000;
}

/* --------------------------------------------------------- */
/* freearea */
/* --------------------------------------------------------- */

.p-productDetailFree {
  max-width: 1000px;
  margin: 60px auto;
  line-height: 1.8;
  color: #333;
}

.p-productDetailFree h1, 
.p-productDetailFree h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  letter-spacing: 0.1em;
}

.p-productDetailFree h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
}
.p-productDetailFree h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background: var(--bs-blue);
  margin-right: 12px;
}

.p-productDetailFree h4 {
  font-size: 16px;
  font-weight: bold;
}

.p-productDetailFree p {
  margin-bottom: 20px;
  font-size: 16px;
}

.p-productDetailFree ul {
  margin-bottom: 30px;
  padding-left: 0;
}

.p-productDetailFree li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 20px;
}

.p-productDetailFree ol {
  counter-reset: my-counter;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}

.p-productDetailFree ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.p-productDetailFree ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #27507e;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  left: 0;
}

.p-productDetailFree ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-productDetailFree div {
  overflow-x: auto;
}

.p-productDetailFree table {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  min-width: 600px;
}

.p-productDetailFree th {
  background: #f8f9fa;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  text-align: left;
  width: auto;
}

.p-productDetailFree td {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 15px;
  width: auto;
}

.p-productDetailFree blockquote {
  margin-top: 24px;
  padding: 16px;
  background: #f7f7f7;
  border-left: 4px solid #ccc;
}

.p-productDetailFree .c-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.p-productDetailFree .c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-productDetailFree .ed-part img {
  width: 100%;
  height: auto!important;
}

.p-productDetailFree hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* --------------------------------------------------------- */
/* review */
/* --------------------------------------------------------- */

.p-productReview {
  font-size: 1.6rem;
  margin-top: 2.4rem;
}

.p-productReview__action {
  align-items: center;
}

.p-productReview__stars {
  display: flex;
  gap: .4rem;
}

.p-productReview__starInput {
  font-size: 2rem;
  cursor: pointer;
  color: #ccc;
  transition: color .2s;
}

.p-productReview__starInput:hover {
  color: #f5a623;
}

.p-productReview__button {
  text-align: right;
}

.p-productReview__writeBtn {
  font-size: 1.4rem;
}

.p-productReview__summary {
  text-align: center;
  margin-bottom: 2rem;
}

.p-productReview__average {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.p-productReview__averageStars {
  display: flex;
  justify-content: center;
  gap: .3rem;
  margin-bottom: .5rem;
}

.p-productReview__count {
  font-size: 1.3rem;
  color: #666;
}

.p-productReview__distribution {
  margin-top: 1.2rem;
}

.p-productReview__distributionItem {
  margin-bottom: .6rem;
}

.p-productReview__progress {
  height: .6rem;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}

.p-productReview__progressBar {
  background: #f5a623;
}

.p-productReview__list {
  margin-top: 2.4rem;
}

.p-productReview__item {
  padding: 1.6rem 0;
  border-top: 1px solid #eee;
}

.p-productReview__user {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.p-productReview__avatar {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.p-productReview__initial {
  font-size: 1.4rem;
}

.p-productReview__name {
  font-size: 1.4rem;
  font-weight: 600;
}

.p-productReview__meta {
  margin-top: .8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-productReview__rating {
  color: #f5a623;
  font-size: 1.4rem;
}

.p-productReview__date {
  font-size: 1.2rem;
  color: #888;
  margin-left: .8rem;
}

.p-productReview__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: .6rem;
}

.p-productReview__text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: .4rem;
  color: #444;
}

.p-productReview__reply {
  margin-top: 1rem;
}

.p-productReview__replyText {
  font-size: 1.3rem;
  background: #f7f7f7;
  padding: .8rem 1rem;
  border-radius: .4rem;
}

.p-productReviewModal {
  font-size: 1.6rem;
}

.p-productReviewModal__header {
  align-items: center;
}

.p-productReviewModal__title {
  font-size: 1.6rem;
  font-weight: 600;
}

.p-productReviewModal__rating {
  margin-bottom: 1.6rem;
}

.p-productReviewModal__stars {
  display: flex;
  justify-content: center;
  gap: .6rem;
}

.p-productReviewModal__star {
  font-size: 2.4rem;
  cursor: pointer;
  color: #ccc;
}

.p-productReviewModal__star:hover {
  color: #f5a623;
}

.p-productReviewModal__field {
  margin-bottom: 1rem;
}

.p-productReviewModal__label {
  font-size: 1.4rem;
}

.p-productReviewModal__input,
.p-productReviewModal__textarea {
  font-size: 1.4rem;
}

.p-productReviewModal__textarea {
  min-height: 120px;
}

.p-productReviewModal__footer {
  justify-content: center;
}

.p-productReviewModal__submit {
  min-width: 140px;
  font-size: 1.3rem;
}

/* ========================================================= */
/* table */
/* ========================================================= */
.c-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 1.4rem; /* 14px */
}

.c-table th,
.c-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

/* --- spec table (仕様表) --- */
.c-table--spec th {
  width: 30%;
  background: #f5f5f5;
  font-weight: 600;
}

/* --- data table (一般表) --- */
.c-table--data th {
  width: 35%;
  background: #fafafa;
  font-weight: 600;
}

/* --- flow table (工程・手順) --- */
.c-table--flow th {
  width: 20%;
  background: #333;
  color: #fff;
}

/* ========================================================= */
/* grid */
/* ========================================================= */
.c-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

/* tablet */
@media (min-width: 768px) {
  .c-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* pc */
@media (min-width: 1024px) {
  .c-grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================================= */
/* ec-productRole__profile */
/* ========================================================= */


/* =========================
  Project : カテゴリー一覧
========================= */

.p-categoryIndex {
  display: grid;
  padding: 20px 0;
}

.p-categoryIndex__block {
  border-bottom: 0.1rem solid #eee;
}

.p-categoryIndex__head {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 2rem 4rem 2rem 6.5rem;
  user-select: none;
  background-color: #fff;
}

.p-categoryIndex__head.is-active {
  background-color: #fcfcfc;
}

.p-categoryIndex__head::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: center / contain no-repeat;
}

.p-categoryIndex__head--cat10::before { background-image: url("../icon/icon-mortex.svg"); }
.p-categoryIndex__head--cat14::before { background-image: url("../icon/icon-shikkui.svg"); }
.p-categoryIndex__head--cat8::before { background-image: url("../icon/icon-tools.svg"); }
.p-categoryIndex__head--cat12::before { background-image: url("../icon/icon-mortar-cement.svg"); }
.p-categoryIndex__head--cat11::before { background-image: url("../icon/icon-tile.svg"); }
.p-categoryIndex__head--cat9::before { background-image: url("../icon/icon-bisozai-keisoudo.svg"); }
.p-categoryIndex__head--cat31::before { background-image: url("../icon/icon-adhesive-sealer.svg"); }
.p-categoryIndex__head--cat7::before { background-image: url("../icon/icon-mortar-waterproof-additive.svg"); }
.p-categoryIndex__head--cat15::before { background-image: url("../icon/icon-block-brick.svg"); }
.p-categoryIndex__head--cat16::before { background-image: url("../icon/icon-others.svg"); }
.p-categoryIndex__head--cat79::before { background-image: url("../icon/icon-outlet.svg"); }

.p-categoryIndex__head::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.8rem;
  background: center / contain no-repeat;
  background-image: url("../icon/icon-arrow_down.svg");
  transition: transform 0.3s ease;
}

.p-categoryIndex__head.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-categoryIndex__headInner {
  display: flex;
  align-items: center;
}

.p-categoryIndex__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.p-categoryIndex__body {
  overflow: hidden;
}

.p-categoryIndex__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 1rem 0;
}

.p-categoryIndex__item {
  width: 100%;
  border-top: 0.1rem solid #f5f5f5;
}

.p-categoryIndex__item a {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 6.5rem;
  font-size: 1.4rem;
  color: #444;
  text-decoration: none;
  position: relative;
}

.p-categoryIndex__item a::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: center / contain no-repeat;
  background-image: url("../icon/icon-arrow_right.svg");
  opacity: 0.5;
}

.p-categoryIndex__item a:active {
  background-color: #f0f0f0;
}

/* =========================
  Project : メーカー一覧
========================= */

.p-maker-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 20px 0;
}

.p-maker-card {
  border: 1px solid #eee;
  background-color: #fff;
}

.p-maker-card__link {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.p-maker-card__link:hover {
  background-color: #fafafa;
}

.p-maker-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.p-maker-card__title-en {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.p-maker-card__title-jp {
  font-size: 11px;
  color: #999;
  margin: 4px 0 0 0;
}

.p-maker-card__icon-arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin-top: 5px;
}

.p-maker-card__tags {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-maker-card__text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.p-maker-card__img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
  Project : ご利用ガイド
========================= */
.p-guide_nav {
  padding-block: 0 50px;
}

.p-guide_list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  list-style: none;
}

.p-guide_item {
  list-style:none;
  padding: 0;
}

.p-guide_item::before {
  content: none;
}

.p-guide_item-link {
  align-items: center;
  border: 1px solid #285b88;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 100%;
  min-height: 60px;
  padding: 0 25px 0 12px;
  position: relative;
}

.p-guide_item-link::after {
  background: center / contain no-repeat;
  background-image: url("../icon/icon-arrow_down.svg");
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  width: 15px;
}

.p-guide_sec:nth-child(odd) {
  border-image: linear-gradient(var(--bs-gray-100) 0% 100%) 0 fill / auto / 0 100vw;
}

.p-guide_sec {
  line-height: 2;
  padding-block: 50px;
}

/* =========================
  Project : お問い合わせ
========================= */

.p-contact_fields {
  border-top: none;
}

/* =========================
  Project : カート
========================= */
.p-cart__group-header {
  border-top: 1px solid #9b9b9a;
  margin: 20px auto 10px;
  text-align: center;
  width: 100%;
}

/* =========================
  Project : ログイン
========================= */
.p-login {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-login .c-button--primary {
  margin: 0 auto;
  width: 90%;
}

.form-check-label {
  font-size: 1.4rem;
}

.p-login__form-container,
.ec-guest {
  padding: 30px 20px;
}

.p-login__actions-sub {
  font-size: 1.4rem;
  margin-top: 20px;
}


/* =========================
  4. Media Queries (pages)
========================= */

@media screen and (min-width: 768px) {
  .c-page_title {
    font-size: 3rem;
    padding: 80px 0;
  }

  .c-section_title {
    border-left: 8px solid var(--bs-blue);
    font-size: 2.6rem;
    margin: 60px 0 40px;
    padding-left: 20px;
  }

  .c-section_subtitle {
    font-size: 1.8rem;
    margin: 40px 0 30px;
  }

  .p-categoryIndex {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
  }

  .p-categoryIndex__block {
    border-bottom: none;
    margin-bottom: 3rem;
  }

  .p-categoryIndex__head {
    cursor: default;
    padding: 1rem 0 1.5rem 5rem;
    background-color: transparent !important;
  }

  .p-categoryIndex__head::before {
    left: 0;
  }

  .p-categoryIndex__head::after {
    display: none;
  }

  .p-categoryIndex__body {
    display: block !important;
  }

  .p-categoryIndex__list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 2rem;
  }

  .p-categoryIndex__item {
    border-top: 1px solid #eee;
  }

  .p-categoryIndex__item a {
    padding: 1.2rem 3rem 1.2rem 1rem;
  }

  /*Project : メーカー一覧 */
  .p-maker-list { grid-template-columns: 1fr; }

  /*Project : ご利用ガイド*/
  .p-guide_list {
    gap: 20px 26px;
  }

  .p-guide_item-link {
    font-size: 1.6rem;
    justify-content: center;
    padding: 0 25px 0 12px;
  }

  /* Project : ログイン */
  .p-login {
    flex-direction: row;
    gap: 15px;
  }

  .p-login__inner {
    width: 60%;
  }

  .p-login__guest-container {
    width: 40%;
  }

  /* detail：商品詳細 */
  .p-product-detail__description-wrap h2 {
    font-size: 2rem;
  }
  .p-product-detail__description-wrap h3 {
    font-size: 1.8rem;
  }
  .p-product-detail__description-wrap table {
    display: table;
    white-space: normal;
    border-top: 2px solid #000;
  }
  .p-product-detail__description-wrap th,
  .p-product-detail__description-wrap td {
    border-bottom: 1px solid #eee;
  }
  .p-product-detail__description-wrap dl {
    display: flex;
    flex-wrap: wrap;
  }
  .p-product-detail__description-wrap dt {
    width: 25%;
    padding: 2.5rem 0;
    border-bottom: 1px solid #eee;
  }
  .p-product-detail__description-wrap dd {
    width: 75%;
    padding: 2.5rem 0;
    border-bottom: 1px solid #eee;
  }
  .p-product-detail__description-wrap ul,
  .p-product-detail__description-wrap ol {
    margin: 3rem 0;
    padding-left: 3rem;
  }

  .p-product-detail__description-wrap ul {
    padding-left: 0;
  }

}

@media screen and (min-width: 960px) {
  .p-maker-list { grid-template-columns: repeat(3, 1fr); }

}