.breadcrumbs {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

/* c-item
======================================= */
.c-item__headline {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .c-item__headline {
    margin-top: 64px;
  }
}
.c-item__inner {
  padding-top: 6.6875em;
}
@media (max-width: 768px) {
  .c-item__inner {
    padding-top: 2.5em;
  }
}
.c-item__container {
  max-width: 1064px;
  margin: auto;
}
.c-item__category {
  margin-bottom: 2.21875em;
}
.c-item__category-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .c-item__category-title {
    font-size: 1.5em;
  }
}
.c-item__category-list {
  width: 13%;
  min-width: 220px;
  border: 1px solid #BBBBBB;
  position: relative;
}
@media (max-width: 768px) {
  .c-item__category-list {
    width: 100%;
  }
}
.c-item__category-list::after {
  content: "";
  position: absolute;
  right: 0.71875rem;
  top: 1.3125em;
  width: 1em;
  height: 0.5em;
  background: url(../img/common/icons/icon_triangle-gray-lower.svg) no-repeat center center/contain;
}
.c-item__category-list.is-open .c-item__category-item:nth-child(1) a {
  pointer-events: inherit;
}
.c-item__category-list.is-open .c-item__category-item:nth-child(n+2) {
  display: block;
}
.c-item__category-item:nth-child(1) {
  cursor: pointer;
}
.c-item__category-item:nth-child(1) a {
  pointer-events: none;
}
.c-item__category-item:nth-child(n+2) {
  display: none;
}
.c-item__category-item a {
  display: block;
  padding: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-item__category-item a:hover {
  background-color: #BCA072;
  color: #fff;
}
.c-item__items-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 2.5em;
}
@media (max-width: 768px) {
  .c-item__items-list {
    gap: 2em 1px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-item__items .items__item a:hover .items__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-item__items .items__item-img {
  margin-bottom: 0.875em;
  overflow: hidden;
  position: relative;
}
.c-item__items .items__item-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c-item__items .items__item-img img, .c-item__items .items__item-img video, .c-item__items .items__item-img iframe, .c-item__items .items__item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .c-item__items .items__item-img::before {
    padding-top: 100%;
  }
}
.c-item__items .items__item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-item__items .items__item-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.25em 0.5em;
  margin-bottom: 0.5rem;
}
.c-item__items .items__item-cat {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  padding: 0.25rem;
  color: #fff;
  background-color: #BCA072;
}
@media (max-width: 768px) {
  .c-item__items .items__item-cat {
    font-size: 0.75em;
  }
}
.c-item__items .items__item-title {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .c-item__items .items__item-title {
    font-size: 0.9375em;
  }
}
.c-item__items .items__item-price .en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-item__items .items__item-price .en {
    font-size: 1.5em;
  }
}
.c-item__items .items__item-price em.tax {
  font-size: 0.8125em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-item__items .items__item-price em.tax {
    font-size: 0.6875rem;
  }
}

