/* --------------------
main
--------------------- */
#main{
	background-image: url(https://file003.shop-pro.jp/PA01172/219/images/common/ill01.png), url(https://file003.shop-pro.jp/PA01172/219/images/common/ill02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: calc(100% + 120px) -50px, left bottom;
	background-size: 380px auto, 320px auto;
}
#main:after{
	display: block;
	content: "";
	clear: both;
}
@media screen and (max-width: 767px) {
	#main{
		background: none;
		padding: 23% 0 0 0;
	}
}
/* --------------------
breadcrumb
--------------------- */
#breadcrumb{
	width: 100%;
	max-width: 1060px;
	padding: 30px 30px;
	margin: auto;
	box-sizing: border-box;
}
#breadcrumb ul{
	margin: 0;
	font-size: 0;
}
#breadcrumb li{
	margin: 0;
	display: inline;
	list-style: none;
	color: #330000;
	font-size: 12px;
}
#breadcrumb li::after{
	content: ">";
	margin: 0 5px;
}
#breadcrumb li:last-child::after{
	content: "";
	margin: 0;
}
#breadcrumb li a{
	color: #330000;
}
#breadcrumb li a:hover{
	color: #af2323;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#breadcrumb{
		display: none;
	}
}
/* --------------------
mainName
--------------------- */
#mainName{
	width: 100%;
	max-width: 1000px;
	padding: 0 30px;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
}
#mainName h2{
	font-size: 40px;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 0 auto 40px auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:
	grayscale;
}
#mainName h2 strong{
	display: block;
	padding: 12px 0 0 0;
	font-size: 13px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#mainName h2{
		font-size: 8vw;
		margin: 0 auto 10% auto;
	}
	#mainName h2 strong{
		padding: 3% 0 0 0;
		font-size: 3.75vw;
	}
}

/* --------------------
detail
--------------------- */
#detail{
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
}
@media screen and (max-width: 767px) {
	#detail{
		display: block;
		width: 90%;
		margin: auto;
	}
}
#detail:after{
	display: block;
	content: "";
	clear: both;
}
#detail .bt__more{
	padding: 25px 40px;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#detail .bt__more{
		padding: 20px 30px;
		font-size: 14px;
		line-height: 1.5;
}
}
#detail .detail__none{
	padding: 200px 30px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
/* --------------------
detailPhoto
--------------------- */
.detailPhoto{
	float: left;
	width: 45%;
	margin: 5% 0 5% 5%;
}
@media screen and (max-width: 767px) {
	.detailPhoto{
		float: none;
		width: 100%;
		margin: 0;
		padding: 8% 8% 0 8%;
		box-sizing: border-box;
	}
}
.detailPhoto .swiper-pagination{
	position: relative;
	margin: 30px 0 0 0;
	text-align: left;
}
.detailPhoto .swiper-pagination-bullet {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 0;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 1;
	margin: 5px !important;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.detailPhoto .swiper-pagination-bullet {
		width: 13vw;
		height: 13vw;
		margin: 1% !important;
	}
}
.detailPhoto .swiper-pagination-bullet:hover {
	opacity: 0.7;
}
.swiper-pagination-bullet-active {
	border: 1px solid #330000;
}

/* --------------------
detailName
--------------------- */
.detailName{
	float: right;
	width: 40%;
	margin: 5% 5% 5% 0;
}
@media screen and (max-width: 767px) {
	.detailName{
		float: none;
		width: 100%;
		margin: 0;
		padding: 4% 8% 8% 8%;
		box-sizing: border-box;
	}
}
.detailName .detail__name{
	padding: 0;
	margin: 40px 0 5px 0;
	font-size: 26px;
	line-height: 1.5;
}
.detailName .detail__idNumber{
	padding: 0;
	margin: 0 0 20px 0;
	color: #666666;
	font-size: 14px;
	line-height: 1;
}
.detailName .detail__price{
	padding: 0;
	margin: 0 0 20px 0;
	color: #826d6d;
	font-size: 18px;
	line-height: 1;
}
.detailName .detail__price .detail__price_discount{
	color: #d80000;
}
.detailName .detail__price .detail__price_regular{
	display: block;
	padding: 10px 0 0 0;
	font-size: 11px;
}
@media screen and (max-width: 767px) {
	.detailName .detail__name{
		margin: 0px 0 5px 0;
		font-size: 22px;
	}
	.detailName .detail__idNumber{
		font-size: 11px;
	}
}

