

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

/*
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-visual {
	width: 100%;
    padding: 65px 0;
	background:#f7f4ef
}

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

.main-contents {
	width: 100%;
	padding-top: 165px;
}
.item_detail_wrap {
	width: 100%;
	padding-bottom: 75px;
}

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

.detail {
  width: 1060px;
  margin: 0 auto;
}
.detail-right {
  width: 605px;
  float: right;
  padding-top: 10px;
}
.item-inner {
  margin-top: 200px;
}
.item-list-icon, .item-icon-list {
  display: flex;
}
.item-list-icon li, .item-icon-list li {
  padding-right: 5px;
}

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

.slider {
	width: 410px !important;
}
.slick-img {
	margin: 0 40px 20px 40px;
}
.slick-img img {
	width: 410px !important;
	height: auto;
}
.thumbnail .slick-track {
	width: 410px !important;
	overflow: hidden;
	background: #fff;
}
.thumbnail-img {
	width: calc(100%/4) !important;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	border: 1px 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: 40px;
	height: 40px;
	background: url("../pc_img/item_detail/item_img_arrow_01.png") no-repeat;
	background-size: 40px 40px !important;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-indent: -9876px;
	z-index: 10;
}
.slick-prev {
	left: -20px;
}
.slick-next {
	right: -20px;
	transform: rotateZ(-180deg);
}
.slick-slider {
	width: 410px !important;
}
.slick-list {
	padding: 0 0 0 0 !important;
}
.slick-disabled {
	opacity: 0 !important;
}

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

.item-image {
  width: 410px;
  float: left;
  position: relative;
}

.splide__arrow--prev {
	width: 40px !important;
	height: 40px !important;
	background: url("../pc_img/item_detail/item_img_arrow_01.png") no-repeat !important;
	background-size: 40px auto !important;
	left: -10px !important;
	opacity: 1.0 !important;
}
.splide__arrow--next {
	width: 40px !important;
	height: 40px !important;
	background: url("../pc_img/item_detail/item_img_arrow_02.png") no-repeat !important;
	background-size: 40px auto !important;
	right: -10px !important;
	opacity: 1.0 !important;
}

.splide__list {
	width: 410px !important;
}
.splide__slide {
	width: 410px !important;
}
.splide__list img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

/** *********************** **/
.product-name {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-right: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee6dc;
}
.product-price-block {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
.product-price-block small {
  font-size: 20px;
  line-height: 28px;
}

.item-point {
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1;
}
.item-point::before {
	content: "付与ポイント";
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 26px;
	border-radius: 13px;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	background: #bd9259 url("../pc_img/item_detail/point_icn.png") no-repeat center left 10px;
	background-size: 17px auto;
	padding-left: 35px;
	margin-right: 10px;
}


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: 100px;
  height: 40px;
  float: left;
  text-align: center;
  border: 1px solid #a3a3a3;
  padding: 0 5px;
}

div.button {
  float: left;
  width: 16px;
  padding-left: 16px;
}
input.spinner-up {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("../pc_img/item_detail/up.png") no-repeat;
  cursor: pointer;
}
input.spinner-down {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("../pc_img/item_detail/down.png") no-repeat;
  cursor: pointer;
}

