@charset "UTF-8";

/* --------------------------------------------------

商品情報

-------------------------------------------------- */

#product_info {

	/* padding-top: 50px; */

	padding-bottom: 0;

}

@media screen and (max-width: 736px) {

	#product_info {

		padding: 0;
		/* padding: 25px 0 0; */

	}

}

#product_info .inner {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

	background-color: #fff;

	overflow: hidden;

	*zoom: 1;

}

@media screen and (max-width: 736px) {

	#product_info .inner {

		width: auto;

		margin-left: 25px;

		margin-right: 25px;

		overflow: visible;

	}

}

/* 画像エリア */

#product_info .photo-box {

/*	width: 500px;*/

	width: 600px;

	float: left;

	position: relative;

}

@media screen and (max-width: 736px) {

	#product_info .photo-box {

		float: none;

		width: 100%;

	}

}

.photo-box.new ul:first-of-type {
	position: relative;
}
.photo-box.new ul:first-of-type:before {
	position: absolute;
	content: "NEW";
	display: block;
	width: 51px;
	height: 51px;
	border: 1px solid #ab905d;
	border-radius: 100%;
	background-color: #fff;
	z-index: 9;
	text-align: center;
	line-height: 54px;
	color: #ab905d;
	right: 10px;
	top: 10px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: lighter;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 1px;
}
@media screen and (max-width: 736px) {
	.photo-box.new ul:first-of-type:before {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 10px;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2px;
	}
}

/* 商品画像スライダー */

#slider_main {

/*

	width: 500px;

	height: 380px;

*/

	width: 600px;

	height: 378px;

	border: 1px solid #d6d1c7;

	overflow: hidden;

}

@media screen and (max-width: 736px) {

	#slider_main {

		width: 100%;
		height: auto;

	}

}

#slider_main .photo {

	width: 498px;

	height: 378px;

	position: relative;

}

@media screen and (max-width: 736px) {

	#slider_main .photo {

		width: 100%;
		height: 60vw;

	}

}

#slider_main .photo img {

/*

	max-width: 90%;

	max-height: 90%;

*/

	width: 100%;

	height: 100%;
	object-fit: cover;

	display: block;

	position: absolute;

	left: 50%;

	top: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

}

@media screen and (max-width: 736px) {
	#slider_main .photo img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

/* 商品画像スライダー（ナビゲーション） */

#slider_nav {

/*

	width: 500px;

	height: 96px;

*/

	width: 600px;

	height: 70.8px;

	overflow: visible;

	margin-top: 10px;

}

@media screen and (max-width: 736px) {

	#slider_nav .slick-list {

		display: table;

		width: 100%;

		table-layout: fixed;

	}

}

#slider_nav .slick-list .slick-track {

	width: 100% !important;

}

@media screen and (max-width: 736px) {

	#slider_nav {

		width: 100%;

/*		min-height: 63px;*/

		height: auto;

		margin-top: 5px;

		overflow: visible;

	}

}

@media screen and (max-width: 374px) {

	#slider_nav {

		width: 100%;

		height: 52px;

		margin-top: 5px;

	}

}

#slider_nav .photo {

/*

	width: 96px !important;

	height: 96px;

	position: relative;

	float: left;

	margin-right: 5px;

*/

	width: 19.2% !important;

	height: 70.8px;

	position: relative;

	float: left;

	margin-right: 1%;

	-webkit-transition: opacity 0.3s;

	transition: opacity 0.3s;

	outline: none;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

@media screen and (max-width: 736px) {

	#slider_nav .photo {

		width: 19.2% !important;

		width: calc( (100% - 8px) / 5) !important;

		margin-right: 1px;

		margin-left: 1px;

		height: 100%;

		overflow: hidden;

		display: table-cell;

	}

}

#slider_nav .photo:first-child {

	margin-left: 0;

}

#slider_nav .photo:last-child {

	margin-right: 0;

}

#slider_nav .photo:hover img {

	opacity: .7;

	cursor: pointer;

	border: 1px solid #91753C;

}

#slider_nav .photo img {

/*

	max-width: 100%;

	max-height: 100%;

*/

	/* width: 100%;

	height: 70.8px; */
	height: calc(100% - 1px);
	width: calc(100% - 1px);

	display: block;

	position: absolute;

	left: 50%;

	top: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	border: 1px solid #ccc;

}

@-moz-document url-prefix() {
    #slider_nav .photo img{
        height: calc(100% - 2px);
    }
}

@media screen and (max-width: 736px) {

	#slider_nav .photo img {

		position: static;

		-webkit-transform: translate(0, 0);

		transform: translate(0, 0);

		margin-left: auto;

		margin-right: auto;

		width: 100%;

		height: auto;	}

}

