@charset "UTF-8";
/* --------------------------------------

	商品詳細

---------------------------------------- */
/*
	extend - export to common.scss
  */
#stage .inner-contents-top,
#stage .inner-basic-info {
	width: 1000px;
	margin: 0 auto;
}

/* ------------------------------------
	* module
* ------------------------------------ */
.obj-pc {
	display: block !important;
}

.obj-sp {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.obj-sp {
		display: block !important;
	}

	.obj-pc {
		display: none !important;
	}
}

.mod-backsla {
	font-family: sans-serif;
	font-size: 20px;
}

#content .contentHeadInner .bg-milk {
	width: 952px;
	height: 320px;
	position: absolute;
	top: 0;
	left: -480px;
	z-index: -1;
	background: url(/products_static/detail/img/bg_milk.png) 0 0 no-repeat;
}

#stage .inner-contents-top {
	position: relative;
}

/* 商品トップエリア */
#stage .area-product-detail {
	margin-top: 16px;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

#stage .area-product-detail .box-ph {
	display: table-cell;
	vertical-align: middle;
	width: 465px;
	padding-right: 60px;
}

#stage .area-product-detail .main-vis {
	text-align: center;
	width: 310px;
	margin: 0 auto;
}

#stage .area-product-detail .main-vis img {
	width: 100%;
}

#stage .area-product-detail .box-text {
	display: table-cell;
	vertical-align: middle;
}

#stage .area-product-detail .box-text .txt-lead {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.85;
}
#stage .area-product-detail .box-text .txt-lead .notes {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
#stage .area-product-detail .box-text .txt-lead a.colorful {
	box-sizing: border-box;
	display: block;
	margin-top: 20px;
	width: 340px;
	padding: 13px 10px 13px 35px;
	border-radius: 4px;
	text-align: center;
	background-image: url(/products_static/common/img/icon/icn_milk.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: 9px center;
	background-color: #ff8352;
	line-height: 1.4;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#stage .area-product-detail .box-text .txt-lead a.textlink {
	display: inline-block;
	margin-top: 12px;
	padding: 13px 22px 13px 31px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/products_static/common/img/icon/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 9px center;
	line-height: 1.4;
	font-size: 14px;
	color: #000;
}

#stage .area-product-detail .block-bnr {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 340px;
}

#stage .area-product-detail .block-bnr .text-bnr {
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	font-weight: bold;
}

#stage .area-product-detail .block-bnr .ph-bnr {
	margin-top: 5px;
}

#stage .area-product-detail .block-bnr .ph-bnr a {
	display: block;
}

#stage .area-product-detail .block-bnr .ph-bnr img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

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

	 ページ内モジュール

----------------------------------------*/
#stage .mod-line-table {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #e8e8e8;
}

#stage .mod-line-table .th {
	box-sizing: border-box;
	border-top: 1px solid #e8e8e8;
	padding: 8px 8px 8px 0;
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	text-align: left;
}

#stage .mod-line-table .td {
	box-sizing: border-box;
	border-top: 1px solid #e8e8e8;
	padding: 8px 8px 8px 0;
	vertical-align: top;
}

#stage .mod-line-table.info-table .mod-caption {
	margin-top: 10px;
}

/* テキストスタイル */
#stage #contentArea span.red-text {
	color: #f9423a;
}
#stage #contentArea span.bold-text {
	font-weight: bold;
}
#stage #contentArea span.redbold-text {
	font-weight: bold;
	color: #f9423a;
}
#stage #contentArea span.arrow-link {
	background-image: url(/common/img/icon-rwd/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 3px;
	padding-left: 10px;
}

/* 商品情報とアレルギー */
#stage .mod-h2 {
	padding: 15px 0;
}

#stage .inner-basic-info {
	display: table;
}

#stage .inner-basic-info .block-basic-info {
	display: table-cell;
	width: 500px;
}

#stage .inner-basic-info .inner-block {
	width: 470px;
}

#stage .inner-basic-info .basic-info-lead {
	line-height: 1.5;
	font-size: 14px;
}

#stage .inner-basic-info .info-circle {
	color: #666;
}

#stage .inner-basic-info .mod-line-table .th {
	padding: 8px 8px 8px 0;
}