.productnum-wrap {
  padding-top: 50px;
}
.purchase-num {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cart-add-btn {
  margin-top: 20px;
}
.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: 15px;
	line-height: 30px;
	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: 100px 0 80px 0;
  text-align: center;
}
.bg-section .description-text {
	padding: 0 10px;
	display: inline-block;
	text-align: left;
}
.detail-description {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
.detail-description h3 {
	width: 100%;
  	font-family: "Oswald", serif;
  	font-weight: 400;
  	font-size: 40px;
	line-height: 1;
	letter-spacing: 5px;
	color: #bd9259;
  	position: absolute;
	top: -125px;
	left: 0;
	text-align: center;
}
.detail-description h3::after {
	content: "商品詳細";
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #000;
	display: block;
	padding-top: 20px;
}
.description-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.description-text {
	font-size: 15px;
	line-height: 25px;
	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: 440px;
  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: 24px;
}
.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: 30px;
}
.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: 1100px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.item_list_wrap h2 {
	width: 1060px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	border-top: 2px solid #e3d6c4;
	border-bottom: 1px solid #eee6dc;
	margin: 0 auto 40px auto;
	padding: 12px 20px 15px 20px;
	position: relative;
}
.item_list_wrap h2::after {
	content: "";
	width: 1060px;
	height: 1px;
	background: #eee6dc;
	position: absolute;
	top: 2px;
	left: 0;
}
.item_list_wrap ul {
	font-size: 0;
	text-align: left;
}
.item_list_wrap li {
	width: 235px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 50px 20px;
	text-align: left !important;
}
.item_list_wrap li figure {
	display: block;
	width: 235px;
	height: 235px;
	overflow: hidden;
}
.item_list_wrap li p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
	min-height: 111px;
	padding: 10px 5px 20px 5px;
}
.item_list_wrap li a:nth-of-type(1) span {
	font-size: 15px;
	line-height: 1;
	padding: 0 5px;
}
.item_list_wrap li span:nth-of-type(1) a {
	display: block;
	width: 225px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 0 auto;
	transition: all .3s ease;
}
.item_list_wrap li a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}
.item_list_wrap li span:nth-of-type(1) a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}

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

.checed_item {
	width: 100%;
	padding: 70px 0 70px 0;
}
.checed_item h3 {
	width: 1060px;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	border-top: 2px solid #e3d6c4;
	border-bottom: 1px solid #eee6dc;
	padding: 18px 0 15px 0;
	text-align: center;
	margin: 0 auto 45px auto;
	position: relative;
}
.checed_item h3::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee6dc;
	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;
}
.checed_item ul li {
	width: 235px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	text-align: left !important;
}
.checed_item li figure {
	display: block;
	width: 235px;
	height: 225px;
	overflow: hidden;
}
.checed_item li p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
	min-height: 84px;
	padding: 10px 5px 20px 5px;
}
.checed_item li a:nth-of-type(1) span {
	font-size: 15px;
	line-height: 1;
	padding: 0 5px;
}
.checed_item li span:nth-of-type(1) a {
	display: block;
	width: 225px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 0 auto;
	transition: all .3s ease;
}
.checed_item li a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}
.checed_item li span:nth-of-type(1) a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}

/** 20250401 レビュー追加*********************** **/

.review_box {
    width: 1060px;
	margin: 70px auto 0 auto;
	text-align: center;
}
.review-empty {
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
}
.review-post-btn a {
	display: block;
	width: 325px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 0 auto;
	transition: all .3s ease;
}
.review-post-btn a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}
.review-post-btn span {
	padding-left: 20px;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 16px !important;
    line-height: 36px !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
	vertical-align: top !important;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
	vertical-align: top !important;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	margin: 0 10px;
}

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

.review-box-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-box-title {
    padding: 0px 10px;
    font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.reviewRate {
    display: flex;
}
.reviewRateStar.starOn {
    color: #f3d631;
}
.reviewRateStar.starOff {
    color: #d2d2d2;
}
.reviewRateStar {
    position: relative;
    width: 22px;
    font-size: 22px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.reviewRateStar {
    width: 18px;
    font-size: 18px;
}
.reviewRateStar.starOn::before {
    content: "star";
}
.reviewRateStar::before {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}
.reviewRateStar.starOff::before {
    content: "star_border";
}
.reviewRateStar::before {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}

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

.review-list-content {
	width: 100%;
	border: 1px solid #eee6dc;
	padding: 20px 25px;
}
.review-list-content p {
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 20px;
}
.reviewer-name {
	font-weight: 700;
	color: #bd9259;
}
.review-all a {
	display: block;
	width: 225px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 50px auto;
	transition: all .3s ease;
}
.review-all a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}

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