@charset "UTF-8";
/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
　商品詳細パンくず
-------------------------------------------------- */
.ec-breadcrumbs {
  max-width: 1120px;
  width: 90%;
  margin: 30px auto 0;
}

/* -------------------------------------------------
	ec
-------------------------------------------------- */
.ec-wrap {
  padding: 8.6875rem 0 6.25rem;
  max-width: 1320px;
  width: 90% !important;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .ec-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7rem;
  }
}
.ec-side {
  color: #4A4D50;
}
@media screen and (min-width: 781px) {
  .ec-side {
    width: 45rem;
    max-width: 450px;
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .ec-side {
    width: 100%;
    margin-top: 5rem;
  }
}

.ec-side-search {
  margin-bottom: 3rem;
  padding: 0.2rem 0 0.2rem 1.5rem;
  border: 1px solid #4A4D50;
  border-radius: 4px;
  color: #4A4D50;
  background: #fff;
}
.ec-side-search input {
  width: 85%;
  border-right: 1px solid #4A4D50;
  vertical-align: top;
}
.ec-side-search input:focus {
  outline: none;
}
.ec-side-search button {
  margin-left: 0.5rem;
  vertical-align: top;
}

.ec-side-cat {
  padding: 2rem 1rem;
  margin-bottom: 2.5rem;
  background: #F8F8F7;
  border-radius: 6px;
}

.ec-side-tit {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #333;
}

.ec-side-item .ec-side-item__link {
  padding: 15px 22px;
  display: block;
  line-height: 20px;
}
.ec-side-item .ec-side-item__link:hover {
  opacity: 0.8;
}

.ec-side-child-item__link {
  padding: 1rem 0 1rem 1rem;
  display: block;
}
.ec-side-child-item__link:hover {
  background: #CDD6DD;
}
.ec-side-child-inner {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.ec-side-menu {
  margin-bottom: 1.5rem;
  background: #F8F8F7;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1rem;
}
.ec-side-menu__link {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.5rem;
  line-height: 1;
}
.ec-side-menu__link--s {
  font-size: 1.4rem;
  font-weight: bold;
}

#img-box {
  margin-top: 30px;
  margin-bottom: 5rem;
}
#img-box img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-slider-item {
  margin-bottom: 20px;
}

.item-name {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .item-name {
    font-size: 1.2rem;
  }
}

.itemcode {
  margin-top: -4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1025px) {
  .ec-contents {
    order: 2;
    width: 70%;
  }
}
.ec-contents__tit {
  margin-bottom: 5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  font-size: 2.4rem;
}

@media screen and (min-width: 1025px) {
  .ec-contents-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5rem 4rem;
  }
}

