@charset "utf-8";
/*  single  */

.single #main {
  padding-bottom: 30px;
}
.single #main.two-column #content {
  width: 100%;
}
.single #main.two-column #secondary {
  order: 2;
  width: calc(100% - 40px);
  border-top: 1px solid var(--border);
  margin: 0 auto;
}
.single #main.two-column #secondary .widget {
  margin-top: 30px;
}
.single #main.two-column article {
  order: 1;
  margin-bottom: 80px;
}
.single #main.two-column article .storycontent {
  margin-top: 10px;
}
.single #itempage #img-box {
  width: 100%;
  margin-bottom: 25px;
}
.single #itempage #img-box .itemimg {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  width: 100%;
  background: radial-gradient(92.16% 86.79% at 30.31% 21.43%, #F8F8F8 60.6%, #EAEAEA 100%);
  margin-bottom: 10px;
  overflow: hidden;
}
.single #itempage #img-box .itemimg a {
  width: auto;
  height: 100%;
  padding: 8% 0;
}
.single #itempage #img-box .itemimg img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: auto;
  height: 100%;
  transition: all .5s cubic-bezier(.39,.575,.565,1);
  transform: scale(1.005);
}
.single #itempage .detail-box {
  float: unset;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.single #itempage .detail-box .itemcode {
  font-size: 1.2rem;
  font-family: "Jost","Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: unset;
  margin: 10px 0;
  padding-bottom: 15px;
}
.single #itempage .detail-box h1 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 100%;
  margin: 0 0 20px;
}
.single #itempage .detail-box .item-info {
  margin-bottom: 50px;
  padding: 0;
}
.single #itempage .detail-box .item-info .field {
  text-align: left;
  margin-bottom: 40px;
  padding: 0;
}
.single #itempage .detail-box .item-info .field .field_price {
  float: unset;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 100%;
  padding: 0 4px;
}
.single #itempage .detail-box .item-info .field .field_price .tax {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-primary);
  position: relative;
  left: -2px;
}
.single #itempage .detail-box .item-info .itemsoldout {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: unset;
}
.single #itempage .detail-box .item-info .c-box {
  text-align: left;
}
.single #itempage .detail-box .item-info .c-box .quantity {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.single #itempage .detail-box .item-info .c-box .quantity input {
  display: block;
  height: 35px;
  font-size: 1.4rem;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-color: var(--border);
  border-radius: 0;
  margin: 8px 0 0;
  padding: 0;
}
.single #itempage .detail-box .item-info .c-box .cart-button input {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 100%;
  background-color: var(--text-primary);
  border: 1px solid var(--text-primary);
  border-radius: 30px;
  padding: 12px 10px 13px;
}
.single #itempage .detail-box .item-info .c-box .cart-button input:hover {
  color: var(--text-primary);
  background-color: #fff;
  border-color: var(--border);
}
.single #itempage .detail-box .item-description {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.single #itempage .detail-box .item-description p {
  line-height: 1.5;
}
.single #itempage .detail-box .item-description > div {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.single #itempage .detail-box .item-description > div:first-of-type {
  border-top: 1px solid var(--border);
}
.single #itempage .detail-box .item-description h3 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

@media (min-width: 461px) {
  .single .lum-lightbox.lum-open img {
    width: auto;
  }
}
@media (min-width: 769px) {
  /*  iPad、PC  */
  .single #main {
    padding-bottom: 150px;
  }
  .single #main.two-column #content {
    width: calc(100% - 60px);
  }
  .single #main.two-column #secondary {
	order: 1;
	width: 18%;
	border-top: unset;
  }
  .single #main.two-column #secondary .widget {
    margin-top: 80px;
  }
  .single #main.two-column article {
	order: 2;
	margin-bottom: 0;
  }
  .single #main.two-column article .storycontent {
    margin-top: 80px;
  }
  .single .storycontent #itempage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .single #itempage #img-box {
    width: 51%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .single #itempage #img-box .itemimg a {
	padding: 30px 0;
  }
  .single #itempage .detail-box {
	width: 49%;
	flex-shrink: 0;
	padding: 0 0 0 5%;
  }
  .single #itempage .detail-box .itemcode {
    font-size: 1.4rem;
  }
  .single #itempage .detail-box h1 {
    font-size: 2.4rem;
  }
  .single #itempage .detail-box .item-info .field .field_price {
    font-size: 2.2rem;
    text-align: left;
	margin: 0;
  }
  .single #itempage .detail-box .item-info .field .field_price .tax {
    font-size: 1.6rem;
    left: -3px;
  }
  .single #itempage .detail-box .item-info .c-box .quantity {
	font-size: 1.3rem;
	margin-bottom: 40px;
  }
  .single #itempage .detail-box .item-info .c-box .cart-button input {
	max-width: 250px;
  }
  .single #itempage .detail-box .item-description {
    font-size: 1.4rem;
  }
  .single #itempage .detail-box .item-description > div {
    padding: 25px 0;
  }
}
@media (min-width: 1024px) {
  /*  iPad、PC  */
  .single #main {
    padding-bottom: 180px;
  }
  .single #main.two-column #content {
    width: calc(100% - 100px);
  }
  .single #itempage .detail-box .item-info .c-box .cart-button input {
	font-size: 1.3rem;
  }
}