/* お気に入りアイコン */

#product_info .favorite {

	position: absolute;

	/* top: 335.0px; */
	bottom: 156px;

	left: 20.0px;

	width: 28px;

	height: 27px;

	background: transparent url(/front/img/product/ico-star.png) 0% 0% no-repeat;

	z-index: 1;

	text-indent: 100%;

	white-space: nowrap;

	overflow: hidden;

}

@media screen and (max-width: 736px) {

	#product_info .favorite {

		/* top: 160.0px; */

		left: 15px;

		bottom: calc(85px + 15vw);

	}

}

#product_info .favorite.active {

	background: transparent url(/front/img/product/ico-star-active.png) 0% 0% no-repeat;

}

/* SNSエリア */

.sns-box {

	margin-top: 28px;

	overflow: hidden;

	*zoom: 1;

}

@media screen and (max-width: 736px) {

	.sns-box {

		margin-top: 15px;

	}

}

/* いいね */

#product_info .like {

	font-size: 14px;

	color: #595959;

	display: inline-block;

	float: left;

	/* margin-left: 5px; */
	position: relative;
    line-height: 1.5em;
    margin-top: 1px;
    margin-left: 30px;

}

#product_info .like:before {

	content: "\f141";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* color: #D5000F; */
	
	/* -moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px); */
	
	position: absolute;
	padding-right: 7px;
	font-size: 22px;
	left: -22px;
    top: 0px;

}

#product_info .like.liked:before {
	color: #D5000F;
}
/* お気に入り2 */

#product_info .like ~ .favorite2, #product_info .like ~ .favorite-login-required {
	margin-left: 23px;
}

#product_info .favorite2, #product_info .favorite-login-required {

	font-size: 14px;

	line-height: 24px;

	vertical-align: middle;

	color: #595959;

	display: inline-block;

	float: left;

	width: auto;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;

	cursor: pointer;

}

#product_info .favorite2:before, #product_info .favorite-login-required:before {

	content: " ";

	display: block;

	float: left;

	width: 22px;

	height: 22px;

	background: transparent url(/front/img/product/ico-star.png) 0% 0% no-repeat;

	background-size: 100% auto;

	-webkit-background-size: 100% auto;

	margin-right: 6px;

	-webkit-transition: all 0.05s;

	transition: all 0.05s;

	-webkit-transform: rotate(0deg);

	transform: rotate(0deg);

}

#product_info .favorite2.active:before {

	background-image: url(/front/img/product/ico-star-active.png);

	-webkit-transform: rotate(360deg);

	transform: rotate(360deg);

}

#product_info .sns-wrap {

	float: right;

	overflow: hidden;

	*zoom: 1;

}

@media screen and (max-width: 736px) {

	#product_info .sns-wrap {

		clear: both;

		margin-top: 10px;

		float: left;

	}

}

/* ツイート */

#product_info .insta_icon i {
	float: left;
    font-size: 23px;
    color: black;
    margin-left: 5px;
}

#product_info .tweet {

	float: left;

	height: 22px;

	margin-right: 10px;

}

/* Facebook */

#product_info .fb-like {

	float: left;

	height: 22px;

}

/* 文字情報エリア */

#product_info .text-box {

/*	width: 460px;*/

	width: 345px;

	float: right;

}

@media screen and (max-width: 736px) {

	#product_info .text-box {

		width: auto;

		float: none;

		margin-top: 30px;

	}

}

#product_info .text-box > p {

	color: #595959;

	font-size: 14px;

	line-height: 2.14;

	margin-bottom: 34px;

}

@media screen and (max-width: 736px) {

	#product_info .text-box > p {

		font-size: 13px;

		line-height: 1.71;

		margin-bottom: 1em;

	}

}

#product_info .text-box > p.notes {

	/* color: #ab915d; */
	color: #595959;
    font-size: 11px;
    margin-top: 34px;

}

#product_info .text-box .price {

	background-color: #f7f7f7;

	padding: 27px 31px;

	margin-bottom: 34px;

}

span.price {
    font-size: 14px;
    color: #ab915d;
}

@media screen and (max-width: 736px) {

	#product_info .text-box .price {

		padding: 15px 20px;

		margin-bottom: 1em;

	}

	span.price {
		font-size: 12px;
		color: #ab915d;
	}

}

#product_info .text-box .price h4 {

	color: #ab915d;

	font-size: 18px;

	letter-spacing: 1px;

	line-height: 1.5;

}

@media screen and (max-width: 736px) {

	#product_info .text-box .price h4 {

		font-size: 16px;

	}

}

#product_info .text-box .price p {

	color: #595959;

	font-size: 14px;

	line-height: 1.5;

	margin-top: 10px;

}

