@charset "UTF-8";
/* --------------------------------------

	商品TOP

---------------------------------------- */

/* ------------------------------------
	* img ぼやけ対応
* ------------------------------------ */
#stage #contentArea img {
	image-rendering: -webkit-optimize-contrast;
}

/*
#contentArea .list-blocklink li .img img,
#contentArea .wrp-slide .img img,
#contentArea .guidance-products .list-products li .img img,
#contentArea .wrp-recommend .box-special-sites .list-sites img {
	image-rendering: -webkit-optimize-contrast;
}
*/

/* パーツ
---------------------------------------- */
#stage {
	width: 100%;
	overflow: hidden;
}

#stage .mod-h1 {
	margin-bottom: 30px;
	color: #0039a6;
	text-align: center;
}

#stage .ttl-section {
	display: inline-block;
	height: 42px;
	padding-left: 52px;
	background: url(/products_static/top/img/icn_category.png) no-repeat 0 0;
	background-size: 42px 42px;
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
}

#stage .sttl-bar {
	margin-bottom: 20px;
	padding: 4px 6px;
	background-color: #0039a6;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

/* ブロックリンク */
#contentArea .list-blocklink {
	margin-bottom: 15px;
}
#contentArea .list-blocklink:last-child {
	margin-bottom: 30px;
}
#contentArea .list-blocklink li {
	float: left;
	width: 234px;
	margin: 0 20px 20px 0;
}
#contentArea .list-blocklink li:nth-child(4n) {
	margin-right: 0px;
}
#contentArea .list-blocklink li a {
	display: block;
	padding: 1px;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 1px 0px #cccccc;
	color: #000000;
	text-decoration: none;
}
#contentArea .list-blocklink li a:hover .img {
	opacity: 0.7;
}
#contentArea .list-blocklink li a:hover .text {
	opacity: 0.7;
	text-decoration: underline;
}
#contentArea .list-blocklink li .img {
	position: relative;
}
#contentArea .list-blocklink li .img-bg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}
#contentArea .list-blocklink li .img-product {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
}
#contentArea .list-blocklink li .text {
	position: relative;
	box-sizing: border-box;
	margin: 9px 10px;
	padding-left: 18px;
	font-size: 14px;
	letter-spacing: -0.05em;
	text-align: left;
}
#contentArea .list-blocklink li:nth-child(8) .text {
	letter-spacing: -0.08em;
}
#contentArea .list-blocklink li .text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 6px;
	height: 7px;
	margin-top: -4px;
	background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
	background-size: 6px 7px;
}

/* リストボタン */
#contentArea .list-btn li {
	width: 50%;
	float: left;
}
#contentArea .list-btn li a {
	position: relative;
	display: block;
	padding: 12px 0 12px 27px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
}
#contentArea .list-btn li a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}
#contentArea .list-btn li a:hover:before {
	opacity: 0.7;
}
#contentArea .list-btn li a:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	display: block;
	width: 6px;
	height: 7px;
	margin-top: -4px;
	background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
	background-size: 6px 7px;
}
#contentArea .list-btn li:nth-child(2n-1) a {
	margin-right: 10px;
}
#contentArea .list-btn li:nth-child(2n) a {
	margin-left: 10px;
}

#contentArea .list-btn li a.icn-pdf:before {
	width: 9px;
	height: 12px;
	margin-top: -5px;
	background: url(/common/img/icon-rwd/icon_pdf.png) no-repeat 0 0;
	background-size: 9px auto;
}

/* レイアウト
---------------------------------------- */
/* メインビジュアル & 新商品スライド */
#contentArea .wrp-contents-top {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

#contentArea .wrp-products {
	display: table;
	width: 100%;
	margin-bottom: 100px;
}

#contentArea .main-visual {
	position: relative;
	width: 100%;
	height: 284px;
	margin: 0 -500% 65px;
	padding: 0 500%;
	background: #ffffff url(/products_static/top/img/img_main_pc.jpg) no-repeat center top;
	background-size: 1346px 284px;
}

#contentArea .main-visual-inner {
	width: 1000px;
	padding: 40px 0 20px;
}
#contentArea .main-visual-inner img {
	display: none;
}

/* 新商品 */
#contentArea .new-products {
	/* display: none; */
	/* position: absolute;
	right: 0;
	top: 0;
	width: 300px; */
	display: table-cell;
	width: 238px;
	padding-right: 54px !important;
	vertical-align: top;
}

