/******************************/
/* Product */
/******************************/
input, select {
  -webkit-appearance: none;
  appearance: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.p-product {
  margin-bottom: 90px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-left {
  width:50%;
}
.product-right {
  width:calc(50% - 50px);
  margin-right: auto;
}
.product-right {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.product-right p.item-ph {
  width: 50%;
  margin: 100px auto 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}
.product-left-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.3;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.product-left-img img {
  max-width: 200%;
  height: 100%;
  width: auto;
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 120%;
}
.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: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 120%;
}
.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;
}
.p-product-info {
  width: 65%;
  margin: 50px auto 0;
}
.p-product-info__ttl {
  margin: 0;
  font-size: 1.7em;
  font-weight: normal;
  display: inline-block;
}
.p-product-info__id {
  display: inline-block;
  padding-left : 10px;
}
.p-product-price__sell {
  font-size: 1.2em;
}
.p-product-price__normal {
  font-size: 14px;
}
.p-product-price__list-price {
  font-size: 14px;
}
.p-product-explain__body {
  line-height: 1.8;
  margin-top: 15px;
  letter-spacing: 0.03em;
}
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
.p-product-option-select__box {
  margin-top: 15px;
  width: 50%;
  gap: 10px;
  font-size: 0.95em;
  display: flex;
  align-items: baseline;
}
.p-product-option-select__ttl {
  letter-spacing: 0.01em;
}
.link-button {
  letter-spacing: 0.01em;
}
.item-ph img {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  opacity: 1;
  position: absolute;
  display: block;
}
@media (hover: hover) {
.item-ph:hover img:nth-of-type(2) {
  opacity: 0;
}
}
@media (hover: none) {
.item-ph.active img:nth-of-type(2) {
  opacity: 0;
}
}
/* form */
.p-product select {
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  height: 3em;
  border: none;
  border-bottom: 0.8px solid #000;
  background-color: #fffbeb!important;
  border-radius: 0;
  color: #000;
  width: 100px;
  position: relative;
  text-align: center!important;
  font-size: 0.9em;
  font-family: "garamond-premier-pro-display", "MFW-A1MinchoStd-Bold", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif
}
.p-product select:before {
  content: "＞";
  transform: rotate(90deg);
  display: block;
  position: absolute;
  right: 0;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* オプション 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;
}
/* 名入れ */
.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%;
}
.disable_cartin button.c-btn-cart {
  width: 80%;
  max-width: 300px;
  height: 3em;
  padding: 0.4em 0 0 0;
  background-color: #000;
  color: #fff;
  border: none;
  transition: 0.4s;
  border: solid 0.8px #000;
}
.disable_cartin button.c-btn-cart:hover {
  background-color: #fffbeb;
  color: #000;
}
/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-direction: column;
}
.stock-ttl {
  font-size: 0.85em;
}
.init-list__detail-updw.unstyled {
   width: 60%;
  max-width: 200px;
  position: relative;
}
.p-product-form-stock__input input {
  width: 100%;
  padding: 0;
  height: 2.5em;
  font-size: 1.2em;
  margin-bottom: 2em;
  border: solid 0.8px #000;
  border-radius: 0;
  background-color: transparent;
  font-family: "garamond-premier-pro-display", "MFW-A1MinchoStd-Bold", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
}
.fa-angle-up:before {
  content: "＋";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  font-size: 1.3em;
}
.fa-angle-down:before {
  content: "−";
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.3em;
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  margin-left: 25px;
}
.link-button a {
  display: flex;
  line-height: 2.5em;
  justify-content: center;
  align-items: center;
  padding: 0.4em 0 0 0;
  margin: 5px 0 0;
  width: 80%;
  max-width: 300px;
  border: solid 0.8px #000;
  color: #000;
}
.menu-toggle {
  display: none;
}
.menu-label {
  padding: 0.4em 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  height: 2.5em;
  border: solid 0.8px #000;
  margin: 5px 0 0 0;
}
.menu-label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 0.8px solid #000;
	border-right: 0.8px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.menu-label,
.menu-inner {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.4s;
}
.menu-inner {
  height: 0;
  padding:0;
  font-size: 0.9em;
  overflow: hidden;
  width: calc(80% - 3em);
  max-width: calc(300px - 3em);
  transition: all .4s;
  padding: 0 1.5em;
}
.menu-toggle:checked + .menu-label + .menu-inner {
  height: auto;
  transition: all .4s;
  border: solid 0.8px #000;
  border-top: none;
  padding: 1.5em;
}
.menu-toggle:checked + .menu-label::before {
	transform: rotate(-45deg) !important;
}
/* ボタン */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-form-btn__cart {
  width: 100%;
}
.c-breadcrumbs.u-container {
  font-size: 0.9em;
  margin: 1em 0 0 35px;
}
.c-breadcrumbs-list {
  display: flex;
  gap: 5px;
  justify-content: end;
}
.c-breadcrumbs-list a {
  color: #000;
}
.c-breadcrumbs-list__item.item-name:before {
  content: ">";
  display: inline-block;
  padding-right: 5px;
}
@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 {
  display: none;
}
@media screen and (max-width: 768px) {
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
.p-product-main {
  display: block;
  }
.product-left {
  width: 100%;
  }
.product-right {
  width: calc(100% - 60px);
  margin: 0 auto;
  flex-direction: column-reverse;
  }
.c-breadcrumbs.u-container {
  margin: 2em 30px 0 auto;
  }
.c-breadcrumbs-list {
  justify-content: end;
  }
.p-product-info {
  width: calc(100% - 20px);
  margin: 10px auto 0;
  }
.p-product-price__sell {
  font-size: 1.5em;
  }
.product-right p.item-ph {
  margin: 50px 0;
  width: 100%;
  }
.p-product-explain__body {
  font-size: 1.1em;
  line-height: 2;
  }
.p-product-option-select__box {
  width: 100%;
  }
.p-product-option-select {
  gap: 0;
  flex-direction: column;
  margin-top: 0;
  position: relative;
}
 .stock-ttl {
   font-size: 1em;
   padding-bottom: 5px;
}
 .init-list__detail-updw.unstyled {
   max-width: none;
}
.fa-angle-down:before,
.fa-angle-up:before {
  top: 0.8em;
}
.p-product-form-stock__input input {
  height: 3em;
  font-size: 1.3em;
}
.disable_cartin button.c-btn-cart {
  height: 4em;
  width: 100%;
  max-width: none;
  }
.link-button a,
.menu-label {
  height: 3.5em;
  width: 100%;
  max-width: none;
  }
.menu-inner {
  max-width: none;
  width: calc(100% - 3em);
  font-size: 0.85em;
}
.disable_cartin button.c-btn-cart,
.link-button {
  font-size: 1.13em;
}
}
@media screen and (max-width: 540px) {
.p-product-option-select__box {
  justify-content: space-between;
  width: 85%;
  }
.p-product select {
  width: 60%;
}
}