#stage .inner-basic-info .mod-line-table .td {
	padding: 8px 8px 8px 0;
}

#stage .inner-basic-info .mod-line-table tr.new .td {
	color: #f9423a;
	font-weight: bold;
}

#stage .inner-basic-info .mod-line-table .icon-new {
	display: inline-block;
	margin-right: 12px;
}

#stage .inner-basic-info .mod-line-table .icon-new img {
	width: 56px;
	vertical-align: middle;
}

#stage .inner-basic-info .mod-line-table tr.renew .td {
	color: #1586dc;
	font-weight: bold;
}

#stage .inner-basic-info .mod-line-table .icon-renew {
	display: inline-block;
	margin-right: 12px;
}

#stage .inner-basic-info .mod-line-table .icon-renew img {
	width: 65px;
	vertical-align: middle;
}

#stage .inner-basic-info .note-info {
	display: block;
	font-weight: normal;
}

#stage .children-info-table {
	width: 100%;
	margin-bottom: 15px;
}

#stage .children-info-table .c-th {
	padding: 4px 0;
	vertical-align: middle;
	font-weight: normal;
	width: 103px;
	text-align: left;
}

#stage .children-info-table .c-td {
	vertical-align: middle;
	text-align: left;
}

/*　栄養成分表示 */
#stage .cat-nutr {
	padding-left: 30px;
}

#stage .nutr-table {
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
}

#stage .nutr-table th,
#stage .nutr-table td {
	padding: 15px;
	border-top: 1px solid #e8e8e8;
}

#stage .nutr-table th {
	width: 30%;
	background-color: #f6f6f6;
}

#stage .nutr-table-detail dd {
	margin: -1.4em 0 10px 10em;
}

#stage .nutr-table-detail .nutr-table-indent {
	text-indent: 1em;
}
#stage .nutr-table-detail .nutr-table-indent-lv2 {
	text-indent: 2em;
}

#stage .nutr-table-note {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 25px;
	border-top: 1px solid #e8e8e8;
}

/* 機能性表示食品 */
#stage .inner-contents-bottom .area-l {
	width: 600px;
	float: left;
}

#stage .inner-contents-bottom .area-r {
	margin-top: 70px;
	width: 340px;
	float: right;
}

#stage .inner-contents-bottom .function-table .th {
	padding: 15px 5px 15px 0;
	width: 188px;
}

#stage .inner-contents-bottom .function-table .td {
	padding: 15px 5px 15px 0;
}

#stage .inner-contents-bottom .block-remark {
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}

#stage .inner-contents-bottom .block-remark .title-remark {
	display: table-cell;
	width: 50px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

#stage .inner-contents-bottom .block-remark .detail-remark {
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
}

#stage .inner-contents-bottom .block-remark .detail-remark .sub-lead {
	margin-bottom: 1em;
}

#stage .inner-contents-bottom .remark-lists {
	margin-left: 1em;
}

#stage .inner-contents-bottom .remark-lists li {
	text-indent: -1em;
}

/* 内容量ラインナップ */
#stage .lineup-lists {
	width: 100%;
	margin-bottom: 20px;
}

#stage .lineup-lists .mod-product-block {
	margin-top: 5px;
}

#stage .lineup-lists .mod-product-block .b-text {
	font-size: 12px;
}

#stage .lineup-lists li {
	width: 120px;
	float: left;
	min-height: 150px;
}

#stage .lineup-lists li .b-ph img {
	width: 100%;
}

#stage .lineup-lists li .inner-b-text {
	text-align: left;
	display: inline-block;
}

#stage .lineup-lists li .price {
	color: #666;
}

#stage .block-volume-lineup {
	page-break-inside: avoid;
}

#stage .block-volume-lineup .about-local {
	font-size: 12px;
}

#stage .block-volume-lineup .about-local .inner-text {
	text-indent: -1em;
	color: #666;
	line-height: 1.5;
}

#stage .block-volume-lineup .about-local .text {
	color: #666;
}

/* 関連情報  */
#stage .area-relation-bnr .mod-h2 {
	padding-bottom: 5px;
}

#stage .area-relation-bnr .block-bnr {
	width: 338px;
	margin-top: 12px;
}

#stage .area-relation-bnr .block-bnr a {
	display: block;
	color: #000;
}
#stage .area-relation-bnr .block-bnr .caption {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