select {
	box-sizing: border-box;
	padding: 5px;
	height: 40px;
	border: 1px solid #bfbfbf;
	font-size: 16px;
}
input[type=text] {
	box-sizing: border-box;
	padding: 5px;
	height: 40px;
	border: 1px solid #bfbfbf;
	font-size: 16px;
}
/* オプション 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;
}
/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* 名入れ */
.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%;
}
/* 数量 */
.p-product-form-stock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.p-product-form-stock__input {
	display: flex;
	align-items: center;
}
.p-product-form-stock__input input {
	width: 60px;
}
.p-product-form-stock__unit {
	margin-left: 10px;
}
.p-product-form-stock__stock {
	margin-left: 25px;
}
/* ボタン */
.p-product-form-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-product-form-btn__cart {
	width: 100%;
}
@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 {
	margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.p-product-sns-list__item {
	margin: 0 20px 0 0;
}
/* link */
.p-product-link-list {
	margin: 20px 0 0 0;
	list-style: none;
}
.p-product-link-list__item {
	margin-bottom: 15px;
}
.p-product-link-list__item a{
	font-size: 14px;
	color: #826d6d;
	text-decoration: none;
}
.p-product-link-list__item a:hover{
	color: #330000;
}

/* --------------------
detailText
--------------------- */
#detailText {
	padding: 0 0 50px 0;
	clear: both;
	font-size: 16px;
	line-height: 2;
}
#detailText img{
	max-width: 100%;
}
#detailText .detailText__h3{
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: #a68871;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
#detailText .detailText__h4{
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
#detailText .center{
	text-align: center;
}
#detailText .width_L{
	width: 80%;
	margin: 30px auto;
}
#detailText .width_M{
	width: 60%;
	margin: 30px auto;
}
#detailText .width_S{
	width: 40%;
	margin: 30px auto;
}
@media screen and (max-width: 767px) {
	#detailText .width_L,
	#detailText .width_M,
	#detailText .width_S{
		width: 90%;
		margin: 30px auto;
	}
}
#detailText .text_L{
	font-size: 20px;
}
#detailText .text_M{
	font-size: 16px;
}
#detailText .text_S{
	font-size: 12px;
	line-height: 1.5;
}
#detailText .youtube{
	position: relative;
	padding: 56.5% 0 0 0;
	height: 0;
	overflow: hidden;
}
#detailText .youtube iframe,  
#detailText .youtube object,  
#detailText .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#detailText .detailText__voice{
	margin: 80px 30px;
	padding: 40px 0;
	border-radius: 5px;
	background: url(https://file003.shop-pro.jp/PA01172/219/images/common/bgCraft.png) center top;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__voice{
		margin: 5%;
		padding: 8% 0;
		box-sizing: border-box;
	}
}
#detailText .detailText__voice h3{
	margin: 0 0 10px 0;
	background: none;
	color: #330000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__voice h3{
		font-size: 20px;
	}
}
#detailText .detailText__userVoice{
	max-width: 770px;
	width: 90%;
	padding: 25px 40px;
	margin: 20px auto 0 auto;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
}
#detailText .detailText__userVoice dt{
	background: url("https://file003.shop-pro.jp/PA01172/219/images/common/iconVoice.png") no-repeat left center;
	background-size: 30px auto;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 40px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
#detailText .detailText__userVoice dd{
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}