#contentArea .new-products .icn-new {
	/* position: absolute;
	left: 5px;
	top: 17px;
	z-index: 1;
	width: 110px;
	height: 110px;
	border-radius: 100px; */
	width: 238px;
	height: 50px;
	margin-top: 15px;
	border-radius: 4px;
	background-color: #0039a6;
	color: #ffffff;
	text-align: center;
}
#contentArea .new-products .icn-new a {
	display: table;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}
#contentArea .new-products .icn-new a:hover .link {
	text-decoration: underline;
}
#contentArea .new-products .icn-new .sttl {
	padding-top: 38px;
	font-size: 16px;
	font-weight: bold;
}
#contentArea .new-products .icn-new .link {
	display: table-cell;
	padding-top: 2px;
	vertical-align: middle;
}
#contentArea .new-products .icn-new a .link span {
	padding-left: 20px;
	background-image: url(/products_static/top/img/icn_arrow_right_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 6px 7px;
	-moz-background-size: 6px 7px;
	background-size: 6px 7px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

/* スライド */
#contentArea .wrp-slide {
	/* width: 290px;
	margin-top: 95px; */
	box-sizing: border-box;
	position: relative;
	width: 238px;
	height: 333px;
	border: 2px solid #0039a6;
	text-align: center;
}
#contentArea .wrp-slide .text-ttl {
	position: absolute;
	top: -0.7em;
	left: 50%;
	padding: 0 15px;
	background-color: #fff;
	font-size: 22px;
	font-weight: bold;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#contentArea .wrp-slide .js-slick-slidebnr {
	width: 100%;
	/* margin-left: 58px; */
	margin-top: 50px;
}
#contentArea .wrp-slide .slide {
	float: left;
	display: none;
	width: 170px;
}
#contentArea .wrp-slide .slide.slick-slide {
	display: block;
}

#contentArea .wrp-slide .slick-prev,
#contentArea .wrp-slide .slick-next {
	width: 26px;
	height: 26px;
	background-color: #0039a6;
	background-repeat: no-repeat;
	border-radius: 30px;
}
#contentArea .wrp-slide .slick-prev {
	left: -15px;
	background-image: url(/products_static/top/img/icn_arrow_left_white.png);
	background-position: 7px 8px;
	background-size: 9px 10px;
	z-index: 10;
}
#contentArea .wrp-slide .slick-next {
	right: -15px;
	background-image: url(/products_static/top/img/icn_arrow_right_white.png);
	background-position: 10px 8px;
	background-size: 9px 10px;
	z-index: 10;
}
#contentArea .wrp-slide .slick-prev:before,
#contentArea .wrp-slide .slick-next:before {
	display: none;
}

#contentArea .wrp-slide a {
	color: #000000;
}
#contentArea .wrp-slide a:hover .text {
	text-decoration: underline;
}
#contentArea .wrp-slide .img {
	box-sizing: border-box;
	width: 100%;
	height: 170px;
	margin-bottom: 10px;
	padding: 0 34px;
}
#contentArea .wrp-slide .img img {
	width: 100%;
}
#contentArea .wrp-slide .text {
	position: relative;
	display: inline-block;
	padding: 0 34px 0 49px;
	text-align: left;
	line-height: 1.7;
}
#contentArea .wrp-slide .text:before {
	content: "";
	position: absolute;
	left: 35px;
	top: 7px;
	display: block;
	width: 6px;
	height: 7px;
	background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
	background-size: 6px 7px;
}

#contentArea .new-products .link-index {
	display: none;
}

/* 商品のご案内の商品リスト */
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .new-products + .guidance-products .list-products {
		width: 710px;
	}
	*::-ms-backdrop, .guidance-products:only-child .list-products {
		width: 1000px;
	}
}

