/* MONDE JACOMO PRODUCT DETAIL CSS | version 2026.07.23-r12 */
/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 90px;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
  width: 530px;
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/***** 商品情報 *****/
.p-product-info {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
  }
}
.p-product-info__ttl {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 21px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-price__sell {
  font-size: 18px;
}
.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* オプション table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th {
  min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-product-name__body input {
  width: 100%;
}
/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  width: 60px;
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  margin-left: 25px;
}
/* ボタン */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-form-btn__cart {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-product-form-btn__cart {
    flex: 1;
    width: auto;
  }
}
.p-product-form-btn__favorite {
  width: 50px;
}
.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.p-product-form__error-message {
  color: #DB5656;
  margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 20px;
}
/* link */
.p-product-link-list {
  margin-top: 40px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 30px;
  }
}
/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 1030px) {
  .p-product-detail {
    display: block;
  }
}
.p-product-explain {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    margin-bottom: 60px;
    width: auto;
  }
}
.p-product-explain__body {
  line-height: 2;
}
.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}
/* おすすめ商品 */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}
/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
  white-space: pre-line;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
  white-space: pre-line;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.p-product-form__error-message:empty {
  display:none;
}

/* =========================================================
   MONDE JACOMO PRODUCT DETAIL
   version 2026.07.18-r1
   ========================================================= */
.mj-detail-page,
.mj-detail-page * {
  box-sizing: border-box;
}

.mj-detail-page {
  color: #111;
  font-family: inherit;
}

.mj-detail-page > .c-breadcrumbs,
.mj-detail-page > .p-product.u-container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.mj-detail-page > .c-breadcrumbs {
  margin-top: 36px;
  margin-bottom: 0;
}

.mj-detail-page .c-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mj-detail-page .c-breadcrumbs-list__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.mj-detail-page .c-breadcrumbs-list__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 14px;
  color: #aaa;
}

.mj-detail-page .c-breadcrumbs-list__item::before {
  display: none;
}

.mj-detail-page .c-breadcrumbs-list__item a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease;
}

.mj-detail-page .c-breadcrumbs-list__item a:hover {
  opacity: .55;
}

.mj-detail-page > .p-product.u-container {
  margin-top: 34px;
  margin-bottom: 110px;
}

.mj-detail-page .p-product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(340px, .82fr);
  align-items: start;
  gap: clamp(44px, 7vw, 112px);
  width: 100%;
  margin: 0;
}

.mj-detail-page .p-product-img {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.mj-detail-page .p-product-img__main {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f7f7f7;
}

.mj-detail-page .p-product-img__main .slick-list,
.mj-detail-page .p-product-img__main .slick-track {
  height: 100%;
}

.mj-detail-page .p-product-img__main .slick-track {
  display: flex;
}

.mj-detail-page .p-product-img__main .slick-slide {
  height: auto;
}

.mj-detail-page .p-product-img__main .slick-slide > div {
  height: 100%;
}

.mj-detail-page .p-product-img__main-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: clamp(22px, 4vw, 60px);
  background: #f7f7f7;
}

.mj-detail-page .p-product-img__main-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

.mj-detail-page.is-soldout .p-product-img__main::after {
  content: "SOLD OUT";
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.52);
  font-size: 13px;
  letter-spacing: .12em;
  pointer-events: none;
  text-shadow: 0 1px 8px rgba(0,0,0,.42);
}

.mj-detail-page .p-product-img__main .slick-prev,
.mj-detail-page .p-product-img__main .slick-next {
  z-index: 5;
  width: 38px;
  height: 52px;
  color: transparent;
  background: transparent;
  font-size: 0;
  line-height: 0;
  opacity: .7;
  transition: opacity .2s ease;
}

.mj-detail-page .p-product-img__main .slick-prev {
  left: 10px;
}

.mj-detail-page .p-product-img__main .slick-next {
  right: 10px;
}

.mj-detail-page .p-product-img__main .slick-prev:hover,
.mj-detail-page .p-product-img__main .slick-next:hover {
  opacity: 1;
}

.mj-detail-page .p-product-img__main .slick-prev::before,
.mj-detail-page .p-product-img__main .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  color: transparent;
  opacity: 1;
}

.mj-detail-page .p-product-img__main .slick-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.mj-detail-page .p-product-img__main .slick-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.mj-detail-page .p-product-img__thumb {
  margin-top: 12px;
}

.mj-detail-page .p-product-thumb-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mj-detail-page .p-product-thumb-list__item {
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: .56;
  transition: opacity .2s ease;
}