.s-items .item-header {
  display: none;
}
.s-items__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .s-items__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-items__left {
  width: 46.24%;
}
@media (max-width: 768px) {
  .s-items__left {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.s-items__left #img-box {
  width: 100% !important;
}
.s-items__thumb {
  margin-bottom: 1em;
}
.s-items__thumb-img {
  position: relative;
}
.s-items__thumb-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-items__thumb-img img, .s-items__thumb-img video, .s-items__thumb-img iframe, .s-items__thumb-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-items__thumb-img::before {
  padding-top: 100%;
}
.s-items__sub .slick-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 2.68%;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media (max-width: 768px) {
  .s-items__sub .slick-track {
    gap: 0.5em;
  }
}
.s-items__sub .slick-track::before {
  display: none;
}
.s-items__sub .slick-slide {
  width: 100% !important;
  overflow: hidden;
  cursor: pointer;
}
.s-items__sub .slick-slide.slick-current {
  position: relative;
}
.s-items__sub .slick-slide.slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  mix-blend-mode: multiply;
}
.s-items__sub-img {
  position: relative;
}
.s-items__sub-img::before {
  content: "";
  display: block;
  padding-top: 80.22%;
}
.s-items__sub-img img, .s-items__sub-img video, .s-items__sub-img iframe, .s-items__sub-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-items__right {
  width: 46.24%;
}
@media (max-width: 768px) {
  .s-items__right {
    width: 100%;
  }
}
.s-items__right .detail-box {
  width: 100%;
}
.s-items__right .detail-box .item-name {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .s-items__right .detail-box .item-name {
    font-size: 1.5em;
  }
}
.s-items__right .detail-box .itemcode {
  display: none;
}
.s-items__right .field {
  border-bottom: none !important;
}
.s-items__right .zaikostatus {
  display: none;
}
.s-items__right .field_price {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2em !important;
  font-weight: 500 !important;
  line-height: 1;
  color: #030303 !important;
  text-align: left !important;
  margin-bottom: 3.5rem !important;
  float: inherit !important;
}
@media (max-width: 768px) {
  .s-items__right .field_price {
    margin-bottom: 2rem !important;
  }
}
.s-items__right .field_price em.tax {
  font-size: 0.9375rem;
}
.s-items__right .field_cprice {
  display: none;
}
.s-items__right .quantity {
  position: relative;
  display: block;
  font-weight: bold;
}
.s-items__right .quantity::after {
  content: "";
  position: absolute;
  right: 4.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8.94px solid #BCA072;
  border-bottom: 0;
  cursor: pointer;
  pointer-events: none;
}
.s-items__right .quantity select {
  color: #030303;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center !important;
  width: 7em !important;
  border: 1px solid #030303;
  padding: 0.5em 1em 0.5em 0.5em;
  margin-left: 1em !important;
  margin-right: 0 !important;
  cursor: pointer;
}
.s-items__right .item-description {
  font-size: 1.125em;
  letter-spacing: 0.12em;
  line-height: 1.7857;
}
@media (max-width: 768px) {
  .s-items__right .item-description {
    font-size: 0.9375rem;
  }
}
.s-items__right .item-description-title {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .s-items__right .item-description-title {
    font-size: 0.9375rem;
  }
}
.s-items__right .item-info {
  padding-top: 0 !important;
}
.s-items__right .item-info form {
  margin-bottom: 4.5em !important;
}
@media (max-width: 768px) {
  .s-items__right .item-info form {
    margin-bottom: 2em !important;
  }
}
.s-items__right .item-info form .c-box {
  text-align: left;
}
.s-items__right .item-info form .c-box .cart-button {
  display: block;
  width: 100%;
  margin-top: 23px;
  position: relative;
}
.s-items__right .item-info form .c-box .cart-button::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: block;
  background: url(../img/common/icons/icon_cart-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .s-items__right .item-info form .c-box .cart-button::after {
    right: 20%;
  }
}
.s-items__right .item-info form .c-box .cart-button:hover::after {
  background: url(../img/common/header/icon_cart.svg) no-repeat center center/contain;
}
.s-items__right .item-info form .c-box .cart-button input {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 1rem !important;
  background-color: #030303 !important;
  border-radius: 0;
  border: 1px solid #030303;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-items__right .item-info form .c-box .cart-button input:hover {
  color: #030303;
  background-color: #fff !important;
}
.s-items__right .item-info .item_custom_field {
  float: inherit;
}
.s-items__cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.5rem;
}
.s-items__cat {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 0.25rem;
  background-color: #BCA072;
}
.s-items__fields {
  margin-bottom: 1.5625em;
}
.s-items__field {
  border-bottom: 1px solid #030303;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
}
.s-items__field:first-child {
  border-top: 1px solid #030303;
}
@media (max-width: 768px) {
  .s-items__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-items__field-title {
  width: 25%;
  font-size: 0.875em;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .s-items__field-title {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.s-items__field-text {
  width: 70%;
  font-size: 0.875em;
  letter-spacing: 0.12em;
  line-height: 1.7857;
}
@media (max-width: 768px) {
  .s-items__field-text {
    width: 100%;
  }
}
.s-items__btn {
  max-width: 500px;
  margin: auto;
}
.s-items__btn a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 1.125rem;
  letter-spacing: 0.05em;
}
.s-items__related {
  background-color: #F8F8F8;
}
.s-items__related-inner {
  padding-bottom: 9em;
}
@media (max-width: 768px) {
  .s-items__related-inner {
    padding-bottom: 2em;
    margin-bottom: 2.5em;
  }
}
.s-items__related-container {
  max-width: 1064px;
  margin: auto;
}
.s-items__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 2.76%;
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-items__related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em 1px;
    margin-bottom: 2rem;
  }
}
.s-items__related-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.s-items__related-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.s-items__related-item-soldout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.s-items__related-item-soldout span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.s-items__related-item-img {
  overflow: hidden;
  margin-bottom: 1.5em;
  position: relative;
}
.s-items__related-item-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.s-items__related-item-img img, .s-items__related-item-img video, .s-items__related-item-img iframe, .s-items__related-item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s-items__related-item-img {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .s-items__related-item-img::before {
    padding-top: 100%;
  }
}
.s-items__related-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-items__related-item-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.5rem;
}
.s-items__related-item-cat {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.25rem;
  color: #fff;
  background-color: #BCA072;
}
.s-items__related-item-title {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .s-items__related-item-title {
    font-size: 0.9375em;
  }
}
.s-items__related-item-price {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .s-items__related-item-price {
    font-size: 1.5em;
  }
}
.s-items__related-item-price em.tax {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .s-items__related-item-price em.tax {
    font-size: 0.6875rem;
  }
}