.guidance-products {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
.guidance-products .list-products {
    display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border-radius: 4px;
	border: 1px solid #ccc;

}

.guidance-products .list-products li {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 25%;
	border-left: 1px solid #ccc;
}

/* .guidance-products .list-products:after {
	display: block;
	clear: both;
	content: "";
} */

.guidance-products .list-products li:nth-child(n+5) {
	border-top: 1px solid #ccc;
}
.guidance-products .list-products li:nth-child(4n+1) {
	border-left: 0;
}
.guidance-products .list-products li .img {
	position: relative;
	flex: 1 0 auto;
	font-weight: bold;
	text-align: center;
}
.guidance-products .list-products li .img a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 12px 30px !important;
	box-sizing: border-box;
}
.guidance-products .list-products li .img a:hover img {
	opacity: 0.7;
}
.guidance-products .list-products li .img img {
	display: block;
	align-self: center;
	width: 95%;
	max-width: 110px;
	margin: 0 auto;
}
.guidance-products .list-products li .img .text-product {
	display: block;
	margin-top: 5px;
	color: #000;
	margin-bottom: 30px;
}
.guidance-products .list-products li .img a:hover {text-decoration: none;}
.guidance-products .list-products li .img .text-link {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin-top: auto;
	margin-left: -10px;
	text-align: left;
	z-index: 2;
}
.guidance-products .list-products li .img .text-link span {
	padding-left: 15px !important;
	background-image: url(/products_static/top/img/icn_arrow_left_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 6px 7px;
	-moz-background-size: 6px 7px;
	background-size: 6px 7px;
	color: #0039a6;
}
.guidance-products .list-products li .img a:hover .text-link span {
	text-decoration: underline;
}

.guidance-products .list-products li .text {
	margin-top: -46px!important;
	padding: 37px 20px 10px !important;
	background-color: #f6f6f6;
	box-sizing: border-box;
}
.guidance-products .list-products li .text a {
	box-sizing: border-box;
	display: block;
	padding-left: 15px !important;
	background-image: url(/products_static/top/img/icn_arrow_left_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 6px 7px;
	-moz-background-size: 6px 7px;
	background-size: 6px 7px;
}
.guidance-products .list-products li .text a span {
	color: #000;
}
.guidance-products .area-btn {
	display: none;
}

/* 商品について */
#contentArea .wrp-about {
	margin-bottom: 80px;
}

/* ページ内リンク */
#contentArea .wrp-page-link {
	margin-bottom: 50px;
}
#contentArea .wrp-page-link li {
	display: inline-block;
	margin-right: 20px;
}
#contentArea .wrp-page-link li a {
	position: relative;
	display: block;
	height: 20px;
	padding-left: 30px;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
#contentArea .wrp-page-link li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	background: url(/products_static/top/img/icn_arrow_bottom_blue.png) no-repeat center center;
	background-size: 8px 6px;
}


/* 商品カテゴリー */
#contentArea .wrp-category {
	position: relative;
	margin: 0 -500% 50px;
	padding: 0 500%;
	background-color: #f6f6f6;
	text-align: center;
}
#contentArea .wrp-category-inner {
	width: 1000px;
	padding: 43px 0 43px;
}

#contentArea .wrp-category .ttl-section {
	margin-bottom: 24px;
}

#contentArea .wrp-category .sttl-use {
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	color: #666666;
	text-align: center;
}
#contentArea .wrp-category .sttl-use .sttl-inner {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background-color: #f6f6f6;
}
#contentArea .wrp-category .sttl-use:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #cfcfcf;
}

#contentArea .wrp-category .box-info .list-btn a {
	background-color: #fff;
}


/* 健康を考えた商品 */
#contentArea .wrp-healthcare {
	margin-bottom: 150px;
	padding-top: 44px;
	text-align: center;
}

#contentArea .wrp-healthcare .ttl-section {
	margin-bottom: 24px;
	background: url(/products_static/top/img/icn_healthcare.png) no-repeat 0 0;
	background-size: 42px 42px;
}

#contentArea .wrp-healthcare .list-blocklink {
	margin-bottom: 0;
}
#contentArea .wrp-healthcare .list-blocklink li {
	width: 190px;
	margin-right: 12px;
}
#contentArea .wrp-healthcare .list-blocklink li:nth-child(5n) {
	margin-right: 0;
}
#contentArea .wrp-healthcare .list-blocklink li a {
	padding: 0;
	box-shadow: none;
}
#contentArea .wrp-healthcare .list-blocklink li .img-bg {
	/*height: 109px;*/
}
#contentArea .wrp-healthcare .list-blocklink li .img-product {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: auto;
	width: 108px;
	margin-left: -54px;
}
#contentArea .wrp-healthcare .list-blocklink li .img-product.left {
	margin-left: -97px;
}
#contentArea .wrp-healthcare .list-blocklink li .text {
	margin: 8px 10px;
}


/* 雪印メグミルクのおすすめ */
#contentArea .wrp-recommend {
	padding-top: 54px;
	text-align: center;
}

#contentArea .wrp-recommend .ttl-section {
	margin-bottom: 24px;
	background: url(/products_static/top/img/icn_recommend.png) no-repeat 0 0;
	background-size: 42px 42px;
}

