

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 21.33vw;
}
.item_detail_wrap {
	width: 100%;
	padding-bottom: 13.33vw;
}

/** *********************** **/

.detail {
  width: 90.66vw;
  margin: 0 auto;
  /*display: flex;
  flex-direction: column-reverse;*/
}
.detail-right {
  width: 90.66vw;
  /*margin-bottom: 8vw;*/
}
.item-inner {
  margin-top: 0;
}
.item-list-icon, .item-icon-list {
  display: flex;
}
.item-list-icon li, .item-icon-list li {
  padding-right: 5px;
}

/** *********************** **/

.item-image {
	width: 90.66vw;
	margin-bottom: 8vw;
}
.slider {
	width: 90.66vw !important;
}
.slick-img {
	margin: 0 4vw 2.66vw 4vw;
}
.slick-img img {
	width: 90.66vw !important;
	height: auto;
}
.thumbnail .slick-track {
	width: 90.66vw !important;
	overflow: hidden;
	background: #fff;
}
.thumbnail-img {
	width: calc(100%/3) !important;
	margin: 0 0 0 0;
	float: left;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.thumbnail-img img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.thumbnail-img.slick-current img {
	opacity: 0.5;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.slick-arrow {
	width: 8vw;
	height: 8vw;
	background: url("../pc_img/item_detail/item_img_arrow_01.png") no-repeat;
	background-size: 8vw 8vw !important;
	position: absolute;
	top: 50%;
	margin-top: -4vw;
	text-indent: -9876px;
	z-index: 10;
}
.slick-prev {
	left: -4vw;
}
.slick-next {
	right: -4vw;
	transform: rotateZ(-180deg);
}
.slick-slider {
	width: 90.66vw !important;
}
.slick-list {
	padding: 0 0 0 0 !important;
}
.slick-disabled {
	opacity: 0 !important;
}

/** *********************** **/

.product-name {
  font-size: 5.33vw;
  line-height: 8vw;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 0 2.66vw 4vw 2.66vw;
  border-bottom: 1px solid #eee6dc;
}
.product-price-block {
  font-size: 4.8vw;
  line-height: 1;
  margin-bottom: 4vw;
}
.product-price-block small {
  font-size: 3.2vw;
  line-height: 4.8vw;
}

.item-point {
	margin-bottom: 5.33vw;
	font-size: 3.2vw;
	line-height: 5.86vw;
}
.item-point::before {
	content: "付与ポイント";
	display: inline-block;
	vertical-align: middle;
	width: 26.66vw;
	height: 5.86vw;
	border-radius: 2.93vw;
	font-size: 2.66vw;
	line-height: 5.86vw;
	color: #fff;
	background: #bd9259 url("../pc_img/item_detail/point_icn.png") no-repeat center left 2.66vw;
	background-size: 3.2vw auto;
	padding-left: 7.46vw;
	margin-right: 2.66vw;
}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input.productnum {
  font-size: 20px;
  width: 21.33vw;
  height: 8vw;
  float: left;
  text-align: center;
  border: 1px solid #a3a3a3;
  padding: 0 1.33vw;
}

div.button {
  float: left;
  width: 4vw;
  padding-left: 4vw;
}
input.spinner-up {
  margin-top: 2px;
  border: 0px;
  width: 8px;
  height: 15px;
  background: url("../pc_img/item_detail/up.png") no-repeat;
  background-size: 8px 6px;
  cursor: pointer;
}
input.spinner-down {
  margin-top: -6px;
  border: 0px;
  width: 8px;
  height: 15px;
  background: url("../pc_img/item_detail/down.png") no-repeat;
  background-size: 8px 6px;
  cursor: pointer;
}

.productnum-wrap {
  padding-top: 8vw;
}
.purchase-num {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 2.66vw;
}

.cart-add-btn {
  margin-top: 4vw;
}
.option-area {
  margin-bottom: 30px;
}
.makeshop-option-wrap {
  margin: 8px 0;
}
.makeshop-option-label {
  font-size: 14px;
  margin-bottom: 6px;
}
.makeshop-option-select {
  padding: 10px;
  width: 60%;
}
.item-share {
  display: flex;
}
.item-share li {
  padding-right: 10px;
  padding-bottom: 20px;
}
.item-category-name {
  background: #eee;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.info-area li {
	font-size: 3.73vw;
	line-height: 6.4vw;
	position: relative;
	padding-left: 18px;
}
.info-area li:before {
  content: "";
  width: 8px;
  height: 11px;
  background: url("../pc_img/item_detail/text_arrw.png") no-repeat;
  background-size: 8px auto;
  position: absolute;
  top: 10px;
  left: 0;
}
.bg-section {
  background: #f9f6f3;
  padding: 26.66vw 0 10.66vw 0;
  text-align: center;
}
.bg-section .description-text {
	padding: 0 1.33vw;
	display: inline-block;
	text-align: left;
}
.detail-description {
  width: 88vw;
  margin: 0 auto;
  position: relative;
}
.detail-description h3 {
	width: 100%;
  	font-family: "Oswald", serif;
  	font-weight: 400;
  	font-size: 9.33vw;
	line-height: 1;
	letter-spacing: 5px;
	color: #bd9259;
  	position: absolute;
	top: -30.66vw;
	left: 0;
	text-align: center;
}
.detail-description h3::after {
	content: "商品詳細";
	font-size: 5.33vw;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #000;
	display: block;
	padding-top: 6.66vw;
}
.description-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.description-text {
	font-size: 3.46vw;
	line-height: 6.13vw;
	padding: 0 0;
	vertical-align: top;
}
.grid-multi-image {
  display: flex;
  flex-wrap: wrap;
}
.detail-sold-out {
  display: inline-block;
  font-size: 14px;
  background: #adadad;
  color: #fff;
  padding: 6px;
  font-family: 'Roboto', sans-serif; 
  margin-bottom: 5px;
  border-radius: 2px;
}
.detail-product-discount {
  font-size: 16px;
  text-decoration: line-through;
  margin: 20px 0 10px!important;
}
.detail-product-discount small {
  font-size: 16px;
}
.detail-product-sale-price {
  color: #EB503C;
  font-weight: 500;
  font-size: 20px;
}
.detail-product-sale-price span {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 12px;
}

/*---------------------------------
cart-button
---------------------------------*/

.add-btn {
  background: #bd9259;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 60vw;
  border: 3px solid #ab7c3e;
}
.add-btn:hover {
  opacity: 0.7;
}
.outstock-btn {
  background: #989898;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  border-radius: 3px;
  padding: 24px;
}
.outstock {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
}
.sold-btn {
  background: #adadad !important;
}
.sold-btn:hover {
  background: #989898 !important;
}
.cart-btn {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  padding: 4.8vw;
}
.add-btn a {
  color: #fff;
  text-decoration: none;
}
.add-btn a:hover {
  opacity: 1;
}
.add-btn-right {
  width: 24%;
}
.cart-option-area {
  font-size: 12px;
  margin-top: 10px;
}
.cart-option-area span {
  display: block;
}
.sell-period-btn {
  background: #adadad !important;
}
.sell-period-btn p {
  color: #fff;
}

.fa-heart:before {
    content: "\f004"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.favorite-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10.66vw;
}
.fa-heart:before {
  font-size: 28px;
  padding-left: 12px;
}
.item-stock {
  margin-bottom: 20px;
  font-size: 14px;
}
.subscription-add-btn {
  background: #607bac;
}
.subscription-add-btn:hover {
  background: cornflowerblue;
}
.favorite a {
  color: #ff9393;
}

/** *********************** **/

.item_list_wrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
}
.item_list_wrap h2 {
	width: 90.66vw;
	font-size: 5.06vw;
	line-height: 1;
	font-weight: 700;
	border-top: 2px solid rgba(227,214,196,1.0);
	border-bottom: 1px solid rgba(227,214,196,0.6);
	padding: 4.26vw 0 3.46vw 0;
	margin: 0 auto 9.33vw auto;
	position: relative;
}
.item_list_wrap h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 3px;
	left: 0;
}
.item_list_wrap ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 6.66vw;
}
.item_list_wrap li {
	width: 42.66vw;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.66vw 8vw 2.66vw;
	text-align: left !important;
}
.item_list_wrap li figure {
	display: block;
	width: 42.66vw;
	height: 42.66vw;
	overflow: hidden;
}
.item_list_wrap li p {
	font-size: 3.73vw;
	line-height: 4.8vw;
	font-weight: 700;
	min-height: 19.72vw;
	padding: 2.66vw 0.8vw 2.66vw 0.8vw;
}
.item_list_wrap li a:nth-of-type(1) span {
	font-size: 3.46vw;
	line-height: 1;
	padding: 0 0.8vw;
}
.item_list_wrap li span:nth-of-type(1) a {
	display: block;
	width: 42.66vw;
	height: 9.06vw;
	border: 2px solid #ab7c3e;
	background: #bd9259;
	font-size: 3.46vw;
	line-height: 8vw;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 4vw auto 0 auto;
}