#detailText .detailText__userVoice .detailText__userName{
	display: block;
	font-size: 12px;
	line-height: 1.8;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__userVoice{
		padding: 5%;
	}
	#detailText .detailText__userVoice dt{
		font-size: 14px;
	}
	#detailText .detailText__userVoice dd{
		font-size: 13px;
		line-height: 1.5;
	}
	#detailText .detailText__userVoice .detailText__userName{
		font-size: 10px;
	}
}
#detailText .detailText__reVoice{
	max-width: 770px;
	width: 90%;
	padding: 20px 40px;
	margin: auto;
	box-sizing: border-box;
}
#detailText .detailText__reVoice dt{
	margin: 0 0 10px 0;
	color: #c44f1e;
	font-size: 16px;
	line-height: 1;
}
#detailText .detailText__reVoice dd{
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__reVoice{
		padding: 5% 5% 0 5%;
	}
	#detailText .detailText__reVoice dt{
		font-size: 13px;
	}
	#detailText .detailText__reVoice dd{
		font-size: 13px;
		line-height: 1.5;
	}
}

#detailText .detailText__spec{
	max-width: 770px;
	width: 90%;
	margin: auto;
	text-align: center;
}
#detailText .detailText__spec .bt__more{
	display: inline-block;
	min-width: 200px;
	width: 80%;
	padding: 20px 30px;
	margin: auto;
	color: #fff;
	background: #744f4d;
	font-size: 18px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__spec .bt__more{
		font-size: 16px;
	}
}
#detailText .detailText__spec .slideDetail{
	display: none;
}
#detailText .detailText__spec h3{
	margin: 40px 0 10px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
}
#detailText .detailText__spec h3{
	margin: 40px 0 10px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
}
#detailText .detailText__spec .caption{
	margin: 10px 0 10px 0;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
#detailText .detailText__spec table{
	width: 100%;
	border: 1px solid #330000;
}
#detailText .detailText__spec table tr{
	border-bottom: 1px solid #330000;
}
#detailText .detailText__spec table th{
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	background: #f8eadf;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}
#detailText .detailText__spec table td{
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__spec table th{
		display: block;
		width: 100%;
	}
	#detailText .detailText__spec table td{
		display: block;
		width: 100%;
	}
}

#detailText .recipeList{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
}
#detailText .recipeList li{
	list-style: none;
	width: 32%;
	margin: 0 0 2% 0;
	font-size: 14px;
	line-height: 1.5;
}
#detailText .recipeList li:nth-child(3n-1){
	margin: 0 2% 2% 2%;
}
#detailText .recipeList img{
	margin: 0 0 6px 0;
}
#detailText .recipeList a{
	color: #330000;
	text-decoration: none;
	transition: all 0.2s;
}
#detailText .recipeList a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	#detailText .recipeList{
		margin: 5% auto;
		display: block;
	}
	#detailText .recipeList li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	#detailText .recipeList li:nth-child(3n-1){
		margin: 0 0 5% 0;
	}
}


#detailText .detailText__monitor{
	margin: 10px 30px 80px 30px;
	padding: 40px 0;
	border-radius: 5px;
	background: url(https://file003.shop-pro.jp/PA01172/219/images/common/bgCraft.png) center top;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__monitor{
		margin: 5%;
		padding: 8% 0;
		box-sizing: border-box;
	}
}
#detailText .detailText__monitor h3{
	margin: 0 0 10px 0;
	padding: 0 5%;
	background: none;
	color: #330000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__monitor h3{
		font-size: 20px;
	text-align: left;
	}
}
#detailText .detailText__monitor ul{
	max-width: 770px;
	width: 90%;
	padding: 25px 40px;
	margin: 20px auto 0 auto;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
}
#detailText .detailText__monitor li{
	list-style: none;
	background: url("https://file003.shop-pro.jp/PA01172/219/images/common/iconVoice.png") no-repeat left 5px;
	background-size: 25px auto;
	padding: 5px 0 5px 35px;
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#detailText .detailText__monitor ul{
		padding: 5%;
	}
	#detailText .detailText__userVoice dt{
		font-size: 12px;
	}
}