@media screen and (max-width: 736px) {

	#product_info .text-box .price p {

		font: 13px;

		margin-top: 7px;

	}

}

#product_info .text-box ul {

	margin-left: .5em;

}

#product_info .text-box li {

	list-style: none;

	position: relative;

	font-size: 14px;

	line-height: 2.14;

	color: #ab915d;

}

#product_info .text-box li a {
	text-decoration: none;
	color: #ab915d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#product_info .text-box li a:hover {
	color: #ab915d;
	text-decoration: underline;
}

@media screen and (max-width: 736px) {

	#product_info .text-box li {

		font-size: 13px;

	}

}

#product_info .text-box li:before {

	content: "\30FB";

	position: absolute;

	left: -1em;

}

#product_info .notes li {
    list-style: none;
    position: relative;
    font-size: 11px;
    line-height: 2.14;
    color: #595959;
    letter-spacing: -0.5px;
}

#product_info .notes li:before {
  display: inline;
  content: "※";
  left: -2em;
}

#product_info .text-box div.notes{
  margin-top: 34px;
}

#product_info .text-box div.notes ul{
  margin-left: 0;
}
/* --------------------------------------------------

アレルゲン情報

-------------------------------------------------- */

#allergen {

	padding-top: 40px;

	margin-top: 40px;

	padding-bottom: 40px;

	background-color: #f7f7f7;

}

@media screen and (max-width: 736px) {

	#allergen {

		padding-top: 20px;

		padding-bottom: 10px;

	}

}

#allergen .inner {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

}

@media screen and (max-width: 736px) {

	#allergen .inner {

		width: auto;

		margin-left: 25px;

		margin-right: 25px;

		margin-top: 0px;

	}

}

#allergen .tokutei {

	width: 100%;

	background-color: #fff;

}

#allergen .tokutei .level-bold {
	font-size:  1rem;
	-webkit-text-stroke: 2px red;

	color: red;
	text-shadow: 
		0.4px 0.4px 0, 
		0.4px -0.4px 0px,
		-0.4px 0.4px 0,
		-0.4px -0.4px 0px,
		0.4px 0px 0px,
		0px 0.4px 0px,
		-0.4px 0px 0px,
		0px -0.4px 0px;
}

#allergen .tokutei th, #allergen .tokutei td {

	border: 1px solid #d5d1c7;

	color: #595959;

	font-size: 14px;

	text-align: center;

	vertical-align: middle;

	padding: 10px;

}

@media screen and (max-width: 736px) {

	#allergen .tokutei th, #allergen .tokutei td {

		font-size: 13px;

		padding: 10px;

		width: 50%;

	}

	#allergen .tokutei th img, #allergen .tokutei td img {

		width: 15px;

		height: auto;

	}

}

@media screen and (max-width: 736px) {

	#allergen .tokutei td:first-child {

		border-right-style: dotted;

	}

	#allergen .tokutei td:last-child {

		border-left: none;

	}

	#allergen .tokutei td.accord {

		text-align: left;

		line-height: 1.5;

		padding: 20px;

		border: 1px solid #d5d1c7;

	}

	#allergen .tokutei td.accord a {

		display: block;

		color: #ea0000;

		margin-top: 8px;

	}

}

#allergen .tokutei .heading th {

	font-weight: bold;

	font-size: 16px;

	letter-spacing: 1px;

	text-align: left;

	padding-left: 20px;

	padding-right: 20px;

	line-height: 1.5;

}

@media screen and (max-width: 736px) {

	#allergen .tokutei .heading th {

		padding: 15px 20px;

		font-size: 14px;

	}

}

#allergen .tokutei .heading td {

	padding: 13px 13px;

	width: 107px;

	border-bottom-style: dotted;

}

@media screen and (max-width: 736px) {

	#allergen .tokutei .heading td {

		width: 50%;

		padding: 6px;

	}

}

#allergen .tokutei .heading td[colspan="7"],
#allergen .tokutei .heading td.cols {

	text-align: left;

	line-height: 1.5;

	padding-left: 20px;

	border-bottom-style: solid;

}

#allergen .tokutei .heading td[colspan="7"] a,
#allergen .tokutei .heading td.cols a {

	display: inline-block;

	float: right;

	color: #ea0000;

	margin-right: 5px;

}

#allergen .tokutei .heading td[colspan="7"] a:hover,
#allergen .tokutei .heading td.cols a:hover {

	color: #91753C;

}

#allergen .tokutei .data td {

	border-top: none;

}

#allergen .notice {

	color: #595959;

	font-size: 14px;

	line-height: 1.85714;

	margin-top: 30px;

}

