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

	商品一覧

---------------------------------------- */
/*
	extend - export to common.scss
  */
#stage .products-lists {
	*zoom: 1;
}

#stage .products-lists:before, #stage .products-lists:after {
	content: "";
	display: table;
}

#stage .products-lists:after {
	clear: both;
}

#stage .area-mainvis, #stage .inner-products-lists {
	width: 1000px;
	margin: 0 auto;
}

#stage .txt-message {
	margin-top: 26px;
	margin-bottom: 80px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	#stage .txt-message {
		margin-top: 36px;
		margin-bottom: 70px;
	}
}

/* ------------------------------------
	* 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;
}

/* メインビジュアル */
#stage .mod-h1 {
	text-align: center;
	color: #0039a6;
}

#stage .inner-area-mainvis {
	margin-top: 32px;
	display: table;
	width: 100%;
}

#stage .inner-area-mainvis .b-ph {
	display: table-cell;
	width: 500px;
	padding-right: 30px;
	vertical-align: top;
}

#stage .inner-area-mainvis .b-ph img {
	width: 100%;
}

#stage .inner-area-mainvis .b-text {
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
}

#stage .inner-area-mainvis .b-text p {
	line-height: 1.87;
}

#stage .inner-area-mainvis .b-text a {
	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;
}

/* 雪印メグミルクのチーズブランド ※CMSのリード文の入力欄にタグが入っています。 */
#stage .inner-area-mainvis .b-text p .ttl-bnrarea {
	position: relative;
	display: block;
	margin-bottom: 20px;
	border-top: 2px solid #0036a6;
}
#stage .inner-area-mainvis .b-text p .ttl-bnrarea > span {
	position: absolute;
	top: -10px;
	left: 50%;
	padding: 0 15px;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#stage .inner-area-mainvis .b-text p .list-bnr {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
}
#stage .inner-area-mainvis .b-text p > span:nth-of-type(odd) {padding-right: 25px;}
#stage .inner-area-mainvis .b-text p > span:nth-of-type(even) {padding-left: 25px;}
#stage .inner-area-mainvis .b-text p .list-bnr:before,
#stage .inner-area-mainvis .b-text p .list-bnr:after {
	content: "";
	display: table;
}
#stage .inner-area-mainvis .b-text p .list-bnr:after {
	clear: both;
}
#stage .inner-area-mainvis .b-text p .list-bnr {
	*zoom: 1; /* for IE 6/7 only */
}
#stage .inner-area-mainvis .b-text p .list-bnr > span {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 227px;
	margin: 0 5px;
	padding: 0;
}
#stage .inner-area-mainvis .b-text p .list-bnr > span a {
	box-sizing: border-box;
	display: block;
	padding: 0;
	border-radius: 0;
	background-image: none;
}
#stage .inner-area-mainvis .b-text p .list-bnr a img {
	width: 100%;
}
#stage .inner-area-mainvis .b-text p .list-bnr a:hover img {
	opacity: 0.7;
}



/* 商品リスト */
#stage .mod-h2 {
	margin-top: 50px;
	background-color: #e1f3ff;
	text-align: center;
}

#stage .products-lists {
	page-break-inside: avoid;
}

#stage .products-lists li {
	width: 200px;
	float: left;
	height: auto;
	min-height: 250px;
}

#stage .products-lists .mod-product-block a:hover {
	text-decoration: none;
}

#stage .products-lists .mod-product-block a:hover .b-text {
	text-decoration: underline;
}

#stage .products-lists .mod-product-block .b-ph {
	width: 198px;
	position: relative;
}

#stage .products-lists .mod-product-block .b-ph img {
	width: 100%;
}

#stage .products-lists .mod-product-block.new .b-ph:after {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(/products_static/common/img/icon/icn_product_new.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
}

#stage .products-lists .mod-product-block.renewal .b-ph:after {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(/products_static/common/img/icon/icn_product_renewal.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
}

#stage .products-lists .mod-product-block .b-date {
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	margin: 5px 5px 0;
}

#stage .products-lists .mod-product-block .b-date span {
	display: inline-block;
}

#stage .products-lists .mod-product-block.new .b-date span {
	color: #ff3333;
}

#stage .products-lists .mod-product-block.renewal .b-date span {
	color: #0099cc;
}

#stage .products-lists .mod-product-block .b-tags {
	margin-top: 24px;
}

#stage .products-lists .mod-product-block .b-tokuho,
#stage .products-lists .mod-product-block .b-kinou {
	width: 120px;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto 0;
	font-weight: bold;
}

#stage .products-lists .mod-product-block * + .b-tokuho,
#stage .products-lists .mod-product-block * + .b-kinou {
	margin-top: 5px;
}

#stage .products-lists .mod-product-block .b-tokuho span {
	display: block;
	padding: 5px;
	border: 1px solid #009f96;
	color: #009f96;
}

#stage .products-lists .mod-product-block .b-kinou span {
	display: block;
	padding: 5px;
	border: 1px solid #ef8d00;
	color: #ef8d00;
}

/* 関連するブランドサイト */
#stage .wrp-relation-brand {
	margin-top: 83px;
}

#stage .wrp-relation-brand .mod-h3 {
	padding: 4px 0;
}

#stage .wrp-relation-brand .area-relation-brand-lists {
	width: 941px;
	overflow: hidden;
	margin: 0 auto;
}