#stage .area-relation-bnr .block-bnr.type-text .inner-bnr {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

#stage .area-relation-bnr .block-bnr.type-text .inner-bnr .txt {
	display: table-cell;
	vertical-align: middle;
}

#stage .area-relation-bnr .block-bnr .inner-bnr .txt br {
	display: none;
}

#stage .area-relation-bnr .block-bnr .inner-bnr img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

#stage .area-relation-bnr .block-bnr.type-text a {
	background-image: url(/products_static/common/img/icon/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 10px center;
}

#stage .area-relation-bnr .block-bnr.type-text .inner-bnr {
	padding: 13px 22px 13px 29px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

/* 関連商品  */
#stage .relation-products-lists .mod-product-block {
	margin-top: 5px;
}

#stage .relation-products-lists .mod-product-block .b-ph {
	border: 1px solid #cccccc;
	border-radius: 4px;
}

#stage .relation-products-lists .mod-product-block .b-ph img {
	width: 100%;
	border-radius: 4px;
}

#stage .relation-products-lists li {
	float: left;
	width: 133px;
	margin-left: 20px;
	min-height: 170px;
}

#stage .relation-products-lists li:nth-child(4n + 1) {
	margin-left: 0;
}

/* PCのみ（主にhover処理） */
/* SP */
@media only screen and (max-width: 736px) {
	#content .contentHeadInner {
		padding-top: 0;
	}

	#stage .mod-info-bock {
		margin-top: 20px;
	}

	#stage .contentHeadInner .bg-milk {
		width: 100%;
		height: 136px;
		right: auto;
		left: auto;
		background: url(/products_static/detail/img/sp/bg_milk.png) no-repeat center
			0;
		background-size: 680px auto;
	}

	#stage .contentHeadInner .bg-milk img {
		width: 100%;
	}

	#stage .mod-h2 {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	/* 商品トップエリア */
	#stage .inner-contents-top {
		width: 100%;
	}

	#stage .inner-contents-top .mod-h1 {
		padding-top: 15px;
		margin-top: 0;
		text-align: center;
	}

	#stage .area-product-detail {
		margin-top: 15px;
		margin-bottom: 25px;
	}

	#stage .area-product-detail .box-ph {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	#stage .area-product-detail .main-vis {
		width: 54.5%;
	}

	#stage .area-product-detail .box-text {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 0 20px;
		margin-top: 20px;
	}

	#stage .area-product-detail .box-text .txt-lead {
		font-size: 13px;
	}

	#stage .area-product-detail .box-text .txt-lead .notes {
		font-size: 12px;
	}

	#stage .area-product-detail .box-text .txt-lead a.colorful {
		margin-top: 10px;
		width: 100%;
		font-size: 12px;
		background-size: 22px 19px;
	}

	#stage .area-product-detail .box-text .txt-lead a.textlink {
		display: block;
		text-align: center;
		padding: 9px 20px;
		font-size: 12px;
		background-size: 5px auto;
	}

	#stage .area-product-detail .block-bnr {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	#stage .area-product-detail .block-bnr .text-bnr {
		font-size: 11px;
		text-align: center;
	}
	/* 商品情報とアレルギー */
	#stage .inner-basic-info {
		width: 100%;
	}

	#stage .inner-basic-info .block-basic-info {
		display: block;
		width: 100%;
	}

	#stage .inner-basic-info .inner-block {
		width: 100%;
	}

	#stage .inner-basic-info .mod-h2 {
		text-align: center;
	}

	#stage .inner-basic-info .area-info-table {
		box-sizing: border-box;
		margin: 0 10px;
	}

	#stage .inner-basic-info .area-info-table .mod-line-table tr.new .icon-new {
		margin-right: 5px;
	}

	#stage
		.inner-basic-info
		.area-info-table
		.mod-line-table
		tr.new
		.icon-new
		img {
		width: 45px;
		vertical-align: top;
	}

	#stage
		.inner-basic-info
		.area-info-table
		.mod-line-table
		tr.renew
		.icon-renew {
		margin-right: 5px;
	}

	#stage
		.inner-basic-info
		.area-info-table
		.mod-line-table
		tr.renew
		.icon-renew
		img {
		width: 55px;
		vertical-align: top;
	}

	#stage .inner-basic-info .basic-info-lead {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
	}

	#stage .inner-basic-info .info-table .th {
		width: 30%;
	}

	#stage .inner-basic-info .info-table .td {
		width: 70%;
	}

	/*　栄養成分表示 */
	#stage .cat-nutr {
		padding-left: 0;
	}

	#stage .nutr-table {
		width: auto;
		margin: 0 10px;
		font-size: 10px;
	}

	#stage .nutr-table th,
	#stage .nutr-table td {
		padding: 10px;
	}

	#stage .nutr-table-note {
		margin-top: 20px;
		margin-bottom: 10px;
		padding-top: 15px;
	}

	/* アレルギー関連
	#stage .cat-allergy {
		padding-left: 0;
	}

	#stage .cat-allergy .allergy-table,
	#stage .cat-allergy .other-allergy-table {
		font-size: 10px;
	}

	#stage .cat-allergy .other-allergy-table .o-th {
		width: 35%;
	}

	#stage .cat-allergy .other-allergy-table .o-td {
		width: 65%;
	}

	#stage .area-other-allergy-table,
	#stage .area-allergy-table {
		margin: 0 10px;
	}*/

	/* 機能性表示食品 */
	#stage .inner-contents-bottom .area-l,
	#stage .inner-contents-bottom .area-r {
		width: 100%;
		float: none;
	}

	#stage .inner-contents-bottom .area-r {
		margin-top: 25px;
	}

	#stage .inner-contents-bottom .area-function-table {
		margin: 0 10px;
	}

	#stage .inner-contents-bottom .function-table .th {
		width: 30%;
	}

	#stage .inner-contents-bottom .function-table .td {
		width: 70%;
	}

	#stage .inner-contents-bottom .area-block-remark {
		margin-left: 10px;
		margin-right: 10px;
	}

	#stage .inner-contents-bottom .block-remark .title-remark,
	#stage .inner-contents-bottom .block-remark .detail-remark {
		display: block;
		font-size: 10px;
	}

	#stage .inner-contents-bottom .block-remark .detail-remark {
		margin-top: 5px;
	}
	/* 内容量ラインナップ */
	#stage .block-volume-lineup .mod-h2 .mod-sp-block {
		font-size: 10px;
		font-weight: normal;
	}

	#stage .block-volume-lineup .about-local {
		font-size: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#stage .lineup-lists li {
		width: 33.3%;
		min-height: 0;
	}
	/* 関連商品  */
	#stage .block-relation-products {
		page-break-inside: avoid;
	}

	#stage .block-relation-products .mod-h2 {
		padding-bottom: 5px;
	}

	#stage .relation-products-lists {
		margin: 0 5px;
	}

	#stage .relation-products-lists li {
		margin-left: 0;
		width: 50%;
		min-height: 0;
	}

	#stage .relation-products-lists li .mod-product-block {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
	}

	#stage .relation-products-lists li .mod-product-block .b-ph {
		border-color: #e8e8e8;
		border-radius: 3px;
	}

	#stage .relation-products-lists li .mod-product-block .b-text {
		margin-top: 5px;
	}
	/* 関連情報  */
	#stage .area-relation-bnr .mod-h2 {
		padding-bottom: 5px;
	}

	#stage .area-relation-bnr .area-block-bnr {
		margin: 0 5px;
	}

	#stage .area-relation-bnr .block-bnr {
		width: 50%;
		float: left;
	}

	#stage .area-relation-bnr .block-bnr .caption {
		font-size: 10px;
	}

	#stage .area-relation-bnr .block-bnr.type-text .inner-bnr {
		padding-right: 10px;
		padding-left: 25px;
	}

	#stage .area-relation-bnr .block-bnr .inner-bnr {
		text-align: center;
	}

	#stage .area-relation-bnr .block-bnr .inner-bnr img {
		border-radius: 6px;
	}

	#stage .area-relation-bnr .block-bnr .inner-bnr .txt br {
		display: block;
	}

	#stage .area-relation-bnr .temp-wrp {
		margin: 0 5px;
	}
	/*  ------------------------------------

		 ページ内モジュール

	----------------------------------------*/
	#stage .mod-line-table .th,
	#stage .mod-line-table .td {
		font-size: 10px;
	}
}