#nutrition .notice {

	color: #595959;

	font-size: 14px;

	line-height: 1.85714;

	margin-top: 30px;

}

@media screen and (max-width: 736px) {

	#allergen .notice {

		font-size-adjust: 12px;

		margin-top: 15px;

	}

}

/* --------------------------------------------------

栄養成分情報

-------------------------------------------------- */

#nutrition {

	background-color: #f7f7f7;

	padding-top: 40px;

	padding-bottom: 40px;

}

@media screen and (max-width: 736px) {

	#nutrition {

		padding-top: 20px;

		padding-bottom: 30px;

	}

}

#nutrition .inner {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

}

@media screen and (max-width: 736px) {

	#nutrition .inner {

		width: auto;

		margin-left: 25px;

		margin-right: 25px;

	}

}

#nutrition .nutrition {

	width: 100%;

	background-color: #fff;

}

#nutrition .nutrition th, #nutrition .nutrition td {

	border: 1px solid #d5d1c7;

	color: #595959;

	font-size: 14px;

	text-align: center;

	vertical-align: middle;

	padding: 10px;

}

@media screen and (max-width: 736px) {

	#nutrition .nutrition th, #nutrition .nutrition td {

		font-size: 13px;

		padding: 10px;

		width: 50%;

	}

	#nutrition .nutrition th img, #nutrition .nutrition td img {

		width: 15px;

		height: auto;

	}

}

@media screen and (max-width: 736px) {

	#nutrition .nutrition td:first-child {

		border-right-style: dotted;

	}

	#nutrition .nutrition td:last-child {

		border-left: none;

		border-top: none;

		padding-top: 10px;

		padding-bottom: 10px;

		font-size: 15px;

		color: gray;

		padding-left: 0px;

	}

	#nutrition .nutrition td:last-child img + span {

		display: inline-block;

		-webkit-transform: translateY(-5px);

		transform: translateY(-5px);

	}

	#nutrition .nutrition td:last-child span {

		font-size: 12px;

		font-weight: normal;

		color: #595959;

		padding-left: 5px;

	}

}

#nutrition .nutrition .heading th {

	font-weight: bold;

	font-size: 16px;

	letter-spacing: 1px;

	text-align: left;

	padding-left: 20px;

	padding-right: 20px;

	line-height: 1.5;

}

@media screen and (max-width: 736px) {

	#nutrition .nutrition .heading th {

		padding: 15px 20px;

		font-size: 14px;

	}
    #nutrition .nutrition.sp-only .heading th {
		text-align: center;
	}
	#nutrition .nutrition.sp-only {
		display: inline-table !important;
	}

}

#nutrition .nutrition .heading td {

	padding: 6px 13px 5px;

	width: 161px;

	border-bottom-style: dotted;

}

@media screen and (max-width: 736px) {

	#nutrition .nutrition .heading td {

		width: 50%;

		padding: 6px;

	}

}

#nutrition .nutrition .heading td[colspan="7"] {

	text-align: left;

	line-height: 1.5;

	padding-left: 20px;

}

#nutrition .nutrition .heading td[colspan="7"] a {

	display: inline-block;

	float: right;

	color: #ea0000;

	margin-right: 5px;

}

#nutrition .nutrition .heading td[colspan="7"] a:hover {

	color: #91753C;

}

#nutrition .nutrition .data td {

	border-top: none;

	padding-top: 30px;

	padding-bottom: 30px;

	font-size: 18px;

	color: gray;

	padding-left: 30px;

}

#nutrition .nutrition .data td img + span {

	display: inline-block;

	-webkit-transform: translateY(-5px);

	transform: translateY(-5px);

}

#nutrition .nutrition .data td span {

	font-size: 14px;

	font-weight: normal;

	color: #595959;

	padding-left: 10px;

}

.product-detail-other {

	background-color: #f7f7f7;

	padding-top: 40px;

	padding-bottom: 40px;

}

#product_info + .product-detail-other {
	margin-top: 40px;
}

#product_info + #nutrition {
	margin-top: 40px;
}

@media screen and (max-width: 736px) {

	.product-detail-other {

		padding-top: 20px;

		padding-bottom: 20px;

	}

	#product_info + .product-detail-other {
		margin-top: 20px;
	}

}

.new_products .product_name {
	color: #595959;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
}
@media screen and (max-width: 736px) {
	.new_products .product_name {
		font-size: 13px;
	}
}
.new_products .description {
	display: inline-block;
	margin-top: 22px;
	color: #8F8F8F;
	font-size: 14px;
	font-weight: normal;
}
@media screen and (max-width: 736px) {
	.new_products .description {
		margin-top: 14px;
		font-size: 12px;
	}
}