#stage .wrp-relation-brand .relation-brand-lists {
	margin-top: 10px;
	width: 952px;
}

#stage .wrp-relation-brand .relation-brand-lists a {
	display: block;
}

#stage .wrp-relation-brand .relation-brand-lists li {
	margin-top: 11px;
	width: 227px;
	float: left;
	margin-right: 11px;
}

#stage .wrp-relation-brand .relation-brand-lists li img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
}
#stage #content .mod-product-block .b-text {
	margin-left: 10px;
	margin-right: 10px;
}

/* ie9用 */
.is-ie9 #stage .products-lists .mod-product-block a:hover .b-ph {
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}

/* PCのみ（主にhover処理） */
/* SP */
@media only screen and (max-width: 736px) {
	#stage .wrp-breadcrumb {
		display: none;
	}

	#stage .area-mainvis {
		width: 100%;
	}

	#stage .inner-area-mainvis {
		margin-top: 15px;
	}

	#stage .inner-area-mainvis .b-ph, #stage .inner-area-mainvis .b-text {
		display: block;
		width: 100%;
		font-size: 13px;
	}

	#stage .inner-area-mainvis .b-ph {
		padding-right: 0;
	}

	#stage .inner-area-mainvis .b-text {
		box-sizing: border-box;
		padding: 15px 20px 0;
	}

	#stage .inner-area-mainvis .b-text a {
		display: block;
		text-align: center;
		padding: 9px 20px;
		font-size: 12px;
		background-size: 5px auto;
	}

	/* 雪印メグミルクのチーズブランド ※CMSのリード文の入力欄にタグが入っています。 */
	#stage .inner-area-mainvis .b-text p .ttl-bnrarea {
		margin-bottom: 20px;
	}
	#stage .inner-area-mainvis .b-text p .ttl-bnrarea > span {
		top: -8px;
		padding: 0 15px;
		font-size: 14px;
		white-space: nowrap;
	}
	#stage .inner-area-mainvis .b-text p .list-bnr {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
	}
	#stage .inner-area-mainvis .b-text p > span:nth-of-type(odd) {padding-right: 0;}
	#stage .inner-area-mainvis .b-text p > span:nth-of-type(even) {padding-left: 0;}
	#stage .inner-area-mainvis .b-text p .list-bnr > span {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	#stage .inner-area-mainvis .b-text p .list-bnr > span:nth-child(odd) {
		padding-right: 5px;
	}
	#stage .inner-area-mainvis .b-text p .list-bnr > span:nth-child(even) {
		padding-left: 5px;
	}
	#stage .inner-area-mainvis .b-text p .list-bnr > span a {margin-top: 0;}
	#stage .inner-area-mainvis .b-text p .list-bnr + span {
		margin-top: 10px;
	}

	#stage .mod-h2 {
		margin-top: 25px;
	}
  /* 商品リスト */
	#stage .inner-products-lists {
		width: 100%;
	}

	#stage .products-lists {
		box-sizing: border-box;
		padding: 0 6px;
	}

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

	#stage .products-lists .mod-product-block .b-ph {
		width: 100%;
	}

	#stage .products-lists .mod-product-block.new .b-ph:after,
	#stage .products-lists .mod-product-block.renewal .b-ph:after {
		width: 30%;
		height: 0;
		padding-top: 30%;
		background-size: 100% auto;
	}

	#stage .mod-product-block {
		margin-top: 20px!important;	
		padding-left: 6px;
		padding-right: 6px;
	}

	#stage .mod-product-block a .b-text span {
		padding-left: 0;
		padding-right: 0;
		background-image: none;
	}

	#stage .products-lists .mod-product-block .b-date {
		margin-top: 5px;
    	font-size: 11px;
	}

	#stage .products-lists .mod-product-block .b-tags {
		margin-top: 13px;
	}
	
	#stage .products-lists .mod-product-block .b-tokuho,
	#stage .products-lists .mod-product-block .b-kinou {
		width: 90px;
		font-size: 10px;
	}
	
	#stage .products-lists .mod-product-block * + .b-tokuho,
	#stage .products-lists .mod-product-block * + .b-kinou {
		margin-top: 5px;
	}
	
	#stage .products-lists .mod-product-block .b-tokuho span {
		display: block;
		padding: 5px;
		border: 1px solid #009f96;
		color: #009f96;
	}
	
	#stage .products-lists .mod-product-block .b-kinou span {
		display: block;
		padding: 5px;
		border: 1px solid #ef8d00;
		color: #ef8d00;
	}

  /* 関連するブランドサイト */
	#stage .wrp-relation-brand .mod-h3 {
		font-size: 12px;
	}

	#stage .wrp-relation-brand .area-relation-brand-lists {
		width: 100%;
	}

	#stage .wrp-relation-brand .relation-brand-lists {
		margin-top: 0;
		box-sizing: border-box;
		padding: 0 5px;
		width: 100%;
	}

	#stage .wrp-relation-brand .relation-brand-lists li {
		width: 50%;
		box-sizing: border-box;
		margin-right: 0;
		padding-right: 5px;
		padding-left: 5px;
	}
	#stage #content .mod-product-block .b-text {
		margin-left: 5px;
		margin-right: 5px;
	}
}
