@charset "UTF-8";
/* =====================
	商品ページ
 ======================= */
/** -------------------- カテゴリページ -------------------- **/
.p-category-header__description:empty {
  padding: 0;
  margin: 0;
}
.p-category-header__description table {
  max-width: 100%;
}
.p-category-header__description > * {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.p-category-header__lead {
  padding: 20px 0;
  line-height: 2;
}
.p-category-header__lead a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-category-header__lead:empty {
  padding: 0;
  margin: 0;
}
.p-category-header__lead p + p {
  margin-top: 2em;
}

.p-category-subgroup__title {
  margin-top: 8px;
}
.p-category-subgroup__title:last-child {
  display: none;
}
.p-category-subgroup__btn {
  width: 180px;
  margin: 8px auto;
  border: 1px solid var(--c_gray05);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.p-category-subgroup__btn:last-child {
  margin-bottom: 0;
}
.p-category-subgroup__btn:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/plus.png) no-repeat center/contain;
  -webkit-filter: var(--filter_text);
          filter: var(--filter_text);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.p-category-subgroup__btn:after {
  content: "すべて表示";
}
.p-category-subgroup__btn.is-open:before {
  display: none;
}
.p-category-subgroup__btn.is-open:after {
  content: "閉じる";
}
.p-category-subgroup__btn:hover {
  border-color: var(--c_base);
  background: var(--c_base);
  color: var(--c_wht);
}
.p-category-subgroup__btn:hover:before {
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
}

.p-category-recommend__content {
  padding: 40px 0;
}
.p-category-recommend__content:empty {
  display: none;
}
.p-category-recommend .recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.p-category-recommend .recommend_list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-category-recommend .recommend_list img {
  width: 100%;
}
.p-category-recommend .recommend_list a {
  color: var(--c_text_g);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  font-size: 1.2rem;
}
.p-category-recommend .recommend_list .price {
  color: var(--c_text);
  font-family: var(--font_mix);
  line-height: 1;
  margin-top: 4px;
}
.p-category-recommend .recommend_list .price_num {
  color: var(--c_red);
  margin-left: 2px;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-category-recommend .recommend_list .price_num span {
  font-size: 1rem;
  font-weight: 400;
}

.p-category-detail__content {
  max-width: 720px;
  margin: 0 auto 64px;
}
.p-category-detail__content:empty {
  display: none;
}

.p-category-itemList {
  padding: 20px 0 40px;
}

.p-category-editor__content {
  padding: 0 0 40px;
}
.p-category-editor__content:empty {
  display: none;
}
.p-category-editor__content .h3hishi {
  background: var(--c_bg02);
  padding: 8px 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 -15px 8px;
}
.p-category-editor__content .h3hishi:last-child {
  margin-bottom: 0;
}
.p-category-editor__content hr {
  display: none;
}

.p-category-feature__content table {
  margin-bottom: 40px;
}
.p-category-feature__content table:last-child {
  margin-bottom: 0;
}
.p-category-feature__content table th, .p-category-feature__content table td {
  display: block;
  margin: 20px 0;
}
.p-category-feature__content table tr:first-child th:first-child, .p-category-feature__content table tr:first-child td:first-child {
  margin-top: 0;
}
.p-category-feature__content table tr:last-child th:last-child, .p-category-feature__content table tr:last-child td:last-child {
  margin-bottom: 0;
}
.p-category-feature__content table img {
  width: auto !important;
}
.p-category-feature__content:not(:has(table)) > .c-img img {
  margin: 0 auto;
}

.p-category-spec__content table {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 1.2rem;
}
.p-category-spec__content table:last-child {
  margin-bottom: 0;
}
.p-category-spec__content table th {
  width: 120px;
  background: var(--c_gray06);
  padding: 8px 16px;
  text-align: left;
  font-weight: 400;
  border: 1px solid var(--c_gray05);
  word-break: break-all;
}
.p-category-spec__content table td {
  padding: 8px 16px;
  border: 1px solid var(--c_gray05);
}

.p-showList {
  position: fixed;
  right: 15px;
  bottom: 88px;
  z-index: 500;
  display: none;
}
.p-showList__link {
  width: 64px;
  height: 64px;
  background: var(--c_base);
  border-radius: 50%;
  color: var(--c_wht);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.p-showList__link:active, .p-showList__link:visited, .p-showList__link:hover {
  color: var(--c_wht);
}

/** -------------------- 商品詳細ページ -------------------- **/
.p-item {
  /* 商品画像 */
  /* 商品名〜価格ボックス */
  /* レビュー星 */
  /* まとめ買いセット */
  /* スペック */
  /* 説明画像 */
}
.p-item .p-item__box {
  padding: 10px 0;
}
.p-item .p-item__box:empty {
  padding: 0;
}
.p-item .p-item__imgBox {
  padding-top: 0;
}
.p-item .p-item__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.p-item .p-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-item .p-item__rating[data-ratingcount="0"] {
  display: none;
}
.p-item .p-item__bundle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.p-item .p-item__bundle .wide {
  grid-column: 1/3;
}
.p-item .p-item__bundle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  row-gap: 6px;
  width: 100%;
  height: 100%;
  background: var(--c_gray06);
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  color: var(--c_text);
  font-size: 1.2rem;
  line-height: 1;
}
.p-item .p-item__bundle .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 2px;
  letter-spacing: 0;
}
.p-item .p-item__bundle .main:before {
  content: "";
  width: 100%;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-item .p-item__bundle .main .tag {
  background: var(--c_tag01);
  color: var(--c_wht);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 6px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-item .p-item__bundle .main .price {
  font-family: var(--font_mix);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c_red);
}
.p-item .p-item__bundle .main .addon {
  color: var(--c_red);
  font-size: 1rem;
}
.p-item .p-item__bundle .sub {
  color: var(--c_gray02);
}
.p-item .p-item__bundle .sub span {
  font-size: 1rem;
}
.p-item table.p-item__spec {
  width: 100%;
  table-layout: fixed;
  font-size: 1.2rem;
  border-collapse: collapse;
}
.p-item table.p-item__spec th {
  width: 120px;
  font-weight: 400;
  text-align: left;
  padding: 8px 16px;
  background: var(--c_gray06);
  border: 1px solid var(--c_gray05);
}
.p-item table.p-item__spec td {
  padding: 8px 16px;
  border: 1px solid var(--c_gray05);
}
.p-item .p-item__detailBox {
  padding: 0;
}
.p-item .p-item__detailBox__inner {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.p-item .p-item__detailBox__inner:empty {
  display: none;
}

/* カラコンカテゴリ用バナー */
.p-category-bnr {
  padding: 32px 0;
}
.p-category-bnr__list {
  display: grid;
  gap: 16px;
  grid-template-columns: 100%;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  /* 項目選択肢〜カートボタンボックス */
  .p-item .p-item__fixedArea {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: var(--c_wht);
    padding: 12px 15px;
  }
  .p-item .p-item__buyBox {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--c_wht);
    padding: 16px 15px;
    border-radius: 5px 5px 0 0;
  }
  .p-item .p-item__buyBox__mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .p-item .p-item__buyBox__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
  .p-item .p-item__buyBox__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--c_text_g);
  }
  .p-item .p-item__buyBox__close {
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/common/cross.png) no-repeat center/50%;
    -webkit-filter: var(--filter_text_g);
            filter: var(--filter_text_g);
  }
}
/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
  /** -------------------- カテゴリページ -------------------- **/
  .p-category-header__description {
    line-height: 1.8;
  }
  .p-category-header__lead {
    padding: 32px 0;
  }
  .p-category-subgroup__title {
    margin-top: 0;
  }
  .p-category-subgroup__btn {
    width: 320px;
    padding: 14px;
    font-size: 1.6rem;
  }
  .p-category-subgroup__btn:before {
    width: 18px;
    height: 18px;
  }
  .p-category-recommend__content {
    padding: 40px 0 104px;
  }
  .p-category-recommend .recommend_list {
    gap: 32px 3.5%; /* 32px 40px */
  }
  .p-category-recommend .recommend_list > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }
  .p-category-recommend .recommend_list a {
    font-size: 1.4rem;
    row-gap: 8px;
  }
  .p-category-recommend .recommend_list .price {
    margin: 0;
  }
  .p-category-recommend .recommend_list .price_num {
    font-size: 2rem;
  }
  .p-category-recommend .recommend_list .price_num span {
    font-size: 1.2rem;
  }
  .p-category-editor__content {
    padding-bottom: 80px;
  }
  .p-category-editor .h3hishi {
    padding: 12px 24px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 16px;
  }
  .p-category-feature__content table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .p-category-feature__content table th, .p-category-feature__content table td {
    display: table-cell;
    width: 45.5%; /* 500px */
    vertical-align: top;
  }
  .p-category-feature__content table th:nth-child(n+2), .p-category-feature__content table td:nth-child(n+2) {
    margin-left: 20px;
  }
  .p-category-spec__content table {
    font-size: 1.4rem;
  }
  .p-category-spec__content table th {
    width: 27.3%; /* 300px */
    padding: 12px 24px;
  }
  .p-category-spec__content table td {
    padding: 12px 24px;
  }
  .p-showList {
    right: 32px;
    bottom: 105px;
  }
  /** -------------------- 商品詳細ページ -------------------- **/
  .p-item {
    /* 項目選択肢〜カートボタンボックス */
    /* まとめ買いセット */
    /* スペック */
    /* 説明画像 */
  }
  .p-item .p-item__container {
    display: grid;
    grid-template-columns: 43.6% 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .p-item .p-item__box {
    padding: 0 0 40px;
  }
  .p-item .p-item__wrapper--right01 {
    grid-row: span 4;
  }
  .p-item .p-item__wrapper--full {
    grid-column: span 2;
  }
  .p-item .p-item__buyBox {
    display: block !important;
  }
  .p-item .p-item__bundle a {
    padding: 16px 8px;
    row-gap: 8px;
    font-size: 1.3rem;
  }
  .p-item .p-item__bundle .main:before {
    display: none;
  }
  .p-item .p-item__bundle .main .tag {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    font-size: 1.2rem;
    margin: 0 6px;
  }
  .p-item table.p-item__spec {
    font-size: 1.4rem;
  }
  .p-item table.p-item__spec th {
    width: 150px;
    padding: 10px 24px;
  }
  .p-item table.p-item__spec td {
    padding: 10px 24px;
  }
  .p-item .p-item__detailBox_inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  /* カラコンカテゴリ用バナー */
  .p-category-bnr {
    padding: 64px 0;
  }
  .p-category-bnr__list {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
  
  
  /* PCのみ
  ------------------------ *//*# sourceMappingURL=item.css.map */