#contentArea .wrp-recommend .bnr-recommend {
	margin-bottom: 70px;
}
#contentArea .wrp-recommend .bnr-recommend a {
	display: inline-block;
	border: solid 1px #cccccc;
	border-radius: 4px;
	color: #000000;
	text-decoration: none;
}
#contentArea .wrp-recommend .bnr-recommend a:hover .img {
	opacity: 0.7;
}
#contentArea .wrp-recommend .bnr-recommend a:hover .text {
	opacity: 0.7;
	text-decoration: underline;
}

#contentArea .wrp-recommend .bnr-recommend .img {
	position: relative;
}
#contentArea .wrp-recommend .bnr-recommend .img-bg {
	display: block;
	width: 100%;
	height: 108px;
	border-radius: 3px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#contentArea .wrp-recommend .bnr-recommend .img-product {
	position: absolute;
	left: 8px;
	bottom: 0;
	width: 100px;
}

#contentArea .wrp-recommend .bnr-recommend .text {
	position: relative;
	margin: 8px 10px;
	padding-left: 18px;
	font-size: 16px;
	text-align: left;
}
#contentArea .wrp-recommend .bnr-recommend .text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 6px;
	height: 7px;
	margin-top: -4px;
	background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
	background-size: 6px 7px;
}

#contentArea .wrp-recommend .box-special-sites {
	/* margin-top: 80px; */
	margin-bottom: 50px;
}
#contentArea .wrp-recommend .box-special-sites .list-sites {
	width: 940px;
	margin: 0 auto;
}
#contentArea .wrp-recommend .box-special-sites .list-sites li {
	float: left;
	width: 227px;
	margin: 0 10px 10px 0;
}
#contentArea .wrp-recommend .box-special-sites .list-sites li:nth-child(4n) {
	margin-right: 0;
}
#contentArea .wrp-recommend .box-special-sites .list-sites li a {
	display: block;
	border: solid 1px #cccccc;
}
#contentArea .wrp-recommend .box-special-sites .list-sites li a:hover {
	opacity: 0.7;
}
#contentArea .wrp-recommend .box-special-sites .list-sites img {
	width: 100%;
}

/* チーズ開発センター */
#contentArea .wrp-recommend .box-cheesedc {
	position: relative;
	margin: 20px 29px 0;
	border: solid 1px #cccccc;
	border-radius: 4px;
	text-align: left;
}
#contentArea .wrp-recommend .box-cheesedc .sttl {
	float: left;
	width: 298px;
}
#contentArea .wrp-recommend .box-cheesedc .sttl img {
	width: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#contentArea .wrp-recommend .box-cheesedc a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#contentArea .wrp-recommend .box-cheesedc a:hover {
	opacity: 0.7;
}
#contentArea .wrp-recommend .box-cheesedc a:hover .link {
	text-decoration: underline;
}
#contentArea .wrp-recommend .box-cheesedc .text-area {
	padding: 13px 20px 13px 318px;
	overflow: visible;
}
#contentArea .wrp-recommend .box-cheesedc .text {
	line-height: 1.7;
}
#contentArea .wrp-recommend .box-cheesedc .link {
	position: absolute;
	right: 20px;
	bottom: 13px;
	padding-left: 14px;
}
#contentArea .wrp-recommend .box-cheesedc .link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 6px;
	height: 7px;
	margin-top: -4px;
	background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
	background-size: 6px 7px;
}


/* プレゼントキャンペーン */
#contentArea .wrp-campaign {
	margin: 90px 0 135px;
}

#contentArea .wrp-campaign .campaign-title {
	margin-bottom: 35px;
	text-align: center;
	position: relative;
}
#contentArea .wrp-campaign .campaign-title span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	font-size: 22px;
	z-index: 5;
	padding: 0 14px;
}
#contentArea .wrp-campaign .campaign-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0039a6;
	top: 50%;
	margin-top: -1px;
	left: 0;
}

#contentArea .wrp-campaign .campaign-slide-container {
	overflow: hidden;
	width: 100%;
}
#contentArea .wrp-campaign .campaign-slide-items {
	margin: 0 -15px;
}
#contentArea .wrp-campaign .campaign-slide-item {
	padding: 0 15px;
}
#contentArea .wrp-campaign .campaign-slide-item img {
	width: 100%;
	max-width: 314px;
}
#contentArea .wrp-campaign .campaign-slide-item a {
	display: block;
}
#contentArea .wrp-campaign .campaign-slide-item a:hover {
	opacity: 0.7;
}