.ec-contents-item {
  margin-bottom: 45px;
}
.ec-contents-item:hover {
  opacity: 0.8;
}
.ec-contents-item__img img {
  width: 345px;
  max-width: 100%;
  height: 345px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .ec-contents-item__img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ec-contents-item__name {
  font-size: 1.4rem;
}
.ec-contents-item__price {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.ec-product__cat {
  padding: 5px 25px;
  margin-bottom: 15px;
  background: #4A4D50;
  color: #fff;
  font-size: 12px;
  border-radius: 14px;
  display: inline-block;
}
.ec-product__name {
  margin-bottom: 12px;
  font-size: 24px;
}
.ec-product__price {
  margin-bottom: 50px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #7D7D7D !important;
}
.ec-product-content p {
  margin-bottom: 75px;
  font-size: 16px;
  line-height: 45px;
  color: #333333;
}

.ec-product-info {
  padding: 47px 45px 55px;
  margin-bottom: 75px;
  background: #F0EBF1;
}
@media screen and (max-width: 1024px) {
  .ec-product-info {
    padding: 47px 25px 55px;
  }
}
.ec-product-info__tit {
  padding-bottom: 15px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 42px;
  font-size: 18px;
}

.ec-product-info-item {
  font-size: 16px;
}
.ec-product-info-item:not(:last-of-type) {
  margin-bottom: 65px;
}
@media screen and (min-width: 1025px) {
  .ec-product-info-item {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .ec-product-info-item__tit {
    width: 122px;
  }
}
@media screen and (max-width: 1024px) {
  .ec-product-info-item__tit {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
  }
}
.ec-product-info-item__text {
  line-height: 40px;
}
@media screen and (min-width: 1025px) {
  .ec-product-info-item__text {
    padding-left: 35px;
    border-left: 1px solid #707070;
  }
}

.ec-product-others__tit {
  margin-bottom: 43px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ec-product {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .ec-product {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.ec-product-inner {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .ec-product-inner {
    margin-top: 30px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.ec-product__img {
  max-width: 500px;
  margin: 0 auto;
}
.ec-product__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (min-width: 1025px) {
  .ec-product__img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ec-product__img {
    margin-bottom: 50px;
  }
}

.ec-info__tit {
  margin-bottom: 37px;
  font-size: 24px;
  text-align: center;
}

.ec-post__cat {
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #4A4D50;
  font-size: 1.2px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 590px) {
  .ec-post__cat {
    padding: 0 30px;
  }
}

.ec-post__name {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.ec-post__text {
  margin-bottom: 65px;
  line-height: 25px;
}

.ec-post__price {
  font-size: 20px;
  text-align: right;
}

.cart__btn {
  margin: 0 0 0 auto;
  background: #000;
  color: #fff;
  text-align: center;
  display: block;
}

.ec-product-text {
  margin-bottom: 50px;
}

.ec-info-table {
  width: 100%;
  border-top: 1px solid #000;
}
@media screen and (min-width: 591px) {
  .ec-info-table {
    border: 1px solid #000;
  }
}
.ec-info-table th {
  width: 20%;
  border: 1px solid #000;
  padding: 10px;
  background: gray;
}
@media screen and (max-width: 590px) {
  .ec-info-table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .ec-info-table th:first-of-type {
    border-top: none;
  }
}
.ec-info-table td {
  border: 1px solid #000;
  padding: 10px;
}
@media screen and (max-width: 590px) {
  .ec-info-table td {
    width: 100%;
    display: block;
  }
}

.ec-all__tit {
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 2.2px;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 781px) {
  .ec-all__tit {
    font-size: 32px;
  }
}

#itempage .field {
  border: none !important;
}

#itempage .field_price {
  margin-bottom: 2.5rem;
  text-align: left !important;
  font-size: 2.8rem;
  font-weight: bold;
}

.cart_link_button {
  text-align: right !important;
}

.c-box .quantity {
  width: 8rem;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.c-box .quantity::before {
  content: "▼";
  position: absolute;
  right: 4px;
  top: 50%;
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .c-box .quantity::before {
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-box .quantity {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 590px) {
  .c-box .quantity {
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .c-box .quantity {
    margin-right: 5px;
  }
}

.c-box .quantity .skuquantity {
  margin-left: 17px;
  padding: 1rem 1.3rem;
  width: 8rem !important;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  color: #333;
  background: #fff;
}

.c-box .quantity .skuquantity::-ms-expand {
  display: none;
}

#itempage .skuform .skuquantity {
  text-align: left !important;
}

.ec-page_navi {
  margin-bottom: 100px;
}

.ec-page_navi a,
.ec-page_navi span {
  background: #deb0b0;
}

.ec-page_navi span.current {
  color: #fff !important;
}

.item-info__text p {
  font-weight: normal !important;
  line-height: 30px;
}

.product-img {
  width: 100%;
  margin-bottom: 45px;
  box-sizing: border-box;
}
@media screen and (min-width: 591px) {
  .product-img {
    padding: 0 44px;
    xdisplay: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .product-img {
    display: block;
    margin: 0 auto 50px;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

.product-slider {
  width: 100%;
  max-width: 530px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .product-slider {
    order: 2;
  }
}

.product-slider img {
  max-width: 100%;
  width: 530px;
  height: 530px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .product-slider img {
    height: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .thumbnail-slider {
    order: 1;
  }
}

.thumbnail-slider .slick-track {
  width: 100% !important;
}

.thumbnail-slider-item {
  width: 100px !important;
  height: 100px !important;
  margin-right: 10px;
  cursor: pointer;
}
.thumbnail-slider-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 780px) {
  .thumbnail-slider-item {
    width: 32% !important;
  }
}

.thumbnail-slider-item img {
  max-width: 100%;
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-box {
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .c-box {
    xdisplay: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-box {
    margin-top: 50px;
  }
}

.product-cart-box {
  width: 100%;
  margin-top: 30px;
}

.ec-product .error_message {
  margin-bottom: 0;
}

.cart-button input {
  position: relative;
  display: block;
  width: 225px;
  height: 56px;
  background-color: #4A4D50;
  border-radius: 50px;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .cart-button input {
    width: 100%;
  }
}

.ec-btn {
  margin-top: 70px;
  text-align: center;
}
.ec-btn a {
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
  color: #ffffff;
  background: #4A4D50;
}

pre {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.ec-wrap .site-content {
  margin-top: 0 !important;
}

.item-description {
  margin-bottom: 30px;
}

.customer_form input, .customer_form button, .customer_form select, .customer_form textarea {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.customer_form input[type=checkbox], .customer_form input[type=radio] {
  display: inline-block !important;
}
/*# sourceMappingURL=ec.css.map */