@charset "ECU-JP";
.detail-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 36px;
}

#img-main {
  margin-bottom: 40px;
  aspect-ratio: 1200/1277;
}
#img-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#img-sub li {
  margin-bottom: 40px;
  aspect-ratio: 1200/1277;
}
#img-sub li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.txt-area {
  margin-left: 15px;
}

.prod-name {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "EB Garamond", "Yu Mincho Demibold", "YuMincho", "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.explain-area {
  text-align: justify;
}

.prod-price {
  margin-bottom: 16px;
  font-size: 0.75rem;
  color: #666666;
}

.attn {
  color: #A65052;
}

.prod-spec {
  margin: 30px 0 20px;
  display: grid;
  grid-template-columns: auto 1fr;
}

.prod-spec dd {
  padding-left: 1em;
}

.prod-color {
  display: flex;
  margin: 20px 0;
  gap: 8px;
}

.prod-color li {
  width: 50px;
  height: 50px;
}

.prod-color img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
}

.prod-color .current img {
  border: 1px solid #000;
}

.prod-movie {
  aspect-ratio: 1200/1277;
}

.prod-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-area {
  margin-top: 20px;
}

.option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table_price {
  font-size: 0.75rem;
  font-weight: 300;
}

.t_stock_num, .stock_zero {
  font-size: 0.75rem;
  font-weight: 300;
}

.p-product-form-stock__stock {
  margin-left: 25px;
}

@media screen and (min-width: 768px) {
  .option-tbl {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}

.option-tbl table div {
  display: inline-block !important;
}

.option-tbl th {
  min-width: 100px;
}

.option-tbl th, .option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 0;
  text-align: center;
}

.option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.option-tbl input {
  margin-top: 0;
  width: 12px;
  height: 12px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 6px;
  border: 1px solid #666666;
  accent-color: #666666;
}

.option-select {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.option-select select {
  padding-right: 40px;
  padding-bottom: 5px;
  font-size: 0.75rem;
}
.option-select select:focus {
  outline: none;
}

.option-box .inbox {
  position: relative;
}
.option-box .inbox::after {
  position: absolute;
  content: "V";
  right: 0;
  transform: scaleY(0.7);
  top: 3px;
  pointer-events: none;
}
.option-box .inbox::after:hover {
  cursor: pointer;
}

.option-name {
  margin-bottom: 6px;
  text-transform: uppercase;
}
.option-name::after {
  content: ":";
}

.product_cart_select {
  border-bottom: 1px solid #666666;
}

.p-product-form__error-message {
  color: #A65052;
  margin-top: 15px;
  animation: blinking 1s ease-in-out infinite alternate;
}

.p-product-form__error-message:empty {
  display: none;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.cart-wrap {
  max-width: 320px;
  margin-bottom: 60px;
  display: flex;
  flex-flow: column;
}
.cart-wrap:has(.soldout) {
  max-width: none;
  width: 100%;
}

.product-form {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.product-form .cart-btn {
  width: calc(100% - 135px);
}
.product-form .cart-btn .cart-in {
  width: 100%;
}

.product-form-stock .num-box {
  display: flex;
  border: 1px solid #666666;
}
.product-form-stock .num-box input[name=product_num], .product-form-stock .num-box input[name=product_num2] {
  text-align: center;
  width: 5.5em;
  height: 36px;
  line-height: 36px;
}
.product-form-stock .up-down {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #666666;
  width: 36px;
}
.product-form-stock .up-down a {
  width: 36px;
  height: 18px;
  position: relative;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #666666;
}
.product-form-stock .up-down a:last-of-type {
  border-bottom: none;
}
.product-form-stock img {
  width: 6px;
}

.soldout-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.soldout-wrap .product-form {
  margin-bottom: 0;
}
.soldout-wrap .product-form .cart-btn {
  width: auto;
}
.soldout-wrap .poster_notification_wrap {
  margin: 0 !important;
  width: calc(100% - 135px) !important;
}

.btn-sty .cart-in {
  padding: 11px 25px;
}
.btn-sty .cart-in.soldout {
  background: #fff;
  color: #A65052;
}
.btn-sty .cart-in.soldout:hover {
  cursor: default;
}

.poster_notification_wrap {
  margin: 0 0 10px !important;
  display: flex;
  justify-content: center;
}
.poster_notification_wrap .poster_notification_btn {
  padding: 12px 35px !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  color: #fff !important;
  background: #666666 !important;
  border: 1px solid #666666 !important;
  transition: all 0.3s ease-out;
}
.poster_notification_wrap .poster_notification_btn:hover {
  opacity: 1 !important;
  background: #fff !important;
  color: #000000 !important;
}
@media screen and (max-width: 768px) {
  .poster_notification_wrap a, .poster_notification_wrap button, .poster_notification_wrap input {
    padding: 11px 50px;
    font-size: 0.5625rem;
  }
}

.prod-favorite {
  display: flex;
  justify-content: flex-end;
}
.prod-favorite span {
  padding-right: 12px;
}
.prod-favorite svg {
  width: 14px;
  height: 14px;
}
.prod-favorite .is-added svg {
  stroke: #666666;
  fill: #666666;
}

.prod-link {
  margin-bottom: 35px;
}
.prod-link li {
  line-height: 2;
}
.prod-link li.en {
  padding-top: 7px;
}
.prod-link a {
  border-bottom: 1px solid #666666;
}
.prod-link a:hover {
  border-bottom: none;
}

.prod-attn {
  text-align: justify;
}
.prod-attn .tit {
  margin-bottom: 6px;
  padding: 0 5px;
  position: relative;
}
.prod-attn .tit::before {
  content: "|";
}
.prod-attn .tit::after {
  content: "|";
}
.prod-attn li {
  padding-left: 15px;
  position: relative;
}
.prod-attn li::before {
  position: absolute;
  content: "¡¦";
  left: 0;
  top: 0;
}
.prod-attn li.en {
  padding-top: 7px;
}
.prod-attn li.en::before {
  top: 7px;
}
.prod-attn a {
  border-bottom: 1px solid #666666;
}
.prod-attn a:hover {
  border-bottom: 1px solid #666666;
}

@media screen and (max-width: 768px) {
  .detail-area {
    display: block;
    max-width: 65vw;
    margin: auto;
  }
  #img-main {
    margin-bottom: 20px;
  }
  #img-sub li {
    margin-bottom: 5px;
  }
  .txt-area {
    margin-left: 0;
  }
  .prod-name {
    margin-top: 0;
  }
  .cart-area {
    margin-bottom: 40px;
  }
  .cart-wrap {
    max-width: none;
    margin-bottom: 35px;
  }
  .cart-wrap:has(.soldout) {
    max-width: 320px;
  }
  .p-product-form {
    margin-bottom: 40px;
  }
  .soldout-wrap {
    display: block;
    gap: 20px;
    margin-bottom: 10px;
  }
  .soldout-wrap .product-form {
    margin-bottom: 10px;
  }
  .soldout-wrap .product-form .cart-btn {
    width: 100%;
  }
  .soldout-wrap .poster_notification_wrap {
    margin: 0 !important;
    width: 100% !important;
  }
  .prod-link li {
    line-height: inherit;
    font-size: 0.625rem;
  }
  .prod-link li.en {
    padding-top: 0;
  }
  .prod-attn .tit {
    margin-bottom: 0;
  }
  .prod-attn li {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 460px) {
  .detail-area {
    max-width: none;
  }
}