#contentArea .wrp-campaign .slick-arrow {
	z-index: 1;
	width: 30px;
	height: 60px;
}
#contentArea .wrp-campaign .slick-arrow::before {
	content: '';
	display: block;
	width: 30px;
	height: 60px;
	opacity: 1;
}
#contentArea .wrp-campaign .slick-prev {
	left: 15px;
}
#contentArea .wrp-campaign .slick-prev::before {
	background: url(/products_static/top/img/btn_slide_prev.png) no-repeat 0 0 / 30px auto;
}
#contentArea .wrp-campaign .slick-next {
	right: 15px;
}
#contentArea .wrp-campaign .slick-next::before {
	background: url(/products_static/top/img/btn_slide_next.png) no-repeat 0 0 / 30px auto;
}

#contentArea .wrp-campaign .campaign-btn {
	margin-top: 40px;
}
#contentArea .wrp-campaign .campaign-btn a {
	position: relative;
	width: 270px;
	margin: 0 auto;
	display: block;
	color: #000;
}
#contentArea .wrp-campaign .campaign-btn a .inner-btn {
	background: #e1f3ff url(/products_static/top/img/arrow_full_blue_r.png) no-repeat 10px center;
	background-size: 6px auto;
}
#contentArea .wrp-campaign .campaign-btn .inner-btn {
	padding: 0 20px;
	box-sizing: border-box;
	display: table;
	width: 270px;
	height: 50px;
	background-color: #e1f3ff;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
#contentArea .wrp-campaign .campaign-btn .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

#contentArea .wrp-campaign .none-slide-text {
	margin-top: 60px;
	text-align: center;
}

/* プレゼントキャンペーン アンカーボタン */
#contentArea .campaign-anchor-btn {
	position: absolute;
	top: 55px;
	right: 10px;
}
#contentArea .campaign-anchor-btn a {
	position: relative;
	width: 190px;
	margin: 0 auto;
	display: block;
	color: #fff;
}
#contentArea .campaign-anchor-btn a .inner-btn {
	background: #0039a6 url(/products_static/top/img/icn_arrow_btm_white.png) no-repeat 11px center / 6px auto;
}
#contentArea .campaign-anchor-btn .inner-btn {
	padding: 0 24px;
	box-sizing: border-box;
	display: table;
	width: 190px;
	height: 36px;
	border-radius: 3px;
}
#contentArea .campaign-anchor-btn .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}