/** *********************** **/

.checed_item {
	width: 100%;
	padding: 10.66vw 0 5.33vw 0;
}
.checed_item h3 {
	width: 90.66vw;
	font-size: 5.06vw;
	line-height: 1;
	font-weight: 700;
	border-top: 2px solid rgba(227,214,196,1.0);
	border-bottom: 1px solid rgba(227,214,196,0.6);
	padding: 4.26vw 0 3.46vw 0;
	margin: 0 auto 9.33vw auto;
	position: relative;
	text-align: center;
}
.checed_item h3::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 3px;
	left: 0;
}
.checed_item h3::after {
	width: 100%;
	display: block;
	content: "Checked Item";
	font-family: "Oswald", serif;
  	font-weight: 400;
	color: #bd9259;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2px;
	padding-top: 8px;
}

/** *********************** **/

.checed_item ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 6.66vw;
}
.checed_item ul li {
	width: 42.66vw;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.66vw 8vw 2.66vw;
	text-align: left !important;
}
.checed_item li figure {
	display: block;
	width: 42.66vw;
	height: 42.66vw;
	overflow: hidden;
}
.checed_item li p {
	font-size: 3.73vw;
	line-height: 4.8vw;
	font-weight: 700;
	padding: 2.66vw 0.8vw 2.66vw 0.8vw;
}
.checed_item li a:nth-of-type(1) span {
	font-size: 3.46vw;
	line-height: 1;
	padding: 0 0.8vw;
}
.checed_item li span:nth-of-type(1) a {
	display: block;
	width: 42.66vw;
	height: 9.06vw;
	border: 2px solid #ab7c3e;
	background: #bd9259;
	font-size: 3.46vw;
	line-height: 8vw;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 4vw auto 0 auto;
}

/** *********************** **/