.mj-detail-page .p-product-thumb-list__item.is-current,
.mj-detail-page .p-product-thumb-list__item:hover {
  opacity: 1;
}

.mj-detail-page .p-product-thumb-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 7px;
  border: 1px solid transparent;
  background: #f7f7f7;
}

.mj-detail-page .p-product-thumb-list__item.is-current .p-product-thumb-list__img {
  border-color: #111;
}

.mj-detail-page .p-product-thumb-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mj-detail-page .p-product-info {
  position: sticky;
  top: 92px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.mj-detail-page .p-product-info__ttl {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .005em;
  overflow-wrap: anywhere;
}

.mj-detail-page .p-product-info__id {
  margin-top: 9px;
  color: #777;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .03em;
}

.mj-detail-page .p-product-price {
  margin-top: 22px;
  margin-bottom: 0;
  padding: 0;
}

.mj-detail-page .p-product-price__sell {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.mj-detail-page .p-product-price__sell span {
  display: inline-block;
}

.mj-detail-page .p-product-price__sell span + span {
  margin-left: 8px;
  font-size: 10px;
}

.mj-detail-page .p-product-price__normal,
.mj-detail-page .p-product-price__list-price {
  margin-top: 4px;
  color: #777;
  font-size: 10px;
  line-height: 1.6;
}

.mj-detail-page .p-product-option,
.mj-detail-page .p-product-name {
  margin-top: 28px;
}

.mj-detail-page .p-product-option-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.mj-detail-page .p-product-option-tbl th,
.mj-detail-page .p-product-option-tbl td {
  padding: 11px 10px;
  border: 1px solid #ddd;
  font-weight: 400;
  text-align: center;
}

.mj-detail-page .p-product-option-select {
  display: grid;
  gap: 16px;
}

.mj-detail-page .p-product-option-select__box {
  width: 100%;
  margin: 0;
}

.mj-detail-page .p-product-option-select__ttl,
.mj-detail-page .p-product-name__ttl {
  margin-bottom: 7px;
  color: #333;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mj-detail-page .p-product-option-select select,
.mj-detail-page .product_cart_select,
.mj-detail-page .p-product-name__body input {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 38px 0 13px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #111;
  background-color: #fff;
  font: inherit;
  font-size: 12px;
  outline: none;
  box-shadow: none;
}

.mj-detail-page .p-product-option-select select:focus,
.mj-detail-page .product_cart_select:focus,
.mj-detail-page .p-product-name__body input:focus {
  border-color: #111;
}

.mj-detail-page .p-product-form {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-top: 22px;
  padding: 0;
}

.mj-detail-page .p-product-form-stock {
  flex: 0 0 92px;
  width: 92px;
  margin: 0;
}

.mj-detail-page .p-product-form-stock__input {
  position: relative;
  display: flex;
  width: 100%;
  height: 52px;
  margin: 0;
}

.mj-detail-page .p-product-form-stock__input input {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 30px 0 12px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 12px;
  text-align: left;
  outline: none;
  box-shadow: none;
}

.mj-detail-page .p-product-form-stock__input input:focus {
  border-color: #111;
}

.mj-detail-page .p-product-form-stock__unit {
  position: absolute;
  top: 50%;
  right: 11px;
  color: #777;
  font-size: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.mj-detail-page .p-product-form-stock__stock {
  margin-top: 5px;
  color: #777;
  font-size: 9px;
  line-height: 1.4;
}

.mj-detail-page .p-product-form-btn {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.mj-detail-page .p-product-form-btn__cart,
.mj-detail-page .disable_cartin {
  width: 100%;
  margin: 0;
}

.mj-detail-page .c-btn-cart,
.mj-detail-page .c-btn-cart.is-membersonly {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 52px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 0;
  color: #fff;
  background: #111;
  font: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .09em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  transition: color .2s ease, background .2s ease;
}

.mj-detail-page .c-btn-cart:hover {
  color: #111;
  background: #fff;
}

.mj-detail-page .c-btn-cart.is-soldout,
.mj-detail-page .c-btn-cart.is-disabled,
.mj-detail-page .c-btn-cart.is-membersonly {
  border-color: #aaa;
  color: #555;
  background: #eee;
  cursor: default;
}

.mj-detail-page .c-icon-cart {
  display: none;
}

.mj-detail-page .p-product-form__error-message {
  margin: 7px 0 0;
  color: #bd1e1e;
  font-size: 10px;
  line-height: 1.5;
}

.mj-detail-page .p-product-sns-list {
  display: none;
}

.mj-detail-page .p-product-link-list {
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #ddd;
  list-style: none;
}

.mj-detail-page .p-product-link-list__item {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.mj-detail-page .p-product-link-list__item::before {
  display: none;
}

.mj-detail-page .p-product-link-list__item a {
  position: relative;
  display: block;
  padding: 12px 26px 12px 0;
  color: #333;
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s ease;
}

.mj-detail-page .p-product-link-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: translateY(-50%) rotate(45deg);
}

.mj-detail-page .p-product-link-list__item a:hover {
  opacity: .55;
}

.mj-detail-page .p-product-detail {
  display: block;
  width: 100%;
  margin-top: 92px;
  padding-top: 0;
}

.mj-detail-page .p-product-explain {
  width: min(820px, 100%);
  margin: 0;
  padding: 0;
}

.mj-detail-page .p-product__ttl {
  margin: 0 0 28px;
  padding: 0 0 14px;
  border-bottom: 1px solid #111;
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
}

.mj-detail-page .p-product-explain__body {
  color: #222;
  font-size: 12px;
  line-height: 2;
}

.mj-detail-page .p-product-explain__body img {
  max-width: 100%;
  height: auto;
}

.mj-detail-page .p-product-explain__body table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
}

.mj-detail-page .p-product-explain__body th,
.mj-detail-page .p-product-explain__body td {
  padding: 9px 8px;
  border: 1px solid #ddd;
  font-size: 11px;
  font-weight: 400;
}

.mj-detail-page .p-product-other {
  width: 100%;
  margin-top: 86px;
}

.mj-detail-page .p-product-recommend {
  width: 100%;
  margin: 0;
}

.mj-detail-page .p-product-recommend-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mj-detail-page .p-product-recommend-list__item {
  width: auto;
  margin: 0;
  padding: 0;
}

.mj-detail-page .p-product-recommend-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  padding: 12px;
  overflow: hidden;
  background: #f7f7f7;
}

.mj-detail-page .p-product-recommend-list__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mj-detail-page .p-product-recommend-list__ttl,
.mj-detail-page .p-product-recommend-list__price,
.mj-detail-page .p-product-recommend-list__expl {
  color: #111;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
}

.mj-detail-page .p-product-recommend-list__price {
  margin-top: 7px;
}

.mj-detail-page .p-product-review {
  width: min(820px, 100%);
  margin-top: 86px;
}

.mj-detail-page .p-product-review__item {
  margin-bottom: 20px;
  padding: 24px;
  background: #f7f7f7;
}

.mj-detail-page .p-product-review__ttl {
  font-size: 14px;
  font-weight: 400;
}

.mj-detail-page .p-product-review__body {
  font-size: 12px;
  line-height: 1.9;
}

.mj-detail-page .p-product-review__btn {
  margin-top: 28px;
  text-align: left;
}

.mj-detail-page .p-product-review__btn .c-btn {
  min-width: 180px;
  border-radius: 0;
  font-size: 10px;
}

@media screen and (max-width: 900px) {
  .mj-detail-page .p-product-main {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .9fr);
    gap: 38px;
  }

  .mj-detail-page .p-product-thumb-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .mj-detail-page > .c-breadcrumbs,
  .mj-detail-page > .p-product.u-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mj-detail-page > .c-breadcrumbs {
    margin-top: 20px;
  }

  .mj-detail-page .c-breadcrumbs-list__item {
    font-size: 9px;
  }

  .mj-detail-page .c-breadcrumbs-list__item:not(:last-child)::after {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mj-detail-page > .p-product.u-container {
    margin-top: 22px;
    margin-bottom: 72px;
  }

  .mj-detail-page .p-product-main {
    display: block;
  }

  .mj-detail-page .p-product-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .mj-detail-page .p-product-img__main-item {
    padding: 22px;
  }

  .mj-detail-page .p-product-img__main .slick-prev {
    left: 2px;
  }

  .mj-detail-page .p-product-img__main .slick-next {
    right: 2px;
  }

  .mj-detail-page .p-product-img__thumb {
    margin-top: 8px;
    overflow-x: auto;
  }

  .mj-detail-page .p-product-thumb-list {
    display: flex;
    gap: 7px;
    width: max-content;
  }

  .mj-detail-page .p-product-thumb-list__item {
    width: 64px;
    flex: 0 0 64px;
  }

  .mj-detail-page .p-product-info {
    position: static;
    width: 100%;
  }

  .mj-detail-page .p-product-info__ttl {
    font-size: 18px;
    line-height: 1.5;
  }

  .mj-detail-page .p-product-price {
    margin-top: 18px;
  }

  .mj-detail-page .p-product-option,
  .mj-detail-page .p-product-name {
    margin-top: 24px;
  }

  .mj-detail-page .p-product-form {
    margin-top: 18px;
  }

  .mj-detail-page .p-product-form-stock {
    flex-basis: 82px;
    width: 82px;
  }

  .mj-detail-page .p-product-detail {
    margin-top: 64px;
  }

  .mj-detail-page .p-product__ttl {
    margin-bottom: 22px;
  }

  .mj-detail-page .p-product-explain__body {
    font-size: 11px;
    line-height: 1.9;
  }

  .mj-detail-page .p-product-other,
  .mj-detail-page .p-product-review {
    margin-top: 64px;
  }

  .mj-detail-page .p-product-recommend-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 10px;
  }

  .mj-detail-page .p-product-review__item {
    padding: 18px;
  }
}


/* Slick width calibration: keep slide padding inside Slick's expected outer width */
.mj-detail-page .p-product-img__main-item {
  box-sizing: content-box;
}


/* MONDE JACOMO PRODUCT DETAIL LINKS | version 2026.07.18-r2 */
.mj-detail-page .p-product-link-list--detail {
  width: min(820px, 100%);
  margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
  .mj-detail-page .p-product-link-list--detail {
    margin-top: 36px;
  }
}


/* MONDE JACOMO PRODUCT DETAIL ARROWS | version 2026.07.18-r3 */
.mj-detail-page .p-product-img__main .slick-prev::before,
.mj-detail-page .p-product-img__main .slick-next::before {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  border: 0;
  color: #111;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
  transform: translate(-50%, -53%);
}

.mj-detail-page .p-product-img__main .slick-prev::before {
  content: "←";
}

.mj-detail-page .p-product-img__main .slick-next::before {
  content: "→";
}


/* PRODUCT DETAIL MOBILE IMAGE EXPANSION | version 2026.07.20-r4 */
@media screen and (max-width: 767px) {
  .mj-detail-page .p-product-img__main {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
  }
}

/* PRODUCT DETAIL MOBILE FULL-WIDTH IMAGE | version 2026.07.23-r12 */
@media screen and (max-width: 767px) {
  .mj-detail-page .p-product-img__main {
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px;
  }

  /* Mobile product-image canvas only: keep the surrounding area pure white. */
  .mj-detail-page .p-product-img__main,
  .mj-detail-page .p-product-img__main .p-product-img__main-item {
    background-color: #fff !important;
  }

  .mj-detail-page .p-product-img__main .slick-list {
    width: 100% !important;
    max-width: none !important;
  }

  /* Keep Slick's measured slide width; only disable Flexbox shrinkage. */
  .mj-detail-page .p-product-img__main .slick-slide {
    flex-shrink: 0 !important;
  }

  .mj-detail-page .p-product-img__main .slick-slide > div {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mj-detail-page .p-product-img__main-item {
    box-sizing: content-box !important;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .mj-detail-page .p-product-img__main-item img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
}

/* MONDE JACOMO UNIFIED PRODUCT OPTIONS | version 2026.07.20-r8 */
.mj-detail-page .mj-option-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.mj-detail-page .mj-option-select {
  position: relative;
  width: 100%;
}

.mj-detail-page .mj-option-select__toggle {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 15px 0 13px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
}

.mj-detail-page .mj-option-select__toggle:hover,
.mj-detail-page .mj-option-select__toggle:focus-visible,
.mj-detail-page .mj-option-select.is-open .mj-option-select__toggle {
  border-color: #111;
  outline: none;
}

.mj-detail-page .mj-option-select__toggle:disabled {
  color: #aaa;
  cursor: default;
}

.mj-detail-page .mj-option-select__icon {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-left: 16px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform .18s ease;
}

.mj-detail-page .mj-option-select.is-open .mj-option-select__icon {
  transform: rotate(225deg) translate(-1px, -1px);
}

.mj-detail-page .mj-option-select__menu {
  position: absolute;
  z-index: 40;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  max-height: 264px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #111;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  -webkit-overflow-scrolling: touch;
}

.mj-detail-page .mj-option-select__menu[hidden] {
  display: none;
}

.mj-detail-page .mj-option-select__option {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  margin: 0;
  padding: 9px 13px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.mj-detail-page .mj-option-select__option:first-child {
  border-top: 0;
}

.mj-detail-page .mj-option-select__option[aria-selected="true"] {
  background: #f2f2f2;
}

.mj-detail-page .mj-option-select__option:hover,
.mj-detail-page .mj-option-select__option:focus-visible {
  color: #fff;
  background: #111;
  outline: none;
}

.mj-detail-page .mj-option-select__option:disabled {
  color: #aaa;
  background: #fff;
  cursor: default;
}