/* SP
* ------------------------------------ */
@media only screen and (max-width: 736px) {

	/* パーツ
	---------------------------------------- */
	#stage .mod-h1 {
		margin-bottom: 72px;
	}

	#stage .ttl-section {
		display: inline-block;
		height: 30px;
		padding-left: 41px;
		background: url(/products_static/top/img/icn_category.png) no-repeat 0 0;
		background-size: 30px 30px;
		font-size: 15px;
		line-height: 30px;
	}

	#stage .sttl-bar {
		margin-bottom: 10px;
		padding: 2px 0px;
		font-size: 12px;
		text-align: center;
	}

	/* ブロックリンク */
	#contentArea .list-blocklink {
		margin: 0 5px 15px;
	}
	#contentArea .list-blocklink:last-child {
		margin-bottom: 0px;
	}

	#contentArea .list-blocklink li {
		float: left;
		width: 50%;
		margin: 0 0 10px;
	}
	#contentArea .list-blocklink li a {
		margin: 0 5px;
		border-radius: 4px;
	}
	#contentArea .list-blocklink li a:hover .img {
		opacity: 1;
	}
	#contentArea .list-blocklink li a:hover .text {
		opacity: 1;
		text-decoration: none;
	}
	/* #contentArea .list-blocklink li:nth-child(2n+1) a {
		margin-right: 5px;
	}
	#contentArea .list-blocklink li:nth-child(2n) a {
		margin-left: 5px;
	} */

	#contentArea .list-blocklink li .img {
		position: relative;
		width: 100%;
		height: 46.8%;
	}
	#contentArea .list-blocklink li .img-bg {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 3px;
	}
	#contentArea .list-blocklink li .img-product {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 41%;
	}
	#contentArea .list-blocklink li .text {
		margin: 5px 10px;
		padding-left: 0;
		font-size: 11px;
		text-align: center;
	}
	#contentArea .list-blocklink li .text:before {
		display: none;
	}

	/* リストボタン */
	#contentArea .list-btn {
		margin: 0 10px;
	}
	#contentArea .list-btn li {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	#contentArea .list-btn li:first-child {
		margin-top: 0;
	}
	#contentArea .list-btn li a {
		padding: 9px 0 9px 18px;
		font-size: 12px;
	}
	#contentArea .list-btn li a:hover {
		color: #000000;
		text-decoration: none;
	}
	#contentArea .list-btn li a:hover:before {
		opacity: 1;
	}
	#contentArea .list-btn li a:before {
		left: 9px;
		top: 50%;
		width: 5px;
		height: 6px;
		margin-top: -3px;
		background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
		background-size: 5px 6px;
	}
	#contentArea .list-btn li:nth-child(2n-1) a {
		margin-right: 0px;
	}
	#contentArea .list-btn li:nth-child(2n) a {
		margin-left: 0px;
	}


	/* レイアウト
	---------------------------------------- */
	/* メインビジュアル & 新商品スライド */
	#contentArea .wrp-contents-top {
		display: block;
	}
	#contentArea .wrp-products {
		display: block;
		width: auto;
		margin-bottom: 50px;
	}
	#contentArea .main-visual {
		width: 100%;
		height: auto;
		margin: 0 0 25px;
		padding: 0;
		background: none;
	}
	#contentArea .main-visual-inner {
		width: 100%;
		padding: 0;
	}
	#contentArea .main-visual-inner img {
		display: block;
		width: 100%
	}

	#contentArea .new-products {
		position: relative;
		display: block;
		width: 100%;
	}

	#contentArea .new-products .icn-new {
		position: absolute;
		left: 15px;
		top: -18px;
		z-index: 1;
		width: 45px;
		height: 45px;
		border-radius: 100px;
	}
	#contentArea .new-products .icn-new a {
		width: 45px;
		height: 45px;
		pointer-events: none;
		cursor: default ;
	}
	#contentArea .new-products .icn-new .sttl {
		padding-top: 0;
		font-size: 10px;
		font-weight: bold;
		line-height: 45px;
	}
	#contentArea .new-products .icn-new {
		display: none;
	}

	/* スライド */
	#contentArea .wrp-slide {
		width: 100%;
		height: auto;
		margin-top: 0;
		border: 0;
	}
	#contentArea .wrp-slide .js-slick-slidebnr {
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-left: 0;
	}
	#contentArea .wrp-slide .slick-list {
		overflow: visible;
	}
	#contentArea .wrp-slide .slide {
		float: left;
		display: none;
		width: 78px;
		border: solid 1px #e8e8e8;
		border-radius: 4px;
		margin: 0 5px;
	}
	#contentArea .wrp-slide .slide.slick-slide {
		display: block;
	}
	#contentArea .wrp-slide .text-ttl {
		box-sizing: border-box;
		position: absolute;
		left: 40px;
		top: -18px;
		z-index: 1;
		width: 45px;
		height: 45px;
		padding: 3px 0 0;
		background-color: #0039a6;
		border-radius: 100px;
		color: #ffffff;
		text-align: center;
	}
	#contentArea .wrp-slide .text-ttl span {
		font-size: 9px;
	}
	#contentArea .wrp-slide .slick-prev,
	#contentArea .wrp-slide .slick-next {
		display: none;
	}

	#contentArea .wrp-slide .img {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		padding: 0;
	}
	#contentArea .wrp-slide .img img {
		width: 100%;
		border-radius: 4px;
	}
	#contentArea .wrp-slide .text {
		display: none;
	}
	#contentArea .wrp-slide .text:before {
		display: none;
	}


	#contentArea .new-products .link-index {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
		text-align: right;
	}
	#contentArea .new-products .link-index a {
		position: relative;
		display: inline-block;
		margin: 10px 12px 0 0;
		padding-left: 12px;
		color: #000000;
	}
	#contentArea .new-products .link-index a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		display: block;
		width: 5px;
		height: 6px;
		margin-top: -4px;
		background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
		background-size: 5px 6px;
	}

	/* 商品のご案内の商品リスト */
	.guidance-products {
		display: block;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.guidance-products .list-products {
		position: relative;
		border-top: 0;
	}
	.guidance-products .list-products:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1px;
		height: 100%;
		background-color: #ccc;
		z-index: 2;
	}
	.guidance-products .list-products li {
		width: 50%;
		border-top: 1px solid #ccc;
		border-left: 0;
	}
	.guidance-products .list-products li .img a {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.guidance-products .list-products li .img img {
		width: 120px;
		pointer-events: none;
	}
	.guidance-products .list-products li .img .text-product {
		margin-top: 2px;
		margin-bottom: 28px;
	}
	.guidance-products .list-products li .img .text-link {
		margin-left: 0;
		padding: 0 20px;
	}
	.guidance-products .list-products li .text {
		box-sizing: border-box;
		padding-top: 35px !important;
	}
	.guidance-products .area-btn {
		display: block;
		width: 100%;
		margin-top: 30px !important;
	}
	.guidance-products .area-btn .btn-link {
		width: 220px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.guidance-products .area-btn .btn-link a {
		display: table;
		width: 100%;
		height: 40px;
		border-radius: 4px;
		background-color: #0039a6;
	}
	.guidance-products .area-btn .btn-link a .text {
		box-sizing: border-box;
		display: table-cell;
		padding-top: 2px;
		background-image: url(/products_static/top/img/icn_arrow_btm_white.png);
		background-repeat: no-repeat;
		background-position: 13px center;
		background-size: 7px auto;
		color: #fff;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}
	.guidance-products .area-btn .btn-link a:hover .text span {
		border-bottom: 1px solid #fff;
	}

	/* 商品について */
	#contentArea .wrp-about {
		margin-bottom: 40px;
	}

	/* ページ内リンク */
	#contentArea .wrp-page-link {
		display: none;
	}


	/* 商品カテゴリー */
	#contentArea .wrp-category {
		margin: 0 0 25px;
		padding: 0;
		border-top: solid 1px #e2e2e2;
		border-bottom: solid 1px #e2e2e2;
	}
	#contentArea .wrp-category-inner {
		width: 100%;
		padding: 14px 0 20px;
	}

	#contentArea .wrp-category .ttl-section {
		margin-bottom: 10px;
	}

	#contentArea .wrp-category .sttl-use {
		margin: 0 10px 10px;
		font-size: 12px;
	}
	#contentArea .wrp-category .sttl-use .sttl-inner {
		position: relative;
		display: inline-block;
		padding: 0 14px;
		background-color: #f6f6f6;
	}
	#contentArea .wrp-category .sttl-use:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #cfcfcf;
	}


	/* 健康を考えた商品 */
	#contentArea .wrp-healthcare {
		margin-bottom: 25px;
		padding: 14px 0 25px;
		text-align: center;
	}

	#contentArea .wrp-healthcare .ttl-section {
		margin-bottom: 15px;
		background: url(/products_static/top/img/icn_healthcare.png) no-repeat 0 0;
		background-size: 30px 30px;
	}

	#contentArea .wrp-healthcare .list-blocklink {
		margin-bottom: 0;
	}
	#contentArea .wrp-healthcare .list-blocklink li {
		width: 50%;
		margin-right: 0;
	}
	#contentArea .wrp-healthcare .list-blocklink li:nth-child(3n) {
		margin-right: 0;
	}
	#contentArea .wrp-healthcare .list-blocklink li:nth-child(4n) {
		margin-right: 0;
	}
	#contentArea .wrp-healthcare .list-blocklink li:nth-child(2n-1) {
		margin-right: 5;
	}
	#contentArea .wrp-healthcare .list-blocklink li .img-bg {
		height: auto;
	}
	#contentArea .wrp-healthcare .list-blocklink li .img-product {
		position: absolute;
		left: 50%;
		top: 0;
		bottom: auto;
		width: 44%;
		margin-left: -22%;
	}
	#contentArea .wrp-healthcare .list-blocklink li .img-product.left {
		left: 10%;
		margin-left: 0;
	}
	#contentArea .wrp-healthcare .list-blocklink li .text {
		margin: 4px;
		font-size: 11px;
	}


	/* 雪印メグミルクのおすすめ */
	#contentArea .wrp-recommend {
		padding-top: 14px;
		border-top: solid 1px #e8e8e8;
	}

	#contentArea .wrp-recommend .ttl-section {
		margin-bottom: 15px;
		background: url(/products_static/top/img/icn_recommend.png) no-repeat 0 0;
		background-size: 30px 30px;
	}

	#contentArea .wrp-recommend .bnr-recommend {
		margin-bottom: 30px;
	}
	#contentArea .wrp-recommend .bnr-recommend a {
		display: inline-block;
		width: 50%;
		border: solid 1px #cccccc;
		border-radius: 4px;
		color: #000000;
		text-decoration: none;
	}
	#contentArea .wrp-recommend .bnr-recommend a:hover {
		opacity: 0.7;
	}
	#contentArea .wrp-recommend .bnr-recommend .img {
		width: 100%;
		height: 46.8%;
	}
	#contentArea .wrp-recommend .bnr-recommend .img-bg {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 3px;
	}
	#contentArea .wrp-recommend .bnr-recommend .img-product {
		position: absolute;
		left: 5px;
		bottom: 0;
		width: 44%;
	}
	#contentArea .wrp-recommend .bnr-recommend .text {
		position: relative;
		margin: 5px 10px;
		padding-left: 0;
		font-size: 11px;
		text-align: center;
	}
	#contentArea .wrp-recommend .bnr-recommend .text:before {
		display: none;
	}

	#contentArea .wrp-recommend .box-special-sites {
		margin-bottom: 25px;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites {
		width: auto;
		margin: 0 10px;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites li {
		float: left;
		width: 50%;
		margin: 0 0 10px;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites li:nth-child(4n) {
		margin-right: 0;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites li a {
		display: block;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites li a:hover {
		opacity: 1;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites li:nth-child(2n-1) a {
		margin-right: 5px;
	}
	#contentArea .wrp-recommend .box-special-sites .list-sites li:nth-child(2n) a {
		margin-left: 5px;
	}

	#contentArea .wrp-recommend .box-special-sites .list-sites img {
		width: 100%;
		height: auto;
	}

	/* チーズ開発センター */
	#contentArea .wrp-recommend .box-cheesedc {
		margin: 10px 10px 0;
	}
	#contentArea .wrp-recommend .box-cheesedc .sttl {
		float: none;
		width: 100%;
	}
	#contentArea .wrp-recommend .box-cheesedc .sttl img {
		width: 100%;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 0;
	}
	#contentArea .wrp-recommend .box-cheesedc .text-area {
		padding: 8px 8px 34px;
	}
	#contentArea .wrp-recommend .box-cheesedc .text {
		line-height: 1.7;
	}
	#contentArea .wrp-recommend .box-cheesedc .link {
		position: absolute;
		right: 8px;
		bottom: 8px;
		padding-left: 12px;
	}
	#contentArea .wrp-recommend .box-cheesedc .link:before {
		left: 0;
		top: 50%;
		width: 5px;
		height: 6px;
		margin-top: -2px;
		background: url(/products_static/top/img/icn_arrow_left_blue.png) no-repeat center center;
		background-size: 5px 6px;
	}

	/* プレゼントキャンペーン */
	#contentArea .wrp-campaign {
		overflow: hidden;
		margin: 30px 0 40px;
	}

	#contentArea .wrp-campaign .campaign-title {
		margin: 0 10px 20px;
	}
	#contentArea .wrp-campaign .campaign-title span {
		font-size: 20px;
	}

	#contentArea .wrp-campaign .campaign-slide-container {
		overflow: visible;
		width: 210px;
		margin: 0 auto;
	}
	#contentArea .wrp-campaign .campaign-slide-items {
		margin: 0 -10px;
	}
	#contentArea .wrp-campaign .slick-list {
		overflow: visible;
	}
	#contentArea .wrp-campaign .campaign-slide-item {
		padding: 0 10px;
	}
	#contentArea .wrp-campaign .campaign-slide-item a:hover {
		opacity: 1;
	}

	#contentArea .wrp-campaign .campaign-btn {
		margin: 32px 10px 0;
	}
	#contentArea .wrp-campaign .campaign-btn a {
		width: 100%;
	}
	#contentArea .wrp-campaign .campaign-btn .inner-btn {
		width: 100%;
		height: 36px;
		padding: 5px 20px;
		border-radius: 4px;
	}
	#contentArea .wrp-campaign .campaign-btn .inner {
		font-size: 12px;
	}

	#contentArea .wrp-campaign .none-slide-text {
		margin-top: 40px;
	}

	/* プレゼントキャンペーン アンカーボタン */
	#contentArea .campaign-anchor-btn {
		top: 38px;
		right: 50%;
		width: 100%;
		max-width: 220px;
		transform: translateX(50%);
	}
	#contentArea .campaign-anchor-btn a {
		width: 100%;
	}
	#contentArea .campaign-anchor-btn a:hover {
		text-decoration: none;
	}
	#contentArea .campaign-anchor-btn a .inner-btn {
		background-position: 12px center;
		background-size: 9px auto;
		border-radius: 4px;
	}
	#contentArea .campaign-anchor-btn .inner-btn {
		padding: 0 24px;
		width: 100%;
		height: 40px;
	}
	#contentArea .campaign-anchor-btn .inner {
		font-size: 14px;
	}
}


#contentArea .list-btn ul + ul {
	margin-top: 20px;
}

@media only screen and (max-width: 736px) {
	#contentArea .list-btn ul + ul {
		margin-top: 10px;
	}
}
